.avatar {
	position: relative;
	border-radius: 50%;
	font-size: 26px;
	text-decoration: none;
	cursor: pointer;
}

.avatar-title {
	color: #fff;
	line-height: 100%;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}

.avatar-xs {
	width: 40px;
	height: 40px;
	font-size: 14px;
}

.btn-login {
	padding: 4px 0;
	height: auto;
	border-radius: 0;
	border: 2px solid #242424;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: #242424;
	margin: 0;
	width: 66px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: #fff;
}

.bg-red-a {
	background-color: #C03F3F !important;
}

.bg-red-b {
	background-color: #e68383 !important;
}

.bg-blue-a {
	background-color: #5381B2 !important;
}

.bg-blue-b {
	background-color: #8DB2D9 !important;
}

.bg-green-a {
	background-color: #439D84 !important;
}

.bg-green-b {
	background-color: #88C1B2 !important;
}

.bg-yellow-a {
	background-color: #DCBE5D !important;
}

.bg-yellow-b {
	background-color: #FFF6DA !important;
}

.icon-heart.active {
	background-image: url(/library/img/icons/icon-heart-active.png);
}
.icon-heart {
	background-image: url(/library/img/icons/icon-heart.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 32px;
	height: 30px;
	border: 0;
	outline: none;
	background-color: transparent;
}
.mp-panel .icon-heart {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
}
.mp-panel__item {
	position: relative;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.mp-panel .col-md-4 {
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 40px;
}
@media only screen and (min-width: 768px) {
	.mp-panel .col-md-4 {
		max-width: 33.33%;
	}
}
.box-img-thumbnail img {
	width: 100%;
}
.mp-panel__text {
	text-align: left;
	padding-top: 16px;
}

/* ---------------------------------------- */
.lkd_mypage {
	margin: 0 18px 0 auto;
	z-index: 15;
}
/* .lkd_mypage_avatar {
	display: none;
	width: 47px;
	margin: 0 auto;
} */
/* .lkd_header_nav_avatar {
	width: 66px;
	margin: 0 18px 0 auto;
} */
/* @media (max-width: 767px) {
	.lkd_mypage {
		margin: 0 4vw 0 auto;
	}
	.lkd_header_nav_avatar {
		margin: 0 4vw 0 auto;
	}
} */
/* ---------------------------------------- */