﻿@charset "UTF-8";
body{
	margin: 0px;
	padding: 0px;
	background-color: #fafbff;
	color: #0d1623;
	font-family: "PingFangTC","Microsoft JhengHei";
}
ul,ol,h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
	color: #0d1623;
}

ul{
	list-style: none;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

input[type=text],input[type=password]{
	border-radius: 2px;
  	border:1px solid #e6ebf5;
 	background-color: #fff;
 	height: 38px;
 	box-sizing: border-box;
 	font-size: 0.875em;
 	padding: 0 18px;
 	color: #0d1623;
 	transition-duration: 0.5s;
}
::placeholder{
	color: #6c7b94;
}

input:focus{
	outline: none;
}
input[type=checkbox]{
	display: none;
}
label{
	position: relative;
}
input[type=checkbox] + label span{
	padding-left: 34px;
}
input[type=checkbox] + label span:before{
	content: "";
	display: block;
	width: 28px;
  	height: 28px;
  	position: absolute;
  	left: 0;
  	top: -2px;
  	background-image: url(../../../Content/Images/Common/checkbox_off.svg);
}
input[type=checkbox]:checked + label span:before{
		background-image: url(../../../Content/Images/Common/checkbox_on.svg);
}


#all-wrap{
	overflow: hidden;
}
.container{
	max-width: 1268px;
	margin: auto;
}

@media screen and (max-width:1332px){
	.container{
	margin-left: 32px;
	margin-right: 32px;
}
	.inner-wrap .container{
		margin: auto;
	}
}


@media screen and (max-width:992px){
	.inner-wrap .container{
		margin-left: 32px;
	margin-right: 32px;
	}
}


@media screen and (max-width: 768px){
	.container{
	margin-left: 0px;
	margin-right: 0px;
}
	.inner-wrap.article-inner-wrap .container{
		margin-left: 0px;
	margin-right: 0px;
	}
	
}
@media screen and (max-width: 576px){
	.inner-wrap .container{
		margin-left: 0px;
	margin-right: 0px;
	}
}

/*表頭*/
header{
	height: 70px;
	background-color: #fff;
	border-bottom: solid 1px #e6ebf5;
	position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
	z-index: 9999999;
	box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.15);
	transition-duration: 0.5s;
}
header.close{
	top: -70px;
}
header .container{
	display: flex;
	align-items: center;
		position: relative;
		background-color: #fff;
}

.logo{
	flex: 192px 0 0;
	width: 192px;
	margin-right: 10px;
}
.logo a{
	display: block;
	width: 100%;
	height: 65px;
	background-image: url(../../../Content/Images/Common/logo.png);
	background-size: 192px;
}
.logo h1{
	font-size: 0.5em;
	text-indent: -500px;
	overflow: hidden;
}
.search-bar{
	flex: 525px 1 1;
	position: relative;
}
.search-bar input[type=text]{
	width: 300px;
	background-image: url(../../../Content/Images/Common/edit-search.svg);
	background-repeat: no-repeat;
	background-position: right 12px center ;
	background-size: 24px;
	background-color: #fff;
}
.search-bar input[type=text]:hover,.search-bar input[type=text]:focus{
	background-image: url(../../../Content/Images/Common/edit-search-gold.svg);
	border: 1px solid #dfbc91;
	transition-duration: 0.5s;
}
.search-bar input[type=text]:focus{
	 box-shadow: 0 0 8px 0 rgba(223, 188, 145, 0.4);
}

.cancel-btn{
	background-color: #fff;
	width: 28px;
	height: 28px;
	background-image: url(../../../Content/Images/Common/search-close-btn.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 260px;
	top: 4px;
	display: none;
	cursor:pointer;
}
.cancel-btn:hover{
	background-image: url(../../../Content/Images/Common/search-close-btn-hover.svg);
}
header nav{
	flex: 45% 0 0;
	justify-content: flex-end;
}

.nav-link{
	display: flex;
	justify-content: flex-end;
}
.nav-link a{
	height:70px;
	line-height: 70px;
	color: #101622;
	position: relative;
	bottom: 0;
	transition-duration: 0.5s;
	display: block;
    white-space: nowrap;
}
.nav-link a:hover{
		position: relative;
		color: #daa360;
		bottom: 4px;
		transition-duration: 0.5s;
	}
.nav-link li{
	margin-right: 46px;
}

.nav-btn{
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 31.5px;
	cursor: pointer;
	height: 70px;
    line-height: 70px;
}
.notify-btn{
	background-image: url(../../../Content/Images/Common/notification-outline-dot.svg);
	position: relative;
	bottom: 0;
	transition-duration: 0.5s;
}
.notify-btn:hover{
	background-image: url(../../../Content/Images/Common/notification-outline-dot-yellow.svg);
	position: relative;
	bottom: 4px;
	transition-duration: 0.5s;
	color: #daa360;
}
a.notify-btn{
	display: none;
}
.nav-member{
	flex: 33px 0 0;
	margin-right: 46px;
}
.member-btn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.longin-btn{
	background-image: url(../../../Content/Images/Common/user-circle.svg);
	position: relative;
	transition-duration: 0.5s;
	bottom: 0;
	width: 2em;
}
.longin-btn:hover{
	background-image: url(../../../Content/Images/Common/user-circle-yellow.svg);
	position: relative;
	bottom: 4px;
	transition-duration: 0.5s;
	color: #daa360;
}
.member-btn.nav-member{
	padding-left: 0;
}
.member-btn span{
	background-color:#daa360;
	color: #fff;
	font-size: 0.875em;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
}
.nav-link-m {
	display: none;
}
.nav-social-link{
	display: none;
}
.menu-btn{
	display: none;
	width: 32px;
		height: 32px;
		background-image: url(../../../Content/Images/Common/ic-hamburger.svg);
		position: absolute;
		left: 32px;
		top: 19px;
		cursor: pointer;
}

.close-btn {
	width: 52px;
	height: 52px;
	background-color: #192639;
	background-image: url(../../../Content/Images/Common/menu-close-big.svg);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
}
.header-info-box{
	position: absolute;
	z-index: 200000;
	background-color: #fff;
	width: 290px;
	border-top: 4px solid #daa360;
	box-shadow: 1px 1px 15px 0 rgba(169, 182, 203, 0.4);
}
.member-info-box{
	right: 24px;
	top: 70px;
	display: none;
}
.member-info-box.open{
	display: block;
}
.notify-info-box{
	right: 145px;
	top: 70px;
	display: none;
}
.notify-info-box.open{
	display: block;
}
.header-info-box:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom: 10px solid #daa360;
	position: absolute;
	right: 32px;
	top: -18px;
}


