.options-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	max-width: 1410px;
	margin: auto;
}

.option-container {
	width: 100%;
	max-width: 360px;
	min-width: 200px;
	transition-duration: 0.5s;
	margin: 30px 10px 10px 10px;
}

.option-container:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .04), 0 5px 14px 0 rgba(0, 0, 0, .1);
	transition-duration: 0.5s;
}

.option-container:hover>a>div>img {
	transform: scale(1.1);
	transition-duration: 1s;
}

.option-container>a>div>img {
	transform: scale(1.0);
	transition-duration: 1s;
}

.img-container {
	width: 100%;
	max-width: 360px;
	min-width: 200px;
	height: auto;
	overflow: hidden;
}

.img-stl {
	width: 100%;
	height: auto;
}

.text-container {
	padding: 10px;
}

.title-option-stl {
	font-size: 20px;
	font-weight: 600;
	font-family: "Arial Black", "Frutiger LT Std-Black", Helvetica, sans-serif;
}

.description-option-stl {
	font-size: 20px;
	font-weight: 200;
	text-align: left;
	color: rgba(0, 16, 24, .44);
	font-family: Arial, "Frutiger LT Std-Light", Helvetica, sans-serif;
}

.link-help-and-support {
	text-decoration: none;
	color: #000000;
}

.link-help-and-support:hover {
	text-decoration: none;
	color: #000000;
}

.hr-stl {
	display: none;
}

.divider {
	width: 0%;
	max-width: 0px;
	min-width: 0px;
}

@media only screen and (max-width: 900px) {
	.option-container {
		max-width: 250px;
		height: auto;
	}
	.img-container {
		max-width: 250px;
		height: auto;
	}
}

@media only screen and (max-width: 500px) {
	.hr-stl {
		display: block;
		border: 1px solid rgba(0, 16, 24, .44);
		;
	}
	.img-container {
		width: 0%;
		height: 0%;
		display: none;
	}
	.option-container {
		margin: 10px;
	}
	.divider {
		width: 100%;
		max-width: 360px;
		min-width: 200px;
		transition-duration: 0.5s;
	}
}

.page-node-type-page .field--name-field-header-paragraph .field--name-field-header-image img {
	height: 806px;
	object-fit: contain;
}

.block-entity-fieldnodefield-difficulty a,
.shariff-button .share_text {
	color: white !important;
}

.block-entity-fieldnodefield-difficulty a:after {
	content: "쉬움";
	color: black !important;
	margin-left: -40px;
}

.shariff-button.twitter .share_text:after {
	color: black !important;
	margin-left: -40px;
	content: "짹짹";
}

.shariff-button.facebook .share_text:after {
	color: black !important;
	margin-left: -40px;
	content: "몫";
}

.shariff-button.mail .share_text:after {
	color: black !important;
	margin-left: -40px;
	content: "우편";
}

#edit-field-privacy-policy-value--description {
	margin-left: 30px !important;
	color: rgba(3, 24, 41, .7) !important;
	font-family: "Gotham Std", Helvetica, Arial, sans-serif !important;
	font-size: 13px !important;
	letter-spacing: -.08px !important;
	line-height: 16px !important;
}

label[for="edit-field-privacy-policy-value"] {
	font-weight: bold !important;
}

.col-sm-4sbd-productRightSideContent a:nth-child(4) {
	display: none;
}

.col-sm-4sbd-productRightSideContent br:nth-child(3) {
	display: none;
}

.path-product .sbd-productRightSideContent .sbd-buyProductButton {
	display: none !important;
}