
/*** 

====================================================================
    member
====================================================================

***/
.bctop{
     margin-top: 138px;
}
.breadcrumb {
    background-color: #f7f7f7;
    border-radius: 0rem;
    margin-bottom: 0px;
}
.breadcrumb-item{
    color:rgb(73, 125, 137);
}
.member-tit{
	padding: 0.75rem 1rem;
	font-size: 22px;
	border-bottom:solid 1px #dcdcdc;
}
.member-tit span{
	width:14px;
	height: 14px;
	background: url(../images/mtitico.svg) no-repeat left top;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
}
.member-tit strong{
	color:rgb(73, 125, 137);
}
.member-name{
	padding: 0.75rem 1rem;
}
.member-name a,.member-name a:visited{
	color:rgb(73, 125, 137);
}
.member-name strong{
	color:rgb(73, 125, 137);
}
/*----會員中心首頁----*/

.card-img-title {
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: 2rem;
}

.card-img-title:hover,
.card-img-title.active {
	border: 1px solid #0096AA;
	box-shadow: 0 0 8px rgb(0 150 170 / 29%);
	transition: all .2s ease;
}

.card-img-title .card-body {
	padding: 1.7rem;
}

.card-img-title .card-title-m {
	margin-top: .5rem;
	margin-bottom: 0;
	letter-spacing: 1px;
	color:rgb(73, 125, 137);
	font-weight: 700;
}

.card-img-title .card-title-m .card-text {
	color: #898989;
	display: block;
	font-size: .9rem;
	margin-top: .1rem;
	margin-bottom: 0;
}

.card-img-title .card-img {
	height: 50px;
	text-align: right;
	width: auto;
	margin-bottom: .5rem;
}

.card-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*subscription*/

.newsletter-order{
	margin-top: 32px;
	border: 1px solid #dee2e6!important;
	padding:16px;
}
.no-left{
	line-height: 38px;
	font-size: 24px;
}
.order-writer{
   border: 1px solid #dee2e6!important;
   margin-top: 32px;
   padding:16px;
}
.writer-list-li{
	font-size: 20px;
	line-height: 36px;
	margin-top: 16px;
	border:solid 1px rgb(73, 125, 137);
	border-radius: 10px;
	overflow: hidden;
}
.writer-list-li a,.writer-list-li a:visited{
	color:rgb(73, 125, 137);
	padding:4px 16px;
	display: inline-block;
}
.writer-list-li button.writer-btn{
	float:right;
	border:none;
	background:rgb(73, 125, 137);
	color:#fff;
	padding:4px 16px;
	outline: none;
	font-size: 18px;
}

/*login*/
.form-login{
	text-align: center;
	margin-bottom: 20px;
}
.form-login a,.form-login a:visited{
	margin:0 10px;
}
.form-login a.login-facbook{
	background: rgb(73, 125, 137);
	display: inline-block;
	color:#fff;
	padding:6px 10px;
}
.form-login a.login-facbook i{
	margin-right:6px;
}
.form-login a.login-google{
	border:solid 1px rgb(73, 125, 137);
	display: inline-block;
	color:#fff;
	padding:6px 10px;
	color: rgb(73, 125, 137);
}
.form-login a.login-google i{
	margin-right:6px;
}
.login-forget{
	margin-right: -16px;
	margin-top: -10px;
	height: 40px;
	color: rgb(73, 125, 137);
	text-align: right;
}
.login-forget a{
	color: rgb(73, 125, 137);
}
.login-reg{
	padding:40px 0;
	margin-top: 30px;
}

/*preferences*/
.check-box{
	padding:32px;
	margin-top: 30px;
}
.check-likebtn .check-group {
	position: relative;
}

.check-likebtn .check-group input {
	position: absolute;
	right: 3rem;
	top: 2rem;
}

.check-likebtn .check-group input[type="checkbox"] {
	display: none;
}

.radio-likebtn input[type="radio"] + label,
.check-likebtn input[type="checkbox"] + label {
	color: #454545;
	transition: all .2s ease;
}

