.footer_EN1 {
	background-color: #252525;
	.footer-main {
		padding: 50px 0 20px 0;
		.link-list {
			font-size: 16px;
			font-weight: bold;
			line-height: 24px;
			color: #FFFFFF;
			.link-item {
				.link:hover {
					cursor: pointer;
					text-decoration: underline;
				}
			}
		}
		.img-row {
			display: flex;
			justify-content: space-between;
			margin-top: 28px;
			.media-list {
				.icon {
					width: 32px;
					height: 32px;
				}
				.icon + .icon {
					margin-left: 48px;
				}
			}
			.icon-logo {
				width: 39px;
				height: 48px;
			}
		}
	}
	.split-line {
		width: 100%;
		height: 1px;
		background-color: rgba(216, 216, 216, 0.2);
	}
	.copyright {
		padding: 12px 0;
		font-size: 14px;
		line-height: 22px;
		color: #FFFFFF;
		opacity: 0.5;
	}
}