@charset "utf-8";

/* initialize */
#bestcosme * {
	box-sizing: border-box;
}

/* color setting */
:root {
	--half-primary-color: #0096d5;
	--half-accent-color: #ccc;
	--half-gray-bg-color: #f8f8f8;
	--half-title-en-color: #edd572;
	--half-swiper-bullet-color: #1796d5;
	--all-primary-color: #b48e54;
	--all-secondary-color: #ddc793;
	--all-accent-color: #ddc793;
	--all-read-bg-color: #43b9b4;
	--all-award-title-bg-color: #00a59f;
	--all-title-en-color: #dcc05d;
	--all-feature-content-color: #44b9b4;
	--all-swiper-bullet-color: #dec585;
}

/* utility */
#bestcosme .text-bold {
	font-weight: bold !important;
}
#bestcosme .text-red {
	color: #f33 !important;
}
#bestcosme .text-center {
	text-align: center !important;
}

/* contents */
#bestcosme .loading-img {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