.radio-likebtn input[type="radio"] + label:hover,
.check-likebtn input[type="checkbox"] + label:hover {
	border: 1px solid rgb(73, 125, 137);
	box-shadow: 0 0 5px rgb(0 150 170 / 29%);
	color: rgb(73, 125, 137);
	transition: all .2s ease;
}

.check-likebtn input[type="checkbox"]:checked + label {
	background-color: #ECF7F7;
	border: 1px solid rgb(73, 125, 137);
	color: #0096AA;
	box-shadow: 0 0 5px rgb(0 150 170 / 29%);
	transition: all .2s ease;
}

.radio-likebtn input[type="radio"]:checked + label:after,
.check-likebtn input[type="checkbox"]:checked + label:after {
	font-family: "FontAwesome";
	content: "\f00c";
	right: 2rem;
	position: absolute;
	font-weight: 500;
	font-size: 1.2rem;
	top: .8rem;
	color: rgb(73, 125, 137);
	transition: all .2s ease;
	font-weight: 400;
}
.check-likebtn input[type="checkbox"] + label {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #BABABA;
    color: #454545;
    cursor: pointer;
    padding: 5px 12px;
    margin-bottom: 0;
    margin-right: 5px;
    min-width: 58px;
    text-align: center;
}

.check-likebtn label,
.check-likebtn input[type="checkbox"] + label {
	display: block;
	padding: .7em 1.5rem;
	border-radius: 5px;
	text-align: left;
	margin: 0;
	margin-bottom: 1rem;
}


/*** 

====================================================================
    newsletter
====================================================================

***/
.newsletter {
	max-width: 625px;
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
	background: #f6f5f4;
	font-size: 20px;
}

	.newsletter h6 {
		color: rgb(73, 125, 137);
		text-align: center;
		margin: 20px auto;
		padding: 0 20px;
		line-height: 24px;
	}

.nl-tit {
	height: 88px;
	background: rgb(73, 125, 137);
}

	.nl-tit img {
		height: 88px;
		margin: 0 auto;
		display: block;
	}

.nl-body {
	width: 100%;
}

	.nl-body h3 {
		color: #555;
		padding: 20px;
		font-weight: 700;
	}

.nl-box {
	margin-top: 16px;
	margin-bottom: 30px;
}

	.nl-box a.nl-btn {
		width: 100px;
		height: 40px;
		border-radius: 4px;
		margin: 0 auto;
		display: block;
		background: rgb(73, 125, 137);
		color: #fff;
		text-align: center;
		line-height: 40px;
		font-size: 16px;
	}

.nh54 {
	height: 54px;
	color: #fff;
	text-align: center;
	line-height: 54px;
	font-size: 28px;
	font-weight: 700;
}

.nl-list {
	padding: 0 20px;
}

	.nl-list ul li {
		font-size: 20px;
		color: #555;
		margin-bottom: 16px;
		line-height: 28px;
	}

		.nl-list ul li a {
			color: #555;
		}

.nl-media {
	margin-bottom: 30px;
}

	.nl-media h4 {
		font-size: 20px;
		line-height: 28px;
		color: #555;
		margin: 10px 20px;
		font-weight: 700;
	}

	.nl-media a {
		width: 100px;
		height: 40px;
		border-radius: 4px;
		margin: 0 auto;
		display: block;
		background: rgb(73, 125, 137);
		color: #fff;
		text-align: center;
		line-height: 40px;
		font-size: 16px;
	}

.nl-share {
	float: none;
	width: 180px;
	height: 40px;
	text-align: center;
	margin: 20px auto;
}

.nl-btn {
	width: 100%;
}

	.nl-btn a, .nl-btn a:visited {
		width: 150px;
		height: 40px;
		border-radius: 4px;
		margin: 0 auto;
		display: block;
		background: rgb(73, 125, 137);
		color: #fff;
		text-align: center;
		line-height: 40px;
		font-size: 16px;
	}

.nl-text {
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	background: rgb(73, 125, 137);
}

@media screen and (max-width: 575.99px) {
	.nl-body h3 {
		font-size: 24px;
		line-height: 32px;
	}
}