/*--- Safety ---*/

.safety .hero {
	background-image: url('/static/images/safety/safety-hero.jpg');
	background-position: top center;
}
.safety .container {
	padding: 20vh 0;
	/*min-height: 0;*/
	max-width: 100%;
}

.safety .side-effects .container {
	padding: 20vh 0;
	min-height: 0;
	max-width: 100%;
}
.safety .side-effects h3 {
	margin-bottom: 30px;
}
.safety .side-effects .fade-in-right {
	color: var(--purple);	
}
.safety .side-effects .note {
	font-size: 12px;
	margin-top: 60px;
}
.safety .side-effects .note p + p {
	margin-top: 20px;
}
.safety .side-effects .note p:last-child {
	color: var(--gray);
}

@media (max-width: 600px) {
	.safety .side-effects .container {
		padding: 12vh 0;
	}
	.safety .side-effects .note {
		font-size: 10px;
	}
}

.safety .bridge {
	width: 100%;
	overflow: hidden;
	padding-top: 40%;
	position: relative;
}
.safety .bridge .bridge-image {
	background-image: url('/static/images/safety/safety-bridge.jpg');
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150%;
}

@media (max-width: 600px) {
	.safety .bridge {
		height: 350px;
	}
}

	
.safety .smooth-scroll .container {
	text-align: left;
	overflow: hidden;
	position: relative;
}

.safety .smooth-scroll .copy {
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 50%;
	padding: 0 10%;
	transition: opacity 0.3s var(--ease-out);
}
.safety .smooth-scroll .copy.current {
	opacity: 1;
}
.safety .smooth-scroll .copy h3 {
	line-height: 1.2;
}
.safety .smooth-scroll .copy h4 {
	font-weight: 500;
	margin-top: 20px;
}
.safety .smooth-scroll .copy .description {
	font-size: 16px;
	margin-top: 40px;
}
.safety .smooth-scroll .copy .description p {
	line-height: 1.8;
}
.safety .smooth-scroll .copy .description strong {
	color: var(--purple);
}
.safety .smooth-scroll .copy .description .note {
	color: var(--gray);
	margin-top: 12px;
	font-size: 13px;
}

.safety .movement .scroll-image {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 80%;
	max-width: 1000px;
	opacity: 0;
	padding-top: calc(80% * 0.8);
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate3d(-50%,-50%,0);
	transition: opacity 0.7s var(--ease-out);
}
.safety .movement .scroll-image {
	background-image: url('/static/uploads/safety-01.jpg');
}
.safety .movement .scroll-image.current {
	opacity: 1;
}
.safety .movement .copy {
	left: 50%;
}

