/** Setting margins */       

html, body {
	width: 21cm;
	height: 29.7cm;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;    
	font-size: 1rem;
	line-height: 1.625;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 20px;
	background: #fff !important;
	color: #000;
}
h1 {
	break-before: always;
}
table, img, svg {
	break-inside: avoid;
}
a {
	page-break-inside:avoid
	}
	blockquote {
	page-break-inside: avoid;
	}
	h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
	page-break-inside:avoid }
	img { page-break-inside:avoid; 
	page-break-after:avoid; }
	table, pre { page-break-inside:avoid }
	ul, ol, dl  { page-break-before:avoid }
	
/* Displaying link color and link behaviour */
a:link, a:visited, a {
background: transparent;
color: #520;
font-weight: bold;
text-decoration: underline;
text-align: left;
}
a {
page-break-inside:avoid
}
a[href^=http]:after {
content:" < " attr(href) "> ";
}
$a:after > img {
content: "";
}
article a[href^="#"]:after {
content: "";
}
a:not(:local-link):after {
content:" < " attr(href) "> ";
}	
	
#privacy-modal,
#cctv-modal {
	display: none;
}
	
.posco-group-area,
.bottom-actions,
.search-area,
.black-filter,
.menu-area,
.post-utility,
.post-navigation-area,
#primary article .header-visual {
	display: none;
}

#footer-hotlink,
#footer-social-networks,
#footer-navigation,
.footer-pattern {
	display: none;
}

#main-navigation,
#utility-line,
.menu-icon,
#lang-navigation,
.search-icon,
.with-posco,
.news-room {
	display: none;
}


.related-keywords {
	margin: 0 0 30px 0;
	padding: 0;
}
.related-keywords li:before {
	content: "#";
	color: #808080;
}
.related-keywords li a {
	text-decoration: none;
	color: #808080;
}
.site-header .site-title img {
	filter: invert() brightness(1);
}
.post-single article .entry-header .entry-title {
	font-size: 36px;
	line-height: 1.36;
}
.post-single article .entry-header .related-keywords-area .related-keywords li {
	display: inline-block;
	margin: 0 20px 0 0;
}
.inner {
	max-width: 100%;
	min-width: 100%;
	padding: 0;
	margin: 0;
}

.entry-content img {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 30px 0;
}
.entry-content .slide-gallery ul.slide-gallery-loop {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.entry-content .slide-gallery ul.slide-gallery-loop li.slide-gallery-loop-item {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
}
.entry-content .slide-gallery ul.slide-gallery-loop li.slide-gallery-loop-item img {
	width: 100%;
	max-width: 100%;
	height: auto;
	float: left;
}

figure {
	margin: 0;
}

ul.project-information {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0;
}
ul.project-information li img {
	display: none;
}
ul.project-information li > div > span > br + br {
	display: none;
}

.mobile-only {
	display: none;
}
iframe {
	width: 100%;
}
.post-single-sidebar {
	height: auto !important;
}
.entry-tags,
.entry-media {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.post-downloads {
	margin: 0 0 50px 0;
}
.entry-content {
	padding: 0 0 50px 0;
}
.entry-footer {
	width: 100%;
	float: left;
	margin: 50px 0;
}

ul.related-tech-loop {
	display: none;
	width: calc(100% + 30px);
	margin: 0 -15px;
	float: left;
	padding: 0;
	list-style: none;
}
ul.related-tech-loop li.related-tech-loop-item {
	width: 100%;
	margin: 0;
	float: left;
}
ul.related-tech-loop .slick-slide {
	width: calc(50% - 30px) !important;
	margin: 0 15px 45px 15px;
	float: left;
}
.site-footer {
	padding-bottom: 50px !important;
}
.site-footer p span.divider {
	width: 20px;
	height: 10px;
	display: inline-block;
	
}
.gallery-paging-info,
.slick-dots {
	display: none;
}

.page-network .content-columns-2 {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}


.location {
	display: none;
}

.profile {
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
}
.profile .job-area span {
	margin: 0 10px 0 0;
}
.profile img {
	float: right;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	border-radius: 50% 50%;
}


.slick-list,
.slick-track,
.slick-slide {
	width: 100% !important;
	float: left;
	position: inherit !important;
	top: inherit !important;
	left: inherit !important;
	right: inherit !important;
	bottom: inherit !important;
	transform: inherit !important;
}
.slide-gallery {
	display: none !important;
}
.slick-arrow {
	display: none !important;
}