.notify-section{
	padding: 20px 16px;
	border-bottom: 1px solid #e6ebf5;
}
.notify-section h3{
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 4px;
}
.notify-section h3 div{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.more-notify{
	padding: 16px;
}
.more-notify-btn{
	font-weight: 300;
	width: 100%!important;
}

.member-info-top{
	padding: 20px 16px;
	border-bottom:1px solid #e6ebf5;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.member-info-link{
	padding: 16px;
	text-align: center;
}
.member-info-link a{
	display: block;
	padding: 16px;
	font-weight: 500;
	transition-duration: 0.5s;
}
.member-info-link a:hover{
	color: #daa360;
	transition-duration: 0.5s;
}
.level-up-btn{
	font-size: 0.875em;
	border:1px solid #d7e0ef;
	height: 44px;
	line-height: 44px;
	flex: 90px 0 0;
	text-align: center;
	border-radius: 2px;
}
.level-up-btn span{
	color: #daa360;
}
.m-level-info{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.name{
	font-weight: 500;
}
.level-name{
	font-size: 0.75em;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	height: 20px;
	line-height: 20px;
	
	text-align: center;
	margin-left: 8px;
	display: flex;
}
.level-name div{
	padding-left: 7.5px;
	padding-right: 7.5px;
	height: 20px;
	line-height: 20px;
}

.maturity{
	flex: 100% 0 0;
	color: #3f5372;
	font-size: 0.875em;
	margin-top: 4px;
}
@media screen and (max-width: 1200px) {
    .nav-link li{
	    margin-right: 30px;
    }
}
@media screen and (max-width: 1100px){
	header .container{
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.logo{
		position: absolute;
		left: 67px;
		top: 2px;
	}
	.menu-btn{
		display: block;
	}
	.search-bar{
		position: absolute;
		left: 274px;
		top: 16px;
	}
	.nav-member{
		position: absolute;
		right: 29px;
		top: 0;
		margin-right: 0;
	}

	nav{
		position:fixed;
		z-index: 20000000;
		left: 0;
		top: 0;
		visibility: hidden;
		transition-duration: 0.5s;
	}
	nav.open{
		visibility: visible;
	}
	.nav-wrap{
		position: fixed;
		left: -355px;
		top:0;
		width: 300px;
		height: 100vh;
		box-sizing: border-box;
		padding: 52px 15px 307px 15px;
  		background-color: #f9fbff;
  		z-index: 7777777;
  		transition-duration: 0.5s;
	}
    .nav-wrap-div {
        position: relative;
        width: 100%;
        height: calc(100vh - 52px);
        overflow-y: auto;
        overflow-x: hidden;
    }
	nav.open .nav-wrap{
		left: 0px;
		transition-duration: 0.5s;
	}
	.nav-link{
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;	
	}
	.nav-link li{
		margin-right: 0;
		margin-bottom: 36px;
	}
	.nav-link a{
		height: 28px;
		line-height: 28px;
		font-size:20px;
	}
    .nav-link-m {
	    display: block;
    }
	.nav-social-link{
		display: block;
		border-top: 1px solid #d7e0ef;
		padding-top: 36px;

        margin-bottom: 20px;
	}
	.nav-social-link .social-btn{
		margin-left: 0;
		width: 99%;
	}
	.nav-social-link .youtube-btn{
		margin-bottom: 16px;
	}
	.close-btn {
		position: absolute;
		right: -52px;
		top: 0;
		display: block;
		cursor: pointer;
	}
	.header-info-box:before{
			right: 16px;
	}
	.notify-info-box{
		display: none;
	}
	.notify-info-box.open{
		display: none;
	}
	a.notify-btn{
	display: block;
	}
	div.notify-btn{
		display: none;
	}
}


@media screen and (max-width: 700px){
	header{
	height: 60px;
}

	header.close{
		top: -60px;
}
	.logo{
		left: 51px;
		top: -4px;
	}
    .logo a{
	    background-image: url(../../../Content/Images/Common/logo-xl.png);
    }
	.menu-btn{
		left: 16px;
		top: 14px;
	}
	.search-bar{
		left: 0px;
		top: 60px;
		width: 100vw;
		background-color: #fff;
		 box-shadow: 0 2px 8px 0 rgba(13, 22, 35, 0.2);
		 padding: 16px 20px;
		 box-sizing: border-box;
		 z-index: 6666666;
		 display: none;
	}
	.search-bar.open{
		display: block;
	}
	.search-bar input[type=text]{
		width: 100%;
		background-image: none;
		height: 50px;
	}
	.search-btn{
		position: absolute;
		width: 32px;
		height: 32px;
		background-image: url(../../../Content/Images/Common/edit-search.svg);
		background-size: 32px;
		right: 64px;
		top: 14px;
		cursor: pointer;
	}
	.cancel-btn{
		left: auto;
		top: 27px;
		right: 30px;
	}
	.nav-member{
		right: 16px;
	}
	.nav-btn{
		height: 60px;
		line-height: 60px;
		background-size: 32px;
	}
	.member-btn span{
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.longin-btn{
		width: auto;
	}
	.longin-btn span{
		display: none;
	}
	.member-info-box{
		right: 0;
		top: 60px;
	}
	.header-info-box:before{
			right: 24px;
	}

}




/*首頁banner*/
.banner-wrap .mobile{
	display: none;
}
.banner-block{
    background-color: transparent;
	/*background-color: #03264e;*/
}
.banner-wrap{
	max-width: 1600px;
	margin: auto;
}
.banner-block img{
	display: block;
	width: 100%;
}

.bx-wrapper{
	border: none;
	margin-bottom: 0;
	box-shadow: none;
}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {
  bottom: 12px;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	width: 6px;
	height: 6px;
	background-color: #fff;
	margin: 0 3.5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #c43826;
}
.bx-wrapper .bx-prev,.bx-wrapper .bx-next{
	display: none;
}

@media screen and (max-width: 576px){
	.banner-wrap .mobile{
	display: block;
}
	.banner-wrap .desktop{
		display: none;
	}
}

/*首頁標語區塊*/
.slogan-wrap{
	background-color: #fff;
	border-bottom: 1px solid #e6ebf5;
}
.slogan-wrap .container{
	display: flex;
	justify-content: center;
}
.slogan-block{
	flex: 289px 0 0;
	display: flex;
	padding: 40px 0;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	margin-right: 120px;
}
.slogan-block:last-child{
	margin-right: 0;
}
.slogan-txt{
	margin-left: 32px;
	letter-spacing: 1px;
}
.slogan-txt h2{
	color: #0d1623;
	font-size: 1.25em;
}
.slogan-txt div{
	color: #3f5372;
}
@media screen and (max-width: 1332px){
	.slogan-block{
	margin-right: 70px;
}
}

@media screen and (max-width: 1100px){
	
	.slogan-block{
	flex: 277px 0 0;
	margin-right: 0;
}
}
@media screen and (max-width: 840px){
	.slogan-block{
	flex: 245px 0 0;
	}
	.slogan-txt{
		margin-left: 11px;
		letter-spacing: 0.4px;
	}
	.slogan-block img{
		width: 45px;
	}

}

@media screen and (max-width: 720px){
	
	.slogan-wrap .container{
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.slogan-block{
		justify-content: flex-start;
		width: 258px;
		margin: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.slogan-block:last-child{
	margin-right: auto;
	}
}


/*首頁內容訂閱服務*/
.inner-title{
	text-align: center;
	font-size: 1.75em;
	line-height: 1em;
	margin-bottom: 32px;
	letter-spacing: 0.7px;
	font-weight: 500;
}
.inner-title:after{
	content: "";
	display: block;
	background-color: #daa360;
	width: 4em;
	height: 4px;
	margin: 20px auto 0 auto;
}

.membership-level-info{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 52px;
}
.membership-block{
	width: 340px;
	/*height: 422px;*/
    height: 390px;
	box-sizing: border-box;
	border: solid 1px #e6ebf5;
	background-color: #fff;
	margin: 0 16px;
	position: relative;
	top: 0px;
	transition-duration: 500ms;
}
.membership-block.wide-version{
	width: 100%;
	max-width: 768px;
	height: 289px;
	display: flex;
	align-items: stretch;
}



.membership-block:hover{
	top: -15px;
	box-shadow: 1px 1px 15px 0 rgba(169, 182, 203, 0.4);
	transition-duration: 500ms;
}
.membership-block h3{
	color: #fff;
	margin-bottom: 32px;
  	background-color: #0d1623;
  	height: 148px;
  	text-indent: -800px;
  	overflow: hidden;
}
.membership-title-1{
	background-image: url(../../../Content/Images/Common/card-basic.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.membership-title-2{
	background-image: url(../../../Content/Images/Common/card-white.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.membership-title-3{
	background-image: url(../../../Content/Images/Common/card-black.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.membership-block.wide-version h3{
	width: 434px;
	flex: 434px 0 0;
	height: auto;
	margin-bottom: 0;
	background-size: 134px;
}

.membership-index-inner{
	padding-left: 40px;
	padding-right: 40px;
}

.membership-block.wide-version .membership-index-inner{
	flex: 100% 1 1;
	padding-top: 40px;
}

.membership-block.wide-version .info-txt br{
	display: none;
}
.level-tag{
	position: absolute;
	right:-6px;
	top: -5px;
	width: 69px;
}

.btn{
	display: block;
 	height: 40px;
 	width: 110px;
 	line-height: 40px;
 	border-radius: 2px;
 	border: solid 1px #d7e0ef;
  text-align: center;
  cursor: pointer;
}
.primary-btn{
	background-color: #c43826;
	color: #fff;
	border: none;
	transition-duration: 0.5s;
}
.primary-btn:hover{
	background-color: #ea6554;
	transition-duration: 0.5s;
}
.primary-btn:focus{
	box-shadow: 0 0 8px 0 rgba(234, 101, 84, 0.46);
	transition-duration: 0.5s;
}
.default-btn{
	background-color: #fff;
	color: #0d1623;
	transition-duration: 0.5s;
}
.default-btn:hover{
	background-color: #f3f6fe;
	transition-duration: 0.5s;
}
.default-btn:focus{
	box-shadow: 0 0 8px 0 #d7e0ef;
	background-color: #d7e0ef;
	transition-duration: 0.5s;
}

.disable-btn{
	background-color: #f3f6fe;
	color: #f3f6fe;
}
.text-btn{
	color: #0d1623;
	transition-duration: 0.5s;
}
.text-btn:hover{
	background-color: #d7e0ef;
	transition-duration: 0.5s;
}
.link-btn{
	color: #daa360;
	transition-duration: 0.5s;
}
.link-btn:hover{
	color: #dfbc91;
	transition-duration: 0.5s;
}

.order-btn{
	width: 100%;
}



.info-list{
	color: #3f5372;
	letter-spacing: 0.5px;
	/*min-height: 166px;*/
    min-height: 130px;
}
.info-list li{
	padding-left: 32px;
	position: relative;
	margin-bottom: 12px;
	line-height: 1.3333em;
	font-size: 1.125em;
	box-sizing: border-box;
}
.info-list li:before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background-color: #daa360;
	background-image: url(../../../Content/Images/Common/icon-yes.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}
.info-list.two-col{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	justify-content: space-between;
}
.info-list.two-col li{
	flex: 49% 0 0;
}

.red{
	color: #c43826;
}

.order-info .container{
	padding: 52px 0 0 0;
}






@media screen and (max-width: 1100px){
	.membership-level-info{
		margin-bottom: 40px;
	}
	.membership-block{
		width: 304px;
		margin-right: 12px;
		margin-left: 12px;
	}
	.membership-index-inner{
	padding-left: 24px;
	padding-right: 24px;
}
.membership-block.wide-version .membership-index-inner{
	padding: 40px 40px 0 40px;
}


.membership-block.wide-version .info-list {
    /*min-height: 166px;*/
    min-height: 130px;
}


}


@media screen and (max-width: 992px){
	.inner-title.mt{
		margin-top: 24px;
}
.order-info .container{
	padding: 40px 0 0 0;
}

}


@media screen and (max-width: 940px){
.order-info .container{
	margin: 0;
}
.order-info.order-edm .container{
	margin-left: 32px;
	margin-right: 32px;
}
.membership-level-info{
	flex-wrap: wrap;
}
.membership-block,.membership-block.wide-version{
	width: 100%;
	max-width: 704px;
	height: auto;
	margin-bottom: 24px;
	padding: 0;
	display: flex;
	align-items: stretch;
}
.membership-block:hover{
		top: 0;
	}
.membership-block h3,.membership-block.wide-version h3{
	width: 352px;
	flex: 352px 0 0;
	height: auto;
	margin: 0;
	flex-shrink: 0;
	background-size: 134px;
}
.membership-index-inner,.membership-block.wide-version .membership-index-inner{
	padding: 24px;
	flex-basis: 100%;
	flex-shrink: 1;
	flex-grow: 1;
}
.info-list,.membership-block.wide-version .info-list{
	/*min-height: 112px;*/
    min-height: 70px;
	margin-bottom: 20px;
}
}



@media screen and (max-width: 720px){
	.membership-block,.membership-block.wide-version{
		display: block;
		width: 343px;
	}

	.membership-block h3,.membership-block.wide-version h3{
		width: 100%;
		height: 148px;
		background-size: 100px;
	}



	.info-list,.membership-block.wide-version .info-list{
		min-height: auto;
		margin-bottom: 24px;
	}
	.info-list li{
		font-size: 1em;
	}
	.order-info.order-edm .container{
	margin-left: 16px;
	margin-right: 16px;
}
}

@media screen and (max-width: 576px){
	.inner-title{
		font-size: 1.25em;
		line-height: 1.4em;
		margin-bottom: 12px;
	}
	.inner-title:after{
		margin-top: 12px;
	}

	.slogan-wrap .container{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.order-info .container{
	padding: 32px 0 0 0;
}
}






/*文章tab切換列*/
#featured-articles.container{
	overflow: hidden;
}

.tab-wrap{
	position: relative;
	margin-top: 52px;
}
.tab{
	position: relative;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #d7e0ef;
    overflow-y: hidden;
	overflow-x: scroll;
}
    .tab::-webkit-scrollbar {
        display: none; /* Chrome Safari */
    }

.tab-wrap #cursor{
	position: absolute;
     bottom: 0;
     left: 0;
     width: 0;
     height: 4px;
     background-color: #daa360;
     transition-duration: 0.5s;
     margin-left: 26px;
}
.tab-btn{
	font-size: 1.4em;
	line-height: 1em;
	padding:0 5px 19px 5px;
	position: relative;
	color: #3f5372;
	margin-left: 26px;
	margin-right: 26px;
	letter-spacing: 0.5px;
	transition-duration: 0.5s;
	cursor: pointer;
    white-space:nowrap;
}
.tab-btn.current{
	color: #0d1623;
}

.tab-header-left {
    position: Sticky;
    display: none;
    align-items: flex-start;
    left: -1px;
    padding: 0 10px 0 0;
    background-image: linear-gradient(to right,#fafbff 60%,rgba(255,255,255,0));
    z-index: 1;
}
    .tab-header-left:before {
        content: '';
        background-image: url(../../../Content/Images/Common/icon-arrow-l.svg);
        height: 24px;
        width: 40px;
        background-size: 100% 100%;
        opacity: 0.4;
    }

.tab-header-right {
    position: Sticky;
    display: none;
    align-items: flex-start;
    right: -1px;
    padding: 0 0 0 10px;
    background-image: linear-gradient(to left,#fafbff 60%,rgba(255,255,255,0));
    z-index: 1;
}
    .tab-header-right:before {
        content: '';
        background-image: url(../../../Content/Images/Common/icon-arrow-r.svg);
        height: 24px;
        width: 40px;
        background-size: 100% 100%;
        opacity: 0.4;
    }

/*
.tab-btn.current:after{
	content: "";
	display: block;
	display: block;
	background-color: #daa360;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom:-1px;
}*/

.level-tab{
	display: flex;
}
.level-tab-group{
	display: none;
}

.sub-tab{
	display: flex;
	justify-content: center;
	margin-top: 32px;
	cursor: pointer;
}
.inner-wrap .sub-tab{
	margin-left: -20px;
	margin-right: -20px;
}
/*.sub-tab-1,.sub-tab-2{
	display: none;
}
.sub-tab-1.open,.sub-tab-2.open{
	display: flex;
}*/

.sub-tab-btn{
	color: #3f5372;
	letter-spacing: 0.4px;
  text-align: center;
  background-color: #d7e0ef;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 25px;
  margin: 0 8px;
  border-radius: 40px;
  transition-duration: 0.5s;
}
.sub-tab-btn.current,.sub-tab-btn:hover{
	background-color: #0d1623;
	color: #fff;
	transition-duration: 0.5s;
}

    .sub-tab-btn.hidden {
        display:none;
    }



@media screen and (max-width: 1100px){
	.tab-wrap{
	margin-top: 40px;
	}

    .tab {
	    justify-content:flex-start;
        overflow-y: hidden;
		overflow-x: scroll;
    }
    .tab::-webkit-scrollbar {
        display: none; /* Chrome Safari */
    }

	.tab-btn{
		padding-bottom: 17px;
		flex-grow: 0;
		flex-shrink: 0;
	}
	
	.inner-wrap .sub-tab{
	margin-left: 0;
	margin-right: 0;
}
	/*
    .sub-tab .sub-tab-btn:not(.hidden):first-child
    {
		margin-left: 32px;
	}
	.sub-tab .sub-tab-btn:not(.hidden):last-child{
		margin-right:  32px;
	}*/

	.sub-tab{
		justify-content: flex-start;
		margin-right: -32px;
		margin-left: -32px;
        padding-right: 32px;
		padding-left: 32px;
		overflow-y: hidden;
		overflow-x: scroll;
	}
	.inner-wrap .sub-tab{
		margin-right: -32px;
		margin-left: -32px;
	}
	.sub-tab-btn{
		flex-grow: 1;
		flex-shrink: 0;
	}
	.sub-tab::-webkit-scrollbar {
      display: none; /* Chrome Safari */
    }
}

@media screen and (max-width: 840px){
.tab-btn{
	margin-left: 24.5px;
	margin-right: 24.5px;
}

}

@media screen and (max-width: 720px){
.tab-wrap{
	margin-top: 0;
}

}

@media screen and (max-width: 768px){

.sub-tab{
		margin-right: -16px;
		margin-left: -16px;
		margin-top: 24px;
	}
.inner-wrap	.sub-tab{
		margin-right: -32px;
		margin-left: -32px;
	}
}

@media screen and (max-width: 720px){
	.tab-wrap #cursor{
		margin-left: 0;
	}
	.tab{
		position: relative;
		justify-content: flex-start;
		border-top: 1px solid #d7e0ef;
		padding-left: 16px;
		overflow-y: hidden;
		overflow-x: scroll;
		padding-right: 72px;
	}
	.tab::-webkit-scrollbar {
      display: none; /* Chrome Safari */
    }
    .inner-wrap .tab{
		border-top: none;
		padding-top: 12px;
        padding-left: 0px;
		padding-right: 0px;
        align-items:center;
		/*justify-content: center;*/
    }
	.tab-btn{
	    font-size: 1.125em;
	    line-height: 1.445em;
	    padding-top: 14px;
	    padding-bottom: 14px;
	    padding-left: 24px;
	    padding-right: 24px;
	    margin-left: 0;
	    margin-right: 0;
	    box-sizing: border-box;
    }	
    .tab-btn.long{
	    padding-left: 10px;
	    padding-right: 10px;
    }

    .tab-header-left {
        display:none;
    }
    .tab-header-right {
        display:none;
    }

    .sub-tab{
	    margin-left: 0;
	    margin-right: 0;

	    margin-right: 0;
	    margin-top: 16px;

        padding-right: 16px;
	    padding-left: 16px;
    }
    .inner-wrap	.sub-tab{
		margin-right: 0;
		margin-left: 0;
	    margin-bottom: 16px;
	}
	.level-tab-group{
		position: absolute;
		right: 0;
		top: 1px;
		display: block;
	}
	.level-box{
		position: absolute;
		padding-left: 15px;

		right: 0;
		top: 56px;
		visibility: hidden;
  	    overflow: hidden;
  	    z-index: 5555555;
  	    transition-duration: 0.5s;
  	    opacity: 0;
  	    height: 1px;
	}
	.level-box.open{
		padding-bottom: 15px;
		opacity: 1;
		visibility: visible;
		transition-duration: 0.5s;
		height: auto;
	}
	.level-tab{
		width: 152px;
  		border-radius: 2px;
  		box-shadow: 1px 1px 15px 0 rgba(169, 182, 203, 0.4);
  		background-color: #fff;
  		padding: 0px 0;
  		display: block;
  		padding: 12px 10px;
	}
	.level-tab .tab-btn{
		padding: 0;
		text-align: center;
		line-height: 44px;
	}
    .level-tab .tab-btn:hover{
	    background-color: #e6ebf5;
	    transition-duration: 0.5s;
    }
	.level-menu-btn{
		position: absolute;
		right: 0;
		top: 0;
		width: 52px;
		height: 54px;
		border-left: 1px solid #d7e0ef;
		border-bottom: 1px solid #d7e0ef;
		background-color: #f9fbff;
		background-image: url(../../../Content/Images/Common/ic-more-horizontal.svg);
		background-size: 24px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.level-menu-btn:before{
		content: "";
		display: block;
		height: 54px;
		width: 20px;
		background:linear-gradient(to left,rgba(215, 224, 239, 0.3), rgba(215, 224, 239, 0));
		position: absolute;
		left: -20px;
		top: 0;
	}
}

@media screen and (max-width: 576px){
	.inner-wrap .tab{
		justify-content:flex-start;
    }
}

/*YT FB 連結*/
.bg-gray{
	background-color: #e6ebf5;
}
.container.social-link-group{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 32px;
	padding-bottom: 32px;
}
.call-to-active-txt{
	letter-spacing: 0.6px;
  	font-size: 1.5em;
  	font-weight: 500;
}
.social-icon{
	width: 50px;
	display: block;
}
.social-btn{
	display: flex;
	align-items: center;
	width: 281px;
	background-color: #fff;
	margin-left: 40px;
	font-weight: 500;
	border-radius: 2px;
  	border:1px solid #d7e0ef;
  	overflow: hidden;
}
.social-btn img:last-child{
	margin-right: 12px;
	width: 24px;
}
.link-txt{
	flex: 100% 1 1;
	padding-left: 12px;
}


@media screen and (max-width:1332px ){
	.container.social-link-group{
		flex-wrap: wrap;
	}
	.call-to-active-txt{
		flex: 100% 0 0;
		text-align: center;
		margin-bottom: 24px;
	}
	.social-btn{
		margin: 0 20px;
	}
}

@media screen and (max-width:1332px ){
	.container.social-link-group{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}


@media screen and (max-width: 720px ){
	.container.social-link-group{
		display: none;
	}
}


/*文章列表*/
.article-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	margin-top: 32px;
}
#featured-articles .article-list {
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}
	.article-list.open, #featured-articles .article-list.open {
		display: flex;
		visibility: visible;
		opacity: 1;
	}



.col-1{
	flex: 100% 0 0;
}
.col-4{
	flex-basis: calc(25% - 16px);
	flex-shrink: 0;
	flex-grow: 0;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 24px;
}
.col-3-row{
	flex-basis: calc(33.3333% - 16px);
	flex-shrink: 0;
	flex-grow: 0;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 24px;
}



@media screen and (max-width: 1322px){
	.col-4{
	flex-basis: calc(33.3333% - 16px);
	flex-shrink: 0;
	flex-grow: 0;
}
}


@media screen and (max-width: 992px){
	.col-4{
		flex-basis:calc(50% - 16px) ;
}

}


@media screen and (max-width: 768px){
	.col-3-row{
		flex-basis:100%;
	}
	.article-list{
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 24px;
}
	.col-4{
	flex:100% 0 0;
	margin-left: 0;
	margin-right: 0;
}
}



/*文章列表-列表內文章區塊*/

.article-section{
	background-color: #fff;
	border: 1px solid #e6ebf5;
	box-sizing: border-box;
	padding: 24px;
	position: relative;
	box-shadow: 1px 1px 15px 0 rgba(169, 182, 203, 0);
	transition-duration: 0.5s;
	bottom: 0;
	transition-duration: 0.5s;
}

.article-section:hover{
	 box-shadow: 1px 1px 15px 0 rgba(169, 182, 203, 0.4);
	 bottom: 16px;
	 transition-duration: 0.5s;
}


.article-section img{
	display: block;
	width: 100%;
	/*height: 100%;*/
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.article-section .img-wrap{
	margin-bottom: 15px;
	padding-top: 52.356%;
}
.img-wrap{
	position: relative;
}
.img-wrap img{
	width: 100%;
    max-height: 100%;
}
.article-section h3{
	font-size: 1.125em;
	font-weight: 500;
}
.article-section h3:after{
	content: "";
	display: block;
	width: 26px;
	height: 3px;
	background-color: #daa360;
	margin-bottom: 10px;
	margin-top: 16px;
}
.article-section a h3 div{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
.aside-info{
	color: #6c7b94;
	font-size: 0.75em;
	display: flex;
	position: relative;
	align-items: center;
}
.aside-info .date{
	margin-right: 4px;
}

.membership-level{
	display: flex;
	margin-right: 8px;
	color: #fff;
}
.membership-level div{
	padding-left: 7.5px;
	padding-right: 7.5px;
	height: 20px;
	line-height: 20px;
}
.level-basic{
	background-color: #254a91;
	border-radius: 2px;
}
.level-premium-1{
	background-color: #c43826;
	border-radius: 2px;
}

.level-premium-2{
	background-color: #192639;
	border-radius: 2px;
}

.article-section .level-premium:first-child{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.article-section .level-premium:last-child{
	
	border-top-left-radius: 0px;
	border-bottom-left-radius:0px;
}

.preview-level{
	position: absolute;
	right: 0;
	top: 0;
	background-color: #daa360;
	width: 34px;
	color: #fff;
	font-size: 0.75em;
	line-height: 1em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.preview-level:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent ;
	border-left: 17px solid #daa360;
	position: absolute;
	left: 0;
	bottom: -8px;
}
.preview-level:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-right: 17px solid #daa360;
	position: absolute;
	right: 0;
	bottom: -8px;
}
.col-1-list{
	padding: 40px;
	background-color: #fff;
	margin-left: 0;
	margin-right: 0;
}

.article-section.col-1{
		border: none;
		border-bottom: 1px solid #e6ebf5;
		margin: 0;
		padding: 0 0 24px 0;
		padding-bottom: 24px;
		margin-bottom: 24px;
}
.article-section.col-1:hover{
		 box-shadow: 1px 1px 15px 0 rgba(169, 182, 203, 0.0);
	 bottom: 0px;
	}

.article-section.col-1 a .img-wrap{
		width: 250px;
		height: 130px;
		float: left;
		padding-top: 0;
		margin-bottom: 0;
	}
.article-section.col-1 a h3{
		margin-left: 282px;
		font-size: 1em;
	}
	.article-section.col-1 h3:after{
		margin-top: 8px;
	}
	.article-section.col-1 .aside-info{
		margin-left: 282px;
	}

.article-section.col-1 .preview-level{
    left: 0;
    top: 0;
	}


@media screen and (max-width: 1100px){
	.col-1-list{
		padding: 32px 24px;
	}
}


@media screen and (max-width: 992px){
	
	
}



@media screen and (max-width: 768px){
	.article-list.row-list{
		margin-left: 0;
		margin-right: 0;
		margin-top: 32px;
		padding: 8px 32px;
		background-color: #fff;
	}
	.article-section.col-3-row{
		border: none;
		border-bottom: 1px solid #e6ebf5;
		margin: 0;
		padding-left: 0;
		padding-right:0;
	}
	.article-section.col-3-row:last-child{
		border: none;
	}
	.article-section.col-3-row:hover{
		 box-shadow: 1px 1px 15px 0 rgba(169, 182, 203, 0.0);
	 bottom: 0px;
	}
	.article-section.col-3-row a .img-wrap{
		width: 250px;
		height: 130px;
		float: left;
		padding-top: 0;
		margin-bottom: 0;
	}
	.article-section.col-3-row a h3{
		margin-left: 274px;
		font-size: 1.25em;
	}
	.article-section.col-3-row h3:after{
		margin-top: 8px;
	}
	.article-section.col-3-row .aside-info{
		margin-left: 274px;
	}
	.article-section.col-3-row .preview-level{
    left: 0;
    top: 24px;
	}
}




@media screen and (max-width: 576px){
	.article-list.row-list{
		margin-top: 12px;
		padding: 0 16px;
	}
	.article-section.col-3-row a .img-wrap{
		width: 90px;
		height: 90px;
	}
	
	.article-section.col-3-row a .lock-cover{
		font-size: 0.75em;
	}
	.article-section.col-3-row a .lock-cover br{
		display: none;
	}
	.article-section.col-3-row a h3{
		margin-left: 106px;
		font-size: 1em;
	}
	.article-section.col-3-row .aside-info{
		margin-left: 106px;
	}

	.col-1-list{
		padding: 0 16px 24px 16px;
		background-color: #fff;
		margin-top: 0;
		margin-bottom: 0;
	}
	.article-section.col-1:first-child{
		padding-top: 24px;
		
	}
	.article-section.col-1 a .img-wrap{
		width: 90px;
		height: 90px;
	}
	.article-section.col-1 a h3{
		margin-left: 106px;
	}
	.article-section.col-1 .aside-info{
		margin-left:106px;
	}
	.article-section.col-1:first-child .preview-level {
		top: 24px;
	}
}


/*文章列表-會員文章覆蓋鎖頭*/
.lock-cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 0.875em;
	flex-direction:column;
}
.lock-cover img{
	margin-bottom: 4px;
	width: 24px;
	height: 24px;
	object-fit: contain;
	position: relative;
}
.article-section .lock-cover{
	opacity: 0;
	transition-duration: 0.5s;
}

.article-section:hover .lock-cover{
	opacity: 1;
	transition-duration: 0.5s;
}








/*載入更多文章*/
.more-article-block {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 52px;
	height: 24px;
}
.more-article-block.col-1{
	padding: 0;
}
.more-article-btn{
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left: 32px;
	border-radius: 5px;
	color: #6c7b94;

    border: 1px solid rgb(169 182 203 / 40%);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
    cursor: pointer;
    background-color: white;
}
.more-article-btn:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../../../Content/Images/Common/ic-reload.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
    animation-duration: 2s;
    animation-name: spin;
    transform:rotate(360deg);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	 
}
    .more-article-btn.hiddenRun:before {
        background-image:none;
    }

@keyframes spin {
     from {
  transform:rotate(0deg);
    }
    to {
  transform:rotate(360deg);
    }
  }








/*內文頁框架*/
main{
	padding-top: 70px;
}
.inner-wrap{
	max-width: 960px;
	width: 100%;
	margin: 52px auto;
}


@media screen and (max-width:1100px ){
	.inner-wrap{
		margin-top: 40px;
		margin-bottom: 40px;
	}
}



@media screen and (max-width:992px ){
	.inner-wrap{
		max-width: 100%;
		
	}
}
@media screen and (max-width:700px ){
	main{
	padding-top: 60px;
}
}
@media screen and (max-width:768px ){
	.inner-wrap.article-inner-wrap{
		margin: 0;
	}
}
@media screen and (max-width:576px ){
	.inner-wrap{
		margin: 0;
	}
	
}



/*A6內文頁 文章內容*/
.article-content-wrap{
	background-color: #fff;
	padding: 40px;
	margin-bottom: 52px;
}

.article-content-wrap h2{
	font-size: 1.5em;
	line-height: 1.33em;
	font-weight: 500;
}
.article-content-wrap h2:after{
	content: "";
	display: block;
	width: 26px;
	height: 4px;
	background-color: #daa360;
	margin-top: 12.3px;
}
.article-aside{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 17px;
}

.article-header-block .img-wrap{
	margin-top: 32px;
}
.article-main-content{
	line-height: 1.88em;
	font-size: 16px;
	overflow:auto;
    overflow-y:hidden;
}
.level-up-read-more{
	display: block;
	text-align: center;
	font-weight: 500;
	border-radius: 2px;
  border: solid 1px #d7e0ef;
  height: 44px;
  line-height: 44px;
  width: 260px;
  margin: auto;
  margin-top: 24px;
}
.gold{
	color: #daa360;
}

@media screen and (max-width: 1024px){
	.article-content-wrap{
		padding: 40px 32px;
	}
}

@media screen and (max-width: 768px){
	.article-content-wrap{
		margin-bottom: 40px;
		padding:0 32px 24px 32px;
	}
	.article-header-block{
		display: flex;
		flex-direction: column;
		margin-bottom: 32px;
	}
	.article-header-block .img-wrap{
		order: 1;
		margin-top: 0;
		margin-bottom: 32px;
		margin-left: -32px;
		margin-right: -32px;
	}
	.article-header-block h2{
		order: 2;
	}
	.article-header-block .article-aside{
		order: 3;
	}
}

@media screen and (max-width: 720px){

	.article-aside{
		display: block;
	}
}

@media screen and (max-width: 576px){
	.article-content-wrap{
		margin-bottom: 24px;
		padding:0 16px 24px 16px;
	}
	.article-header-block .img-wrap{
		margin-bottom: 24px;
		margin-left: -16px;
		margin-right: -16px;
	}
	.article-header-block h2{
		font-size: 1.125em;
	}
}





/*會員中心*/
.member-center-wrap{
	background-color: #fff;
	padding: 40px;
}

.member-header-info{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom:1px solid #e6ebf5;
	padding-bottom: 20px;
}
.mhi-1{
	margin-right: 16px;
}
.mhi-1 span{
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 1.125em;
	font-weight: 300;
}
.mhi-2{
	flex: 100% 1 1;
}
.mhi-2 h3{
	font-size: 1.5em;
	font-weight: 500;
}
.level-time{
	font-size: 0.875em;
	  color: #3f5372;
}
.level-time .basic{
	color: #254a91;
	font-weight: 500;
}

.level-time .premium{
	color: #c43826;
	font-weight: 500;
}
.mhi-3 a{
	display: inline-block;
	width: 98px;
}
.member-basic-block{
	padding: 24px 0 20px 0;
	border-bottom:1px solid #e6ebf5;;
}
.member-basic-block.order-list-block{
	border-bottom: none;
	padding-bottom: 0;
}
.mbr-title{
	color: #6c7b94;
	line-height: 2em;
	margin-bottom: 16px;
	font-weight: 400;
}
.mrow{
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	font-size: 1.125em;
}
.mrow:last-child{
	margin-bottom: 0;
}
.mcol-name{
	flex: 176px 0 0;
	line-height: 1.78em;
	font-weight: 500;
}
.mcol-content{
	flex: 100% 1 1;
}
.mcol-content a{
	color: #254a91;
	display: inline-block;
}
.mcol-content a:after{
	content: "";
	display: block;
	border-bottom: 1px solid #254a91;
}

.table-list-wrap{
	border: solid 1px #e6ebf5;
}
.table-header{
	display: flex;
}
.tcol-name{
	font-weight: 500;
	line-height: 2em;
	padding: 4px 20px;
	background-color: #e6ebf5;
	border-right: 1px solid #fff;
}
.tcol-name:last-child{
	border-right: none;
}
.tname-1{
	flex: 215px 1 1;
}
.tname-2{
	flex: 290px 1 1;
}
.tname-3{
	flex: 235px 1 1;
}
.tname-4{
	flex: 136px 1 1;
}
.tname-4 a{
	width: 70px;
	height: 36px;
	line-height: 36px;
	font-weight: 300;
}
.table-body{
	padding-top: 14px;
	padding-bottom: 14px;
}
.table-body .tcol-name{
	display: none;
}
section.ttr{
	display: flex;
	padding-top: 12px;
	padding-bottom: 12px;
}
.tcol-content{
	padding: 4px 20px;
	line-height: 2em;
}

.tcol-content.tname-3{
	text-align: right;
}



@media screen and (max-width: 992px){
	.member-center-wrap{
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 768px){
	.member-center-wrap{
		margin-bottom: 0;
		padding: 24px 16px;
	}
	.mhi-2 h3{
		font-size: 1.125em;
	}
	.mrow{
		font-size: 1em;
	}
	.mcol-name{
	flex: 88px 0 0;
	line-height: 1.375em;
	font-weight: 500;
}
	.mhi-3 a{
		width: 60px;
		padding-left: 0;
		padding-right: 0;
	}
	.mhi-3 span{
		display: none;
	}
	.table-list-wrap{
	border: none;
}
	.table-header{
		display: none;
	}
	section.ttr{
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #e6ebf5;
	margin-bottom: 24px;
	}
	section.ttr:last-child{
		margin-bottom: 0;
	}
	.table-body{
		padding: 0;
	}
	.tcol-content{
		padding: 0;
		display: flex;
		border-bottom: 1px solid #fff;
	}
	.tcol-content:last-child{
		border-bottom: none;
	}
	.table-body .tcol-name{
	display: block;
	flex:104px 0 0 ;
	/*height: 40px;*/
    min-height: 40px;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
	}
	.s-content{
		/*height: 40px;*/
    min-height: 40px;
	line-height: 40px;
	padding: 0 20px;
	}
	.tname-4 .tcol-name{
		height: auto;
	}
	.tname-4 .tcol-name,.tname-4 .s-content{
		padding-top: 14px;
		padding-bottom: 14px;
	}
}









/*表尾*/
footer{
	background-color: #0d1623;
	padding: 40px 0;
}
.footer-link{
	display: flex;
	justify-content: center;
	padding-bottom:32px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(63, 83, 114, 0.6);
	color: #fff;
}
.footer-link li:after{
	content: "";
	color: #fff;
	display: inline-block;
	height: 12px;
	width: 1px;
	background-color:#fff;
	margin:0 15px;
}
.footer-link li:last-child:after{
	display: none;
}
.footer-link a{
	color: #fff;
}
.website-link-wrap{
	position: relative;
}
.website-btn{
	cursor: pointer;
}
.website-btn:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-image: url(../../../Content/Images/Common/arrow-chevron-down.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	margin-left: 4px;
	transform:rotate(0deg);
	transition-duration: 0.5s;
}
.website-btn.open:after{
	transform:rotate(180deg);
	transition-duration: 0.5s;
}
.website-link-group{
	position: absolute;
	right: 0;
	bottom: 30px;
	border-radius: 2px;
  box-shadow: 0 2px 15px 0 rgba(169, 182, 203, 0.4);
  background-color: #fff;
  width: 136px;
  padding: 4px 0;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.5s;
}
.website-link-group.open{
	visibility: visible;
	opacity:1;
	transition-duration: 0.5s;
}
.website-link-group a{
	color: #0d1623;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 12px;
	font-size: 0.875em;
	transition-duration: 0.5s;
}
.website-link-group a:hover{
	background-color: #e6ebf5;
	transition-duration: 0.5s;
}

.footer-txt{
	text-align: center;
	color: #6c7b94;
	font-size: 0.75em;
	line-height: 1.83em;
}

.gototop{
	display:block;
	background-image: url(../../../Content/Images/Common/ic-go-top.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	box-shadow: 0 2px 15px 0 rgba(169, 182, 203, 0.2);
  	background-color: #c43826;
  	position: fixed;
  	right: 40px;
  	bottom: 40px;
  	cursor: pointer;
  	transition-duration: 0.5s;
  	opacity: 0;
}
.gototop.show{
    opacity: 1;
}



@media screen and (max-width: 1100px){
	.gototop{
		bottom: 24px;
	}
}




@media screen and (max-width: 920px){
	.footer-link li:after{
	margin:0 8px;
	}
	.footer-link {
		font-size:95%;
	}
}
@media screen and (max-width: 800px) {
	.footer-link {
		font-size: 90%;
	}
}

@media screen and (max-width: 768px){
	footer .container{
		padding-left: 32px;
		padding-right: 32px;
	}
	.footer-link {
		font-size: 85%;
	}
	.inner-article .gototop{
		display: none;
	}
	.inner-article footer{
		margin-bottom: 64px;
	}
}
@media screen and (max-width: 745px) {
	.footer-link li:after {
		margin: 0 5px;
	}
}
@media screen and (max-width: 720px){
	footer{
	padding: 20px 0;
	}
	.footer-link{
	display: none;
	}
	.gototop{
		bottom: 40px;
		right: 16px;
	}
}


@media screen and (max-width: 576px){
	.inner-article footer{
		margin-bottom: 56px;
	}
	footer .container{
		padding-left: 0;
		padding-right: 0;
	}
}



/*彈跳視窗 - 登入 登出*/
.black-cover-wrap{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000000000;
	justify-content: center;
	align-items: center;
	display: none;
}
.black-cover-wrap.open{
	display: flex;
}
.black-cover{
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
}

.only-cover{
	background-color: rgba(0, 0, 0, 0.0);
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	transition-duration: 0.5s;
}
.only-cover.open{
	background-color: rgba(0, 0, 0, 0.7);
	visibility: visible;
	transition-duration: 0.5s;
}
.pop-window {
	position: relative;
	margin-left: 16px;
	margin-right: 16px;
}

.pop-window .close-btn{
	display: block;
	position: absolute;
	right: 0;
	top: -52px;
	cursor:pointer;
}
.pop-content{
	background-color: #fff;
	max-width: 520px;
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
}
.pop-content h2{
	text-align: center;
	font-weight: 600;
	font-size: 2.25em;
	line-height: 1.38em;
	margin-bottom: 32px;
}
.login-box{
	width: 440px;
}
.login-box input{
	width: 100%;
	height: 50px;
	font-size: 1rem;
	margin-bottom: 4px;
}
.login-box input[type=password]{
}

.password-block{
	position: relative;
	margin-top: 16px;
	margin-bottom: 16px;
}
.view-btn{
	border: none;
	width: 24px;
	height: 24px;
	background-image: url(../../../Content/Images/Common/edit-hide.svg);
	background-color: transparent;
	position: absolute;
	right: 12px;
	top: 12px;
}
.view-btn.show{
	background-image: url(../../../Content/Images/Common/edit-show.svg);
}
.remember-box{
	margin-top: 2px;
	margin-bottom: 18px;
	color: #3f5372;
}
.remember-box a{
	float: right;
}
.login-btn {
	width: 100%;
	font-size: 1rem;
	height: 50px;
	box-sizing: border-box;
	margin-bottom:16px;
}

.join-txt{
	color: #6c7b94;
	text-align: center;
	/*margin-top: 16px;*/
}
.join-txt a{
	display: inline-block;
	margin-left: 16px;
}
#alert-window .pop-content.sys-content{
	padding: 0;
	width: 520px;
}

.pop-content.sys-content{
	padding: 0;
	width: 343px;
}


.sys-content h2{
	text-align: left;
	padding: 24px;
	font-size: 1.5em;
	margin-bottom: 0;
}


.sys-message-txt{
	border-top:1px solid #e6ebf5;
	border-bottom:1px solid #e6ebf5;
	padding: 24px;
	color: #3f5372;
	box-sizing: border-box;
	line-height: 1.63em;
}

.sys-btn-wrap{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 24px 0;
}

.sys-btn{
	display: block;
	font-size: 1rem;
	flex: 135px 0 0;
	width: 135px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 2px;
	margin: 0 12.5px;
	cursor:pointer;
}
.white-btn {
	color: #0d1623;
	border: 1px solid #d7e0ef;
	background-color: #fff;
	cursor: pointer;
}
.blue-btn {
	color: #fff;
	background-color: #254a91;
	border: none;
	cursor: pointer;
}


@media screen and (max-width: 576px){
	#alert-window .pop-content.sys-content{
	padding: 0;
	width: 343px;
}
	.sys-message-txt{
		padding: 24px;
		line-height: 1.35em;
	}
	.sys-content h2{
		padding: 24px;
	}
	.pop-content{
		padding: 32px 24px;
	}
	.pop-content h2{
		font-size: 1.5em;
	}
	.login-box{
	width: 295px;
}


}




/*其他提示*/
.alert-box{
	background-color: #fff;
	 box-shadow: 1px 1px 15px 0 rgba(169, 182, 203, 0.4);
	 width: 200px;
	 position: fixed;
	 left: 50%;
	 top: 0px;
	 margin-left: -100px;
	 z-index: 999999999999999;
	 text-align: center;
	 padding: 12px;
}
.alert-box.move{
	animation-duration: 2s;
	animation-name: fadeOut;
}

@keyframes fadeOut{
	from {
			top: 0px;
    }
  20% {
      top: 30px;
      opacity: 1;
    }
  80%{
  		top: 30px;
      opacity: 1;
 		}
  100%{
  		top: -10px;
  		opacity: 0;
  }
}



/*搜尋無資料*/
.no-data-list{
	min-height: 587px;
}
.search-no-data{
	flex: 100% 0 0;
}
.no-data-img{
	width: 260px;
	margin:0 auto;
	padding: 20px 40px;
	box-sizing: border-box;
}
.no-data-img img{
	width: 100%;
	display: block;
}
.no-data-txt{
	text-align: center;
	color: #6c7b94;
}
@media screen and (max-width: 992px){
	.no-data-list{
	height: calc(100vh - 450px);
	}
}

@media screen and (max-width: 768px){
	.no-data-list{
	height: calc(100vh - 355px);
	}
}

@media screen and (max-width: 576px){
	.no-data-list{
	height: calc(100vh - 235px);
	}
	.no-data-list{
		padding-top: 24px;
	}
	.no-data-img{
		padding: 16px 32px;
	}
	.no-data-img{
		width: 200px;
	}
}

.reset-this {
	animation: none;
	animation-delay: 0;
	animation-direction: normal;
	animation-duration: 0;
	animation-fill-mode: none;
	animation-iteration-count: 1;
	animation-name: none;
	animation-play-state: running;
	animation-timing-function: ease;
	backface-visibility: visible;
	background: 0;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: repeat;
	background-size: auto auto;
	border: 0;
	border-style: none;
	border-width: medium;
	border-color: inherit;
	border-bottom: 0;
	border-bottom-color: inherit;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-collapse: separate;
	border-image: none;
	border-left: 0;
	border-left-color: inherit;
	border-left-style: none;
	border-left-width: medium;
	border-radius: 0;
	border-right: 0;
	border-right-color: inherit;
	border-right-style: none;
	border-right-width: medium;
	border-spacing: 0;
	border-top: 0;
	border-top-color: inherit;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top-style: none;
	border-top-width: medium;
	bottom: auto;
	box-shadow: none;
	box-sizing: content-box;
	caption-side: top;
	clear: none;
	clip: auto;
	color: inherit;
	columns: auto;
	column-count: auto;
	column-fill: balance;
	column-gap: normal;
	column-rule: medium none currentColor;
	column-rule-color: currentColor;
	column-rule-style: none;
	column-rule-width: none;
	column-span: 1;
	column-width: auto;
	content: normal;
	counter-increment: none;
	counter-reset: none;
	cursor: auto;
	direction: ltr;
	display: inline;
	empty-cells: show;
	float: none;
	font: normal;
	font-family: inherit;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	hyphens: none;
	left: auto;
	letter-spacing: normal;
	line-height: normal;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	opacity: 1;
	orphans: 0;
	outline: 0;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible;
	padding: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	page-break-after: auto;
	page-break-before: auto;
	page-break-inside: auto;
	perspective: none;
	perspective-origin: 50% 50%;
	position: static;
	/* May need to alter quotes for different locales (e.g fr) */
	quotes: '\201C' '\201D' '\2018' '\2019';
	right: auto;
	tab-size: 8;
	table-layout: auto;
	text-align: inherit;
	text-align-last: auto;
	text-decoration: none;
	text-decoration-color: inherit;
	text-decoration-line: none;
	text-decoration-style: solid;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	top: auto;
	transform: none;
	transform-style: flat;
	transition: none;
	transition-delay: 0s;
	transition-duration: 0s;
	transition-property: none;
	transition-timing-function: ease;
	unicode-bidi: normal;
	vertical-align: baseline;
	visibility: visible;
	white-space: normal;
	widows: 0;
	width: auto;
	word-spacing: normal;
	z-index: auto;
	/* basic modern patch */
	all: initial;
	all: unset;
}

	.reset-this h1, .reset-this h2, .reset-this h3, .reset-this h4, .reset-this h5, .reset-this h6 {
		font-size: revert;
		line-height: revert;
		font-weight: revert;
		margin: revert;
		padding: revert;
	}
		.reset-this h2:after {
			content: revert;
			display: revert;
			width: revert;
			height: revert;
			background-color: revert;
			margin-top: revert;
		}
	.reset-this ul, .reset-this ol {
		margin: revert;
		padding: revert;
	}
	.reset-this ul {
		list-style: revert;
	}