.safety .smooth-silk .scroll-images {
	width: 80%;
	max-width: 1000px;
	padding-top: calc(80% * 0.8);
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 30%;
	transform: translate3d(50%,-50%,0);
	transition: opacity 0.9s var(--ease-out);
}
.safety .smooth-silk .scroll-images .image {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.7s var(--ease-out);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.safety .smooth-silk .scroll-images .motiva-image {
	background-image: url('/static/uploads/safety-smooth-silk-motiva.png');
	opacity: 1;
}
.safety .smooth-silk .scroll-images .surface-image {
	background-image: url('/static/uploads/safety-smooth-silk-surface.png');
}
.safety .smooth-silk .scroll-images .blue-image {
	background-image: url('/static/uploads/safety-smooth-silk-blue.png');
}
.safety .smooth-silk .scroll-images.current,
.safety .smooth-silk .scroll-images .image.current {
	opacity: 1;
}
.safety .smooth-silk .copy {
	left: 0;
}
.safety .smooth-silk .blue-copy h4 {
	margin-top: 8px;
}


@media (max-width: 900px) and (orientation: portrait), (max-width: 600px) {
	.safety .movement .scroll-image {
		width: 100%;
		padding-top: calc(100% * 0.8);
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translate3d(-50%,0,0);
	}
	.safety .smooth-silk .scroll-images {
		width: 100%;
		padding-top: calc(100% * 0.8);
		top: auto;
		bottom: 0;
		right: 50%;
		transform: translate3d(50%,0,0);
	}
}

@media (max-width: 900px) and (orientation: portrait) {
	.safety .smooth-scroll .copy {
		top: 30%;
		left: 0;
		width: 100%;
		padding: 0 10%;
	}
}

@media (max-width: 600px) {
	.safety .smooth-scroll .copy {
		padding: 0 7%;
	}
	.safety .smooth-scroll .copy h4 {
		margin-top: 8px;
	}
	.safety .smooth-scroll .copy .description {
		flex-direction: column;
		font-size: 14px;
		margin-top: 30px;
	}
	.safety .smooth-scroll .copy .description p + p {
		margin-top: 12px;
		margin-left: 0;
	}
	.safety .smooth-scroll .copy .description .note {
		font-size: 12px;
	}
}

.safety .section-header {
	/*border-bottom: 1px solid #bcbcbc;*/
	padding: 80px 7%;
	text-align: center;
}
.safety .section-header h4 {
	font-weight: 500;
	margin-top: 20px;
}
.safety .section-content {
	border-bottom: 1px solid #bcbcbc;
	display: flex;
}
.safety .section-content .block {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	padding: 10px 7%;
	position: relative;
}
.safety .section-content .block + .block {
	border-left: 1px solid #bcbcbc;
}
.safety .section-content .block-group {
	border-left: 1px solid #bcbcbc;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 50%;
	padding: 50px 0px;
}
.safety .section-content .block-group .block {
	width: 100%;
}
.safety .section-content .block-group .block + .block {
	/*border-top: 1px solid #bcbcbc;*/
	border-left: none;
}
.safety .section-content .image-block {
	padding: 0 5%;
}
.safety .section-content .block p {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}
.safety .section-content .block p + p {
	margin-top: 20px;
}
.safety .section-content .block p strong {
	color: var(--purple);
}
.safety .section-content .block img {
	width: 100%;
	height: auto;
}

@media (max-width: 900px) {
	.safety .section-content {
		flex-direction: column;
	}
	.safety .section-content .block {
		width: 100%;
	}
	.safety .section-content .block-group {
		border-top: 1px solid #bcbcbc;
		width: 100%;
	}
	.safety .section-content .block + .block {
		border-top: 1px solid #bcbcbc;
		border-left: none;
	}
}

@media (max-width: 600px) {
	.safety .section-header {
		padding: 60px 7%;
	}
	.safety .section-content .block {
		justify-content: flex-start;
	}
	.safety .section-content .block p {
		font-size: 15px;
	}
}

.safety .true-monobloc {
	/*border-top: 1px solid #bcbcbc;*/
	/*border-bottom: 1px solid #bcbcbc;*/
}

.safety .true-monobloc h1{
	font-size: 100px;
	font-family: Noto Sans KR-Bold, Noto Sans KR;
	font-weight: bold;
	color: #000000;
	line-height: 150px;
}

.safety .true-monobloc h4{
font-size: 48px;
font-family: Noto Sans KR-Bold, Noto Sans KR;
font-weight: 500;
color: #000000;
line-height: 72px;

}

.safety .true-monobloc .section-content .block p {
	font-size: 30px;
	font-family: Noto Sans KR-Medium, Noto Sans KR;
	font-weight: 500;
	color: #000000;
	line-height: 42px;
}

.safety .true-monobloc .section-content .note p {
	font-size: 18px;
	font-family: Noto Sans KR-Medium, Noto Sans KR;
	font-weight: 500;
	color: #000000;
	line-height: 30px;
}

.safety .true-monobloc .section-content {
	border-bottom: none;
}
.safety .true-monobloc .image-block {
	background-image: url('/static/images/safety/safety-curving.jpg');
	background-size: cover;
	background-position: center top;
}
.safety .true-monobloc .block p {
	width: 100%;
	max-width: 410px;
}
/* .safety .true-monobloc .video-block {
	overflow: hidden;
	padding-top: 35%
}
.safety .true-monobloc .video-block .video {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translate3d(-50%,0,0);
} */
.safety .true-monobloc .note p {
	/*font-size: 15px;*/
}

@media (max-width: 900px) {
	.safety .true-monobloc .image-block {
		padding-top: 70%;
	}
	/* .safety .true-monobloc .video-block {
		padding-top: 60%;
	} */
	.safety .true-monobloc .note p {
		font-size: 12px;
	}
}

.safety .permission-grid {
	width: 100%;
}
.safety .permission-grid .row {
	display: flex;
}
.safety .permission-grid .row + .row {
	border-top: 1px solid #bcbcbc;
}
.safety .permission-grid .row .item {
	display: flex;
	flex-direction: column;
	padding: 40px 0;
	position: relative;
}
.safety .permission-grid .row .item + .item {
	border-left: 1px solid #bcbcbc;
}
.safety .permission-grid .row:first-child .item {
	width: 33.333%;
}
.safety .permission-grid .row:last-child .item {
	width: 20%;
}
.safety .permission-grid .description {
	padding: 20px 0;
	text-align: center;
}

.safety .permission-grid .description h5 {
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
}
.safety .permission-grid .description p {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}


.safety .permission-grid .description h5.small  {
	font-size: 20px;
}
.safety .permission-grid .description p.small {
	font-size: 13px;
}

.safety .permission-grid .item:hover .description {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.safety .permission-grid .permit-logo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.safety .permission-grid .permit-logo img {
	width: 100%;
	max-width: 180px;
	height: auto;
}

@media (min-width: 600px) {
	.safety .permission-grid .description {
		background-color: var(--purple);
		color: #fff;
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 600px) {
	.safety .permission-grid .row {
		flex-direction: column;
	}
	.safety .permission-grid .row .item + .item {
		border-top: 1px solid #bcbcbc;
		border-left: none;
	}
	.safety .permission-grid .row:first-child .item,
	.safety .permission-grid .row:last-child .item {
		width: 100%;
	}
	.safety .permission-grid .permit-logo img {
		max-width: 100px;
	}
	.safety .permission-grid .description p {
		font-size: 13px;
		margin-top: 8px;
		color: #000000;
	}
	.safety .permission-grid .description h5 {
		color: #000000;
	}
}