@charset "UTF-8";

/*===============================
	HESEL Care
================================*/
#heselcare .content-wrap {
    background: #fff;
    text-align: center;
    max-width: 1200px;
    padding: 50px 15px 40px;
    margin: 0 auto 30px;
}

#heselcare .oc02 h3 > div {
	color: #555;
	font-family: 'Spoqa Han Sans', sans-serif;
	font-size: .9em;
	margin-bottom: 10px;
}

.oc-select {
	display: flex;
	justify-content: space-around;
}

.oc-select section {
	position: relative;
	font-size: .9em;
	width: calc(50% - 50px);
}

.oc-select section:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 10%;
	right: -25px;
	display: block;
	border-right: 1px solid #ddd;
	width: 1px;
	height: 85%;
}

.oc-select h4 {
	color: #005082;
	font-family: 'Noto Serif KR', serif;
	font-size: 1.8em;
	font-weight: 500;
	margin-bottom: 0;
}

.oc-select-case {
	font-size: 1.1em;
}

.oc-select-sm {
	font-size: .9em;
}

.oc-select .box-gray {
	min-height: 165px;
	padding: 30px;
}

.oc-select li {
	position: relative;
	padding-left: 1.2em;
}

.oc-select li::before {
	position: absolute;
	left: 0;
}

.oc-onPremises {
	background: #fff;
	text-align: center;
	padding: 15px;
}

.oc-onPremises-back {
	background: url(../../img/heselcare/oc-onPremise-bg.png);
	background-position: right;
	background-repeat: no-repeat;
}

.oc-onPremises-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.oc-onPremises h2 {
	border-bottom: 1px solid #007afe;
	color: #007afe;
	padding-bottom: 10px;
}

.oc-onPremises-point {
	color: #007afe;
	font-size: 1.2em;
}

.oc-onPremises-point span {
	display: block;
	font-size: .8em;
}

.oc-onPremises-photo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 50px;
}

.oc-onPremises-photo figcaption {
	font-size: .9em;
	text-align: left;
	line-height: 1.8;
	margin-left: 20px;
}

.oc-onPremises-photo figcaption strong {
	color: #000;
	font-size: 1.1em;
}

.oc-onPremises-merit h3 {
	color: #333;
}

.oc-onPremises-merit > ul {
	font-size: 1.1em;
	border: solid #888;
	border-width: 1px 0;
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 20px 30px 25px;
}

.oc-onPremises-merit > ul > li {
	display: inline-block;
}

.oc-onPremises-merit figcaption {
	font-size: 1.3em;
	margin-bottom: 10px;
}

.oc-onPremises-merit-box {
	position: relative;
	background: rgba(155, 232, 226, .5);
	border-radius: 5px;
	text-align: left;
	max-width: 800px;
	margin: -100px auto 40px;
	padding: 10px 30px 20px;
	z-index: 1;
}


.oc-onPremises-merit-box01 {
	position: relative;
	border-radius: 5px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 30px 20px;
	background: #fff;
	z-index: 1;
}


#heselcare .videobox {
	background: #888;
	padding: 50px 15px;
	margin-top: 50px;
}

#heselcare .videobox h2 {
	color: #fff;
	font-weight: 300;
	padding: 0 0 30px;
}

#heselcare .videobox video {
	max-width: 800px;
}

@media (max-width: 850px) {
	.oc01 h3 {
		font-size: 1.2em;
	}

	.spf-s {
		font-size: 1.2em;
	}


	.oc-environment {
		width: 100%;
		margin: 30px auto;
		padding: 10px 5px 5px;
	}

	.oc-environment-title {
		text-align: center;
		margin: 0;
	}

	.oc-environment dt,
	.oc-environment dd {
		width: calc(50% - 20px);
	}

	.oc-select {
		display: block;
	}

	.oc-select section {
		width: calc(100% - 5px);
	}

	.oc-select section:not(:last-child) {
		margin-bottom: 30px;
	}

	.oc-select h4 {
		font-size: 1.5em;
		letter-spacing: -.05em;
		margin-top: 10px;
	}

	.oc-select .box-gray {
		min-height: inherit;
		padding: 15px;
	}

	.oc-onPremises-back {
		background: none;
	}

	.oc-onPremises-photo {
		display: block;
		margin-bottom: 30px;
	}

	.oc-onPremises-photo figcaption {
		text-align: center;
	}

	.oc-onPremises-merit > ul {
		text-align: left;
		padding: 20px 10px;
	}

	.oc-onPremises-merit figcaption {
		font-size: 1em;
	}

	.oc-onPremises-merit-box {
		padding: 10px 20px 20px;
		margin: -30px auto 20px;
	}

	#heselcare .videobox {
		padding: 20px;
		margin-top: 30px;
	}

	#heselcare .videobox h2 {
		padding-bottom: 20px;
	}
}