@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;400;700&display=swap');

@font-face {
    font-family: 'Segoe UI';
    src: url('font/Segoe UI.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('font/Segoe UI Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('font/Segoe UI Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('font/Segoe UI Bold Italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
/*@import url('https://webfontworld.github.io/SCoreDream/SCoreDream.css');
@import url('https://webfontworld.github.io/seoulhangang/SeoulHangangC.css');*/

@import url('esg.css');
@import url('nuclear_energy.css');

/* Style for EN, 202109130104 */
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #efefef;
}
::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}
.mainColor {color:#00A5E4}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #101010;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    line-height: 1.625;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
    background: #fff;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
img {
    height: auto;
    max-width: auto;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/* Links
--------------------------------------------- */
a {
    color: #000000;
    outline: none;
}
a:visited {
    color: #000000;
}
a:hover,
a:focus,
a:active {
    color: #000000;
}
a:focus {
    outline: none;
}
a:hover,
a:active {
    outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
/*************************************
	Common
*************************************/
.inner {
    max-width: 1280px;
    min-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.mt-zero {
    margin-top: 0 !important;
}
.mb-zero {
    margin-bottom: 0 !important;
}
.pt-zero {
    padding-top: 0 !important;
}
.pb-zero {
    padding-bottom: 0 !important;
}
.mt-100 {
    margin-top: 100px !important;
    float: left;
    clear: both;
}
.mb-100 {
    margin-bottom: 100px !important;
    float: left;
    clear: both;
}
.text-blue {
    color: #00A5E5 !important;
}
.size-24 {
    font-size: 24px !important;
    line-height: 36px !important;
    letter-spacing: 0 !important;
}
.divider-248 > li::after {
    height: 248px !important;
}
.color-posco-blue {
    color: #00A5E5;
}
.entry-header {
    margin: 0 0 40px 0;
}
.entry-header span.eyebrow {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500;
    color: #00A5E5;
    margin: 0 0 5px 0;
}
.entry-header span {
    font-size: 60px;
    line-height: 70px;
    font-weight: 100;
    letter-spacing: 0;
}
.entry-header .entry-title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    letter-spacing: 0;
}
.entry-header .inner {
    position: relative;
}
#page {
    width: 100%;
    float: left;
    position: relative;
}
/*************************************
	Site Header
*************************************/
#masthead {
    width: 100%;
    height: 127px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#masthead.nav-up {
    top: -127px;
    transition: top .25s ease-in-out;
    -moz-transition: top .25s ease-in-out;
    -webkit-transition: top .25s ease-in-out;
    background-color: #fff;
}
#masthead.on,
#masthead.bgon {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
#masthead.on #main-navigation > ul > li > a,
#masthead.bgon #main-navigation > ul > li > a {
    color: #000 !important;
}
#masthead.on #utility-line ul li a,
#masthead.on #lang-navigation ul li a,
#masthead.bgon #utility-line ul li a,
#masthead.bgon #lang-navigation ul li a {
    color: #666 !important;
}
#masthead.on #utility-line ul li:nth-child(1)::after,
#masthead.bgon #utility-line ul li:nth-child(1)::after {
    background-color: #666;
}
#masthead.on .site-title img,
#masthead.bgon .site-title img {
    filter: brightness(100%) invert(1);
}
#masthead.on .inner .menu-icon,
#masthead.bgon .inner .menu-icon {
    background-image: url("../images/icons/icon-menu-gray.svg");
}
#masthead.on .inner .search-icon,
#masthead.bgon .inner .search-icon {
    background-image: url("../images/icons/icon-search-gray.svg");
}
#masthead.on .inner .with-posco,
#masthead.bgon .inner .with-posco {
    background-image: url("../images/logos/with-posco-symbol-origin.svg");
}
#masthead.on .inner .with-thesharp,
#masthead.bgon .inner .with-thesharp {
    /* filter: invert(1) brightness(1); */
    background-image: url('../images/footer-pattern/posco-group-logo.png');
    /* border: 1px solid rgba(0, 0, 0, .5); */
}
#masthead .news-room {
    display: none;
    position: fixed;
    top: -2px;
    left: calc(50% + 660px);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    z-index: 3600;
}
#masthead.nav-up .news-room {
    top: -220px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#masthead.nav-down.nav-hover-out {
    top: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#masthead.nav-down {
    /*background-color: #fff;*/
}
#masthead.nav-down #main-navigation > ul > li > a {
    /*color: #000 !important;*/
}
#masthead.nav-down #utility-line ul li a,
#masthead.nav-down #lang-navigation ul li a {
    /*color: #666 !important;*/
}
#masthead.nav-down #utility-line ul li:nth-child(1)::after {
    background-color: #666;
}
#masthead.nav-down .site-title img {
    /*filter: brightness(100%) invert(1);*/
}
#masthead.nav-down .inner .menu-icon {
    /*background-image: url("../images/icons/icon-menu-gray.svg");*/
}
#masthead.nav-down .inner .search-icon {
    /*background-image: url("../images/icons/icon-search-gray.svg");*/
}
#masthead.nav-down .inner .with-posco {
    background-image: url("../images/logos/with-posco-symbol-origin.svg");
}
#masthead.nav-down .inner .with-thesharp {
    /*background-image: url('../images/footer-pattern/with-posco-logo-black.png');*/
    /* filter: invert(1) brightness(1); */
    /*border: 1px solid rgba(0, 0, 0, .5);*/
}
.newsroom-header {
    background-color: #fff !important;
    border-bottom: 1px solid rgba(217, 217, 217, .5) !important;
}
.newsroom-header #main-navigation ul li a {
    color: #000 !important;
}
.newsroom-header #utility-line ul li a,
.newsroom-header #lang-navigation ul li a {
    color: #666 !important;
}
.newsroom-header #utility-line ul li:nth-child(1)::after {
    background-color: #666;
}
.newsroom-header .site-title img {
    filter: brightness(100%) invert(1);
}
.newsroom-header .inner .menu-icon {
    background-image: url('../images/icons/icon-menu-gray.svg') !important;
}
.newsroom-header .inner .search-icon {
    background-image: url('../images/icons/icon-search-gray.svg') !important;
}
/*************************************
Top Banner
*************************************/
.top-banner {
    width: 100%;
    min-height: 80px;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3500;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.top-banner .inner {
    height: 80px;
    position: relative;
}
.top-banner .inner a {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
}
.top-banner .inner .close-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url('../images/icons/icon-small-close.svg');
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 40px;
    cursor: pointer;
    z-index: 3000;
}
.top-banner .inner .banner-cookie {
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    right: 40px;
}
.has-top-banner #masthead {
    position: fixed !important;
    top: 80px !important;
}
.has-top-banner #masthead.nav-up {
    top: -207px !important;
}
.has-top-banner #masthead.nav-up .news-room {
    top: -300px !important;
}
.has-top-banner .top-banner.nav-up {
    top: -80px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.has-top-banner #masthead .news-room {
    top: 79px !important;
}
.has-top-banner #masthead .inner .main-menu-sub-area {
    top: 207px !important;
}
#masthead > .inner {
    height: 127px;
    position: relative;
}

/* 30주년 로고 */
#masthead .logo_wrap {display: flex; flex-direction: row; max-width: 250px; align-items: center; position: absolute; bottom: 34px; left: 40px;}
#masthead .logo_wrap #logo_left img {width: 150px;}
#masthead .logo_wrap #logo_right {display: flex; flex-direction: column; margin-left: 18px;}
#masthead .logo_wrap #logo_right div {display: flex; flex-direction: row; align-items: center;}
#masthead .logo_wrap #logo_right > div > img:nth-child(1) {width: 47%; height: auto; z-index: 1;}
#masthead .logo_wrap #logo_right div #spin-box {width: 53%; height: auto; position: relative; top: -2px; z-index: 0;}
#masthead .logo_wrap #logo_right div #spin-box img {position: absolute; width: 100%;}
#masthead .logo_wrap .invert {filter: brightness(0%) invert(1)}
#masthead.on .logo_wrap .invert, #masthead.bgon .logo_wrap .invert, #masthead.nav-down .logo_wrap .invert {filter: inherit}

.menu-area .logo_wrap {display: flex; flex-direction: row; max-width: 250px; align-items: center;}
.menu-area .logo_wrap #logo_left img {width: 150px;}
.menu-area .logo_wrap #logo_right {display: flex; flex-direction: column; margin-left: 18px;}
.menu-area .logo_wrap #logo_right div {display: flex; flex-direction: row; align-items: center;}
.menu-area .logo_wrap #logo_right > div > img:nth-child(1) {width: 47%; height: auto; z-index: 1;}
.menu-area .logo_wrap #logo_right div #spin-box {width: 53%; height: auto; position: relative; top: -2px; z-index: 0;}
.menu-area .logo_wrap #logo_right div #spin-box img {position: absolute; width: 100%;}


/* 기존 로고 */
#masthead .inner .site-title {
    position: absolute;
    bottom: 34px;
    left: 40px;
}
#masthead .inner .site-title img {
    width: auto;
    height: 35px;
}
#colophon .inner .with-posco {
    width: 76px;
    height: 15px;
    background-image: url('../images/logos/with-posco-symbol-origin.svg');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}
#masthead.nav-up .inner .with-posco {
    opacity: 0;
}
#masthead .inner .with-posco img {
    width: 76px;
    height: auto;
    float: left;
}
#masthead .inner .with-thesharp {
    /* position: absolute;
    bottom: 46px;
    right: -35px; */
    width: 141px;
    height: 36px;
    background-image: url('../images/footer-pattern/posco-group-logo-white.png');
    background-size: 100px;
    background-position: center 50%;
    background-repeat: no-repeat;
}
#masthead .inner .with-thesharp a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
#masthead.nav-up .inner .with-thesharp {
    opacity: 0;
}
#masthead .inner .search-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../images/icons/icon-search-white.svg');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
    /* position: absolute;
    bottom: 53px;
    right: 130px; */
    cursor: pointer;
}
#masthead .inner .menu-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../images/icons/icon-menu-white.svg');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
    /* position: absolute;
    bottom: 54px;
    right: 195px; */
    cursor: pointer;
}
#masthead #main-navigation {
    position: absolute;
    bottom: 0;
    left: 295px;
}
#masthead #main-navigation > ul {
    display: flex;
}
#masthead #main-navigation > ul > li > a {
    display: block;
    margin: 0;
    padding: 54px 15px 51px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    /* float: left; */
    cursor: pointer;
    position: relative;
}
#masthead #main-navigation > ul > li > a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    position: relative;
}
#masthead.on #main-navigation > ul > li > a {
    color: #000;
}
#masthead #main-navigation > ul > li > a.on::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #00A5E5;
    position: absolute;
    left: 0;
    bottom: 0;
}
/* #masthead #main-navigation>ul>li.main-beyond-build:hover .beyond-build-sub-menu,
#masthead #main-navigation>ul>li.main-about-us:hover .about-us-sub-menu,
#masthead #main-navigation>ul>li.main-business-area:hover .business-area-sub-menu,
#masthead #main-navigation>ul>li.main-innovation:hover .innovation-sub-menu,
#masthead #main-navigation>ul>li.main-esg:hover .esg-sub-menu,
#masthead #main-navigation>ul>li.main-career:hover .career-sub-menu {
	display: block;
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
} */
/* #masthead #main-navigation>ul>li.main-beyond-build.hover .beyond-build-sub-menu,
#masthead #main-navigation>ul>li.main-about-us.hover .about-us-sub-menu,
#masthead #main-navigation>ul>li.main-business-area.hover .business-area-sub-menu,
#masthead #main-navigation>ul>li.main-innovation.hover .innovation-sub-menu,
#masthead #main-navigation>ul>li.main-esg.hover .esg-sub-menu,
#masthead #main-navigation>ul>li.main-career.hover .career-sub-menu {
	display: block;
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
} */
#masthead .inner .main-menu-sub-area {
    display: none;
    opacity: 0;
    width: 100vw;
    height: 464px;
    float: left;
    position: fixed;
    top: 127px;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 2500;
}
.black-filter {
    display: none;
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(75, 81, 81, .7);
    z-index: 1000;
}
#masthead .inner .normal-sub-menu {
    padding: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    /* border-top: 1px solid #9E9E9E; */
}
#masthead .inner .normal-sub-menu .inner {
    height: 100%;
    display: flex;
}
#masthead .inner .normal-sub-menu .inner span.sub-menu-title {
    display: inline-block;
    width: 260px;
    height: 100%;
    float: left;
    font-size: 42px;
    line-height: 53px;
    letter-spacing: -1px;
    border-right: 1px solid rgba(175, 175, 175, .2);
    padding: 65px 0 22px 0
}
#masthead .inner .normal-sub-menu .inner ul.sub-menu-area {
    /* width: calc(100% - 260px); */
    width: 100%;
    display: flex;
    float: left;
    padding: 65px 0 22px 55px;
}
#masthead .inner .normal-sub-menu .inner ul.sub-menu-area > li {
    float: left;
    width: 25%;
}
#masthead .inner .normal-sub-menu .inner ul.sub-menu-area > li:last-child {
    width: 35%;
}
#masthead .inner .normal-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu {
    width: 100%;
    float: left;
}
#masthead .inner .normal-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li {
    width: 100%;
    float: left;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    margin: 0 0 19px 0 !important;
    letter-spacing: 0 !important;
}
#masthead .inner .normal-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li > a {
    text-decoration: none;
}
#masthead .inner .normal-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li > a:hover {
    color: #00A5E5 !important;
}
#masthead .inner .normal-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li > ul.sub-menu {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    padding: 0
}
#masthead .inner .normal-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li > ul.sub-menu > li {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0;
}
#masthead .inner .normal-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li > ul.sub-menu > li > a {
    font-weight: 300;
    color: #666666;
    text-decoration: none;
}
#masthead .inner .normal-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    color: #00A5E5 !important;
}
#masthead .inner .beyond-build-sub-menu {
    height: 735px;
    padding: 65px 0 22px 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    /* border-top: 1px solid #9E9E9E; */
}
#masthead .inner .beyond-build-sub-menu ul.beyond-build-menu-items {
    width: calc(100% + 22px);
    margin: 0 -11px;
    float: left;
}
#masthead .inner .beyond-build-sub-menu ul.beyond-build-menu-items li {
    width: calc(33.33333% - 22px);
    height: 250px;
    margin: 0 11px 22px 11px !important;
    float: left;
}
#masthead .inner .beyond-build-sub-menu ul.beyond-build-menu-items li .entry-thumbnail {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
#masthead .inner .beyond-build-sub-menu ul.beyond-build-menu-items li .entry-thumbnail .entry-thumbnail-inner {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transform: scale(1);
}
#masthead .inner .beyond-build-sub-menu ul.beyond-build-menu-items li .entry-thumbnail:hover .entry-thumbnail-inner {
    transform: scale(1.2);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
#masthead .inner .beyond-build-sub-menu ul.beyond-build-menu-items li .entry-thumbnail .blue-filter {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1500;
}
#masthead .inner .beyond-build-sub-menu ul.beyond-build-menu-items li .entry-thumbnail .entry-meta {
    position: absolute;
    bottom: 50px;
    left: 40px;
    width: calc(100% - 80px);
    color: #fff;
    z-index: 1600;
}
#masthead .inner .beyond-build-sub-menu ul.beyond-build-menu-items li .entry-thumbnail .entry-meta strong {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
    width: 100%;
    float: left;
    margin: 0 0 8px 0;
}
#masthead .inner .beyond-build-sub-menu ul.beyond-build-menu-items li .entry-thumbnail .entry-meta span {
    width: 100%;
    float: left;
    font-size: 12px;
    letter-spacing: 0;
}
#masthead .inner .beyond-build-sub-menu ul.beyond-build-menu-items li .entry-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1700;
}
#masthead #lang-navigation {
    /* position: absolute;
    bottom: 51px;
    right: 160px; */
}
#masthead #lang-navigation ul li {
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
}
#masthead #lang-navigation ul li.current-lang {
    display: none;
}
#masthead #lang-navigation ul li a {
    text-decoration: none;
    color: #fff;
}
#masthead #utility-line {
    /* position: absolute;
    bottom: 52px;
    right: 225px; */
}
#masthead #utility-line ul li {
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
#masthead #utility-line ul li a {
    color: #fff;
    text-decoration: none;
}

/* 헤더 오른쪽 박스 레이아웃 수정 231228 */
#masthead #header_right_box {
    position: absolute;
    bottom: 52px;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-content: center;
}
#masthead #cont_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    width: 141px;
}

@media (max-width: 1024px) {
    #masthead #header_right_box {
        bottom: 25px;
        right: -5px;
    }
}

/*************************************
	Group Area
*************************************/
.posco-group-area {
    display: none;
    width: 100vw;
    height: 717px;
    overflow: hidden;
    position: absolute;
    bottom: 344px;
    left: 0;
    background-color: #F6F6F6;
    z-index: 3500;
}
.posco-group-area .inner {
    padding: 83px 40px;
    height: 100%;
    position: relative;
}
.posco-group-area .inner span.close-icon {
    width: 18px;
    height: 18px;
    background-image: url('../images/icons/icon-close-gray.svg');
    background-size: 18px 18px;
    display: block;
    position: absolute;
    top: 70px;
    right: 0;
    cursor: pointer;
}
.posco-group-area .inner strong {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    margin: 0 0 44px 0;
}
.posco-group-area .inner #group > ul > li {
    float: left;
}
.posco-group-area .inner #group > ul > li > strong,
.footer_logo a {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    font-weight: 500;
    color: #00A5E5;
    margin: 0 0 19px 0;
    text-decoration: none;
}
.footer_logo a {
    color: rgb(5, 80, 125) !important;
}
.posco-group-area .inner #group > ul > li > ul {
    margin: 0;
    padding: 0;
}
.posco-group-area .inner #group > ul > li > ul > li {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    color: #666666;
}
.posco-group-area .inner #group > ul > li > ul > li > a {
    color: #666666;
    text-decoration: none;
}
.posco-group-area .inner #group > ul > li > ul > li > a:hover {
    color: #00A5E5;
}
.posco-group-area .inner #group > ul > li:nth-child(1) {
    width: 28.66%;
}
.posco-group-area .inner #group > ul > li:nth-child(1) > ul {
    width: 100%;
    float: left;
    column-count: 2;
}
.posco-group-area .inner #group > ul > li:nth-child(1) > ul > li {}
.posco-group-area .inner #group > ul > li:nth-child(2) {
    width: 19.17%;
    padding-left: 66px;
}
.posco-group-area .inner #group > ul > li:nth-child(3) {
    width: 17.75%;
    padding-left: 61px;
}
.posco-group-area .inner #group > ul > li:nth-child(4) {
    width: 34.42%;
    padding-left: 67px;
}
.posco-group-area .inner #group > ul > li:nth-child(4) > ul {
    width: 100%;
    float: left;
    column-count: 2;
}
/*************************************
	Menu Area
*************************************/
.menu-area {
    display: none;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 3100;
}
.menu-area .inner {
    padding: 70px 40px;
    height: 100%;
    position: relative;
}
.menu-area .inner span.close-icon {
    width: 35px;
    height: 35px;
    background-image: url('../images/icons/icon-close-gray.svg');
    background-size: 35px 35px;
    display: block;
    position: absolute;
    top: 70px;
    right: 0;
    cursor: pointer;
}
.menu-area .inner strong {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    margin: 0 0 40px 0;
}
#sitemap {
    width: 100%;
    height: auto;
    float: left;
}
#sitemap a {
    text-decoration: none;
}
#sitemap ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
#sitemap > ul > li {
    width: 16.66667%;
    float: left;
    border-left: 1px solid #E4E4E4;
    padding: 0 30px;
}
#sitemap > ul > li:first-child {
    border-left: none;
}
#sitemap > ul > li > a {
    display: inline-block;
    width: 100%;
    float: left;
    color: #00A5E5;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
#sitemap ul.sub-menu > li > a {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 1.36;
    margin: 0 0 10px 0;
    letter-spacing: 0;
}
#sitemap ul.sub-menu > li > ul.sub-menu > li > a {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    padding: 0 0 0 5px;
}
#sitemap ul.sub-menu > li > ul.sub-menu > li > a::before {
    content: "·";
    margin: 0 2px 0 0;
}
/*************************************
  Site Footer
*************************************/
#colophon {
    width: 100%;
    float: left;
}
#colophon .footer-top {
    width: 100%;
    height: 172px;
    float: left;
    border-top: 1px solid rgba(165, 168, 168, 0.3);
    position: relative;
}
#colophon .footer-top .inner {
    height: 172px;
    position: relative;
}
#colophon .footer-top span.goto-top-icon {
    display: block;
    width: 64px;
    height: 64px;
    background-image: url('../images/icons/icon-goto-top.svg');
    background-size: 64px 64px;
    background-position: center;
    position: fixed;
    bottom: 50px;
    cursor: pointer;
    right: calc(50vw - 760px);
    z-index: 3000;
    opacity: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#colophon .footer-top span.goto-top-icon:hover {
    opacity: .65;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.innovation-single #colophon .footer-top span.goto-top-icon {
    top: -532px;
}
#colophon .footer-top .inner > strong {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
#colophon .footer-top #footer-hotlink {
    position: absolute;
    top: 50%;
    left: 160px;
    transform: translateY(-50%);
}
#colophon .footer-top #footer-hotlink li {
    display: block;
    float: left;
    margin: 0 30px 0 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
}
#colophon .footer-top #footer-hotlink li a {
    text-decoration: none;
    color: #666666;
}
#colophon .footer-top #footer-hotlink li a:hover {
    color: #00A5E5;
}
#colophon .footer-top #footer-social-networks {
    position: absolute;
    top: 50%;
    left: calc(50% + 170px);
    transform: translateY(-50%);
}
#colophon .footer-top #footer-social-networks::before {
    content: "Social Network";
    color: #00A5E5;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -133px;
    transform: translateY(-50%);
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    line-height: 1;
}
#colophon .footer-top #footer-social-networks li {
    display: block;
    float: left;
    margin: 0 24px 0 0;
    width: 64px;
    height: 64px;
    cursor: pointer;
}
#colophon .footer-top #footer-social-networks li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    float: left;
}
#colophon .footer-top #footer-social-networks li.sns-youtube {
    background-image: url('../images/icons/icon-youtube.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#colophon .footer-top #footer-social-networks li.sns-youtube:hover {
    background-image: url('../images/icons/icon-youtube-hover.svg');
}
#colophon .footer-top #footer-social-networks li.sns-instagram {
    background-image: url('../images/icons/icon-instagram.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#colophon .footer-top #footer-social-networks li.sns-instagram:hover {
    background-image: url('../images/icons/icon-instagram-hover.svg');
}
#colophon .footer-top .footer-pattern {
    width: calc(50vw - 383px);
    height: 172px;
    background-color: #001241;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 0;
    right: 0;
}
#colophon .footer-top .footer-pattern img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
#colophon .footer-top .footer-pattern a {
    display: inline-block;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
#colophon .footer-top .footer-pattern a .footer-pattern-meta {
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translateY(-50%);
}
#colophon .footer-top .footer-pattern a .footer-pattern-meta span {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
#colophon .footer-top .footer-pattern a .footer-pattern-meta strong {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
#colophon .footer-top .footer-pattern a .footer-pattern-meta strong::after {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 0 0 0 15px;
    background-image: url(../images/icons/icon-right-arrow-hover-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative;
    top: 3px;
}
#colophon .company-information {
    width: 100%;
    float: left;
    padding: 55px 0;
    border-top: 1px solid rgba(165, 168, 168, 0.3);
    font-size: 12px;
    line-height: 15px;
}
#colophon .company-information #footer-navigation {
    margin: 0 0 10px 0;
}
#colophon .company-information #footer-navigation ul li {
    display: inline-block;
    font-size: 14px;
}
#colophon .company-information #footer-navigation ul li a {
    text-decoration: none;
    color: #A5A8A8;
}
#colophon .company-information #footer-navigation ul li::after {
    content: "";
    display: inline-block;
    margin: 0 12px;
    width: 1px;
    height: 15px;
    background-color: #A5A8A8;
    position: relative;
    top: 2px;
}
#colophon .company-information #footer-navigation ul li:last-child::after {
    content: none;
}
#colophon .company-information p {
    font-size: 12px;
    line-height: 15px;
    color: #A5A8A8;
}
#colophon .company-information p span.divider {
    display: inline-block;
    margin: 0 12px;
    width: 1px;
    height: 13px;
    background-color: #A5A8A8;
    position: relative;
    top: 2px;
}
#colophon .company-information p.copyright {
    margin: 4px 0 0 0;
}
#primary {
    width: 100%;
    float: left;
}
#primary article {
    width: 100%;
    float: left;
}
#primary article .header-visual {
    width: 100%;
    height: 512px;
    float: left;
    background-color: #efefef;
    background-size: cover;
    background-position: center;
}
#primary article .header-visual > .inner {
    height: 512px;
    position: relative;
}
#primary article .header-visual .go-to-back {
    width: 65px;
    height: 65px;
    background-color: rgba(0, 0, 0, 1);
    background-image: url('../images/icons/icon-back.svg');
    background-repeat: no-repeat;
    background-size: 19px 6px;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: -25px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    cursor: pointer;
}
#primary article .header-visual .go-to-back:hover {
    background-color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#primary article .header-visual .breadcrumbs {
    width: calc(50vw + 600px);
    height: 65px;
    padding: 0;
    position: absolute;
    left: 40px;
    bottom: 0;
    background-color: rgba(0, 0, 0, .75);
    backdrop-filter: blur(2px);
    z-index: 2000;
}
#primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs {
    width: 100%;
    max-width: 1200px;
    height: 65px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 300;
}
#primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li {
    width: 25%;
    float: left;
    display: inline-block;
    height: 65px;
    position: relative;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, .15);
}
#primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li.first-depth {
    font-weight: 500;
}
#primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li:first-child::before {
    content: none;
}
#primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li > a {
    width: 90%;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    word-break: break-all;
    line-height: 1.2;
}
#primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li:hover ul.sub-menu {
    display: block;
}
#primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li > ul.sub-menu {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    padding: 20px;
    margin: 0 !important;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-top: none !important;
    width: 100%;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .1);
}
/*
ul.sub-menu::after {
	content: "";
	display: block;
	position: absolute;
	top: -9px;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6.5px 9px 6.5px;
	border-color: transparent transparent #ffffff transparent;
} */
#primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li > ul.sub-menu > li {
    width: 100%;
    float: left;
    height: auto;
    line-height: 30px;
    font-weight: 300;
}
#primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li > ul.sub-menu > li a {
    text-decoration: none;
    width: 100%;
    float: left;
    display: inline-block;
}
#primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li > ul.sub-menu > li.current-menu-item a {
    color: #00a5e5;
}
#primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li.menu-item-has-children::after {
    content: "";
    display: inline-block;
    margin: 0 20px 0 -11px;
    width: 14px;
    height: 14px;
    background-image: url('../images/icons/icon-unexpanded.svg');
    background-size: 14px 14px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    right: 0;
}
#primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li.menu-item-has-children:hover::after {
    background-image: url('../images/icons/icon-expanded.svg');
    background-size: 14px 2px;
}
#primary article .entry-header {
    width: 100%;
    float: left;
    margin: 100px 0 40px 0;
}
#primary article .entry-header .inner {
    padding: 0 270px 0 40px;
}
#primary article .entry-content {
    width: 100%;
    float: left;
    padding: 0 0 200px 0;
}

.entry-header .btn-header {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #00A5E5;
    height: 86px;
    line-height: 86px;
    border: 1px solid #00A5E5;
    padding: 0 30px;
    text-decoration: none;
}
.entry-header .btn-header:hover span.outlink-icon {
    background-image: url('../images/icons/icon-outlink-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.entry-header .inner a:hover .report-download {
    background-image: url('../images/icons/icon-download-blue.svg');
}
.entry-header .inner a .report-download {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../images/icons/icon-download-white.svg');
    background-size: cover;
    margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
    .entry-header .inner a .report-download {
        display: none;
    }
}
/* .entry-content .inner > h2:nth-child(1) {
	margin: 40px 0 30px 0;
} */
#primary article .entry-footer {
    width: 100%;
    float: left;
    margin: 0;
}
#primary article .entry-footer.esg-shared-footer {
    display: block !important;
    margin: 80px 0 0 0;
}
#secondary {}
#colophon {}
.entry-content .align-center {
    text-align: center;
}
.entry-content h3.mainColor {margin:44px 0 26px 0;}

.entry-content .align-center img {
    float: none !important;
}

/*************************************
    Entry Content
*************************************/
.mainColor {color:#00A5E4}
.entry-content h3.mainColor {margin:44px 0 26px 0;}
.list li{position:relative; margin-top:8px; font-size:20px; color:#666; padding-left:20px; font-weight: 300; letter-spacing: -0.02em;}
.list li:first-child {margin-top:0;}
.list li:before {display: inline-block; content:"-"; position:absolute; left:0;}
.list li > ul > li:before {display: inline-block; content:"·"; position:absolute; left:0;}
.number_list li {position:relative;padding-left:20px;}
.number_list li:nth-child(1)::before {display: inline-block; content:"①"; position:absolute; left:0;}
.number_list li:nth-child(2)::before {display: inline-block; content:"②"; position:absolute; left:0;}
.number_list li:nth-child(3)::before {display: inline-block; content:"③"; position:absolute; left:0;}
.number_list li:nth-child(4)::before {display: inline-block; content:"④"; position:absolute; left:0;}
.number_list li:nth-child(5)::before {display: inline-block; content:"⑤"; position:absolute; left:0;}
.grid_list {display: grid; grid-template-columns: 1fr 1fr 1fr;  row-gap: 100px;}
.grid_list > li {position:relative; padding-right: 20px; }
.grid_list > li:after {position:absolute; right:20px; top:50%; transform: translate(-50%,-50%); display:inline-block;content:''; width:1px; height:100%; background-color:#E4E4E4; }
.grid_list>li:nth-child(3):after,.grid_list>li:nth-child(6):after {display: none;}

.grid_list > li h3 span {position:relative; padding-left: 20px; display: inline-block;}
.grid_list > li h3 span:before {position:absolute; left:0;}
.grid_list > li:nth-child(1) h3 span:before {display:inline-block; content:'1.'}
.grid_list > li:nth-child(2) h3 span:before {display:inline-block; content:'2.'}
.grid_list > li:nth-child(3) h3 span:before {display:inline-block; content:'3.'}
.grid_list > li:nth-child(4) h3 span:before {display:inline-block; content:'4.'}
.grid_list > li:nth-child(5) h3 span:before {display:inline-block; content:'5.'}
.grid_list > li:nth-child(6) h3 span:before {display:inline-block; content:'6.'}


.entry-content .grid_list h3.mainColor {font-size:20px; margin:0 0 34px 0;}
.grid_list .grid_list_content > li {color:#666; font-weight:300; position: relative; margin-top:8px; font-size:20px; padding-left:20px;}
.grid_list .grid_list_content > li:before {display: inline-block; content:"▪"; position:absolute; left:0;}
.first:before {display:inline-block; content:'첫째,';position:absolute; left:0; top:0;}
.secon:before {display:inline-block; content:'둘째,';position:absolute; left:0; top:0;}
.thrd:before {display:inline-block; content:'셋째,'; position: absolute;left: 0; top: 0;} 
.first {position:relative; display:block; padding-left:50px;}
.secon {position: relative; display:block;padding-left: 50px;}
.thrd  {position: relative;display: block;padding-left: 50px;}
.accordian_title_2 {font-size:40px;}
@media screen and (max-width: 1024px) {
    .grid_list {display: block;}
    .grid_list > li {margin:0 0 40px 0;}
    .grid_list > li:after {display: none;}
    .entry-content .grid_list h3.mainColor {font-size:18px; margin:0 0 15px 0;}
    .grid_list .grid_list_content > li { font-size:16px}
}

.entry-content p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0 0 30px 0;
    color: #666666;
}
.human-entry-content p {
    word-break: initial;
}
.entry-content h2, #accordion h3.ui-accordion-header.tab_title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 40px 0;
}
.entry-content h3 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 70px 0 50px 0;
}
.entry-content figure {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
    line-height: 0;
}
.right-wide-image {
    width: calc(50vw + 600px) !important;
    margin-bottom: 100px !important;
    position: relative;
}
.right-wide-image img {
    min-width: 100%;
    height: auto;
}
.right-wide-image h2 {
    position: absolute;
    bottom: 80px;
    left: 90px;
    z-index: 500;
    margin: 0;
    letter-spacing: 0;
}
.left-wide-image {
    width: calc(50vw + 600px) !important;
    margin-left: calc(600px - 50vw) !important;
    float: left;
}
img.full-content {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.entry-content .ceo-signature {
    width: 100%;
    float: left;
}
.entry-content .ceo-signature span {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0;
    color: #666666;
    margin: 0 0 15px 0;
}
.entry-content .ceo-signature img {
    width: 206px;
    height: 73px;
}
/* .entry-content .content-columns-2 .content-column-left h3 {
	font-size: 20px;
	line-height: 1.36;
} */
/* CI & BI 에서 적용한 2 컬럼 콘텐츠 */
.page-ci .entry-content .content-columns-2 {
    border-bottom: 1px solid #E4E4E4;
}
.page-ci .entry-content .content-columns-2:last-child {
    border-bottom: none;
}
.entry-content .content-columns-2 {
    width: 100%;
    float: left;
    padding: 70px 0;
}
.entry-content .content-columns-2.padding-40 .content-column-left {
    padding: 0 40px 0 0;
}
.entry-content .content-columns-2.padding-40 .content-column-right {
    padding: 0 0 0 40px;
}
.entry-content .content-columns-2 .content-column-left {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}
.entry-content .content-columns-2.ci-signature-02 .content-column-right,
.entry-content .content-columns-2.ci-wordmark-02 .content-column-right,
.entry-content .content-columns-2.ci-logotype-02 .content-column-right {
    float: right !important;
}
.entry-content .content-columns-2.ci-signature-02,
.entry-content .content-columns-2.ci-wordmark-02,
.entry-content .content-columns-2.ci-logotype-02 {
    border-bottom: 1px solid #d9d9d9;
}
.entry-content .content-columns-2.ci-signature-02 h2,
.entry-content .content-columns-2.ci-wordmark-02 h2,
.entry-content .content-columns-2.ci-logotype-02 h2 {
    margin: 0 0 40px 0;
}
.entry-content .content-columns-2.ci-signature-02 .content-column-left img {
    margin: 90px 0 0 90px;
}
.entry-content .content-columns-2.ci-signature-02 .content-column-right .downloads {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}
.entry-content .content-columns-2.ci-wordmark-02 .content-column-right img {
    margin: 0 0 0 220px;
}
.entry-content .content-columns-2.ci-logotype-02 .content-column-left img {
    margin: 60px 0 0 90px;
}
.entry-content .content-columns-2.ci-color .content-column-right {
    height: 262px;
    background-color: #05507D;
    padding: 50px 60px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 0 0 0;
}
.entry-content .content-columns-2.ci-color .content-column-right strong {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 50px 0;
    color: #fff;
}
.entry-content .content-columns-2.ci-color .content-column-right span {
    font-size: 18px;
    line-height: 28px;
}
.entry-content .content-columns-2.ci-logotype .content-column-right {
    text-align: center;
}
.entry-content .content-columns-2.ci-logotype .content-column-right img {
    margin-top: 80px;
}
.entry-content .content-columns-2.ci-signature .content-column-left {
    text-align: center;
}
.entry-content .content-columns-2.ci-signature .content-column-left img {
    margin-top: 110px;
}
.entry-content .content-columns-2.ci-signature .content-column-left {
    text-align: center;
}
.entry-content .content-columns-2.ci-signature .content-column-left img {
    margin-top: 110px;
}
.ci-the-sharp-symbol,
.ci-the-sharp-logotype,
.ci-the-sharp-signature,
.ci-the-sharp-slogan {
    border-bottom: 1px solid #E4E4E4 !important;
}
.entry-content .content-columns-2.ci-the-sharp-symbol .content-column-right,
.entry-content .content-columns-2.ci-the-sharp-signature .content-column-right {
    text-align: center;
}
.entry-content .content-columns-2.ci-the-sharp-symbol .content-column-right img {
    margin-top: 20px;
}
.entry-content .content-columns-2.ci-the-sharp-signature .content-column-right img {
    margin-top: 35px;
}
.entry-content .content-columns-2.ci-the-sharp-logotype .content-column-left,
.entry-content .content-columns-2.ci-the-sharp-slogan .content-column-left {
    text-align: center;
}
.entry-content .content-columns-2.ci-the-sharp-logotype .content-column-left img {
    margin-top: 70px;
}
.entry-content .content-columns-2.ci-the-sharp-slogan .content-column-left img {
    margin-top: 60px;
}
.entry-content .content-columns-2.ci-the-sharp-color .content-column-right {
    height: 262px;
    background-color: #001241;
    padding: 50px 60px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
}
.entry-content .content-columns-2.ci-the-sharp-color .content-column-right strong {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 50px 0;
}
.entry-content .content-columns-2.ci-the-sharp-color .content-column-right span {
    font-size: 18px;
    line-height: 28px;
}
.entry-content .content-columns-2 .content-column-left > strong,
.entry-content .content-columns-2 .content-column-right > strong {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 20px 0;
}
.page-network .entry-content .content-columns-2 {
    margin: 0;
    padding: 0 0 100px 0;
    border-bottom: none;
}
.page-network .entry-content .content-columns-2 h3 {
    font-size: 40px;
    line-height: 45px;
}
.entry-content .content-columns-2 h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0 0 40px 0;
}
.entry-content .content-columns-2 h4 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
    border-bottom: 1px solid #E4E4E4;
    padding: 0 0 19px 0;
    margin: 0 0 20px 0;
}
.entry-content .content-columns-2 .esg-concept h4 {
    font-size: 28px;
}
.entry-content .content-columns-2 h4.no-bottom-border {
    border-bottom: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.entry-content .content-columns-2 h4 img {
    float: right;
}
.entry-content .content-columns-2 p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}
ul.branch-loop {
    width: 100%;
    float: left;
}
ul.branch-loop.item-1 li.branch-loop-item {
    width: 100% !important;
    float: left !important;
}
ul.branch-loop li:nth-child(2n-1) {
    width: 50%;
    padding: 0 20px 0 0;
    float: left;
}
ul.branch-loop li:nth-child(2n) {
    width: 50%;
    padding: 0 0 0 20px;
    float: left;
}
ul.branch-loop li strong {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 300;
    color: #666666;
}
ul.branch-loop li p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 300;
    color: #666666;
    margin: 0 0 15px 0;
}
ul.branch-loop li span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #9E9E9E;
    margin: 0 20px;
    position: relative;
    top: 4px;
}
ul.branch-loop li span.location {
    width: 19px;
    height: 19px;
}
ul.branch-loop li span.location a {
    display: inline-block;
    width: 19px;
    height: 19px;
}
ul.branch-loop li span.location a::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url('../images/icons/icon-location-blue.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
}
ul.branch-loop li span.tel {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
ul.branch-loop li span.tel::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url('../images/icons/icon-phone.svg');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
}
ul.branch-loop li span.fax {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
ul.branch-loop li span.fax::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url('../images/icons/icon-fax.svg');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
}
ul.branch-loop li span.fax::after {
    content: none;
}
ul.branch-loop li span.tel.after_none:after {display: none;;}
/* CI & BI 에서 적용한 다운로드 파일 영역 */
.entry-content .downloads ul {
    width: 100%;
    
}
.entry-content .downloads ul li {
    padding: 0 30px;
    border-left: 1px solid #D9D9D9;
    float: left;
    position: relative;
    cursor: pointer;
    min-width: 155px;
}
.entry-content .downloads ul li a::before {
    content: "";
    display: block;
    float: left;
    width: 52px;
    height: 52px;
    background-image: url('../images/icons/icon-download-white.svg');
    background-size: 52px 52px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 12px 0 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.entry-content .downloads ul li.outlink a::before {
    background-image: url('../images/icons/icon-outlink-gray.svg');
}
.entry-content .downloads ul li.outlink a:hover::before {
    background-image: url('../images/icons/icon-outlink-blue.svg');
}
.entry-content .downloads ul li:hover::before {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    background-image: url('../images/icons/icon-download-blue.svg');
}
.entry-content .downloads ul li:first-child {
    border-left: none;
    padding: 0 20px 0 0;
}
.entry-content .downloads ul li strong {
    display: block;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    font-weight: 500;
    float: left;
}
.entry-content .downloads ul li span {
    float: left;
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    color: #666666;
}
ul.the-sharp-brand {
    width: calc(100% + 40px);
    margin: 20px -20px 30px -20px;
    float: left;
}
ul.the-sharp-brand li {
    width: calc(25% - 40px);
    float: left;
    margin: 0 20px;
}
ul.the-sharp-brand li strong {
    display: inline-block;
    width: 100%;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    padding: 3px 0 19px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #D9D9D9;
}
ul.the-sharp-brand li p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}
table.table-normal {
    width: 100%;
    margin: 0 0 100px 0;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    border-spacing: 0;
    border-collapse: separate;
}
table.table-normal thead tr th {
    border-bottom: 1px solid #000000;
    padding: 0 20px;
    text-align: left;
    color: #00A5E5;
    font-weight: 400;
}
table.table-normal tbody {}
table.table-normal tbody tr th {
    border-bottom: 1px solid #E4E4E4;
    padding: 30px 20px;
    text-align: left;
    font-weight: 500;
}
table.table-normal tbody tr td {
    border-bottom: 1px solid #E4E4E4;
    padding: 30px 20px;
    text-align: left;
    font-weight: 300;
    color: #666;
    align-content: flex-start;
}
table.table-career-type tbody tr th {
    font-weight: 500 !important;
    color: #101010 !important;
}
table.table-career-type tbody tr td {
    color: #666666 !important;
    font-weight: 300 !important;
}
table.table-complex {
    width: 100%;
    margin: 0 0 100px 0;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    border-spacing: 0;
    border-collapse: separate;
}
table.table-complex thead tr th {
    border-bottom: 1px solid #E4E4E4;
    padding: 30px 20px;
    text-align: left;
    color: #00A5E5;
    font-weight: 400;
}
table.table-complex tbody tr th {
    border-bottom: 1px solid #E4E4E4;
    padding: 30px 20px;
    text-align: left;
    color: #000;
    font-weight: 500;
    border-right: 1px solid #e4e4e4;
}
table.table-complex tbody tr td {
    border-bottom: 1px solid #E4E4E4;
    padding: 30px 20px;
    text-align: center;
    color: #000;
    font-weight: 400;
    border-right: 1px solid #e4e4e4;
}
table.table-header-text-black {
    margin: 0 0 50px 0 !important;
}
table.table-header-text-black thead tr th {
    color: #000;
    border-bottom: none;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    align-content: flex-start;
}
table.table-header-text-black thead tr th {
    width: 25%;
}
table.table-header-text-black thead tr th:first-child {
    width: 50%;
}
table.table-header-text-black tbody tr td:nth-child(2) {
    font-weight: 400;
    color: #666666;
}
table.table-header-text-black tbody tr td:last-child {
    position: relative;
}
table.table-header-text-black tbody tr td:last-child img {
    width: 282px !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
table.table-header-text-black tbody tr td:last-child span {
    display: block;
    position: absolute;
    width: 100%;
    float: right;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    text-align: right;
}
table.table-header-text-black tbody tr:last-child td {
    border-bottom: none !important;
    width: 252px;
}
#accordion {
    width: 100%;
    float: left;
    border-top: 1px solid #000000;
}
#accordion h3.ui-accordion-header {
    width: 100%;
    float: left;
    padding: 30px 80px 30px 20px;
    margin: 0;
    border-bottom: 1px solid #E4E4E4;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0;
    font-weight: 300;
    cursor: pointer;
    background-image: url('../images/icons/icon-plus.svg');
    background-size: 20px 20px;
    background-position: calc(100% - 30px) center;
    background-repeat: no-repeat;
}
#accordion h3.ui-accordion-header.accordian_title_2 {font-size:40px;} 
#accordion h3.ui-accordion-header span {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    float: right;
    padding: 0 60px 0 0;
    margin-right: -60px;
}
#accordion h3.ui-accordion-header:focus {
    outline: none;
}
.page-personnel #accordion h3.ui-accordion-header {
    padding: 15px 20px;
}
.page-inquiry #accordion h3.ui-accordion-header::before {
    content: "Q. ";
}
#accordion h3.ui-accordion-header.ui-state-active {
    color: #00A5E5;
    background-image: url('../images/icons/icon-minus-blue.svg');
}
#accordion div.ui-accordion-content {
    width: 100%;
    /* height: auto !important; */
    float: left;
    padding: 30px 20px;
    border-bottom: 1px solid #E4E4E4;
}
#accordion div.ui-accordion-content video {
    width: 100%;
    height: auto;
    float: left;
}
#accordion div.ui-accordion-content a {
    text-decoration: none;
}
#accordion div.ui-accordion-content h4 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    color: #666666;
    font-weight: 500;
    margin: 10px 0 15px 0;
    width: 100% !important;
    float: left;
}
/* Track Record Download */
.track-record-download {
    width: auto;
    height: 52px;
    float: left;
    margin: 30px 0 70px 0;
}
.track-record-download a {
    display: inline-block;
    width: 100%;
    height: 100%;
    float: left;
    text-decoration: none;
    padding: 0 0 0 63px;
    position: relative;
}
.track-record-download a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 43px;
    height: 43px;
    display: inline-block;
    background-image: url('../images/icons/icon-download-gray.svg');
    background-size: cover;
}
.track-record-download a:hover::before {
    background-image: url('../images/icons/icon-download-blue.svg');
}
.track-record-download a p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    margin: 3px 0 0 0;
}
.track-record-download a p span.period {
    font-size: 14px;
    color: #666666;
}
.track-record-download a img {
    display: none;
    float: left;
    margin: 0 20px 0 0;
}
.plant-essentials {
    width: 100%;
    float: left;
    margin: 30px 0 40px 0;
}
.plant-essentials h3 {
    font-size: 40px;
    line-height: 59px;
    font-weight: 100;
    margin: 0 0 50px 0;
}
.plant-essentials ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.plant-essentials ul li {
    width: 33.33333%;
    height: 91px;
    float: left;
    position: relative;
    border-right: 1px solid #E4E4E4;
}
.plant-essentials ul li:last-child {
    border-right: none;
}
.plant-essentials ul li img {
    margin: 0 50px 0 0;
    display: inline-block;
    position: relative;
    top: -18px;
}
.plant-essentials ul li > div {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.plant-essentials ul li div.plant-meta {
    display: inline-block;
    text-align: left;
}
.plant-essentials ul li strong {
    width: 100%;
    float: left;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    clear: both;
}
.plant-essentials ul li span {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 29px;
    font-weight: 100;
    clear: both;
}
/* Tabs UI */
#content-tabs {
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
}
#content-tabs .ui-tabs-nav {
    width: 100%;
    float: left;
    margin: 0 0 70px 0;
    position: relative;
    cursor: pointer;
}
#content-tabs .ui-tabs-nav::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #9E9E9E;
    left: calc(600px - 50vw);
    bottom: -1px;
    position: absolute;
}
#content-tabs span.jobs-count {
    float: right;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    color: #00A5E5;
    position: relative;
    top: 60px;
}
#content-tabs .ui-tabs-nav .ui-tabs-tab {
    font-size: 35px;
    line-height: 45px;
    font-weight: 100;
    letter-spacing: 0;
}
#content-tabs .ui-tabs-nav .ui-tabs-tab h2,
#content-tabs .ui-tabs-nav .ui-tabs-tab h3 {
    clear: none;
    font-weight: 100;
    /* font-size: 26px !important;
    line-height: 40px !important; */
    text-align: center;
    margin-bottom:0;
}
#content-tabs .ui-tabs-nav .ui-tabs-tab a {
    color: #9E9E9E;
    text-decoration: none;
    padding: 37px 20px;
    float: left;
    border-bottom: 3px solid transparent;
}
#content-tabs .ui-tabs-nav .ui-tabs-tab a:hover {
    color: #00A5E5 !important;
}
#content-tabs .ui-tabs-nav .ui-tabs-active a {
    color: #00A5E5 !important;
    border-bottom: 3px solid #00B9FF;
    position: relative;
}
#content-tabs .ui-tabs-nav .ui-tabs-active a::after {
    content: "" !important;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50% 50%;
    background-color: #00B9FF;
    position: absolute;
    top: 24px;
    right: 18px;
}
#content-tabs .ui-tabs-panel {
    width: 100%;
    float: left;
}





.featured-project-area {
    width: 100%;
    float: left;
}
.featured-project-area .featured-project-area-header {
    width: 100%;
    float: left;
    margin: 20px 0 40px 0;
}
.featured-project-area .featured-project-area-header h4 {
    font-size: 20px;
    font-weight: 500;
    float: left;
}
.featured-project-area .featured-project-area-header a {
    font-size: 20px;
    font-weight: 500;
    float: right;
    text-decoration: none;
}
.featured-project-area .featured-project-area-header a:hover {
    color: #00A5E5;
}
.featured-project-area .featured-project-area-header a::after {
    content: "+";
    color: #00A5E5;
    margin: 0 0 0 25px;
}
.featured-project-area ul.project-loop {
    width: 100%;
    float: left;
}
.featured-project-area ul.project-loop li.porject-loop-item {
    width: 100%;
    height: 552px;
    float: left;
    position: relative;
}
.featured-project-area ul.project-loop li.porject-loop-item .entry-meta {
    width: 50%;
    height: 100%;
    float: left;
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
    padding: 75px 70px;
    position: absolute;
    top: 0;
    left: 0;
}
.featured-project-area ul.project-loop li.porject-loop-item .entry-meta strong {
    font-size: 40px;
    line-height: 50px;
    font-weight: 100;
    letter-spacing: 0;
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
.featured-project-area ul.project-loop li.porject-loop-item .entry-meta p {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0 0 24px 0;
    color: #fff;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 130px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.featured-project-area ul.project-loop li.porject-loop-item .entry-meta p.delete_ellipsis {
    overflow: unset;
    text-overflow: unset;
    /*-webkit-line-clamp: 5;*/
    -webkit-line-clamp: unset;
    /*-webkit-box-orient: vertical;*/
}
.featured-project-area ul.project-loop li.porject-loop-item .entry-meta span.location {
    font-size: 16px;
    line-height: 26px;
    color: #9E9E9E;
}
.featured-project-area ul.project-loop li.porject-loop-item .entry-meta span.period {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #9E9E9E;
}
.featured-project-area ul.project-loop li.porject-loop-item .entry-meta span.location::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #9E9E9E;
    margin: 0 14px;
    position: relative;
    top: 1px;
}
.featured-project-area ul.project-loop li.porject-loop-item .entry-meta a {
    margin: 60px 0 0 0;
    display: inline-block;
    width: 100%;
    float: left;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: #fff;
}
.featured-project-area ul.project-loop li.porject-loop-item .entry-meta a:hover {
    text-decoration: underline;
    color: #00A5E5;
}
.featured-project-area ul.project-loop li.porject-loop-item .entry-meta a:hover::before {
    background-image: url("../images/icons/icon-right-arrow-blue.svg");
}
.featured-project-area ul.project-loop li.porject-loop-item .entry-meta a::before {
    content: "";
    display: inline-block;
    width: 31px;
    height: 10px;
    background-size: 31px 10px;
    background-position: center;
    background-image: url("../images/icons/icon-right-arrow-white.svg");
    margin: 0 22px 0 0;
}
.featured-project-area ul.project-loop li.porject-loop-item .entry-thumbnail {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
}
/* Case Loop Archive */
.columns-2 {
    width: calc(100% + 80px);
    margin: 40px -40px 80px -40px;
    float: left;
}
.columns-2 .column-item {
    width: calc(50% - 80px);
    margin: 0 40px 70px 40px;
    float: left;
}
.case-loop .case-loop-item .entry-thumbnail {
    width: 100%;
    height: 343px;
    float: left;
    margin: 0 0 20px 0;
}
.case-loop .case-loop-item .entry-thumbnail a {
    width: 100%;
    height: 100%;
    float: left;
}
.case-loop .case-loop-item .entry-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-loop .case-loop-item .entry-meta {
    width: 100%;
    height: 256px;
    overflow: hidden;
}
.case-loop .case-loop-item .entry-meta .entry-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    margin: 0 0 20px 0;
    letter-spacing: 0;
}
.case-loop .case-loop-item .entry-meta .entry-title a {
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.case-loop .case-loop-item .entry-thumbnail:hover .entry-thumbnail-inner {
    transform: scale(1.2);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.case-loop .case-loop-item:hover .entry-meta .entry-title a {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.case-loop .case-loop-item .entry-meta .entry-excerpt {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin: 0 0 20px 0;
    color: #666666;
}
.case-loop .case-loop-item .entry-meta .entry-excerpt a {
    text-decoration: none;
}
.case-loop .case-loop-item .entry-meta .entry-location,
.case-loop .case-loop-item .entry-meta .entry-period {
    font-size: 14px;
    color: #9E9E9E;
}
.case-loop .case-loop-item .entry-meta .entry-location::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 17px;
    background-color: #9E9E9E;
    margin: 0 15px;
    position: relative;
    top: 2px;
}
.case-loop .case-loop-item .entry-meta .wow-50 + .entry-excerpt {
    max-height: 120px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.case-loop .case-loop-item .entry-meta .wow-100 + .entry-excerpt {
    max-height: 60px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.case-loop .case-loop-item .entry-meta .wow-150 {
    margin: 0 0 40px 0;
}
.case-loop .case-loop-item .entry-meta .wow-150 + .entry-excerpt {
    display: none;
}
/* Pagination */
.pagination-area {
    width: 100%;
    float: left;
}
.pagination-area ul.pagination {
    width: 100%;
    text-align: center;
}
.pagination-area ul.pagination li.page-item {
    display: inline-block;
    margin: 0 10px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.pagination-area ul.pagination li.page-item a {
    text-decoration: none;
}
.pagination-area ul.pagination li.active a {
    color: #00A5E5;
}
.pagination-area ul.pagination li.page-item:nth-child(1) {
    margin: 0 18px 0 0;
}
.pagination-area ul.pagination li.page-item span.page-prev::after {
    content: "";
    width: 30px;
    height: 10px;
    display: inline-block;
    background-image: url('../images/icons/icon-left-arrow-black.svg');
    background-size: 30px 10px;
    background-position: center;
    margin: 0 0 0 18px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
}
.pagination-area ul.pagination li.page-item:last-child {
    margin: 0 0 0 18px;
}
.pagination-area ul.pagination li.page-item span.page-next::before {
    content: "";
    width: 30px;
    height: 10px;
    display: inline-block;
    background-image: url('../images/icons/icon-right-arrow-black.svg');
    background-size: 30px 10px;
    background-position: center;
    margin: 0 18px 0 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
}
.pagination-area ul.pagination li.page-item:last-child:hover span.page-next,
.pagination-area ul.pagination li.page-item:first-child:hover span.page-prev {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.pagination-area ul.pagination li.page-item:last-child:hover span.page-next::before {
    background-image: url('../images/icons/icon-right-arrow-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.pagination-area ul.pagination li.page-item:first-child:hover span.page-prev::after {
    background-image: url('../images/icons/icon-left-arrow-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
/*************************************
	Project Single
*************************************/
.post-single .site-header,
.post-single .header-visual {
    display: none;
}
.post-single article .post-single-sidebar {
    width: 215px;
    float: right;
    position: relative;
}
.post-single article .post-single-sidebar ul.post-utility {
    width: 100%;
    float: left;
    height: 37px;
    border: 1px solid #9E9E9E;
    background-color: #FBFBFB;
    border-radius: 8px 8px;
    margin: 0 0 50px 0;
}
.post-single article .post-single-sidebar ul.post-utility li {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: 0;
    text-align: center;
    width: 50%;
    float: left;
    position: relative;
    cursor: pointer;
}
.post-single article .post-single-sidebar ul.post-utility li a {
    text-decoration: none;
    color: #666666;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.post-single article .post-single-sidebar ul.post-utility li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
    position: relative;
    top: 1px;
}
.post-single article .post-single-sidebar ul.post-utility li:hover a {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.post-single article .post-single-sidebar ul.post-utility li.project-share {
    cursor: pointer;
}
.post-single article .post-single-sidebar ul.post-utility li.project-share::before {
    background-image: url('../images/icons/icon-share-gray.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.post-single article .post-single-sidebar ul.post-utility li.project-share:hover::before {
    background-image: url('../images/icons/icon-share-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.post-single article .post-single-sidebar ul.post-utility li.project-share::after {
    content: "";
    display: block;
    width: 1px;
    height: 17px;
    background-color: #D8D8D8;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.post-single article .post-single-sidebar ul.post-utility li.project-print::before {
    background-image: url('../images/icons/icon-print-gray.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.post-single article .post-single-sidebar ul.post-utility li.project-print:hover::before {
    background-image: url('../images/icons/icon-print-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.post-single article .post-single-sidebar dl.project-information {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.post-single article .post-single-sidebar dl.project-information dt {
    width: 100%;
    float: left;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 15px 0;
}
.post-single article .post-single-sidebar dl.project-information dt::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 12px 0 0;
    position: relative;
    top: 4px;
}
.post-single article .post-single-sidebar dl.project-information dt.project-period::before {
    background-image: url('../images/icons/icon-period.svg');
}
.post-single article .post-single-sidebar dl.project-information dt.project-ordering::before {
    background-image: url('../images/icons/icon-ordering.svg');
}
.post-single article .post-single-sidebar dl.project-information dt.project-cost::before {
    background-image: url('../images/icons/icon-cost.svg');
}
.post-single article .post-single-sidebar dl.project-information dt.project-detail::before {
    background-image: url('../images/icons/icon-detail.svg');
}
.post-single article .post-single-sidebar dl.project-information dt.project-location::before {
    background-image: url('../images/icons/icon-location.svg');
}
.post-single article .post-single-sidebar dl.project-information dd {
    width: 100%;
    float: left;
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    color: #666666;
    word-break: keep-all;
}
.post-single article .post-single-sidebar dl.project-information dd iframe {
    margin: 15px 0 0 0;
}
.post-single article .post-navigation-area {
    width: 100%;
    float: left;
    padding: 40px 0 0;
    /*position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 100px;*/
}
.post-single article .post-navigation-area .next-post {
    margin: 0 0 80px 0;
    position: relative;
}
.post-single article .post-navigation-area .next-post::after {
    content: "";
    width: 31px;
    height: 10px;
    display: block;
    background-image: url('../images/icons/icon-right-arrow-black.svg');
    background-position: center;
    background-size: 31px 10px;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.post-single article .post-navigation-area .next-post:hover::after {
    background-image: url('../images/icons/icon-right-arrow-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.post-single article .post-navigation-area .prev-post {
    margin: 0;
    position: relative;
}
.post-single article .post-navigation-area .prev-post::after {
    content: "";
    width: 31px;
    height: 10px;
    display: block;
    background-image: url('../images/icons/icon-left-arrow-black.svg');
    background-position: center;
    background-size: 31px 10px;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.post-single article .post-navigation-area .prev-post:hover::after {
    background-image: url('../images/icons/icon-left-arrow-blue.svg');
}
.post-single article .post-navigation-area a {
    text-decoration: none;
    word-break: keep-all;
}
.post-single article .post-navigation-area a:hover span {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.post-single article .post-navigation-area a span {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
.post-single article .post-navigation-area a p {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
    letter-spacing: 0;
    width: 100%: float: left;
}
.post-single article .entry-header .content-progress-area {
    width: 100%;
    height: 5px;
    background-color: #EFEFEF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
}
.post-single article .entry-header .content-progress-area .progress-bar {
    width: 0;
    height: 5px;
    background-color: #00A5E5;
}
.post-single article .entry-header {
    position: relative;
}
.post-single article .entry-header ul.btn-list {
    width: 65px;
    position: fixed;
    top: 100px;
    left: 0;
    background-color: #262626;
    z-index: 2000;
    cursor: pointer;
    padding: 10px 0;
}
.post-single article .entry-header ul.btn-list li {
    width: 100%;
    margin: 17px 0;
    float: left;
    text-align: center;
    position: relative;
}
.post-single article .entry-header ul.btn-list li > a > img {
    display: none;
}
.post-single article .entry-header ul.btn-list li.btn-list-home {
    width: 100%;
    height: 42px;
    background-image: url('../images/icons/icon-sidebar-home.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 42px;
}
.post-single article .entry-header ul.btn-list li.btn-list-home:hover {
    background-image: url('../images/icons/icon-sidebar-home-hover.svg');
}
.post-single article .entry-header ul.btn-list li.btn-list-archive {
    width: 100%;
    height: 42px;
    background-image: url('../images/icons/icon-sidebar-list.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px 35px;
}
.post-single article .entry-header ul.btn-list li.btn-list-archive:hover {
    background-image: url('../images/icons/icon-sidebar-list-hover.svg');
}
.post-single article .entry-header ul.btn-list li.btn-list-back {
    width: 100%;
    height: 42px;
    background-image: url('../images/icons/icon-sidebar-back.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 26px;
}
.post-single article .entry-header ul.btn-list li.btn-list-back:hover {
    background-image: url('../images/icons/icon-sidebar-back-hover.svg');
}
.post-single article .entry-header ul.btn-list li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 1px;
    background-color: #404040;
}
.post-single article .entry-header ul.btn-list li:last-child::after {
    content: none;
}
.post-single article .entry-header ul.btn-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.post-single article .entry-header .entry-title {
    font-size: 70px;
    line-height: 80px;
    font-weight: 100;
    word-break: keep-all;
    margin: 0 0 30px 0;
    letter-spacing: 0;
}
.posco-enc-newsroom.post-single article .entry-header .entry-title {
    font-size: 60px;
    line-height: 75px;
    font-weight: 500;
    letter-spacing: 0;
}
.post-single article .entry-header .related-keywords-area {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}
.post-single article .entry-header .related-keywords-area strong {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    color: #00B8FF;
    margin: 0 30px 0 0;
}
.post-single article .entry-header .related-keywords-area .related-keywords {
    display: inline-block;
}
.post-single article .entry-header .related-keywords-area .related-keywords li {
    display: inline-block;
    line-height: 27px;
    margin: 0 20px 0 0;
}
.post-single article .entry-header .related-keywords-area .related-keywords li::before {
    content: "#";
    color: #666666;
}
.post-single article .entry-header .related-keywords-area .related-keywords li a {
    text-decoration: none;
    color: #666666;
}
.post-single article .entry-content {
    max-width: 910px;
    margin: 0 75px 0 0;
    padding: 0 0 200px 0 !important;
}
.post-single article .entry-content p {
    display: inline-block;
}
.post-single article .entry-content figure {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
}
.post-single article .entry-content img,
.post-single article .entry-content figure img {
    float: left;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.post-single article .entry-content figure figcaption {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0;
    color: #8E8E8E;
}
.post-single article .entry-footer {
    width: 100%;
    float: left;
    padding: 0 0 200px 0 !important;
}
.post-single article .entry-footer h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 50px 0;
}
.post-single article .entry-footer .related-tech-area {
    width: 100%;
    float: left;
    margin: 0 0 200px 0;
}
.post-single article .entry-footer .related-tech-loop {
    width: calc(100% + 60px);
    margin: 0 -30px 50px -30px;
    float: left;
}
.post-single article .entry-footer .related-tech-loop .slick-slide {
    width: calc(33.33333% - 60px);
    margin: 0 30px;
    float: left;
}
.post-single article .entry-footer .related-tech-loop .related-tech-loop-item {
    margin: 0;
    float: left;
}
.post-single article .entry-footer .related-tech-loop .related-tech-loop-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.post-single article .entry-footer .related-tech-loop .related-tech-loop-item a:hover .entry-meta,
.post-single article .entry-footer .related-tech-loop .related-tech-loop-item a:hover strong {
    width: 100%;
    float: left;
    color: #00a5E5;
    text-decoration: none;
}
.post-single article .entry-footer .related-tech-loop .related-tech-loop-item .entry-thumbnail {
    width: 100%;
    height: 197px;
    border: 1px solid rgba(158, 158, 158, .5);
    margin: 0 0 20px 0;
    overflow: hidden;
}
.post-single article .entry-footer .related-tech-loop .related-tech-loop-item .entry-meta strong {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0;
    text-decoration: none;
}
.post-single article .entry-footer .related-tech-loop .slick-arrow {
    width: 54px;
    height: 54px;
    font-size: 0;
    border: none;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.post-single article .entry-footer .related-tech-loop .slick-arrow::before {
    content: none;
}
.post-single article .entry-footer .related-tech-loop .slick-prev {
    background-image: url('../images/icons/icon-slide-left-arrow-gray.svg');
    top: 71px;
    left: 3px;
    position: absolute;
    z-index: 1500;
}
.post-single article .entry-footer .related-tech-loop .slick-prev:hover {
    background-image: url('../images/icons/icon-slide-left-arrow-blue.svg');
}
.post-single article .entry-footer .related-tech-loop .slick-next {
    background-image: url('../images/icons/icon-slide-right-arrow-gray.svg');
    top: 71px;
    right: 3px;
    position: absolute;
    z-index: 1500;
}
.post-single article .entry-footer .related-tech-loop .slick-next:hover {
    background-image: url('../images/icons/icon-slide-right-arrow-blue.svg');
}
.innovation-single article .entry-content {}
.innovation-single article .entry-content p {
    display: inline-block;
}
.innovation-single article .entry-content figure {
    width: 100%;
    float: left;
    margin: 10px 0 40px 0;
}
.innovation-single article .entry-content figure.full-content {
    max-width: 1200px;
    width: 100%;
    margin: 40px 0 100px 0;
}
.innovation-single article .entry-content figure img {
    float: left;
}
.innovation-single article .entry-content figure figcaption {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0;
    color: #8E8E8E;
}
.innovation-single article .entry-content figure figcaption ul {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}
.innovation-single article .entry-content figure figcaption ul li {
    width: 33.33333%;
    padding: 0 30px 0 0;
    margin: 0 0 10px 0;
    float: left;
    color: #666666;
}
.innovation-single article .entry-content figure figcaption ul li span {
    color: #00A5E5;
    font-weight: 500;
    margin-right: 10px;
}
.tech-loop {
    width: 100%;
    float: left;
}
.tech-loop .tech-loop-item {
    width: 100%;
    float: left;
    margin: 0 0 70px 0;
}
.tech-loop .tech-loop-item:last-child {
    margin: 0;
}
.tech-loop .tech-loop-item .tech-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 0;
    margin: 0 0 50px 0;
}
.tech-loop .tech-loop-item .entry-thumbnail {
    width: 400px;
    height: auto;
    float: left;
    border: 1px solid #CCCCCC;
    margin: 0 120px 0 0;
    position: relative;
    line-height: 0;
}
.tech-loop .tech-loop-item .entry-thumbnail::after {
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    background-image: url('../images/icons/icon-expansion.svg');
    background-size: 38px 38px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
}
.tech-loop .tech-loop-item .entry-thumbnail a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.tech-loop .tech-loop-item .entry-thumbnail a img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.tech-loop .tech-loop-item .entry-meta {
    width: calc(100% - 520px);
    float: left;
}
.tech-loop .tech-loop-item .entry-meta .application-case-area {
    width: 100%;
    float: left;
    position: relative;
}
.tech-loop .tech-loop-item .entry-meta .application-case-area h3 {
    display: inline-block;
    margin: 0 40px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.tech-loop .tech-loop-item .entry-meta .application-case-area h3::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('../images/icons/icon-case.svg');
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
    position: relative;
    top: 3px;
}
.tech-loop .tech-loop-item .entry-meta .application-case-area ul {
    display: inline-block;
    padding: 0 0 0 176px;
    margin: 0 0 20px 0;
}
.tech-loop .tech-loop-item .entry-meta .application-case-area ul li {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0;
    color: #666666;
}
.tech-loop .tech-loop-item .entry-meta .application-case-area ul li::before {
    content: "ㆍ";
    display: inline-block;
    color: #666666;
}
.tech-loop .tech-loop-item .entry-meta .application-case-area ul li a::after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 0 0 8px;
    background-image: url('../images/icons/icon-right-arrow-hover-blue.svg');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative;
    top: 3px;
}
.tech-loop .tech-loop-item .entry-meta .application-case-area ul li a:hover::after {
    opacity: 1;
    background-image: url('../images/icons/icon-right-arrow-hover-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.tech-loop .tech-loop-item .entry-meta .application-case-area ul li a {
    text-decoration: none;
    color: #666666;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.tech-loop .tech-loop-item .entry-meta .application-case-area ul li:hover a {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.tech-loop .tech-loop-item .entry-meta .application-case-area ul li:hover::before {
    color: #00a5e5;
}
.tech-loop .tech-loop-item .entry-meta .entry-property {
    border-top: 1px dashed rgba(158, 158, 158, .45);
    padding: 20px 0 0 0;
    margin: 0;
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0;
    color: #666;
}
.innovation-single article .entry-header .inner {
    position: relative;
}
article .entry-header ul.post-utility {
    width: 215px;
    float: left;
    height: 37px;
    border: 1px solid #9E9E9E;
    background-color: #FBFBFB;
    border-radius: 8px 8px;
    margin: 0 0 50px 0;
    position: absolute;
    top: 28px;
    right: 40px;
}
article .entry-header ul.post-utility li {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: 0;
    text-align: center;
    width: 50%;
    float: left;
    position: relative;
}
article .entry-header ul.post-utility li a {
    text-decoration: none;
    color: #666666;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
article .entry-header ul.post-utility li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
    position: relative;
    top: 1px;
}
article .entry-header ul.post-utility li:hover a {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
article .entry-header ul.post-utility li.project-share::before {
    background-image: url('../images/icons/icon-share-gray.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
article .entry-header ul.post-utility li.project-share:hover::before {
    background-image: url('../images/icons/icon-share-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
article .entry-header ul.post-utility li.project-share::after {
    content: "";
    display: block;
    width: 1px;
    height: 17px;
    background-color: #D8D8D8;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
article .entry-header ul.post-utility li.project-print {
    cursor: pointer;
}
article .entry-header ul.post-utility li.project-print::before {
    background-image: url('../images/icons/icon-print-gray.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
article .entry-header ul.post-utility li.project-print:hover::before {
    background-image: url('../images/icons/icon-print-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.innovation-single article .entry-footer {
    width: 100%;
    height: 433px;
    float: left;
    margin: 0;
    background-size: cover;
    background-position: center;
}
.innovation-single article .entry-footer .inner {
    height: 433px;
}
.innovation-single article .entry-footer .entry-footer-left {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}
.innovation-single article .entry-footer .entry-footer-left strong {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0;
}
.innovation-single article .entry-footer .entry-footer-right {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}
.innovation-single article .entry-footer .entry-footer-right ul {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 400px;
}
.innovation-single article .entry-footer .entry-footer-right ul li {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0;
    height: 92px;
    line-height: 92px;
    border-bottom: 1px dashed #fff;
    position: relative;
    cursor: pointer;
}
.innovation-single article .entry-footer .entry-footer-right ul li:last-child {
    border-bottom: none;
}
.innovation-single article .entry-footer .entry-footer-right ul li a.outlink-icon {
    width: 52px;
    height: 52px;
    display: inline-block;
    background-image: url('../images/icons/icon-outlink-white.svg');
    background-size: 52px 52px;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.innovation-single article .entry-footer .entry-footer-right ul li:hover a.outlink-icon {
    background-image: url('../images/icons/icon-outlink-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.innovation-single article .entry-footer .entry-footer-right ul li a.download-icon {
    width: 52px;
    height: 52px;
    display: inline-block;
    background-image: url('../images/icons/icon-download-white.svg');
    background-size: 52px 52px;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.innovation-single article .entry-footer .entry-footer-right ul li:hover a.download-icon {
    background-image: url('../images/icons/icon-download-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
/*************************************
	Newsroom
*************************************/
.posco-enc-newsroom #masthead .menu-icon {
    right: 160px;
}
.posco-enc-newsroom #masthead #lang-navigation {
    display: none;
}
.posco-enc-newsroom #masthead #utility-line {
    right: 195px;
}
.posco-enc-newsroom #masthead #main-navigation > ul > li {
    font-size: 22px;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0 40px 0 0 !important;
}
.posco-enc-newsroom #masthead #main-navigation > ul > li a {
    color: #666 !important;
}
.posco-enc-newsroom #masthead #main-navigation > ul > li:hover > a {
    border-bottom: none;
}
.posco-enc-newsroom #page {
    width: 100%;
    overflow-x: hidden;
    padding: 127px 0 0 0;
}
.post-single #page {
    padding: 0;
}
.search-form {
    width: 100%;
    height: 103px;
    float: left;
    margin: 20px 0 0 0;
}
.search-form input:focus {
    outline: none;
}
.search-form .search-field {
    width: calc(100% - 87px);
    height: 103px;
    float: left;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #E4E4E4;
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 300;
}
.search-form .search-submit {
    width: 87px;
    height: 103px;
    float: right;
    margin: 0;
    padding: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #E4E4E4;
    background-color: #fff;
    font-size: 0;
    cursor: pointer;
    background-image: url('../images/icons/icon-search-gray.svg');
    background-size: 26px 26px;
    background-position: center;
    background-repeat: no-repeat;
}
.search-form .search-submit:hover {
    border-bottom: 1px solid #E4E4E4;
}
.posco-enc-newsroom section {
    width: 100%;
    float: left;
    padding: 70px 0;
}
.posco-enc-newsroom section .section-header {
    position: relative;
    width: 100%;
    float: left;
    margin: 30px 0;
}
.posco-enc-newsroom section .section-header .section-title {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 200;
    font-size: 65px;
    line-height: 80px;
    letter-spacing: 0;
    color: #00A5E5;
}
.posco-enc-newsroom section .section-header span.updated {
    font-family: "Nunito Sans", sans-serif;
    position: absolute;
    top: 10px;
    right: 0;
    color: #00A5E5;
}
#newsroom-highlight {
    width: 100%;
    float: left;
}
#newsroom-highlight .section-header h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #666666;
    padding-left: 5px;
    margin: 0 0 20px 0;
}
#newsroom-highlight .section-header h1.section-title {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 100;
    font-size: 70px;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 38px 0;
}
#newsroom-highlight .section-header p {
    font-size: 20px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 0;
    color: #666666;
    margin: 0;
}
ul.highlight-loop {
    width: calc(100% + 40px);
    height: 575px;
    float: left;
    margin: 40px -20px 0 -20px;
}
ul.highlight-loop .slick-arrow {
    width: 108px;
    height: 108px;
    font-size: 0;
    border: none;
    background-color: transparent;
    background-size: cover;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    opacity: .7;
}
ul.highlight-loop .slick-arrow::before {
    content: none;
}
ul.highlight-loop .slick-prev {
    background-image: url('../images/icons/icon-slide-left-arrow-blue.svg');
    top: 50%;
    transform: translateY(-50%);
    left: -34px;
    position: absolute;
    z-index: 900;
}
ul.highlight-loop .slick-prev:hover {
    background-image: url('../images/icons/icon-slide-left-arrow-blue.svg');
}
ul.highlight-loop .slick-next {
    background-image: url('../images/icons/icon-slide-right-arrow-blue.svg');
    top: 50%;
    transform: translateY(-50%);
    right: -34px;
    position: absolute;
    z-index: 900;
}
ul.highlight-loop .slick-next:hover {
    background-image: url('../images/icons/icon-slide-right-arrow-blue.svg');
}
ul.highlight-loop .slick-list {
    overflow: visible;
}
ul.highlight-loop .slick-slide {
    width: calc(100% - 40px);
    margin: 0 20px;
    height: 575px;
    position: relative;
    opacity: .5;
}
ul.highlight-loop .slick-active {
    opacity: 1;
}
ul.highlight-loop li.highlight-loop-item .entry-thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
ul.highlight-loop li.highlight-loop-item .entry-meta {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-backdrop-filter: blur(2px) brightness(112%);
    backdrop-filter: blur(2px) brightness(112%);
    background-color: rgba(0, 165, 229, 0.41);
    color: #fff;
    padding: 60px 90px;
}
ul.highlight-loop li.highlight-loop-item .entry-meta a {
    color: #fff;
    text-decoration: none;
}
ul.highlight-loop li.highlight-loop-item .entry-meta a:hover span.view-more {
    text-decoration: underline;
}
ul.highlight-loop li.highlight-loop-item .entry-meta ul.keywords {
    width: 100%;
    margin: 0 0 40px 0;
}
ul.highlight-loop li.highlight-loop-item .entry-meta ul.keywords li {
    display: inline-block;
    height: 40px;
    line-height: 40px !important;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #fff;
    padding: 0 20px;
    border-radius: 20px 20px;
}
ul.highlight-loop li.highlight-loop-item .entry-meta ul.keywords li::before {
    content: "# ";
}
ul.highlight-loop li.highlight-loop-item .entry-meta ul.keywords li a {
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}
ul.highlight-loop li.highlight-loop-item .entry-meta .entry-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 180px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
ul.highlight-loop li.highlight-loop-item .entry-meta p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    margin: 0 0 60px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 100px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
ul.highlight-loop li.highlight-loop-item .entry-meta span.view-more {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
    text-decoration: none;
}
ul.highlight-loop li.highlight-loop-item .entry-meta span.view-more::before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 9px;
    background-image: url('../images/icons/icon-right-arrow-white.svg');
    background-size: 30px 9px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 22px 0 0;
}
.newsroom-keywords {
    width: 100%;
    float: left;
    margin: 30px 0 50px 0 !important;
}
.newsroom-keywords strong {
    float: left;
    line-height: 40px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #00A5E5;
    margin: 0 40px 0 0;
}
ul.keywords {
    float: left;
}
ul.keywords li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    height: 40px;
    line-height: 38px !important;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #D9D9D9;
    padding: 0 20px;
    border-radius: 20px 20px;
}
ul.keywords li a::before {
    content: "# ";
    display: inline-block;
}
ul.keywords li a {
    width: 100%;
    height: 100%;
    float: left;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.keywords li:hover {
    border: 1px solid #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.keywords li:hover a {
    color: #00A5E5;
}
.highlight-loop-item ul.keywords li::before {
    content: "# ";
    display: inline-block;
}
#newsroom-latest {
    width: 100%;
    float: left;
    background-color: #f6f6f6;
}
ul.latest-loop {
    width: 100%;
    float: left;
}
ul.latest-loop li.latest-loop-item {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E4E4E4;
    padding: 54px 0 50px 0;
}
ul.latest-loop li.latest-loop-item .entry-meta {
    width: calc(100% - 214px);
    float: left;
}
ul.latest-loop li.latest-loop-item .entry-meta .entry-title {
    font-size: 30px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: 0;
    padding: 0 75px 0 0;
    margin: 0 0 24px 0;
    cursor: pointer;
}
ul.latest-loop li.latest-loop-item .entry-meta .entry-title a {
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.latest-loop li.latest-loop-item .entry-meta .entry-title a:hover {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.latest-loop li.latest-loop-item .entry-meta .entry-category {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    color: #666666;
    display: inline-block;
    margin: 0 0 20px 0;
}
ul.latest-loop li.latest-loop-item .entry-meta .entry-category::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #707070;
    opacity: .2;
    margin: 0 10px;
    position: relative;
    top: 2px;
}
ul.latest-loop li.latest-loop-item .entry-meta .entry-date {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0;
    color: #666666;
    display: inline-block;
    margin: 0 0 20px 0;
    float: none;
    clear: none;
}
ul.latest-loop li.latest-loop-item .entry-meta .entry-date::before {
    content: none;
}
ul.latest-loop li.latest-loop-item.no-thumbnail .entry-meta {
    width: 100%;
}
ul.latest-loop li.latest-loop-item.no-thumbnail .entry-meta .entry-title {
    padding: 0;
}
ul.latest-loop li.latest-loop-item .entry-thumbnail {
    width: 214px;
    height: 121px;
    float: right;
}
#newsroom-social-interest {
    width: 100%;
    float: left;
}
#newsroom-social-interest h3 {
    width: 100%;
    float: left;
    font-family: "Nunito Sans", sans-serif;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 400;
    margin: 40px 0;
}
ul.monthly-pick-video-loop {
    width: 100%;
    float: left;
    margin: 0 0 148px 0;
}
ul.monthly-pick-video-loop li {
    width: 100%;
    height: 675px;
    float: left;
    margin: 0;
    position: relative;
}
ul.monthly-pick-video-loop li .entry-thumbnail {
    width: 100%;
    height: 675px;
    margin: 0 0 30px 0;
    line-height: 0;
    cursor: pointer;
    position: relative;
}
ul.monthly-pick-video-loop li .entry-thumbnail .fluid-width-video-wrapper {
    width: 100%;
    height: 675px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
}
ul.monthly-pick-video-loop li .entry-thumbnail #large-youtube-poster {
    width: 100%;
    height: 675px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
ul.monthly-pick-video-loop li .entry-thumbnail img.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 36px;
    z-index: 1100;
    cursor: pointer;
}
ul.monthly-pick-video-loop li .entry-meta {
    width: 100%;
    float: left;
}
ul.monthly-pick-video-loop li .entry-meta strong {
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
}
ul.monthly-pick-video-loop li .entry-meta strong::before {
    content: "";
    width: 116px;
    height: 25px;
    display: inline-block;
    background-image: url('../images/icons/icon-youtube-2.svg');
    background-size: 116px 25px;
    background-repeat: no-repeat;
    margin: 0 20px 0 0;
}
ul.video-loop-by-channel {
    width: calc(100% + 38px);
    margin: 0 -19px 100px -19px;
    float: left;
}
ul.video-loop-by-channel li {
    width: calc(33.33333% - 38px);
    margin: 0 19px;
    float: left;
}
ul.video-loop-by-channel li .entry-thumbnail {
    width: 100%;
    height: 211px;
    float: left;
    line-height: 0;
    position: relative;
    margin: 0 0 20px 0;
}
ul.video-loop-by-channel li .entry-thumbnail .fluid-width-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
}
ul.video-loop-by-channel li .entry-thumbnail img.youtube-poster {
    width: 100%;
    height: 211px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    cursor: pointer;
}
ul.video-loop-by-channel li .entry-thumbnail img.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 24px;
    z-index: 1100;
    cursor: pointer;
}
ul.video-loop-by-channel li .entry-meta {
    width: 100%;
    float: left;
}
ul.video-loop-by-channel li .entry-meta img.channel-profile {
    width: 76px;
    height: 76px;
    border-radius: 50% 50%;
    border: 1px solid #E3E3E3;
    float: left;
    margin: 0 25px 0 0;
}
ul.video-loop-by-channel li .entry-meta strong {
    display: block;
    float: left;
    height: 76px;
    line-height: 76px;
    font-weight: 300;
    font-size: 30px;
}
#newsroom-social-interest .instagram-feed {
    width: 100%;
    float: left;
}
#newsroom-social-interest .instagram-feed h3 {
    text-align: center;
    margin: 0 0 50px 0;
}
#newsroom-social-interest .instagram-feed h3 img {
    float: none;
}
#newsroom-social-interest .instagram-feed ul {
    width: calc(100% + 20px);
    margin: 0 -10px;
    float: left;
}
#newsroom-social-interest .instagram-feed ul li {
    width: calc(16.66667% - 20px);
    margin: 0 10px;
    float: left;
}
#newsroom-social-interest .instagram-feed ul li .entry-thumbnail {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
#newsroom-social-interest .instagram-feed ul li .entry-thumbnail a {
    width: 100%;
    height: 100%;
    line-height: 0;
    display: inline-block;
    float: left;
}
#newsroom-social-interest .instagram-feed ul li .entry-thumbnail img {
    width: 100%;
    height: auto;
    float: left;
    line-height: 0;
}
#newsroom-social-interest .instagram-feed ul li .entry-meta .entry-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 300;
}
/*************************************
	Newsroom Single
*************************************/
.newsroom-single .site-header,
.newsroom-single .header-visual {
    display: none;
}
span.entry-date {
    float: left;
    clear: both;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0 0 50px 0;
}
span.entry-date::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/icon-calendar.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
    position: relative;
    top: 3px;
}
.entry-tags {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.entry-tags li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    height: 40px;
    line-height: 38px !important;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #D9D9D9;
    padding: 0 20px;
    border-radius: 20px 20px;
}
.entry-tags li a {
    width: 100%;
    height: 100%;
    float: left;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.entry-tags li a::before {
    content: "# ";
    display: inline-block;
}
.entry-tags li:hover a {
    color: #00A5E5;
}
.posco-enc-newsroom.post-single article .entry-header .entry-title {
    font-size: 60px;
    line-height: 75px;
    font-weight: 500;
    letter-spacing: 0;
}
.post-downloads {
    width: 100%;
    float: left;
}
.post-downloads li {
    width: 100%;
    height: 37px;
    float: left;
    padding: 7px 0 0 51px;
    margin: 0 0 15px 0;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
.post-downloads li a::before {
    content: "";
    display: inline-block;
    margin: 0 14px 0 0;
    width: 37px;
    height: 37px;
    background-image: url('../images/icons/icon-download-gray.svg');
    background-size: 37px 37px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.post-downloads li a {
    color: #666666;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.post-downloads li a:hover {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.library-loop li.library-loop-item .entry-thumbnail {
    border: 1px solid #E4E4E4;
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
}
ul.library-loop li.library-loop-item.video-format .entry-thumbnail::after {
    content: "";
    display: block;
    width: 34px;
    height: 24px;
    background-image: url('../images/icons/icon-video-play-white.svg');
    background-size: 34px 24px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1500;
}
ul.library-loop li.library-loop-item .entry-thumbnail a {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1600;
}
ul.library-loop li.library-loop-item .entry-thumbnail img {
    width: 100%;
    height: auto;
}
ul.library-loop li.library-loop-item .entry-meta {
    width: 100%;
    float: left;
}
ul.library-loop li.library-loop-item .entry-title {
    padding: 0 100px 0 45px;
    margin: 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    height: 90px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.library-loop li.library-loop-item .entry-title a {
    text-decoration: none;
}
ul.library-loop li.library-loop-item .entry-title::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 10px;
}
ul.library-loop li.library-loop-item:hover .entry-title a {
    color: #00A5E5;
}
ul.library-loop li.library-loop-item:hover .entry-title a::after {
    background-image: url('../images/icons/icon-download-blue.svg');
}
ul.library-loop li.library-loop-item .entry-title a::after {
    content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    background-image: url('../images/icons/icon-download-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
ul.library-loop li.library-loop-item.video-format .entry-title::before {
    background-image: url('../images/icons/icon-video-format.svg');
}
ul.library-loop li.library-loop-item.document-format .entry-title::before {
    background-image: url('../images/icons/icon-document-format.svg');
}
/* 인재상 */
ul.posco-talent {
    width: 100%;
    margin: 40px 0 0 0;
    float: left;
}
ul.posco-talent li {
    width: 33.33333%;
    margin: 0;
    padding: 0;
    border-left: 1px solid #E4E4E4;
    float: left;
}
ul.posco-talent li:nth-child(1) {
    width: calc(33.33333% - 26px);
    padding: 0 52px 0 0;
    border-left: none;
}
ul.posco-talent li:nth-child(2) {
    padding: 0 52px;
    width: calc(33.33333% + 26px);
}
ul.posco-talent li:nth-child(3) {
    padding: 0 0 0 52px;
    width: calc(33.33333% - 26px);
}
ul.posco-talent li img {
    max-width: 120px;
    max-height: 120px;
    margin: 0 0 50px 0;
}
ul.posco-talent li h2 {
    margin: 0 0 40px 0;
}
ul.posco-talent li span {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0 0 10px 0;
}
ul.posco-talent li p {
    margin: 0 0 20px 0;
}
/* 직무 카테고리 */
.jobs-category {
    width: 100%;
    float: left;
    border: 1px solid #00A5E5;
    padding: 25px 0 25px 90px;
    margin: 0 0 40px 0;
}
.jobs-category ul {
    width: 100%;
    float: left;
    margin: 0;
}
.jobs-category ul li {
    width: 14.2857%;
    float: left;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
}
.jobs-category ul li a {
    text-decoration: none;
    color: #666666;
}
.jobs-category ul li a:hover {
    color: #00A5E5;
}
.jobs-category ul li.current-category a {
    color: #00A5E5;
}
/* 직무소개 인터뷰 */
ul.interview-loop {
    width: 100%;
    float: left;
}
ul.interview-loop li.interview-loop-item {
    width: 33.33333%;
    height: 514px;
    float: left;
    position: relative;
}
ul.interview-loop li.interview-loop-item:nth-child(2n - 1) {
    background-color: #F8F8F8;
}
ul.interview-loop li.interview-loop-item:nth-child(2n) {
    background-color: #E5F6FD;
}
ul.interview-loop li.interview-loop-item .entry-title {
    word-break: keep-all;
}
ul.interview-loop li.interview-loop-item .entry-thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
ul.interview-loop li.interview-loop-item .entry-meta {
    position: absolute;
    top: 52px;
    left: 50px;
    width: 180px;
    z-index: 1200;
}
ul.interview-loop li.interview-loop-item .blue-filter {
    opacity: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1300;
    background-color: rgba(0, 165, 229, .65);
}
ul.interview-loop li.interview-loop-item .blue-filter a.view-more {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 50px;
    bottom: 74px;
}
ul.interview-loop li.interview-loop-item .blue-filter a.view-more::before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 9px;
    background-image: url('../images/icons/icon-right-arrow-white.svg');
    background-size: 30px 9px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 22px 0 0;
}
ul.interview-loop li.interview-loop-item:hover .blue-filter {
    opacity: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.interview-loop li.interview-loop-item > a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1400;
}
ul.interview-loop li.interview-loop-item .entry-meta .entry-title {
    margin: 0 0 20px 0;
}
ul.interview-loop li.interview-loop-item .entry-meta .job-area {
    color: #00A5E5;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0;
}
ul.interview-loop li.interview-loop-item .entry-meta .job-area span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #00A5E5;
    margin: 0 9px;
    position: relative;
    top: -1px;
}
ul.interview-loop li.interview-loop-item .entry-meta .job-area span:last-child::after {
    content: none;
}
ul.interview-loop li.interview-loop-item .entry-meta > span {
    font-weight: 300;
}
.post-single-sidebar .profile .job-area {
    color: #00A5E5;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0;
}
.post-single-sidebar .profile .job-area span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #00A5E5;
    margin: 0 9px;
    position: relative;
    top: -1px;
}
.post-single-sidebar .profile .job-area span:last-child::after {
    content: none;
}
.post-single-sidebar .profile > span {
    display: inline-block;
    width: 100%;
    float: left;
    font-weight: 300;
    margin: 0 0 22px 0;
}
.post-single-sidebar .profile img.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50% 50%;
    border: 1px solid #DEDEDE;
}
.post-single-sidebar .post-navigation-area a img.profile-small {
    width: 50px;
    height: 50px;
    border-radius: 50% 50%;
    border: 1px solid #DEDEDE;
}
.post-single-sidebar .post-navigation-area a .job-area > span {
    font-family: "Noto Sans KR", sans-serif;
    display: inline-block;
    width: auto !important;
    margin: 0 !important;
    color: #666 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 300 !important;
}
.post-single-sidebar .post-navigation-area a .job-area > span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #666;
    margin: 0 9px;
    position: relative;
    top: -1px;
}
.post-single-sidebar .post-navigation-area a .job-area > span:nth-child(2)::after {
    content: none;
}
ul.job-notice-loop {
    width: 100%;
    float: left;
}
ul.job-notice-loop li.job-notice-loop-item {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E4E4E4;
    padding: 69px 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.job-notice-loop li.job-notice-loop-item .job-notice-meta {
    margin: 0 0 15px 0;
}
ul.job-notice-loop li.job-notice-loop-item .job-notice-meta span {
    font-size: 20px;
    font-weight: 300;
    color: #666666;
}
ul.job-notice-loop li.job-notice-loop-item .job-notice-title {
    margin: 0;
}
ul.job-notice-loop li.job-notice-loop-item .job-notice-title a {
    text-decoration: none;
}
ul.job-notice-loop li.job-notice-loop-item .job-notice-title a:hover {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.content-btn-area {
    width: 100%;
    float: left;
    text-align: center;
    margin: 40px 0 0 0;
}
.btn-outline {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 50px;
    border: 1px solid #9E9E9E;
    color: #666;
    font-weight: 300;
    text-decoration: none;
    margin: 0 auto;
}
.chart-loop {
    width: calc(100% + 40px);
    margin: 0 -20px 100px -20px;
    float: left;
}
.chart-loop .chart-loop-item {
    width: calc(50% - 40px);
    margin: 0 20px 40px 20px;
    padding: 30px 40px;
    float: left;
    border: 1px solid #E4E4E4;
}
.chart-loop .chart-loop-item .chart-title {
    width: 130px;
    float: left;
}
.chart-loop .chart-loop-item .chart-title strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0;
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: -5px;
}
.chart-loop .chart-loop-item .chart-title span {
    font-size: 14px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 0;
    color: #666666;
}
.chart-loop .chart-loop-item .chart-area {
    width: calc(100% - 130px);
    float: left;
}
.sports-columns {
    padding: 0 0 70px 0 !important;
    border-bottom: none !important;
}
.sports-columns .content-column-left {
    width: 50%;
    float: left;
}
.sports-columns .content-column-left > a {
    text-decoration: none;
    color: #666666;
    font-weight: 300;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0;
    position: relative;
}
.sports-columns .content-column-left > a::after {
    width: 52px;
    height: 52px;
    display: inline-block;
    content: "";
    margin: 0 0 0 15px;
    background-image: url('../images/icons/icon-outlink-white.svg');
    background-size: 52px 52px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -67px;
    transform: translateY(-50%);
}
.sports-columns .content-column-left > a:hover::after {
    background-image: url('../images/icons/icon-outlink-blue.svg');
}
.sports-columns .content-column-left h4 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    border-bottom: none;
}
.sports-columns .content-column-right {
    width: 50%;
    float: left;
}
ul.career-process {
    width: calc(100% + 200px);
    margin: 20px -100px 70px -100px;
    float: left;
}
ul.career-process li {
    width: 80px;
    height: 194px;
    position: relative;
    margin: 0 100px;
    float: left;
    text-align: center;
}
ul.career-process li::after {
    content: "";
    display: inline-block;
    width: 85px;
    height: 50px;
    background-image: url('../images/contents/process-arrow.svg');
    background-size: 85px 50px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 39px;
    right: -140px;
}
ul.career-process li img {
    float: none;
}
ul.career-process li:nth-child(2) {
    width: 140px;
    margin: 0 70px;
    text-align: center;
}
ul.career-process li:nth-child(2)::after {
    right: -110px;
}
ul.career-process li:last-child::after {
    content: none;
}
ul.career-process li span {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: #00A5E5;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}
ul.career-process li strong {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0;
    position: absolute;
    top: 135px;
    left: 50%;
    transform: translateX(-50%);
}
.text-box {
    width: 100%;
    float: left;
    background-color: #FCFCFC;
    border: 1px solid #E4E4E4;
    padding: 40px;
    color: #666666;
}
.text-box strong {
    display: inline-block;
    width: 100%;
    margin: 0 0 19px 0;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0;
    font-weight: 500;
}
.text-box ul {
    width: 100%;
    margin: 0 0 32px 0;
}
.text-box ul li {
    width: 100%;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}
.text-box ul li::before {
    content: "ㆍ";
    display: inline-block;
}
table.form-table {
    width: 100%;
    float: left;
    border-top: 1px solid #000000;
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0;
}
table.form-table thead tr td {
    text-align: right;
    color: #00A5E5;
    padding: 20px 0 30px 0;
}
table.form-table tbody tr td.label {
    font-size: #00A5E5;
    color: #00A5E5;
    line-height: 64px;
    vertical-align: top;
}
table.form-table tbody tr td input,
table.form-table tbody tr td select,
table.form-table tbody tr td textarea {
    color: #000 !important;
}
table.form-table tbody tr td input::placeholder,
table.form-table tbody tr td select::placeholder,
table.form-table tbody tr td textarea::placeholder {
    color: #9E9E9E;
}
table.form-table tbody tr td input:focus,
table.form-table tbody tr td select:focus,
table.form-table tbody tr td textarea:focus {
    outline: none;
    border: 1px solid #00A5E5 !important;
}
table.form-table tbody tr td input[type="text"] {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #000;
    padding: 0 20px;
    border: 1px solid #9E9E9E;
    border-radius: 0;
}
table.form-table tbody tr td textarea {
    height: 284px;
    line-height: 26px;
    font-size: 16px;
    color: #9E9E9E;
    padding: 20px;
    border: 1px solid #9E9E9E;
    border-radius: 0;
    margin: 0 0 40px 0;
}
table.form-table tbody tr td select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #9E9E9E;
    padding: 0 20px;
    border: 1px solid #9E9E9E;
    border-radius: 0;
    position: relative;
    top: 1px;
    min-width: calc(25% - 50px);
    margin: 0 10px 0 0;
    background-image: url('../images/icons/icon-drop-down-arrow.svg');
    background-size: 12px 5px;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}
table.form-table tbody tr td select:hover {
    border: 1px solid #00a5e5;
    background-image: url('../images/icons/icon-drop-down-arrow-blue.svg');
}
table.form-table tbody tr td span.at {
    padding: 0 10px 0 0;
}
table.form-table tbody tr td input.input-full {
    width: 100%;
}
table.form-table tbody tr td input.input-half {
    width: 50%;
    margin: 0 10px 0 0;
}
table.form-table tbody tr td input.input-quarter {
    width: calc(25% - 50px);
    margin: 0 10px 0 0;
}
table.form-table tfoot tr td {
    border-top: 1px solid #E4E4E4;
    padding: 40px 0;
    text-align: center;
}
table.form-table tfoot tr td input[type="submit"] {
    width: 265px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0;
    background-color: #fff;
    font-weight: 300;
    border: 1px solid #9E9E9E;
    border-radius: 0;
    cursor: pointer;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
table.form-table tfoot tr td input[type="submit"]:hover {
    border: 1px solid #00a5e5;
    background-color: #00a5e5;
    color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.entry-content figure {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
}
.entry-content figure img {
    float: left;
}
.entry-content figure figcaption {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.36;
    font-weight: 300;
    letter-spacing: 0;
    color: #8E8E8E;
}
ul.normal-unordered-list {
    width: calc(100% + 100px);
    margin: 0 -50px 100px -50px;
    float: left;
}
ul.normal-unordered-list > li {
    margin: 0 50px;
    padding: 0;
    float: left;
    position: relative;
}
ul.normal-unordered-list.columns-3 > li {
    width: calc(33.33333% - 100px);
}
ul.normal-unordered-list.columns-3 > li h3 {
    margin: 0 0 30px 0 !important;
}
ul.normal-unordered-list.columns-4 > li {
    width: calc(25% - 100px);
}
ul.normal-unordered-list > li:last-child::after {
    content: none;
}
ul.normal-unordered-list > li::after {
    content: "";
    display: block;
    width: 1px;
    height: 107px;
    background-color: #E4E4E4;
    position: absolute;
    top: 7px;
    right: -50px;
}
ul.normal-unordered-list > li strong {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 20px 0;
}
ul.normal-unordered-list > li span {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    font-weight: 300;
    letter-spacing: 0;
}
ul.vertical-unordered-list {
    width: 100%;
    float: left;
    margin: 0;
}
ul.vertical-unordered-list li {
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
    position: relative;
}
ul.vertical-unordered-list li img {
    position: absolute;
    top: 24px;
    right: 0;
}
ul.vertical-unordered-list li strong {
    width: calc(100% - 100px);
    display: inline-block;
    float: left;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 9px 0;
}
ul.vertical-unordered-list li span {
    width: calc(100% - 100px);
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 300;
    color: #666666;
}
.leadership-education-area .icon-area {
    width: 132px;
    float: left;
    text-align: center;
}
.leadership-education-area .icon-area img {
    margin: 20px 0 20px 0;
}
.leadership-education-area .icon-area strong {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #00A5E5;
    font-weight: 400;
}
.leadership-education-area .icon-area + ul {
    width: calc(100% - 160px);
    float: right;
}
.leadership-education-area .icon-area + ul li {
    width: 100%;
    float: left;
    padding: 30px 30px 30px 40px;
    border-bottom: 1px solid #E4E4E4;
    font-size: 18px;
}
.leadership-education-area .icon-area + ul li:last-child {
    border-bottom: none;
}
.leadership-education-area .icon-area + ul li strong {
    display: block;
    width: 114px;
    float: left;
    font-weight: 400;
}
.leadership-education-area .icon-area + ul li span {
    display: block;
    float: left;
    font-weight: 300;
}
.leadership-education-area .content-column-left {
    padding: 0 80px 0 0 !important;
}
.leadership-education-area .content-column-right {
    padding: 0 0 0 80px !important;
}
.page-education .ui-tabs-nav .ui-tabs-tab h2,
#content-tabs .ui-tabs-nav .ui-tabs-tab h3 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 47px;
}
.heritage-slide-area {
    width: 100%;
    float: left;
    height: 900px;
    position: relative;
}
.heritage-slide-area ul.heritage-slide-loop {
    width: 100%;
    height: 100%;
    float: left;
}
.heritage-slide-area ul.heritage-slide-loop li {
    width: 100%;
    height: 900px;
    float: left;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1000;
}
.heritage-slide-area ul.heritage-slide-loop li .black-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    z-index: 1500;
    display: block;
}
.heritage-slide-area ul.heritage-slide-loop li .slide-meta {
    color: #fff !important;
    position: absolute;
    z-index: 1750;
    top: 100px;
}
.heritage-slide-area ul.heritage-slide-loop li .slide-meta h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
    margin: 0 0 38px 0;
}
.heritage-slide-area ul.heritage-slide-loop li .slide-meta p {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
}
.heritage-slide-area ul.heritage-slide-loop li .slide-meta a span {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    float: left;
    position: relative;
    margin: 40px 0 0 0;
}
.heritage-slide-area ul.heritage-slide-loop li .slide-meta a span::after {
    content: "";
    display: inline-block;
    margin: 0 0 0 20px;
    width: 52px;
    height: 52px;
    background-image: url('../images/icons/icon-outlink-white.svg');
    background-size: 52px 52px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.heritage-slide-area ul.heritage-slide-loop li .slide-image {
    width: 50vw;
    height: 376px;
    position: absolute;
    top: 220px;
    right: 0;
    z-index: 1750;
    background-size: cover;
    background-position: center;
    padding-top: 376px;
}
.heritage-slide-area ul.heritage-slide-loop li .slide-image span {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 10px 0 0 0;
    color: #fff;
}
.heritage-slide-area ul.heritage-slide-loop li .slide-meta::before {
    content: "1996";
    font-size: 100px;
    line-height: 136px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 100;
    color: #00B8FF;
    position: absolute;
    bottom: -300px;
    left: 0;
}
.heritage-slide-navi {
    z-index: 2000;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
}
.heritage-slide-navi .slick-list {
    padding: 0 !important;
    cursor: pointer;
}
.heritage-slide-navi .slick-list .slick-slide {
    color: rgba(255, 255, 255, .65);
    text-align: left;
}
.heritage-slide-navi .slick-list .slick-slide:nth-child(1)::before {}
.heritage-slide-navi .slick-list .slick-slide::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #fff;
    display: block;
    opacity: .3;
    margin: 12px 0 0 0;
}
.heritage-slide-navi .slick-list .slick-slide.slick-current {
    color: rgba(255, 255, 255, 1);
}
.heritage-slide-navi .slick-list .slick-slide.slick-current::after {
    opacity: 1;
}
.our-benefits h4 {
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}
.our-benefits .content-column-left {
    padding: 0 40px 0 0 !important;
}
.our-benefits .content-column-right {
    padding: 0 0 0 40px !important;
}
.wrap {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.bg-gray {
    background-color: #F6F6F6;
}
.video-loop {
    width: 100%;
    height: 100%;
    float: left;
}
.video-loop .slick-list,
.video-loop .slick-list .slick-track,
.video-loop .slick-list .slick-track .slick-slide,
.video-loop .slick-list .slick-track .slick-slide > div {
    height: 100%;
}
.video-loop .video-loop-item {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*************************************
	Special Story
*************************************/
.page-thesharp article .header-visual {
    height: calc(100vw * 0.5625) !important;
}
.page-thesharp .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vw * 0.5625) !important;
    overflow: hidden;
    position: relative;
}
.page-thesharp .video-container .fluid-width-video-wrapper {
    width: 100%;
    height: calc(100vw * 0.5625) !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
}
.page-thesharp .video-container #large-youtube-poster {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.page-thesharp .video-container img.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 36px;
    z-index: 1100;
    cursor: pointer;
}
/* Smart Construction */
#primary.page-thesharp article .header-visual {
    display: block;
    height: 100vh;
    position: relative;
}
#primary.page-thesharp article .header-visual .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#primary.page-thesharp article .header-visual .video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#primary.page-thesharp article .entry-content .block-bg-header {
    height: 304px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin: 20px 0 30px 0;
    background-color: aliceblue;
}
#primary.page-thesharp article .entry-content .block-bg-header h2 {
    position: absolute;
    right: calc(50vw - 600px);
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
    font-weight: 100;
    text-align: right;
}
#primary.page-thesharp article .entry-content .block-bg-header h2 span {
    font-weight: 500;
}
#primary.page-thesharp article .entry-content .thesharp-section {
    width: 100%;
    float: left;
}
#primary.page-thesharp article .entry-content .thesharp-section-01 {
    margin: 0 0 100px 0;
}
#primary.page-thesharp article .entry-content .thesharp-header-01 {
    background-image: url('../images/contents/beyond-build/thesharp/thesharp-header-01-bg.png');
}
#primary.page-thesharp article .entry-content .thesharp-section-02 {
    margin: 0 0 100px 0;
}
#primary.page-thesharp article .entry-content .thesharp-header-02 {
    background-image: url('../images/contents/beyond-build/thesharp/thesharp-header-02-bg.png');
}
#primary.page-thesharp article .entry-content .thesharp-header-02 h2 {
    padding: 0 130px 0 0;
}
#primary.page-thesharp article .entry-content .thesharp-header-02 h2::after {
    content: "";
    display: block;
    width: 120px;
    height: 172px;
    background-image: url('../images/contents/beyond-build/thesharp/thesharp-symbol.svg');
    position: absolute;
    right: 0;
    bottom: -10px;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 {
    margin: 0 0 80px 0;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .block-bg-header {
    height: 360px;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .block-bg-header .header-top {
    height: 180px;
    background-image: url('../images/contents/beyond-build/thesharp/thesharp-header-03-1-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .block-bg-header .header-top h2 {
    left: calc(50vw - 600px);
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .block-bg-header .header-bottom {
    height: 180px;
    background-image: url('../images/contents/beyond-build/thesharp/thesharp-header-03-2-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .block-bg-header .header-bottom h2 {
    left: 70px;
}
#primary.page-thesharp article .entry-content .thesharp-section > span.eyebrow {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0;
    color: #00A5E5;
    margin: 70px 0 34px 0;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech {
    width: 100%;
    float: left;
    margin: 0 0 80px 0;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech h3 {
    margin: 0;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech > div {
    width: 360px;
    padding: 0 80px 0 0;
    float: left;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech > div p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    word-break: keep-all;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech ul {
    width: calc(100% - 320px);
    margin: 0 -20px;
    float: left;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech ul li {
    width: calc(33.33333% - 40px);
    margin: 0 20px;
    float: left;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech ul li strong {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
    text-align: left;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech ul li span {
    width: 100%;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #666666;
    margin: 0 0 45px 0;
    text-align: left;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-service {
    width: 100%;
    float: left;
    margin: 0 0 80px 0;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-service h3 {
    margin: 0;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-service > div {
    width: 360px;
    padding: 0 80px 0 0;
    float: left;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-service > div p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    word-break: keep-all;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-service ul {
    width: calc(100% - 320px);
    margin: 0 -20px;
    float: left;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech ul li {
    text-align: center;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-service ul li {
    width: calc(33.33333% - 40px);
    margin: 0 20px;
    float: left;
    text-align: center;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-service ul li strong {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
    text-align: left;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-service ul li span {
    width: 100%;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #666666;
    margin: 0 0 45px 0;
    text-align: left;
}
#primary.page-thesharp article .entry-content .thesharp-section-04 {
    margin: 0 0 100px 0;
}
#primary.page-thesharp article .entry-content .thesharp-section-04 .thesharp-header-04 span.eyebrow {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0;
    color: #00A5E5;
    margin: 0 0 17px 0;
}
/* #primary.page-thesharp article .entry-content .thesharp-section-04 .thesharp-header-04 h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 100;
} */
#primary.page-thesharp article .entry-content .thesharp-section-05 {
    margin: 0 0 -200px 0;
    display: none;
}
#primary.page-thesharp article .entry-content .thesharp-section-05 .thesharp-header-05 span.eyebrow {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0;
    color: #00A5E5;
    margin: 0 0 17px 0;
}
.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vw * 0.5625) !important;
    overflow: hidden;
    position: relative;
}
.video-container .fluid-width-video-wrapper {
    width: 100%;
    height: calc(100vw * 0.5625) !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
}
.video-container #large-youtube-poster {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.video-container img.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px !important;
    height: 36px !important;
    z-index: 1100;
    cursor: pointer;
}
.video-area {
    width: 100%;
    float: left;
    line-height: 0;
    height: auto;
    position: relative;
    float: left;
}
.video-area .video-play {
    width: 56px;
    height: 48px;
    display: block;
    background-image: url('../images/icons/icon-video-play.svg');
    background-size: 56px 48px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2600;
    cursor: pointer;
}
.video-area .video-poster {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 2500;
    position: absolute;
    top: 0;
    left: 0;
}
.video-area .video-poster img {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: left;
}
.video-area video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    position: relative;
}
/* 기업시민 보고서 */
.latest-report-area {
    width: 100%;
    height: 509px;
    float: left;
    margin: 70px 0 50px 0;
    position: relative;
}
.latest-report-area .report-thumbnail {
    width: 396px;
    height: 509px;
    float: left;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
    margin: 0;
    position: relative;
}
.latest-report-area .report-thumbnail a {
    width: 396px;
    height: 509px;
    display: inline-block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
}
.latest-report-area .report-thumbnail .blue-filter {
    width: 396px;
    height: 509px;
    display: inline-block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 125;
    background-color: rgba(0, 165, 229, 0);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
/* .latest-report-area .report-thumbnail:hover .blue-filter {
    background-color: rgba(0, 165, 229, .65);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
} */
.latest-report-area .report-thumbnail img {
    line-height: 0;
    float: left;
    width: 396px;
    height: 509px;
    border: 1px solid #D8D8D8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.latest-report-area .report-meta {
    width: 100%;
    height: 509px;
    float: left;
    padding: 0 105px 0 500px;
    position: absolute;
    top: 0;
    left: 0;
}
.latest-report-area .report-meta h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
}
.latest-report-area .report-meta h2 span {
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    color: #00A5E5;
    margin: 0 0 13px 0;
}
.latest-report-area .report-meta h2 strong {
    font-weight: 700;
}
.latest-report-area .report-meta .downloads {
    width: 100%;
    float: left;
    position: relative;
    margin:  0;
    padding: 30px 0 0 0;
}
.latest-report-area .report-meta .downloads::before {
    content: "";
    display: inline-block;
    width: calc(50vw + 600px);
    height: 1px;
    background-color: #E4E4E4;
    position: absolute;
    top: 0;
    right: calc(495px - 50vw);
}
.latest-report-area .report-meta .downloads ul {
    margin: 0;
    display: flex;
}
.latest-report-area .report-meta .downloads ul li {
    border-left: none;
    padding: 0;
    display: flex;
}
.latest-report-area .report-meta .downloads ul li strong {
    font-size: 24px;
    line-height: 52px;
    font-weight: 300;
    letter-spacing: 0;
}
.latest-report-area .report-meta .downloads ul li::before {
    content: none;
}
.latest-report-area .report-meta .downloads ul li a {
    width: 100%;
    height: 52px;
    display: inline-block;
    float: left;
}
.latest-report-area .report-meta .downloads ul li a strong {
    float: left;
    display: inline-block;
    width: auto;
    margin: 0 40px 0 0;
    height: 52px;
    line-height: 52px;
}
.latest-report-area .report-meta .downloads ul li a strong::after {
    content: none;
    float: right;
    display: inline-block;
    width: 52px;
    height: 52px;
    background-image: url(../images/icons/icon-download-white.svg);
    background-size: 52px 52px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 0 20px;
    position: relative;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.latest-report-area .report-meta .downloads ul li:hover a strong::after {
    background-image: url(../images/icons/icon-download-blue.svg);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.report-loop-area {
    background-color: #F6F6F6;
    height: auto;
    float: left;
    margin-top: 200px;
}
ul.report-loop {
    width: calc(100% + 46px);
    margin: 0 -23px;
    float: left;
    position: relative;
    top: -200px;
}
ul.report-loop li.report-loop-item {
    width: calc(25% - 46px);
    margin: 0 23px 80px 23px;
    float: left;
}
ul.report-loop li.report-loop-item .entry-thumbnail {
    border: 1px solid #D8D8D8;
    width: 100%;
    height: 342px;
    float: left;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
    margin: 0 0 40px 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
}
ul.report-loop li.report-loop-item .entry-thumbnail .blue-filter {
    width: 100%;
    height: 342px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 125;
    background-color: rgba(0, 165, 229, 0);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
/* ul.report-loop li.report-loop-item .entry-thumbnail:hover .blue-filter {
    background-color: rgba(0, 165, 229, .65);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
} */
ul.report-loop li.report-loop-item .entry-thumbnail a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
}
ul.report-loop li.report-loop-item .entry-thumbnail img {
    line-height: 0;
    float: left;
    width: 100%;
    height: 342px;
}
ul.report-loop li.report-loop-item .downloads ul li {
    height: 52px;
    line-height: 52px;
    margin: 0;
    padding: 0;
}
ul.report-loop li.report-loop-item .downloads ul li a {
    display: inline-block;
    height: 52px;
    line-height: 52px;
}
ul.report-loop li.report-loop-item .downloads ul li a strong {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.report-loop li.report-loop-item .downloads ul li a span.report-download {
    display: none !important;
}
.latest-report-area .report-meta .downloads ul li a:hover::before,
ul.report-loop li.report-loop-item .downloads ul li a:hover::before {
    content: "";
    background-image: url('../images/icons/icon-download-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.downloads ul li:hover a span.report-download {
    background-image: url('../images/icons/icon-download-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.downloads ul li:hover a strong {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.downloads ul li a span.report-download {
    width: 52px;
    height: 52px;
    background-image: url('../images/icons/icon-download-white.svg');
    background-size: cover;
    margin: 0 10px 0 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    display: none !important;
}
ul.report-loop li.report-loop-item .downloads ul li::before {
    content: none;
}
.full-charter-area {
    background-color: #F6F6F6;
    height: auto;
    float: left;
    margin: 70px 0;
    padding: 70px 0;
}
.esg-accordion-area {
    margin: 0 0 100px 0;
}
ul.esg-blocks {
    width: calc(100% + 60px);
    margin: 18px -30px 30px -30px;
    float: left;
}
ul.esg-blocks li {
    width: calc(33.33333% - 60px);
    margin: 0 30px 70px 30px;
    float: left;
}
ul.esg-blocks li .entry-thumbnail {
    width: 100%;
    float: left;
    height: 270px;
    background-color: #E3E3E3;
    margin: 0 0 20px 0;
}
ul.esg-blocks li .entry-meta {
    width: 100%;
    height: 270px;
    overflow: hidden;
    float: left;
}
ul.esg-blocks li .entry-meta h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0 0 20px 0;
}
ul.esg-blocks li .entry-meta p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0;
}
.content-section {
    width: 100%;
    float: left;
}
.system-operation {
    margin: 0 0 30px 0;
}
ul.normal-list {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
}
ul.normal-list > li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0;
    color: #666;
    margin: 0 0 28px 0;
    position: relative;
}
ul.normal-list > li::before {
    content: "ㆍ";
    position: absolute;
    top: 0;
    left: -15px;
}
ul.normal-list-2 {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
}
ul.normal-list-2 > li {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 0;
    color: #666;
    position: relative;
}
ul.normal-list-2 > li::before {
    content: "ㆍ";
    position: absolute;
    top: 0;
    left: -15px;
}
ul.normal-list-3 {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
}
ul.normal-list-3 > li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0;
    color: #666;
    position: relative;
}
ul.normal-list-3 > li::before {
    content: "ㆍ";
    position: absolute;
    top: 0;
    left: -15px;
}
#accordion div.ui-accordion-content .image-area {
    width: calc(50% - 20px);
    min-height: 250px;
    float: left;
    margin: 0 40px 0 0;
}
#accordion div.ui-accordion-content .image-area img {
    width: 100%;
}
#accordion div.ui-accordion-content .text-area {
    width: calc(50% - 20px);
    float: left;
    font-size: 18px !important;
    line-height: 28px !important;
    letter-spacing: 0 !important;
}
#accordion div.ui-accordion-content .text-area p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}
.certificate-loop {
    width: calc(100% + 16px);
    margin: 0 -8px 60px -8px;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.certificate-loop > li {
    width: calc(33.33333% - 16px);
    margin: 0 8px 40px 8px;
    float: left;
}
.certificate-loop > li figure {
    margin: 0;
}
.certificate-loop > li figure img {
    width: 100%;
    border: 1px solid #E5E5E5;
}
ul.transportations {
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
}
ul.transportations > li {
    width: auto !important;
    height: 34px;
    line-height: 34px;
    float: none !important;
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 20px 15px 0 !important;
    font-weight: 300;
    font-size: 16px;
}
ul.transportations > li::before {
    content: "";
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    margin: 0 10px 0 0;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    background-position: center;
}
ul.transportations > li.t-short::before {
    background-image: url('../images/icons/icon-t-short.svg');
}
ul.transportations > li.t-long::before {
    background-image: url('../images/icons/icon-t-long.svg');
}
ul.transportations > li.t-wide::before {
    background-image: url('../images/icons/icon-t-wide.svg');
}
ul.transportations > li.t-airport::before {
    background-image: url('../images/icons/icon-t-airport.svg');
}
ul.transportations > li.t-subway::before {
    background-image: url('../images/icons/icon-t-subway.svg');
}
/*************************************
	Main Page
*************************************/
/* Smart Construction */
.page-main #primary article .header-visual {
    height: 100vh;
    position: relative;
}
.page-main #primary article .header-visual .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    position: relative;
}
.page-main #primary article .header-visual .video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-main #primary article .header-visual .video-container .video-loop .slick-dots {
    width: 300px;
    height: 3px;
    display: flex;
    justify-content: space-between;
    left: calc(50vw - 600px);
    position: absolute;
    top: calc(50% + 230px);
}
.page-main #primary article .header-visual .video-container .video-loop .slick-dots li {
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, .5);
}
.page-main #primary article .header-visual .video-container .video-loop .slick-dots li.slick-active {
    background-color: #00A5E5;
}
.page-main #primary article .header-visual .video-container .video-loop .slick-dots li button {
    display: none;
}
.page-main #primary article .header-visual .video-container .main-slogan-area {
    position: absolute;
    top: 50%;
    left: calc(50vw - 600px);
    transform: translateY(-50%);
    z-index: 1500;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
}
.page-main #primary article .header-visual .video-container .main-slogan-area h2 {
    font-size: 90px;
    line-height: 100px;
    font-family: "Segoe UI", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 38px 0;
}
.page-main #primary article .header-visual .video-container .main-slogan-area p {
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.01em;
}
.section-home {
    width: 100%;
    float: left;
}
.section-home h3.section-home-title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin: 0 0 85px 0;
}
/* 기업시민/ESG */
#main_esg { padding: 145px 0 0 0; position: relative;}
#main_esg a { text-decoration: none; }
#main_esg .tit_area { display: flex; justify-content: space-between; }
#main_esg .tit_area .download { padding: 1.2rem 0 0;}
#main_esg .tit_area a.btn_dnfile { margin: 5px 0 0; display: inline-block; padding: 0 40px 0 0; background: url("/ko/common/images/main/icon_download.png") no-repeat right 50%; }
#main_esg ul { display: flex; justify-content: space-between; }
#main_esg ul li { width: calc(50% - 18px); position: relative; }
#main_esg ul li .conbox { position: relative; width: 100%; }
#main_esg ul li .conbox dl { position: absolute; bottom: 8%; left: 5%; width: 90%; color: #fff; }
#main_esg ul li .conbox dl dt { font-size: 30px; line-height: 1.4; margin: 0 0 15px; }
#main_esg ul li .conbox dl dd { font-size: 18px; line-height: 1.4; margin: 0; padding: 0;}
#main_esg ul li .conbox .img { width: 100%; }
#main_esg ul li .conbox .img img { width: 100%; }
@media screen and (max-width: 1200px) {
    #main_esg ul { width: 100%; }
    #main_esg ul li { width: calc(50% - 10px); }
}
@media screen and (max-width: 900px) {
    #main_esg ul { display: block; }
    #main_esg ul li { width: 100%; margin: 0 0 20px;}
}
@media screen and (max-width: 640px) {
    #main_esg ul li .conbox dl dt { font-size: 24px;}
    #main_esg ul li .conbox dl dd { font-size: 16px;}
    #main_esg ul li .conbox dl dd br { display: none; }
}
@media screen and (max-width: 480px) {
    #main_esg .tit_area { display: block; margin: 0 0 15px; }
    /* #main_esg .tit_area .download { text-align: right;} */
    #main_esg ul li .conbox dl dt { font-size: 20px;}
    #main_esg ul li .conbox dl dd { font-size: 14px;}
}
/*#business-with {*/
/*    padding: 145px 0 0 0;*/
/*    position: relative;*/
/*}*/
/*#business-with > .inner {*/
/*    height: 816px;*/
/*    position: absolute;*/
/*    top: 268px;*/
/*    left: 0;*/
/*    z-index: 3000;*/
/*}*/
/*#business-with ul.business-loop {*/
/*    width: 100% !important;*/
/*    height: 816px;*/
/*    float: left;*/
/*    margin-bottom: 0 !important;*/
/*    position: relative;*/
/*}*/
/*#business-with > .inner div.business-info {*/
/*    display: none;*/
/*    width: 66.66666%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: 3000;*/
/*}*/
/*#business-with > .inner div.business-info .business-info-area {*/
/*    width: 600px;*/
/*    height: 100%;*/
/*    padding: 40px 20px 0 80px;*/
/*    float: right;*/
/*    background-color: #fff;*/
/*}*/
/*#business-with > .inner div.business-info .business-info-area h4 {*/
/*    font-size: 35px;*/
/*    line-height: 45px;*/
/*    font-weight: 300;*/
/*    letter-spacing: 0;*/
/*    margin: 0 0 18px 0;*/
/*    color: #4B4B4B;*/
/*}*/
/*#business-with > .inner div.business-info .business-info-area p {*/
/*    font-size: 20px;*/
/*    line-height: 30px;*/
/*    letter-spacing: 0;*/
/*    font-weight: 300;*/
/*}*/
/*#business-with > .inner div.business-info .business-info-area ul {*/
/*    width: 100%;*/
/*    float: left;*/
/*    margin: 50px 0 50px 0;*/
/*}*/
/*#business-with > .inner div.business-info .business-info-area ul li {*/
/*    width: 50%;*/
/*    float: left;*/
/*    margin: 0 0 38px 0;*/
/*}*/
/*#business-with > .inner div.business-info .business-info-area ul li span {*/
/*    width: 100%;*/
/*    display: inline-block;*/
/*    float: left;*/
/*    font-size: 20px;*/
/*    letter-spacing: 0;*/
/*}*/
/*#business-with > .inner div.business-info .business-info-area ul li strong {*/
/*    font-family: "Nunito Sans", sans-serif;*/
/*    font-size: 65px;*/
/*    font-weight: 700;*/
/*    letter-spacing: 0;*/
/*}*/
/*#business-with > .inner div.business-info .business-info-area a {*/
/*    font-family: "Nunito Sans", sans-serif;*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*    line-height: 24px;*/
/*    text-decoration: none;*/
/*}*/
/*#business-with > .inner div.business-info .business-info-area a::before {*/
/*    width: 30px;*/
/*    height: 10px;*/
/*    content: "";*/
/*    display: inline-block;*/
/*    background-image: url('../images/icons/icon-right-arrow-black.svg');*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: 30px 10px;*/
/*    margin: 0 22px 0 0;*/
/*}*/
/*#business-with ul.business-loop > li {*/
/*    width: 33.33333%;*/
/*    height: 100%;*/
/*    float: left;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: relative;*/
/*    z-index: 2000;*/
/*}*/
/*#business-with ul.business-loop > li:nth-child(1) {*/
/*    background-image: url('../images/contents/main/main-business-01@2x.png');*/
/*}*/
/*#business-with ul.business-loop > li:nth-child(2) {*/
/*    background-image: url('../images/contents/main/main-business-02@2x.png');*/
/*}*/
/*#business-with ul.business-loop > li:nth-child(3) {*/
/*    background-image: url('../images/contents/main/main-business-03@2x.png');*/
/*}*/
/*#business-with ul.business-loop > li .business-meta {*/
/*    position: absolute;*/
/*    bottom: 180px;*/
/*    left: 60px;*/
/*    color: #fff;*/
/*}*/
/*#business-with ul.business-loop > li .business-meta h4 {*/
/*    font-size: 50px;*/
/*    line-height: 65px;*/
/*    font-weight: 100;*/
/*    letter-spacing: 0;*/
/*}*/
/*#business-with ul.business-navi {*/
/*    position: absolute;*/
/*    top: 270px;*/
/*    left: -70px;*/
/*}*/
/*#business-with ul.business-navi li {*/
/*    margin: 0 0 60px 0;*/
/*    opacity: .2;*/
/*    transition: all .25s ease-in-out;*/
/*    -moz-transition: all .25s ease-in-out;*/
/*    -webkit-transition: all .25s ease-in-out;*/
/*    cursor: pointer;*/
/*}*/
/*#business-with ul.business-navi li.current-menu-item {*/
/*    opacity: 1;*/
/*}*/
/*#business-with ul.business-navi li:hover {*/
/*    opacity: 1;*/
/*    transition: all .25s ease-in-out;*/
/*    -moz-transition: all .25s ease-in-out;*/
/*    -webkit-transition: all .25s ease-in-out;*/
/*}*/
/* 메인 > 사업영역 */
#business-with {
    padding: 145px 0 0 0;
    position: relative;
    /* clear: both;	 */
}
#main-banner {
    padding-top: 70px;
}
#main-banner .main_banner_slide {
    font-size: 0;
}
#business-with > .inner {
    height: 816px;
    position: absolute;
    top: 268px;
    left: 0;
    z-index: 3000;
}
#business-with ul.business-loop {
    width: 100% !important;
    /* height: 816px; */
    float: left;
    margin-bottom: 0 !important;
    position: relative;
}
#business-with > .inner div.business-info {
    display: none;
    width: 66.66666%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3000;
}
#business-with > .inner div.business-info .business-info-area {
    width: 600px;
    height: 100%;
    padding: 40px 20px 0 80px;
    float: right;
    background-color: #fff;
}
#business-with > .inner div.business-info .business-info-area h4 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: -0.03em;
    margin: 0 0 18px 0;
    color: #4B4B4B;
}
#business-with > .inner div.business-info .business-info-area p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.03em;
    font-weight: 300;
}
#business-with > .inner div.business-info .business-info-area ul {
    width: 100%;
    float: left;
    margin: 50px 0 50px 0;
}
#business-with > .inner div.business-info .business-info-area ul li {
    width: 50%;
    float: left;
    margin: 0 0 38px 0;
}
#business-with > .inner div.business-info .business-info-area ul li span {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 20px;
    letter-spacing: -0.03em;
}
#business-with > .inner div.business-info .business-info-area ul li strong {
    font-family: "Nunito Sans", sans-serif;
    font-size: 65px;
    font-weight: 700;
    letter-spacing: -0.03em;
}
#business-with > .inner div.business-info .business-info-area a {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}
#business-with > .inner div.business-info .business-info-area a::before {
    width: 30px;
    height: 10px;
    content: "";
    display: inline-block;
    background-image: url('../images/icons/icon-right-arrow-black.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 10px;
    margin: 0 22px 0 0;
}
#business-with ul.business-loop {
    display: flex;
}
#business-with ul.business-loop li {
    width: 25%;
    position: relative;
    overflow: hidden;
}
/* @media screen and (max-width: 1200px) {
	#business-with ul.business-loop {
		flex-wrap: wrap;
	}
	#business-with ul.business-loop li {
		width: 50%;
	}
} */
#business-with ul.business-loop li .img {
    position: relative;
}
#business-with ul.business-loop li .img img { width: 100%; display: block; }
#business-with ul.business-loop li dl { position: absolute; bottom: 4%; left: 0; width: 100%; color: #fff; z-index: 999;}
#business-with ul.business-loop li dl dt { font-size: 34px; line-height: 1.2; margin: 0 0 15px; text-align: center; }
#business-with ul.business-loop li dl dd { font-size: 20px; line-height: 1.4; margin: 0; padding: 0; text-align: center; }
@media screen and (max-width: 768px) {
    #business-with ul.business-loop { flex-direction: column; }
    #business-with ul.business-loop li { width: 100%; overflow: hidden; height: 13rem; }
    #business-with ul.business-loop li:nth-of-type(1) { background: url("../images/main/main-business-new01.jpg") no-repeat 0 50%; background-size: 100% auto; }
    #business-with ul.business-loop li:nth-of-type(2) { background: url("../images/main/main-business-new02.jpg") no-repeat 0 30%; background-size: 100% auto; }
    #business-with ul.business-loop li:nth-of-type(3) { background: url("../images/main/main-business-new03.jpg") no-repeat 0 50%; background-size: 100% auto; }
    #business-with ul.business-loop li:nth-of-type(4) { background: url("../images/main/main-business-new04.jpg") no-repeat 0 50%; background-size: 100% auto; }
    #business-with ul.business-loop li .img { display: none; }
    #business-with ul.business-loop li dl { left: 0; bottom: 0; }
}
#business-with ul.business-loop > li .blue-filter {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #00A5E5;
    opacity: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#business-with ul.business-loop > li:hover .blue-filter {
    opacity: .5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
/*#business-with ul.business-navi {*/
/*    position: absolute;*/
/*    top: 270px;*/
/*    left: -70px;*/
/*}*/
/*#business-with ul.business-navi li {*/
/*    margin: 0 0 60px 0;*/
/*    opacity: .2;*/
/*    transition: all .25s ease-in-out;*/
/*    -moz-transition: all .25s ease-in-out;*/
/*    -webkit-transition: all .25s ease-in-out;*/
/*    cursor: pointer;*/
/*}*/
/*#business-with ul.business-navi li.current-menu-item {*/
/*    opacity: 1;*/
/*}*/
/*#business-with ul.business-navi li:hover {*/
/*    opacity: 1;*/
/*    transition: all .25s ease-in-out;*/
/*    -moz-transition: all .25s ease-in-out;*/
/*    -webkit-transition: all .25s ease-in-out;*/
/*}*/

#our-projects {
    padding: 180px 0 0 0;
}
#our-projects .section-left {
    width: 50%;
    float: left;
    padding: 0 85px 0 0;
}
#our-projects .section-left .entry-meta {
    width: 100%;
    float: left;
}
#our-projects .section-left .entry-meta span {
    width: 100%;
    float: left;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    font-weight: 400;
    color: #9E9E9E;
    margin: 0 0 22px 0;
}
#our-projects .section-left .entry-meta h2 {
    font-size: 65px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    width: 100%;
    float: left;
    margin: 0 0 70px 0;
}
#our-projects .section-left .entry-meta span.entry-subject {
    float: left;
    width: auto;
    font-family: "Noto Sans KR", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
}
#our-projects .section-left .entry-meta span.entry-location {
    float: right;
    width: auto;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    color: #4B4B4B;
}
#our-projects .section-left .entry-thumbnail {
    width: 100%;
    height: 315px;
    float: left;
    margin: 0;
    background-image: cover;
    background-position: center;
}
#our-projects .section-left .entry-thumbnail a {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
}
#our-projects .section-right {
    width: 50%;
    float: left;
    padding: 0 0 0 85px;
}
#our-projects .section-right .project-loop {
    width: 100%;
    float: left;
}
#our-projects .section-right .project-loop .project-loop-item {
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
}
#our-projects .section-right .project-loop .project-loop-item .entry-meta {
    float: left;
    width: calc(100% - 285px);
    padding-top: 32px !important;
}
#our-projects .section-right .project-loop .project-loop-item .entry-meta span {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #9E9E9E;
    margin: 0 0 14px 0;
    float: left;
}
#our-projects .section-right .project-loop .project-loop-item .entry-meta h2 {
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
}
#our-projects .section-right .project-loop .project-loop-item .entry-thumbnail {
    float: right;
    width: 285px;
    height: 175px;
    background-size: cover;
    background-position: center;
}
#our-projects .section-right .project-loop .project-loop-item .entry-thumbnail a {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}
#our-projects .section-right .project-loop .project-loop-item:nth-child(2n) .entry-meta {
    float: right;
    padding: 0 0 0 30px;
}
#our-projects .section-right .project-loop .project-loop-item:nth-child(2n) .entry-thumbnail {
    float: left;
    width: 285px;
    height: 175px;
    background-size: cover;
    background-position: center;
}
#highlight,
#hot-links {
    padding: 180px 0 0 0;
}
#innovation {
    width: 100%;
    height: 980px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    margin: 180px 0 0 0;
}
#innovation .blue-filter {
    width: 100%;
    height: 100%;
    float: left;
    background-color: rgba(58, 71, 255, .18);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
#innovation .section-home-title {
    color: #fff;
    position: relative;
    z-index: 1500;
}
#innovation .inner {
    height: 925px;
    padding: 130px 40px 0 40px;
    position: relative;
    z-index: 1200;
}
#innovation .inner .innovation-meta {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2000;
}
#innovation .inner .innovation-meta h4 {
    font-size: 65px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    color: #fff;
    margin: 0 0 25px 0;
}
#innovation .inner .innovation-meta p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
}
.section-home-title span.view-more a {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    float: right;
    text-align: right;
    text-decoration: none;
    font-weight: 400;
}
.section-home-title span.view-more a::after {
    content: "";
    display: inline-block;
    background-image: url('../images/icons/icon-plus-blue.svg');
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 0 20px;
}
#highlight ul.news-loop {
    width: calc(100% + 30px);
    margin: 0 -15px;
    float: left;
}
#highlight ul.news-loop li.news-loop-item {
    width: calc(25% - 30px);
    margin: 0 15px;
    float: left;
}
#highlight ul.news-loop li.news-loop-item .entry-thumbnail {
    width: 100%;
    height: 278px;
    float: left;
    margin: 0 0 23px 0;
    background-size: cover;
    background-position: center;
}
#highlight ul.news-loop li.news-loop-item .entry-thumbnail a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    line-height: 0;
}
#highlight ul.news-loop li.news-loop-item .entry-meta {
    width: 100%;
    float: left;
}
#highlight ul.news-loop li.news-loop-item .entry-meta .entry-category {
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #9E9E9E;
    float: left;
    margin: 0;
    clear: none;
}
#highlight ul.news-loop li.news-loop-item .entry-meta .entry-category::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    opacity: .2;
    background-color: #707070;
    position: relative;
    top: 1px;
}
#highlight ul.news-loop li.news-loop-item .entry-meta .entry-date {
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #9E9E9E;
    float: left;
    margin: 0;
    clear: none;
}
#highlight ul.news-loop li.news-loop-item .entry-meta .entry-date::before {
    content: none;
}
#highlight ul.news-loop li.news-loop-item .entry-meta .entry-title {
    width: 100%;
    float: left;
    margin: 6px 0 0 0;
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 34px;
    height: 102px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#highlight ul.news-loop li.news-loop-item.no-thumbnail .entry-meta .entry-title {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 200px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 21px 0 30px 0;
}
#highlight ul.news-loop li.news-loop-item .entry-meta p {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 104px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
#hot-links {
    width: 100%;
    float: left;
}
ul.hot-links-loop {
    width: 100%;
    height: 772px;
    float: left;
    position: relative;
}
ul.hot-links-loop li.hot-links-loop-item:nth-child(1) {
    width: 655px;
    height: 772px;
    position: absolute;
    top: 0;
    left: 0;
}
ul.hot-links-loop li.hot-links-loop-item:nth-child(1) .hot-links-meta {
    top: 90px;
    left: 70px;
}
ul.hot-links-loop li.hot-links-loop-item:nth-child(1) .hot-links-meta h4 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0em;
}
ul.hot-links-loop li.hot-links-loop-item:nth-child(2) {
    width: 545px;
    height: 386px;
    position: absolute;
    top: 0;
    right: 0;
}
ul.hot-links-loop li.hot-links-loop-item:nth-child(2) > a {
}
ul.hot-links-loop li.hot-links-loop-item:nth-child(2) .hot-links-meta h4 {
    color: #fff;
}
ul.hot-links-loop li.hot-links-loop-item:nth-child(2) .hot-links-meta h4,
ul.hot-links-loop li.hot-links-loop-item:nth-child(3) .hot-links-meta h4 {
    font-size: 30px;
    line-height: 39px;
}
ul.hot-links-loop li.hot-links-loop-item:nth-child(3) {
    width: 545px;
    height: 386px;
    position: absolute;
    bottom: 0;
    right: 0;
}
ul.hot-links-loop li.hot-links-loop-item {
    width: 33.33333%;
    height: 100%;
    float: left;
    position: relative;
}
ul.hot-links-loop li.hot-links-loop-item .btn-circle {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50% 50%;
    background-color: #fff;
    text-align: center;
    line-height: 155px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #000;
    position: absolute;
    bottom: 180px;
    right: 90px;
    text-decoration: none;
}
ul.hot-links-loop li.hot-links-loop-item .btn-circle::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icons/icon-download-main.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
ul.hot-links-loop li.hot-links-loop-item .hot-links-meta {
    position: absolute;
    top: 110px;
    left: 60px;
    width: calc(100% - 150px);
}
ul.hot-links-loop li.hot-links-loop-item .hot-links-meta span.eyebrow {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 25 pxs;
    color: #101010;
    font-weight: 300;
}
ul.hot-links-loop li.hot-links-loop-item:nth-child(2) .hot-links-meta,
ul.hot-links-loop li.hot-links-loop-item:nth-child(3) .hot-links-meta {
    top: 60px;
    left: 60px;
}
ul.hot-links-loop li.hot-links-loop-item:nth-child(2) .hot-links-meta a {
    color: #fff;
}
ul.hot-links-loop li.hot-links-loop-item .hot-links-meta h4 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0em;
    font-weight: 100;
    word-break: keep-all;
    margin: 0 0 70px 0;
}
ul.hot-links-loop li.hot-links-loop-item .hot-links-meta a {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0em;
    font-weight: 300;
    text-decoration: none;
}
ul.hot-links-loop li.hot-links-loop-item:nth-child(2) .hot-links-meta span {
    color: #fff;
}
ul.hot-links-loop li.hot-links-loop-item .hot-links-meta span {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.01em;
    font-family: 'Noto Sans KR', sans-serif;
    margin: 5px 0 0 0;
}
ul.project-loop {
    width: 100%;
    height: 735px;
    float: left;
}
ul.project-loop .slick-arrow {
    position: absolute;
    bottom: 92px;
    transform: translateY(-50%);
    z-index: 1250;
    width: 28px;
    height: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 0;
    cursor: pointer;
}
ul.project-loop .slick-prev {
    right: 183px;
    background-image: url('../images/icons/icon-left-arrow-white-s.svg');
    background-size: 28px 10px;
    background-repeat: no-repeat;
    background-position: center;
}
ul.project-loop .slick-prev:hover {
    background-image: url('../images/icons/icon-left-arrow-blue-s.svg');
}
ul.project-loop .slick-next {
    right: 80px;
    background-image: url('../images/icons/icon-right-arrow-white.svg');
    background-size: 28px 10px;
    background-repeat: no-repeat;
    background-position: center;
}
ul.project-loop .slick-next:hover {
    background-image: url('../images/icons/icon-right-arrow-blue.svg');
}
ul.project-loop li.project-loop-item {
    width: 100%;
    height: 735px;
    float: left;
    position: relative;
}
ul.project-loop li.project-loop-item .entry-thumbnail {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
ul.project-loop li.project-loop-item .entry-thumbnail a {
    width: 100%;
    height: 100%;
    display: block;
}
ul.project-loop li.project-loop-item .entry-meta {
    width: 100%;
    height: 210px;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 90px;
}
ul.project-loop li.project-loop-item .entry-meta span {
    width: 80% !important;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
}
ul.project-loop li.project-loop-item .entry-meta h2 {
    width: 70% !important;
}
ul.project-loop li.project-loop-item .entry-meta h2 a {
    color: #fff;
    text-decoration: none;
}
ul.project-loop li.project-loop-item .entry-meta span.next-information {
    display: none;
    width: auto !important;
    position: absolute;
    right: 80px;
    bottom: 80px;
    font-size: 16px;
    margin: 0;
}
#our-projects {
    position: relative;
}
#our-projects h3.section-home-title {
    margin: 0 0 55px 0 !important;
}
.project-paging-info {
    font-size: 20px;
    position: absolute;
    bottom: 88px;
    color: #fff;
    z-index: 2000;
    right: 130px;
}
ul.project-loop li.project-loop-item .entry-meta h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    line-height: 1.2;
}
.page-vision .vision-bg {
    width: 100%;
    height: 2000px;
    background-color: aliceblue;
    position: absolute;
    top: 512px;
    left: 0;
    z-index: -1500;
    background-image: url('../images/contents/about-us/vision-bg@2x.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 50%;
}
.page-vision .vision-bg .blue-filter {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
    background-color: rgba(5, 80, 125, .45);
}
.page-vision .entry-header {
    color: #000;
}
.page-vision .entry-content {
    height: auto;
    color: #000;
    text-align: center;
}
.page-vision .entry-content .small-h2 {
    font-size: 20px;
    line-height: 38px;
    font-weight: 300;
    color: rgba(255, 255, 255, .5);
    margin: 0 0 20px 0;
}
.page-vision .entry-content .vertical-divider {
    width: 1px;
    height: 58px;
    background-color: #000;
    margin: 0 auto 7px auto;
}
.page-vision .entry-content .small-h2 + strong {
    width: 100%;
    display: block;
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: -0.03em;
    margin: 0 0 60px 0;
}
.page-vision .entry-content .vision-h3 {
    width: 100%;
    height: 108px;
    text-align: left;
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    background-image: url('../images/contents/about-us/up-arrow.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-left: 3px;
    margin: 0 0 40px 0;
}
.page-vision .entry-content .wrap .vision-h3-top {
    margin: 0;
    width: 320px;
    font-size: 40px;
    line-height: 1.36;
    float: left;
    text-align: left;
}
.page-vision .entry-content .wrap .vision-h3-top span {
    font-size: 25px;
    line-height: 1.36;
}
.page-vision .entry-content .wrap > strong {
    font-size: 40px;
    line-height: 1.36;
    font-weight: 700;
    float: left;
    color: #00578a;
    text-align: left;
}
.page-vision .entry-content .wrap > strong .vision_with_posco{margin-top: 15px;}
.page-vision .entry-content .wrap > strong > span {
    color: #F08700;
}

.page-vision .vision_bottom{
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #fff;
}

.page-vision .vision_bottom .vision_bottom_bg{
    width: 100%;
    height: 100%;
    background-color: aliceblue;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1500;
    background-image: url(/ko/common/images/contents/about-us/vision_bottom_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}


.page-vision .entry-content .wrap > img {
    max-width: 460px;
    float: left;
}
.page-vision .entry-content ul.columns-3{
    width: 100%;
    margin: 0 0 70px 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.page-vision .entry-content ul.columns-3 li {
    width: 30%;
    float: left;
    text-align: left;
    margin-right: 10px;
}
.page-vision .entry-content ul.columns-3 li strong {
    width: 100%;
    float: left;
    display: block;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin: 0 0 17px 0;
}
.page-vision .entry-content ul.columns-3 li span {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    font-weight: 300;
}
.page-vision .entry-content ul.columns-4 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 70px 0;
    padding: 0;
}
.page-vision .entry-content ul.columns-4 li {
    width: 20%;
    text-align: left;
}
.page-vision .entry-content ul.columns-4 li .visual_core_value_img{
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.page-vision .entry-content ul.columns-4 li strong {
    width: 100%;
    float: left;
    display: block;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin: 0 0 17px 0;
}
.page-vision .entry-content ul.columns-4 li span {
    display: block;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    font-weight: 300;
    min-height: 190px;
}
.page-vision .vision_bottom span ul {position: relative; padding-left: 15px;}
.page-vision .vision_bottom span ul li::before {
    content: '-';
    display: inline-block;
    position: absolute;
    left: 3px;
}
.page-vision .vision_bottom span ul li {
    float: none !important;
    width: 97% !important;
    margin: 4px 0;
}
#primary article .about-us-vision {padding: 0;}
.entry-content.about-us-vision .vision_tit{
    width: 100%;
    position: relative;
}
.entry-content.about-us-vision .vision-h2-top {
    width: 100%;
    /* float: left; */
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #9b9b9b;
    padding: 40px 0 30px 0;
}
.entry-content.about-us-vision .vision_tit .vision_btn{
    max-width: 200px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
    margin-bottom: -10px;
}
.entry-content.about-us-vision .vision_tit .vision_btn img{width: 100%;}
.entry-content h2.vision-h2-top-arrow {
    width: 100%;
    /* float: left; */
    margin: 50px 0 20px 0;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #9b9b9b;
    padding: 40px 0 30px 0;
    background-image: url('../images/contents/about-us/up-arrow.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
}
.entry-content h2.vision-h2-top-arrow-grey{background-image: url('../images/contents/about-us/up-arrow-grey.png');}


.page-smart_con .smart_con-bg {
    width: 100%;
    height: 4200px;
    background-color: aliceblue;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1500;
    background-image: url('../images/contents/beyond-build/smart_con/smart-con-bg@2x.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 50%;
}
.page-smart_con .smart_con-bg .gray-filter {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
    background-color: rgba(29, 29, 29, .95);
}
.page-smart_con .entry-header {
    color: #fff;
    padding: 120px 0 80px 0;
}
.page-smart_con .entry-header span.eyebrow {
    letter-spacing: 0;
}
.page-smart_con .entry-header .entry-title {
    letter-spacing: 0;
}
.page-smart_con .entry-content {
    /* height: 14720px; */
    color: #fff;
}
.page-smart_con .entry-content .smart_con-section p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}
.page-smart_con .entry-content h2.large-h2 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 100;
    letter-spacing: 0;
    width: 75%;
}
.page-smart_con .entry-content h3.large-h3 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 100;
    letter-spacing: 0;
    margin: 0 0 18px 0;
}
.entry-content span.eyebrow {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 30px;
    letter-spacing: 0;
    color: #00A5E5;
    margin: 70px 0 34px 0;
}
.entry-content figure.wide-area img {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: left;
    line-height: 0;
}
.smart_con-section {
    width: 100%;
    float: left;
    position: relative;
}
.smart_con-section.wide-area > img {
    width: 100%;
    max-width: 100%;
}
.smart_con-section-01 p,
.smart_con-section-02 p,
.smart_con-section-03 p,
.smart_con-section-04 p,
.smart_con-section-05 p,
.smart_con-section-06 p,
.smart_con-section-07 p {
    color: #9e9e9e;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
}
.smart_con-section-02 {
    position: relative;
}
.smart_con-section-02 h2 {
    margin: 0 0 238px 0;
}
.smart_con-section-02 img.item-dron {
    position: absolute;
    top: 70px;
    right: calc(600px - 50vw);
}
.smart_con-section-03 img.tech-circle {
    position: absolute;
    top: 120px;
    left: calc(50% - 160px);
}
.smart_con-section-04 {
    padding: 0 0 130px 300px;
}
.smart_con-section-04 img.tech-circle {
    position: absolute;
    top: -340px;
    left: 0;
}
.smart_con-section-05 .right-wide-image {
    margin-right: calc(600px - 50vw) !important;
    z-index: 2500;
}
.smart_con-section-05 .right-wide-image img {
    min-width: 1100px !important;
    height: auto;
    float: right;
    margin-top: -280px;
}
.smart_con-section-05 > div {
    width: 300px;
    float: left;
    margin: 70px 0 0 0;
}
.smart_con-section-05 img.tech-circle {
    position: absolute;
    top: -140px;
    right: 0;
    z-index: 2600;
}
[class="tech-circle"] {
    width: calc(50vw + 300px) !important;
    margin-right: calc(600px - 50vw) !important;
    z-index: 2500;
    position: relative;
}
.smart_con-section-06 {
    position: relative;
    margin-top: -210px;
    z-index: 2000;
}
.smart_con-section-06 figure.left-wide-image {
    width: calc(50vw + 300px) !important;
    margin-left: calc(600px - 50vw) !important;
}
.smart_con-section-06 > div {
    width: 360px;
    position: absolute;
    top: 130px;
    right: 0;
}
.smart_con-section-06 img.tech-circle {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 2600;
}
.smart_con-section-07 {
    height: 700px;
    background-size: cover;
    background-position: center;
    background-image: url('../images/contents/beyond-build/smart_con/smart_con-content-04@2x.png');
    margin-top: -200px;
}
.smart_con-section-07 .inner {
    height: 700px;
    position: relative;
}
.smart_con-section-07 .inner > div {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.smart_con-section-07 img.tech-circle {
    position: absolute;
    top: 100px;
    right: 0;
}
.smart_con-section-08 {
    margin: 0 0 200px 0;
}
.smart_con-section-08 h2 {
    color: #000;
}
.smart_con-section-08 p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #666666;
}
.smart_con-section-09 {
    background-image: url('../images/contents/beyond-build/smart_con/smart_con-content-05@2x.png');
    background-size: cover;
    height: 1211px;
    position: relative;
}
.smart_con-section-09 .item-dron {
    width: auto !important;
    position: absolute;
    top: 910px;
    right: 0;
    z-index: 2900;
}
.smart_con-section-09 .inner {
    padding: 120px 40px;
}
.smart_con-section-09 .inner ul {
    margin: 120px 0 0 0;
}
.smart_con-section-09 .inner ul li {
    width: 50%;
    height: 230px;
    float: left;
    margin: 0 0 50px 0;
}
.smart_con-section-09 .inner ul li:nth-child(2n-1) {
    padding-right: 150px;
}
.smart_con-section-09 .inner ul li:nth-child(2n) {
    padding-right: 60px;
    padding-left: 90px;
}
.smart_con-section-09 .inner ul li strong {
    width: 100%;
    float: left;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
    color: #000;
    margin: 0 0 19px 0;
}
.smart_con-section-09 .inner ul li span {
    display: inline-block;
    font-size: 18px;
    height: 132px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0;
    color: #666666;
}
.smart_con-section-11 {
    color: #000;
}
.page-esg_5brands #primary {
    padding: 100px 0 0 0;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}
/*************************************
	2021.07.23 16:29
*************************************/
.featured-project-area .featured-project-area-header a {
    letter-spacing: 0;
}
.case-loop .case-loop-item .entry-meta .entry-title {
    font-weight: 100 !important;
}
.post-single article .entry-header .related-keywords-area .related-keywords li:hover a {
    color: #00B8FF;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.post-single article .entry-header .related-keywords-area .related-keywords li:hover::before {
    color: #00B8FF;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.property-status-area {
    margin: 30px 0 90px 0;
    float: left;
}
.property-status-area .inner {
    position: relative;
}
.property-status-area span.latest-update {
    position: absolute;
    top: -95px;
    right: 40px;
    font-size: 18px;
    line-height: 24px;
}
.property-status-area span.latest-update::before {
    content: "Latest Update";
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    color: #00B8FF;
    margin: 0 15px 0 0;
}
.property-status-area ul.property-status {
    width: calc(100% + 120px);
    float: left;
    margin: 0 -60px;
    position: relative;
}
.property-status-area ul.property-status::before {
    width: 1px;
    height: calc(100% - 30px);
    background-color: #9E9E9E;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 33.33333%;
}
.property-status-area ul.property-status::after {
    width: 1px;
    height: calc(100% - 30px);
    background-color: #9E9E9E;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 33.33333%;
}
.property-status-area ul.property-status li {
    display: flex;
    align-items: center;
    width: calc(33.33333% - 120px);
    height: 103px;
    float: left;
    margin: 0 60px;
    padding: 20px 0 20px 110px;
    position: relative;
}
.property-status-area ul.property-status li img {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
}
.property-status-area ul.property-status li strong {
    font-family: "Nunito Sans", sans-serif;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    margin: 0 10px 0 0;
}
.property-status-area ul.property-status li span {
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    font-weight: 300;
}
.property-loop-header {
    width: 100%;
    float: left;
    margin: 60px 0 0 0;
    border-bottom: 1px solid #000;
}
.property-loop-header span {
    height: 85px;
    font-size: 16px;
    line-height: 1.36;
    letter-spacing: 0;
    color: #00A5E5;
    padding: 0 10px;
}
.property-loop-header span:nth-child(1) {
    display: block;
    float: left;
    width: 22%;
}
.property-loop-header span:nth-child(2) {
    display: block;
    float: left;
    width: 11%;
}
.property-loop-header span:nth-child(3) {
    display: block;
    float: left;
    width: 55%;
}
.property-loop-header span:nth-child(4) {
    display: block;
    float: left;
    width: 12%;
}
ul.property-loop {
    width: 100%;
    float: left;
}
ul.property-loop li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #D9D9D9 !important;
    padding: 30px 0;
}
ul.property-loop li h3 {
    display: block;
    float: left;
    width: 23%;
    line-height: 1.36 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    margin: 0;
    clear: none;
}
ul.property-loop li span.entry-serial {
    display: block;
    float: left;
    width: 10%;
    line-height: 1.36 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
}
ul.property-loop li p {
    display: block;
    float: left;
    width: 54%;
    line-height: 1.36 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    padding: 0 5px;
}
ul.property-loop li span.entry-date {
    display: block;
    float: left;
    width: 12%;
    line-height: 1.36 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    margin: 0;
    padding: 0 25px;
    clear: none;
}
ul.property-loop li span.entry-date::before {
    content: none;
}
#sitemap > ul {
    display: flex !important;
}
/*************************************
	2021.07.26
*************************************/
.search-area {
    display: none;
    width: 100vw;
    height: 325px;
    background-color: #fff;
    position: fixed;
    top: 126px;
    left: 0;
    z-index: 3200;
}
.search-area .search-form:hover .search-field,
.search-area .search-form:hover .search-submit {
    border-bottom: 1px solid #00A5E5;
}
.search-area .search-form {
    margin: 50px 0 30px 0;
}
/*************************************
	2021.08.03
*************************************/
span.news-room-for-newsroom {
    position: absolute;
    top: 0;
    left: 210px;
}
span.news-room-for-newsroom a img {
    margin-top: 0;
}
.posco-enc-newsroom #masthead #main-navigation {
    left: 400px;
}
.posco-enc-newsroom #masthead #main-navigation > ul > li {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 55px 0 0;
}
ul.highlight-loop li.highlight-loop-item .entry-thumbnail {
    background-repeat: no-repeat;
}
#newsroom-highlight {
    padding: 70px 0 20px 0 !important;
}
#posco-enc-times {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(112, 112, 112, .3);
    padding: 30px 0 70px 0 !important;
}
#posco-enc-times .section-header {
    width: 100%;
    float: left;
    margin: 0 0 48px 0;
}
#posco-enc-times .section-header h2.section-title {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 60px;
    line-height: 80px;
    font-weight: 100;
    letter-spacing: 0;
}
.posco-enc-times-loop {
    width: calc(100% + 30px);
    margin: 0 -15px;
    float: left;
}
.posco-enc-times-loop .posco-enc-times-loop-item {
    width: calc(33.33333% - 30px);
    margin: 0 15px 50px 15px;
    float: left;
}
.posco-enc-times-loop .posco-enc-times-loop-item .entry-thumbnail {
    width: 100%;
    float: left;
    line-height: 0;
    margin: 0 0 20px 0;
}
.posco-enc-times-loop .posco-enc-times-loop-item .entry-thumbnail a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.posco-enc-times-loop .posco-enc-times-loop-item .entry-meta {
    width: 100%;
    height: 120px;
    overflow: hidden;
    float: left;
}
.posco-enc-times-loop .posco-enc-times-loop-item .entry-meta .entry-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 40px;
    height: 120px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.posco-enc-times-loop .posco-enc-times-loop-item .entry-meta .entry-title a {
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.posco-enc-times-loop .posco-enc-times-loop-item .entry-meta .entry-title a:hover {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#press-room {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(112, 112, 112, .3);
}
#press-room .section-header {
    width: 100%;
    float: left;
    margin: 0 0 48px 0;
}
#press-room .section-header h2.section-title {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 60px;
    line-height: 80px;
    font-weight: 100;
    letter-spacing: 0;
}
#press-room .section-content-01 {
    width: 100%;
    height: 500px;
    position: relative;
    float: left;
}
#press-room .section-content-01 .section-content-bg {
    width: 100%;
    height: 362px;
    background-image: url('../images/contents/newsroom/press-room-bg@2x.png');
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -100;
}
#press-room .section-content-01 .inner {
    height: 500px;
    display: flex;
}
#press-room .section-content-01 .inner h3 {
    display: inline-block;
    width: 267px;
    float: left;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 27px 0 0 0;
}
#press-room .section-content-01 .inner ul.press-room-loop {
    width: calc(100% - 267px);
    float: left;
}
#press-room .section-content-01 .inner ul.press-room-loop li.press-room-loop-item {
    float: left;
    width: 467px !important;
    height: 434px;
    background-color: #fff;
    padding: 50px 60px 40px 60px;
    border: 1px solid #E4E4E4;
    position: relative;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#press-room .section-content-01 .inner ul.press-room-loop li.press-room-loop-item a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
}
#press-room .section-content-01 .inner ul.press-room-loop li.press-room-loop-item .entry-meta {
    width: 100%;
}
#press-room .section-content-01 .inner ul.press-room-loop li.press-room-loop-item .entry-media {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    color: #00A5E5;
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
#press-room .section-content-01 .inner ul.press-room-loop li.press-room-loop-item .entry-title {
    width: 100%;
    float: left;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#press-room .section-content-01 .inner ul.press-room-loop li.press-room-loop-item .entry-date {
    position: absolute;
    left: 40px;
    bottom: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #9E9E9E;
}
#press-room .section-content-01 .inner ul.press-room-loop li.press-room-loop-item .entry-date::before {
    content: none;
}
#press-room .section-content-01 .inner ul.press-room-loop li.press-room-loop-item:hover {
    background-color: #00A5E5;
    border: 1px solid #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#press-room .section-content-01 .inner ul.press-room-loop li.press-room-loop-item:hover .entry-media,
#press-room .section-content-01 .inner ul.press-room-loop li.press-room-loop-item:hover .entry-title,
#press-room .section-content-01 .inner ul.press-room-loop li.press-room-loop-item:hover .entry-date {
    color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#press-room .section-content-01 .inner ul.press-room-loop .slick-arrow {
    position: absolute;
    width: 30px;
    height: 9px;
    background-size: 30px 9px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent !important;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 !important;
    font-size: 0;
    cursor: pointer;
    filter: brightness(1) invert(1);
}
#press-room .section-content-01 .inner ul.press-room-loop .slick-prev {
    left: -267px;
    background-image: url('../images/icons/icon-left-arrow-black.svg');
    background-color: red;
}
#press-room .section-content-01 .inner ul.press-room-loop .slick-prev:hover {
    background-image: url('../images/icons/icon-left-arrow-blue.svg');
    filter: inherit;
}
#press-room .section-content-01 .inner ul.press-room-loop .slick-next {
    left: -207px;
    background-image: url('../images/icons/icon-right-arrow-black.svg');
}
#press-room .section-content-01 .inner ul.press-room-loop .slick-next:hover {
    background-image: url('../images/icons/icon-right-arrow-blue.svg');
    filter: inherit;
}
#press-room .section-content-02 {
    width: 100%;
    float: left;
    padding: 70px 0 0 0;
}
#press-room .section-content-02 h3 {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0;
    font-weight: 300;
}
#press-room .section-content-02 ul.press-release-loop {
    width: 100%;
    float: left;
}
#press-room .section-content-02 ul.press-release-loop li.press-release-loop-item {
    widtH: 50%;
    float: left;
    padding: 40px 0;
}
#press-room .section-content-02 ul.press-release-loop li.press-release-loop-item:nth-child(1),
#press-room .section-content-02 ul.press-release-loop li.press-release-loop-item:nth-child(2) {
    border-bottom: 1px solid #E4E4E4;
}
#press-room .section-content-02 ul.press-release-loop li.press-release-loop-item .entry-meta .entry-category {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    color: #666666;
    float: left;
    width: auto;
}
#press-room .section-content-02 ul.press-release-loop li.press-release-loop-item .entry-meta .entry-category::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #707070;
    position: relative;
    top: 1px;
    margin: 0 12px;
}
#press-room .section-content-02 ul.press-release-loop li.press-release-loop-item .entry-meta .entry-date {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    float: left;
    width: auto;
    clear: none;
    color: #666666;
}
#press-room .section-content-02 ul.press-release-loop li.press-release-loop-item .entry-meta .entry-date::before {
    content: none;
}
#press-room .section-content-02 ul.press-release-loop li.press-release-loop-item .entry-meta .entry-title {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 20px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 90px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#press-room .section-content-02 ul.press-release-loop li.press-release-loop-item .entry-meta .entry-title a {
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#press-room .section-content-02 ul.press-release-loop li.press-release-loop-item .entry-meta .entry-title a:hover {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.times-loop {
    width: 100%;
    float: left;
}
ul.times-loop li.times-loop-item {
    width: 100%;
    float: left;
    padding: 50px 0;
    border-bottom: 1px solid #E4E4E4;
}
ul.times-loop li.times-loop-item .entry-thumbnail {
    width: 280px;
    height: 221px;
    overflow: hidden;
    float: left;
    margin: 0 80px 0 0;
}
ul.times-loop li.times-loop-item .entry-thumbnail img {
    width: 100%;
    height: auto;
}
ul.times-loop li.times-loop-item .entry-meta {
    width: calc(100% - 360px);
    float: left;
}
ul.times-loop li.times-loop-item .entry-meta .entry-title {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 90px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.times-loop li.times-loop-item .entry-meta .entry-title.wow-45 + p a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 24px;
    max-height: 96px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
ul.times-loop li.times-loop-item .entry-meta .entry-title.wow-90 + p a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 24px;
    max-height: 72px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
ul.times-loop li.times-loop-item .entry-meta .entry-title a {
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.times-loop li.times-loop-item .entry-meta .entry-title a:hover {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.times-loop li.times-loop-item .entry-meta p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0 0 30px 0;
}
ul.times-loop li.times-loop-item .entry-meta p a {
    text-decoration: none;
    color: #666;
}
ul.times-loop li.times-loop-item .entry-date::before {
    content: none;
}
ul.times-loop li.times-loop-item .entry-date {
    font-size: 14px;
    line-height: 17px;
    color: #666666;
    margin: 0;
}
nav.new-pagination-area {
    text-align: center;
}
nav.new-pagination-area ul.pagination {
    width: auto;
    height: 33px;
}
nav.new-pagination-area ul.pagination li.arrow-item {
    width: 33px;
    height: 33px;
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 1000;
}
nav.new-pagination-area ul.pagination li.arrow-item:hover {
    z-index: 1500;
}
nav.new-pagination-area ul.pagination li.arrow-item.arrow-first {
    background-image: url('../images/icons/icon-goto-first.svg');
    background-size: cover;
    position: relative;
    right: -6px;
}
nav.new-pagination-area ul.pagination li.arrow-item.arrow-first:hover {
    background-image: url('../images/icons/icon-goto-first-hover.svg');
}
nav.new-pagination-area ul.pagination li.arrow-item.arrow-previous {
    background-image: url('../images/icons/icon-goto-previous.svg');
    background-size: cover;
}
nav.new-pagination-area ul.pagination li.arrow-item.arrow-previous:hover {
    background-image: url('../images/icons/icon-goto-previous-hover.svg');
}
nav.new-pagination-area ul.pagination li.arrow-item.arrow-last {
    background-image: url('../images/icons/icon-goto-last.svg');
    background-size: cover;
    position: relative;
    left: -6px;
}
nav.new-pagination-area ul.pagination li.arrow-item.arrow-last:hover {
    background-image: url('../images/icons/icon-goto-last-hover.svg');
}
nav.new-pagination-area ul.pagination li.arrow-item.arrow-next {
    background-image: url('../images/icons/icon-goto-next.svg');
    background-size: cover;
}
nav.new-pagination-area ul.pagination li.arrow-item.arrow-next:hover {
    background-image: url('../images/icons/icon-goto-next-hover.svg');
}
nav.new-pagination-area ul.pagination li.arrow-item a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 0;
}
nav.new-pagination-area ul.pagination li.page-item:hover a {
    color: #00A5E5 !important;
}
nav.new-pagination-area ul.pagination li.page-item {
    font-size: 16px;
    line-height: 33px;
    height: 33px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    margin: 0 23px;
    display: inline-block;
    position: relative;
    top: -10px;
}
nav.new-pagination-area ul.pagination li.page-item.active a.page-link {
    color: #00A5E5;
}
nav.new-pagination-area ul.pagination li.page-item a.page-link {
    color: #000000;
    text-decoration: none;
}
ul.press-room-loop.columns-3 {
    width: calc(100% + 20px);
    margin: 0 -10px 110px -10px;
    float: left;
}
ul.press-room-loop.columns-3 li.press-room-loop-item {
    width: calc(33.33333% - 20px);
    height: 360px;
    margin: 0 10px 20px 10px;
    padding: 33px 50px 44px 50px;
    float: left;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    position: relative;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.press-room-loop.columns-3 li.press-room-loop-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
ul.press-room-loop.columns-3 li.press-room-loop-item .entry-meta .entry-media {
    font-size: 18px;
    width: 100%;
    height: 100%;
    float: left;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 18px 0;
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.press-room-loop.columns-3 li.press-room-loop-item .entry-meta .entry-title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.press-room-loop.columns-3 li.press-room-loop-item .entry-meta .entry-date::before {
    content: none;
}
ul.press-room-loop.columns-3 li.press-room-loop-item .entry-meta .entry-date {
    font-size: 14px;
    color: #9E9E9E;
    position: absolute;
    bottom: 40px;
    left: 50px;
    margin: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.press-room-loop.columns-3 li.press-room-loop-item:hover {
    background-color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.press-room-loop.columns-3 li.press-room-loop-item:hover .entry-title,
ul.press-room-loop.columns-3 li.press-room-loop-item:hover .entry-media,
ul.press-room-loop.columns-3 li.press-room-loop-item:hover .entry-date {
    color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.entry-content .btn-area {
    width: 100%;
    float: left;
    text-align: center;
    margin: 40px 0 0 0;
}
.entry-content .btn-area .btn-normal.btn-media {
    width: 248px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    letter-spacing: 0;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #9E9E9E;
    color: #666666;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.entry-content .btn-area .btn-normal.btn-media:hover {
    background-color: #00A5E5;
    color: #fff;
    border: 1px solid #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.highlight-loop li.highlight-loop-item .entry-meta ul.keywords li::before {
    content: none !important;
}
ul.highlight-loop li.highlight-loop-item .entry-meta {
    background-color: rgba(0, 165, 229, 0.7) !important;
}
ul.entry-media {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
ul.entry-media li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    height: 40px;
    line-height: 38px !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    border: 1px solid #D9D9D9;
    padding: 0 20px;
}
ul.entry-media li a {
    width: 100%;
    height: 100%;
    float: left;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.search-form .search-field:focus {
    border-bottom: 1px solid #00A5E5;
}
.search-form .search-field:focus + .search-submit {
    border-bottom: 1px solid #00A5E5;
    background-image: url('../images/icons/icon-search-blue.svg');
}
.post-downloads li:hover::before {
    background-image: url('../images/icons/icon-download-blue.svg');
}
.environment-strategy-tab-01 .wide-area .inner {
    height: 780px;
    position: relative;
}
.environment-strategy-tab-01 .wide-area .inner .content-in-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.environment-construction {display: grid; grid-template-columns: 123px calc(100% - 124px); margin:0 0 100px 0;}
.environment-construction-title.mo {display:none;}
.environment-construction-title > li {width:124px;color:#3A5924; font-size:20px; margin-bottom:39px; display:flex; justify-content: space-between; align-items: center;  position:relative;}
.environment-construction-title > li > div {width:77px; margin:0 auto;} 
.environment-construction-title > li:nth-child(1):before {display:inline-block; content:''; width:10px; height:105px; background-color:#C5E0B4;}
.environment-construction-title > li:nth-child(2):before {display:inline-block; content:''; width:10px; height:80px; background-color:#A9D18E; }
.environment-construction-title > li:nth-child(3):before {display:inline-block; content:''; width:10px; height:230px; background-color:#548235;}

.environment-target-title {font-size:30px; max-width:835px; margin:0 auto 44px; border:1px solid #E4E4E4; border-radius:60px; text-align: center; word-break: keep-all;}
.environment-construction-desc {display:flex; justify-content: space-between; align-items: flex-start;}
.environment-construction-desc .box {width: 32%;}
.environment-construction-content {padding-left: 30px;}
.environment-works-content {max-width:350px;border:1px solid #E4E4E4; border-top:none;}
.environment-strategy-content {max-width:350px; height:80px; text-align:center; align-content: center; line-height: 25px; background-color:#548235; color:#fff; font-size:22px; padding: 0 2px;}
.environment-works-content .grayBg {background-color:rgba(0,0,0,0.05); text-align: center; height:10px;}
.environment-works-content .grayBg img {margin-top:4px;}
.environment-works-content .text {padding:40px 25px; min-height:507px;}
.environment-works-content .text > div {position:relative; padding-left:12px; margin-bottom:12px;}
.environment-works-content .text > div:before {display:inline-block; content:''; width:2px; height:2px; background-color:#666; vertical-align: middle; position:absolute; left:0; top:10px;}

.environment-strategy-tab-01 ul.environment-strategy > li:nth-child(1),
.environment-strategy-tab-01 ul.environment-strategy > li:nth-child(2) {
    margin: 0 77px 0 0;
}

@media screen and (max-width: 1024px) {
    .environment-construction {    grid-template-columns: 100px calc(100% - 100px);} 
    .environment-construction-title > li > div {width:90px;}

    .environment-construction-title {display: none;}
    .environment-construction {display:block;}
    .environment-construction-title > li > div {margin:0; width:40px; margin-left:10px;}
    .environment-target-title {font-size:18px; padding:10px;}
    .environment-construction-desc {display:block;}
    .environment-strategy-content {font-size:20px; height:auto; max-width:100%; padding: 2% 2px;}
    .environment-works-content {max-width: 100%;}
    .environment-works-content .text {min-height:auto;}
    .environment-construction-desc .box {width: auto;}
    .environment-construction-content {padding: 12% 0;}
}

@media screen and (max-width: 640px) {
    .environment-works-content .text {padding:20px;}
    ul.times-loop li.times-loop-item {
        width: 100% !important;
        margin-bottom: 60px !important;
    }
    ul.times-loop li.times-loop-item .entry-thumbnail {
        width: 100%;
        margin: 0;
    }
    ul.times-loop li.times-loop-item .entry-meta .entry-title {
        max-height: auto;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 500;
    }
    .posco-enc-times-loop .posco-enc-times-loop-item .entry-meta .entry-title {
        font-weight: 500;
    }
 

}

dl.normal-dl-style {
    width: 100%;
    float: left;
    margin: 40px 0 32px 0;
}
dl.normal-dl-style dt {
    width: 205px;
    float: left;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 400;
    color: #666666;
    margin: 0;
    padding: 0;
}
dl.normal-dl-style dd {
    width: calc(100% - 205px);
    float: left;
    margin: 0 0 50px 0;
    padding: 0;
}
ul.environment-system-list {
    width: calc(100% + 42px);
    margin: 40px -21px 70px -21px;
    float: left;
}
ul.environment-system-list > li {
    width: calc(33.33333% - 42px);
    margin: 0 21px;
    float: left;
}
ul.environment-system-list > li img {
    margin: 0 0 30px 0;
}
ul.environment-system-list > li h4 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 19px 0;
}
ul.environment-system-list > li > ul {
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.environment-system-list > li > ul > li {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #666666;
    font-weight: 300;
}
ul.environment-system-list > li > ul > li::before {
    content: "· ";
    display: inline-block;
    width: 10px;
}
ul.bar-chart {
    width: 100%;
    float: left;
    margin: 0 0 100px 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    position: relative;
}
ul.bar-chart::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9E9E9E;
    position: absolute;
    bottom: 39px;
    left: 0;
    z-index: -100;
}
ul.bar-chart > li {
    width: 25%;
    float: left;
    text-align: center;
}
ul.bar-chart > li img {
    clear: both;
}
ul.bar-chart > li span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.content-in-content {
    width: 100%;
    float: left;
    position: relative;
}
.content-in-content img {
    position: absolute;
    right: 0;
    top: 0;
}
/* 20210811 */
.slide-gallery {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}
.slide-gallery ul.slide-gallery-loop {
    width: 100%;
    float: left;
    justify-content: space-between;
}
.gallery-paging-info {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #00A5E5;
    margin: 5px 0 0 0;
}
.slide-gallery ul.slide-gallery-loop ul.slick-dots {
    display: flex;
    width: 100%;
    float: left;
    margin: 30px 0 20px 0;
}
.slide-gallery ul.slide-gallery-loop ul.slick-dots > li {
    width: 100%;
    float: left;
}
.slide-gallery ul.slide-gallery-loop ul.slick-dots > li > button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 3px;
    padding: 0;
    margin: 0;
    font-size: 0;
    border-radius: 0;
    border: none;
}
.slide-gallery ul.slide-gallery-loop ul.slick-dots > li > button:focus {
    outline: none;
}
.slide-gallery ul.slide-gallery-loop ul.slick-dots > li.slick-active > button {
    background-color: #00A5E5;
}
.slide-gallery ul.slide-gallery-loop li.slide-gallery-loop-item {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.slide-gallery ul.slide-gallery-loop li.slide-gallery-loop-item img {}
.masonry-gallery {
    position: relative;
}
.masonry-gallery span.view-more {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
}
.masonry-gallery span.view-more:hover {
    color: #00A5E5;
}
.masonry-gallery span.view-more::before {
    content: "+";
    margin: 0 22px 0 0;
    font-size: 21px;
}
.masonry-gallery ul.-gallery-grid {
    width: calc(100% + 10px);
    margin: 0 -5px;
    float: left;
}
.masonry-gallery ul.masonry-gallery-grid li.masonry-gallery-item {
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px;
    float: left;
}
.masonry-gallery ul.masonry-gallery-grid li.masonry-gallery-item:nth-child(1),
.masonry-gallery ul.masonry-gallery-grid li.masonry-gallery-item:nth-child(2),
.masonry-gallery ul.masonry-gallery-grid li.masonry-gallery-item:nth-child(3),
.masonry-gallery ul.masonry-gallery-grid li.masonry-gallery-item:nth-child(4) {
    display: block;
}
/* .masonry-gallery ul.masonry-gallery-grid li.masonry-gallery-item:nth-child(n+5) {
	display: none;
}  */
.case-loop .case-loop-item .entry-thumbnail {
    width: 560px;
    height: 343px;
    float: left;
    overflow: hidden;
    position: relative;
}
.entry-thumbnail-inner {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
:hover .entry-thumbnail-inner {
    transform: scale(1.2);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.case-loop .case-loop-item .entry-meta .wow-50 + .entry-excerpt a {
    text-decoration: none !important;
    color: #666 !important;
}
.case-loop .case-loop-item:hover .entry-thumbnail .entry-thumbnail-inner {
    transform: scale(1.2);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.case-loop .case-loop-item:hover a {
    color: #00A5E5 !important;
}
.case-loop .case-loop-item .entry-meta .wow-100 + .entry-excerpt a {
    text-decoration: none !important;
}
ul.branch-loop li span.location:hover a {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -1.5px, 0);
        transform: translate3d(0, -1.5px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -0.4px, 0);
        transform: translate3d(0, -0.4px, 0);
    }
}
ul.branch-loop li span.fax {
    color: #666;
}
ul.branch-loop li span.fax,
ul.branch-loop li span.tel {
    font-size: 14px;
}
ul.branch-loop li span::after {
    height: 16px;
    margin: 0 10px;
}
ul.branch-loop li span.location a::before {
    width: 16px;
    height: 16px;
    background-size: contain;
}
ul.branch-loop li span.fax::before,
ul.branch-loop li span.tel::before {
    width: 14px;
    height: 14px;
    background-size: cover;
    margin: 0 6px 0 0;
    top: 3px;
}
.content-btn-area a.btn-outline {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.content-btn-area a.btn-outline:hover {
    background-color: #00A5E5;
    color: #fff;
    border: 1px solid #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.job-notice-loop li.job-notice-loop-item .job-notice-meta span {
    margin: 0 20px 0 0;
}
.agree-form-area {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 0 100px 0;
}
label.container {
    width: auto;
    display: inline-block;
    margin: 0 25px;
    position: relative;
    padding-left: 31px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1 !important;
}
/* Hide the browser's default radio button */
label.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
    background-color: #e9e9e9;
}
/* When the radio button is checked, add a blue background */
label.container input:checked ~ .checkmark {
    background-color: #00A5E5;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
label.container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
label.container .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
label.container-check {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    height: 40px;
    line-height: 38px !important;
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1000;
}
label.container-check::before {
    content: "#";
}
label.container-check input {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1500;
    opacity: 0;
    background-color: red;
    cursor: pointer;
    display: block;
    margin: 0;
}
.checkmark-check {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #D9D9D9;
    padding: 0 20px;
    border-radius: 20px 20px;
    z-index: 1250;
}
label.container-check:hover {
    color: #00A5E5;
}
label.container-check:hover input ~ .checkmark-check {
    border: 1px solid #00A5E5;
}
label.container-check input:checked ~ .checkmark-check {
    border: 1px solid #00A5E5;
}
.checkmark-check:after {}
label.container-check input:checked ~ .checkmark-check:after {}
label.container-check .checkmark-check:after {}
.performance-download {
    float: right;
    margin-top: -95px;
}
.performance-download ul li {
    padding: 0 !important;
}
.post-single article .post-single-sidebar ul.project-information {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.post-single article .post-single-sidebar ul.project-information iframe {
    width: 100%;
    height: 130px;
    float: left;
}
.post-single article .post-single-sidebar ul.project-information li {
    width: 100%;
    float: left;
}
.post-single article .post-single-sidebar ul.project-information li strong img {
    margin: 0 12px 0 0;
    position: relative;
    top: 4px;
}
.post-single article .post-single-sidebar ul.project-information li strong br {
    display: none;
}
.post-single article .post-single-sidebar ul.project-information li strong {
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 15px 0;
}
.post-single article .post-single-sidebar ul.project-information li div span {
    width: 100%;
    float: left;
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    color: #666666;
    word-break: keep-all;
}
.post-single article .post-single-sidebar ul.project-information li div iframe {
    margin: 15px 0 0 0;
}
.heritage-slide-area ul.heritage-slide-loop li .black-filter {
    display: block !important;
}
.heritage-slide-area ul.heritage-slide-loop li .slide-meta::before {
    content: none !important;
}
.heritage-slide-area ul.heritage-slide-loop li .slide-meta strong {
    font-size: 100px;
    line-height: 136px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 100;
    color: #00B8FF;
    float: left;
    width: 100%;
    margin-top: 170px;
}
.heritage-slide-navi .slick-list .slick-slide:focus {
    outline: none;
}
.ci-logotype {
    padding: 100px 0 70px 0 !important;
    border-bottom: 1px solid #D9D9D9;
}
.ci-signature {
    border-bottom: 1px solid #D9D9D9;
}
.esg-shared-bg-area-01 .inner {
    padding: 150px 40px 0 40px;
    color: #fff;
}
.esg-shared-bg-area-01 .inner ul {
    width: 100%;
    float: left;
    display: flex;
    margin: 38px 0 0 0;
}
.esg-shared-bg-area-01 .inner ul li {
    float: left;
    width: 33.33333%;
}
.esg-shared-bg-area-01 .inner ul li:nth-child(1) {
    padding: 0 50px 0 0;
    border-right: 1px solid #fff;
}
.esg-shared-bg-area-01 .inner ul li:nth-child(2) {
    padding: 0 70px 0 30px;
    border-right: 1px solid #fff;
}
.esg-shared-bg-area-01 .inner ul li:nth-child(3) {
    padding: 0 0 0 30px;
}
.esg-shared-bg-area-01 .inner ul li strong {
    width: 100%;
    float: left;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    margin: 0 0 30px 0;
    font-weight: 300;
}
.esg-shared-bg-area-01 .inner ul li span {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 300;
}
.esg-shared-bg-area-02 .inner {
    padding: 150px 40px 0 40px;
    color: #fff;
}
.esg-shared-bg-area-02 .inner ul {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}
.esg-shared-bg-area-02 .inner ul li {
    width: 33.33333%;
    float: left;
}
.esg-shared-bg-area-02 .inner ul li strong {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.esg-shared-bg-area-02 .inner ul li span {
    font-size: 30px;
    line-height: 45px;
    font-weight: 300;
}
.esg-shared-footer {
    width: 100%;
    height: 432px;
    float: left;
    background-size: cover;
    background-position: center;
    margin-bottom: -200px;
    margin-top: 200px;
    color: #fff;
}
.esg-shared-footer .entry-footer-left {
    width: 40%;
    height: 432px;
    float: left;
    position: relative;
}
.esg-shared-footer .entry-footer-left strong {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 35px;
    padding-right: 45px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
}
.esg-shared-footer .entry-footer-right {
    width: 60%;
    height: 432px;
    float: left;
    position: relative;
}
.esg-shared-footer .entry-footer-right ul {
    width: 100%;
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.esg-shared-footer .entry-footer-right ul li {
    width: 45%;
    float: left;
}
.esg-shared-footer .entry-footer-right ul li:nth-child(1) {
    padding: 0 50px 0 0;
    border-right: 1px solid #fff;
}
.esg-shared-footer .entry-footer-right ul li:nth-child(2) {
    padding: 0 0 0 50px;
    width: 330px;
}
.esg-shared-footer .entry-footer-right ul li strong {
    width: 100%;
    float: left;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.esg-shared-footer .entry-footer-right ul li span {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    font-weight: 300;
    font-size: 16px;
}
.esg-shared-footer .entry-footer-right ul li span b {
    font-weight: 700;
    display: inline-block;
    width: 80px;
}
.esg-shared-footer .entry-footer-right ul li span a {
    text-decoration: none;
    color: #fff;
}
#accordion div.ui-accordion-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0;
}
#accordion div.ui-accordion-content h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0 0 16px 0;
}
#accordion div.ui-accordion-content ul.columns-4 {
    width: 100%;
    float: left;
}
#accordion div.ui-accordion-content ul.columns-4 > li {
    width: 25%;
    float: left;
}
#accordion div.ui-accordion-content ul.columns-2 {
    width: 100%;
    float: left;
    margin: 0 !important;
}
#accordion div.ui-accordion-content ul.columns-2 > li {
    width: 50%;
    float: left;
    margin: 0;
}
.qss-consulting ul.columns-2 li h5 {
    float: left;
    margin: 0 40px 0 0 !important;
}
.qss-consulting ul.columns-2 li h5 + p {
    float: left;
}
.esg-social-corp {
    width: calc(100% - 241px);
    float: left;
    margin: 0 0 0 50px;
}
.esg-social-corp li {
    width: 50%;
    float: left;
}
.esg-social-corp li h5 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    color: #666666;
    font-weight: 300;
}
.esg-social-corp li h5 span {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    color: #00A5E5;
}
.esg-social-corp li p {
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
}
.esg-social-corp li p::before {
    content: "˙ ";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 300;
    color: #666;
}
.esg-social-bg-area-01 .inner {
    height: 635px;
    position: relative;
}
.esg-social-bg-area-01 .inner .left-image {
    position: absolute;
    top: 180px;
    left: 40px;
}
.esg-social-bg-area-01 .inner .right-image {
    position: absolute;
    top: 180px;
    left: 45%;
}
.esg-social-bg-area-03 .inner {
    color: #fff;
    padding: 140px 40px 0 40px;
}
.esg-social-bg-area-03 .inner p {
    color: #fff;
}
.esg-safety-bg-area-01 .inner {
    height: 635px;
    position: relative;
    color: #fff;
    padding: 100px 40px 0 40px;
}
.esg-safety-bg-area-01 .inner p {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
}
.esg-safety-bg-area-01 .inner h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    margin: 0 0 40px 0;
}
.esg-safety-wide-area {
    width: 100%;
    height: 540px;
    float: left;
    position: relative;
    margin: 0 0 70px 0;
}
.esg-safety-wide-area .inner {
    height: 540px;
    padding: 0 540px 0 40px;
}
.esg-safety-wide-area img {
    position: absolute;
    top: 0;
    right: 0;
}
.esg-safety-wide-area-opposite .inner {
    height: 540px;
    padding: 0 40px 0 540px;
}
.esg-safety-wide-area-opposite img {
    position: absolute;
    top: 0;
    left: 0;
}
#accordion div.ui-accordion-content ul {
    list-style: disc;
    list-style-position: outside;
    margin: 0 0 32px 20px;
}
#accordion div.ui-accordion-content ol {
    list-style: decimal;
    list-style-position: outside;
    margin: 0 0 32px 20px;
}
#accordion div.ui-accordion-content ol > li {
    list-style: decimal !important;
}
#accordion div.ui-accordion-content li {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #666666;
    font-weight: 300;
    list-style: none !important;
}
.esg-ethics-bg-area-01 .inner {
    height: 710px;
    padding: 70px 40px 0 40px;
    color: #fff;
}
.esg-ethics-bg-area-01 .inner h2 {
    margin: 0 0 40px 0;
}
.esg-ethics-bg-area-01 .inner p {
    color: #fff;
}
.esg-ethics-bg-area-02 {
    width: 100%;
    float: left;
}
.esg-ethics-bg-area-02 .inner {
    height: 308px;
    padding: 70px 40px 0 40px;
    color: #fff;
}
.esg-ethics-bg-area-02 .inner p {
    color: #fff;
}
.esg-ethics-bg-area-02 .inner .btn-white {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    color: #666666;
    letter-spacing: 0em;
    height: 72px;
    line-height: 52px;
    padding: 10px 50px;
    background-color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.esg-ethics-bg-area-02 .inner .btn-white span {
    margin: 0 0 0 15px;
}
.esg-ethics-bg-area-02 .inner .btn-white:hover {
    background-color: #00A5E5;
    color: #fff;
    border: 1px solid #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.esg-human-bg-area-01 .inner {
    /*height: 710px;*/
    /*padding: 70px 40px 0 40px;*/
    color: #666;
}
.esg-human-bg-area-01 .inner h2 {
    margin: 0 0 40px 0;
}
.esg-human-bg-area-01 .inner p {
    color: #666;
}
.esg-human-bg-area-02 {
    width: 100%;
    float: left;
}
.esg-human-bg-area-02 .inner {
    height: 308px;
    padding: 70px 40px 0 40px;
    color: #fff;
}
.esg-human-bg-area-02 .inner p {
    color: #fff;
}
.esg-human-bg-area-02 .inner .btn-white {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    color: #666666;
    letter-spacing: -0.02em;
    height: 72px;
    line-height: 52px;
    padding: 10px 50px;
    background-color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.esg-human-bg-area-02 .inner .btn-white span {
    margin: 0 0 0 15px;
}
.esg-human-bg-area-02 .inner .btn-white::after {
    content: none !important;
}
.esg-human-bg-area-02 .inner .btn-white:hover {
    background-color: #00A5E5;
    color: #fff;
    border: 1px solid #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.esg-fair-bg-area-01 .inner {
    padding: 130px 40px 0 40px;
    color: #fff;
}
.esg-fair-bg-area-01 .inner h3 {
    font-weight: 400;
    margin: 0 0 40px 0;
}
.content-column-left {
    width: 50%;
    padding: 0 50px 0 0;
    float: left;
}
.content-column-right {
    width: 50%;
    padding: 0 0 0 50px;
    float: left;
}

.esg-fair-bg-area-01 .inner p {
    color: #fff;
}
.esg-fair-bg-area-01 .inner span {
    font-size: 20px !important;
}
.esg-fair-bg-area-01 .inner img {
    height: 100px;
    width: auto;
    display: block;
    margin-left: 370px;
    margin-top: -20px;
}

.entry-header .btn-header {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 17px;
    letter-spacing: -0.02em;
    color: #00A5E5;
    height: 80px;
    /* line-height: 86px; */
    border: 1px solid #00A5E5;
    padding: 0 30px;
    text-decoration: none;
}
.entry-header .btn-header p {
    line-height: 23px;
}
.entry-header .btn-header span {
    position: relative;
    top: 17px;
    margin: 0 0 0 15px;
}
.entry-header .btn-header:hover span.outlink-icon {
    background-image: url('../images/icons/icon-outlink-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.content-columns-2.esg-introduction {
    width: 100%;
    float: left;
    padding: 0 0 40px 0;
    margin: 0 0 70px 0;
    border-bottom: 1px solid #9E9E9E;
}
.content-columns-2.esg-introduction.border-bottom {
    border-bottom: none;
}
.content-columns-2.esg-introduction .content-column-left {
    width: 409px;
    float: left;
}
.content-columns-2.esg-introduction .content-column-left h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 500;
    margin: -5px 0 30px 0;
    color: #000;
}
.content-columns-2.esg-introduction .content-column-left p {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 300;
}
.content-columns-2.esg-introduction .content-column-right {
    width: calc(100% - 409px);
    float: left;
    padding: 0;
}
.content-columns-2.esg-introduction .content-column-right img {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
}

ul.bottom-actions .go-to-top {
    width: 64px;
    height: 64px;
    border-radius: 50% 50%;
    background-color: #00A5E5;
    background-image: url("../images/icons/icon-go-to-top.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: fixed;
    bottom: 35px;
    right: calc(50vw - 726px);
    z-index: 3000;
}
ul.bottom-actions .go-to-ethics {
    width: 64px;
    height: 64px;
    border-radius: 50% 50%;
    background-color: transparent;
    background-image: url("../images/icons/icon-ethics.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: fixed;
    bottom: 180px;
    right: calc(50vw - 726px);
    z-index: 3000;
    cursor: pointer;
}
ul.bottom-actions .go-to-safety {
    width: 64px;
    height: 64px;
    border-radius: 50% 50%;
    background-color: transparent;
    background-image: url("../images/icons/icon-safety.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: fixed;
    bottom: 110px;
    right: calc(50vw - 726px);
    z-index: 3000;
    cursor: pointer;
}
ul.bottom-actions .go-to-top.fixed {
    position: absolute;
    bottom: 379px;
}
ul.bottom-actions .go-to-ethics.fixed {
    position: absolute;
    bottom: 530px;
}
ul.bottom-actions .go-to-safety.fixed {
    position: absolute;
    bottom: 453px;
}
ul.bottom-actions li a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}
ul.bottom-actions .go-to-archive.fixed {
    position: absolute;
    bottom: 460px;
}
ul.bottom-actions .go-to-archive {
    width: 64px;
    height: 64px;
    border-radius: 50% 50%;
    background-color: #000000;
    background-image: url("../images/icons/icon-archive.svg");
    background-size: covers;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: fixed;
    bottom: 114px;
    right: calc(50vw - 726px);
    z-index: 3000;
}
ul.bottom-actions .go-to-archive a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    cursor: pointer;
}
/*************************************
	Customer Center
*************************************/
ul.columns-3.cs-contacts {
    width: 100%;
    float: left;
    display: flex;
    margin: 40px 0 0 0;
}
ul.columns-3.cs-contacts li {
    width: 33.33333%;
    float: left;
    border-right: 1px solid #E4E4E4;
    padding: 0 0 25px 30px;
}
ul.columns-3.cs-contacts li:first-child {
    padding: 0 0 25px 0;
}
ul.columns-3.cs-contacts li:last-child {
    border-right: none;
}
ul.columns-3.cs-contacts li a {
    font-size: 20px;
    line-height: 29px;
    font-weight: 300;
    color: #666666;
    letter-spacing: 0;
    border: 1px solid #666666;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    text-decoration: none;
    margin: 40px 0 0 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.columns-3.cs-contacts li a:hover {
    background-color: #00A5E5;
    color: #fff;
    border: 1px solid #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.columns-3.cs-corps {
    width: 100%;
    float: left;
    margin: 0 0 100px 0;
}
ul.columns-3.cs-corps li {
    width: 33.33333%;
    float: left;
    border-right: 1px solid #E4E4E4;
    padding: 0 30px;
}
ul.columns-3.cs-corps li.column2 {
    width: 55%;
}
ul.columns-3.cs-corps li:first-child {
    padding: 0 30px 0 0;
}
ul.columns-3.cs-corps li:last-child {
    padding: 0 0 0 30px;
    border-right: none;
}
span.outlink-icon {
    display: inline-block;
    float: right;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-image: url('../images/icons/icon-outlink-gray.svg');
    background-size: cover;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
span.outlink-icon a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
span.outlink-icon:hover {
    background-image: url('../images/icons/icon-outlink-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.columns-3.cs-corps li {
    border-right: none;
}
ul.columns-3.cs-corps li h2 {
    margin: 0 0 20px 0;
}
ul.columns-3.cs-corps li p {
    height: 92px;
}
ul.columns-3.cs-corps li h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    border-bottom: 1px solid #E4E4E4;
    padding: 0 0 20px 0;
    position: relative;
    margin: 40px 0 20px 0;
}
ul.columns-3.cs-corps li.cs-corps-01 h3 {
    height: auto;
}
ul.columns-3.cs-corps li h3 span.outlink-icon {
    position: absolute;
    bottom: 10px;
    right: 0;
}
ul.columns-3.cs-corps li p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 300;
}
ul.columns-2.cs-thesharp-contacts {
    width: calc(100% + 60px);
    margin: 0 -30px;
}
ul.columns-2.cs-thesharp-contacts li {
    width: calc(50% - 60px);
    margin: 0 30px;
    float: left;
    border-right: 1px solid #E4E4E4;
}
ul.columns-2.cs-thesharp-contacts li:last-child {
    border-right: none;
}
ul.columns-4.cs-ethics-contacts {
    width: calc(100% + 40px);
    margin: 0 -20px 50px -20px;
    float: left;
}
ul.columns-4.cs-ethics-contacts li {
    width: calc(25% - 40px);
    margin: 0 20px 50px 20px;
    float: left;
    font-size: 24px;
    line-height: 60px;
    font-weight: 300;
    border-bottom: 1px solid #E4E4E4;
}
ul.columns-2.cs-ethics-contacts {
    width: calc(100% + 40px);
    margin: 0 -20px 50px -20px;
    float: left;
}
ul.columns-2.cs-ethics-contacts li {
    width: calc(50% - 40px);
    margin: 0 20px 50px 20px;
    float: left;
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    border-bottom: 1px solid #E4E4E4;
    padding: 0 100px 10px 0;
    position: relative;
}
ul.columns-2.cs-ethics-contacts li span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
/*************************************
	Search Results
*************************************/
p.no-result {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
}
#content-tabs .ui-tabs-nav .ui-tabs-tab a span.count {
    font-size: 16px !important;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    top: -30px;
    left: 5px;
}
#content-tabs .ui-tabs-nav .ui-tabs-active a::after {
    content: none;
}
ul.search-loop {}
ul.search-loop li.search-loop-item {}
ul.search-loop li.search-loop-item .entry-meta {
    width: calc(100% - 360px);
    float: left;
}
ul.search-loop li.search-loop-item .entry-meta .entry-path {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}
ul.search-loop li.search-loop-item .entry-meta .entry-title {
    width: 100%;
    float: left;
    font-size: 30px;
    line-height: 45px;
    margin: 0 0 30px 0;
}
ul.search-loop li.search-loop-item .entry-meta p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    width: 100%;
    height: 68px;
    margin: 0 0 22px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.search-loop li.search-loop-item .entry-meta ul.search-entry-tags {
    width: 100%;
    float: left;
    margin: 0;
}
ul.search-loop li.search-loop-item .entry-meta ul.search-entry-tags li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 14px 0 0;
    float: left;
}
ul.search-loop li.search-loop-item .entry-meta ul.search-entry-tags li a {
    text-decoration: none;
    color: #666666;
}
ul.search-loop li.search-loop-item .entry-meta ul.search-entry-tags li a:hover {
    color: #00A5E5;
}
ul.search-loop li.search-loop-item .entry-meta ul.search-entry-tags li a::before {
    content: "#";
}
ul.search-loop li.search-loop-item .entry-thumbnail {
    width: 288px;
    height: auto;
    float: right;
}
ul.search-loop li.search-loop-item .entry-thumbnail img {
    width: 100%;
    height: auto;
}
table.search-result-table {
    width: 100%;
    float: left;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 150px 0;
}
table.search-result-table thead tr th {
    padding: 30px 40px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #00A5E5;
    border-bottom: 1px solid #000;
    text-align: left;
}
table.search-result-table tbody tr th {
    padding: 30px 40px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #D9D9D9;
}
table.search-result-table tbody tr td {
    padding: 30px 40px;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    border-bottom: 1px solid #D9D9D9;
}
/*************************************
	Error
*************************************/
.error-404 {
    width: 100%;
    height: 100vh;
    float: left;
    margin: 0;
    padding: 127px 0 0 0;
}
.error-404 .site-header .site-title img {
    filter: brightness(1) invert(1);
}
.error-404 #page,
.error-404 #primary,
.error-404 #primary article,
.error-404 #primary .entry-content {
    height: 100%;
}
.error-404 #primary .entry-content .inner {
    height: 100%;
    position: relative;
}
.error-404 #primary .entry-content .inner .error-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}
.error-404 #primary .entry-content .inner .error-content h1 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 100;
    margin: 0 0 20px 0;
}
.error-404 #primary .entry-content .inner .error-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.error-404 #primary .entry-content .inner .error-content a {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    text-decoration: none;
    color: #00A5E5;
}
.error-404 #primary .entry-content .inner .error-content a::after {
    content: "";
    display: inline-block;
    width: 31px;
    height: 10px;
    background-image: url('../images/icons/icon-right-arrow-blue.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 0 0 20px;
}
.error-404 #primary .entry-content .inner img {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}
/*************************************
	Main Navigation - Tunning
*************************************/
/* Menu Title Area */
#masthead .inner .normal-sub-menu .inner span.sub-menu-title {
    cursor: default;
}
/* Business */
#masthead .inner .main-business-area .business-area-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li > a {
    pointer-events: none;
}
#masthead .inner .main-business-area .business-area-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li:hover,
#masthead .inner .main-business-area .business-area-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li > a:hover {
    cursor: default;
}
/* Innovation */
#masthead .inner .main-innovation .innovation-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li > a {
    pointer-events: none;
    width: 100%;
    float: left;
    line-height: 1.36;
}
#masthead .inner .main-innovation .innovation-sub-menu .inner ul.sub-menu-area > li:last-child > ul.sub-menu > li > a {
    pointer-events: auto;
    cursor: pointer !important;
}
#masthead .inner .main-innovation .innovation-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li:hover,
#masthead .inner .main-innovation .innovation-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li > a:hover {
    cursor: default;
}
/* ESG */
#masthead .inner .main-esg .esg-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li > a {
    pointer-events: none;
    width: 100%;
    float: left;
    line-height: 1.36;
}
#masthead .inner .main-esg .esg-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li:hover,
#masthead .inner .main-esg .esg-sub-menu .inner ul.sub-menu-area > li > ul.sub-menu > li > a:hover {
    cursor: default;
}
/* Career */
#masthead .inner .main-career .career-sub-menu .inner ul.sub-menu-area > li:nth-child(1) > ul.sub-menu > li > a,
#masthead .inner .main-career .career-sub-menu .inner ul.sub-menu-area > li:nth-child(2) > ul.sub-menu > li > a {
    pointer-events: none;
}
#masthead .inner .main-career .career-sub-menu .inner ul.sub-menu-area > li:nth-child(1) > ul.sub-menu > li:hover,
#masthead .inner .main-career .career-sub-menu .inner ul.sub-menu-area > li:nth-child(2) > ul.sub-menu > li:hover {
    cursor: default;
}
/* About Us */
#masthead .inner .main-about-us .about-us-sub-menu .inner ul.sub-menu-area > li:nth-child(1) > ul.sub-menu > li:nth-child(3) > a,
#masthead .inner .main-about-us .about-us-sub-menu .inner ul.sub-menu-area > li:nth-child(2) > ul.sub-menu > li:nth-child(1) > a {
    pointer-events: none;
}
#masthead .inner .main-about-us .about-us-sub-menu .inner ul.sub-menu-area > li:nth-child(1) > ul.sub-menu > li:nth-child(3):hover,
#masthead .inner .main-about-us .about-us-sub-menu .inner ul.sub-menu-area > li:nth-child(2) > ul.sub-menu > li:nth-child(1):hover {
    cursor: default;
}
#masthead .inner .main-about-us .about-us-sub-menu .inner ul.sub-menu-area > li:nth-child(2) {
    padding-left: 30px;
}
/*************************************
	Sitemap Tunning
*************************************/
#sitemap > ul > li > a {
    cursor: default;
    pointer-events: none;
}
#sitemap > ul > li > ul.sub-menu > li.has-children > a {
    cursor: default;
    pointer-events: none;
}
/*************************************
	Content Tabs Like
*************************************/
#content-tabs-like {
    width: 100%;
    float: left;
    margin-top: -150px !important;
    padding-top: 150px !important;
}
#content-tabs-like > ul {
    width: 100%;
    float: left;
    margin: 0 0 70px 0;
    position: relative;
    cursor: pointer;
}
#content-tabs-like > ul::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #9E9E9E;
    left: calc(600px - 50vw);
    bottom: -1px;
    position: absolute;
}
#content-tabs-like ul li {
    font-size: 40px;
    line-height: 47px;
    font-weight: 100;
    letter-spacing: 0;
}
#content-tabs-like ul li h2 {
    font-size: 40px;
    line-height: 50px;
    clear: none;
    font-weight: 100;
    letter-spacing: 0;
    margin: 0 0 30px 0;
}
#content-tabs-like ul li h2 a {
    color: #9E9E9E;
    text-decoration: none;
    padding: 0 37px 37px 37px;
    float: left;
    border-bottom: 3px solid transparent;
}
#content-tabs-like ul li.ui-tabs-active h2 a {
    color: #00A5E5 !important;
    border-bottom: 3px solid #00B9FF;
    position: relative;
}
#content-tabs-like ul li.ui-tabs-active h2 a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50% 50%;
    background-color: #00B9FF;
    position: absolute;
    top: -6px;
    right: 26px;
}
#content-tabs-like .ui-tabs-panel {
    width: 100%;
    float: left;
}
.content-tabs {
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
}
.content-tabs .tab {
    width: 100%;
    float: left;
    /* margin: 0 0 70px 0; */
    position: relative;
    cursor: pointer;
}
.content-tabs .tab::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #9E9E9E;
    left: calc(600px - 50vw);
    bottom: -1px;
    position: absolute;
}
.content-tabs span.jobs-count {
    float: right;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #00A5E5;
    position: relative;
    top: 60px;
}
.content-tabs .tab {
    font-size: 40px;
    line-height: 47px;
    font-weight: 100;
    letter-spacing: -0.03em;
}
.content-tabs .ui-tabs-nav .ui-tabs-tab h2,
.content-tabs .ui-tabs-nav .ui-tabs-tab h3 {
    clear: none;
    font-weight: 100;
}
.content-tabs .tab a {
    color: #9E9E9E;
    text-decoration: none;
    padding: 37px 25px;
    float: left;
    border-bottom: 3px solid transparent;
}
.content-tabs .tab a:hover {
    color: #00A5E5 !important;
}
.content-tabs .tab .on a {
    color: #00A5E5 !important;
    border-bottom: 3px solid #00B9FF;
    position: relative;
}
.content-tabs .tab .on a::after {
    content: "" !important;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50% 50%;
    background-color: #00B9FF;
    position: absolute;
    top: 24px;
    right: 18px;
}
.content-tabs .ui-tabs-panel {
    width: 100%;
    float: left;
}
.ui_tabcontents .tab_conlist > li {display: none;}
.ui_tabcontents .tab_conlist > li.current {display: block;}


/*************************************
	No Horizontal Scroll Bar
*************************************/
html,
body {
    overflow-x: hidden;
}
.tech-loop .tech-loop-item .entry-thumbnail {
    width: 400px;
    height: 300px;
    border: none !important;
}
.tech-loop .tech-loop-item .entry-thumbnail img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 125;
    border: 1px solid #CCCCCC;
    overflow: hidden;
}
.tech-loop .tech-loop-item .entry-thumbnail a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}
.tech-loop .tech-loop-item .entry-thumbnail span.icon-expansion {
    width: 38px;
    height: 38px;
    display: block;
    background-image: url('../images/icons/icon-expansion.svg');
    background-size: 38px 38px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 135;
}
.tech-loop .tech-loop-item .entry-thumbnail::after {
    content: none !important;
}
#first-value {
    padding: 145px 0 0 0;
    position: relative;
}
#first-value .section-home-title {
    width: 100%;
    float: left;
    display: inline-block;
    margin: 0 0 30px 0;
}
#first-value .section-left {
    width: 58%;
    float: left;
}
#first-value .section-left h4 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
    font-weight: 100;
    border-right: 1px solid #D8D8D8;
}
#first-value .section-right {
    width: 42%;
    float: left;
    padding: 0 0 0 85px;
}
#first-value .section-right p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
    color: #666666;
    margin: 0 0 20px 0;
}
#first-value .section-right a {
    text-decoration: none;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 400;
    color: #000;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;

}
#first-value .section-right a::after {
    content: "";
    width: 26px;
    height: 8px;
    display: inline-block;
    background-image: url('../images/icons/icon-right-arrow-blue.svg');
    background-repeat: no-repeat;
    background-size: 26px 8px;
    background-position: center;
    margin: 0 0 0 15px;
    position: relative;
    top: -3px;
}
#first-value .section-right a:hover {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;

}
/* Homepage */
/*#business-with ul.business-loop > li {*/
/*    position: relative;*/
/*    z-index: 900;*/
/*}*/
/*#business-with ul.business-loop > li .business-meta p {*/
/*    font-size: 40px !important;*/
/*    font-weight: 100 !important;*/
/*    line-height: 50px !important;*/
/*    letter-spacing: 0em !important;*/
/*    color: #fff;*/
/*}*/
/*#business-with ul.business-loop > li .business-meta h4 {*/
/*    font-size: 24px !important;*/
/*    letter-spacing: 0em !important;*/
/*}*/
/*#business-with ul.business-loop > li .business-meta {*/
/*    bottom: 100px !important;*/
/*    z-index: 1200;*/
/*}*/
/*#business-with ul.business-loop > li .blue-filter {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: inline-block;*/
/*    background-color: #00A5E5;*/
/*    opacity: 0;*/
/*    transition: all .25s ease-in-out;*/
/*    -moz-transition: all .25s ease-in-out;*/
/*    -webkit-transition: all .25s ease-in-out;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1000;*/
/*}*/
/*#business-with ul.business-loop > li:hover .blue-filter {*/
/*    opacity: .5;*/
/*    transition: all .25s ease-in-out;*/
/*    -moz-transition: all .25s ease-in-out;*/
/*    -webkit-transition: all .25s ease-in-out;*/
/*}*/
/*#business-with ul.business-loop > li > a {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1300;*/
/*}*/
#content-tabs.search-tabs .case-loop .case-loop-item .entry-meta .entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2;
    max-height: 2.4em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#content-tabs.search-tabs .case-loop .case-loop-item .entry-meta .entry-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    height: 4.5em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#content-tabs.search-tabs .ui-tabs-nav .ui-tabs-active a::after {
    content: none !important;
}
img.mfp-img {
    width: 900px !important;
    height: 650px !important;
}
.post-single article .entry-footer .related-tech-loop .slick-track {
    min-width: 100%;
}
.post-single article .entry-footer .related-tech-loop .related-tech-loop-item .entry-thumbnail {
    height: 270px !important;
}
.post-single article .entry-footer .related-tech-loop .related-tech-loop-item .entry-thumbnail img {
    width: 100%;
    height: 100%;
}
.post-single article .entry-footer .related-tech-loop .slick-arrow {
    top: 105px !important;
}
#beyond-build {
    width: 100%;
    height: 100vh;
    float: left;
    background-color: #f9f9f9;
    position: relative;
}
#beyond-build ul.bb-loop {
    width: 100%;
    height: 100vh;
    float: left;
    position: relative;
}
#beyond-build ul.bb-loop::before {
    content: "Special Story";
    position: absolute;
    top: 100px;
    left: calc(50vw - 600px);
    z-index: 990;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}
#beyond-build ul.bb-loop li.bb-loop-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 900;
}
#beyond-build ul.bb-loop li.bb-loop-item > a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1200;
}
#beyond-build ul.bb-loop li.bb-loop-item .gray-filter {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
#beyond-build ul.bb-loop li.bb-loop-item .inner {
    height: 780px;
    position: relative;
    text-align: center;
    color: #fff;
}
#beyond-build ul.bb-loop li.bb-loop-item .inner span {
    display: none;
    width: auto;
    float: left;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0em;
    margin: 40px 0;
    left: 0;
    position: relative;
}
#beyond-build ul.bb-loop li.bb-loop-item .inner .bb-loop-item-meta {
    width: 100%;
    top: 26%;
    left: 0;
    position: absolute;
    z-index: 1100;
    text-align: center;
}
#beyond-build ul.bb-loop li.bb-loop-item .inner .bb-loop-item-meta span {
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0;
    margin: 0 0 30px 0;
}
#beyond-build ul.bb-loop li.bb-loop-item .inner .bb-loop-item-meta h3 {
    margin: 150px 0 50px 0;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 100;
}
#beyond-build ul.bb-loop li.bb-loop-item .inner .bb-loop-item-meta h3 strong {
    font-weight: 500;
}
#beyond-build ul.bb-loop li.bb-loop-item .inner .bb-loop-item-meta p {
    width: 100%;
    float: left;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 30px 0;
    color: #fff;
}
#beyond-build ul.bb-loop .slick-arrow {
    position: absolute;
    top: 78%;
    transform: translateY(-50%);
    z-index: 1250;
    width: 28px;
    height: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 0;
    cursor: pointer;
}
#beyond-build ul.bb-loop .slick-prev {
    left: calc(50% - 73px);
    background-image: url('../images/icons/icon-left-arrow-white-s.svg');
    background-size: 28px 10px;
    background-repeat: no-repeat;
    background-position: center;
}
#beyond-build ul.bb-loop .slick-prev:hover {
    background-image: url('../images/icons/icon-left-arrow-blue-s.svg');
}
#beyond-build ul.bb-loop .slick-next {
    right: calc(50% - 73px);
    background-image: url('../images/icons/icon-right-arrow-white.svg');
    background-size: 28px 10px;
    background-repeat: no-repeat;
    background-position: center;
}
#beyond-build ul.bb-loop .slick-next:hover {
    background-image: url('../images/icons/icon-right-arrow-blue.svg');
}
#beyond-build .paging-info {
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1400;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
}
#beyond-build ul.bb-nav-loop {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    position: absolute;
    z-index: 1500;
    left: 50%;
    top: 190px;
    transform: translateX(-50%);
}
#beyond-build ul.bb-nav-loop li.bb-nav-loop-item {
    color: rgba(255, 255, 255, .6);
    font-size: 18px;
    line-height: 1.36;
    font-weight: 300;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}
#beyond-build ul.bb-nav-loop .slick-list {
    padding: 0 0 !important;
}
/* #beyond-build ul.bb-nav-loop .slick-list .slick-track {
	transform: inherit !important;
} */
#beyond-build ul.bb-nav-loop .slick-slide:focus {
    outline: none;
}
#beyond-build ul.bb-nav-loop .slick-slide {
    /* width: auto !important; */
    width: 16.666667% !important;
    /*width: 200px;*/
    /* margin-right: 100px; */
    /*text-align: center;*/
    /* border: 1px solid red; */
}
#beyond-build ul.bb-nav-loop .slick-slide li {
    text-align: center;
}
/* #beyond-build ul.bb-nav-loop .slick-slide[data-slick-index="0"] li {
	text-align: left;
}
#beyond-build ul.bb-nav-loop .slick-slide[data-slick-index="1"] li {
	text-align: right;
}
#beyond-build ul.bb-nav-loop .slick-slide[data-slick-index="5"] li,
#beyond-build ul.bb-nav-loop .slick-slide[data-slick-index="4"] li,
#beyond-build ul.bb-nav-loop .slick-slide[data-slick-index="3"] li,
#beyond-build ul.bb-nav-loop .slick-slide[data-slick-index="2"] li {
	text-align: right;
}
#beyond-build ul.bb-nav-loop .slick-slide[data-slick-index="2"] li {
	margin-right: -60px;
} */
/*#beyond-build ul.bb-nav-loop .slick-slide[data-slick-index="4"] li {*/
/*    text-align: right;*/
/*}*/
#beyond-build ul.bb-nav-loop .slick-slide li br {
    display: none;
}
#beyond-build ul.bb-nav-loop .slick-current li.bb-nav-loop-item {
    color: rgba(255, 255, 255, 1);
}
#innovation .inner {
    height: 980px;
    padding: 0 40px;
    position: relative;
}
#innovation h3.section-home-title {
    position: absolute;
    top: 130px;
    left: calc(50vw - 600px);
    z-index: 1300;
}
#innovation .blue-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#innovation ul.our-tech-loop {
    width: 100%;
    height: 980px;
    float: left;
}
#innovation ul.our-tech-loop .slick-arrow {
    display: none !important;
}
#innovation ul.our-tech-loop li.our-tech-loop-item {
    position: relative;
    width: 100%;
    height: 980px;
    float: left;
    background-size: cover;
    background-position: center;
}
#innovation ul.our-tech-loop li.our-tech-loop-item .our-tech-loop-item-meta {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    z-index: 1100;
}
#innovation ul.our-tech-loop li.our-tech-loop-item .our-tech-loop-item-meta h4 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 40px 0;
}
#innovation ul.our-tech-loop li.our-tech-loop-item .our-tech-loop-item-meta p {
    width: 75%;
    margin: 0 auto !important;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
    color: #fff;
    float: none;
}
#innovation ul.our-tech-nav-loop {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1400;
}
#innovation ul.our-tech-nav-loop li.our-tech-nav-loop-item {
    width: 220px;
    height: 220px;
    cursor: pointer;
}
#innovation ul.our-tech-nav-loop .slick-list {
    padding: 0 !important;
    width: 100%;
}
#innovation ul.our-tech-nav-loop .slick-track {
    position: relative;
    width: 100%;
    height: 220px;
}
#innovation ul.our-tech-nav-loop .slick-slide {
    text-align: center;
    position: absolute;
    top: 0;
}
#innovation ul.our-tech-nav-loop .slick-slide[data-slick-index="0"] {
    width: 220px !important;
    height: 220px;
    left: 60px;
}
#innovation ul.our-tech-nav-loop .slick-slide[data-slick-index="1"] {
    width: 220px !important;
    height: 220px;
    left: 50%;
    transform: translateX(-50%);
}
#innovation ul.our-tech-nav-loop .slick-slide[data-slick-index="1"]::after {
    content: "";
    display: inline-block;
    width: 200px;
    height: 1px;
    border-top: 1px dashed #fff;
    position: absolute;
    top: 50%;
    right: -200px;
}
#innovation ul.our-tech-nav-loop .slick-slide[data-slick-index="1"]::before {
    content: "";
    display: inline-block;
    width: 200px;
    height: 1px;
    border-top: 1px dashed #fff;
    position: absolute;
    top: 50%;
    left: -200px;
}
#innovation ul.our-tech-nav-loop .slick-slide[data-slick-index="2"] {
    width: 220px !important;
    height: 220px;
    right: 60px;
}
#innovation ul.our-tech-nav-loop li.our-tech-nav-loop-item span {
    position: absolute;
    overflow: visible;
    top: 50%;
    left: 0;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    line-height: 1.36;
    letter-spacing: 0;
    font-weight: 300;
    color: #fff;
}
#innovation ul.our-tech-nav-loop li.our-tech-nav-loop-item span a {
    text-decoration: none;
    color: #fff;
    width: 100%;
}
#innovation ul.our-tech-nav-loop .slick-current li.our-tech-nav-loop-item span a {
    pointer-events: auto;
}
#innovation ul.our-tech-nav-loop li.our-tech-nav-loop-item span a {
    pointer-events: none;
    text-decoration: none;
    color: #fff;
}
#innovation ul.our-tech-nav-loop li.our-tech-nav-loop-item span::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icons/icon-tech-loop-dot.svg');
    background-size: cover;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1400;
}
#innovation ul.our-tech-nav-loop li.our-tech-nav-loop-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#innovation ul.our-tech-nav-loop li.our-tech-nav-loop-item > a {
    display: none;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
}
#innovation ul.our-tech-nav-loop li.our-tech-nav-loop-item:focus,
#innovation ul.our-tech-nav-loop .slick-slide:focus {
    outline: none;
}
#innovation ul.our-tech-nav-loop .slick-current li.our-tech-nav-loop-item {
    background-image: url('../images/icons/icon-tech-loop-large-dot.svg');
    background-size: cover;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;

}
#innovation ul.our-tech-nav-loop .slick-current li.our-tech-nav-loop-item a {
    display: block;
}
#innovation ul.our-tech-nav-loop .slick-current li.our-tech-nav-loop-item span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    top: 45%;
}
#innovation ul.our-tech-nav-loop .slick-current li.our-tech-nav-loop-item span::before {
    background-image: url('../images/icons/icon-tech-loop-dot-green.svg');
    top: -75px;
}
#highlight ul.news-loop li.news-loop-item .entry-meta .entry-title a,
#highlight ul.news-loop li.news-loop-item .entry-meta a {
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#highlight ul.news-loop li.news-loop-item .entry-meta .entry-title a:hover {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#our-projects .section-left .entry-meta h2 a,
#our-projects .section-right .project-loop .project-loop-item .entry-meta h2 a {
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#our-projects .section-left .entry-meta h2 a:hover,
#our-projects .section-right .project-loop .project-loop-item .entry-meta h2 a:hover {
    color: #00A5E5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul.law-downloads {
    width: calc(100% + 16px);
    margin: 0 -8px 100px -8px;
    float: left;
}
ul.law-downloads li {
    width: calc(33.33333% - 16px);
    height: 180px;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    margin: 0 8px;
    padding: 30px;
    float: left;
}
ul.law-downloads li strong {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 20px 0;
}
ul.law-downloads li span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    display: inline-block;
    float: left;
}
ul.law-downloads li span a {
    color: #707070;
    text-decoration: none;
    position: relative;
    display: inline-block;
    float: left;
}
ul.law-downloads li span a::after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    background-image: url('../images/icons/icon-circle-outlink.svg');
    background-size: cover;
    margin: 0 0 0 5px;
    top: 3px;
}
ul.law-downloads li span a:hover {
    color: #00a5e5;
}
ul.law-downloads li span a:hover::after {
    background-image: url('../images/icons/icon-circle-outlink-blue.svg');
}
table.law-outlink tr th {
    text-align: left;
    vertical-align: top;
    font-weight: 400px !important;
    color: #000;
}
table.law-outlink tr td {
    text-align: left;
}
table.law-outlink tr td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
table.law-outlink tr td ul li {
    list-style: none;
}
table.law-outlink tr td ul li a {
    position: relative;
}
table.law-outlink tr td ul li a::after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 51%;
    right: -28px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url('../images/icons/icon-circle-outlink-blue.svg');
    background-size: cover;
    margin: 0 0 0 10px;
    opacity: 0;
}
table.law-outlink tr td ul li a:hover {
    color: #00a5e5;
}
table.law-outlink tr td ul li a:hover::after {
    opacity: 1;
    background-image: url('../images/icons/icon-circle-outlink-blue.svg');
}
ul.downloads-right-large-circle {
    width: 100%;
    float: left;
}
ul.downloads-right-large-circle li {
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 50px 0;
    height: 52px;
    line-height: 52px;
    float: left;
}
ul.downloads-right-large-circle li a {
    text-decoration: none;
    float: left;
}
ul.downloads-right-large-circle li a::after {
    content: "";
    display: inline-block;
    float: right;
    widtH: 52px;
    height: 52px;
    background-image: url('../images/icons/icon-download-gray.svg');
    background-size: cover;
    margin: 0 0 0 15px;
}
ul.downloads-right-large-circle li a:hover::after {
    background-image: url('../images/icons/icon-download-blue.svg');
}
.esg-safety-bg-area-01 .inner ul li {
    padding: 0 0 0 10px;
    position: relative;
    font-weight: 300;
}
.esg-safety-bg-area-01 .inner ul li::before {
    content: "·";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
/*************************************
	 The Sharp
 *************************************/
.thesharp-history {
    width: 100%;
    float: left;
    position: relative;
    margin: 45px 0 80px 0;
}
.thesharp-history::after {
    content: "";
    display: block;
    width: calc(50vw + 600px);
    height: 1px;
    background-color: #00A5E5;
    position: absolute;
    top: 144px;
    left: 0;
}
.thesharp-history li {
    display: inline-block;
    float: left;
    text-align: left;
}
.thesharp-history li.ver-01 {
    width: 280px;
    float: left;
    padding: 0 30px 0 0;
}
.thesharp-history li.ver-02 {
    width: 380px;
    float: left;
    padding: 0 30px 0 0;
}
.thesharp-history li.ver-03 {
    width: calc(100% - 660px);
    float: left;
    padding: 0 30px 0 0;
}
.thesharp-history li img {
    display: inline-block;
    height: 112px;
    width: auto;
    float: left;
    margin: 0 0 40px 0;
}
.thesharp-history li span {
    font-size: 16px;
    line-height: 24px;
    color: #00A5E5;
    margin: 0 0 10px 0;
    width: 100%;
    float: left;
    position: relative;
}
.thesharp-history li span::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50% 50%;
    background-color: #00A5E5;
    position: absolute;
    top: -10px;
    left: 0;
}
.thesharp-history li h3 {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 1.36;
    letter-spacing: 0;
    margin: 0 0 7px 0;
}
.thesharp-history li p {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
}
#primary.page-thesharp article .entry-content .thesharp-section-01 {
    margin: 0 0 70px 0;
}
.thesharp-section-02 .thesharp-header-02 {
    margin-bottom: 60px !important;
}
.thesharp-section-02 .thesharp-header-02 h2 {
    bottom: 10px;
}
.thesharp-section-02 .the-sharp-section-left {
    width: 50%;
    float: left;
}
.thesharp-section-02 .the-sharp-section-left span.eyebrow {
    margin: 0 0 20px 0;
}
.thesharp-section-02 .the-sharp-section-right {
    width: 50%;
    float: left;
}
#content-small-tabs ul.ui-tabs-nav {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
#content-small-tabs ul.ui-tabs-nav li.ui-tabs-tab {
    display: inline-block;
    margin: 0 20px 0 0;
}
#content-small-tabs ul.ui-tabs-nav li.ui-tabs-tab a {
    color: #E4E4E4;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
}
#content-small-tabs ul.ui-tabs-nav li.ui-tabs-active a {
    color: #00A5E5;
}
ul.awarded-loop {
    width: 100%;
    float: left;
    margin: 0;
}
#content-tabs-2 ul.awarded-loop .slick-list {
    height: 230px !important;
}
#content-tabs-2 ul.awarded-loop .slick-list .slick-slide {
    width: 100% !important;
}
ul.awarded-loop li.awarded-loop-item {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
}
ul.awarded-loop li.awarded-loop-item span {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0;
    border-bottom: 1px solid #00A5E5;
    padding-bottom: 13px;
    margin: 0 0 40px 0;
}
ul.awarded-loop li.awarded-loop-item h3 {
    font-weight: 100;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0;
    padding-right: 130px;
}
ul.awarded-loop li.awarded-loop-item img {
    width: 91px;
    max-height: 91px;
    position: absolute;
    right: 0;
    bottom: 20px;
}
ul.awarded-loop .slick-arrow {
    position: absolute;
    cursor: pointer;
    right: 0;
    width: 12px;
    height: 9px;
    display: inline-block;
    background-position: center;
    background-size: 12px 9px;
    background-repeat: no-repeat;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 0;
    opacity: .2;
}
ul.awarded-loop .slick-prev {
    top: -40px;
    background-image: url('../images/contents/beyond-build/thesharp/icon-small-up-arrow.svg');
}
ul.awarded-loop .slick-next {
    top: -20px;
    background-image: url('../images/contents/beyond-build/thesharp/icon-small-down-arrow.svg');
}
ul.awarded-loop .slick-arrow:hover {
    opacity: 1;
}
#primary.page-thesharp article .entry-content .thesharp-section-03 .block-bg-header .header-bottom h2 {
    right: inherit;
    bottom: inherit;
    float: left;
    width: 100%;
    text-align: left;
}
.thesharp-section-04 .thesharp-header-04 {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left {
    width: 390px;
    margin: 0 76px 0 0;
    float: left;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-right {
    width: calc(100% - 466px);
    height: 526px;
    margin: 0;
    float: right;
}
.smart_con-section-11 h2 {
    margin: 0 0 68px 0;
}
.smart_con-section-11 .interview {
    width: 100%;
    float: left;
}
.smart_con-section-11 .interview h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    margin: 0 0 40px 0;
}
.smart_con-section-11 .interview .interview-text p {
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 0 !important;
}
.smart_con-section-11 .interview .interview-text span.cite {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
}
.smart_con-section-11 .interview-top {
    border-bottom: 1px solid #E4E4E4;
    padding: 0 0 60px 0;
}
.smart_con-section-11 .interview-top .interview-image {
    width: 440px;
    float: left;
    margin: 0 76px 0 0;
}
.smart_con-section-11 .interview-top .interview-text {
    width: calc(100% - 516px);
    float: left;
}
.smart_con-section-11 .interview-bottom {
    padding: 60px 0 0 0;
    margin: 0 0 130px 0;
}
.smart_con-section-11 .interview-bottom .interview-text {
    width: calc(100% - 516px);
    float: left;
}
.smart_con-section-11 .interview-bottom .interview-image {
    width: 440px;
    float: right;
    margin: 0 0 0 76px;
}
.smart_con-section-11 .right-wide-image h2 {
    bottom: inherit;
}
.smart_con-section-12 {
    width: 100%;
    float: left;
    color: #101010;
}
.smart_con-section-12 .showcase-2nd a.view-more-contents {
    display: none;
}
#primary.page-smart_con .entry-content .smart_con-section-12 .showcase-2nd .showcase-image {
    margin: 20px 0 !important;
}
.smart_con-section-12 .showcase {
    width: 100%;
    float: left;
    margin: 0 0 130px 0;
    padding: 0 0 130px 0;
    position: relative;
}
.smart_con-section-12 .showcase::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #E4E4E4;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(600px - 50vw);
}
.smart_con-section-12 .showcase-3rd {
    padding: 0 !important;
    margin: 0 !important;
}
.smart_con-section-12 .showcase-3rd::after {
    content: none;
}
.smart_con-section-12 .showcase .showcase-features {
    width: 100%;
    float: left;
    margin: 70px 0 0 0;
}
.smart_con-section-12 .showcase .showcase-features ul.features-loop {
    width: 100%;
    float: left;
}
.smart_con-section-12 .showcase .showcase-features ul.features-loop > li {
    width: 50%;
    float: left;
    margin: 0 0 40px 0 !important;
}
.smart_con-section-12 .showcase .showcase-features ul.features-loop > li > img {
    margin: 0 0 20px 0;
    height: 56px;
    width: auto;
}
.smart_con-section-12 .showcase .showcase-features ul.features-loop > li > h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.36;
    margin: 0 0 20px 0;
}
.smart_con-section-12 .showcase .showcase-features ul.features-loop > li > ul {
    width: 100%;
    height: 123px;
    float: left;
}
.smart_con-section-12 .showcase .showcase-features ul.features-loop > li > ul > li {
    width: 100%;
    float: left;
    padding: 0 80px 0 0;
    margin: 0 0 30px 0;
}
.smart_con-section-12 .showcase .showcase-features ul.features-loop > li > ul > li > strong {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 15px 0;
    width: 100%;
    float: left;
}
.smart_con-section-12 .showcase .showcase-features ul.features-loop > li > ul > li > span {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 300;
    color: #666666;
}
.smart_con-section-12 .showcase .showcase-text span.eyebrow {
    margin: 0 0 10px 0;
    float: left;
}
.smart_con-section-12 .showcase-1st .showcase-image {
    width: 483px;
    height: 800px;
    float: left;
    margin: 0 90px 0 0;
}
.smart_con-section-12 .showcase-1st .showcase-text {
    width: calc(100% - 573px);
    float: left;
}
.smart_con-section-12 .showcase-text h2 {
    font-size: 45px;
    line-height: 53px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 40px 0;
    width: 100%;
    float: left;
}
.smart_con-section-12 .showcase-text h2 > span {
    width: 100%;
    float: left;
    font-weight: 500;
}
.smart_con-section-12 .showcase-text p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
}
.smart_con-section-12 .showcase-text > span {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}
.smart_con-section-12 .showcase-2nd .showcase-image {
    width: 483px;
    height: 800px;
    float: left;
    margin: 0 0 0 90px;
}
.smart_con-section-12 .showcase-2nd .showcase-text {
    width: calc(100% - 573px);
    float: left;
}
.smart_con-section-12 .showcase-3rd .showcase-image {
    width: 483px;
    height: 800px;
    float: left;
    margin: 0 90px 0 0;
}
.smart_con-section-12 .showcase-3rd .showcase-text {
    width: calc(100% - 573px);
    float: left;
}
.smart_con-section-10-2 .smart-safety-solution-loop {
    overflow: hidden;
    margin: 70px 0 0 0;
}
.smart_con-section-10-2 .smart-safety-solution-loop button.slick-arrow {
    width: 54px;
    height: 54px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    font-size: 0;
    position: absolute;
    top: 0;
    z-index: 990;
    cursor: pointer;
}
.smart_con-section-10-2 .smart-safety-solution-loop button.slick-prev {
    background-image: url('../images/icons/icon-slide-left-arrow-gray.svg');
    background-size: cover;
    right: 72px;
}
.smart_con-section-10-2 .smart-safety-solution-loop button.slick-prev:hover {
    background-image: url('../images/icons/icon-slide-left-arrow-blue.svg');
}
.smart_con-section-10-2 .smart-safety-solution-loop button.slick-next {
    background-image: url('../images/icons/icon-slide-right-arrow-gray.svg');
    background-size: cover;
    right: 0;
}
.smart_con-section-10-2 .smart-safety-solution-loop button.slick-next:hover {
    background-image: url('../images/icons/icon-slide-right-arrow-blue.svg');
}
.smart_con-section-10-2 .smart-safety-solution-loop .smart-safety-solution-loop-item {
    width: 100%;
    float: left;
}
.smart_con-section-10-2 .smart-safety-solution-loop .smart-safety-solution-loop-item p {
    font-size: 30px;
    line-height: 32px;
    color: #101010;
    letter-spacing: 0;
}
.smart_con-section-10-2 .smart-safety-solution-loop .smart-safety-solution-loop-item p span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50% 50%;
    background-color: #00A5E5;
    color: #fff;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 0 15px 0 0;
    position: relative;
    top: -5px;
}
.smart_con-section-10-2 .smart-safety-solution-loop .smart-safety-solution-loop-item .entry-thumbnail {
    width: 100%;
    float: left;
}
.smart_con-section-10-2 .smart-safety-solution-loop .smart-safety-solution-loop-item .entry-thumbnail video {
    width: 100%;
    float: left;
}
.smart_con-section-10-2 .smart-safety-solution-loop .slick-dots {
    width: 100%;
    float: left;
    display: flex;
    margin: 40px 0 20px 0;
}
.smart_con-section-10-2 .smart-safety-solution-loop .slick-dots li {
    width: 8.33333%;
    height: 3px;
}
.smart_con-section-10-2 .smart-safety-solution-loop .slick-dots li button {
    width: 100%;
    height: 3px;
    float: left;
    display: inline-block;
    font-size: 0;
    background-color: #E4E4E4;
    border: none;
    cursor: pointer;
}
.smart_con-section-10-2 .smart-safety-solution-loop .slick-dots li button:focus {
    outline: none;
}
.smart_con-section-10-2 .smart-safety-solution-loop .slick-dots li.slick-active button {
    background-color: #00A5E5;
}
.paging-info {
    font-size: 18px;
    line-height: 1.2;
    color: #00A5E5;
}
.with-posco-intro {
    line-height: inherit !important;
    margin-bottom: 280px !important;
}
.with-posco-intro img {
    width: 205px;
    min-width: 205px;
    height: auto;
    float: left;
    clear: both;
    margin: 0 0 30px 0;
}
.with-posco-intro ul.brands {
    width: 100%;
    float: left;
    display: flex;
}
.with-posco-intro ul.brands li {
    width: 20%;
    float: left;
    position: relative;
}
.with-posco-intro ul.brands li .brand-thumbnail {
    width: 100%;
    height: 506px;
    float: left;
    background-color: #f9f9f9;
    background-size: cover;
    background-position: center;
}
.with-posco-intro ul.brands li .brand-thumbnail h2 {
    position: inherit;
    left: inherit;
    bottom: inherit;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px 0;
    font-weight: 300;
}
.with-posco-intro ul.brands li .brand-thumbnail span {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 300;
}
.with-posco-intro ul.brands li:nth-child(2n) .brand-thumbnail {
    padding: 50px 30px;
}
.with-posco-intro ul.brands li:nth-child(2n-1) .brand-thumbnail {
    padding: 140px 30px 50px 30px;
}
.with-posco-intro ul.brands li .brand-meta {
    width: 100%;
    float: left;
    padding: 20px 30px 15px 30px;
}
.with-posco-intro ul.brands li .brand-meta strong {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 100;
    color: #101010;
    margin: 0 0 10px 0;
    width: 100%;
    float: left;
}
.with-posco-intro ul.brands li .brand-meta span {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
}
.page-esg_5brands article .entry-header {
    height: 1080px;
    padding: 0;
    margin: 0 !important;
    background-image: url(../images/contents/beyond-build/esg_5brands/esg-5brands-header-bg@2x.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}
.page-esg_5brands article .entry-header .inner {
    padding: 227px 40px 80px 40px !important;
}
.page-esg_5brands article .entry-content {
    margin: -600px 0 0 0;
}
.page-esg_5brands article .entry-content span.eyebrow {
    margin: 0 0 15px 0;
}
.page-esg_5brands article .entry-content .inner span.eyebrow + p {
    color: #fff !important;
}
.page-esg_5brands article .entry-content .with-posco-intro {
    margin: 160px 0 0 0 !important;
}
.esg_5brands-section {
    width: 100%;
    float: left;
}
.esg_5brands-section .right-wide-image {
    width: 100%;
    float: left;
    margin: 0 !important;
}
.esg_5brands-section .section-header {
    margin: 0 0 100px 0;
}
.esg_5brands-section .section-header h2 {
    position: inherit;
    left: inherit;
    bottom: inherit;
    font-size: 70px;
    line-height: 1.2;
    font-weight: 100;
    color: #00A5E5;
}
.esg_5brands-section-4 .right-wide-image .section-text {
    padding: 0 30px 0 0;
}
.esg_5brands-section-4 .right-wide-image .section-text h3 {
    letter-spacing: 0em;
}
.esg_5brands-section .right-wide-image .section-text {
    width: 600px;
    float: left;
    padding: 0 50px 0 0;
}
.esg_5brands-section h3,
.esg_5brands-section .right-wide-image .section-text h3 {
    font-size: 45px;
    line-height: 53px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 38px 0;
}
.esg_5brands-section .right-wide-image .section-text p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 300;
}
.esg_5brands-section p.large-paragraph {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    font-weight: 300;
    color: #101010;
    margin: 0 0 50px 0;
}
.esg_5brands-section .right-wide-image .section-image {
    width: calc(100% - 600px);
    float: left;
    line-height: 0;
}
.esg_5brands-section .left-wide-image .section-text {
    width: 600px;
    float: left;
    padding: 70px 0 0 60px;
}
.esg_5brands-section .left-wide-image .section-text h3 {
    font-size: 45px;
    line-height: 53px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 38px 0;
}
.esg_5brands-section .left-wide-image .section-text p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 300;
}
.esg_5brands-section .left-wide-image .section-image {
    width: calc(100% - 600px);
    float: left;
    line-height: 0;
    margin-top: -130px;
}
.esg_5brands-section .left-wide-image .section-image img {
    width: 100%;
    max-width: 100%;
    float: left;
}
.esg_5brands-section-1,
.esg_5brands-section-2,
.esg_5brands-section-3,
.esg_5brands-section-4 {
    margin: 0 0 250px 0 !important;
}
.esg_5brands-section-1 {
    margin: 250px 0 !important;
}
.esg_5brands-section-4 .right-wide-image {
    width: 100%;
    float: left;
    margin: 0 0 100px 0 !important;
}
.esg_5brands-section-4 .wide-area {
    width: 100%;
    float: left;
}
.esg_5brands-section-4 .video-area {
    margin-top: 12px;
}
.esg_5brands-section-5 .wide-area {
    height: 774px;
    background-image: url('../images/contents/beyond-build/esg_5brands/esg-5brands-section-05-002@2x.jpg');
    background-size: cover;
}
.esg_5brands-section-5 .wide-area .inner {
    height: 774px;
    position: relative;
}
.esg_5brands-section-5 .wide-area .inner .wide-area-content {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.esg_5brands-section-5 .wide-area .inner .wide-area-content p {
    max-width: 660px;
}
.esg_5brands-section-5 .cat-area {
    width: 100%;
    height: auto;
    float: left;
}
.esg_5brands-section-5 .wide-area .cat-top {
    width: 100%;
    height: 564px;
    float: left;
    position: relative;
}
.esg_5brands-section-5 .wide-area .cat-top .inner {
    height: 564px;
    top: 0;
}
.esg_5brands-section-5 .wide-area .cat-top img.cats {
    position: absolute;
    bottom: 0;
    left: 56%;
    transform: translateX(-50%);
}
.esg_5brands-section-5 .wide-area .cat-top img.house {
    position: absolute;
    top: 70px;
    right: -150px;
}
.esg_5brands-section-5 .wide-area .cat-top h3 {
    margin: 120px 0 0 0;
}
.esg_5brands-section-5 .wide-area .cat-top .cat-top-left {
    width: 56.25%;
    height: 564px;
    float: left;
    background-color: #FF9CA7;
    position: absolute;
    top: 0;
    left: 0;
}
.esg_5brands-section-5 .wide-area .cat-top .cat-top-right {
    width: 43.75%;
    height: 564px;
    float: left;
    background-color: #41407D;
    position: absolute;
    top: 0;
    right: 0;
}
.esg_5brands-section-5 .wide-area .cat-medium {
    width: 100%;
    height: 375px;
    float: left;
    margin: 0;
    background-color: #E2E4FE;
}
.esg_5brands-section-5 .wide-area .cat-medium .inner {
    height: 375px;
    position: relative;
    z-index: 2900;
}
.esg_5brands-section-5 .wide-area .cat-medium p {
    max-width: 607px;
    position: absolute;
    top: 40px;
    left: 260px;
}
.esg_5brands-section-5 .wide-area .cat-medium img.cat {
    position: absolute;
    top: 45px;
    left: -100px;
    z-index: 2000;
}
.esg_5brands-section-3 {
    width: 100%;
    float: left;
}
.esg_5brands-section-3 .green-area {
    width: 100%;
}
.green-area ul.campaign-loop {
    width: 100%;
    float: left;
    margin: 0 0 90px 0;
}
.green-area ul.campaign-loop li.campaign-loop-item {
    width: 100%;
    height: 356px;
    float: left;
    margin: 0 0 40px 0;
}
.green-area ul.campaign-loop li.campaign-loop-item .campaign-loop-item-meta {
    width: 450px;
    height: 356px;
    padding: 122px 50px 0 50px;
    color: #fff;
}

@media all and (min-width: 1024px) {
   .green-area ul.campaign-loop li.campaign-loop-item:nth-child(1) .campaign-loop-item-meta{padding: 60px 50px 0 50px;}
}
.green-area ul.campaign-loop li.campaign-loop-item .campaign-loop-item-meta span {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
.green-area ul.campaign-loop li.campaign-loop-item .campaign-loop-item-meta h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
}
.green-area ul.campaign-loop li.campaign-loop-item:nth-child(2n-1) .campaign-loop-item-meta {
    float: right;
}
.green-area ul.campaign-loop li.campaign-loop-item:nth-child(2n) .campaign-loop-item-meta {
    float: left;
}
.green-area ul.campaign-loop li.campaign-loop-item:nth-child(1) .campaign-loop-item-meta {
    background-color: rgba(133, 169, 91, .53);
}
.green-area ul.campaign-loop li.campaign-loop-item:nth-child(2) .campaign-loop-item-meta {
    background-color: rgba(179, 107, 72, .7);
}
.green-area ul.campaign-loop li.campaign-loop-item:nth-child(3) .campaign-loop-item-meta {
    background-color: rgba(64, 88, 131, .7);
}
.green-area ul.campaign-loop li.campaign-loop-item:nth-child(4) .campaign-loop-item-meta {
    background-color: rgba(0, 165, 229, .7);
}
.green-area ul.campaign-loop li.campaign-loop-item:nth-child(5) .campaign-loop-item-meta {
    background-color: rgba(116, 190, 31, .7);
}
.green-area ul.campaign-loop li.campaign-loop-item:nth-child(6) .campaign-loop-item-meta {
    background-color: rgba(0, 92, 229, .7);
}
.esg_5brands-section-3 ul.cases {
    width: 100%;
    margin: 0;
    float: left;
}
.esg_5brands-section-3 ul.cases li {
    width: 100%;
    margin: 0 0 40px 0;
    float: left;
}
.esg_5brands-section-3 ul.cases li .entry-thumbnail {
    float: left;
    width: 590px;
    height: 356px;
    background-size: cover;
    background-position: center;
    margin: 0 0 20px 0;
}
.esg_5brands-section-3 ul.cases li .entry-meta {
    width: calc(100% - 660px);
    float: left;
}
.esg_5brands-section-3 ul.cases li .entry-meta .entry-title {
    font-size: 45px;
    line-height: 53px;
    letter-spacing: 0em;
    font-weight: 100;
}
.esg_5brands-section-3 ul.cases li .entry-meta p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0em;
}
.esg_5brands-section-3 ul.cases li:nth-child(1) .entry-thumbnail {
    float: left;
}
.esg_5brands-section-3 ul.cases li:nth-child(1) .entry-meta {
    float: right;
    margin: 0 0 0 70px;
}
.esg_5brands-section-3 ul.cases li:nth-child(2) .entry-thumbnail {
    float: right;
}
.esg_5brands-section-3 ul.cases li:nth-child(2) .entry-meta {
    float: left;
    margin: 0 70px 0 0;
}
.esg_5brands-section-3 ul.cases li:nth-child(3) {
    width: 100%;
    margin: 0;
}
.esg_5brands-section-3 ul.cases li:nth-child(3) .entry-thumbnail {
    width: 100%;
    height: 202px;
    float: left;
    margin: 0 0 20px 0;
}
.esg_5brands-section-3 ul.cases li:nth-child(3) .entry-meta {
    width: 100%;
    margin: 40px 0 0 0;
}
.box-border-blue {
    width: 100%;
    float: left;
    border: 2px solid #00A5E5;
    padding: 25px 15px 0 15px;
    margin: 0 0 15px 0;
    text-align: center;
}
a.view-more-contents {
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    color: #00A5E5;
    position: relative;
}
a.view-more-contents::after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 0 0 8px;
    background-image: url('../images/icons/icon-right-arrow-hover-blue.svg');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative;
    top: 3px;
}
a.view-more-contents:hover::after {
    opacity: 1;
}
.showcase-text a.view-more-contents {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}
.environment-section-6 a.view-more-contents {
    width: 100%;
    float: left;
    margin: 0 0 80px 0;
}
.page-environment .entry-header {
    width: 100%;
    height: 923px;
    background-image: url('../images/contents/beyond-build/environment/esg-environment-header-bg@2x.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    margin: 0 !important;
    padding: 0;
}
.page-environment .entry-header .inner {
    position: relative;
    height: 923px;
    padding: 227px 40px 80px 40px !important;
}
.page-environment .entry-header .page-excerpt {
    position: absolute;
    left: 40px;
    bottom: 90px;
}
.page-environment .entry-header .page-excerpt strong {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
    display: inline-block;
    width: 320px;
    float: left;
    border-right: 1px solid #fff;
}
.page-environment .entry-header .page-excerpt p {
    width: calc(100% - 320px);
    float: left;
    padding: 0 0 0 52px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 300;
}
.page-environment .environment-section {
    width: 100%;
    float: left;
}
.page-environment .environment-section .section-header .eyebrow {
    margin: 0 0 34px 0;
}
.page-environment .environment-section-1 {
    margin: 80px 0 150px 0;
}
.page-environment .environment-section h2,
.page-environment .environment-section-1 h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 40px 0;
}
.page-environment .environment-section-1 h2 span {
    font-weight: 500;
}
.page-environment .environment-section-1 figure.wide-area {
    position: relative;
}
.page-environment .environment-section-1 figure.wide-area .inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.page-environment .environment-section-1 figure.wide-area .inner img.year-2021 {
    position: absolute;
    top: -50px;
    left: -30px;
}
.page-environment .environment-section-1 figure.wide-area .inner img.year-2030 {
    position: absolute;
    top: -50px;
    left: 330px;
}
.page-environment .environment-section-1 figure.wide-area .inner img.year-2040 {
    position: absolute;
    top: -50px;
    left: 696px;
}
.page-environment .environment-section-1 figure.wide-area .inner img.year-2050 {
    position: absolute;
    top: -50px;
    right: -30px;
}
.page-environment .environment-section-1 img.year {
    width: 183px;
    height: auto;
}
.page-environment .environment-section-1 ul.columns-3 {
    width: calc(100% + 80px);
    margin: 0 -40px;
    float: left;
}
.page-environment .environment-section-1 ul.columns-3 > li {
    width: calc(33.33333% - 80px);
    margin: 0 40px;
    float: left;
}
.page-environment .environment-section-1 ul.columns-3 > li p.text-blue {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 30px 0;
}
.page-environment .environment-section-1 ul.columns-3 > li strong {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #666666;
    font-weight: 500;
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
}
.page-environment .environment-section-1 ul.columns-3 > li ul {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
}
.page-environment .environment-section-1 ul.columns-3 > li ul li {
    position: relative;
    padding: 0 0 0 20px;
    color: #666666;
}
.page-environment .environment-section-1 ul.columns-3 > li ul li::before {
    content: "ㆍ";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.environment-section-6 .poems-step {
    width: 100%;
    float: left;
}
.environment-section-6 .poems-step .poems-step-item {
    width: 25%;
    float: left;
}
.environment-section-6 .poems-step .poems-step-item .step-top {
    display: block;
    float: left;
    width: 100%;
    height: 280px;
    line-height: 280px;
    text-align: center;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 280px;
    font-weight: 300;
    background-color: #E5F6FD;
}
.environment-section-6 .poems-step .poems-step-item:nth-child(2) .step-top {
    background-color: #9EE3FF;
}
.environment-section-6 .poems-step .poems-step-item:nth-child(3) .step-top {
    background-color: #00A5E5;
    color: #fff;
}
.environment-section-6 .poems-step .poems-step-item:nth-child(4) .step-top {
    background-color: #05507D;
    color: #fff;
}
.environment-section-6 .poems-step .poems-step-item:nth-child(2n) {
    margin: 60px 0 0 0;
}
.environment-section-6 .poems-step .poems-step-item strong {
    width: 100%;
    float: left;
    margin: 60px 0 10px 0;
    padding: 0 45px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
}
.environment-section-6 .poems-step .poems-step-item ul {
    padding: 0 45px;
    width: 100%;
    float: left;
}
.environment-section-6 .poems-step .poems-step-item ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 0 20px;
    color: #666666;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}
.environment-section-6 .poems-step .poems-step-item ul li::before {
    content: "ㆍ";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.environment-section-6 .poems-area {
    width: 100%;
    float: left;
}
.environment-section-6 .poems-area .section-text {
    width: 420px;
    float: left;
    margin: 0 130px 0 0;
}
.environment-section-6 .poems-area .section-text p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 300;
}
.environment-section-6 .poems-area .section-text > span {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    color: #666666;
}
.environment-section-6 .poems-area .section-text h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    margin: 0 0 40px 0;
}
.environment-section-6 .poems-area .section-text h3 span {
    font-weight: 500;
}
.environment-section-6 .poems-area .section-image {
    width: calc(100% - 550px);
    float: left;
}
.environment-section-6 .poems-area .section-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: left;
}
.environment-section-6 .poems-area.left-wide-image .section-text {
    margin: 0 0 0 130px !important;
    float: right;
}
.environment-section-3 {
    width: 100%;
    height: 1100px;
    float: left;
    background-image: url('../images/contents/beyond-build/environment/esg-environment-h2@2x.jpg');
    background-size: cover;
    background-position: center;
}
.environment-section-3 .inner {
    padding: 130px 40px 0 40px;
}
.environment-section-4 {
    width: 100%;
    height: 1100px;
    float: left;
    background-image: url('../images/contents/beyond-build/environment/esg-environment-wind@2x.jpg');
    background-size: cover;
    background-position: center;
}
.environment-section-4 .inner {
    padding: 130px 40px 0 40px;
}
.environment-section-5 {
    width: 100%;
    height: 1100px;
    float: left;
    background-image: url('../images/contents/beyond-build/environment/esg-environment-lng@2x.jpg');
    background-size: cover;
    background-position: center;
}
.environment-section-5 .inner {
    height: 100%;
    padding: 130px 40px 0 40px;
    position: relative;
}
.environment-section-bg .inner .section-header span.eyebrow {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
}
.environment-section-bg .inner .section-header span.eyebrow span {
    font-size: 16px;
}
.environment-section-bg .inner .section-header h2 {
    font-size: 60px;
    line-height: 74px;
    letter-spacing: 0;
    font-weight: 100;
    color: #fff;
    margin: 0 0 48px 0;
}
.environment-section-bg .inner .section-header p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    color: #fff;
    max-width: 830px;
}
.environment-section-bg .inner ul.content-list {
    width: 100%;
    float: left;
    margin: 38px 0 30px 0;
    bottom: 340px;
}
.environment-section-bg .inner ul.content-list li {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
}
.environment-section-bg .inner ul.content-list li::before {
    content: "ㆍ";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
ul.h2-equipment {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}
ul.h2-equipment li {
    width: 284px;
    float: left;
    margin: 0 60px 0 0;
    text-align: center;
}
ul.h2-equipment li img {
    float: left;
    margin: 0 0 20px 0;
}
ul.h2-equipment li strong {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 10px 0;
}
ul.h2-equipment li span {
    width: 100%;
    float: left;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    float: none;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
}
.environment-section-5 ul.content-list {
    position: absolute;
    bottom: 130px;
    left: 40px;
}
.environment-section-6 {
    padding: 150px 0 0 0;
}
.page-environment .environment-section-2 .section-header .eyebrow {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 500;
}
.page-environment .environment-section-2 .business-model-area {
    width: 100%;
    float: left;
    padding: 40px 0 185px 0;
    margin: 50px 0 0 0;
    position: relative;
}
.page-environment .environment-section-2 .business-model-area::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #E4E4E4;
    position: absolute;
    right: 50%;
    top: 0;
    z-index: -1;
}
.page-environment .environment-section-2 .business-model-area > img.diagram {
    position: absolute;
    top: 46%;
    left: 49%;
    transform: translate(-50%, -50%);
}
.page-environment .environment-section-2 .business-model-area > img.cloud-01 {
    position: absolute;
    top: 55%;
    right: calc(540px - 50vw);
    z-index: -1;
}
.page-environment .environment-section-2 .business-model-area > img.cloud-02 {
    position: absolute;
    bottom: -60px;
    left: calc(520px - 50vw);
    z-index: -1;
}
.page-environment .environment-section-2 .business-model {
    width: 390px;
    float: left;
}
.page-environment .environment-section-2 .business-model h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 70px 0;
}
.page-environment .environment-section-2 .business-model h3 span {
    font-weight: 500;
}
.page-environment .environment-section-2 .business-model > ul > li {
    margin: 0 0 47px 0;
}
.page-environment .environment-section-2 .business-model > ul > li > p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 5px 0;
    color: #101010;
}
.page-environment .environment-section-2 .business-model > ul > li > strong {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 300;
    color: #00A5E5;
}
.page-environment .environment-section-2 .business-model ul li ul {
    font-size: 18px;
    line-height: 24px;
    color: #666;
    font-weight: 300;
    margin: 20px 0 0 0;
}
.page-environment .environment-section-2 .business-model ul li ul li {
    padding: 0 0 0 20px;
    position: relative;
}
.page-environment .environment-section-2 .business-model ul li ul li::before {
    content: "ㆍ";
    position: absolute;
    top: 0;
    left: 0;
}
.page-environment .environment-section-2 .business-model-right {
    width: 351px;
    float: right;
}
.page-urban_dev article .entry-header {
    width: 100%;
    height: 1096px;
    background-image: url('../images/contents/beyond-build/urban_dev/esg-urban-header-bg@2x.jpg');
    background-size: cover;
    background-position: center;
    margin: 0 !important;
    position: relative;
    z-index: 1000;
    color: #fff;
}
.page-urban_dev .dark-filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 12, 34, .9);
    z-index: 1100;
}
.page-urban_dev article .entry-header .inner {
    height: 1096px;
    padding: 227px 40px 80px 40px !important;
    position: relative;
    z-index: 1200;
}
.page-urban_dev article .entry-header span,
.page-urban_dev article .entry-header .entry-title {
    letter-spacing: 0;
}
.page-urban_dev article .entry-header .page-excerpt {
    margin: 120px 0 0 0;
}
.page-urban_dev article .entry-header .page-excerpt strong {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}
.page-urban_dev article .entry-header .page-excerpt p {
    font-size: 20px !important;
    line-height: 34px !important;
    letter-spacing: 0 !important;
    font-weight: 300;
    color: #9E9E9E;
}
.page-urban_dev .urban-section-01 {
    width: 100%;
    height: 360px;
    float: left;
    background-image: url('../images/contents/beyond-build/urban_dev/esg-urban-header-bg2@2x.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    z-index: 1000;
}
.page-urban_dev .urban-section-01 .dark-filter {
    background-color: rgba(0, 12, 34, .6);
}
.page-urban_dev .urban-section-01 .inner {
    z-index: 1200;
    position: relative;
}
.page-urban_dev .urban-section-01 .section-left {
    width: 483px;
    float: left;
    margin: -340px 90px 0 0;
}
.page-urban_dev .urban-section-01 .section-left h2 {
    position: inherit;
    bottom: inherit;
    left: inherit;
    margin: 0 0 100px 0;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
}
.page-urban_dev .urban-section-01 .section-left h2 span {
    font-weight: 500;
}
.page-urban_dev .urban-section-01 .section-left p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.page-urban_dev .urban-section-01 .section-right {
    width: calc(100% - 573px);
    float: right;
    margin-top: -320px;
}
.page-urban_dev .urban-section-01 .section-right ul {
    width: 100%;
    float: left;
}
.page-urban_dev .urban-section-01 .section-right ul li {
    width: 33.33333%;
    height: 580px;
    float: left;
    padding: 80px 35px;
}
.page-urban_dev .urban-section-01 .section-right ul li h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0 0 90px 0;
}
.page-urban_dev .urban-section-01 .section-right ul li h3 img {
    width: 50px;
    min-width: 50px;
    height: auto;
}
.page-urban_dev .urban-section-01 .section-right ul li h3 span {
    width: 100%;
    float: left;
    display: block;
    margin: 0 0 20px 0;
    font-weight: 500;
}
.page-urban_dev .urban-section-01 .section-right ul li p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, .8);
}
.page-urban_dev .urban-section-01 .section-right ul li:nth-child(1) {
    background-color: #0062F6;
}
.page-urban_dev .urban-section-01 .section-right ul li:nth-child(2) {
    background-color: #8376FB;
    margin-top: 40px;
}
.page-urban_dev .urban-section-01 .section-right ul li:nth-child(3) {
    background-color: #00B8FF;
}
.page-urban_dev .urban-section-02 {
    width: 100%;
    float: left;
    padding: 130px 0;
}
.page-urban_dev .urban-section-02 .section-header h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
}
.page-urban_dev .urban-section-02 .section-header h2 span {
    font-weight: 500;
}
.page-urban_dev .urban-section-02 .urban-section-02-image-area {
    position: relative;
}
.page-urban_dev .urban-section-02 .urban-section-02-image-area h3 {
    position: absolute;
    top: 100px;
    left: 0;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
    color: #00A5E5;
    width: 50%;
}
.page-urban_dev .urban-section-02 img.urban-2019 {
    width: 170px;
    min-width: 170px;
    height: auto;
    position: absolute;
    top: 0;
    right: 28%;
}
.page-urban_dev .urban-section-02 img.urban-2020 {
    width: 170px;
    min-width: 170px;
    height: auto;
    position: absolute;
    top: 0;
    right: 11%;
}
img.urban-section-02-bg {
    min-width: 100%;
    width: 100%;
    height: auto;
}
.page-urban_dev .urban-section-02 h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
}
.page-urban_dev .urban-section-02 ul.columns-3 {
    width: 100%;
    float: left;
    margin: 60px 0 0 0;
}
.page-urban_dev .urban-section-02 ul.columns-3 > li {
    width: 33.33333%;
    float: left;
    padding: 0 30px 0 0;
}
.page-urban_dev .urban-section-02 ul.columns-3 > li > div {
    width: 120px;
    height: 120px;
    border-radius: 50% 50%;
    background-color: rgba(200, 200, 200, .2);
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
    color: #00A5E5;
    padding: 28px 0 0 0;
    margin: 0 0 40px 0;
}
.page-urban_dev .urban-section-02 ul.columns-3 > li:nth-child(2) > div,
.page-urban_dev .urban-section-02 ul.columns-3 > li:nth-child(3) > div {
    padding: 46px 0 0 0;
}
.page-urban_dev .urban-section-02 ul.columns-3 > li > strong {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    color: #00A5E5;
    margin: 0 0 20px 0;
}
.page-urban_dev .urban-section-02 ul.columns-3 > li > ul {
    width: 100%;
    float: left;
}
.page-urban_dev .urban-section-02 ul.columns-3 > li > ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
    color: #666666;
    padding: 0 0 0 20px;
    position: relative;
}
.page-urban_dev .urban-section-02 ul.columns-3 > li > ul li::before {
    content: "ㆍ";
    display: inline-block;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.page-urban_dev .urban-section-03 {
    width: 100%;
    height: 1780px;
    float: left;
    background-size: cover;
    background-position: center;
}
.page-urban_dev .urban-section-03 .inner {
    padding: 130px 40px;
    color: #fff;
}
.page-urban_dev .urban-section-03 .inner h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
}
.page-urban_dev .urban-section-03 .content-top {
    width: 100%;
    float: left;
    padding: 100px 0;
    border-bottom: 1px solid #fff;
}
.page-urban_dev .urban-section-03 .content-top .content-top-left {
    width: 50%;
    float: left;
    text-align: left;
}
.page-urban_dev .urban-section-03 .content-top .content-top-left img {
    display: none;
}
.page-urban_dev .urban-section-03 .content-top .content-top-right {
    width: 50%;
    float: left;
    text-align: right;
}
.page-urban_dev .urban-section-03 .content-bottom {
    width: 100%;
    float: left;
    padding: 160px 0 0 0;
}
.page-urban_dev .urban-section-04 {
    width: 100%;
    height: 1306px;
    float: left;
    background-size: cover;
    background-position: center;
}
.page-urban_dev .urban-section-04 .inner {
    padding: 130px 40px;
    color: #fff;
}
.page-urban_dev .urban-section-04 .inner h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
}
.page-urban_dev .urban-section-04 .inner h2 span {
    font-weight: 500;
}
.page-urban_dev .urban-section-04 .inner strong.grade-a-plus {
    font-size: 140px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    margin: 0 0 40px 0;
    float: left;
}
.page-urban_dev .urban-section-04 .inner h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
}
.page-urban_dev .urban-section-04 .inner p {
    color: #9E9E9E;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
}
.page-urban_dev .urban-section-04 .inner ul {
    width: 100%;
    height: 400px;
    float: left;
    border: 1px solid rgba(255, 255, 255, .5);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.page-urban_dev .urban-section-04 .inner ul li {
    width: 33.33333%;
    height: 400px;
    float: left;
    padding: 30px 40px;
    border-right: 1px solid rgba(255, 255, 255, .5);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.page-urban_dev .urban-section-04 .inner ul li:last-child {
    border-right: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.page-urban_dev .urban-section-04 .inner ul li strong {
    width: 100%;
    float: left;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 20px 0;
}
.page-urban_dev .urban-section-04 .inner ul li:nth-child(2) br {
    display: none;
}
.page-urban_dev .urban-section-04 .inner ul li:nth-child(1) > span {
    margin: 0 0 105px 0;
}
.page-urban_dev .urban-section-04 .inner ul li:nth-child(2) > span {
    margin: 0 0 65px 0;
}
.page-urban_dev .urban-section-04 .inner ul li > span {
    width: 100%;
    float: left;
    color: #9E9E9E;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0 0 80px 0;
}
.page-urban_dev .urban-section-04 .inner ul li > p {
    width: 100%;
    float: left;
    font-size: 140px;
    letter-spacing: 0;
    font-weight: 500;
    color: #fff;
}
.page-urban_dev .urban-section-04 .inner ul li > p > span {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 300;
    position: relative;
    position: relative;
    top: -80px;
    margin-left: 10px;
}
.page-urban_dev .urban-section-05 {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
}
.urban-section-05 button.slick-arrow {
    width: 40px;
    height: 40px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    font-size: 0;
    position: absolute;
    top: 0;
    z-index: 2800;
    cursor: pointer;
}
.urban-section-05 button.slick-prev {
    background-image: url('../images/icons/icon-slide-left-arrow-gray.svg');
    background-size: cover;
    right: 72px;
}
.urban-section-05 button.slick-prev:hover {
    background-image: url('../images/icons/icon-slide-left-arrow-blue.svg');
}
.urban-section-05 button.slick-next {
    background-image: url('../images/icons/icon-slide-right-arrow-gray.svg');
    background-size: cover;
    right: 0;
}
.urban-section-05 button.slick-next:hover {
    background-image: url('../images/icons/icon-slide-right-arrow-blue.svg');
}
.urban-section-05 .navi-area {
    position: absolute;
    bottom: inherit;
    top: -80px;
}
.urban-section-05 .urban-slide-02 .navi-area {
    position: absolute;
    bottom: inherit;
    top: 263px;
    left: 135px;
}
.urban-section-05 .urban-slide-04 .navi-area {
    position: absolute;
    bottom: inherit;
    top: 263px;
    left: 135px;
}
.urban-section-05 .navi-area p {
    margin: 0;
    color: #00a5e5;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
}
.page-urban_dev .urban-section-05 .inner {
    padding: 130px 40px;
    position: relative;
}
.page-urban_dev .urban-section-05 .inner h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    margin: 0 0 70px 0;
    font-weight: 100;
}
.page-urban_dev .urban-section-05 .inner h2 span {
    font-weight: 500;
}
.page-urban_dev .urban-section-05 .inner .profile-image {
    width: 489px;
    height: auto;
    float: left;
    margin: 0 20px 0 -50px;
}
.page-urban_dev .urban-section-05 .inner .quote {
    width: calc(100% - 489px);
    float: left;
}
.page-urban_dev .urban-section-05 .inner .quote strong {
    font-size: 20px;
    line-height: 34px;
    color: #666;
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    font-weight: 400;
}
.page-urban_dev .urban-section-05 .inner .quote p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #9E9E9E;
}
.page-urban_dev .urban-section-05 .inner .quote img {
    margin: 0 0 0 -20px;
}
.page-urban_dev .urban-section-05 .urban-slide-01 {
    width: 100%;
    float: left;
    border-top: 1px solid rgba(112, 112, 122, .3);
    margin: 50px 0 0 0;
}
.page-urban_dev .urban-section-05 .urban-slide-01 .inner {
    padding: 100px 40px 0 40px;
}
.page-urban_dev .urban-section-05 .urban-slide-01 .inner h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 40px 0;
    padding: 0 0 60px 0;
}
.page-urban_dev .urban-section-05 .urban-slide-01 .navi-area {
    left: calc(50% + 430px);
}
.page-urban_dev .urban-section-05 .urban-slide-01 .navi-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -40px;
    width: 30px;
    height: 1px;
    border-bottom: 1px dotted #9E9E9E;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-next {
    top: -80px;
    right: calc(50vw - 600px);
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-prev {
    top: -80px;
    right: calc(50vw - 545px);
}
.page-urban_dev .urban-section-05 .urban-slide-01 .inner h3 span {
    font-weight: 500;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop {
    width: 100%;
    height: 670px;
    float: left;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop li.urban-slide-01-loop-item {
    width: 100%;
    height: 670px;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop li.urban-slide-01-loop-item img {
    width: 100%;
    max-width: 100%;
    height: 670px;
    float: left;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop {
    float: left;
    position: absolute;
    top: 0;
    left: calc(50vw - 600px);
    padding: 0;
    width: 180px;
    height: 670px;
    margin: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop .slick-list {
    height: 100% !important;
    padding: 0 !important;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop .slick-track {
    height: calc(100% + 10px) !important;
    margin: -5px 0 !important;
    padding: 0 !important;
    transform: none !important;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop .slick-list .slick-slide {
    float: left;
    border: none !important;
    height: calc(12.5% - 10px);
    margin: 5px 0 !important;
    overflow: hidden;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop .slick-list .slick-slide div {
    width: 100%;
    height: 100%;
    float: left;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item {
    margin: 0;
    float: left;
    position: relative;
    cursor: pointer;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item img {
    width: auto;
    height: 75px;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item:focus {
    outline: none;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop .slick-list .slick-slide.slick-current .blue-filter {
    background-color: rgba(0, 165, 229, .75);
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item .blue-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 165, 229, 0);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop li.urban-slide-01-nav-loop-item:hover .blue-filter {
    background-color: rgba(0, 165, 229, .75);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.page-urban_dev .urban-section-05 .urban-slide-01 .urban-slide-01-wrap {
    width: 100%;
    height: 670px;
    position: relative;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-slide div {
    line-height: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots {
    width: calc(50vw + 600px);
    margin: 40px 10px 0 calc(50vw - 600px);
    display: flex;
    justify-content: space-around;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots > li {
    display: inline-block;
    float: left;
    width: 100%;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots > li:focus {
    outline: none !important;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots > li.slick-active > button {
    background-color: #00A5E5;
    border-radius: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots > li > button {
    border: none;
    padding: 0;
    height: 3px;
    widtH: 100%;
    float: left;
    background-color: #E4E4E4;
    font-size: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots > li > button:focus {
    outline: none !important;
}
.page-urban_dev .urban-section-05 .urban-slide-03 {
    width: 100%;
    float: left;
    margin: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-03 .inner {
    padding: 100px 40px 0 40px;
    position: relative;
}
.page-urban_dev .urban-section-05 .urban-slide-03 .navi-area {
    left: calc(50% + 430px);
}
.page-urban_dev .urban-section-05 .urban-slide-03 .navi-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -40px;
    width: 30px;
    height: 1px;
    border-bottom: 1px dotted #9E9E9E;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-next {
    top: -80px;
    right: calc(50vw - 600px);
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-prev {
    top: -80px;
    right: calc(50vw - 545px);
}
.page-urban_dev .urban-section-05 .urban-slide-03 .inner h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 40px 0;
    padding: 0 0 60px 0;
}
.page-urban_dev .urban-section-05 .urban-slide-03 .inner h3 span {
    font-weight: 500;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop {
    width: 100%;
    height: 670px;
    float: left;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop li.urban-slide-03-loop-item {
    width: 100%;
    height: 670px;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop li.urban-slide-03-loop-item img {
    width: 100%;
    max-width: 100%;
    height: 670px;
    float: left;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop {
    float: left;
    position: absolute;
    top: 0;
    right: calc(50vw - 600px);
    padding: 0;
    width: 208px;
    height: 670px;
    margin: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-list {
    height: 100% !important;
    padding: 0 !important;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-track {
    height: calc(100% + 10px) !important;
    margin: -5px 0 !important;
    padding: 0 !important;
    transform: none !important;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-list .slick-slide {
    height: calc(14.2857% - 10px);
    margin: 5px 0;
    float: left;
    border: none !important;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-list .slick-slide.slick-current .blue-filter {
    background-color: rgba(0, 165, 229, .75);
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop .slick-list .slick-slide div {
    float: left;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item {
    float: left;
    position: relative;
    cursor: pointer;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item img {
    height: 87px;
    width: auto;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item:focus {
    outline: none;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item .blue-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 165, 229, 0);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-nav-loop li.urban-slide-03-nav-loop-item:hover .blue-filter {
    background-color: rgba(0, 165, 229, .75);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.page-urban_dev .urban-section-05 .urban-slide-03 .urban-slide-03-wrap {
    width: 100%;
    height: 670px;
    position: relative;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-slide div {
    line-height: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots {
    width: calc(50vw + 600px);
    margin: 40px 10px 0 calc(50vw - 600px);
    display: flex;
    justify-content: space-around;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots > li {
    display: inline-block;
    float: left;
    width: 100%;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots > li:focus {
    outline: none !important;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots > li.slick-active > button {
    background-color: #00A5E5;
    border-radius: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots > li > button {
    border: none;
    padding: 0;
    height: 3px;
    widtH: 100%;
    float: left;
    background-color: #E4E4E4;
    font-size: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots > li > button:focus {
    outline: none !important;
}
.page-urban_dev .urban-section-05 .urban-slide-02 {
    position: relative;
    width: 100%;
    float: left;
    padding: 143px 0 0 0;
}
.page-urban_dev .urban-section-05 .urban-slide-02 h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 40px 0;
    padding: 0 0 60px 0;
    text-align: right;
    position: relative;
}
.page-urban_dev .urban-section-05 .urban-slide-02 h3 span {
    font-weight: 500;
}
.page-urban_dev .urban-section-05 .urban-slide-02 h3 .navi-area {
    left: 135px;
}
.page-urban_dev .urban-section-05 .urban-slide-02 .navi-area::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -40px;
    width: 30px;
    height: 1px;
    border-bottom: 1px dotted #9E9E9E;
}
.page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-next {
    top: -80px;
    left: 55px;
}
.page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-prev {
    top: -80px;
    left: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop {
    width: calc(100% + 20px);
    float: left;
    margin: 0 -10px;
}
.page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-list {
    overflow: visible !important;
}
.page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-slide {
    width: calc(100% - 20px);
    margin: 0 10px;
    float: left;
    overflow: hidden;
}
.page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-slide div {
    line-height: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots {
    width: calc(100% - 20px);
    margin: 40px 10px 0 10px;
    display: flex;
    justify-content: space-around;
}
.page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots > li {
    display: inline-block;
    float: left;
    width: 100%;
}
.page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots > li:focus {
    outline: none !important;
}
.page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots > li.slick-active > button {
    background-color: #00A5E5;
    border-radius: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots > li > button {
    border: none;
    padding: 0;
    height: 3px;
    widtH: 100%;
    float: left;
    background-color: #E4E4E4;
    font-size: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-dots > li > button:focus {
    outline: none !important;
}
.page-urban_dev .urban-section-05 .urban-slide-04 {
    position: relative;
    width: 100%;
    float: left;
    padding: 143px 0 0 0;
}
.page-urban_dev .urban-section-05 .urban-slide-04 h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 40px 0;
    padding: 0 0 60px 0;
    text-align: right;
    position: relative;
}
.page-urban_dev .urban-section-05 .urban-slide-04 h3 span {
    font-weight: 500;
}
.page-urban_dev .urban-section-05 .urban-slide-04 h3 .navi-area {
    left: 135px;
}
.page-urban_dev .urban-section-05 .urban-slide-04 .navi-area::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -40px;
    width: 30px;
    height: 1px;
    border-bottom: 1px dotted #9E9E9E;
}
.page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-next {
    top: -80px;
    left: 55px;
}
.page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-prev {
    top: -80px;
    left: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop {
    width: calc(100% + 20px);
    float: left;
    margin: 0 -10px;
}
.page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-list {
    overflow: visible !important;
}
.page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-slide {
    width: calc(100% - 20px);
    margin: 0 10px;
    float: left;
    overflow: hidden;
}
.page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-slide div {
    line-height: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots {
    width: calc(100% - 20px);
    margin: 40px 10px 0 10px;
    display: flex;
    justify-content: space-around;
}
.page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots > li {
    display: inline-block;
    float: left;
    width: 100%;
}
.page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots > li:focus {
    outline: none;
}
.page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots > li.slick-active > button {
    background-color: #00A5E5;
    border-radius: 0;
}
.page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots > li > button {
    border: none;
    padding: 0;
    height: 3px;
    width: 100%;
    float: left;
    background-color: #E4E4E4;
    font-size: 0 !important;
}
.slick-dots > li > button {
    font-size: 0 !important;
}
.page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-dots > li > button:focus {
    outline: none;
}
.page-urban_dev .urban-section-06 {
    width: 100%;
    float: left;
    padding: 0 0 120px 0;
}
.page-urban_dev .urban-section-06 .inner {
    padding: 140px 40px 0 40px;
}
.page-urban_dev .urban-section-06 .inner h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 70px 0;
}
.page-urban_dev .urban-section-06 .inner h2 span {
    font-weight: 500;
}
.page-urban_dev .urban-section-06 ul.patents {
    width: 100%;
    float: left;
    border-top: 1px solid #9E9E9E;
    margin: 0 0 80px 0;
}
.page-urban_dev .urban-section-06 ul.patents li {
    width: 50%;
    height: 285px;
    float: left;
    padding: 40px 0 60px 138px;
    border-bottom: 1px solid #9E9E9E;
    position: relative;
}
.page-urban_dev .urban-section-06 ul.patents li:nth-child(3),
.page-urban_dev .urban-section-06 ul.patents li:nth-child(4) {
    border-bottom: none;
}
.page-urban_dev .urban-section-06 ul.patents li > img {
    max-width: 98px;
    max-height: 98px;
    float: left;
    margin: 0 40px 0 0;
    position: absolute;
    top: 60px;
    left: 0;
}
.page-urban_dev .urban-section-06 ul.patents li > div.patent {
    float: left;
    width: 100%;
}
.page-urban_dev .urban-section-06 ul.patents li > div.patent > p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0;
}
.page-urban_dev .urban-section-06 ul.patents li > div.patent > strong {
    font-size: 90px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 500;
}
.page-urban_dev .urban-section-06 ul.patents li > div.patent > strong > span {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 0 20px;
    position: relative;
    top: -45px;
}
.page-urban_dev .urban-section-06 ul.patents li > div.patent > span {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #9E9E9E;
}
.page-urban_dev .urban-section-06 h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 70px 0;
}
.page-urban_dev .urban-section-06 ul.ranks {
    width: calc(100% + 10px);
    margin: 0 -5px;
    float: left;
}
.page-urban_dev .urban-section-06 ul.ranks li {
    width: calc(50% - 10px);
    height: 230px;
    margin: 0 5px 10px 5px;
    float: left;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 30px 50px;
}
.page-urban_dev .urban-section-06 ul.ranks li:nth-child(2) {
    background-size: 125% 125%;
    background-position: center top;
}
.page-urban_dev .urban-section-06 ul.ranks li span {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.page-urban_dev .urban-section-06 ul.ranks li strong {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02;
    font-weight: 500;
}
.page-urban_dev .urban-section-07 {
    width: 100%;
    height: 1150px;
    float: left;
    background-color: #0C1A3A;
    color: #fff;
}
.page-urban_dev .urban-section-07 .inner {
    padding: 100px 40px 0 40px;
    height: 1150px;
    position: relative;
}
.page-urban_dev .urban-section-07 .inner img {
    position: absolute;
    bottom: 0;
    left: 70px;
}
.page-urban_dev .urban-section-07 .inner h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 70px 0;
}
.page-urban_dev .urban-section-07 .inner h2 span {
    font-weight: 500;
}
.page-urban_dev .urban-section-07 .inner ul.remodeling-step {
    width: 310px;
    position: absolute;
    right: 0;
    bottom: 33px;
}
.page-urban_dev .urban-section-07 .inner ul.remodeling-step::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: calc(100% + 33px);
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    left: -85px;
}
.page-urban_dev .urban-section-07 .inner ul.remodeling-step li {
    width: 100%;
    float: left;
    margin: 0 0 60px 0;
    padding: 0 0 0 52px;
    position: relative;
}
.page-urban_dev .urban-section-07 .inner ul.remodeling-step li:nth-child(1) {
    width: 400px;
    position: absolute;
    top: 0;
    left: -940px;
}
.page-urban_dev .urban-section-07 .inner ul.remodeling-step li:nth-child(4) {
    margin: 0;
}
.page-urban_dev .urban-section-07 .inner ul.remodeling-step li::before {
    width: 32px;
    height: 32px;
    border-radius: 50% 50%;
    background-color: #00A5E5;
    color: #fff !important;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 5px;
    left: 0;
}
.page-urban_dev .urban-section-07 .inner ul.remodeling-step li:nth-child(1)::before {
    content: "01";
}
.page-urban_dev .urban-section-07 .inner ul.remodeling-step li:nth-child(2)::before {
    content: "02";
}
.page-urban_dev .urban-section-07 .inner ul.remodeling-step li:nth-child(3)::before {
    content: "03";
}
.page-urban_dev .urban-section-07 .inner ul.remodeling-step li:nth-child(4)::before {
    content: "04";
}
.page-urban_dev .urban-section-07 .inner ul.remodeling-step li strong {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 0 19px 0;
    width: 100%;
    float: left;
}
.page-urban_dev .urban-section-07 .inner ul.remodeling-step li p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.page-urban_dev .urban-section-07 .inner ul.remodeling-step li span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #9E9E9E;
    font-weight: 300;
}
.page-urban_dev .urban-section-08 {
    width: 100%;
    float: left;
}
.page-urban_dev .urban-section-08 .inner {
    padding: 130px 40px 0 40px;
}
.page-urban_dev .urban-section-08 .inner h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 70px 0;
}
.page-urban_dev .urban-section-08 .inner h2 span {
    font-weight: 500;
}
.page-urban_dev .urban-section-08 .inner ul.partnership {
    width: 100%;
    float: left;
}
.page-urban_dev .urban-section-08 .inner ul.partnership > li {
    width: 25%;
    height: 336px;
    float: left;
    color: #fff;
    padding: 40px 30px;
}
.page-urban_dev .urban-section-08 .inner ul.partnership > li:nth-child(1) {
    background-color: #00A5E5;
}
.page-urban_dev .urban-section-08 .inner ul.partnership > li:nth-child(1) img::before {
    content: "01";
}
.page-urban_dev .urban-section-08 .inner ul.partnership > li:nth-child(2) {
    background-color: #05507D;
}
.page-urban_dev .urban-section-08 .inner ul.partnership > li:nth-child(2) img::before {
    content: "02";
}
.page-urban_dev .urban-section-08 .inner ul.partnership > li:nth-child(3) {
    background-color: #00A5E5;
}
.page-urban_dev .urban-section-08 .inner ul.partnership > li:nth-child(3) img::before {
    content: "03";
}
.page-urban_dev .urban-section-08 .inner ul.partnership > li:nth-child(4) {
    background-color: #05507D;
}
.page-urban_dev .urban-section-08 .inner ul.partnership > li:nth-child(4) img::before {
    content: "04";
}
.page-urban_dev .urban-section-08 .inner ul.partnership > li img {
    position: relative;
    margin: 0 0 50px 0;
}
.page-urban_dev .urban-section-08 .inner ul.partnership > li img::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
}
.page-urban_dev .urban-section-08 .inner ul.partnership > li strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    float: left;
}
.page-urban_dev .urban-section-08 .inner ul.partnership-process {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    margin: 45px 0 0 0;
    position: relative;
}
.page-urban_dev .urban-section-08 .inner ul.partnership-process::after {
    content: "";
    display: inline-block;
    width: calc(50vw + 600px);
    height: 1px;
    background-color: #9E9E9E;
    position: absolute;
    bottom: 250px;
    left: 0;
    z-index: -100;
}
.page-urban_dev .urban-section-08 .inner ul.partnership-process li {
    padding: 0 20px 0 0;
}
.page-urban_dev .urban-section-08 .inner ul.partnership-process li strong {
    display: inline-block;
    width: 100%;
    height: 80px;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
    color: #00A5E5;
    margin: 0 0 70px 0;
    position: relative;
}
.page-urban_dev .urban-section-08 .inner ul.partnership-process li strong::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50% 50%;
    background-color: #00A5E5;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.page-urban_dev .urban-section-08 .inner ul.partnership-process li p {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 0 13px 0;
}
.page-urban_dev .urban-section-08 .inner ul.partnership-process li span {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    letter-spacing: 0;
    color: #666666;
    font-weight: 300;
}
.page-culture .entry-header {
    height: 923px;
    background-image: url('../images/contents/beyond-build/culture/culture-section-00-01@2x.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    margin: 0 !important;
    padding: 0;
}
.page-culture .entry-header .inner {
    position: relative;
    height: 923px;
    padding: 227px 40px 80px 40px !important;
}
.page-culture .entry-header .page-excerpt {
    position: absolute;
    left: 40px;
    bottom: 90px;
}
.page-culture .entry-header .page-excerpt strong {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0 0 34px 0;
}
.page-culture .entry-header .page-excerpt p {
    width: 100%;
    float: left;
    padding: 0;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 300;
}
.page-culture .culture-section {
    width: 100%;
    float: left;
}
.page-culture .culture-section-1 {
    padding: 150px 0 180px 0;
}
.page-culture .culture-section-1 h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 40px 0;
}
.page-culture .culture-section-1 .culture-top {
    width: 100%;
    height: 400px;
    position: relative;
    border-top: 1px solid rgba(112, 112, 112, .4);
    padding: 50px 0 0 0;
    margin: 50px 0 10px 0;
}
.page-culture .culture-section-1 .culture-top img {
    width: 400px;
    height: auto;
    float: left;
}
.page-culture .culture-section-1 .culture-top p {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 600px;
}
.page-culture .culture-section-1 .culture-bottom {
    width: 100%;
    height: 400px;
    position: relative;
}
.page-culture .culture-section-1 .culture-bottom img {
    width: 500px;
    height: auto;
    float: right;
}
.page-culture .culture-section-1 .culture-bottom p {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: 600px;
}
.page-culture .culture-section-2 {
    background-image: url('../images/contents/beyond-build/culture/culture-section-02-01@2x.jpg');
    background-size: cover;
    background-position: center;
    height: 900px;
}
.page-culture .culture-section-2 .inner {
    padding: 130px 40px 0 40px;
}
.page-culture .culture-section-2 .inner h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 220px 0;
}
.page-culture .culture-section-2 .inner ul li {
    width: 50%;
    float: left;
}
.page-culture .culture-section-2 .inner ul li:nth-child(1) {
    border-right: 1px solid rgba(0, 0, 0, .2);
    padding: 0 90px 0 0;
}
.page-culture .culture-section-2 .inner ul li:nth-child(2) {
    padding: 0 0 0 90px;
}
.page-culture .culture-section-2 .inner ul li strong {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 0 24px 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.page-culture .culture-section-2 .inner ul li p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 0;
    color: #000;
}
.page-culture .culture-section-3 {
    background-image: url('../images/contents/beyond-build/culture/culture-section-03-01@2x.jpg');
    background-size: cover;
    background-position: center;
    height: 900px;
}
.page-culture .culture-section-3 .inner {
    padding: 130px 40px 0 40px;
    color: #fff;
}
.page-culture .culture-section-3 .inner h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 330px 0;
}
.page-culture .culture-section-3 .inner > ul > li {
    width: 50%;
    float: left;
}
.page-culture .culture-section-3 .inner > ul > li:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, .5);
    padding: 0 90px 0 0;
}
.page-culture .culture-section-3 .inner > ul > li:nth-child(2) {
    padding: 0 0 0 90px;
}
.page-culture .culture-section-3 .inner > ul > li > strong {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 0 24px 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.page-culture .culture-section-3 .inner > ul > li > p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
}
.page-culture .culture-section-3 .inner > ul > li > ul {
    width: 100%;
    float: left;
}
.page-culture .culture-section-3 .inner > ul > li > ul > li {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 0;
    position: relative;
    padding: 0 0 0 15px;
}
.page-culture .culture-section-3 .inner > ul > li > ul > li::before {
    content: "ㆍ";
    position: absolute;
    top: 0;
    left: 0;
}
.page-culture .culture-section-4 {
    background-image: url('../images/contents/beyond-build/culture/culture-section-04-01@2x.jpg');
    background-size: cover;
    background-position: center;
    height: 900px;
}
.page-culture .culture-section-4 .inner {
    padding: 130px 40px 0 40px;
    color: #fff;
}
.page-culture .culture-section-4 .inner h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 220px 0;
}
.page-culture .culture-section-4 .inner ul {
    width: 100%;
    display: block;
    margin: 0;
}
.page-culture .culture-section-4 .inner ul li {
    width: 33.33333%;
    float: left;
    padding: 0 45px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.page-culture .culture-section-4 .inner ul li:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, .5);
    padding: 0 45px 0 0;
}
.page-culture .culture-section-4 .inner ul li:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, .5);
}
.page-culture .culture-section-4 .inner ul li:nth-child(3) {
    padding: 0 0 0 45px;
}
.page-culture .culture-section-4 .inner ul li strong {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 0 24px 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.page-culture .culture-section-4 .inner ul li p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
}
.page-culture .culture-section-5 {
    background-image: url('../images/contents/beyond-build/culture/culture-section-05-02@2x.jpg');
    background-size: 130% 130%;
    background-position: 45% center;
    height: 900px;
}
.page-culture .culture-section-5 .inner {
    padding: 130px 40px 0 40px;
}
.page-culture .culture-section-5 .inner h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 70px 0;
    text-align: right;
}
.page-culture .culture-section-5 .inner div {
    width: 100%;
    float: left;
}
.page-culture .culture-section-5 .inner img {
    float: left;
    width: 133px;
    margin: 0 30px;
    position: relative;
    top: -10px;
}
.page-culture .culture-section-5 .inner h3 {
    float: left;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 300;
    display: inline-block;
    width: 300px;
    clear: none;
    margin: 0 60px 0 0;
}
.page-culture .culture-section-5 .inner p {
    float: left;
    width: calc(100% - 553px);
    color: #000;
}
.page-culture .culture-section-5 .inner > ul {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    margin: 90px 0 0 0;
}
.page-culture .culture-section-5 .inner > ul > li {
    width: 100%;
    padding: 0 45px;
    border-right: 1px solid rgba(0, 0, 0, .2);
}
.page-culture .culture-section-5 .inner > ul > li:nth-child(1) {
    padding: 0 45px 0 0;
}
.page-culture .culture-section-5 .inner > ul > li:nth-child(3) {
    width: 120%;
}
.page-culture .culture-section-5 .inner > ul > li:nth-child(4) {
    padding: 0 0 0 45px;
    border-right: none;
}
.page-culture .culture-section-5 .inner > ul > li > strong {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 0 24px 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.page-culture .culture-section-5 .inner > ul > li > ul {
    width: 100%;
    float: left;
}
.page-culture .culture-section-5 .inner > ul > li > ul > li {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0;
}
.page-culture .culture-section-5 .inner > ul > li > ul > li::before {
    content: "ㆍ";
    position: absolute;
    top: 0;
    left: 0;
}
.page-culture .culture-section-5 .inner > ul > li > p {
    width: 100%;
    float: left;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.5;
}
.page-culture .culture-section-6 {
    background-image: url('../images/contents/beyond-build/culture/culture-section-06-01@2x.jpg');
    background-size: cover;
    background-position: center;
    height: 900px;
}
.page-culture .culture-section-6 .inner {
    padding: 130px 40px 0 40px;
    color: #fff;
}
.page-culture .culture-section-6 .inner h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 200px 0;
    text-align: left;
}
.page-culture .culture-section-6 .inner ul {
    width: 100%;
    float: left;
    display: flex;
}
.page-culture .culture-section-6 .inner > ul > li {
    width: 100%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, .5);
}
.page-culture .culture-section-6 .inner > ul > li:nth-child(1) {
    width: 40%;
    padding: 0 30px 0 0;
}
.page-culture .culture-section-6 .inner > ul > li:nth-child(2) {
    width: 30%;
    padding: 0 30px;
}
.page-culture .culture-section-6 .inner > ul > li:nth-child(3) {
    width: 30%;
    padding: 0 0 0 30px;
    border-right: none;
}
.page-culture .culture-section-6 .inner > ul > li > strong {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 0 24px 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.page-culture .culture-section-6 .inner > ul > li:nth-child(1) > strong {
    width: auto;
}
.page-culture .culture-section-6 .inner > ul > li > p {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
}
.page-culture .culture-section-6 .inner > ul > li > ul {
    float: left;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.page-culture .culture-section-6 .inner > ul > li > ul > li {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0;
}
.page-culture .culture-section-6 .inner > ul > li > ul > li::before {
    content: "ㆍ";
    position: absolute;
    top: 0;
    left: 0;
}
.page-culture .culture-section-7 {
    background-image: url('../images/contents/beyond-build/culture/culture-section-07-01@2x.jpg');
    background-size: cover;
    background-position: center;
    height: 900px;
}
.page-culture .culture-section-7 .inner {
    padding: 130px 40px 0 40px;
}
.page-culture .culture-section-7 .inner h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 100px 0;
    text-align: right;
}
.page-culture .culture-section-7 .inner > ul {
    width: calc(100% + 180px);
    margin: 0 -90px;
    float: left;
    display: flex;
}
.page-culture .culture-section-7 .inner > ul > li {
    width: calc(50% - 180px);
    margin: 0 90px;
    float: left;
    position: relative;
}
.page-culture .culture-section-7 .inner > ul > li:nth-child(1)::after {
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, .2);
    padding: 0;
    position: absolute;
    top: 0;
    right: -90px;
}
.page-culture .culture-section-7 .inner > ul > li > strong {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 0 24px 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.page-culture .culture-section-7 .inner > ul > li > p {
    width: 100%;
    height: 102px;
    float: left;font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 300;
    color: #000;
}
.page-culture .culture-section-7 .inner > ul > li > ul {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
}
.page-culture .culture-section-7 .inner > ul > li > ul > li {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 300;
    position: relative;
}
.page-culture .culture-section-7 .inner > ul > li > ul > li::before {
    content: "ㆍ";
    position: absolute;
    top: 0;
    left: -15px;
}
.page-culture .culture-section-8 {
    background-image: url('../images/contents/beyond-build/culture/culture-section-08-01@2x.jpg');
    background-size: cover;
    background-position: center;
    height: 900px;
}
.page-culture .culture-section-8 .inner {
    padding: 130px 40px 0 40px;
}
.page-culture .culture-section-8 .inner h2 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    margin: 0 0 100px 0;
    text-align: left;
}
.page-culture .culture-section-8 .inner > ul {
    width: calc(100% + 100px);
    margin: 0 -50px;
    float: left;
}
.page-culture .culture-section-8 .inner > ul > li {
    width: calc(33.33333% - 100px);
    margin: 0 50px;
    float: left;
    position: relative;
}
.page-culture .culture-section-8 .inner > ul > li:nth-child(1)::after,
.page-culture .culture-section-8 .inner > ul > li:nth-child(2)::after {
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, .2);
    padding: 0;
    position: absolute;
    top: 0;
    right: -50px;
}
.page-culture .culture-section-8 .inner > ul > li > strong {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 0 24px 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.page-culture .culture-section-8 .inner > ul > li > p {
    width: 100%;
    height: 102px;
    float: left;font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 300;
    color: #000;
}
.page-culture .culture-section-8 .inner > ul > li > ul {}
.page-culture .culture-section-8 .inner > ul > li > ul > li {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 300;
}
/*************************************
	Popup
*************************************/
.popup {
    display: block;
    width: 400px;
    height: 530px;
    background-color: #f9f9f9;
    z-index: 10000;
    position: absolute;
    top: 200px;
    right: 200px;
}
.popup .popup-content {
    width: 100%;
    height: calc(100% - 50px);
    position: absolute;
    top: 0;
    left: 0;
}
.popup-loop {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.popup-loop .slick-arrow {
    width: 49px;
    height: 49px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 0 !important;
    cursor: pointer;
    border: none;
    border-radius: 0;
    z-index: 11000;
}
.popup-loop .slick-prev {
    left: 0;
    background-image: url('../images/icons/popup-left-arrow.svg');
    background-size: cover;
    background-position: center;
}
.popup-loop .slick-prev:hover {
    background-image: url('../images/icons/popup-left-arrow-hover.svg');
}
.popup-loop .slick-next {
    right: 0;
    background-image: url('../images/icons/popup-right-arrow.svg');
    background-size: cover;
    background-position: center;
}
.popup-loop .slick-next:hover {
    background-image: url('../images/icons/popup-right-arrow-hover.svg');
}
.popup-loop .slick-dots {
    bottom: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.popup-loop .slick-dots > li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    display: inline-block;
    float: left;
}
.popup-loop .slick-dots > li > button {
    border: none;
    width: 8px;
    height: 8px;
    border-radius: 50% 50%;
    background-color: rgba(255, 255, 255, .5);
    margin: 0;
    padding: 0;
    z-index: 11000;
    float: left;
    font-size: 0;
}
.popup-loop .slick-dots > li.slick-active button {
    background-color: #00A5E5;
}
.popup-loop .slick-dots > li:focus,
.popup-loop .slick-dots > li > button:focus {
    outline: none;
}
.popup-loop .popup-loop-item {
    width: 100%;
    height: 100%;
    float: left;
}
.popup-loop .popup-loop-item img {
    width: 100%;
    height: 100%;
}
.popup .popup-footer {
    width: 100%;
    height: 50px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.popup .popup-footer .popup-cookie {
    width: calc(100% - 120px);
    height: 50px;
    line-height: 50px;
    float: left;
    padding: 0 30px;
    color: #9E9E9E;
}
.popup .popup-footer .popup-cookie input[type="radio"] {
    margin: 0 5px 0 0;
}
.popup .popup-footer .popup-close {
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    float: right;
}
.popup .popup-footer .popup-close a {
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
    color: #9E9E9E;
    text-decoration: none;
}
/*************************************
	ESG Extra
*************************************/
.environment-strategy-tab-01 ul.environment-purpose {
    width: calc(100% + 76px);
    margin: 0 -38px;
    float: left;
}
.environment-strategy-tab-01 ul.environment-purpose > li {
    width: calc(33.33333% - 76px);
    margin: 0 38px;
    float: left;
    text-align: center;
    position: relative;
}
.environment-strategy-tab-01 ul.environment-purpose > li::after {
    content: "";
    display: block;
    width: 75px;
    height: 1px;
    background-color: #00A5E5;
    position: absolute;
    top: 50%;
    right: -76px;
}
.environment-strategy-tab-01 ul.environment-purpose > li:nth-child(3)::after {
    content: none;
}
.environment-strategy-tab-01 ul.environment-purpose > li span {
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    color: #00A5E5;
    margin: 0 0 5px 0;
}
.environment-strategy-tab-01 ul.environment-purpose > li strong {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    font-weight: 300;
}
.environment-strategy-tab-01 ul.environment-strategy > li {
    width: 280px;
    height: 280px;
    border-radius: 50% 50%;
    border: 1px solid #E4E4E4;
    float: left;
    position: relative;
    background-color: #fff;
    text-align: center;
}
.environment-strategy-tab-01 ul.environment-strategy > li span {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}
.environment-strategy-tab-01 ul.environment-strategy > li .environment-strategy-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.environment-strategy-tab-01 ul.environment-strategy > li::after {
    content: "";
    display: block;
    width: 280px;
    height: 280px;
    border-radius: 50% 50%;
    background-color: rgba(0, 165, 229, .05);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1000;
}
.environment-strategy-tab-01 ul.environment-strategy > li:nth-child(1),
.environment-strategy-tab-01 ul.environment-strategy > li:nth-child(2) {
    margin: 0 77px 0 0;
}
.box-ol-shadow {
    width: 100%;
    height: 210px;
    float: left;
    position: relative;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    padding: 30px;
    margin: 0 0 30px 0;
}
.box-ol-shadow ol {
    width: 100%;
    float: left;
}
.box-ol-shadow ol li {
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 0;
}
.box-ol-shadow ol li::before {
    font-size: 20px;
    font-weight: 700;
    color: #00A5E5;
    display: inline-block;
    width: 40px;
}
.box-ol-shadow ol li:nth-child(1)::before {
    content: "01";
}
.box-ol-shadow ol li:nth-child(2)::before {
    content: "02";
}
.box-ol-shadow ol li:nth-child(3)::before {
    content: "03";
}
.box-ol-shadow ol li:nth-child(4)::before {
    content: "04";
}
.box-ol-shadow ol li:nth-child(5)::before {
    content: "05";
}
.box-ol-shadow::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    background-color: rgba(0, 165, 229, .05);
    z-index: -1000;
}
ul.shared-strategy {
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
}
ul.shared-strategy li {
    width: 280px;
    height: 280px;
    border-radius: 50% 50%;
    background-color: #fff;
    position: relative;
    border: 1px solid #E4E4E4;
    float: left;
    margin: 0 77px 0 0;
    text-align: center;
}
ul.shared-strategy li:nth-child(3) {
    margin: 0;
}
ul.shared-strategy li::after {
    content: "";
    width: 280px;
    height: 280px;
    display: block;
    border-radius: 50% 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 165, 229, .05);
    z-index: -1000;
}
ul.shared-strategy li strong {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #00A5E5;
    margin: 15px 0 0 0;
}
ul.shared-strategy li img {}
ul.shared-strategy li p {}
ul.shared-strategy li .shared-strategy-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
ul.normal-ol {
    width: 100%;
    display: flex;
}
ul.normal-ol > li {
    width: 33.33333%;
    float: left;
    border-right: 1px solid #E4E4E4;
    padding: 0 30px;
}
ul.normal-ol > li:first-child {
    padding: 0 30px 0 0;
    width: 31.5%;
}
ul.normal-ol > li:nth-child(2) {
    width: 37%;
}
ul.normal-ol > li:last-child {
    border-right: none;
    padding: 0 0 0 30px;
    width: 31.5%;
}
ul.normal-ol > li > ol > li {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 1.36;
    margin: 0 0 20px 0;
    font-weight: 300;
    color: #666;
}
ul.normal-ol > li > ol {
    list-style: decimal;
    margin: 0 0 0 30px;
}
table.table-bg-gray {
    background-color: #f9f9f9;
    margin: 0 0 20px 0;
}
table.table-bg-gray thead tr th {
    color: #00A5E5;
    border-bottom: 1px solid #E4E4E4;
}
table.table-bg-gray tbody tr td {
    color: #666666 !important;
    font-weight: 300;
}
table.table-bg-gray tbody tr th,
table.table-bg-gray tbody tr td strong {
    font-weight: 500;
    color: #000000;
}
#accordion div.ui-accordion-content table.table-normal.table-bg-gray.table-header-white tbody tr th {
    white-space: normal !important;
    width: 300px;
}
table.table-bg-gray.table-header-white thead tr th {
    background-color: #fff;
    color: #00A5E5;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 20px 30px 20px;
}
.cp-view-more a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}
.cp-view-more a:hover {
    color: #00a5e5;
}
table.table-governance tbody tr td {
    border-right: 1px solid #e4e4e4;
}
table.table-governance tbody tr td:last-child {
    border-right: none;
}
table.table-normal ol {
    margin: 0 0 0 20px !important;
}
ul.fire-protect {
    width: calc(100% + 30px);
    margin: 0 -15px 40px -15px !important;
    float: left;
    list-style: none !important;
    padding: 0;
}
ul.fire-protect li {
    width: calc(33.33333% - 30px);
    height: 125px;
    margin: 0 15px;
    float: left;
    border: 1px solid #E4E4E4;
    position: relative;
}
ul.fire-protect li img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
ul.fire-protect li .fire-protect-content {
    position: absolute;
    top: 50%;
    left: 110px;
    transform: translateY(-50%);
}
ul.fire-protect li .fire-protect-content strong {
    width: 100%;
    float: left;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 500;
    color: #00A5E5;
    margin: 0 0 5px 0;
}
ul.fire-protect li .fire-protect-content span {
    font-size: 17px;
    letter-spacing: 0;
}
ul.columns-2-image {
    width: calc(100% + 20px);
    margin: 0 -10px 40px -10px !important;
    float: left;
    list-style: none !important;
}
ul.columns-2-image li {
    width: calc(50% - 20px);
    margin: 0 10px;
    float: left;
}
ul.columns-2-image li img {
    width: 100%;
    height: auto;
}
ul.columns-2-image-left {
    width: calc(100% + 20px);
    margin: 0 -10px 40px -10px !important;
    float: left;
    list-style: none !important;
}
ul.columns-2-image-left > li:nth-child(1) {
    float: left;
    width: 368px;
}
ul.columns-2-image-left > li:nth-child(2) {
    width: calc(100% - 428px);
    float: right;
}
ul.columns-2-image-left > li strong {
    display: inline-block;
    margin: 0 0 10px 0;
}
ul.columns-2-image-left > li > ul {
    list-style: none !important;
    margin: 0 !important;
}
ul.columns-2-image-left > li > ul > li {}
ul.columns-2-image-left > li > ul > li::before {
    content: "ㆍ";
    display: inline-block;
    width: 20px;
}
.fluid-width-video-wrapper {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
}
.safety-cycle {
    width: 100%;
    float: left;
}
.safety-cycle .cycle-left {
    width: 290px;
    float: left;
}
.safety-cycle .cycle-left span {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
    color: #666;
}
.safety-cycle .cycle-left h3 {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}
.safety-cycle .cycle-right {
    width: calc(100% - 290px);
    float: left;
    position: relative;
    top: 45px;
}
.safety-cycle .cycle-right ul {
    width: 100%;
    float: left;
}
.safety-cycle .cycle-right ul li {
    width: 33.33333%;
    height: 274px;
    float: left;
    border-top: 2px solid #E4E4E4;
    position: relative;
    padding: 40px 0;
}
.safety-cycle .cycle-right ul li span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
    color: #00A5E5;
    position: absolute;
    top: -45px;
}
.safety-cycle .cycle-right ul li span::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50% 50%;
    background-color: #00A5E5;
    position: absolute;
    top: 41px;
}
.safety-cycle .cycle-right ul li span::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50% 50%;
    background-color: rgba(0, 165, 229, .2);
    position: absolute;
    top: 36px;
    left: -5px;
}
.safety-cycle .cycle-right ul li strong {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 300;
    color: #00A5E5;
}
.safety-cycle .cycle-right ul li:nth-child(1) span::after,
.safety-cycle .cycle-right ul li:nth-child(2) span::after,
.safety-cycle .cycle-right ul li:nth-child(3) span::after {
    content: none;
}
.safety-slide {
    width: 100%;
    height: 400px;
    float: left;
    position: relative;
    margin-bottom: 180px !important;
}
.safety-slide .safety-slide-01 {
    width: 400px;
    height: 400px;
    float: left;
    background-color: #00A5E5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2500;
}
.safety-slide .safety-slide-01::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2500;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #00a4e5;
}
.safety-slide .safety-slide-01 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 2750;
    color: #fff;
}
.safety-slide .safety-slide-01 .safety-slide-text {
    width: 100%;
    height: 100%;
    position: relative;
}
.safety-slide .safety-slide-01 .safety-slide-text::before {
    content: "";
    display: block;
    height: 400px;
    width: calc(50vw - 600px);
    position: absolute;
    top: 0;
    left: calc(600px - 50vw);
    background-color: #fff;
}
.safety-slide .safety-slide-01 .safety-slide-text .slick-arrow {
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: -80px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 0;
    cursor: pointer;
}
.safety-slide .safety-slide-01 .safety-slide-text .slick-prev {
    left: 0;
    background-image: url('../images/contents/esg/thin-slide-left-arrow.svg');
}
.safety-slide .safety-slide-01 .safety-slide-text .slick-prev:hover {
    background-image: url('../images/contents/esg/thin-slide-left-arrow-hover.svg');
}
.safety-slide .safety-slide-01 .safety-slide-text .slick-next {
    left: 80px;
    background-image: url('../images/contents/esg/thin-slide-right-arrow.svg');
}
.safety-slide .safety-slide-01 .safety-slide-text .slick-next:hover {
    background-image: url('../images/contents/esg/thin-slide-right-arrow-hover.svg');
}
.safety-slide .safety-slide-01 .safety-slide-text .slick-slide {}
.safety-slide .safety-slide-01 .safety-slide-text .slick-slide > div {}
.safety-slide .safety-slide-01 .safety-slide-text .slick-slide > div > li {
    width: 100%;
    padding: 40% 10px 50px 40px;
    color: #fff;
}
.safety-slide .safety-slide-01 .safety-slide-text .slick-slide > div > li > strong {
    font-size: 24px;
    line-height: 40px;
    line-height: 0;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.safety-slide .safety-slide-01 .safety-slide-text .slick-slide > div > li > ul {
    width: 100%;
    float: left;
}
.safety-slide .safety-slide-01 .safety-slide-text .slick-slide > div > li > ul > li {
    margin: 0 0 0 15px;
    position: relative;
}
.safety-slide .safety-slide-01 .safety-slide-text .slick-slide > div > li > ul > li::before {
    content: "·";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -15px;
}
.safety-slide .safety-slide-02 {
    width: 800px;
    height: 400px;
    float: left;
    position: absolute;
    top: 0;
    left: 400px;
    z-index: 1000;
}
.safety-slide .safety-slide-02 .safety-slide-image {
    width: calc(100% + 10px);
    height: 400px;
    margin: 0 -5px;
}
.safety-slide .safety-slide-02 .safety-slide-image .slick-slide {
    overflow: hidden;
}
.safety-slide .safety-slide-02 .safety-slide-image .slick-list {
    overflow: visible;
}
.safety-slide .safety-slide-02 .safety-slide-image .safety-slide-image-item {
    width: calc(50% - 10px);
    height: 400px;
    margin: 0 5px;
    overflow: hidden;
}
.content-safety {
    width: 100%;
    float: left;
    margin: 0 0 60px 0;
}
.content-safety-normal .inner {
    height: 700px;
    position: relative;
    padding: 0 700px 0 0;
}
.content-safety-normal .inner img {
    width: 580px;
    height: 540px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
.content-safety-opposite .inner {
    height: 800px;
    position: relative;
    padding: 0 0 0 700px;
}
.content-safety-opposite .inner img {
    width: 580px;
    height: 540px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}
table.table-normal ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
table.table-normal ul li {
    padding: 0 0 0 20px;
    width: 100%;
    float: left;
    position: relative;
}
table.table-normal ul li::before {
    content: "ㆍ";
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.link-area {
    width: 100%;
    float: left;
}
.link-area > li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E4E4E4;
}
.link-area > li img {
    float: left;
}
.link-area > li .links {
    width: calc(100% - 450px);
    float: right;
}
.link-area > li .links ul {
    height: 52px;
    float: right;
}
.link-area li .links ul li {
    font-weight: 300;
    color: #666666;
    font-size: 20px;
    letter-spacing: 0;
    float: left;
    margin: 0 80px 0 0;
}
.link-area li .links ul li a {
    height: 52px;
    line-height: 52px;
    display: inline-block;
    text-decoration: none;
}
.link-area li .links ul li::after {
    content: "";
    width: 52px;
    height: 52px;
    display: inline-block;
    background-image: url('../images/icons/icon-outlink-gray.svg');
    background-size: cover;
    margin: 0 0 0 15px;
    position: relative;
    top: 15px;
}
.link-area li .links ul li:hover::after {
    background-image: url('../images/icons/icon-outlink-blue.svg');
}
.esg-progress {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
    list-style: none !important;
}
.esg-progress-columns-3 > li {
    width: 33.33333%;
    min-height: 414px;
}
.esg-progress-columns-4 > li {
    width: 25%;
    min-height: 236px;
}
.esg-progress-columns-5 > li {
    width: 20%;
    min-height: 210px;
}
.esg-progress-columns-6 > li {
    width: 16.66667%;
}
.esg-progress-columns-6 > li.two-times {
    width: 33.33333% !important;
}
.esg-progress-columns-6.esg-progress-columns-6-header > li {
    padding: 0 !important;
    border: none !important;
}
.esg-progress-columns-6.esg-progress-columns-6-header > li strong {
    display: inline-block;
    color: #fff !important;
    font-size: 24px;
    font-weight: 300 !important;
    height: 100px;
    line-height: 100px !important;
    margin: 0;
}
.esg-progress-columns-6-header > li:nth-child(1) {
    background-color: rgba(75, 81, 81, .3);
}
.esg-progress-columns-6-header > li:nth-child(2) {
    background-color: rgba(75, 81, 81, .5);
}
.esg-progress-columns-6-header > li:nth-child(3) {
    background-color: rgba(75, 81, 81, .7);
}
.esg-progress-columns-6-header > li:nth-child(4) {
    background-color: rgba(75, 81, 81, 1);
}
.esg-progress-columns-6 > li strong {
    font-weight: 300 !important;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
}
.esg-progress-columns-6 > li {
    padding: 45px 15px 45px 30px !important;
}
.esg-progress > li {
    float: left;
    margin: 0;
    padding: 45px 30px;
    border: 1px solid #E4E4E4;
    position: relative;
    z-index: 1000;
    text-align: center;
    /* height: 392px; */
}
.display_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.esg-progress-columns-6-header > li {
    min-height: auto;
    height: 105px;
}
.esg-progress > li::after {
    content: "";
    width: 5px;
    height: 100%;
    background-color: rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 1500;
}
.box-ol-shadow {
    height: 330px;
}
.esg-progress > li:last-child::after {
    content: none;
}
.esg-progress > li::before, .arrow_before::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 17px;
    background-image: url('../images/contents/esg/egs-progress-arrow.svg');
    background-repeat: no-repeat;
    z-index: 1750;
}
.arrow_before::before {
    left: auto;
    right: -6%;
}
.esg-progress > li:first-child::before {
    content: none;
}
.esg-progress > li strong {
    width: 100%;
    display: inline-block;
    float: left;
    color: #00A5E5;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.esg-progress > li p {
    color: #000;
    line-height: 1.8;
    margin: 0;
}
.esg-progress > li img {
    width: 90px;
    height: 90px;
    margin: 0 0 10px 0;
}
.esg-progress > li span {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 1.5;
    margin: 20px 0 0 0;
}
.esg-progress > li > ul {
    text-align: left;
    margin: 0 0 0 15px;
}
.esg-progress > li > ul > li {
    width: 100%;
    color: #666;
    font-weight: 300;
    float: left;
    position: relative;
}
.esg-progress > li > ul > li::before {
    content: "˙";
    width: 10px;
    font-weight: 300;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
}
.esg-progress.esg-progress-no-arrow li::before {
    content: none;
}
.esg-progress.esg-progress-shadow {
    display: flex;
    box-shadow: 5px 5px 0 rgba(0, 165, 229, .05);
}
.esg-progress.esg-progress-left-align li {
    min-height: 550px !important;
    text-align: left;
}
.esg-progress.esg-progress-left-align li strong {
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0;
    font-weight: 300;
    color: #00A5E5;
}
.esg-progress.esg-progress-left-align li p {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 300;
}


/* esg >  인증서 추가 */
.environment-certificate-content {display: flex; justify-content:space-between;}
.environment-certificate-content  h3 {margin:0 0 50px 0;}
.environment-certificate-content img {position:static; max-width: 277px; margin:0 0 30px 0;}
.environment-certificate-content > div {display: flex; justify-content: space-around; width:46%;}
.environment-certificate-content .downloads {text-align: right;}
.environment-certificate-content .downloads ul {float:none; width:auto; display:flex;}
.environment-certificate-content .downloads ul li {float:none;}
.environment-certificate-content .downloads ul li:last-child {padding-right:0;}


.shared-program {
    width: 100%;
    height: 1050px;
    float: left;
}
.shared-program .left-image {
    width: 300px;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
}
.shared-program ul {
    width: calc(100% - 300px);
    height: 100%;
    float: left;
}
.shared-program ul li {
    width: 100%;
    float: left;
    padding: 20px 40px;
    position: relative;
    border: 1px solid #E4E4E4;
    border-bottom: none;
}
.shared-program ul li:nth-child(1) {
    height: 20%;
}
.shared-program ul li:nth-child(2) {
    height: 25%;
}
.shared-program ul li:nth-child(3) {
    height: 25%;
}
.shared-program ul li:nth-child(4) {
    height: 15%;
}
.shared-program ul li:nth-child(5) {
    height: 15%;
}
.shared-program ul li:last-child {
    border-bottom: 1px solid #E4E4E4;
}
.shared-program ul li:last-child::after {
    content: none;
}
.shared-program ul li span.text-blue {
    width: auto;
    float: left;
    font-size: 24px;
    margin: 0 10px 5px 0;
    font-weight: 700;
    line-height: 1.2;
}
.shared-program ul li strong {
    width: auto;
    float: left;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0em;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.shared-program ul li p {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.shared-program ul li span {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #9E9E9E;
    line-height: 24px;
    font-weight: 300;
}
.shared-program ul li::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: rgba(0, 0, 0, .05);
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 1500;
}
ul.zigzag-progress {
    width: calc(100% + 50px);
    margin: 80px -25px 200px -25px;
    float: left;
}
ul.zigzag-progress > li {
    width: calc(50% - 50px);
    margin: 0 25px 40px 25px;
    padding: 20px 30px;
    height: 100px;
    line-height: 28.56px;
    border: 1px solid #E4E4E4;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    box-shadow: 8px 8px 8px rgba(0, 165, 229, .05);
}
ul.zigzag-progress > li:nth-child(2n-1) {
    float: right;
    position: relative;
    top: 65px;
}
ul.zigzag-progress > li:nth-child(2n) {
    float: left;
}
ul.zigzag-progress > li > strong {
    font-size: 20px;
    font-weight: 700;
    color: #00A5E5;
    margin: 0 10px 0 0;
}
ul.initiative-loop {
    width: 100%;
    float: left;
    margin: 70px 0 0 0;
}
ul.initiative-loop li.initiative-loop-item {
    width: 100%;
    float: left;
    margin: 0 0 70px 0;
    padding: 0 0 70px 0;
    border-bottom: 1px solid #E4E4E4;
}
ul.initiative-loop li.initiative-loop-item .initiative-content {
    width: 50%;
}
ul.initiative-loop li.initiative-loop-item .initiative-content h2 {
    font-size: 40px;
    font-weight: 59px;
    letter-spacing: 0;
    font-weight: 300;
}
ul.initiative-loop li.initiative-loop-item .initiative-content h2 span {
    font-size: 18px;
    color: #666;
    position: relative;
    top: -16px;
}
ul.initiative-loop li.initiative-loop-item .initiative-content p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 300;
}
ul.initiative-loop li.initiative-loop-item:nth-child(2n-1) .initiative-content {
    float: left;
}
ul.initiative-loop li.initiative-loop-item:nth-child(2n-1) .initiative-image {
    float: right;
}
ul.initiative-loop li.initiative-loop-item:nth-child(2n) .initiative-content {
    float: right;
}
ul.initiative-loop li.initiative-loop-item:nth-child(2n) .initiative-image {
    float: left;
}
/* Popup */
.mfp-wrap {
    z-index: 4000;
}
.white-popup-block {
    width: 1200px;
    max-width: 1200px;
    height: 800px;
    padding: 100px 40px 40px 40px;
    position: relative;
    z-index: 5000;
}
.white-popup-block h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 100 !important;
}
.white-popup-block a.popup-modal-dismiss {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    background-image: url('../images/icons/icon-popup-close.svg');
    background-size: cover;
}
.white-popup-block select {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 250px;
    height: 43px;
    position: absolute;
    top: 100px;
    right: 40px;
    border-radius: 0;
    border: 1px solid #E4E4E4;
    padding: 0 20px;
    font-size: 18px;
    color: #666;
    font-weight: 300;
    background-image: url('../images/icons/icon-select-down-arrow.svg');
    background-size: 12px 5px;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
}
.white-popup-block select:focus {
    outline: none;
}
.popup-content-area {
    background-color: #FCFCFC;
    border: 1px solid #E4E4E4;
    width: calc(100% - 80px);
    height: 562px;
    padding: 30px;
    overflow-y: auto;
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.popup-content-area .summary {
    width: 100%;
    float: left;
    margin: 0 0 70px 0;
}
.popup-content-area p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 300;
    color: #666666;
    margin: 0 0 28px 0;
}
.popup-content-area strong {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #666666;
}
.popup-content-area h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #666666;
    margin: 0 0 28px 0;
}
.popup-content-area table {
    width: 100%;
    float: left;
    margin: 0 0 1.625rem 0;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 2px solid #101010;
    font-size: 16px;
}
.popup-content-area table thead tr th {
    background-color: #f9f9f9;
    padding: 20px 10px;
    border-bottom: 1px solid #101010;
    font-weight: 500;
}
.popup-content-area table tbody tr td {
    padding: 20px 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    color: #666;
    text-align: right;
    font-weight: 300;
}
.popup-content-area table tbody tr th {
    background-color: #f9f9f9;
    padding: 20px 10px;
    color: #101010;
    font-weight: 500;
}
.thesharp-section-035 {
    width: 100%;
    float: left;
    margin: 0 0 150px 0;
}
.thesharp-section-035 .thesharp-header-035 h2 {
    font-size: 60px !important;
    line-height: 70px !important;
    letter-spacing: 0 !important;
    font-weight: 100;
    margin: 0 0 40px 0;
}
.thesharp-section-035 .video-container,
.thesharp-section-035 .video-container #large-youtube-poster,
.thesharp-section-035 .video-container .fluid-width-video-wrapper {
    height: 675px !important;
}
.ui-accordion-content .video-container,
.ui-accordion-content .video-container #large-youtube-poster,
.ui-accordion-content .video-container .fluid-width-video-wrapper {
    height: 675px !important;
}
.video-container-08,
.video-container-09,
.video-container-new {
    width: 100%;
    float: left;
    margin: 0 0 70px 0 !important;
}
.video-container-08,
.video-container-08 .fluid-width-video-wrapper,
.video-container-09,
.video-container-09 .fluid-width-video-wrapper,
.video-container-new,
.video-container-new .fluid-width-video-wrapper {
    height: 675px !important;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left {
    height: 520px;
    position: relative;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left p {
    letter-spacing: 0em;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left .navi-area {
    float: left;
    position: relative;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left .navi-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -40px;
    width: 30px;
    height: 1px;
    border-bottom: 1px dotted #9E9E9E;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left .navi-area p {
    margin: 0;
    color: #00a5e5;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi {
    float: right;
    margin: 100px 0 0 0;
    width: 312px;
    height: 192px;
    position: relative;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi::before {
    content: "";
    display: block;
    width: 60px;
    height: 86px;
    background-size: cover;
    background-image: url('../images/contents/beyond-build/thesharp/thesharp-symbol.svg');
    position: absolute;
    left: -70px;
    bottom: -5px;
    filter: invert(1) brightness(1);
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi .slick-slide,
.thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi li {
    width: 104px !important;
    height: 64px;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi .slick-track {
    height: 192px;
    width: 312px !important;
    position: relative;
    float: left;
    margin: 0;
    transform: none !important;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi .slick-slide {
    opacity: .35;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi .slick-slide.slick-current {
    opacity: 1 !important;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi .slick-slide[data-slick-index="0"] {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi .slick-slide[data-slick-index="1"] {
    position: absolute;
    top: 64px !important;
    right: 0 !important;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi .slick-slide[data-slick-index="2"] {
    position: absolute;
    top: 64px !important;
    right: 104px !important;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi .slick-slide[data-slick-index="3"] {
    position: absolute;
    top: 128px !important;
    right: 0 !important;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi .slick-slide[data-slick-index="4"] {
    position: absolute;
    top: 128px !important;
    right: 104px !important;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi .slick-slide[data-slick-index="5"] {
    position: absolute;
    top: 128px !important;
    right: 208px !important;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi li img {
    width: 104px;
    height: 64px;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery {
    width: 100%;
    height: auto;
    position: relative;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery button.slick-arrow {
    width: 40px;
    height: 40px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    font-size: 0;
    position: absolute;
    top: 318px;
    z-index: 990;
    cursor: pointer;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery button.slick-prev {
    left: -391px;
    background-image: url(../images/icons/icon-slide-left-arrow-gray.svg);
    background-size: cover;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery button.slick-next {
    left: -336px;
    background-image: url(../images/icons/icon-slide-right-arrow-gray.svg);
    background-size: cover;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery li.theshop-gallery-item {
    width: 100%;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery li.theshop-gallery-item video {
    width: 100%;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery ul.slick-dots {
    width: 390px;
    display: flex;
    position: absolute;
    left: -467px;
    bottom: -30px;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery ul.slick-dots li {
    width: 100%;
    height: 3px;
    background-color: #ddd;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery ul.slick-dots li.slick-active {
    background-color: #00A5E5;
}
.thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery ul.slick-dots li button {
    display: none;
}
ul.career-system {
    width: 100%;
    padding: 0;
    margin: 0 0 32px 0 !important;
}
ul.career-system > li {}
ul.career-system > li::before {
    content: "·";
}
.white-popup-block {
    background-color: #fff;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: auto !important;
}
.mfp-bg {
    z-index: 3600 !important;
}
.mfp-content {
    z-index: 4000 !important;
}
/* Bottom Link Area */
.bottom-link-area {
    width: 100%;
    height: 150px;
    float: left;
    background-color: #F5F5F5;
    position: relative;
    bottom: -1px;
    z-index: 1000;
}
.bottom-link-area .inner {
    height: 150px;
    position: relative;
}
.bottom-link-area .inner span {
    display: block;
    width: 113px;
    height: 44px;
    background-color: #00A5e5;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    font-weight: 300;
    margin: -15px 0 18px 0;
    position: relative;
}
.bottom-link-area .inner span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #00A5e5 transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 24px;
}
.bottom-link-area .inner a {
    text-decoration: none;
    color: #4B5151;
    font-size: 30px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: -0.04em;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.bottom-link-area .inner a:hover {
    color: #00A5e5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.bottom-link-area .inner a::after {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 0 0 20px;
    background-image: url('../images/icons/icon-right-arrow-hover-blue.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative;
    top: 10px;
}
/* Navigation Link Area */
#masthead .inner .normal-sub-menu .inner .navi-link-area {
    width: 248px;
    position: absolute;
    bottom: 150px;
    left: calc(50vw - 640px);
}
#masthead .inner .normal-sub-menu .inner .navi-link-area .inner {
    min-width: 248px;
    padding: 0 0 0 40px;
}
#masthead .inner .normal-sub-menu .inner .navi-link-area span {
    display: block;
    width: 75px;
    height: 30px;
    background-color: #00A5e5;
    border-radius: 7px;
    color: #fff;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
    margin: 0 0 5px 0;
    position: relative;
}
#masthead .inner .normal-sub-menu .inner .navi-link-area span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #00A5e5 transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 24px;
}
#masthead .inner .normal-sub-menu .inner .navi-link-area a {
    text-decoration: none;
    color: #4B5151;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: -0.04em;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#masthead .inner .normal-sub-menu .inner .navi-link-area a:hover {
    color: #00A5e5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#masthead .inner .normal-sub-menu .inner .navi-link-area a::after {
    content: "";
    width: 26px;
    height: 26px;
    display: inline-block;
    margin: 0 0 0 10px;
    background-image: url('../images/icons/icon-right-arrow-hover-blue.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative;
    top: 7px;
}
.doughnut-chart-area {
    width: 100%;
    height: 630px;
    border: 1px solid #E4E4E4;
    margin: 70px 0 0 0;
    padding: 90px 135px;
}
.doughnut-chart-area img.doughnut-index {
    float: right;
    margin-top: 200px;
}
.esg-intro-environment {
    margin-top: 50px !important;
}
#content-tabs-1 + p {
    margin: 0 0 70px 0 !important;
}
.entry-content .brand-map {
    margin: 0 0 20px 0 !important;
}
.entry-content .brand-map + h4 {
    font-size: 24px !important;
}
ul.chart-columns-3 {
    width: calc(100% + 40px);
    margin: 0 -20px;
    float: left;
}
ul.chart-columns-3 > li {
    width: calc(33.33333% - 40px);
    margin: 0 20px;
    float: left;
}
ul.chart-columns-3 > li .chart-wrap {
    width: 100%;
    float: left;
    border: 1px solid #E4E4E4;
    padding: 30px 20px;
}
ul.chart-columns-3 > li .chart-wrap .chart-title {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
ul.chart-columns-3 > li .chart-wrap .chart-title strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.02em;
    display: inline-block;
    width: 100%;
    float: left;
}
ul.chart-columns-3 > li .chart-wrap .chart-title span {
    font-size: 14px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 0;
    color: #666666;
}
ul.chart-columns-3 > li .chart-wrap .chart-area {
    width: 100%;
    float: left;
}
.about-us-vision .inner .wrap:nth-child(1) {
    margin: 140px 0 0 0;
}
.edu-activity ul.esg-blocks li .entry-meta {
    height: 90px;
}
/* #ui-id-16 > ul > li:nth-child(1) {
    padding: 0 50px 0 0;
} */
#ui-id-16 ul li span {
    line-height: 1.36;
    display: inline-block;
}
#ui-id-16 ul li span strong {
    float: left;
    width: 150px !important;
    height: 56px !important;
}
div[aria-labelledby="ui-id-24"] > ul.esg-blocks li:nth-child(1) .entry-meta,
div[aria-labelledby="ui-id-24"] > ul.esg-blocks li:nth-child(2) .entry-meta,
div[aria-labelledby="ui-id-24"] > ul.esg-blocks li:nth-child(3) .entry-meta {
    height: 200px;
}

.entry-content > .inner > .chart-area > .chart-title > span {
    float: right;
    margin-right: 18px;
    margin-bottom: -18px;
    font-size: 14px;
    color: #666666;
    font-weight: 300;
}
/* Navigation Link Area */
.content-link-area span {
    display: block;
    width: 75px;
    height: 30px;
    background-color: #00A5e5;
    border-radius: 7px;
    color: #fff;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
    margin: 0 0 5px 0;
    position: relative;
}
.content-link-area span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #00A5e5 transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 24px;
}
.content-link-area a {
    text-decoration: none;
    color: #4B5151;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: -0.04em;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.content-link-area a:hover {
    color: #00A5e5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.content-link-area a::after {
    content: "";
    width: 26px;
    height: 26px;
    display: inline-block;
    margin: 0 0 0 10px;
    background-image: url('../images/icons/icon-right-arrow-hover-blue.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative;
    top: 7px;
}

.mt-minus-50 {
    margin-bottom: 100px; 
    height: 800px; 
    background-size: cover; 
    background-image: url('../images/contents/esg/environment-bg-001@2x.png');
}
/*************************************
Media Query
*************************************/
@media all and (max-width: 1440px) {
}
@media all and (max-width: 1366px) {
}
@media all and (max-width: 1280px) {
}
@media all and (max-width: 1194px) {
}
@media all and (max-width: 1112px) {
}
@media all and (max-width: 1024px) {
    
    #accordion h3.ui-accordion-header.accordian_title_2 {font-size:27px;}
    #beyond-build ul.bb-loop::before {
        display: none;
    }
    .desktop-only {
        display: none !important;
    }
    #changeH {
        height: auto !important
    }
    .mobile-only {
        display: block !important;
    }
    ::-webkit-scrollbar {
        width: 2px;
    }
    .inner {
        max-width: 100%;
        min-width: 100%;
        padding: 0 25px;
    }
    #masthead {
        height: 55px;
        border-bottom: none;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
    #masthead.nav-up {
        top: -55px;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
    #masthead > .inner {
        height: 55px;
    }

    #masthead .inner .site-title {
        bottom: inherit;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
        line-height: 0;
    }
    #masthead .inner .site-title img {
        height: 27px;
        line-height: 0;
    }

    /* 30주년 로고 */
    #masthead .inner .logo_wrap {
        bottom: inherit;
        left: 25px;
        top: 74%;
        transform: translateY(-50%);
        line-height: 0;
        max-width: 130px;
    }
    #masthead .logo_wrap #logo_right {
        margin-left: 10px;
    }
    .menu-area .logo_wrap #logo_right div {
        align-items: flex-end;
    }

    #masthead .logo_wrap #logo_left img {
        width: 80px;
    }

    .menu-area .inner .logo_wrap {
        line-height: 0;
        max-width: 130px;
    }
    .menu-area .logo_wrap #logo_right {
        margin-left: 10px;
    }

    .menu-area .logo_wrap #logo_left img {
        width: 80px;
    }

    /*  */
    #masthead .inner .menu-icon {
        width: 24px;
        height: 18px;
        background-image: url(../images/icons/icon-menu-mobile.svg);
        background-size: 24px 18px;
        position: absolute;
        bottom: inherit;
        right: 25px;
        top: 50%;
        transform: translateY(10%);
    }
    #masthead #main-navigation,
    #masthead #utility-line,
    #masthead #lang-navigation,
    #masthead .inner .search-icon,
    #masthead .inner .with-posco,
    #masthead .inner .with-thesharp,
    #masthead .news-room {
        display: none;
    }
    #primary article .header-visual {
        height: 159px;
    }
    #primary article .header-visual > .inner {
        height: 159px;
    }
    #primary article .header-visual .go-to-back {
        display: none;
        width: 35px;
        height: 35px;
        left: 25px;
        bottom: inherit;
        top: 20px;
    }
    #primary article .header-visual .breadcrumbs {
        left: 0;
        height: 43px;
    }
    #primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs {
        height: 43px;
        font-size: 14px;
    }
    #primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li {
        height: 43px;
        line-height: 43px;
        font-size: 14px;
    }
    #primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li.first-depth {
        display: none;
    }
    #primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li > ul.sub-menu {
        top: 43px;
    }
    ul.sub-menu::after {
        content: none;
    }
    #primary article .entry-header {
        margin: 50px 0 20px 0;
    }
    #primary article .entry-content {
        padding: 0;
    }
    .entry-header > .inner > br {
        display: none;
    }
    .entry-header span {
        font-size: 34px;
        line-height: 44px;
        font-weight: 100;
    }
    .entry-header .entry-title {
        font-size: 34px;
        line-height: 44px;
        letter-spacing: 0;
    }
    .entry-content h2, #accordion h3.ui-accordion-header.tab_title {
        font-size: 27px;
        line-height: 1.36;
        margin: 0 0 20px 0;
    }
    .entry-content p {
        line-height: 26px;
        letter-spacing: 0;
        margin: 0 0 26px 0;
        word-break: keep-all;
    }
    .human-entry-content > .inner > p {
        margin: 0 0 86px 0;
    }
    .track-record-download {
        margin: 6px 0 50px 0;
        height: 43px;
    }
    .track-record-download a p {
        font-size: 14px;
        line-height: 20px;
    }
    .track-record-download a p span.period {
        width: 100%;
        float: left;
        display: inline-block;
        font-size: 14px;
    }
    .track-record-download a img {
        width: 43px;
        height: 43px;
        margin: 0 15px 0 0;
    }
    .plant-essentials {
        margin: 0 0 10px 0;
    }
    .plant-essentials h3 {
        font-size: 22px;
        line-height: 33px;
        margin: 0 0 5px 0;
    }
    .plant-essentials ul li {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #E4E4E4;
        border-right: none;
        padding: 20px 14px;
    }
    .plant-essentials ul li:last-child {
        border-bottom: none;
    }
    .plant-essentials ul li > div {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
        text-align: left;
    }
    .plant-essentials ul li img {
        margin: 0 26px 0 0;
        top: 0;
    }
    .plant-essentials ul li div.plant-meta {
        position: relative;
        top: 10px;
    }
    .plant-essentials ul li strong {
        font-size: 30px;
    }
    .plant-essentials ul li span {
        font-size: 12px;
    }
    .entry-content figure.right-wide-image {
        width: calc(100vw - 25px);
        height: 200px;
        margin-bottom: 50px !important;
        position: relative;
        overflow: hidden;
    }
    .entry-content figure.right-wide-image img {
        height: 200px;
        width: auto !important;
        max-width: auto !important;
        min-width: auto !important;
        position: absolute;
        top: 0;
        left: 0;
    }
    .featured-project-area {
        width: 100%;
        float: left;
        margin: 0;
    }
    .featured-project-area .featured-project-area-header {
        margin: 16px 0 14px 0;
    }
    .featured-project-area .featured-project-area-header h4 {
        font-size: 18px;
        letter-spacing: 0;
    }
    .featured-project-area .featured-project-area-header a {
        font-size: 0;
    }
    .featured-project-area .featured-project-area-header a::after {
        font-size: 30px;
        line-height: 26px;
    }
    .featured-project-area ul.project-loop li.porject-loop-item {
        height: auto;
    }
    .featured-project-area ul.project-loop li.porject-loop-item .entry-thumbnail {
        width: 100%;
        height: 142px;
        margin: 0 0 15px 0;
    }
    .featured-project-area ul.project-loop li.porject-loop-item .entry-meta {
        background-color: transparent;
        color: #000;
        padding: 0;
        float: right;
        width: 100%;
        height: auto;
        position: inherit;
        top: inherit;
        left: inherit;
    }
    .featured-project-area ul.project-loop li.porject-loop-item .entry-meta strong {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 10px 0;
    }
    .featured-project-area ul.project-loop li.porject-loop-item .entry-meta p {
        display: none;
    }
    .featured-project-area ul.project-loop li.porject-loop-item .entry-meta span.location,
    .featured-project-area ul.project-loop li.porject-loop-item .entry-meta span.period {
        font-size: 14px;
        line-height: 20px;
    }
    .featured-project-area ul.project-loop li.porject-loop-item .entry-meta a {
        margin: 25px 0 0 0;
    }
    .featured-project-area ul.project-loop li.porject-loop-item .entry-meta a::before {
        background-image: url('../images/icons/icon-right-arrow-black.svg');
    }
    #colophon .footer-top {
        height: 220px;
    }
    #colophon .footer-top .inner {
        height: 130px;
    }
    #colophon .footer-top .inner > strong {
        top: 45px;
        left: 25px;
    }
    #colophon .footer-top .footer-pattern {
        width: 100%;
        height: 90px;
        position: inherit;
        top: inherit;
        right: inherit;
    }
    #colophon .footer-top .footer-pattern a .footer-pattern-meta {
        left: 25px;
    }
    #colophon .footer-top .footer-pattern a .footer-pattern-meta span,
    #colophon .footer-top .footer-pattern a .footer-pattern-meta br {
        display: none;
    }
    #colophon .footer-top .footer-pattern a .footer-pattern-meta strong {
        font-size: 18px;
    }
    #colophon .footer-top .footer-pattern a .footer-pattern-meta strong::after {
        top: 5px;
    }
    #colophon .footer-top #footer-hotlink {
        top: inherit;
        bottom: 15px;
        left: 25px;
    }
    #colophon .footer-top #footer-hotlink li {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
    }
    #colophon .inner .with-posco {
        width: 100%;
        margin: 9px 0 -10px 0 !important;
        background-position: left center;
    }
    #colophon .footer-top #footer-hotlink li::after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 12px;
        background-color: #E4E4E4;
        margin: 0 5px;
        position: relative;
        top: 1px;
    }
    #colophon .footer-top #footer-hotlink li:last-child::after {
        content: none;
    }
    #colophon .footer-top #footer-social-networks::before {
        content: none;
    }
    #colophon .footer-top #footer-social-networks {
        position: absolute;
        top: inherit;
        right: 82px;
        bottom: 65px;
        left: inherit;
        transform: inherit;
    }
    #colophon .footer-top #footer-social-networks li {
        width: 30px;
        height: 30px;
        float: left;
        margin: 0 0 0 10px;
    }
    #colophon .footer-top #footer-social-networks li a img {
        width: 30px;
        height: 30px;
    }
    #colophon .footer-top span.goto-top-icon {
        width: 44px;
        height: 44px;
        background-size: 44px 44px;
        right: 25px;
    }
    #colophon .company-information {
        padding: 25px 0 45px 0;
    }
    #content-tabs {
        width: 100%;
        float: left;
        margin: 30px 0 0 0;
    }
    #content-tabs .ui-tabs-nav {
        width: calc(100% + 50px);
        margin: 0 -25px 30px -25px;
        border-top: 1px solid #E4E4E4;
    }
    #content-tabs .ui-tabs-nav::before {
        content: none;
    }
    #content-tabs .ui-tabs-nav .ui-tabs-tab {
        width: 50%;
        height: 60px;
        float: left;
        border-bottom: 1px solid #E4E4E4;
    }
    #content-tabs .ui-tabs-nav .ui-tabs-tab:nth-child(1n - 1) {
        border-right: 1px solid #e4e4e4;
    }
    .page-education .ui-tabs-nav .ui-tabs-tab h2,
    #content-tabs .ui-tabs-nav .ui-tabs-tab h2,
    #content-tabs .ui-tabs-nav .ui-tabs-tab h3 {
        font-size: 14px;
        height: 60px;
        line-height: 60px;
        font-weight: 500;
        margin: 0;
    }
    #content-tabs .ui-tabs-nav .ui-tabs-tab a {
        display: inline-block;
        width: 100%;
        height: 100%;
        float: left;
        padding: 0;
        text-align: center;
        padding:20px; 
    }
    #content-tabs .ui-tabs-nav .ui-tabs-active a::after {
        content: none;
    }
    .columns-2 {
        width: 100%;
        margin: 26px 0 0 0;
    }
    .columns-2 .column-item {
        width: 100%;
        margin: 0 0 40px 0;
    } 

    .case-loop .case-loop-item .entry-thumbnail a {
        overflow: hidden;
    }
    .case-loop .case-loop-item .entry-thumbnail a img {
        width: 100%;
        height: auto;
    }
    .case-loop .case-loop-item .entry-meta {
        height: auto;
    }
    .case-loop .case-loop-item .entry-meta .entry-title {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 10px 0;
    }
    .case-loop .case-loop-item .entry-meta .entry-excerpt {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        margin: 0 0 10px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        height: 100px;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .case-loop .case-loop-item .entry-meta .entry-location,
    .case-loop .case-loop-item .entry-meta .entry-period {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0;
        width: 100%;
        display: inline-block;
        margin: 0;
        float: left;
    }
    .case-loop .case-loop-item .entry-meta .entry-location::after {
        content: none;
    }
    .case-loop .case-loop-item .entry-meta a {
        text-decoration: none;
    }
    .post-single article {
        position: relative;
    }
    .post-single article .entry-header {
        padding: 80px 0 0 0;
    }
    .post-single article .entry-header .btn-list {
        display: none !important;
        width: 35px;
        height: 35px;
        top: 25px;
        left: 25px;
    }
    .post-single article .entry-header .entry-title {
        font-size: 34px;
        line-height: 44px;
        margin: 0 0 20px 0;
    }
    .post-single article .entry-header .related-keywords-area {
        margin: 0;
    }
    .post-single article .entry-header .related-keywords-area strong {
        width: 100%;
        float: left;
        margin: 0 0 5px 0;
    }
    .entry-content figure img {
        max-width: 100%;
    }
    .post-single article .entry-content {
        margin: 0;
        padding: 0 !important;
    }
    .post-single article .entry-content figure {
        margin: 0 0 20px 0;
    }
    .post-single article .entry-content figure figcaption {
        margin: 5px 0 0 0;
    }
    .post-single article .post-single-sidebar {
        width: 100%;
        height: auto !important;
        min-height: auto !important;
    }
    .post-single article .post-navigation-area {
        padding: 0;
    }
    .post-single article .entry-footer h2 {
        font-size: 22px;
        letter-spacing: 0;
        margin: 40px 0 19px 0;
    }
    .post-single article .entry-footer .related-tech-loop {
        width: calc(100% + 50px);
        margin: 0 -25px;
    }
    .post-single article .entry-footer .related-tech-loop .slick-slide {
        width: calc(100% - 50px);
        margin: 0 25px;
    }
    .post-single article .entry-footer .related-tech-loop .slick-arrow {
        width: 31px;
        height: 31px;
        background-size: cover;
    }
    .post-single article .entry-footer .related-tech-loop .slick-prev {
        left: 10px;
    }
    .post-single article .entry-footer .related-tech-loop .slick-next {
        right: 10px;
    }
    .post-single article .entry-footer .related-tech-loop .related-tech-loop-item .entry-thumbnail {
        margin: 0 0 15px 0;
    }
    .post-single article .entry-footer .related-tech-loop .related-tech-loop-item .entry-thumbnail img {
        width: 100%;
    }
    .post-single article .entry-footer .related-tech-loop .related-tech-loop-item .entry-meta strong {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .post-single article .entry-footer {
        padding: 0 !important;
    }
    .post-single article .entry-footer .related-tech-loop .related-tech-loop-item .entry-thumbnail img {
        height: 100% !important;
        width: auto !important;
        max-width: auto !important;
    }
    .post-single article .post-single-sidebar ul.post-utility {
        display: none;
        position: fixed;
        top: 25px;
        right: 25px;
        width: 33px;
        height: 33px;
        margin: 0;
        z-index: 3500;
    }
    .post-single article .post-single-sidebar ul.post-utility li {
        width: 100%;
        height: 100%;
        font-size: 0;
        position: relative;
    }
    .post-single article .post-single-sidebar ul.post-utility li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .post-single article .post-single-sidebar ul.post-utility li.project-share::before {
        width: 14px;
        height: 14px;
        background-size: 14px 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 4000;
    }
    .post-single article .post-single-sidebar ul.post-utility li.project-share::after {
        content: none;
    }
    .post-single article .post-single-sidebar ul.post-utility li.project-print {
        display: none;
    }
    .post-single article .post-single-sidebar dl.project-information dt {
        width: 60px;
        height: 60px;
        padding: 43px 0 0 0;
        margin: 13px 15px 0 0;
        text-align: center;
        position: relative;
    }
    .post-single article .post-single-sidebar dl.project-information dt::before {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        top: inherit;
        margin: 0 0 10px 0;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }
    .post-single article .post-single-sidebar dl.project-information dd {
        width: calc(100% - 75px);
        height: 90px;
        position: relative;
        margin: 0;
    }
    .post-single article .post-single-sidebar dl.project-information dd span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .post-single article .post-single-sidebar dl.project-information dd span br {
        display: none;
    }
    .post-single article .post-single-sidebar dl.project-information dd::after {
        content: "";
        width: calc(100% + 75px);
        height: 1px;
        border-top: 1px dashed rgba(112, 112, 112, .3);
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: -75px;
        margin: 30px 0 0 0;
    }
    .post-single article .post-single-sidebar dl.project-information dt.project-location + dd {
        height: 286px;
    }
    .post-single article .post-single-sidebar dl.project-information dt.project-location + dd::after {
        content: "";
    }
    .post-single article .post-single-sidebar dl.project-information dt.project-location + dd span {
        top: 10px;
        transform: inherit;
    }
    .post-single article .post-single-sidebar dl.project-information dt.project-location + dd iframe {
        width: calc(100% + 125px);
        max-width: calc(100% + 125px);
        height: 216px;
        margin: 0 -25px;
        position: absolute;
        top: 100px;
        left: -75px;
    }
    .post-single article .post-navigation-area {
        position: inherit;
        bottom: inherit;
        left: inherit;
        padding: 0;
        margin: 30px 0 45px 0;
    }
    .post-single article .post-navigation-area::before {
        content: "";
        display: inline-block;
        width: calc(100% + 50px);
        height: 1px;
        margin: 0 -25px 60px -25px !important;
        background-color: #E4E4E4;
    }
    .post-single article .post-navigation-area .prev-post::after,
    .post-single article .post-navigation-area .next-post::after {
        width: 24px;
        height: 7px;
        background-size: 24px 7px;
    }
    .post-single article .post-navigation-area a span {
        font-size: 14px;
        line-height: 19px;
        margin: 0 17px 0 0;
        float: left;
        width: auto;
    }
    .post-single article .post-navigation-area a p {
        display: block;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        top: -24px;
        width: 100%;
        padding: 0 0 0 45px;
    }
    .post-single article .post-navigation-area .next-post {
        margin: 0 0 40px 0;
    }
    article .entry-header ul.post-utility {
        display: none;
    }
    .innovation-single article .entry-content figure.full-content {
        max-width: calc(100% + 50px);
        width: calc(100% + 50px);
        margin: 0 -25px;
    }
    .innovation-single article .entry-content figure figcaption ul {
        margin: 0;
        padding: 0 20px;
    }
    .innovation-single article .entry-content figure figcaption ul li {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0 0 5px 0;
    }
    .tech-loop {
        margin: 35px 0 0 0;
    }
    .tech-loop .tech-loop-item,
    .tech-loop .tech-loop-item:last-child {
        margin: 0 0 48px 0;
    }
    .tech-loop .tech-loop-item .tech-title {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 10px 0;
    }
    .tech-loop .tech-loop-item .entry-thumbnail {
        width: 100%;
        height: 273px;
        margin: 0 0 15px 0;
    }
    .tech-loop .tech-loop-item .entry-thumbnail img {
        width: 100%;
        height: 273px;
        max-width: 100%;
    }
    .tech-loop .tech-loop-item .entry-meta {
        width: 100%;
    }
    .tech-loop .tech-loop-item .entry-meta .application-case-area h3 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        position: inherit;
        top: inherit;
        left: inherit;
        margin: 0 0 10px 0;
    }
    .tech-loop .tech-loop-item .entry-meta .application-case-area h3::before {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }
    .tech-loop .tech-loop-item .entry-meta .application-case-area ul {
        padding: 0;
        width: 100%;
    }
    .tech-loop .tech-loop-item .entry-meta .application-case-area ul li {
        font-size: 14px;
        line-height: 26px;
    }
    .innovation-single article .entry-footer {
        height: 246px;
        width: 100%;
    }
    .innovation-single article .entry-footer .inner {
        height: 246px;
    }
    .innovation-single article .entry-footer .entry-footer-left {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    .innovation-single article .entry-footer .entry-footer-left strong {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
    }
    .innovation-single article .entry-footer .entry-footer-right {
        width: 100%;
        height: auto;
    }
    .innovation-single article .entry-footer .entry-footer-right ul {
        position: inherit;
        top: inherit;
        right: inherit;
        transform: inherit;
        width: 100%;
    }
    .innovation-single article .entry-footer .entry-footer-right ul li {
        height: 48px;
        line-height: 48px;
    }
    .innovation-single article .entry-footer .entry-footer-right ul li a.outlink-icon,
    .innovation-single article .entry-footer .entry-footer-right ul li a.download-icon {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
    .posco-enc-newsroom #masthead .inner .menu-icon {
        filter: brightness(1) invert(1);
    }
    #newsroom-highlight {
        padding: 22px 0;
    }
    #newsroom-highlight .section-header h2 {
        font-size: 18px;
        line-height: 24px;
        padding-left: 0;
        margin: 0 0 10px 0;
    }
    #newsroom-highlight .section-header h1.section-title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }
    ul.highlight-loop {
        width: 100%;
        height: 340px;
        margin: 0;
    }
    ul.highlight-loop .slick-list {
        overflow: hidden;
    }
    ul.highlight-loop .slick-slide {
        margin: 0;
        height: 340px;
    }
    ul.highlight-loop li.highlight-loop-item .entry-meta {
        width: 100%;
        padding: 40px 25px;
        left: 0;
    }
    ul.highlight-loop li.highlight-loop-item .entry-meta .entry-title {
        font-size: 26px;
        line-height: 36px;
        letter-spacing: 0;
    }
    ul.highlight-loop li.highlight-loop-item .entry-meta p {
        display: none;
    }
    ul.highlight-loop li.highlight-loop-item .entry-meta a.view-more {
        font-size: 0;
    }
    ul.highlight-loop .slick-arrow {
        width: 34px;
        height: 34px;
    }
    ul.highlight-loop .slick-prev {
        left: -20px;
    }
    ul.highlight-loop .slick-next {
        right: -20px;
    }
    .newsroom-keywords strong {
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0;
    }
    ul.keywords li {
        height: 30px;
        line-height: 28px !important;
        margin: 0 4px 8px 0;
        padding: 0 15px;
        border-radius: 15px 15px;
    }
    #newsroom-latest {
        padding: 22px 0 0 0;
    }
    .posco-enc-newsroom .post-single article .post-navigation-area {
        padding: 0 !important;
    }
    .posco-enc-newsroom .entry-header .entry-title {
        margin: 40px 0 30px 0;
    }
    .posco-enc-newsroom section .section-header .section-title {
        font-size: 30px;
        line-height: 44px;
        letter-spacing: 0;
    }
    .posco-enc-newsroom section .section-header span.updated {
        position: inherit;
        top: inherit;
        right: inherit;
    }
    ul.latest-loop li.latest-loop-item {
        border-bottom: none;
        padding: 0 0 40px 0;
    }
    ul.latest-loop li.latest-loop-item:last-child {
        padding: 0;
    }
    ul.latest-loop li.latest-loop-item .entry-meta {
        width: 100%;
    }
    ul.latest-loop li.latest-loop-item .entry-meta .entry-category {
        float: left;
        display: inline-block;
    }
    ul.latest-loop li.latest-loop-item .entry-meta .entry-title {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        padding: 0;
        margin: 0 0 15px 0;
    }
    ul.latest-loop li.latest-loop-item .entry-thumbnail {
        width: 100%;
        height: auto;
    }
    ul.latest-loop li.latest-loop-item .entry-thumbnail a {
        line-height: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
    }
    ul.latest-loop li.latest-loop-item .entry-thumbnail a img {
        max-width: calc(100% + 50px);
        width: calc(100% + 50px);
        margin: 0 -25px;
    }
    ul.latest-loop li.latest-loop-item .entry-meta span {
        margin: 0 0 10px 0 !important;
    }
    ul.latest-loop li.latest-loop-item .entry-meta .entry-date {
        clear: none;
    }
    ul.latest-loop li.latest-loop-item .entry-meta .entry-date::before {
        content: none;
    }
    #newsroom-social-interest {
        padding: 50px 0;
    }
    #newsroom-social-interest .section-header {
        margin: 0 0 15px 0 !important;
    }
    #newsroom-social-interest h3 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 10px 0;
    }
    ul.monthly-pick-video-loop li {
        height: auto;
    }
    ul.monthly-pick-video-loop li .entry-thumbnail {
        margin: 0 0 10px 0;
        height: 205px;
    }
    ul.monthly-pick-video-loop li .entry-thumbnail #large-youtube-poster,
    ul.monthly-pick-video-loop li .entry-thumbnail .fluid-width-video-wrapper {
        height: 205px;
        overflow: hidden;
    }
    ul.monthly-pick-video-loop li .entry-thumbnail > img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    ul.monthly-pick-video-loop li .entry-thumbnail img.play-icon {
        width: 26px;
        height: 24px;
    }
    ul.monthly-pick-video-loop li .entry-meta strong {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
    }
    ul.video-loop-by-channel {
        width: 100%;
        margin: 0 0 40px 0;
    }
    ul.video-loop-by-channel li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    ul.video-loop-by-channel li .entry-thumbnail {
        margin: 0 0 10px 0;
    }
    ul.video-loop-by-channel li .entry-thumbnail img {
        width: 100%;
        max-width: 100%;
    }
    ul.video-loop-by-channel li .entry-meta img.channel-profile {
        width: 36px;
        height: 36px;
        margin: 0 10px 0 0;
    }
    ul.video-loop-by-channel li .entry-meta strong {
        font-size: 20px;
        line-height: 36px;
        height: 36px;
    }
    #newsroom-social-interest {
        padding: 50px 0 0 0;
    }
    #newsroom-social-interest .instagram-feed h3 {
        margin: 0 0 15px 0;
    }
    #newsroom-social-interest .instagram-feed h3 img {
        height: 33px;
    }
    #newsroom-social-interest .instagram-feed ul {
        width: 100% !important;
        margin: 0 0 100px 0 !important;
    }
    #newsroom-social-interest .instagram-feed ul li {
        width: 50%;
    }
    #newsroom-social-interest .instagram-feed ul li:nth-child(5),
    #newsroom-social-interest .instagram-feed ul li:nth-child(6) {
        display: none;
    }
    .post-single #page {
        padding: 0;
    }
    .post-single #primary {
        padding: 0;
    }
    .search-form {
        margin: 0;
        height: 57px;
    }
    .search-form .search-field {
        height: 57px;
        width: calc(100% - 24px);
        font-size: 20px;
        line-height: 29px;
        letter-spacing: 0;
    }
    .search-form .search-submit {
        width: 24px;
        height: 57px;
        background-size: 24px 24px;
    }
    .entry-content .inner .newsroom-keywords {
        margin: 15px 0 30px 0 !important;
    }
    .post-downloads {
        margin: 16px 0 0 0;
    }
    .post-downloads li {
        height: 30px;
        padding: 2px 0 0 44px;
        margin: 0 0 10px 0;
    }
    .post-downloads li::before {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
    /* Mobile Menu Area */
    .menu-area .inner {
        display: block;
        height: auto;
        min-height: auto;
        padding: 23px 25px 70px 25px;
        width: 100%;
        float: left;
    }
    .menu-area .inner .site-title {
        width: 100%;
        float: left;
        margin: 0 0 15px 0;
    }
    .menu-area .inner p.site-title img {
        /* filter: brightness(1) invert(1); */
        width: 140px;
    }
    .menu-area .inner span.close-icon {
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
        top: 23px;
        right: 22px;
    }
    .menu-area .inner strong {
        display: none;
    }
    .menu-area .inner #lang-navigation {
        width: 100%;
        /* float: left; */
        margin: 0 22px 0 0;
    }
    .menu-area .inner #lang-navigation ul {
        width: 100%;
        display: flex !important;
        justify-content: space-between;
    }
    .menu-area .inner #lang-navigation ul li {
        display: inline-block;
        font-size: 15px;
    }
    .menu-area .inner #lang-navigation ul li:nth-of-type(1) { width: 48px; }
    .menu-area .inner #lang-navigation ul li:nth-of-type(2) { width: 48px; }
    .menu-area .inner #lang-navigation ul li:nth-of-type(3) { width: 48px; }
    .menu-area .inner #lang-navigation ul li:nth-of-type(4) { width: calc(100% - 150px); text-align: right; }
    .menu-area .inner #lang-navigation ul li::after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 10px;
        background-color: #E4E4E4;
        position: relative;
        top: -1px;
        margin: 0 10px;
    }
    .menu-area .inner #lang-navigation ul li:nth-of-type(3)::after,
    .menu-area .inner #lang-navigation ul li:nth-of-type(4)::after {
        content: none;
    }
    .menu-area .inner #lang-navigation ul li a {
        text-decoration: none;
        color: #666666;
    }
    .menu-area .inner #lang-navigation ul li.current-lang a {
        color: #00A5E5;
    }
    .menu-area .inner span.search-icon {
        display: inline-block;
        width: 15px;
        height: 15px;
        background-image: url(../images/icons/icon-search-gray.svg);
        background-size: 15px 15px;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        top: 5px;
    }
    .menu-area .inner #sitemap::before {
        content: "";
        width: calc(100% + 50px);
        height: 1px;
        background-color: #E4E4E4;
        margin: 0 -25px;
        position: absolute;
        top: 10px;
        left: 0;
    }
    .menu-area .inner #utility-line {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
    }
    .menu-area .inner #utility-line ul li a {
        color: #666666;
        font-size: 14px;
        line-height: 1.5;
        text-decoration: none;
    }
    .menu-area .inner .with-posco {
        display: inline-block;
        width: 75px;
        height: 25px;
        background-image: url(../images/footer-pattern/posco-group-logo.png);
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
    }
    #sitemap {
        position: relative;
        padding-top: 35px !important;
        margin: 0 0 30px 0;
    }
    #sitemap > ul > li {
        width: calc(100% + 50px);
        padding: 0 25px;
        margin: 0 -25px !important;
    }
    #sitemap > ul > li > a {
        display: inline-block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        float: left;
        border-left: none;
        color: #000;
        position: relative;
        margin: 0;
    }
    #sitemap > ul > li.current-menu-ancestor a {
        color: #00A5E5;
    }
    #sitemap > ul > li.current-menu-ancestor a::after {
        background-image: url('../images/icons/icon-menu-up-arrow.svg');
    }
    #sitemap > ul > li > a::after {
        content: "";
        display: block;
        width: 12px;
        height: 6px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-image: url('../images/icons/icon-menu-down-arrow.svg');
        background-size: 12px 6px;
        background-repeat: no-repeat;
        background-position: center;
    }
    #sitemap > ul > li > ul.sub-menu {
        display: block;
        width: calc(100% + 50px);
        margin: 0 -25px;
        padding: 0 25px;
        background-color: #F5F5F5;
    }
    #sitemap > ul > li > ul.sub-menu > li > ul.sub-menu {
        display: none;
    }
    #sitemap > ul > li > ul.sub-menu > li {
        width: 100%;
        float: left;
    }
    #sitemap > ul > li > ul.sub-menu > li > a {
        display: inline-block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        color: #666666;
        position: relative;
    }
    #sitemap > ul > li > ul.sub-menu > li.has-children > a::after {
        content: "";
        display: block;
        width: 12px;
        height: 6px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-image: url('../images/icons/icon-menu-down-arrow.svg');
        background-size: 12px 6px;
        background-repeat: no-repeat;
        background-position: center;
    }
    #sitemap > ul > li > ul.sub-menu > li.rotated > a::after {
        transform: rotate(180deg);
    }
    #sitemap > ul > li.etc-menu {
        height: 60px;
        line-height: 60px;
        margin: 10px -25px 0 -25px !important;
        padding: 0 25px !important;
        border-top: 1px solid #E4E4E4;
        border-bottom: 1px solid #E4E4E4;
        position: relative;
    }
    #sitemap > ul > li:nth-last-of-type(2) {
        /* margin: 0 -25px !important; */
    }
    #sitemap > ul > li:nth-last-of-type(2) a {
        line-height: 60px;
        font-size: 12px;
        color: #CCC;
    }
    #sitemap > ul > li:nth-last-of-type(2) a img {
        position: absolute;
        left: 0;
        top: calc(50% + 5px);
        transform: translateY(-50%);
        display: inline-block;
        margin-right: 5px;
    }
    #sitemap > ul > li:nth-last-of-type(1) {
        margin: 0 -25px !important;
        border-top: 0;
    }
    #sitemap > ul > li:nth-last-of-type(1) a {
        line-height: 60px;
        font-size: 12px;
        color: #CCC;
    }
    #sitemap > ul > li:nth-last-of-type(1) a img {
        display: inline-block;
        margin-right: 5px;
    }
    /*
	#sitemap>ul>li:last-child::after {
		content: "";
		position: absolute;
		top: -1px;
		left: 130px;
		display: block;
		width: 24px;
		height: 37px;
		background-size: 24px 37px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('../images/icons/small-flag.svg');
	}

	#sitemap>ul>li:last-child a {
		width: 100%;
		height: 100%;
		display: inline-block;
	}*/
    #sitemap > ul > li:last-child > a::after {
        content: none;
    }
    #sitemap > ul > li.main-beyond-build > ul.sub-menu {
        width: calc(100% + 8px) !important;
        margin: 0 -4px 30px -4px !important;
        padding: 0 !important;
        float: left !important;
        background-color: #fff;
    }
    #sitemap > ul > li.main-beyond-build > ul.sub-menu > li {
        width: calc(50% - 8px) !important;
        height: 100px;
        margin: 0 4px 8px 4px !important;
        float: left !important;
        background-color: aliceblue;
        background-size: cover;
        background-position: center;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
    }
    #sitemap > ul > li.main-beyond-build > ul.sub-menu > li > a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        padding: 12px;
        line-height: 1.2;
        color: #fff;
    }
    #sitemap > ul > li.main-beyond-build > ul.sub-menu > li > a br {
        display: none;
    }
    #sitemap > ul > li.main-beyond-build > ul.sub-menu > li > a::after {
        content: none;
    }
    #sitemap > ul > li.main-beyond-build > ul.sub-menu > li:nth-child(1) {
        background-image: url('../images/navigation/beyond-build-menu-007@2x.jpg');
    }
    #sitemap > ul > li.main-beyond-build > ul.sub-menu > li:nth-child(2) {
        background-image: url('../images/navigation/beyond-build-menu-010@2x_dark.jpg');
    }
    #sitemap > ul > li.main-beyond-build > ul.sub-menu > li:nth-child(3) {
        background-image: url('../images/navigation/beyond-build-menu-010@2xm.jpg');
    }
    #sitemap > ul > li.main-beyond-build > ul.sub-menu > li:nth-child(4) {
        background-image: url('../images/navigation/beyond-build-menu-009@2x.jpg');
    }
    #sitemap > ul > li.main-beyond-build > ul.sub-menu > li:nth-child(5) {
        background-image: url('../images/navigation/beyond-build-menu-011_m@2x.jpg');
    }
    #sitemap > ul > li.main-beyond-build > ul.sub-menu > li:nth-child(6) {
        background-image: url('../images/navigation/beyond-build-menu-003@2x.jpg');
    }
    #sitemap > ul > li.main-beyond-build > ul.sub-menu > li:nth-child(7) {
        background-image: url('../images/navigation/beyond-build-menu-002_2.jpg');
    }
    #sitemap > ul > li.main-beyond-build > ul.sub-menu > li:nth-child(8) {
        background-image: url('../images/navigation/beyond-build-menu-002_2.jpg');
    }
    .posco-group-area {
        position: fixed;
        height: 100vh;
        bottom: 0;
    }
    .posco-group-area .inner {
        padding: 50px 25px;
    }
    .posco-group-area .inner > strong {
        /*display: none;*/
    }
    .posco-group-area .inner span.close-icon {
        width: 25px;
        height: 25px;
        top: 15px;
        right: 15px;
        background-size: 10px 10px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .posco-group-area .inner #group > ul {
        width: 100%;
        float: left;
    }
    .posco-group-area .inner #group > ul > li {
        width: 100% !important;
        padding-left: 0 !important;
        margin: 0 0 19px 0;
    }
    .posco-group-area .inner #group > ul > li > strong,
    .footer_logo a {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 9px 0;
    }
    .posco-group-area .inner #group > ul > li:nth-child(1) > ul,
    .posco-group-area .inner #group > ul > li:nth-child(4) > ul {
        column-count: inherit;
    }
    .posco-group-area .inner #group > ul > li > ul > li {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0;
        width: auto;
        display: inline-block;
    }
    .posco-group-area .inner #group > ul > li > ul > li::after {
        content: "";
        display: inline-block;
        margin: 0 8px;
        width: 1px;
        height: 10px;
        background-color: rgba(0, 0, 0, .2);
    }
    .page-vision .vision-bg {
        top: 115px;
        height: 2495px !important
    }
    .page-vision .entry-header span {
        display: none;
    }
    .page-vision .entry-content {
        height: auto;
    }
    .page-vision .entry-content .small-h2 {
        font-size: 12px;
        line-height: 17px;
    }
    .page-vision .entry-content .small-h2 + img.img-slogan {
        width: auto;
        height: 82px;
    }
    .page-vision .entry-content .small-h2 + strong {
        font-size: 24px;
        line-height: 32px;
    }
    .page-vision .entry-content .vision-h3 {
        font-size: 24px;
        line-height: 32px;
        height: 65px;
        background-size: auto 65px;
        padding-top: 15px;
        margin: 0 0 30px 0;
    }
    .page-vision .entry-content ul.columns-3 {
        margin: 0;
        flex-direction: column;
    }
    .page-vision .entry-content ul.columns-3 li {
        width: 100%;
        float: left;
        margin: 0 0 40px 0;
    }
    .page-vision .entry-content ul.columns-3 li strong {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: -0.01em;
        font-weight: 400;
    }
    .page-vision .entry-content ul.columns-3 li span {
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
    }
    .page-vision .vision_bottom span ul li {
        margin: 6px 0 !important;
    }
    .page-vision .entry-content ul.columns-4 {
        margin: 0;
        flex-direction: column;
    }
    .page-vision .entry-content ul.columns-4 li {
        width: 100%;
        float: left;
        margin: 0 0 40px 0;
    }
    .page-vision .entry-content ul.columns-4 li .visual_core_value_img{
        padding: 20px 0;
    }
    .page-vision .entry-content ul.columns-4 li strong {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.01em;
        font-weight: 300;
    }
    .page-vision .entry-content ul.columns-4 li span {
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        min-height: auto;
    }
    .page-vision .entry-content ul.columns-4 li span br {
        display: none;
    }
    ul.posco-talent {
        margin: 26px 0 0 0;
    }
    ul.posco-talent li,
    ul.posco-talent li:nth-child(1) {
        width: 100% !important;
        float: left !important;
        padding: 0 !important;
        margin: 0 0 40px 0;
        border-left: none;
        border-bottom: 1px solid #E4E4E4;
    }
    ul.posco-talent li img {
        float: left;
        clear: both;
        margin: 0 0 25px 0;
    }
    ul.posco-talent li h2 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        margin: 0 0 15px 0;
    }
    ul.posco-talent li span {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0;
        margin: 0 0 9px 0;
    }
    ul.posco-talent li p {
        font-size: 14px;
        line-height: 22px;
    }
    ul.posco-talent li:last-child {
        border-bottom: none;
        margin: 0;
    }
    .entry-header span {
        display: none;
    }
    .jobs-category {
        padding: 20px 20px 5px 20px;
    }
    .jobs-category ul li {
        width: 33.33333%;
        float: left;
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 15px 0;
    }
    ul.interview-loop {
        margin: 0 0 20px 0;
    }
    ul.interview-loop li.interview-loop-item {
        width: 100%;
        height: 398px;
        margin: 0;
    }
    ul.interview-loop li.interview-loop-item .entry-meta {
        top: 40px;
        left: 30px;
        width: 200px;
    }
    ul.interview-loop li.interview-loop-item .entry-meta .entry-title {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 0;
    }
    ul.interview-loop li.interview-loop-item .entry-meta .job-area,
    ul.interview-loop li.interview-loop-item .entry-meta > span {
        font-size: 14px;
        line-height: 20px;
    }
    ul.interview-loop + div.btn-area {
        width: 100%;
        float: left;
    }
    ul.interview-loop + div.btn-area a.view-more {
        display: inline-block;
        width: 100%;
        float: left;
        height: 42px;
        line-height: 42px !important;
        text-align: center;
        font-size: 14px;
        line-height: 19px;
        font-family: "Nunito Sans", snas-serif;
        font-weight: 700;
        text-decoration: none;
        border: 1px solid #E4E4E4;
        padding: 0;
    }
    ul.interview-loop + div.btn-area a.view-more::before {
        content: "";
        width: 10px;
        height: 10px;
        display: inline-block;
        background-image: url('../images/icons/icon-plus-small.svg');
        background-size: 10px 10px;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 9px 0 0;
        position: relative;
        top: 2px;
    }
    #colophon {
        margin: 100px 0 0 0;
    }
    figure.featured-image {
        width: calc(100% + 50px) !important;
        margin: 0 -25px 40px -25px !important;
    }
    figure.featured-image figcaption {
        padding: 0 25px !important;
    }
    #content-tabs span.jobs-count {
        float: right;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        color: #00A5E5;
        position: relative;
        top: -10px;
    }
    ul.job-notice-loop li.job-notice-loop-item {
        padding: 25px 0;
    }
    ul.job-notice-loop li.job-notice-loop-item .job-notice-meta {
        margin: 0 0 10px 0;
    }
    ul.job-notice-loop li.job-notice-loop-item .job-notice-meta span {
        font-size: 16px;
        line-height: 26px;
    }
    ul.job-notice-loop li.job-notice-loop-item .job-notice-title {
        font-size: 18px;
        line-height: 26px;
    }
    .entry-tags li {
        height: 30px;
        line-height: 28px !important;
        font-size: 12px;
        padding: 0 14px;
    }
    .content-btn-area {
        margin: 0 0 40px 0;
    }
    .content-btn-area .btn {
        width: 100%;
        float: left;
        font-size: 16px;
    }
    .jobs-information dt.project-period {
        width: 50% !important;
        padding: 0 !important;
        margin: 0 !important;
        float: left !important;
        text-align: left !important;
    }
    .jobs-information dt.project-period::before {
        width: 32px !important;
        height: 32px !important;
        background-size: 32px 32px !important;
        display: block !important;
        float: left;
        margin: 0 10px 0 0 !important;
        position: inherit !important;
        top: inherit !important;
        left: inherit !important;
        transform: inherit !important;
    }
    .jobs-information dd {
        width: 50% !important;
        text-align: right !important;
        float: left !important;
        font-size: 24px !important;
        height: auto !important;
        margin-top: 0 !important;
    }
    .jobs-information dd::after {
        content: none !important;
    }
    ul.career-process {
        width: 100%;
        margin: 20px 0 0 0;
    }
    ul.career-process li {
        width: 100% !important;
        height: 76px !important;
        margin: 0 0 50px 0 !important;
        padding: 0 0 0 116px;
        position: relative;
        text-align: center !important;
    }
    ul.career-process li img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        margin: 0 20px;
    }
    ul.career-process li::after {
        content: none;
    }
    ul.career-process li span {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
    }
    ul.career-process li strong {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
    }
    table.table-career-type {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }
    table.table-career-type thead tr th {
        white-space: nowrap;
        padding: 20px 10px;
    }
    table.table-career-type tbody tr th {
        vertical-align: top;
        padding: 20px 10px;
    }
    table.table-career-type tbody tr td {
        vertical-align: top;
        padding: 20px 10px;
    }
    table.table-career-type tbody tr th,
    table.table-career-type tbody tr td:nth-child(2) {
        white-space: nowrap;
    }
    
    #accordion h3.ui-accordion-header {
        background-position: calc(100% - 10px) center;
        background-size: 16px 16px;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    #accordion div.ui-accordion-content {
        padding: 20px 10px;
    }
    .text-box {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1;
        padding: 30px 15px;
    }
    .text-box ul li {
        font-size: 16px;
        line-height: 26px;
    }
    table.form-table {}
    table.form-table thead tr td {
        font-size: 14px;
        line-height: 22px;
    }
    table.form-table tr td.label {
        white-space: nowrap;
        font-size: 16px;
        text-align: left;
        width: 70px;
        text-align: vertical;
    }
    table.form-table tbody tr td input {
        margin: 0 0 10px 0;
    }
    table.form-table tbody tr td input.input-half {
        width: 100%;
        margin: 0 0 10px 0;
    }
    table.form-table tbody tr td input.input-quarter {
        width: calc(100% - 30px);
        margin: 0 0 10px 0;
        float: right;
    }
    table.form-table tbody tr td select {
        width: 100%;
        min-width: 100%;
        margin: 0 0 10px 0;
    }
    table.form-table tbody tr td #mobile-provider {
        width: 82px;
        min-width: 82px;
        margin: 0;
        float: left;
    }
    table.form-table tbody tr td #mobile-no-1st,
    table.form-table tbody tr td #mobile-no-2nd {
        width: 82px;
        min-width: 82px;
        margin: 0 0 0 7px;
        float: left;
    }
    table.form-table tbody tr td input[type="text"] {
        padding: 0 15px;
    }
    table.form-table tfoot tr td input[type="submit"] {
        width: 100%;
        font-size: 16px;
    }
    .entry-content .content-columns-2 {
        padding: 0;
        margin: 0 0 50px 0;
    }
    .entry-content .content-columns-2 .content-column-left {
        width: 100%;
        padding: 0 !important;
        margin: 0 0 20px 0 !important;
    }
    .entry-content .content-columns-2 .content-column-left img {
        width: 100%;
        max-width: 100%;
        float: left;
        margin: 0;
    }
    .entry-content .content-columns-2 .content-column-right {
        width: 100%;
        padding: 0 !important;
        margin: 0 0 20px 0 !important;
    }
    ul.normal-unordered-list {
        width: 100%;
        margin: 0;
    }
    ul.normal-unordered-list.columns-4 > li:nth-child(1) {
        padding: 0 0 20px 0;
    }
    ul.normal-unordered-list.columns-4 > li {
        width: 100%;
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px solid #E4E4E4;
    }
    ul.normal-unordered-list > li::after {
        content: none;
    }
    ul.normal-unordered-list > li strong {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0;
        margin: 0 0 10px 0;
    }
    ul.normal-unordered-list > li span {
        font-size: 14px;
        line-height: 22px;
    }
    ul.normal-unordered-list > li span br {
        display: none;
    }
    .leadership-education-area .icon-area {
        width: 100%;
        float: left;
        text-align: center;
    }
    .leadership-education-area .icon-area img {
        width: 100px !important;
        max-width: 100px !important;
        height: auto !important;
        float: none !important;
        margin: 0 0 5px 0 !important;
    }
    .leadership-education-area .icon-area strong {
        font-size: 16px !important;
        line-height: 26px !important;
        margin: 0 0 10px 0 !important;
    }
    .leadership-education-area .icon-area + ul {
        width: 100%;
    }
    .leadership-education-area .icon-area + ul li {
        padding: 20px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
    }
    .leadership-education-area .icon-area + ul li:last-child {
        border-bottom: 1px solid #E4E4E4 !important;
    }
    .leadership-education-area .icon-area + ul li strong {
        font-size: 14px !important;
        line-height: 22px !important;
        font-weight: 500 !important;
        color: #000 !important;
        width: 114px !important;
        margin: 0 !important;
    }
    ul.normal-unordered-list.columns-3 > li {
        width: 100%;
        margin: 0 !important;
        padding: 20px 0 !important;
        border-bottom: 1px solid #E4E4E4 !important;
    }
    ul.normal-unordered-list.columns-3 > li:first-child {
        padding: 10px 0 20px 0 !important;
    }
    ul.leadership-education {
        margin: 0 0 50px 0;
    }
    ul.vertical-unordered-list {}
    ul.vertical-unordered-list li {
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 90px 0 0;
    }
    ul.vertical-unordered-list li img {
        top: 20px;
        right: 0;
        width: 50px !important;
        max-width: 50px !important;
        height: auto !important;;
    }
    ul.vertical-unordered-list li strong {
        font-size: 18px !important;
        line-height: 26px !important;
        letter-spacing: 0 !important;
        font-weight: 300 !important;
        color: #101010 !important;
        margin: 0 0 5px 0 !important;
    }
    ul.vertical-unordered-list li span {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
        width: 100%;
    }
    .our-benefits h4 {
        font-size: 24px !important;
        line-height: 32px !important;
        letter-spacing: 0 !important;
    }
    .our-benefits + figure.content-image.right-wide-image.mt-zero.mb-zero {
        height: 120px;
    }
    figure.content-image.right-wide-image.mt-zero.mb-zero img {
        width: auto;
        height: 100%;
    }
    .chart-loop {
        width: 100%;
        margin: 0;
    }
    .chart-loop .chart-loop-item {
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
        padding: 0;
        border: none;
    }
    .chart-loop .chart-loop-item .chart-title {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .chart-loop .chart-loop-item .chart-area {
        width: 100%;
    }
    table.table-normal {
        margin: 0 0 20px 0;
    }
    table.credit-table {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    table.credit-table thead tr th {
        white-space: nowrap;
        padding: 20px 10px;
    }
    table.credit-table tbody tr th {
        white-space: nowrap;
        padding: 20px 10px;
    }
    table.credit-table tbody tr td {
        padding: 20px 10px;
    }
    .entry-content h3 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
    }
    .entry-content h3 br {
        display: none;
    }
    .entry-content .downloads ul {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
    }
    .entry-content .downloads ul li {
        width: 50%;
        padding: 0 0 0 20px;
        margin: 0 0 20px 0;
    }
    .entry-content .downloads ul li:nth-child(2n-1) {
        padding: 0 20px 0 0;
        border-left: none;
    }
    .entry-content .downloads ul li a::before {
        width: 43px;
        height: 43px;
        background-size: 43px 43px;
        margin: 0 15px 0 0;
    }
    .entry-content .downloads ul li strong {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .entry-content .downloads ul li span {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .content-columns-2.ci-color .content-column-right {
        padding: 60px 50px 50px 50px !important;
    }
    .content-columns-2.ci-color .content-column-right strong {}
    .property-status-area {
        padding: 50px 0 25px 0 !important;
    }
    .property-status-area span.latest-update {
        font-size: 14px;
        left: 25px;
        top: -25px;
    }
    .property-status-area span.latest-update::before {
        font-size: 14px;
    }
    .property-status-area ul.property-status {
        width: calc(100% + 50px);
        margin: 25px -25px;
    }
    .property-status-area ul.property-status li {
        width: calc(50% - 50px);
        margin: 0 25px 25px 25px;
        padding: 20px 0 20px 85px;
        display: inherit;
    }
    .property-status-area ul.property-status::before,
    .property-status-area ul.property-status::after {
        content: none;
    }
    .property-status-area ul.property-status li strong {
        font-size: 27px;
    }
    .property-status-area ul.property-status li span {
        width: 100%;
        display: inline-block;
        word-break: break-all;
        font-size: 13px;
    }
    .property-loop-header {
        display: none;
    }
    ul.property-loop {
        border-top: 1px solid #000;
        margin: 50px 0 0 0;
    }
    ul.property-loop li {
        width: 100%;
        padding: 20px 0;
    }
    ul.property-loop li h3 {
        width: calc(100% - 60px);
        height: auto;
        line-height: 1.5 !important;
        float: left;
        padding: 0 0 0 5px;
    }
    ul.property-loop li span.entry-serial {
        width: 60px;
        float: left;
        text-align: right;
        height: auto;
        line-height: 1.5 !important;
    }
    ul.property-loop li p {
        width: 100%;
        float: left;
        height: auto;
        line-height: 1.5 !important;
        margin: 10px 0 !important;
    }
    ul.property-loop li span.entry-date {
        width: 100%;
        height: auto;
        line-height: 1.5 !important;
        margin-left: -20px;
    }
    .search-area {
        top: 121px;
    }
    .search-area .search-form {
        margin: 15px 0;
    }
    #sitemap > ul {
        display: block !important;
    }
    #sitemap > ul > li > ul.sub-menu {
        display: none;
    }
    #sitemap > ul > li.main-beyond-build > ul.sub-menu,
    #sitemap > ul > li.main-business-area > ul.sub-menu,
    #sitemap > ul > li.main-innovation > ul.sub-menu,
    #sitemap > ul > li.main-esg > ul.sub-menu,
    #sitemap > ul > li.main-career > ul.sub-menu,
    #sitemap > ul > li.main-about-us > ul.sub-menu,
    #sitemap > ul > li.main-newsroom > ul.sub-menu {
        display: none;
    }
    #sitemap > ul > li > a::after {
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
    #sitemap > ul > li.rotated > a::after {
        transform: rotate(180deg);
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
    #sitemap > ul > li.rotated > a {
        color: #00A5E5;
    }
    #sitemap > ul > li.rotated > ul.sub-menu > li.rotated > a {
        color: #00A5E5;
    }
    #sitemap > ul > li.rotated > ul.sub-menu > li.rotated > ul.sub-menu > li > a:hover {
        color: #00A5E5;
    }
    /* 20210804 */
    .newsroom-header {
        height: 65px !important;
    }
    .newsroom-header > .inner {
        height: 65px !important;
    }
    #newsroom-highlight {
        padding: 40px 0 0 0;
    }
    .posco-enc-newsroom section {
        padding: 0 0 20px 0;
    }
    #posco-enc-times {
        border-bottom: none;
    }
    #posco-enc-times .section-header {
        margin: 0 0 30px 0;
    }
    #posco-enc-times .section-header h2.section-title {
        font-size: 30px;
        line-height: 44px;
        letter-spacing: 0;
    }
    .posco-enc-times-loop {
        width: 100%;
        margin: 0;
    }
    .posco-enc-times-loop .posco-enc-times-loop-item {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .posco-enc-times-loop .posco-enc-times-loop-item .entry-thumbnail {
        margin: 0 0 15px 0;
    }
    .posco-enc-times-loop .posco-enc-times-loop-item .entry-thumbnail a img {
        width: 100%;
        height: auto;
    }
    .posco-enc-times-loop .posco-enc-times-loop-item .entry-meta .entry-title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
    }
    .right-wide-image {
        width: calc(100vw - 40px);
        margin-right: -20px;
        margin-bottom: 0 !important;
        overflow: hidden;
    }
    #press-room {
        border-bottom: none;
    }
    #press-room .section-header {
        margin: 0 0 30px 0;
    }
    #press-room .section-header h2.section-title {
        font-size: 30px;
        line-height: 44px;
        letter-spacing: 0;
    }
    #press-room .section-content-01 .inner {
        height: 420px;
        display: block;
    }
    #press-room .section-content-01 .inner h3,
    #press-room .section-content-02 h3 {
        width: 100%;
        float: left;
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    #press-room .section-content-01 {
        height: 420px;
    }
    #press-room .section-content-01 .section-content-bg {
        height: 120px;
        bottom: inherit;
        top: 54px;
    }
    #press-room .section-content-01 .inner ul.press-room-loop {
        width: calc(100vw - 25px) !important;
        margin: 70px -25px 0 0;
    }
    #press-room .section-content-01 .inner ul.press-room-loop li.press-room-loop-item {
        width: calc(100vw - 50px) !important;
        height: 288px;
        padding: 24px 40px 34px 40px;
    }
    #press-room .section-content-01 .inner ul.press-room-loop li.press-room-loop-item .entry-title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
    }
    #press-room .section-content-01 .inner ul.press-room-loop .slick-arrow {
        top: -30px;
        transform: inherit;
    }
    #press-room .section-content-01 .inner ul.press-room-loop .slick-prev {
        left: 0;
    }
    #press-room .section-content-01 .inner ul.press-room-loop .slick-next {
        left: 60px;
    }
    #press-room .section-content-02 ul.press-release-loop li.press-release-loop-item {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #E4E4E4;
    }
    #press-room .section-content-02 ul.press-release-loop li.press-release-loop-item .entry-meta .entry-title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
        margin: 10px 0 0 0;
    }
    ul.monthly-pick-video-loop {
        margin: 0 0 20px 0;
    }
    ul.monthly-pick-video-loop li .entry-meta strong::before {
        content: none;
    }
    #newsroom-social-interest .instagram-feed ul li {
        margin: 0;
    }
    #newsroom-social-interest .instagram-feed ul li .entry-thumbnail {
        margin: 0;
    }
    #newsroom-social-interest .instagram-feed ul li .entry-meta {
        display: none;
    }
    ul.times-loop {
        margin: 0 !important;
    }
    ul.times-loop li.times-loop-item:nth-child(1) {
        padding: 0 0 50px 0;
    }
    ul.times-loop li.times-loop-item:last-child {
        border-bottom: none;
    }
    ul.times-loop li.times-loop-item .entry-thumbnail {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 0 15px 0;
    }
    ul.times-loop li.times-loop-item .entry-meta {
        width: 100%;
    }
    ul.times-loop li.times-loop-item .entry-meta .entry-title {
        display: none;
    }
    ul.times-loop li.times-loop-item .entry-meta p {
        font-size: 16px;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 26px;
        max-height: 104px;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    nav.new-pagination-area ul.pagination li.page-item {
        display: none;
    }
    nav.new-pagination-area ul.pagination li.page-item:nth-child(1),
    nav.new-pagination-area ul.pagination li.page-item:nth-child(2),
    nav.new-pagination-area ul.pagination li.page-item:nth-child(3),
    nav.new-pagination-area ul.pagination li.page-item:nth-child(4),
    nav.new-pagination-area ul.pagination li.page-item:nth-child(5) {
        display: inline-block;
    }
    .posco-enc-newsroom .search-form {
        margin: 0 0 40px 0 !important;
    }
    .posco-enc-newsroom nav.new-pagination-area {
        margin: 0 0 50px 0 !important;
    }
    .posco-enc-newsroom #primary {
        padding: 0;
    }
    .posco-enc-newsroom .site-footer {
        margin: 0 !important;
    }
    .wide-area {
        width: calc(100% + 50px);
        margin: 0 -25px;
    }
    ul.press-room-loop.columns-3 {
        width: 100%;
        margin: 0 0 30px 0;
    }
    ul.press-room-loop.columns-3 li.press-room-loop-item {
        width: 100%;
        height: 288px;
        margin: 0 0 20px 0;
        padding: 24px 40px 34px 40px;
    }
    ul.press-room-loop.columns-3 li.press-room-loop-item .entry-meta .entry-media {
        font-size: 13px;
        letter-spacing: 0;
    }
    ul.press-room-loop.columns-3 li.press-room-loop-item .entry-meta .entry-title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
    }
    ul.press-room-loop.columns-3 li.press-room-loop-item .entry-meta .entry-date {
        font-size: 11px;
        left: 40px;
        bottom: 34px;
    }
    span.news-room-for-newsroom {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #primary article .entry-header {
        margin: 40px 0 20px 0;
        padding: 0;
    }
    .posco-enc-newsroom.post-single article .entry-header .entry-title {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .entry-header span.btn-list,
    .entry-header span.entry-date {
        display: block !important;
    }
    .entry-header span.entry-date {
        font-size: 16px;
        line-height: 36px;
        margin: 0;
    }
    .entry-header span.entry-date::before {
        width: 12px;
        height: 12px;
        margin: 0 8px 0 0;
        top: 1px;
    }
    /* 20210810 */
    ul.highlight-loop li.highlight-loop-item .entry-thumbnail {
        background-size: cover;
    }
    .posco-enc-times-loop .posco-enc-times-loop-item .entry-meta,
    .posco-enc-times-loop .posco-enc-times-loop-item .entry-title {
        height: auto !important;
    }
    ul.press-loop {
        width: 100%;
        float: left;
    }
    ul.press-loop li.latest-loop-item,
    ul.press-loop li.latest-loop-item:last-child {
        position: relative;
        border-bottom: 1px solid #E4E4E4;
        padding: 25px 0;
    }
    ul.press-loop li.latest-loop-item:first-child {
        padding: 0 0 25px 0;
    }
    ul.press-loop li.latest-loop-item .entry-meta {
        width: calc(100% - 135px)
    }
    ul.press-loop li.latest-loop-item .entry-meta .entry-title {
        margin: 0;
    }
    ul.press-loop li.latest-loop-item .entry-meta span.entry-date {
        float: left;
    }
    ul.press-loop li.latest-loop-item .entry-thumbnail {
        width: 110px;
        height: 63px;
        overflow: hidden;
        position: relative;
        position: absolute;
        top: 30px;
        right: 0;
    }
    ul.press-loop li.latest-loop-item .entry-thumbnail img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .posco-enc-newsroom #page {
        padding: 0;
    }
    #newsroom-highlight .section-header h1.section-title {
        display: none;
    }
    #newsroom-highlight .section-header p {
        font-size: 16px;
        line-height: 26px;
    }
    .newsroom-keywords {
        margin: 30px 0 0 0 !important;
    }
    #press-room .section-content-02 ul.press-release-loop li.press-release-loop-item .entry-meta .entry-title br {
        display: none;
    }
    ul.times-loop li.times-loop-item {
        border-bottom: none;
        padding: 0 0 30px 0;
    }
    ul.times-loop li.times-loop-item .entry-meta p br {
        display: none;
    }
    nav.new-pagination-area ul.pagination li.page-item {
        margin: 0 15px;
    }
    #page {
        width: 100%;
        overflow-x: hidden;
    }
    ul.posco-talent li img {
        margin: 0 auto 25px auto;
        float: none;
    }
    ul.posco-talent li p {
        margin: 0;
    }
    ul.posco-talent li,
    ul.posco-talent li:nth-child(1) {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0 0 40px 0 !important;
        padding: 0 0 40px 0 !important;
    }
    .post-single-sidebar .post-navigation-area a div.job-area {
        width: 100%;
        padding: 0 0 0 45px;
    }
    .post-single-sidebar .post-navigation-area a div.job-area p {
        top: 0;
        padding: 0;
    }
    .post-single-sidebar .post-navigation-area a > p {
        top: 0 !important;
    }
    .agree-form-area {
        padding: 20px 0 50px 0;
    }
    label.container {
        margin: 0 10px;
    }
    ul.branch-loop li:nth-child(2n),
    ul.branch-loop li:nth-child(2n-1) {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
    }
    /* .entry-content p br {
        display: none !important;
    } */
    .innovation-single article .entry-footer .entry-footer-right ul li {
        font-size: 16px !important;
    }
    .tech-loop .tech-loop-item .entry-thumbnail span.icon-expansion {
        display: none;
    }
    .tech-loop .tech-loop-item .entry-thumbnail a {
        pointer-events: none;
    }
    .performance-download {
        float: left;
        width: 100%;
        margin: 0;
    }
    .performance-download ul li {
        width: 100% !important;
        padding: 0 !important;
    }
    .performance-download ul li a {
        float: left;
        display: inline-block;
    }
    .performance-download ul li::before {
        display: inline-block !important;
    }
    ul.performance-tabs li:last-child {
        position: relative;
    }
    ul.performance-tabs li:last-child::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -50%;
        transform: translateY(-50%);
        width: 3px;
        height: 3px;
        border-radius: 50% 50%;
        background-color: #9E9E9E;
        pointer-events: none;
    }
    ul.performance-tabs li:last-child::after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 60px;
        position: absolute;
        top: 0;
        right: -100%;
        border-bottom: 1px solid #ddd;
        pointer-events: none;
    }
    ul.bottom-actions {
        width: 44px;
        height: 150px;
        position: fixed;
        right: 25px;
        bottom: 25px;
        z-index: 2500;
    }
    ul.bottom-actions li {
        width: 44px;
        height: 44px;
        margin: 5px 0 0 0;
        float: left;
        border-radius: 50% 50%;
        background-color: #efefef;
    }
    ul.bottom-actions li.go-to-safety,ul.bottom-actions li.go-to-ethics {
        width: 44px !important;
        height: 44px !important;
        position: absolute;
        bottom: 49px;
        right: 0;
        margin: 5px 0 0 0;
        float: left;
        border-radius: 50% 50%;
        background-color: #efefef;
    }
    ul.bottom-actions li.go-to-ethics  {bottom:100px}
    ul.bottom-actions li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        float: left;
        color: #fff;
        text-decoration: none;
        line-height: 44px;
        text-align: center;
    }
    ul.bottom-actions li.go-to-top {
        background-color: #00A5E5;
        background-image: url('../images/icons/icon-go-to-top.svg');
        background-position: center;
        background-repeat: no-repeat;
    }
    ul.bottom-actions li.go-to-list {
        background-color: #4B5151;
        background-position: center;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 9px;
        font-weight: 500;
    }
    ul.bottom-actions li.share-this {
        background-color: #4B5151;
        background-image: url('../images/icons/icon-share-this.svg');
        background-position: center;
        background-repeat: no-repeat;
    }
    .masonry-gallery ul.masonry-gallery-grid {
        width: calc(100% + 50px);
        margin: 0 -25px 32px -25px;
    }
    .masonry-gallery ul.masonry-gallery-grid li.masonry-gallery-item {
        width: 100%;
        margin: 0 0 5px 0;
    }
    .masonry-gallery span.view-more {
        display: inline-block;
        font-size: 14px;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 700;
        width: calc(100% - 50px);
        margin: 20px 25px;
        text-align: center;
        height: 42px;
        line-height: 42px;
        border: 1px solid #E4E4E4;
        cursor: pointer;
    }
    .masonry-gallery span.view-more::before {
        content: "+ ";
    }
    .post-single article .entry-content figure {
        width: calc(100% + 50px);
        margin: 0 -25px 20px -25px;
    }
    .post-single article .entry-content figure figcaption {
        padding: 0 25px;
    }
    .post-single article .post-single-sidebar ul.project-information li {
        width: 100%;
        min-height: 90px;
        position: relative;
        padding: 15px 0;
        border-bottom: 1px dashed rgba(112, 112, 112, .3);
    }
    .post-single article .post-single-sidebar ul.project-information li strong {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: inline-block;
        width: 90px;
        height: 60px;
        text-align: center;
        margin: 0;
        font-size: 14px;
    }
    .post-single article .post-single-sidebar ul.project-information li strong br {
        display: block;
    }
    .post-single article .post-single-sidebar ul.project-information li strong img {
        height: 32px;
        width: auto;
        margin: 0;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .post-single article .post-single-sidebar ul.project-information li strong span {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 10px;
        line-height: 1.2;
    }
    .post-single article .post-single-sidebar ul.project-information li div {
        width: calc(100% - 85px);
        float: right;
    }
    .post-single article .post-single-sidebar ul.project-information li div span {
        margin: 0 !important;
    }
    .post-single article .post-single-sidebar ul.project-information > iframe {
        width: calc(100% + 50px);
        max-width: calc(100% + 50px);
        height: 216px;
        margin: 0 -25px;
    }
    .post-single article .post-single-sidebar ul.project-information li.project-location {
        border-bottom: none !important;
        margin: 0 0 10px 0;
    }
    #primary article .header-visual .breadcrumbs {
        width: 100%;
    }
    #primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li {
        min-width: 50%;
        padding: 0 20px 0 0;
    }
    #primary article .header-visual .breadcrumbs ul.main-navigation-breadcrumbs > li.menu-item-has-children::after {
        margin: 0 10px 0 -10px;
    }
    a.go-to-archive.mobile-only {
        width: 100%;
        float: left;
        font-size: 20px;
        font-weight: 500;
        float: right;
        text-decoration: none;
        margin: 0 0 20px 0;
    }
    a.go-to-archive.mobile-only:hover {
        color: #00A5E5;
    }
    a.go-to-archive.mobile-only::after {
        content: "+";
        color: #00A5E5;
        margin: 0 0 0 25px;
    }
    .featured-project-area ul.project-loop li.porject-loop-item .entry-meta a {
        color: #000;
    }
    .post-single #colophon {
        margin: 0 !important;
    }
    .entry-content figure.right-wide-image.posco-sport {
        height: 106px;
        margin: 0 0 20px 0 !important;
    }
    .entry-content figure.right-wide-image.posco-sport img {
        height: 106px;
        left: inherit;
    }
    .entry-content .content-columns-2.sports-columns .content-column-left {
        margin: 0 0 30px 0;
    }
    .sports-columns .content-column-left h4 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
        margin: 0 0 10px 0;
        padding: 0;
    }
    .sports-columns .content-column-right p {
        font-size: 16px;
        line-height: 26px;
    }
    .entry-content .content-columns-2.sports-columns {
        margin: 0 !important;
        padding: 0 !important;
    }
    .entry-content .content-columns-2.ci-logotype .content-column-right img {
        max-width: 60%;
        width: 60%;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .entry-content .content-columns-2.ci-signature .content-column-right img {
        float: left;
        max-width: 60%;
        width: 60%;
        margin: 30px 20% 30px 20% !important;
    }
    .entry-content .content-columns-2.ci-color {
        margin: 0 !important;
        padding: 0 !important;
    }
    ul.the-sharp-brand {
        width: 100%;
        margin: 10px 0 30px 0;
    }
    ul.the-sharp-brand li {
        width: 100%;
        margin: 0;
        padding: 0 0 0 70px;
        position: relative;
    }
    ul.the-sharp-brand li img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 44px;
        max-height: 44px;
        width: 100%;
        height: auto;
        margin: 8px 18px 8px 8px;
    }
    ul.the-sharp-brand li strong {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0;
        padding: 0 0 14px 0;
    }
    ul.the-sharp-brand li p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
    }
    .ci-the-sharp-symbol .content-column-left,
    .ci-the-sharp-logotype .content-column-right,
    .ci-the-sharp-signature .content-column-left,
    .ci-the-sharp-slogan .content-column-right {
        margin: 0 !important;
    }
    .ci-the-sharp-symbol .content-column-right img,
    .ci-the-sharp-logotype .content-column-left img,
    .ci-the-sharp-signature .content-column-right img,
    .ci-the-sharp-slogan .content-column-left img {
        float: left !important;
        max-width: 60% !important;
        width: 60% !important;
        margin: 30px 20% 30px 20% !important;
    }
    .entry-content .content-columns-2.ci-the-sharp-color .content-column-right {
        padding: 40px 30px !important;
    }
    .entry-content .content-columns-2.ci-the-sharp-color .content-column-right strong {
        font-size: 18px;
        line-height: 24px;
    }
    .entry-content .content-columns-2.ci-the-sharp-color .content-column-right span {
        font-size: 14px;
        line-height: 22px;
    }
    .heritage-slide-area {
        height: 715px;
    }
    .heritage-slide-area ul.heritage-slide-loop li {
        height: 715px;
    }
    .heritage-slide-area ul.heritage-slide-loop li .slide-meta::before {
        content: none !important;
        font-size: 100px;
        line-height: 136px;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 100;
        color: #00B8FF;
        position: absolute;
        bottom: -300px;
        left: 0;
    }
    .heritage-slide-area ul.heritage-slide-loop li .slide-meta {
        position: relative;
        top: inherit;
        margin: 40px 0 0 0;
    }
    .heritage-slide-area ul.heritage-slide-loop li .slide-meta a span {
        font-size: 16px;
        line-height: 43px;
    }
    .heritage-slide-area ul.heritage-slide-loop li .slide-meta a span::after {
        width: 43px;
        height: 43px;
        background-size: 43px 43px;
    }
    .heritage-slide-area ul.heritage-slide-loop li .slide-meta h2 {
        font-size: 34px;
        line-height: 44px;
        letter-spacing: 0;
        margin: 0 0 30px 0;
    }
    .heritage-slide-area ul.heritage-slide-loop li .slide-meta p {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
    }
    .heritage-slide-area ul.heritage-slide-loop li .slide-image {
        width: calc(100% + 25px);
        height: 156px;
        position: relative;
        top: inherit;
        right: inherit;
        margin-top: 100px;
        padding-top: 156px;
    }
    .heritage-slide-area ul.heritage-slide-loop li .slide-image span {
        margin-top: -150px;
        font-size: 14px;
    }
    .heritage-slide-area ul.heritage-slide-loop li .slide-meta a span {
        margin: 20px 0 0 0;
    }
    .heritage-slide-area ul.heritage-slide-loop li .slide-meta strong {
        font-size: 60px;
        line-height: 82px;
        margin-top: 260px;
    }
    .heritage-slide-navi {
        width: calc(100% - 25px);
        float: left;
        left: 25px;
        bottom: 90px;
        transform: none !important;
    }
    .heritage-slide-navi .slick-list .slick-slide li {
        font-size: 0;
    }
    .heritage-slide-navi .slick-list .slick-slide.slick-current li {
        font-size: 16px;
    }

    .about-us-vision img.img-slogan {
        width: 228px;
        height: auto;
        margin: 60px auto !important;
    }
    ul.bottom-actions li.go-to-top {
        position: inherit;
        bottom: inherit;
        right: inherit;
        width: 44px;
        height: 44px;
        margin: 5px 0 0 0;
        float: left;
        border-radius: 50% 50%;
        background-size: inherit;
    }
    dl.normal-dl-style {
        width: 100%;
        float: left;
    }
    dl.normal-dl-style dt {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
    }
    dl.normal-dl-style dt br {
        display: none;
    }
    dl.normal-dl-style dd {
        width: 100%;
        float: left;
    }
    dl.normal-dl-style dd img {
        /* width: 100%;
		 max-width: 100%;
		 height: auto;
		 float: left; */
    }
    ul.environment-system-list {
        width: 100%;
        margin: 0 0 50px 0;
    }
    ul.environment-system-list > li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    ul.environment-system-list > li img {
        width: 100%;
        max-width: 100%;
        height: auto;
        float: left;
    }
    ul.bar-chart > li img {
        width: 80%;
        max-width: 80%;
        height: auto;
    }
    .content-in-content img {
        position: inherit;
        top: inherit;
        right: inherit;
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
    }
    #content-tabs .ui-tabs-nav .ui-tabs-tab a {
        font-size: 14px;
        height: 60px;
        line-height: 60px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }
    #content-tabs .ui-tabs-nav .ui-tabs-tab a span.count {
        font-size: 12px !important;
        top: -10px;
    }
    .ci-logotype {
        padding: 50px 0 !important;
    }
    .ci-signature > .content-column-left {
        margin: 0 !important;
        padding: 0 !important;
    }
    /*************************************
		 Sitemap Tunning
	 *************************************/
    #sitemap > ul > li > a {
        cursor: pointer !important;
        pointer-events: inherit !important;
    }
    #sitemap > ul > li > ul.sub-menu > li.has-children > a {
        cursor: pointer !important;
        pointer-events: inherit !important;
    }
    /*************************************
		 Main Page
	 *************************************/
    .page-main #primary article .header-visual .video-container .main-slogan-area {
        width: calc(100% - 50px);
        left: 20px;
    }
    .page-main #primary article .header-visual .video-container .main-slogan-area h2 {
        font-size: 47px;
        line-height: 1.2;
        margin: 0 0 15px 0;
    }
    .page-main #primary article .header-visual .video-container .main-slogan-area p {
        width: 100%;
        font-size: 22px;
        line-height: 1.5;
        float: left;
    }
    #beyond-build {
        height: 470px;
    }
    #beyond-build ul.bb-loop {
        height: 470px;
    }
    #beyond-build ul.bb-loop li.bb-loop-item {
        height: 470px;
    }
    #beyond-build ul.bb-loop li.bb-loop-item .inner {
        height: 470px;
    }
    #beyond-build ul.bb-loop li.bb-loop-item .inner span {
        font-size: 16px;
        line-height: 1.2;
        float: left;
        letter-spacing: 0em;
        margin: 30px 0;
        left: 0;
    }
    #beyond-build ul.bb-loop li.bb-loop-item .inner .bb-loop-item-meta {
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #beyond-build ul.bb-loop li.bb-loop-item .inner .bb-loop-item-meta span {
        font-size: 16px;
        line-height: 1.36;
    }
    #beyond-build ul.bb-loop li.bb-loop-item .inner .bb-loop-item-meta h3 {
        font-size: 26px;
        line-height: 1.36;
        padding: 0 15px;
    }
    #beyond-build ul.bb-loop li.bb-loop-item .inner .bb-loop-item-meta h3 strong {
        width: 100%;
        display: inline-block;
    }
    #beyond-build ul.bb-loop li.bb-loop-item .inner .bb-loop-item-meta p {
        font-size: 21px;
        line-height: 1.36;
    }
    #beyond-build ul.bb-loop .slick-arrow {
        width: 8px;
        height: 13px;
    }
    #beyond-build ul.bb-loop .slick-prev {
        top: inherit;
        bottom: 88px;
        left: calc(50% - 43px);
        background-image: url('../images/icons/mobile-slide-left-arrow-white.svg');
    }
    #beyond-build ul.bb-loop .slick-prev:hover {
        background-image: url('../images/icons/mobile-slide-left-arrow-hover.svg');
    }
    #beyond-build ul.bb-loop .slick-next {
        top: inherit;
        bottom: 88px;
        right: calc(50% - 43px);
        background-image: url('../images/icons/mobile-slide-right-arrow-white.svg');
    }
    #beyond-build ul.bb-loop .slick-next:hover {
        background-image: url('../images/icons/mobile-slide-right-arrow-hover.svg');
    }
    #beyond-build .paging-info {
        top: inherit;
        bottom: 19.5%;
        font-size: 16px;
    }
    #first-value {
        padding: 40px 0 0 0;
    }
    .section-home h3.section-home-title {
        font-size: 30px;
        line-height: 1.2;
    }
    #first-value .section-left {
        width: 100%;
        float: left;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #d8d8d8;
    }
    #first-value .section-left h4 {
        font-size: 27px;
        line-height: 1.2;
        padding-right: 50px;
        border-right: none;
    }
    #first-value .section-right {
        width: 100%;
        float: left;
        padding: 0;
    }
    #first-value .section-right p {
        font-size: 14px;
        line-height: 1.5;
    }
    #first-value .section-right a {
        font-size: 16px;
        line-height: 1.36;
    }
    #business-with {
        padding: 50px 0 0 0;
    }
    .section-home h3.section-home-title {
        margin: 0 0 20px 0;
    }
    #business-with ul.business-loop {
        width: 100% !important;
        height: 720px;
        margin: 0 0 50px 0 !important;
    }
    #business-with ul.business-loop > li .business-meta {
        left: 25px;
        bottom: 40px !important;
    }
    #business-with ul.business-loop > li .business-meta p {
        font-size: 27px !important;
        line-height: 1.2 !important;
        margin: 0 0 15px 0 !important;
        width: 200px !important;
    }
    #business-with ul.business-loop > li .business-meta h4 {
        font-size: 16px !important;
        line-height: 1.2 !important;
        font-weight: 500 !important;
    }
    #business-with ul.business-loop > li {
        width: 100%;
        height: 240px;
        float: left;
    }
    #our-projects {
        padding: 40px 0 0 0;
    }
    #our-projects .section-left {
        width: 100%;
        margin: 0 0 25px 0;
        padding: 0 0 30px 0;
        border-bottom: 1px solid #d8d8d8;
    }
    #our-projects .section-left .entry-meta span {
        font-size: 12px;
        margin: 0 0 10px 0;
    }
    #our-projects .section-left .entry-meta h2 {
        font-size: 27px;
        line-height: 1.2;
        margin: 0 0 30px 0;
        width: 100%;
        float: left;
    }
    #our-projects .section-left .entry-meta span.entry-subject,
    #our-projects .section-left .entry-meta span.entry-location {
        font-size: 14px;
        line-height: 1.36;
    }
    #our-projects .section-left .entry-thumbnail {
        height: calc((100vw - 50px) * 0.5625);
        margin: 10px 0 0 0;
        background-size: cover;
    }
    #our-projects .section-left .entry-thumbnail a img {
        width: 100%;
        max-width: 100%;
        height: auto;
        float: left;
    }
    #our-projects .section-right {
        width: 100%;
        padding: 0;
    }
    #our-projects .section-right .project-loop .project-loop-item {
        margin: 0 0 20px 0;
    }
    #our-projects .section-right .project-loop .project-loop-item .entry-meta {
        width: 45%;
        padding-top: 15px !important;
    }
    #our-projects .section-right .project-loop .project-loop-item .entry-meta span {
        font-size: 12px;
        margin: 0 0 5px 0;
    }
    #our-projects .section-right .project-loop .project-loop-item .entry-meta h2 {
        font-size: 14px;
        line-height: 1.36;
        padding: 0 10px 0 0;
    }
    #our-projects .section-right .project-loop .project-loop-item .entry-thumbnail {
        width: 55%;
        height: calc(((100vw - 50px) * 0.55) * 0.5625);
        background-size: cover;
    }
    #our-projects .section-right .project-loop .project-loop-item .entry-thumbnail a img {
        width: 100%;
        height: auto;
    }
    #innovation {
        height: 630px;
        margin: 20px 0 0 0;
    }
    #innovation .inner {
        height: 630px !important;
        padding: 0 25px;
    }
    #innovation .inner,
    #innovation ul.our-tech-loop,
    #innovation ul.our-tech-loop li.our-tech-loop-item {
        height: 630px;
    }
    #innovation h3.section-home-title {
        left: 25px;
        top: 40px;
    }
    #innovation ul.our-tech-loop li.our-tech-loop-item .our-tech-loop-item-meta {
        top: 120px;
        padding: 0 25px;
    }
    #innovation ul.our-tech-loop li.our-tech-loop-item .our-tech-loop-item-meta h4 {
        font-size: 27px;
        line-height: 1.2;
    }
    #innovation ul.our-tech-loop li.our-tech-loop-item .our-tech-loop-item-meta p {
        width: 100%;
        font-size: 14px;
        line-height: 1.36;
    }
    #highlight ul.news-loop {
        width: 100%;
        margin: 0;
    }
    #highlight ul.news-loop li.news-loop-item {
        width: 100%;
        margin: 0 0 40px 0;
    }
    #highlight ul.news-loop li.news-loop-item .entry-thumbnail {
        width: 100%;
        height: 220px;
        overflow: hidden;
    }
    #highlight ul.news-loop li.news-loop-item .entry-thumbnail a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }
    #highlight ul.news-loop li.news-loop-item .entry-thumbnail a img {
        width: 100%;
        max-width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .section-home h3.section-home-title span.view-more {
        display: none;
    }
    #highlight ul.news-loop li.news-loop-item.no-thumbnail .entry-meta .entry-title {
        height: auto;
        max-height: 200px;
        font-size: 28px;
        line-height: 34px;
    }
    #highlight ul.news-loop li.news-loop-item .entry-meta p,
    #highlight ul.news-loop li.news-loop-item .entry-meta p a {
        height: auto;
        margin: 0;
        max-height: 104px;
    }
    #highlight,
    #hot-links {
        padding: 50px 0 0 0;
    }
    ul.hot-links-loop {
        width: 100%;
        height: auto;
    }
    ul.hot-links-loop li.hot-links-loop-item {
        width: 100%;
        height: 200px;
        float: left;
    }
    ul.hot-links-loop li.hot-links-loop-item:nth-child(1) {
        background-position: 50% 43%;
    }
    ul.hot-links-loop li.hot-links-loop-item:nth-child(2) {
        background-position: 50% 43%;
    }
    ul.hot-links-loop li.hot-links-loop-item:nth-child(3) {
        background-position: 50% 157%
    }
    ul.hot-links-loop li:nth-child(2) {
        top: 0;
    }
    ul.hot-links-loop li.hot-links-loop-item .btn-circle {
        font-size: 0 !important;
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
    ul.hot-links-loop li.hot-links-loop-item .btn-circle::before {
        display: inline-block;
        content: "Report";
        font-size: 12px !important;
        line-height: 50px;
        color: #fff;
        position: absolute;
        left: -110px;
        width: 100px;
        height: 50px;
        z-index: 2000;
        text-align: right;
    }
    ul.hot-links-loop li.hot-links-loop-item .btn-circle::after {
        top: 15px;
    }
    ul.hot-links-loop li.hot-links-loop-item .hot-links-meta {
        top: 50px;
        left: 25px;
        width: calc(100% - 50px);
        padding: 0 50px 0 0;
    }
    ul.hot-links-loop li.hot-links-loop-item .hot-links-meta h4 {
        font-size: 21px;
        line-height: 1.36;
        margin: 0 0 10px 0;
    }
    ul.hot-links-loop li.hot-links-loop-item .hot-links-meta h4 br {
        display: none;
    }
    ul.hot-links-loop li.hot-links-loop-item .hot-links-meta a {
        font-size: 14px;
    }
    ul.hot-links-loop li.hot-links-loop-item .hot-links-meta a span {
        display: none;
    }
    #innovation ul.our-tech-nav-loop {
        height: 170px !important;
        padding: 0;
        margin: 0;
    }
    #innovation ul.our-tech-nav-loop .slick-track {
        height: 170px;
        display: flex;
    }
    #innovation ul.our-tech-nav-loop .slick-slide {position: relative;}
    /*수정*/
    #innovation ul.our-tech-nav-loop .slick-slide[data-slick-index="0"],
    #innovation ul.our-tech-nav-loop .slick-slide[data-slick-index="1"],
    #innovation ul.our-tech-nav-loop .slick-slide[data-slick-index="2"],
    #innovation ul.our-tech-nav-loop .slick-slide[data-slick-index="3"] {
        width: 100vw !important;
        left: initial; !important;
        transform: initial !important;
        right: initial !important;
    }
    #innovation ul.our-tech-nav-loop .slick-slide {
        position: inherit !important;
        top: inherit !important;
        right: inherit !important;
        left: inherit !important;
        transform: inherit !important;
        width: 100vw !important;
        height: 170px !important;
    }
    #innovation ul.our-tech-nav-loop li.our-tech-nav-loop-item {
        width: 170px !important;
        height: 170px;
    }
    #innovation ul.our-tech-nav-loop .slick-slide[data-slick-index="1"]:after,
    #innovation ul.our-tech-nav-loop .slick-slide[data-slick-index="1"]:before {
        content: none;
    }
    #innovation ul.our-tech-nav-loop .slick-slide li.our-tech-nav-loop-item {
        background-image: url('../images/icons/icon-tech-loop-large-dot.svg');
        background-size: cover;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
    #innovation ul.our-tech-nav-loop .slick-slide li.our-tech-nav-loop-item a {
        display: block;
    }
    #innovation ul.our-tech-nav-loop .slick-slide li.our-tech-nav-loop-item span {
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        /*top: 45%;*/
        top: 42%;
    }
    #innovation ul.our-tech-nav-loop .slick-slide li.our-tech-nav-loop-item span::before {
        background-image: url('../images/icons/icon-tech-loop-dot-green.svg');
        /*top: -62px;*/
        top: -32px;
    }
    #innovation ul.our-tech-nav-loop li.our-tech-nav-loop-item a {
        /*bottom: 55px;*/
        bottom: 109px;
    }
    #innovation ul.our-tech-nav-loop .slick-slide li.our-tech-nav-loop-item span {
        font-size: 14px !important;
    }
    #content-tabs .ui-tabs-nav .ui-tabs-active a::after {
        content: none !important;
    }
    .entry-content .content-columns-2 .esg-concept img {
        max-width: 50px;
        max-height: 30px;
        height: auto;
        float: right;
    }
    .entry-content .content-columns-2 h4 {
        font-size: 24px;
        line-height: 1.36;
        margin: 0 0 15px 0;
        padding: 0 0 15px 0;
    }
    .entry-content .content-columns-2 .esg-concept h4 {
        padding: 0 0 15px 0 !important;
    }
    .entry-content .content-columns-2 p {
        font-size: 16px;
        line-height: 26px;
    }
    .latest-report-area {
        height: auto;
        margin: 0 0 150px 0;
        padding: 0;
    }
    .latest-report-area .report-meta .downloads ul {
        display: block;
    }
    .latest-report-area .report-meta .downloads ul li {
        width: 100%;
    }
    .latest-report-area .report-meta .downloads ul li a {
        height: 43px;
        line-height: 43px;
    }
    .latest-report-area .report-meta .downloads ul li a strong::after {
        width: 43px;
        height: 43px;
        background-size: cover;
    }
    .latest-report-area .report-thumbnail,
    .latest-report-area .report-thumbnail a,
    .latest-report-area .report-thumbnail .blue-filter,
    .latest-report-area .report-thumbnail img {
        width: 100%;
        height: 468px;
    }
    .latest-report-area .report-meta {
        width: 100%;
        height: auto;
        float: left;
        padding: 0;
        position: inherit;
        top: inherit;
        left: inherit;
    }
    .latest-report-area .report-meta .downloads {
        margin: 0;
        padding: 0;
    }
    .latest-report-area .report-meta .downloads::before {
        content: none;
    }
    .latest-report-area .report-meta h2 {
        font-size: 27px;
        line-height: 1.2;
    }
    ul.report-loop li.report-loop-item {
        width: calc(50% - 20px);
        margin: 0 10px 30px 10px;
    }
    ul.report-loop {
        width: calc(100% + 20px);
        margin: 0 -10px;
        top: -100px;
    }
    ul.report-loop li.report-loop-item .entry-thumbnail {
        height: auto;
        margin: 0 0 20px 0;
    }
    ul.report-loop li.report-loop-item .entry-thumbnail .blue-filter {
        height: 100%;
    }
    ul.report-loop li.report-loop-item .entry-thumbnail img {
        height: auto;
        max-height: 219px;
    }
    ul.report-loop li.report-loop-item .downloads {
        width: 100%;
        float: left;
    }
    ul.report-loop li.report-loop-item .downloads ul {
        margin: 0;
    }
    ul.report-loop li.report-loop-item .downloads ul li {
        width: 100%;
    }
    ul.report-loop li.report-loop-item .downloads ul li a {
        height: 43px;
        line-height: 43px;
    }
    .entry-content figure.right-wide-image.esg-intro-environment,
    .entry-content figure.right-wide-image.esg-intro-socail {
        height: 110px;
    }
    .entry-content figure.right-wide-image.esg-intro-environment img,
    .entry-content figure.right-wide-image.esg-intro-socail img {
        height: 100%;
        width: auto;
    }
    .right-wide-image h2 {
        bottom: 20px;
        left: 20px;
        margin: 0;
    }
    .content-columns-2.esg-introduction {
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
    }
    .entry-content .content-columns-2 .content-column-left {
        margin: 0 0 70px 0;
    }
    .content-columns-2.esg-introduction .content-column-left {
        margin: 0;
    }
    .content-columns-2.esg-introduction table.table-header-text-black thead tr th {
        font-size: 14px;
        line-height: 1.2;
    }
    .content-columns-2.esg-introduction table.table-header-text-black tbody tr td:last-child span {
        font-size: 10px;
        line-height: 1.2;
        right: 5px;
    }
    .content-columns-2.esg-introduction .content-column-left h3 {
        margin: 0 0 5px 0;
    }
    .content-columns-2.esg-introduction .content-column-left p {
        font-size: 21px;
    }
    .content-columns-2.esg-introduction .content-column-right img {
        margin: 0;
    }
    .tab-two-mobile {
        margin: 0 !important;
    }
    .tab-two-mobile .ui-tabs-nav {
        margin: 0 -25px !important;
    }
    .tab-two-mobile .ui-tabs-panel {
        margin: 0 !important;
        padding: 50px 0 0 0 !important;
    }
    .tab-three-mobile {
        margin: 0 !important;
    }
    .tab-three-mobile .ui-tabs-nav {
        margin: 0 -25px !important;
    }
    .tab-three-mobile .ui-tabs-panel {
        margin: -2px 0 0 0 !important;
        padding: 50px 0 0 0 !important;
    }
    .tab-three-mobile ul.ui-tabs-nav {
        position: relative;
    }
    .tab-three-mobile ul.ui-tabs-nav li.ui-tabs-tab:nth-child(3)::after {
        content: "·";
        display: inline-block;
        width: 50%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        float: left;
        border-bottom: 1px solid #E4E4E4;
        position: absolute;
        bottom: 0;
        right: 0;
        color: #e4e4e4;
        outline: none;
    }
    #accordion h3.ui-accordion-header {
        padding: 20px 40px 20px 10px;
        line-height: 1.36;
    }
    #accordion div.ui-accordion-content p {
        font-size: 14px;
        line-height: 22.75px;
    }
    #accordion div.ui-accordion-content p span {
        font-size: 13px !important;
        line-height: 19.5px !important;
    }
    #accordion div.ui-accordion-content img {
        width: 100%;
        height: auto;
    }
    #accordion div.ui-accordion-content .image-area {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
        min-height: auto;
    }
    #accordion div.ui-accordion-content .text-area {
        width: 100%;
        float: left;
        margin: 0;
    }
    #accordion div.ui-accordion-content .text-area p {
        font-size: 16px;
        line-height: 24px;
    }
    .ui-tabs-panel .wide-area h2 {
        font-size: 27px;
    }
    .esg-shared-bg-area-01 {
        float: left;
        height: auto !important;
    }
    .esg-shared-bg-area-01 .inner {
        padding: 80px 25px;
        float: left;
        height: auto !important;
    }
    .esg-shared-bg-area-01 .inner ul {
        display: block;
    }
    .esg-shared-bg-area-01 .inner ul li {
        width: 100% !important;
        float: left;
        padding: 0 0 20px 0 !important;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #fff;
        border-right: none !important;
    }
    .esg-shared-bg-area-01 .inner ul li:nth-child(3) {
        border-bottom: none;
    }
    .esg-shared-bg-area-01 .inner ul li strong {
        font-size: 21px;
        line-height: 1.2;
        margin: 0 0 15px 0;
    }
    .esg-shared-bg-area-01 .inner ul li span {
        font-size: 16px;
        line-height: 1.36;
    }
    .mt-minus-50 {
        margin-top: -50px !important;
        height: auto !important;
        padding: 10% 0;
    }


    .environment-strategy-tab-01 .wide-area .inner {
        height: auto;
    }
    .environment-strategy-tab-01 .wide-area .inner .content-in-image {
        position: relative;
        top: 0;
        transform: translateY(0);
    }

    #accordion h3.ui-accordion-header span.ui-accordion-header-icon {
        margin: inherit;
    }
    .esg-accordion-area h3 span {
        display: inline-block;
        width: 100%;
        float: left;
        margin: 5px 0 0 0;
        margin-right: 0 !important;
    }
    .esg-social-bg-area-03 {
        height: auto !important;
    }
    .esg-social-bg-area-03 .inner {
        padding: 80px 25px;
    }
    .esg-social-bg-area-03 .inner img {
        width: 100%;
    }
    .esg-safety-bg-area-01 {
        height: auto !important;
    }
    .esg-safety-bg-area-01 .inner {
        padding: 80px 25px;
        height: auto !important;
    }
    .esg-safety-bg-area-01 .inner h3 {
        font-size: 21px;
        line-height: 1.36;
    }
    .esg-safety-bg-area-01 .inner p {
        font-size: 16px;
        line-height: 24px;
    }
    .esg-safety-bg-area-01 .inner p br {
        display: block !important;
    }
    .esg-safety-bg-area-01 .inner ul li {}
    .esg-safety-bg-area-01 .inner ul li::before {
        content: "·";
        display: inline-block;
        width: 10px;
        height: 10px
    }
    figure.mobile-100 img {
        margin: 0 0 32px 0 !important;
    }
    .esg-ethics-bg-area-01,
    .esg-ethics-bg-area-01 .inner {
        height: auto !important;
    }
    .esg-ethics-bg-area-01 .inner {
        padding: 80px 25px;
    }
    .entry-content .content-columns-2 h4 {
        padding: 0 60px 15px 0;
        position: relative;
    }
    img.mm50 {
        max-width: 50px !important;
        max-height: 30px !important;
        float: right !important;
        position: absolute;
        bottom: 15px;
        right: 0;
    }
    ul.esg-blocks {
        width: 100%;
        margin: 0;
    }
    ul.esg-blocks li {
        width: 100%;
        margin: 0 0 40px 0;
    }
    ul.esg-blocks li .entry-thumbnail {
        width: 100%;
        height: calc((100vw - 50px) * 0.75);
        overflow: hidden;
    }
    ul.esg-blocks li .entry-thumbnail img {
        width: 100%;
        height: auto;
    }
    ul.esg-blocks li .entry-meta h3 {
        font-size: 21px;
        line-height: 1.36;
        margin: 0 0 5px 0;
    }
    ul.esg-blocks li .entry-meta p {
        font-size: 16px;
        line-height: 1.5;
    }
    .entry-header .btn-header {
        top: inherit;
        right: inherit;
        font-size: 18px;
        height: auto;
        line-height: normal;
        margin: 20px 0;
        position: relative;
        width: 40%;
        min-width: 200px;
        padding: 10px 30px;
    }
    .entry-header .btn-header::after {
        width: 43px;
        height: 43px;
        margin: 0 0 -13px 18px;
    }
    .esg-fair-bg-area-01 {
        width: 100%;
        height: auto !important;
        float: left;
    }
    .esg-fair-bg-area-01 .inner {
        padding: 80px 25px;
        height: auto !important;
    }
    .esg-fair-bg-area-01 .content-column-left {
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
    }
    .esg-fair-bg-area-01 .content-column-right {
        width: 100%;
        padding: 0;
        margin: 0;
        float: left;
    }
    .content-column-left {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
        float: left;
    }
    .content-column-right {
        width: 100%;
        padding: 0;
        margin: 0;
        float: left;
    }
    ul.downloads-right-large-circle li {
        font-size: 21px;
        line-height: 1.2 !important;
        line-height: 43px;
        padding-right: 60px;
        margin: 0 0 20px 0;
    }
    ul.downloads-right-large-circle li a {
        position: relative;
    }
    ul.downloads-right-large-circle li a::after {
        width: 43px;
        height: 43px;
        position: absolute;
        top: 0;
        right: -60px;
    }
    .esg-accordion-area {
        margin: 0 0 75px 0;
    }
    .mobile-mtb-50 {
        margin: 0 0 50px 0 !important;
    }
    ul.law-downloads {
        width: 100%;
        margin: 0 0 20px 0;
    }
    ul.law-downloads li {
        width: 100%;
        height: 100px;
        margin: 0 0 20px 0;
        padding: 20px;
    }
    ul.law-downloads li strong {
        font-size: 18px;
        line-height: 1.2;
        margin: 0 0 10px 0;
    }
    ul.law-downloads li span {
        width: calc(100% - 30px);
        font-size: 14px;
        line-height: 1.36;
        display: inline-block;
    }
    ul.law-downloads li span a::after {
        top: 6px;
        margin: 0 0 5px 0;
    }
    table.law-outlink,
    table.law-outlink tr th,
    table.law-outlink tr td {
        display: inline-block;
        width: 100%;
        float: left;
    }
    table.law-outlink tr th {
        padding: 0 0 20px 0;
    }
    table.law-outlink tr td {
        padding: 0;
    }
    table.law-outlink tr td ul {
        margin: 0 !important;
        padding: 0;
    }
    table.law-outlink tr td ul li {
        font-size: 15px !important;
        line-height: 1.36 !important;
        margin: 0 0 10px 0;
    }
    table.law-outlink tr td ul li a::after {
        content: none;
    }
    table.table-normal {
        font-size: 14px;
        line-height: 1.36;
    }
    table.table-bg-gray.table-header-white thead tr th {
        padding: 10px !important;
    }
    table.table-normal thead tr th,
    table.table-normal tbody tr td,
    table.table-normal tbody tr th {
        padding: 10px;
    }
    table.table-normal tbody tr td ol li,
    table.table-normal tbody tr td ul li {
        font-size: 14px !important;
        line-height: 1.36;
    }
    table.table-normal tbody tr td ol li p,
    table.table-normal tbody tr td ul li p {
        font-size: 14px !important;
    }
    .environment-strategy-tab-01 ul.environment-purpose {
        width: 100%;
        margin: 0;
    }
    .environment-strategy-tab-01 ul.environment-purpose > li {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .environment-strategy-tab-01 ul.environment-purpose > li::after {
        bottom: -42px;
        top: inherit;
        width: 1px;
        height: 30px;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
    }
    .environment-strategy-tab-01 ul.environment-strategy {
        width: 100%;
        float: left;
        text-align: center;
    }
    .environment-strategy-tab-01 ul.environment-strategy > li {
        margin: 0 auto 30px auto !important;
        float: none;
    }
    ul.environment-system-list > li {
        margin: 0 0 70px 0;
    }
    ul.environment-system-list > li h4 {
        font-size: 18px;
        line-height: 1.36;
    }
    ul.shared-strategy {
        width: 100%;
        text-align: center;
    }
    ul.shared-strategy li {
        margin: 0 auto 30px auto !important;
        float: none;
    }
    ul.columns-2-image {
        width: 100%;
        margin: 0 0 30px 0 !important;
    }
    ul.columns-2-image li {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 0 !important;
    }
    ul.columns-2-image li img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    ul.columns-2-image li:last-child {
        margin: 0;
    }
    ul.fire-protect {
        width: 100% !important;
        margin: 0 !important;
    }
    ul.fire-protect li {
        width: 100% !important;
        height: 100px !important;
        margin: 0 0 20px 0 !important;
    }
    ul.fire-protect li img {
        width: 60px !important;
        height: 60px !important;
        left: 10px;
    }
    ul.fire-protect li .fire-protect-content {
        left: 75px;
    }
    ul.fire-protect li .fire-protect-content strong {
        width: 100%;
        float: left;
        font-size: 16px;
        margin: 0 0 5px 0;
        line-height: 1.2;
    }
    ul.fire-protect li .fire-protect-content span {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 1.2;
    }
    .esg-progress {
        margin: 0 0 40px 0 !important;
    }
    .esg-progress-columns-5 > li,
    .esg-progress-columns-4 > li,
    .esg-progress-columns-3 > li {
        width: 100% !important;
        min-height: auto !important;
    }
    .esg-progress > li::after {
        width: 100%;
        height: 5px;
        top: inherit;
        bottom: -5px;
        left: 0;
    }
    .esg-progress > li {
        border-bottom: none;
    }
    .esg-progress > li:last-child {
        border-bottom: 1px solid #E4E4E4;
    }
    .esg-progress.esg-progress-left-align li {
        display: inline-table;
        min-height: auto !important;
    }
    .esg-social-bg-area-01 .inner .left-image {
        width: calc(100% - 200px);
        left: 25px;
        top: 140px
    }
    .esg-social-bg-area-01 .inner .right-image {
        width: calc(100% - 50px);
        left: 25px;
        top: 260px;
    }
    .esg-social-bg-area-01 {
        background-position: -85% center;
        height: 500px !important;
    }
    .esg-social-bg-area-01 .inner {
        height: 500px !important;
    }
    ul.normal-ol {
        width: 100%;
        display: block;
    }
    ul.normal-ol > li {
        width: 100% !important;
        border-right: none;
        border-bottom: 1px solid #E4E4E4;
        padding: 0 0 30px 0 !important;
        margin: 0 0 30px 0 !important;
    }
    ul.normal-ol > li > ol > li {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .shared-program {
        height: auto;
    }
    .shared-program .left-image {
        width: 100%;
        height: 200px;
    }
    .shared-program ul {
        width: 100%;
    }
    .shared-program ul li {
        height: auto !important;
        padding: 30px 20px !important;
    }
    .esg-progress > li img {
        width: 60px !important;
        height: 60px !important;
    }
    .esg-progress > li:nth-child(2) img {
        width: 140px !important;
        height: 60px !important;
    }
    .esg-progress > li::before {
        top: 0px;
        left: calc(50% - 10px);
        transform: translateX(-50%);
        transform: rotate(90deg);
    }
    #accordion div.ui-accordion-content .text-area img {
        width: auto;
        height: auto;
        max-width: auto;
    }
    #accordion div.ui-accordion-content > img {
        margin: 0 auto !important;
        max-width: 100% !important;
    }
    .esg-shared-footer {
        height: 300px;
        width: 100%;
        margin-top: 100px;
        margin-bottom: -100px;
    }
    .esg-shared-footer .inner {
        height: 300px;
    }
    .esg-shared-footer .entry-footer-left {
        width: 100%;
        height: auto;
        padding: 30px 0 45px 0;
    }
    .esg-shared-footer .entry-footer-left strong {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
    }
    .esg-shared-footer .entry-footer-right {
        width: 100%;
        height: auto;
    }
    .esg-shared-footer .entry-footer-right ul {
        width: 100%;
        float: left;
        position: inherit;
        top: inherit;
        right: inherit;
        transform: inherit;
    }
    .esg-shared-footer .entry-footer-right ul li {
        width: 100% !important;
        padding: 0 !important;
        font-size: 16px;
        border-right: none !important;
    }
    .esg-shared-footer .entry-footer-right ul li:nth-child(1) {
        padding: 0 0 15px 0 !important;
        margin: 0 0 15px 0;
        border-bottom: 1px dashed #fff;
    }
    .esg-shared-footer .entry-footer-right ul li strong {
        display: block;
        float: left;
        font-size: 16px;
        line-height: 1.36;
        width: 30% !important;
        margin: 0;
    }
    .esg-shared-footer .entry-footer-right ul li span {
        width: 30% !important;
        line-height: 1.36;
        font-size: 12px;
        margin: 0;
        display: inline-block;
        float: left;
    }
    .esg-shared-footer .entry-footer-right ul li span b {
        width: 100%;
        float: left;
        display: inline-block;
        float: left;
        font-size: 12px;
        margin: 0 0 2px 0;
        font-weight: 500;
    }
    #accordion div.ui-accordion-content h4 {
        font-size: 16px;
        line-height: 1.2;
    }
    .esg-social-bg-area-03 {
        height: 1070px;
        margin: 0 -25px 40px -25px !important;
    }
    .esg-social-bg-area-03 .inner {
        height: 1070px;
    }
    .esg-social-bg-area-03 .inner img {
        margin: 0 0 20px 0;
    }
    .safety-cycle .cycle-left {
        width: 100%;
        float: left;
    }
    .safety-cycle .cycle-left img {
        display: none !important;
    }
    .safety-cycle .cycle-right {
        width: 100%;
        position: inherit;
        top: inherit;
        margin-top: 30px;
    }
    .safety-cycle .cycle-right ul li {
        height: 200px;
        padding: 20px 0;
    }
    .safety-cycle .cycle-right ul li span {
        font-size: 16px;
        line-height: 1.2;
    }
    .safety-cycle .cycle-right ul li strong {
        font-size: 14px;
        line-height: 1.36;
        display: inline-block;
    }
    .entry-content .content-columns-2 .content-column-right img {
        max-width: 100%;
    }
    .content-safety {
        margin: 0 0 70px 0;
    }
    .content-safety-normal .inner,
    .content-safety-opposite .inner {
        padding: 0;
        height: auto;
    }
    .content-safety-normal .inner img,
    .content-safety-opposite .inner img {
        position: inherit;
        width: 100%;
        height: auto;
        top: inherit;
        right: inherit;
    }
    .safety-slide.right-wide-image {
        width: 100% !important;
        height: 800px;
        margin-right: 0;
        margin-bottom: 70px;
    }
    .safety-slide .safety-slide-01 {
        width: 100%;
        height: 310px;
        position: inherit;
        top: inherit;
        left: inherit;
    }
    .safety-slide .safety-slide-01::after {
        top: inherit;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 13px 0 13px;
        border-color: #00A5E5 transparent transparent transparent;
        right: inherit;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .safety-slide .safety-slide-01 .safety-slide-text .slick-arrow {
        bottom: -440px;
        width: 44px;
        height: 44px;
        background-size: cover;
    }
    .safety-slide .safety-slide-01 .safety-slide-text .slick-next {
        left: 60px;
    }
    .safety-slide .safety-slide-02 {
        width: 100%;
        position: inherit;
        top: inherit;
        left: inherit;
    }
    .safety-slide .safety-slide-01 p {
        font-size: 16px;
        line-height: 24px;
        left: 20px;
    }
    .safety-slide .safety-slide-01 .safety-slide-text .slick-slide > div > li {
        padding: 110px 20px 20px 20px;
    }
    ul.zigzag-progress {
        width: 100%;
        float: left;
        margin: 0 0 100px 0;
    }
    ul.zigzag-progress > li {
        width: 100% !important;
        height: auto;
        line-height: 1.5;
        padding: 35px 15px;
        float: left !important;
        margin: 0 0 20px 0 !important;
        top: inherit;
        font-size: 16px;
        letter-spacing: 0;
    }
    ul.zigzag-progress > li:nth-child(2n-1) {
        top: inherit;
    }
    ul.zigzag-progress > li > strong {
        font-size: 16px;
        margin: 0 2px 0 0;
    }
    ul.law-downloads li span a::after {
        top: 0;
    }
    .link-area > li {
        padding: 20px 0;
    }
    .link-area > li img {
        width: 50%;
        float: left;
        margin: 0 0 10px -15px;
    }
    .link-area > li .links {
        width: 100%;
        float: left;
    }
    .link-area > li .links ul {
        width: 100%;
        height: auto;
        float: left;
    }
    .link-area > li .links ul li {
        width: 100%;
        float: left;
        margin: 0;
        font-size: 16px;
    }
    .link-area li .links ul li::after {
        width: 42px;
        height: 42px;
    }
    .entry-header .btn-header {
        font-size: 16px;
    }
    /*************************************
		 Special Story
	 *************************************/
    #primary.page-thesharp article .header-visual {
        height: 215px;
    }
    #primary.page-thesharp article .entry-header span.eyebrow {
        display: none !important;
    }
    #primary.page-thesharp article .entry-header span {
        display: block;
    }
    #primary.page-thesharp article .entry-header .entry-title img {
        width: 185px;
        height: auto;
    }
    #primary.page-thesharp article .entry-content .thesharp-header-01 {
        height: 154px;
    }
    #primary.page-thesharp article .entry-content .block-bg-header h2 {
        width: 40%;
        right: inherit;
        left: 25px;
        bottom: inherit;
        font-size: 30px;
        line-height: 1.36;
        text-align: left;
    }
    .thesharp-history {
        margin: 20px 0 0 0;
    }
    .thesharp-history::after {
        content: none;
    }
    .thesharp-history li {
        width: 100% !important;
        margin: 0 0 40px 0;
        position: relative;
    }
    .thesharp-history li::after {
        content: "";
        display: block;
        width: calc(50vw + 600px);
        height: 1px;
        background-color: #00A5E5;
        position: absolute;
        top: 107px;
        left: 0;
    }
    .thesharp-history li img {
        height: 84px;
        margin: 0 0 30px 0;
    }
    .thesharp-history li span {
        width: 100%;
        float: left;
        margin: 0;
    }
    .thesharp-history li h3 {
        margin: 0;
    }
    .thesharp-history li.ver-03 h3 {
        margin: 0 0 20px 0;
    }
    .thesharp-history li p {
        width: 65%;
    }
    .thesharp-history li.ver-03 p {
        font-size: 35px;
        line-height: 45px;
        letter-spacing: 0;
        color: #000;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-01 {
        margin: 0 0 50px 0;
    }
    #primary.page-thesharp article .entry-content .block-bg-header {
        height: 154px;
    }
    #primary.page-thesharp article .entry-content .block-bg-header h2 span {
        font-weight: 300;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-02 {
        margin: 0 0 50px 0;
    }
    #primary.page-thesharp article .entry-content .thesharp-header-02 {
        margin-bottom: 20px !important;
        width: calc(100% + 25px) !important;
        background-position: 100% center;
    }
    #primary.page-thesharp article .entry-content .thesharp-header-02 h2 {
        width: 100% !important;
        padding: 0px 110px 0 0;
        font-size: 26px !important;
    }
    #primary.page-thesharp article .entry-content .thesharp-header-02 h2::after {
        background-size: cover;
        background-position: center;
        right: 60px;
        bottom: 0;
        width: 50px;
        height: 82px;
    }
    hr.mobile-only {
        width: 100%;
        height: 1px;
        float: left;
        background-color: rgba(0, 0, 0, .2);
        margin: 0;
    }
    .thesharp-section-02 .the-sharp-section-left,
    .thesharp-section-02 .the-sharp-section-right {
        width: 100%;
        float: left;
    }
    ul.awarded-loop li.awarded-loop-item span {
        margin: 0 0 20px 0;
        font-size: 20px;
        line-height: 30px;
        padding-right: 50px !important;
    }
    ul.awarded-loop li.awarded-loop-item h3 {
        font-size: 16px;
        line-height: 1.36;
        margin: 0;
    }
    ul.awarded-loop li.awarded-loop-item h3 br {
        display: block;
    }
    ul.awarded-loop li.awarded-loop-item img {
        width: 63px;
        max-height: 63px;
        bottom: inherit;
        top: 10px;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-03 .block-bg-header {
        height: 244px;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-03 .block-bg-header .header-top {
        height: 122px;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-03 .block-bg-header .header-top h2 {
        width: calc(100% - 50px) !important;
        left: 25px;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-03 .block-bg-header .header-bottom {
        width: calc(100% + 50px) !important;
        margin: 0 -25px !important;
        height: 122px;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-03 .block-bg-header .header-bottom h2 {
        left: 25px;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech > div {
        width: 100%;
        padding: 0;
    }
    #primary.page-thesharp article .entry-content .thesharp-section > span.eyebrow {
        margin: 10px 0 20px 0;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech {
        margin: 0 0 20px 0;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech ul,
    #primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-service ul {
        width: 100%;
        float: left;
        clear: both;
        margin: 0;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech ul li,
    #primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-service ul li {
        width: 100%;
        margin: 0 0 40px 0;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech ul li span,
    #primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-service ul li span {
        margin: 0 0 20px 0;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-tech ul li img {
        margin-left: 0;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-service ul li img {
        margin-left: 0;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-04 {
        margin: 0 0 50px 0;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-04 .thesharp-header-04 {
        margin: 0 0 10px 0;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-04 figure.right-wide-image {
        width: 100% !important;
        float: left;
        height: auto;
    }
    .thesharp-section-04 .right-wide-image .the-sharp-section-left {
        width: 100%;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-05 {
        margin: 0 !important;
    }
    #primary.page-smart_con article .entry-header {
        padding: 100px 0 20px 0;
    }
    #primary.page-smart_con article .entry-header span.eyebrow {
        font-weight: 300;
        font-size: 16px;
    }
    #primary.page-smart_con article .entry-header span,
    #primary.page-smart_con article .entry-header .entry-title {
        display: block;
        width: 75%;
        letter-spacing: 0;
    }
    #primary.page-smart_con .entry-content h2.large-h2 {
        width: 100%;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section p {
        font-size: 16px;
        line-height: 26px;
    }
    #primary.page-smart_con .entry-content .smart_con-section-01 p {
        font-size: 16px !important;
        line-height: 26px !important;
        color: #9e9e9e !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-01 figure.right-wide-image {
        height: 122px;
        margin: 0 0 70px 0 !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-02 span.eyebrow {
        margin: 0 0 10px 0 !important;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-03 {
        margin: 100px 0 0 0;
    }
    .page-smart_con .entry-content h3.large-h3 {
        font-size: 25px;
        line-height: 30px;
    }
    #primary.page-smart_con .entry-content .smart_con-section-03 img.tech-circle {
        width: 76px;
        height: 76px;
        left: 30% !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-03 figure.wide-area {
        margin-top: 0 !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-03 p,
    #primary.page-smart_con .entry-content .smart_con-section-04 p,
    #primary.page-smart_con .entry-content .smart_con-section-05 p,
    #primary.page-smart_con .entry-content .smart_con-section-06 p,
    #primary.page-smart_con .entry-content .smart_con-section-07 p {
        font-size: 16px !important;
        line-height: 24px !important;
        color: #9e9e9e;
    }
    #primary.page-smart_con .entry-content .smart_con-section-10-2 p,
    #primary.page-smart_con .entry-content .smart_con-section-12 p {
        font-size: 16px !important;
        line-height: 24px !important;
        color: #666 !important;
    }
    .smart_con-section-12 .showcase-text > span.eyebrow.desktop-only {
        display: none !important;
    }
    .smart_con-section-12 span.eyebrow.text-blue.mobile-only {
        font-size: 16px;
        font-weight: 300;
        margin: 0 0 10px 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 h2.large-h2 {
        width: 40% ​ ! importan;
        font-size: 24px !important;
        line-height: 32px !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-04 {
        padding: 0 0 0 30% !important;
        width: 100% !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-04 img.tech-circle {
        width: 76px;
        height: 76px;
        top: -70px !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-05 {
        padding: 0 !important;
        width: 100% !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-05 img.tech-circle {
        width: 76px;
        height: 76px;
        top: 156px !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-05 figure.right-wide-image {
        width: calc(100% + 50px) !important;
        left: 0;
        height: 320px;
        margin-left: -25px !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-05 figure.right-wide-image img {
        height: auto;
        width: 100% !important;
        min-width: 100% !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-03 img.tech-circle {
        top: 190px;
    }
    #primary.page-smart_con .entry-content .smart_con-section-05 img.tech-circle {
        top: 206px !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-06 img.tech-circle {
        top: 120px !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-07 img.tech-circle {
        top: 300px !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-06 {
        margin-top: 0 !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-06 img.tech-circle {
        width: 76px;
        height: 76px;
        top: 70px;
    }
    #primary.page-smart_con .entry-content .smart_con-section-06 figure.left-wide-image {
        width: 485px !important;
        height: auto !important;
        margin-left: -70px !important;
        margin-top: 100px !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-06 > div {
        width: 300px;
        position: absolute;
        top: -50px;
        right: inherit;
        left: 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-07 {
        top: -165px;
        width: 485px;
        height: 350px;
    }
    #primary.page-smart_con .entry-content .smart_con-section-07 .inner {
        height: 350px;
    }
    #primary.page-smart_con .entry-content .smart_con-section-07 img.tech-circle {
        width: 76px;
        height: 76px;
        top: 154px;
        right: 30px;
    }
    #primary.page-smart_con .entry-content .smart_con-section-07 .inner > div {
        width: 300px;
        left: 25px;
    }
    #primary.page-smart_con .smart_con-bg {
        height: 2700px;
        background-position: 10% 50%;
    }
    #primary.page-smart_con .entry-content .smart_con-section-08 {
        margin: 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-08 span.eyebrow {
        margin: 0 0 10px 0;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.5;
    }
    #primary.page-smart_con .entry-content .smart_con-section-09 {
        height: 1610px;
    }
    .smart_con-section-09 .item-dron {
        top: inherit;
        bottom: -5px;
        right: -20px;
        width: 60% !important;
        max-width: 60% !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-09 .inner {
        padding: 60px 25px;
        height: 100%;
    }
    #primary.page-smart_con .entry-content .smart_con-section-09 .inner ul {
        width: 100%;
        float: left;
        margin: 20px 0 0 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-09 .inner ul li {
        width: 100%;
        float: left;
    }
    #primary.page-smart_con .entry-content .smart_con-section-09 .inner ul li:nth-child(2n-1) {
        padding-right: 0;
        height: auto;
        margin: 0
    }
    #primary.page-smart_con .entry-content .smart_con-section-09 .inner ul li:nth-child(2n) {
        padding-right: 0;
        padding-left: 0;
        height: auto;
        margin: 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-09 .inner ul li {
        margin: 0 0 40px 0 !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-09 .inner ul li strong {
        width: 100%;
        float: left;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 10px 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-09 .inner ul li span {
        width: 100%;
        height: auto !important;
        float: left;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
        margin: 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-10-2 {
        padding: 70px 0 0 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-10-2 span.eyebrow {
        font-size: 16px;
        font-weight: 300;
        margin: 0 0 10px 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-10-2 .smart-safety-solution-loop .smart-safety-solution-loop-item .entry-thumbnail img {
        width: 100%;
        float: left;
    }
    #primary.page-smart_con .entry-content .smart_con-section p {
        font-size: 16px;
        line-height: 24px;
    }
    #primary.page-smart_con .entry-content .smart_con-section-10-2 .smart-safety-solution-loop .smart-safety-solution-loop-item p {
        margin: 0 0 20px 0;
        height: 50px;
        font-size: 14px !important;
        line-height: 1.2 !important;
        padding: 5px 90px 0 40px;
        position: relative;
    }
    #primary.page-smart_con .entry-content .smart_con-section-10-2 .smart-safety-solution-loop .smart-safety-solution-loop-item p span {
        top: 0;
        margin: 0 10px 0 0;
        position: absolute;
        left: 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-10-2 .smart-safety-solution-loop .slick-dots {
        margin: 20px 0;
    }
    .paging-info {
        font-size: 16px;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 {
        padding: 70px 0 0 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 span.eyebrow {
        font-size: 16px;
        font-weight: 300;
        margin: 0 0 10px 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 h2.large-h2 {
        letter-spacing: 0;
        margin: 0 0 40px 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 h2.large-h2 br {
        display: none;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 .interview h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 .interview-top {
        padding: 0 0 40px 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 .interview-top .interview-image,
    #primary.page-smart_con .entry-content .smart_con-section-11 .interview-bottom .interview-image {
        width: 100%;
        margin: 0 0 20px 0;
        line-height: 0
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 .interview-top .interview-image img,
    #primary.page-smart_con .entry-content .smart_con-section-11 .interview-bottom .interview-image img {
        width: 100%;
        float: left;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 .interview-top .interview-text,
    #primary.page-smart_con .entry-content .smart_con-section-11 .interview-bottom .interview-text {
        width: 100%;
        float: left;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 .interview-top .interview-text p,
    #primary.page-smart_con .entry-content .smart_con-section-11 .interview-bottom .interview-text p {
        font-size: 14px !important;
        line-height: 24px !important;
        letter-spacing: 0;
        margin: 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 .interview .interview-text span.cite {
        font-size: 14px !important;
        line-height: 24px !important;
        letter-spacing: 0;
        color: #000;
        margin: 10px 0;
        width: 100%;
        float: left;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 .interview-bottom {
        padding: 40px 0 0 0;
        margin: 0 0 70px 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 figure.right-wide-image {
        height: 195px !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 h2.large-h2 {
        left: 25px !important;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-12 .showcase-1st .showcase-image {
        width: 100%;
        height: 282px;
        margin: 0 0 20px 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-12 .showcase-1st .showcase-image img {
        width: 100%;
        height: 282px;
        float: left;
    }
    #primary.page-smart_con .entry-content .smart_con-section-12 .showcase-1st .showcase-text {
        width: 100%;
        float: left;
    }
    #primary.page-smart_con .entry-content .smart_con-section-12 .showcase-2nd .showcase-image {
        width: 100%;
        height: 282px;
        margin: 0 0 20px 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-12 .showcase-2nd .showcase-image img {
        width: 100%;
        height: 282px;
        float: left;
    }
    #primary.page-smart_con .entry-content .smart_con-section-12 .showcase-2nd .showcase-text {
        width: 100%;
        float: left;
    }
    #primary.page-smart_con .entry-content .smart_con-section-12 .showcase-3rd .showcase-image {
        width: 100%;
        height: 282px;
        margin: 0 0 20px 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-12 .showcase-3rd .showcase-image img {
        width: 100%;
        height: 282px;
        float: left;
    }
    #primary.page-smart_con .entry-content .smart_con-section-12 .showcase-3rd .showcase-text {
        width: 100%;
        float: left;
    }
    #primary.page-smart_con .entry-content .smart_con-section-12 .showcase-text h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .smart_con-section-12 .showcase-text p {
        font-size: 16px !important;
        line-height: 26px !important;
        letter-spacing: 0 !important;
        font-weight: 300;
        margin: 0 0 10px 0 !important;
    }
    .smart_con-section-12 .showcase-text > span {
        font-size: 14px;
        line-height: 24px;
    }
    .smart_con-section-12 .showcase .showcase-features {
        margin: 40px 0 0 0;
    }
    .smart_con-section-12 .showcase .showcase-features ul.features-loop {
        width: 100%;
        float: left;
    }
    .smart_con-section-12 .showcase .showcase-features ul.features-loop > li {
        width: 100%;
        float: left;
        margin: 0 0 70px 0 !important;
    }
    .smart_con-section-12 .showcase .showcase-features ul.features-loop > li > img {
        width: auto;
        height: 38px;
        margin: 0 0 10px 0;
    }
    .smart_con-section-12 .showcase .showcase-features ul.features-loop > li > h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .smart_con-section-12 .showcase .showcase-features ul.features-loop > li > ul {
        height: auto;
    }
    .smart_con-section-12 .showcase .showcase-features ul.features-loop > li > ul > li {
        padding: 0;
        margin: 0 0 30px 0;
    }
    .smart_con-section-12 .showcase .showcase-features ul.features-loop > li > ul > li:last-child {
        margin: 0 !important;
    }
    .smart_con-section-12 .showcase .showcase-features ul.features-loop > li > ul > li > strong {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 10px 0;
        letter-spacing: 0;
    }
    .smart_con-section-12 .showcase .showcase-features ul.features-loop > li > ul > li > span {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .smart_con-section-12 .showcase .showcase-features ul.features-loop > li > ul > li > span br {
        display: none;
    }
    .smart_con-section-12 .showcase {
        margin: 0;
        padding: 0;
    }
    #primary.page-esg_5brands article .entry-header {
        padding: 100px 0 0 0;
        margin: 0;
    }
    #primary.page-esg_5brands article .entry-header span.eyebrow {
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        letter-spacing: 0;
        margin: 0 0 15px 0;
    }
    #primary.page-esg_5brands article .entry-header span {
        display: block !important;
    }
    #primary.page-esg_5brands article .entry-content span.eyebrow {
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        letter-spacing: 0;
        margin: 20px 0 15px 0;
    }
    #primary.page-esg_5brands article .entry-content figure.right-wide-image {
        width: 100% !important;
        float: left;
        height: auto;
    }
    #primary.page-esg_5brands article .entry-content figure.right-wide-image img {
        height: 30px;
        position: inherit;
        top: inherit;
        left: inherit;
        margin: 0 0 20px 0;
    }
    .with-posco-intro ul.brands {
        display: block;
    }
    .with-posco-intro ul.brands li {
        width: 100%;
        float: left;
    }
    .with-posco-intro ul.brands li:nth-child(1) .brand-thumbnail {
        padding: 90px 25px 25px 25px !important;
    }
    .with-posco-intro ul.brands li .brand-thumbnail {
        height: 210px;
        padding: 85px 25px 25px 25px !important;
        margin: 0 0 15px 0;
    }
    .with-posco-intro ul.brands li .brand-meta {
        padding: 0;
        margin: 0 0 30px 0;
    }
    .with-posco-intro ul.brands li .brand-meta strong {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 10px 0;
    }
    .with-posco-intro ul.brands li .brand-meta span {
        font-size: 10px;
        line-height: 1.36;
    }
    .esg_5brands-section .section-header {
        margin: 0 0 40px 0;
    }
    .esg_5brands-section .section-header h2 {
        font-size: 34px;
        line-height: 45px;
    }
    .esg_5brands-section .right-wide-image {
        width: 100% !important;
    }
    .esg_5brands-section .right-wide-image .section-text {
        width: 100%;
        float: left;
        padding: 0;
    }
    .esg_5brands-section .right-wide-image {
        overflow: visible;
    }
    .esg_5brands-section .right-wide-image .section-text h3 {
        width: 100% !important;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 20px 0 !important;
    }
    .esg_5brands-section .right-wide-image .section-text p {
        font-size: 16px;
        line-height: 1.625;
        letter-spacing: 0;
    }
    .esg_5brands-section .right-wide-image .section-image {
        width: calc(100% + 50px) !important;
        height: 260px;
        margin: 0 -25px 40px -25px !important;
        overflow: hidden;
    }
    .esg_5brands-section .right-wide-image .section-image img {
        width: 150%;
        max-width: 150%;
        height: auto;
    }
    .esg_5brands-section .left-wide-image {
        width: 100% !important;
        margin: 0 !important;
    }
    .esg_5brands-section .left-wide-image .section-image {
        width: calc(100% + 50px) !important;
        height: 260px;
        margin: 0 -25px !important;
        overflow: hidden;
    }
    .esg_5brands-section .left-wide-image .section-text {
        width: 100%;
        padding: 0;
    }
    .esg_5brands-section .left-wide-image .section-text h3 {
        width: 100% !important;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 20px 0 !important;
    }
    .esg_5brands-section .left-wide-image .section-text p {
        font-size: 16px;
        line-height: 1.625;
        letter-spacing: 0;
    }
    .esg_5brands-section-1,
    .esg_5brands-section-2,
    .esg_5brands-section-3,
    .esg_5brands-section-4 {
        margin: 0 0 70px 0 !important;
    }
    .esg_5brands-section-2 h3 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .esg_5brands-section-2 p.large-paragraph {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .video-area .video-play {
        width: 18px;
        height: 15px;
        background-size: contain;
    }
    .esg_5brands-section-3 ul.cases {
        width: 100%;
        margin: 70px 0 0 0;
    }
    .esg_5brands-section-3 ul.cases li {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .esg_5brands-section-3 ul.cases li .entry-thumbnail {
        width: 100%;
        height: 188px;
    }
    .esg_5brands-section-3 ul.cases li .entry-meta .entry-title {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 10px 0;
    }
    .esg_5brands-section-3 ul.cases li .entry-meta .entry-title br {
        display: none;
    }
    .esg_5brands-section-3 ul.cases li .entry-meta p {
        margin: 0;
    }
    .esg_5brands-section-3 ul.cases li:nth-child(3) {
        margin: 0;
    }
    .esg_5brands-section-4 h3 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }
    .esg_5brands-section .right-wide-image {
        margin: 0 !important;
    }
    .esg_5brands-section-5 .wide-area {
        height: auto;
    }
    .esg_5brands-section-5 .wide-area .inner {
        height: auto;
        padding: 25px 25px 70px 25px;
    }
    .esg_5brands-section-5 .wide-area .inner .wide-area-content {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
    }
    .esg_5brands-section-5 .wide-area .inner .wide-area-content h3 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        font-weight: 100;
        margin: 0 0 20px 0;
    }
    .esg_5brands-section-5 .wide-area .inner .wide-area-content p {
        margin: 0;
    }
    .esg_5brands-section-5 .wide-area .cat-top {
        height: 425px;
    }
    .esg_5brands-section-5 .wide-area .cat-top .cat-top-left {
        width: 100%;
        height: 270px;
        position: inherit;
        top: inherit;
        left: inherit;
    }
    .esg_5brands-section-5 .wide-area .cat-top .cat-top-right {
        width: 100%;
        height: 155px;
        position: inherit;
        top: inherit;
        left: inherit;
    }
    .esg_5brands-section-5 .wide-area .cat-top .inner {
        width: 100%;
        height: 270px;
        padding: 25px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .esg_5brands-section-5 .wide-area .cat-top img.cats {
        width: 174px;
        height: 124px;
        bottom: inherit;
        top: 146px;
    }
    .esg_5brands-section-5 .wide-area .cat-top h3 {
        margin: 0;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
    }
    .esg_5brands-section-5 .wide-area .cat-top img.house {
        width: 291px;
        height: 266px;
        top: 290px;
        right: -25px;
    }
    .esg_5brands-section-5 .wide-area .cat-medium {
        height: 736px;
    }
    .esg_5brands-section-5 .wide-area .cat-medium img.cat {
        width: 147px;
        height: 167px;
        top: 105px;
        left: 25px;
    }
    .esg_5brands-section-5 .wide-area .cat-medium p {
        width: calc(100% - 50px);
        left: 25px;
        top: 295px;
    }
    .cat-area + h3 {
        margin: 70px 0 20px 0 !important;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
    }
    .esg_5brands-section .right-wide-image {
        margin: 0 !important;
    }
    .esg_5brands-section .right-wide-image img {
        height: 115px;
    }
    .video-area video {
        width: 100%;
        float: left;
    }
    .esg_5brands-section .right-wide-image.gallery-slide-area {
        width: calc(100% + 50px) !important;
        margin: -80px -25px 0 -25px !important;
        padding: 0 25px 20px 25px;
        overflow-x: scroll;
    }
    #primary.page-environment {}
    #primary.page-environment article .entry-header {
        height: 760px;
        background-position: 63% 50%;
    }
    #primary.page-environment article .entry-header .inner {
        height: 670px;
        padding: 100px 25px 25px 25px !important;
    }
    #primary.page-environment article .entry-header .inner span.eyebrow {
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    #primary.page-environment article .entry-header .inner span {
        display: block;
        letter-spacing: 0;
    }
    #primary.page-environment article .entry-header .inner h1 {
        margin: 0 0 40px 0;
    }
    #primary.page-environment article .entry-header .inner .page-excerpt {
        width: 100%;
        float: left;
        position: inherit;
        left: inherit;
        bottom: inherit;
    }
    #primary.page-environment article .entry-header .inner .page-excerpt strong {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
        border-right: none;
    }
    #primary.page-environment article .entry-header .inner .page-excerpt p {
        width: 100%;
        padding: 0;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    #primary.page-environment .environment-section-1 {
        margin: 70px 0 30px 0;
    }
    #primary.page-environment .section-header span.eyebrow {
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    #primary.page-environment .section-header h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
    }
    #primary.page-environment .environment-section-1 img.year {
        width: 61px;
        height: auto;
        top: -50px !important;
    }
    .page-environment .environment-section-1 figure.wide-area .inner img.year-2021 {
        left: 20px;
    }
    .page-environment .environment-section-1 figure.wide-area .inner img.year-2030 {
        left: 25%;
    }
    .page-environment .environment-section-1 figure.wide-area .inner img.year-2040 {
        left: 55%;
    }
    .page-environment .environment-section-1 figure.wide-area .inner img.year-2050 {
        left: 80%;
    }
    .page-environment .environment-section-1 ul.columns-3 {
        width: 100%;
        margin: 0;
    }
    .page-environment .environment-section-1 ul.columns-3 > li {
        width: 100%;
        margin: 0;
    }
    .page-environment .environment-section-1 ul.columns-3 > li p.text-blue {
        width: 100%;
        float: left;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .page-environment .environment-section-1 ul.columns-3 > li strong {
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        margin: 0 0 10px 0;
    }
    .page-environment .environment-section-1 ul.columns-3 > li ul {
        width: 100%;
        float: left;
        margin: 0 0 40px 0;
    }
    .page-environment .environment-section-1 ul.columns-3 > li ul li {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        padding: 0 0 0 15px;
    }
    .page-environment .environment-section-2 .section-header span.eyebrow {
        margin: 0 0 10px 0 !important;
    }
    .page-environment .environment-section-2 .section-header h2 {
        margin: 0 0 20px 0;
    }
    .page-environment .environment-section-2 .business-model-area {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }
    .page-environment .environment-section-2 .business-model-area > img.diagram {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
        width: 100%;
        height: auto;
        margin: 20px 0 40px 0;
    }
    .page-environment .environment-section-2 .business-model-area::after {
        content: none;
    }
    .page-environment .environment-section-2 .business-model {
        width: 100%;
        float: left;
    }
    .page-environment .environment-section-2 .business-model h3 {
        width: 100%;
        float: left;
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .page-environment .environment-section-2 .business-model h3 span {
        display: inline-block;
        width: 100%;
        float: left;
    }
    .page-environment .environment-section-2 .business-model > ul {
        width: 100%;
        float: left;
    }
    .page-environment .environment-section-2 .business-model > ul > li {
        widtH: 100%;
        float: left;
        margin: 0;
    }
    .page-environment .environment-section-2 .business-model > ul > li > p {
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        font-weight: 500;
        color: #666666;
    }
    .page-environment .environment-section-2 .business-model > ul > li > strong {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
    }
    .page-environment .environment-section-2 .business-model ul li ul {
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
    }
    .page-environment .environment-section-2 .business-model ul li ul li {
        font-size: 16px;
        line-height: 26px;
        padding: 0 0 0 15px;
        margin: 0;
    }
    .page-environment .environment-section-2 .business-model-left {
        padding: 0 0 40px 0;
        margin: 0 0 40px 0;
        border-bottom: 1px solid #E4E4E4;
    }
    .page-environment .environment-section-2 .business-model-right {
        margin: 0 0 40px 0;
    }
    .page-environment .environment-section-3 .inner {
        padding: 50px 25px 25px 25px;
    }
    .page-environment .environment-section-3 .section-header span.eyebrow {
        font-size: 25px !important;
        line-height: 34px !important;
        font-weight: 700 !important;
        font-family: "Nunito Sans", sans-serif !important;
    }
    .page-environment .environment-section-3.environment-section-bg .inner .section-header h2 {
        margin: 0 0 20px 0 !important;
    }
    .page-environment .environment-section-3.environment-section-bg .inner .section-header p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .page-environment .environment-section-3 {
        height: 1055px;
    }
    ul.h2-equipment {
        margin: 0;
    }
    ul.h2-equipment li {
        width: 100%;
        height: 123px;
        float: left;
        margin: 0 0 40px 0;
        padding: 0 0 0 140px;
        position: relative;
        text-align: left;
    }
    ul.h2-equipment li img {
        width: 123px;
        height: 123px;
        margin: 0 17px 0 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    ul.h2-equipment li strong {
        font-size: 18px;
        line-height: 1.36;
        letter-spacing: 0;
        margin: 0 0 5px 0;;
    }
    ul.h2-equipment li span {
        display: inline-block;
        text-align: left;
        font-size: 14px;
        line-height: 1.36;
        letter-spacing: 0;
    }
    .page-environment .environment-section-4 {
        height: 1215px;
    }
    .page-environment .environment-section-4 .inner {
        padding: 50px 25px 25px 25px;
    }
    .page-environment .environment-section-4 .section-header span.eyebrow {
        font-size: 25px !important;
        line-height: 34px !important;
        font-weight: 700 !important;
        font-family: "Nunito Sans", sans-serif !important;
    }
    .page-environment .environment-section-4.environment-section-bg .inner .section-header h2 {
        margin: 0 0 20px 0 !important;
    }
    .page-environment .environment-section-4.environment-section-bg .inner .section-header p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .environment-section-bg .inner ul.content-list {
        margin: 0;
    }
    .environment-section-bg .inner ul.content-list li {
        font-size: 16px;
        line-height: 26px;
    }
    .environment-section-bg .inner ul.content-list + img {
        margin-left: 0 !important;
        float: left;
        width: 100%;
        float: left;
    }
    .page-environment .environment-section-5 {
        height: 905px;
        background-position: 12% center;
    }
    .page-environment .environment-section-5 .inner {
        padding: 50px 25px 25px 25px;
    }
    .page-environment .environment-section-5 .section-header span.eyebrow {
        font-size: 25px !important;
        line-height: 34px !important;
        font-weight: 700 !important;
        font-family: "Nunito Sans", sans-serif !important;
    }
    .page-environment .environment-section-5.environment-section-bg .inner .section-header h2 {
        margin: 0 0 20px 0 !important;
    }
    .page-environment .environment-section-5.environment-section-bg .inner .section-header p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .page-environment .environment-section-5 ul.content-list {
        position: inherit;
        bottom: inherit;
        left: inherit;
    }
    .page-environment .environment-section-5 ul.content-list li {
        padding: 0 0 0 15px;
    }
    .page-environment .environment-section-6 {
        width: 100%;
        float: left;
        padding: 50px 0 25px 0;
    }
    .page-environment .environment-section-6 .section-header span.eyebrow {
        font-size: 16px !important;
        line-height: 26px !important;
        font-weight: 300 !important;
        margin: 0 0 10px 0 !important;
    }
    .page-environment .environment-section-6 .section-header h2 {
        margin: 0 0 20px 0 !important;
    }
    .page-environment .environment-section-6 .section-header p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .page-environment .environment-section-6 .right-wide-image.poems-step-wrap {
        width: calc(100% + 25px) !important;
    }
    .environment-section-6 .poems-step .poems-step-item {
        width: 100%;
        float: left;
        padding: 0 0 40px 0;
    }
    .environment-section-6 .poems-step .poems-step-item .step-top {
        height: 100px;
        line-height: 100px !important;
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
        padding: 0 30px;
        margin: 0 0 20px 0;
    }
    .environment-section-6 .poems-step .poems-step-item strong {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 300;
        margin: 0 0 10px 0;
        padding: 0;
    }
    .environment-section-6 .poems-step .poems-step-item ul {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        font-weight: 300;
        padding: 0;
        margin: 0 0 15px 0;
        width: 100%;
        float: left;
    }
    .environment-section-6 .poems-step .poems-step-item ul li {
        padding: 0 0 0 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    .environment-section-6 .poems-step .poems-step-item:nth-child(2n) {
        margin: 0;
    }
    .page-environment .environment-section-6 .right-wide-image {
        width: 100% !important;
        margin: 40px 0 0 0 !important;
    }
    .environment-section-6 .poems-area {
        overflow: visible;
    }
    .environment-section-6 .poems-area h3 br {
        display: block !important;
    }
    .environment-section-6 .poems-area .section-text {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .environment-section-6 .poems-area .section-text h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .environment-section-6 .poems-area .section-text p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
        margin: 0;
    }
    .environment-section-6 .poems-area .section-text > span {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .environment-section-6 .poems-area .section-image {
        width: calc(100% + 50px) !important;
        margin: 0 -25px 0 -25px !important;
    }
    .environment-section-6 .left-wide-image {
        width: 100% !important;
        float: left;
        margin-left: 0 !important;
    }
    .environment-section-6 .poems-area.left-wide-image .section-text {
        margin: 40px 0 20px 0 !important;
    }
    #primary.page-urban_dev {
    }
    #primary.page-urban_dev article .entry-header {
        height: 960px;
    }
    #primary.page-urban_dev article .entry-header .inner {
        padding: 100px 25px 25px 25px !important;
        height: 793px;
    }
    #primary.page-urban_dev article .entry-header .inner span.eyebrow {
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        letter-spacing: 0;
        margin: 0 0 10px 0;
    }
    #primary.page-urban_dev article .entry-header .inner span {
        display: block;
    }
    #primary.page-urban_dev article .entry-header .inner .entry-title {
        margin: 0 0 30px 0;
    }
    #primary.page-urban_dev article .entry-header .inner .page-excerpt {
        margin: 0;
    }
    #primary.page-urban_dev article .entry-header .inner .page-excerpt strong {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 100;
        margin: 0 0 20px 0;
    }
    #primary.page-urban_dev article .entry-header .inner .page-excerpt p {
        font-size: 16px !important;
        line-height: 26px !important;
        letter-spacing: 0;
    }
    .page-urban_dev .urban-section-01 {
        height: 390px;
        position: absolute;
        top: 960px;
        z-index: 3000;
    }
    .page-urban_dev .urban-section-01 .right-wide-image {
        overflow: visible;
        width: 100% !important;
    }
    .page-urban_dev .urban-section-01 .section-left {
        width: 100%;
        margin: 0;
    }
    .page-urban_dev .urban-section-01 .section-left h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: -100px 0 50px 0;
    }
    .page-urban_dev .urban-section-01 .section-right {
        display: block;
        width: calc(100% + 50px);
        margin: 0 -25px;
        float: left;
    }
    .page-urban_dev .urban-section-01 .section-right ul li {
        width: 100%;
        height: 260px;
        padding: 30px 25px;
        margin: 0 !important;
    }
    .page-urban_dev .urban-section-01 .section-right ul li h3 {
        width: 130px;
        display: inline-block;
        font-size: 20px;
        line-height: 1.36;
        float: left;
    }
    .page-urban_dev .urban-section-01 .section-right ul li h3 span {
        display: inline-block;
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
        font-size: 14px;
    }
    .page-urban_dev .urban-section-01 .section-right ul li h3 img {
        width: 50px !important;
        min-width: 50px !important;
        height: auto !important;
    }
    .page-urban_dev .urban-section-01 .section-right ul li p {
        width: calc(100% - 130px);
        float: left;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0em;
    }
    .page-urban_dev .urban-section-02 {
        margin: 1166px 0 0 0;
        padding: 70px 0;
    }
    .page-urban_dev .urban-section-02 .section-header h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 10px 0;
    }
    .page-urban_dev .urban-section-02 .section-header p {
        margin: 0 0 40px 0;
    }
    .page-urban_dev .urban-section-02 .urban-section-02-image-area {
        margin: 0 0 40px 0 !important;
        width: calc(100% + 25px) !important;
    }
    .page-urban_dev .urban-section-02 .urban-section-02-image-area h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        position: inherit;
        top: inherit;
        left: inherit;
        width: calc(100% - 25px);
    }
    .page-urban_dev .urban-section-02 .urban-section-02-image-area h3 br {
        display: block;
    }
    .page-urban_dev .urban-section-02 .urban-section-02-image-area img.mobile-only {
        width: 56px;
        max-width: 56px;
        min-width: 56px;
        height: auto;
    }
    img.urban-section-02-bg {
        width: calc(100% + 25px);
        min-width: calc(100% + 25px);
        height: auto;
    }
    .page-urban_dev .urban-section-02 img.urban-2019 {
        width: 56px;
        height: auto;
        min-width: auto;
        top: 140px;
        right: 23%;
    }
    .page-urban_dev .urban-section-02 img.urban-2020 {
        width: 56px;
        height: auto;
        min-width: auto;
        top: 140px;
        right: 3%;
    }
    .page-urban_dev .urban-section-02 h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
    }
    .page-urban_dev .urban-section-02 ul.columns-3 {
        width: 100%;
        float: left;
        margin: 0;
    }
    .page-urban_dev .urban-section-02 ul.columns-3 > li {
        width: 100%;
        float: left;
        margin: 0 0 40px 0;
    }
    .page-urban_dev .urban-section-02 ul.columns-3 > li:nth-child(2) > div, .page-urban_dev .urban-section-02 ul.columns-3 > li:nth-child(3) > div {
        padding: 34px 0 0 0;
    }
    .page-urban_dev .urban-section-02 ul.columns-3 > li > div {
        width: 85px;
        height: 85px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
        padding: 20px 0 0 0;
        margin: 0 0 20px 0;
    }
    .page-urban_dev .urban-section-02 ul.columns-3 > li > strong {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 300;
        margin: 0 0 20px 0;
    }
    .page-urban_dev .urban-section-02 ul.columns-3 > li > ul li {
        font-size: 16px;
        line-height: 26px;
        padding: 0 0 0 15px;
    }
    .page-urban_dev .urban-section-03 {
        height: 940px;
    }
    .page-urban_dev .urban-section-03 .inner {
        height: 940px;
        padding: 40px 25px;
    }
    .page-urban_dev .urban-section-03 .inner h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 300;
        margin: 0;
    }
    .page-urban_dev .urban-section-03 .inner h3 br {
        display: block;
    }
    .page-urban_dev .urban-section-04 {
        height: 1390px;
    }
    .page-urban_dev .urban-section-04 .inner {
        height: 1390px;
        padding: 70px 25px 25px 25px;
    }
    .page-urban_dev .urban-section-04 .inner h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 10px 0;
    }
    .page-urban_dev .urban-section-04 .inner strong.grade-a-plus {
        font-size: 80px;
        margin: 0;
    }
    .page-urban_dev .urban-section-04 .inner h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
    }
    .page-urban_dev .urban-section-04 .inner h3 br {
        display: block;
    }
    .page-urban_dev .urban-section-04 .inner p {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
    }
    .page-urban_dev .urban-section-04 .inner ul {
        height: auto;
    }
    .page-urban_dev .urban-section-04 .inner ul li {
        width: 100%;
        height: 271px;
        border-bottom: 1px solid #fff;
    }
    .page-urban_dev .urban-section-04 .inner ul li:last-child {
        border-bottom: none;
    }
    .page-urban_dev .urban-section-04 .inner ul li strong {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 500;
        margin: 0 0 10px 0;
    }
    .page-urban_dev .urban-section-04 .inner ul li > span {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        letter-spacing: 0;
        font-weight: 300;
        margin: 0 0 50px 0 !important;
    }
    .page-urban_dev .urban-section-04 .inner ul li > p {
        font-size: 80px;
    }
    .page-urban_dev .urban-section-04 .inner ul li > p > span {
        font-size: 15px;
        letter-spacing: 0;
        top: -46px;
    }
    .page-urban_dev .urban-section-05 {}
    .page-urban_dev .urban-section-05 .inner {
        padding: 70px 25px 25px 25px;
    }
    .page-urban_dev .urban-section-05 .inner h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 30px 0;
    }
    .page-urban_dev .urban-section-05 .inner .profile-image {
        width: 90%;
        margin: 0 0 20px 0;
        float: left;
    }
    .page-urban_dev .urban-section-05 .inner .quote {
        width: 100%;
        float: left;
    }
    .page-urban_dev .urban-section-05 .inner .quote strong {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 300;
        margin: 0 0 20px 0;
    }
    .page-urban_dev .urban-section-05 .inner .quote p {
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        letter-spacing: 0;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 {
        border-top: none;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 .inner {
        padding: 0 25px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 .inner .navi-area {
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
        bottom: -235px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 .navi-area::after {
        content: none;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 .inner h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        padding: 0 !important;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 .inner h3 br {
        display: block;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 .urban-slide-01-wrap {
        display: flex;
        height: auto;
    }
    .urban-section-05 .navi-area {
        display: flex;
        justify-content: center;
        width: 100%;
        top: inherit !important;
        left: 0 !important;
        bottom: -45px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop {
        height: auto;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-list {
        overflow: visible;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-slide {
        margin: 0 5px !important;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop li.urban-slide-01-loop-item {
        height: auto;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop li.urban-slide-01-loop-item img {
        height: auto;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop {
        display: none;
        width: calc(100% + 4px) !important;
        position: inherit;
        top: inherit;
        left: inherit;
        margin: 10px -2px 20px -2px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-02 {
        padding: 100px 0 0 0;
    }
    .page-urban_dev .urban-section-05 .urban-slide-02 h3,
    .page-urban_dev .urban-section-05 .urban-slide-03 .inner h3 {
        padding: 0;
    }
    .page-urban_dev .urban-section-05 .urban-slide-02 h3 .navi-area {
        left: 50%;
        transform: translateX(-50%);
        bottom: -270px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-02 .navi-area::before {
        content: none;
    }
    .page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-prev {
        top: 190px;
        left: 110px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-next {
        top: 190px;
        left: 195px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-03 .inner {
        padding: 100px 25px 0 25px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-03 .inner .navi-area {
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
        bottom: -461px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-03 .navi-area::after {
        content: none;
    }
    .page-urban_dev .urban-section-05 .urban-slide-04 h3 {
        padding: 0;
    }
    .page-urban_dev .urban-section-05 .urban-slide-04 h3 .navi-area {
        left: 50%;
        transform: translateX(-50%);
        bottom: -270px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-04 .navi-area::before {
        content: none;
    }
    .page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-prev {
        top: 190px;
        left: 110px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-next {
        top: 190px;
        left: 195px;
    }
    .page-urban_dev .urban-section-06 {
        padding: 60px 0 120px 0;
    }
    .page-urban_dev .urban-section-08 {}
    .page-urban_dev .urban-section-08 .inner {
        padding: 70px 25px 25px 25px;
    }
    .page-urban_dev .urban-section-08 .inner h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 40px 0;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership {
        width: 100%;
        height: 344px;
        position: relative;
        float: left;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership > li {
        widtH: 50%;
        height: 172px;
        float: left;
        padding: 11px 13px;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership > li:nth-child(3) {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership > li:nth-child(4) {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership > li img {
        width: auto;
        height: 56px;
        margin: 0 0 10px 0;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership > li strong {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
        font-weight: 500;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership > li:nth-child(2) strong {
        letter-spacing: 0em;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership-process {
        display: block;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership-process li {
        width: 50%;
        float: left;
        margin: 0 0 30px 0;
        position: relative;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership-process li:nth-child(1)::after,
    .page-urban_dev .urban-section-08 .inner ul.partnership-process li:nth-child(3)::after,
    .page-urban_dev .urban-section-08 .inner ul.partnership-process li:nth-child(5)::after {
        content: "";
        display: inline-block;
        width: calc(50vw + 600px);
        height: 1px;
        background-color: #9E9E9E;
        position: absolute;
        top: 77px;
        left: 0;
        z-index: -100;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership-process li strong {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 30px 0;
        height: 60px;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership-process li strong::after {
        width: 8px;
        height: 8px;
        bottom: -21px;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership-process li p {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership-process::after {
        content: none;
    }
    .page-urban_dev .urban-section-07 {
        height: 1350px;
    }
    .page-urban_dev .urban-section-07 .inner {
        height: 1350px;
        padding: 40px 25px 25px 25px;
    }
    .page-urban_dev .urban-section-07 .inner h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 40px 0;
    }
    .page-urban_dev .urban-section-07 .inner ul.remodeling-step {
        width: 100%;
        position: inherit;
        right: inherit;
        bottom: inherit;
    }
    .page-urban_dev .urban-section-07 .inner ul.remodeling-step li:nth-child(1) {
        width: 100%;
        position: inherit;
        top: inherit;
        left: inherit;
        margin: 0 0 390px 0;
    }
    .page-urban_dev .urban-section-07 .inner ul.remodeling-step li {
        margin: 0 0 30px 0;
    }
    .page-urban_dev .urban-section-07 .inner ul.remodeling-step li strong {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 0;
        margin: 0 0 10px 0;
    }
    .page-urban_dev .urban-section-07 .inner ul.remodeling-step li p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        color: #fff;
        margin: 0 0 10px 0;
    }
    .page-urban_dev .urban-section-07 .inner ul.remodeling-step li span {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .page-urban_dev .urban-section-07 .inner img {
        width: calc(100% - 50px);
        position: absolute;
        bottom: inherit;
        top: 510px;
        left: 25px;
    }
    .page-urban_dev .urban-section-06 .inner {
        padding: 70px 25px;
    }
    .page-urban_dev .urban-section-06 .inner h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 40px 0;
    }
    .page-urban_dev .urban-section-06 h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 25px 0;
    }
    .page-urban_dev .urban-section-06 ul.ranks {
        width: calc(100% + 50px);
        margin: 0 -25px;
    }
    .page-urban_dev .urban-section-06 ul.ranks li {
        width: calc(100% + 50px);
        margin: 0 -25px 10px -25px !important;
        padding: 20px 25px;
        height: 180px;
        float: left;
    }
    .page-urban_dev .urban-section-06 ul.ranks li span {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0;
    }
    .page-urban_dev .urban-section-06 ul.ranks li strong {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
    }
    .page-culture article .entry-header {
        height: 880px;
    }
    .page-culture article .entry-header .inner {
        height: 770px;
        padding: 100px 25px 25px 25px !important;
    }
    .page-culture article .entry-header .inner span.eyebrow {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        font-weight: 0;
    }
    .page-culture article .entry-header .inner span {
        display: block;
        letter-spacing: 0;
    }
    .page-culture article .entry-header .inner h1 {
        margin: 0 0 40px 0;
    }
    .page-culture .entry-header .page-excerpt {
        position: inherit;
        left: inherit;
        bottom: inherit;
        width: 100%;
        float: left;
    }
    .page-culture .entry-header .page-excerpt strong {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0;
        font-weight: 100;
    }
    .page-culture .entry-header .page-excerpt p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .page-culture .culture-section-1 {
        padding: 70px 0 0 0;
    }
    .page-culture .culture-section-1 h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .page-culture .culture-section-1 .culture-top {
        width: 100%;
        height: auto;
        float: left;
    }
    .page-culture .culture-section-1 .culture-top img {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .page-culture .culture-section-1 .culture-top p {
        width: 100%;
        float: left;
        position: inherit;
        top: inherit;
        right: inherit;
        transform: inherit;
    }
    .page-culture .culture-section-1 .culture-bottom {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 0 40px 0;
    }
    .page-culture .culture-section-1 .culture-bottom p {
        width: 100%;
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
    }
    .page-culture .culture-section-1 .culture-bottom img {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .page-culture .culture-section-2 {
        height: 790px;
    }
    .page-culture .culture-section-2 .inner {
        height: 790px;
        padding: 40px 25px 25px 25px;
    }
    .page-culture .culture-section-2 .inner h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 70px 0;
    }
    .page-culture .culture-section-2 .inner ul {
        width: 100%;
        float: left;
    }
    .page-culture .culture-section-2 .inner ul li {
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0 !important;
        border-right: none !important;
    }
    .page-culture .culture-section-2 .inner ul li:nth-child(1) {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }
    .page-culture .culture-section-2 .inner ul li strong {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .page-culture .culture-section-2 .inner ul li p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .page-culture .culture-section-3 {
        height: 700px;
        background-position: -140% center;
    }
    .page-culture .culture-section-3 .inner {
        height: 700px;
        padding: 40px 25px 25px 25px;
    }
    .page-culture .culture-section-3 .inner h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 70px 0;
    }
    .page-culture .culture-section-3 .inner > ul {
        width: 100%;
        float: left;
    }
    .page-culture .culture-section-3 .inner > ul > li {
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0 !important;
        border-right: none !important;
    }
    .page-culture .culture-section-3 .inner > ul > li:nth-child(1) {
        border-bottom: 1px solid #fff;
    }
    .page-culture .culture-section-3 .inner > ul > li > strong {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .page-culture .culture-section-3 .inner > ul > li p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .page-culture .culture-section-3 .inner > ul > li ul li {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .page-culture .culture-section-4 {
        height: 1022px;
    }
    .page-culture .culture-section-4 .inner {
        height: 1022px;
        padding: 40px 25px 25px 25px;
    }
    .page-culture .culture-section-4 .inner h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 70px 0;
    }
    .page-culture .culture-section-4 .inner > ul {
        width: 100%;
        float: left;
    }
    .page-culture .culture-section-4 .inner > ul > li {
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0 !important;
        position: relative;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .page-culture .culture-section-4 .inner > ul > li:last-child {
        border-bottom: none;
    }
    .page-culture .culture-section-4 .inner > ul > li > strong {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .page-culture .culture-section-4 .inner > ul > li > strong > br {
        display: none;
    }
    .page-culture .culture-section-4 .inner > ul > li p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        margin: 0;
    }
    .page-culture .culture-section-4 .inner > ul > li ul li {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .page-culture .culture-section-5 {
        height: 1360px;
        background-size: cover;
        background-position: -103% 50%;
    }
    .page-culture .culture-section-5 .inner {
        height: 1360px;
        padding: 40px 25px 25px 25px;
    }
    .page-culture .culture-section-5 .inner h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 50px 0;
        text-align: left;
    }
    .page-culture .culture-section-5 .inner div {
        width: 100%;
        float: left;
    }
    .page-culture .culture-section-5 .inner div img {
        width: 70px;
        height: 70px;
        margin: 0 10px 0 0;
        float: left;
        top: -5px;
    }
    .page-culture .culture-section-5 .inner div h3 {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0;
        float: left;
        width: calc(100% - 85px);
        margin: 0;
    }
    .page-culture .culture-section-5 .inner div p {
        width: 100%;
        float: left;
        margin: 25px 0 0 0;
    }
    .page-culture .culture-section-5 .inner > ul {
        width: 100%;
        float: left;
        margin: 70px 0 0 0;
        display: block;
    }
    .page-culture .culture-section-5 .inner > ul > li {
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0 !important;
        position: relative;
        border-right: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }
    .page-culture .culture-section-5 .inner > ul > li:nth-child(3) {
        width: 100%;
    }
    .page-culture .culture-section-5 .inner > ul > li:last-child {
        border-bottom: none;
    }
    .page-culture .culture-section-5 .inner > ul > li > strong {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .page-culture .culture-section-5 .inner > ul > li > strong > br {
        display: none;
    }
    .page-culture .culture-section-5 .inner > ul > li p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        margin: 0;
    }
    .page-culture .culture-section-5 .inner > ul > li ul li {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .page-culture .culture-section-6 {
        height: 992px;
        background-position: 57% 50%;
    }
    .page-culture .culture-section-6 .inner {
        height: 992px;
        padding: 40px 25px 25px 25px;
    }
    .page-culture .culture-section-6 .inner h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 70px 0;
    }
    .page-culture .culture-section-6 .inner > ul {
        width: 100%;
        float: left;
        display: block;
    }
    .page-culture .culture-section-6 .inner > ul > li {
        width: 100% !important;
        float: left;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0 !important;
        position: relative;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .page-culture .culture-section-6 .inner > ul > li:last-child {
        border-bottom: none;
    }
    .page-culture .culture-section-6 .inner > ul > li > strong {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .page-culture .culture-section-6 .inner > ul > li > strong > br {
        display: none;
    }
    .page-culture .culture-section-6 .inner > ul > li p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        margin: 0;
    }
    .page-culture .culture-section-6 .inner > ul > li ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .page-culture .culture-section-6 .inner > ul > li ul li {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .page-culture .culture-section-7 {
        height: 1284px;
        background-position: 80% 50%;
    }
    .page-culture .culture-section-7 .inner {
        height: 1284px;
        padding: 40px 25px 25px 25px;
    }
    .page-culture .culture-section-7 .inner h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 70px 0;
        text-align: left;
    }
    .page-culture .culture-section-7 .inner > ul {
        width: 100%;
        float: left;
        margin: 0;
        display: block;
    }
    .page-culture .culture-section-7 .inner > ul > li > p {
        height: auto;
    }
    .page-culture .culture-section-7 .inner > ul > li {
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0 !important;
        position: relative;
        border-right: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }
    .page-culture .culture-section-7 .inner > ul > li:last-child {
        border-bottom: none;
    }
    .page-culture .culture-section-7 .inner > ul > li > strong {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .page-culture .culture-section-7 .inner > ul > li > strong > br {
        display: none;
    }
    .page-culture .culture-section-7 .inner > ul > li p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        margin: 0;
    }
    .page-culture .culture-section-7 .inner > ul > li ul li {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .page-culture .culture-section-8 {
        height: 1124px;
        background-position: 70% 50%;
    }
    .page-culture .culture-section-8 .inner {
        height: 1124px;
        padding: 40px 25px 25px 25px;
    }
    .page-culture .culture-section-8 .inner h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 70px 0;
    }
    .page-culture .culture-section-8 .inner > ul {
        width: 100%;
        float: left;
        display: block;
        margin: 0;
    }
    .page-culture .culture-section-8 .inner > ul > li {
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0 !important;
        position: relative;
        border-right: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }
    .page-culture .culture-section-8 .inner > ul > li:last-child {
        border-bottom: none;
    }
    .page-culture .culture-section-8 .inner > ul > li > strong {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 20px 0;
    }
    .page-culture .culture-section-8 .inner > ul > li > strong > br {
        display: none;
    }
    .page-culture .culture-section-8 .inner > ul > li p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        margin: 0;
    }
    .page-culture .culture-section-8 .inner > ul > li ul li {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .esg-social-corp {
        width: 100%;
        margin: 0 0 30px 0 !important;
    }
    .esg-social-corp li {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
    }
    ul.columns-2-image-left {
        width: 100%;
        margin: 0 0 30px 0 !important;
    }
    ul.columns-2-image-left > li:nth-child(1) {
        margin: 0 0 30px 0 !important;
    }
    ul.columns-2-image-left > li:nth-child(1),
    ul.columns-2-image-left > li:nth-child(2) {
        width: 100%;
        margin: 0;
        padding: 0 !important;
    }
    #accordion div.ui-accordion-content li {
        font-size: 16px;
    }
    ul.normal-unordered-list.columns-3 > li:last-child {
        border-bottom: none !important;
    }
    table.table-bg-gray.table-header-white thead tr th {
        white-space: nowrap;
    }
    .mfp-inline-holder .mfp-content {
        width: 100% !important;
    }
    .white-popup-block {
        width: calc(100% - 40px);
        height: 70vh;
        padding: 40px 20px 20px 20px;
        margin: 40px auto;
    }
    .white-popup-block h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .white-popup-block select {
        width: calc(100% - 40px);
        right: 20px;
        top: 130px;
    }
    .popup-content-area {
        width: calc(100% - 40px);
        height: calc(70vh - 210px);
        bottom: 20px;
        left: 20px;
        padding: 10px;
    }
    .white-popup-block a.popup-modal-dismiss {
        width: 26px;
        height: 26px;
        top: 15px;
        right: 20px;
    }
    .popup-content-area p {
        font-size: 14px;
        line-height: 1.625;
    }
    .popup-content-area strong {
        font-size: 14px;
        line-height: 1.625;
    }
    .popup-content-area h2 {
        font-size: 14px;
        line-height: 1.625;
    }
    .popup-content-area table {
        font-size: 14px !important;
    }
    .popup-content-area table thead tr th {
        background-color: #f9f9f9;
        padding: 10px 5px;
        border-bottom: 1px solid #101010;
        font-weight: 500;
    }
    .popup-content-area table tbody tr td {
        padding: 10px 5px;
        text-align: center;
        border-bottom: 1px solid #ddd;
        color: #666;
        text-align: right;
        font-weight: 300;
    }
    .popup-content-area table tbody tr th {
        background-color: #f9f9f9;
        padding: 10px 5px;
        color: #101010;
        font-weight: 500;
    }
    .case-loop .case-loop-item .entry-thumbnail {
        width: 100%;
        height: calc((100vw - 50px) * 10 / 16);
    }
    ul.columns-3.cs-contacts {
        display: block;
    }
    ul.columns-3.cs-contacts li {
        width: 100% !important;
        float: left;
        border-right: none;
        margin: 0 0 35px 0;
        padding: 0 0 35px 0;
    }
    ul.columns-3.cs-corps li h2 {
        padding: 0 0 20px 0;
        border-bottom: 1px solid #e4e4e4;
    }
    ul.columns-3.cs-corps li h2 span.outlink-icon {
        position: relative;
        top: -5px;
    }
    ul.columns-3.cs-contacts li:last-child {
        margin: 0;
        border-bottom: none;
    }
    ul.columns-3.cs-contacts li a {
        margin: 0;
        font-size: 16px;
        line-height: 48px;
        height: 48px;
    }
    ul.columns-3.cs-corps li {
        width: 100%;
        float: left;
        padding: 0;
        padding: 0 0 45px 0 !important;
        margin: 0 0 35px 0;
    }
    ul.columns-3.cs-corps li.column2 {
        width: 100%;
    }
    ul.columns-3.cs-corps li p {
        width: 100%;
        float: left;
    }
    ul.columns-3.cs-corps {
        margin: 0;
    }
    .cs-corps-01 li {
        border-bottom: none;
        padding: 0;
    }
    .cs-corps-01 li h3 {
        font-size: 21px !important;
        padding: 0 20% 20px 0 !important;
    }
    .cs-corps-01 li p {
        margin: 0 0 26px 0;
    }
    ul.columns-2.cs-ethics-contacts,
    ul.columns-4.cs-ethics-contacts,
    ul.columns-2.cs-thesharp-contacts {
        width: 100%;
        margin: 0;
    }
    ul.columns-2.cs-ethics-contacts li,
    ul.columns-4.cs-ethics-contacts li,
    ul.columns-2.cs-thesharp-contacts li {
        width: 100%;
        float: left;
        padding: 0 0 25px 0 !important;
        margin: 0 0 25px 0 !important;
        border-right: none;
        border-bottom: 1px solid #e4e4e4;
    }
    ul.columns-2.cs-ethics-contacts li:last-child,
    ul.columns-4.cs-ethics-contacts li:last-child,
    ul.columns-2.cs-thesharp-contacts li:last-child {
        border-bottom: none;
        margin: 0 !important;
    }
    ul.columns-2.cs-ethics-contacts li {
        padding: 0 20% 25px 0 !important;
    }
    .slide-gallery ul.slide-gallery-loop ul.slick-dots {
        width: calc(100% - 40px);
        margin: 20px;
    }
    .gallery-paging-info {
        font-size: 16px;
        margin: 0 0 50px 20px;
    }
    .page-urban_dev .urban-section-03 .content-top {
        width: 100%;
        float: left;
        padding: 40px 0;
        border-bottom: 1px solid #fff;
    }
    .page-urban_dev .urban-section-03 .content-top img {
        width: 90%;
        margin: 0 5%;
        float: left;
    }
    .page-urban_dev .urban-section-03 .content-top .content-top-left {
        width: 100%;
        float: left;
        text-align: left;
        margin: 0 0 30px 0;
    }
    .page-urban_dev .urban-section-03 .content-top .content-top-left img {
        display: block;
    }
    .page-urban_dev .urban-section-03 .content-top .content-top-right {
        width: 100%;
        float: left;
        text-align: right;
    }
    .page-urban_dev .urban-section-03 .content-bottom {
        width: 100%;
        float: left;
        padding: 40px 0 0 0;
    }
    .with-posco-intro ul.brands li .brand-thumbnail {
        padding: 60px 25px 25px 25px !important;
    }
    .with-posco-intro ul.brands li .brand-thumbnail h2 {
        margin: 0 0 20px 0;
    }
    .with-posco-intro ul.brands li .brand-thumbnail span {
        font-size: 16px;
        line-height: 24px;
    }
    .page-culture .culture-section-8 .inner > ul > li > p {
        height: auto;
    }
    .page-urban_dev .urban-section-05 h3 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .page-urban_dev .urban-section-06 .inner h2 span {
        word-break: break-all;
    }
    .page-urban_dev .slick-slide img {
        height: auto;
        width: 100%;
    }
    .page-urban_dev .slick-slide {
        margin: 0 5px !important;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 .inner {
        padding: 0;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-nav-loop {
        width: 100% !important;
        float: left !important;
        margin: 5px 0 20px 0 !important;
        padding: 0 10px !important;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-dots {
        width: calc(100% - 20px) !important;
        margin: 45px 10px 0 10px !important;
    }
    .page-urban_dev .urban-section-05 .urban-slide-02 h3,
    .page-urban_dev .urban-section-05 .urban-slide-03 .inner h3 {
        width: 100%;
        float: left;
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .page-urban_dev .urban-section-05 .urban-slide-02 h3 span {
        width: 100%;
        float: left;
    }
    .page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop {
        height: auto;
        width: 100%;
    }
    .page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop li.urban-slide-03-loop-item img {
        height: auto;
        width: 100%;
    }
    .urban-slide-03-wrap {
        width: 100%;
        float: left;
    }
    .page-urban_dev .urban-section-05 .urban-slide-03 .urban-slide-03-wrap {
        width: 100%;
        height: auto;
        padding: 0 25px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-03 .urban-slide-03-wrap .slick-list {
        overflow: visible;
    }
    .page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop {
        height: auto;
        width: calc(100% + 10px);
        margin: 0 -5px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop li.urban-slide-03-loop-item {
        height: auto;
    }
    .page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-dots {
        width: calc(100% - 20px);
        margin: 40px 10px 0 10px;
        display: flex;
        justify-content: space-around;
    }
    .page-urban_dev .urban-section-06 ul.ranks {
        width: 100%;
        margin: 0;
    }
    .page-urban_dev .urban-section-06 ul.ranks li {
        width: 100%;
        margin: 0 0 20px 0 !important;
        padding: 40px 25px;
        height: auto;
    }
    .page-urban_dev .urban-section-06 ul.patents li {
        width: 100%;
        height: auto;
        padding: 40px 0 60px 120px;
    }
    .page-urban_dev .urban-section-06 ul.patents li img {
        margin: 0 30px 0 0;
    }
    .page-urban_dev .urban-section-06 ul.patents li > div.patent > strong {
        font-size: 60px;
        letter-spacing: 0em;
    }
    .page-urban_dev .urban-section-06 ul.patents li > div.patent > strong > span {
        font-size: 16px;
        line-height: 24px;
        top: -32px;
        margin: 0 0 0 10px;
    }
    .esg_5brands-section-3 .green-area {
        height: auto;
    }
    .green-area ul.campaign-loop {
        margin: 0;
    }
    .green-area ul.campaign-loop li.campaign-loop-item {
        width: calc(100% + 50px);
        height: 250px;
        margin: 0 -25px 130px -25px;
    }
    .green-area ul.campaign-loop li.campaign-loop-item:nth-child(1) {
        background-position: 50% 50%;
    }
    .green-area ul.campaign-loop li.campaign-loop-item:nth-child(2) {
        background-position: 50% 50%;
    }
    .green-area ul.campaign-loop li.campaign-loop-item:nth-child(3) {
        background-position: 50% 50%;
    }
    .green-area ul.campaign-loop li.campaign-loop-item:nth-child(4) {
        background-position: 75% 50%;
    }
    .green-area ul.campaign-loop li.campaign-loop-item:nth-child(5) {
        background-position: 73% 50%;
    }
    .green-area ul.campaign-loop li.campaign-loop-item .campaign-loop-item-meta {
        width: 100%;
        background-color: transparent !important;
        color: #101010;
        padding: 270px 25px 0 25px;
    }
    .green-area ul.campaign-loop li.campaign-loop-item .campaign-loop-item-meta span {
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0.01em;
    }
    .green-area ul.campaign-loop li.campaign-loop-item .campaign-loop-item-meta h4 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0em;
    }
    .green-area ul.campaign-loop li.campaign-loop-item .campaign-loop-item-meta h4 br {
        display: none;
    }
    .esg_5brands-section-3 ul.cases {
        margin: 0;
    }
    .esg_5brands-section-3 ul.cases li .entry-meta {
        width: 100% !important;
        margin: 0 !important;
    }
    a.view-more-contents {
        font-size: 16px;
    }
    .esg_5brands-section-4 a.view-more-contents {
        width: 100%;
        float: left;
        margin: 0 0 70px 0;
    }
    .the-sharp-section-left a.view-more-contents {
        width: 100%;
        float: left;
        margin: 0 0 70px 0;
    }
    ul.initiative-loop {
        margin: 30px 0 0 0;
    }
    ul.initiative-loop li.initiative-loop-item {
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
    }
    ul.initiative-loop li.initiative-loop-item .initiative-content {
        width: 100% !important;
    }
    ul.initiative-loop li.initiative-loop-item .initiative-content h2 {
        font-size: 24px;
        line-height: 32px;
    }
    ul.initiative-loop li.initiative-loop-item .initiative-image {
        width: 100%;
        float: left;
        text-align: center;
    }
    ul.initiative-loop li.initiative-loop-item .initiative-image img {
        margin: 0 auto !important;
        height: 150px;
        width: auto;
        float: none;
    }
    ul.initiative-loop li.initiative-loop-item:nth-child(2n) {
        padding: 0 0 180px 0;
        position: relative;
    }
    ul.initiative-loop li.initiative-loop-item:nth-child(2n) .initiative-image {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    ul.initiative-loop li.initiative-loop-item:last-child {
        border-bottom: none !important;
    }
    #our-projects .section-right .project-loop .project-loop-item:nth-child(2n) .entry-thumbnail {
        width: 55%;
        height: calc(((100vw - 50px) * 0.55) * 0.5625);
        background-size: cover;
    }
    #primary article .entry-header .inner {
        padding: 0 25px;
    }
    .smart_con-section-10-2 .smart-safety-solution-loop button.slick-arrow {
        width: 32px;
        height: 32px;
    }
    .smart_con-section-10-2 .smart-safety-solution-loop button.slick-prev {
        right: 45px;
    }
    .page-environment .environment-section-2 .business-model-area > img.cloud-01,
    .page-environment .environment-section-2 .business-model-area > img.cloud-02 {
        display: none;
    }
    .thesharp-section-035 {
        margin: 0 0 30px 0;
    }
    .thesharp-section-035 .thesharp-header-035 h2 {
        font-size: 30px !important;
        line-height: 40px !important;
        letter-spacing: 0em !important;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-04 .thesharp-header-04 {
        margin: 0;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-04 .thesharp-header-04 h2 {
        font-size: 30px !important;
        line-height: 40px !important;
        letter-spacing: 0em !important;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-04 .thesharp-header-04 h2 br {
        display: none;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-04 .right-wide-image {
        width: 100% !important;
        height: auto;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-04 .right-wide-image .the-sharp-section-left {
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-04 .right-wide-image .the-sharp-section-right {
        width: 100%;
        height: 175px;
    }
    .thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi::before {
        left: -5px;
        bottom: inherit;
        top: 0;
    }
    .thesharp-section-04 .right-wide-image .the-sharp-section-left ul.theshop-gallery-navi {
        margin: 20px 0 0 0;
    }
    .mobile-table-wrap {
        width: calc(100% + 35px);
        overflow-x: scroll;
        padding: 0 0 10px 0;
    }
    .mobile-table-wrap table tbody tr th {
        white-space: normal !important;
        width: 30% !important;
    }
    #accordion div.ui-accordion-content ul.columns-4 {
        font-size: 14px;
        line-height: 1.36;
        margin: 0 0 32px 0;
    }
    #accordion div.ui-accordion-content ul.columns-4 > li {
        width: 100%;
        margin: 0 0 10px 0;
        font-size: 14px;
    }
    #accordion div.ui-accordion-content ul.columns-4 > li h5 {
        font-size: 16px;
        margin: 0;
    }
    .smart_con-section-05 .right-wide-image img {
        margin-top: 0;
    }
    #primary.page-smart_con .entry-content .smart_con-section-07 {
        top: -115px;
    }
    #primary.page-smart_con .entry-content .smart_con-section-08 figure {
        margin: 20px 0 40px 0 !important;
    }
    #primary.page-smart_con .entry-content .smart_con-section-11 h2.large-h2 {
        width: calc(100vw - 50px);
    }
    /* .page-vision .entry-content .vision-h3 {
        background-position: 85% bottom;
    } */
    .esg-ethics-bg-area-02 .inner .btn-white {
        width: 100%;
        height: 62px;
        text-align: left;
        font-size: 16px;
        padding: 5px 10px;
    }
    .esg-ethics-bg-area-02 .inner .btn-white span {
        margin: 7px 0 0 5px;
    }
    .certificate-loop > li {
        width: calc(50% - 16px);
    }
    .content-safety img {
        width: 100%;
        height: auto;
    }
    .esg-progress.esg-progress-shadow {
        display: block;
    }
    .esg-social-bg-area-03,
    .esg-social-bg-area-03 .inner {
        height: 1250px !important;
    }
    #colophon .company-information #footer-navigation ul li a {
        font-size: 14px;
    }
    #colophon .company-information #footer-navigation ul li::after {
        margin: 0 6px;
    }
    .thesharp-section-035 .video-container,
    .thesharp-section-035 .video-container #large-youtube-poster,
    .thesharp-section-035 .video-container .fluid-width-video-wrapper {
        height: 182px !important;
    }
    .video-container-08,
    .video-container-09,
    .video-container-new,
    .ui-accordion-content .video-container,
    .ui-accordion-content .video-container #large-youtube-poster,
    .ui-accordion-content .video-container .fluid-width-video-wrapper {
        height: 182px !important;
    }
    .safety-slide .safety-slide-01 .safety-slide-text .slick-slide > div > li > strong {
        font-size: 16px;
        line-height: 1.5;
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
    }
    .safety-slide .safety-slide-01 .safety-slide-text .slick-slide > div > li > ul > li {
        font-size: 14px;
        line-height: 1.36;
        margin: 0 0 8px 0;
    }
    .certificate-loop > li {
        width: calc(50% - 16px);
        margin: 0 8px 40px 8px;
        float: left;
    }
    ul.initiative-loop li.initiative-loop-item .initiative-content h2 span {
        font-size: 14px;
        color: #666;
        position: relative;
        top: -7px;
    }
    .page-esg_5brands article .entry-header {
        height: 860px;
        padding: 0 !important;
    }
    .page-esg_5brands article .entry-header .inner {
        height: 100%;
        padding: 140px 25px 25px 25px !important;
    }
    .page-esg_5brands article .entry-content {
        margin: -460px 0 0 0;
    }
    .page-esg_5brands article .entry-content .with-posco-intro {
        margin: 30px 0 0 0 !important;
    }
    #ui-id-16 ul {
        width: 100%;
        float: left;
        margin: 0 0 32px 0 !important;
    }
    #ui-id-16 ul > li {
        width: 100% !important;
        float: left !important;
        margin: 0 0 20px 0;
        padding: 0 10px 0 0;
    }
    #accordion div.ui-accordion-content ul.columns-2,
    #accordion div.ui-accordion-content ul.columns-3,
    #accordion div.ui-accordion-content ul.columns-4 {
        width: 100% !important;
        margin: 0 0 32px 0 !important;
    }
    #accordion div.ui-accordion-content ul.columns-2 > li,
    #accordion div.ui-accordion-content ul.columns-3 > li,
    #accordion div.ui-accordion-content ul.columns-4 > li {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
    #accordion div.ui-accordion-content ul.columns-2 > li > h5,
    #accordion div.ui-accordion-content ul.columns-3 > li > h5,
    #accordion div.ui-accordion-content ul.columns-4 > li > h5 {
        font-size: 18px !important;
        line-height: 1.36;
    }
    #innovation ul.our-tech-nav-loop li.our-tech-nav-loop-item span a {
        top: -12px !important;
    }
    #innovation ul.our-tech-loop .slick-arrow {
        display: block;
        position: absolute;
        bottom: 140px;
        font-size: 0;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    #innovation ul.our-tech-loop .slick-arrow:hover::after {
        color: #00A5E5;
    }
    #innovation ul.our-tech-loop .slick-prev {
        left: 60px;
        z-index: 1500;
    }
    #innovation ul.our-tech-loop .slick-next {
        right: 60px;
        z-index: 1500;
    }
    #innovation ul.our-tech-loop .slick-next::after {
        content: "▶";
        font-size: 14px;
        color: #fff;
    }
    #innovation ul.our-tech-loop .slick-prev::after {
        content: "◀";
        font-size: 14px;
        color: #fff;
    }
    .box-border-blue br {
        display: block;
    }
    .page-urban_dev .urban-section-08 .inner ul.partnership-process li span {
        font-size: 16px;
        line-height: 1.5;
        display: inline-block;
    }
    .esg-fair-bg-area-01 .inner img {
        margin: 20px 0 60px
    }
    ul.esg-blocks li .entry-meta {
        height: auto;
    }
    nav.new-pagination-area {
        margin: 0 !important;
    }
    #accordion div.ui-accordion-content ul li > span {
        font-size: 14px !important;
        line-height: 1.36;
        margin: 0 0 10px 0 !important;
    }
    #accordion div.ui-accordion-content ul.flex_span_wrap li > span {
        display: initial !important;
    }
    #accordion div.ui-accordion-content ul li > span > strong {
        font-size: 14px !important;
        margin: 0 0 5px 0 !important;
        display: inline-block !important;
        width: 100% !important;
    }
    span.outlink-icon {
        width: 40px;
        height: 40px;
        background-size: cover;
    }
    .edu-activity {
        margin: 70px 0 0 0;
    }
    .error-404 #primary .entry-content .inner .error-content {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
    }
    .error-404 #primary .entry-content .inner .error-content h1 {
        font-size: 40px;
        line-height: 1.2;
    }
    .error-404 #primary .entry-content .inner .error-content a {
        font-size: 16px;
        line-height: 1.36;
    }
    .error-404 #primary .entry-content .inner img {
        position: relative;
        top: inherit;
        right: inherit;
        transform: inherit;
        max-width: 70%;
        height: auto;
        margin: 50px 0 0 0;
    }
    ul.bottom-actions .go-to-archive {
        width: 64px;
        height: 64px;
        border-radius: 50% 50%;
        background-image: url("../images/icons/icon-archive.svg");
        background-size: 64px 64px;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        position: fixed;
        bottom: 110px;
        right: calc(50vw - 726px);
        z-index: 3000;
    }
    ul.bottom-actions .go-to-archive a {
        display: block;
        width: 100%;
        height: 100%;
        float: left;
    }
    ul.bottom-actions .go-to-archive.fixed {
        position: absolute;
        bottom: 453px;
    }
    .urban-section-05 button.slick-arrow {
        width: 26px;
        height: 26px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-next {
        top: 163px;
        margin-left: -13px;
        left: calc(50% + 45px);
    }
    .page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-next {
        top: 198px;
        margin-left: -13px;
        left: calc(50% + 45px);
    }
    .page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-next {
        top: 148px;
        margin-left: -13px;
        left: calc(50% + 45px);
    }
    .page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-next {
        top: 196px;
        margin-left: -13px;
        left: calc(50% + 45px);
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-prev {
        top: 163px;
        margin-left: -13px;
        left: calc(50% - 45px);
    }
    .page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-prev {
        top: 198px;
        margin-left: -13px;
        left: calc(50% - 45px);
    }
    .page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-prev {
        top: 148px;
        margin-left: -13px;
        left: calc(50% - 45px);
    }
    .page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-prev {
        top: 196px;
        margin-left: -13px;
        left: calc(50% - 45px);
    }
    /* 20210930 */
    #business-with ul.business-loop {
        width: 100% !important;
        margin: 0 0 40px 0 !important;
    }
    #business-with ul.business-loop > li .business-meta p {
        font-size: 25px;
        line-height: 30px;
        font-weight: 100;
    }
    #business-with ul.business-loop > li .business-meta h4 {
        font-size: 14px !important;
        line-height: 18px !important;
        font-weight: 300 !important;
    }
    #our-projects {
        margin: 0 0 40px 0;
    }
    ul.project-loop {
        height: 320px;
    }
    ul.project-loop li.project-loop-item {
        height: 180px;
        margin: 110px 0 50px 0;
    }
    ul.project-loop li.project-loop-item .entry-thumbnail {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    ul.project-loop li.project-loop-item .entry-meta {
        width: 100%;
        height: 90px;
        position: absolute;
        top: -110px;
        left: 0;
    }
    ul.project-loop li.project-loop-item .entry-meta h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 1.2;
        height: 2.4em;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    ul.hot-links-loop li.hot-links-loop-item {
        background-size: cover;
        background-repeat: no-repeat;
    }
    ul.hot-links-loop li.hot-links-loop-item .hot-links-meta {
        top: 40px !important;
        left: 25px !important;
    }
    ul.hot-links-loop li.hot-links-loop-item .hot-links-meta h4 {
        font-size: 20px !important;
        line-height: 30px !important;
        font-weight: 300;
    }
    ul.hot-links-loop li.hot-links-loop-item .hot-links-meta a {
        font-size: 12px !important;
    }
    ul.hot-links-loop li.hot-links-loop-item:nth-child(1) {
        width: 100%;
        height: 317px;
        position: inherit;
        top: inherit;
        left: inherit;
    }
    ul.hot-links-loop li.hot-links-loop-item:nth-child(2) {
        height: 250px;
        width: 100%;
        position: inherit;
        top: inherit;
        right: inherit;
    }
    ul.hot-links-loop li.hot-links-loop-item:nth-child(3) {
        height: 250px;
        width: 100%;
        position: inherit;
        bottom: inherit;
        right: inherit;
    }
    ul.project-loop li.project-loop-item .entry-meta {
        background-color: #fff;
        padding: 0;
    }
    ul.project-loop li.project-loop-item .entry-meta span {
        color: #9E9E9E;
        font-size: 10px;
    }
    ul.project-loop li.project-loop-item .entry-meta h2 {
        width: 100% !important;
        font-size: 25px;
        line-height: 1.2;
    }
    ul.project-loop li.project-loop-item .entry-meta h2 a {
        color: #000;
    }
    ul.project-loop li.project-loop-item .entry-meta span.next-information {
        color: #000;
        bottom: -230px;
        left: 90px;
        right: inherit;
    }
    #our-projects h3.section-home-title {
        margin: 0 0 25px 0 !important;
    }
    .project-paging-info {
        font-size: 14px;
        color: #666666;
        bottom: 0px;
        left: 23px;
    }
    ul.project-loop .slick-arrow {
        width: 8px;
        height: 13px;
        bottom: -2px;
    }
    ul.project-loop .slick-prev {
        background-image: url('../images/icons/mobile-slide-left-arrow.svg');
        right: inherit;
        left: 0;
    }
    ul.project-loop .slick-next {
        background-image: url('../images/icons/mobile-slide-right-arrow.svg');
        right: inherit;
        left: 58px;
    }
    ul.project-loop .slick-prev:hover {
        background-image: url('../images/icons/mobile-slide-left-arrow-hover.svg');
    }
    ul.project-loop .slick-next:hover {
        background-image: url('../images/icons/mobile-slide-right-arrow-hover.svg');
    }
    .bottom-link-area {
        height: 80px;
        margin: 55px 0 -100px 0;
    }
    .bottom-link-area .inner {
        height: 80px;
    }
    .bottom-link-area .inner a {
        font-size: 16px;
        line-height: 24px;
    }
    .bottom-link-area .inner a::after {
        width: 22px;
        height: 22px;
    }
    .bottom-link-area .inner span {
        width: 84px;
        height: 33px;
        border-radius: 8px;
        font-size: 11px;
        line-height: 33px;
        margin: -22px 0 15px 0;
    }
    .bottom-link-area .inner a::after {
        margin: 0 0 0 10px;
        top: 5px;
    }
    .doughnut-chart-area {
        width: 100%;
        float: left;
        height: auto;
        border: 1px solid #E4E4E4;
        margin: 50px 0 0 0;
        padding: 40px;
    }
    .doughnut-chart-area img {
        width: 100%;
        height: auto;
        float: left;
    }
    .doughnut-chart-area img.doughnut-index {
        width: 60%;
        height: auto;
        float: left;
        margin-top: 50px;
        margin-left: 50px;
    }
    .page-vision .entry-content .wrap {
        padding: 0 0 20px 0;
    }
    .page-vision .entry-content .wrap .vision-h3-top {
        font-size: 24px;
        line-height: 1.36;
        margin: 0 0 25px 0;
    }
    .page-vision .entry-content .wrap > strong {
        font-size: 28px;
        line-height: 1.36;
    }
    .page-vision .entry-content .wrap > strong .vision_with_posco{
        margin-left: 0;
        width: 100%;
    }

    .page-vision .entry-content .wrap > img {
        width: 225px;
        margin: 0 auto;
        float: none;
    }
    .entry-content .content-columns-2 h3 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.02em;
    }
    .entry-content .content-columns-2 h3 ~ h4 {
        font-size: 18px !important;
        line-height: 1.2 !important;
    }
    .page-network .entry-content .content-columns-2 h3 {
        font-size: 24px;
        line-height: 1.36px;
    }
    .page-network .entry-content .content-columns-2 ul.branch-loop li.branch-loop-item {
        margin: 0 0 40px 0 !important;
    }
    .thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery button.slick-arrow {
        top: -267px;
        width: 30px;
        height: 30px;
    }
    .thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery button.slick-prev {
        left: 80px;
    }
    .thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery button.slick-prev:hover {
        background-image: url('../common/images/icons/icon-slide-left-arrow-blue.svg');
    }
    .thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery button.slick-next {
        left: 120px;
    }
    .thesharp-section-04 .right-wide-image .the-sharp-section-right ul.theshop-gallery button.slick-next:hover {
        background-image: url('../common/images/icons/icon-slide-right-arrow-blue.svg');
    }
    .page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop,
    .page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop,
    .page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop {
        width: 100% !important;
        margin: 0 !important;
    }
    .page-urban_dev .urban-section-06 ul.patents li:nth-child(3) {
        border-bottom: 1px solid #9e9e9e;
    }
    .urban-section-05 button.slick-arrow {
        width: 26px;
        height: 26px;
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-next {
        top: inherit;
        bottom: -40px;
        margin-left: -13px;
        left: calc(50% + 45px);
    }
    .page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-next {
        top: inherit;
        bottom: -40px;
        margin-left: -13px;
        left: calc(50% + 45px);
    }
    .page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-next {
        top: inherit;
        bottom: -40px;
        margin-left: -13px;
        left: calc(50% + 45px);
    }
    .page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-next {
        top: inherit;
        bottom: -40px;
        margin-left: -13px;
        left: calc(50% + 45px);
    }
    .page-urban_dev .urban-section-05 .urban-slide-01 ul.urban-slide-01-loop .slick-prev {
        top: inherit;
        bottom: -40px;
        margin-left: -13px;
        left: calc(50% - 45px);
    }
    .page-urban_dev .urban-section-05 .urban-slide-02 ul.urban-slide-02-loop .slick-prev {
        top: inherit;
        bottom: -40px;
        margin-left: -13px;
        left: calc(50% - 45px);
    }
    .page-urban_dev .urban-section-05 .urban-slide-03 ul.urban-slide-03-loop .slick-prev {
        top: inherit;
        bottom: -40px;
        margin-left: -13px;
        left: calc(50% - 45px);
    }
    .page-urban_dev .urban-section-05 .urban-slide-04 ul.urban-slide-04-loop .slick-prev {
        top: inherit;
        bottom: -40px;
        margin-left: -13px;
        left: calc(50% - 45px);
    }
    #content-tabs .ui-tabs-panel h2 ~ h3 {
        margin: 20px 0 15px 0 !important;
    }
    .environment-strategy-tab-01 .wide-area .inner .content-in-image {
        width: calc(100% - 50px) !important;
    }
    ul.bar-chart::after {
        bottom: 40px !important;
    }
    .entry-content ul.report-loop li.report-loop-item h3 {
        margin: 0 0 10px 0 !important;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-03 {
        margin: 0 0 70px 0;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-03 .thesharp-service {
        margin: 0 !important;
    }
    #primary.page-thesharp article .entry-content .thesharp-section-035 {
        margin: 0 0 70px 0 !important;
    }
    .post-single article .post-single-sidebar {
        margin-bottom: 0 !important;
    }
    ul.chart-columns-3 {
        width: 100%;
        margin: 0;
        float: left;
    }
    ul.chart-columns-3 > li {
        width: 100%;
        margin: 20px 0 70px 0;
        float: left;
    }
    ul.chart-columns-3 > li .chart-wrap {
        padding: 0;
        border: none;
    }
    ul.hot-links-loop li.hot-links-loop-item .hot-links-meta {
        top: 30px !important;
    }
    ul.hot-links-loop li.hot-links-loop-item .hot-links-meta span.eyebrow {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .entry-content h2.performance-title {
        width: 100%;
        float: left;
        margin: 50px 0 0 0;
    }
    .entry-content .content-columns-2 .content-column-left {
        margin: 0 !important;
    }
    .entry-content .content-columns-2 .content-column-right {
        margin: 0 !important;
    }
    .entry-content .content-columns-2.ci-signature-02 h2,
    .entry-content .content-columns-2.ci-wordmark-ss02 h2,
    .entry-content .content-columns-2.ci-logotype-02 h2 {
        margin: 0 0 20px 0;
    }
    .entry-content .content-columns-2.ci-signature-02 img,
    .entry-content .content-columns-2.ci-wordmark-02 img,
    .entry-content .content-columns-2.ci-logotype-02 img {
        float: left !important;
        max-width: 60% !important;
        width: 60% !important;
        margin: 30px 20% 40px 20% !important;
    }
    .entry-content h2.vision-h2-top {
        font-size: 18px;
        padding: 0 0 15px 0;
        margin: 60px 0 20px 0;
    }
    .entry-content h2.vision-h2-top-arrow {
        font-size: 28px;
        padding: 40px 0 25px 0;
        background-size: auto 65px;
    }
    .entry-content > .inner > .chart-area {
        border: none !important;
        padding: 0 !important;
        position: relative;
        margin: 0 0 50px 0;
    }
    .entry-content > .inner > .chart-area > .chart-title {
        margin: 0 0 40px 0;
        width: 100%;
        float: right;
    }
    .entry-content > .inner > .chart-area canvas {
        height: auto;
    }
    #beyond-build .section-home-title {
        display: block !important;
        font-size: 30px;
        color: #fff;
        margin: 0;
        position: absolute;
        top: 40px;
        z-index: 2500;
        line-height: 50px;
        letter-spacing: -0.02em;
    }
    #beyond-build ul.bb-nav-loop {
        width: 100%;
        max-width: 100%;
        top: 130px;
    }
    #beyond-build ul.bb-nav-loop .slick-slide {
        width: calc(100vw - 2px) !important;
        margin: 0 !important;
        padding: 0 0 0 25px;
    }
    #beyond-build ul.bb-nav-loop .slick-slide li {
        width: auto !important;
    }
    #beyond-build ul.bb-nav-loop .slick-slide li.bb-nav-loop-item {
        width: calc(100% - 25px) !important;
        text-align: left !important;
        font-size: 18px;
        font-weight: 500;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        float: left;
        padding: 0 0 15px 0;
    }
    .lines-two .ui-tabs-nav .ui-tabs-tab h3 a {
        height: 113px !important;
    }
}
@media all and (orientation: portrait) {
    ul.monthly-pick-video-loop li .entry-thumbnail,
    ul.video-loop-by-channel li .entry-thumbnail {
        height: 570px !important;
    }
}
@media all and (max-width: 834px) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 600px) {
}

@media all and (max-width: 768px) {
    .page-vision .vision_bottom .vision_bottom_bg{
        background-image: url(/en/common/images/contents/about-us/m_vision_bottom_bg.jpg);
        background-position: center center;
    }
    .page-vision .entry-content {
        height: auto;
    }
}

@media all and (max-width: 414px) {
    .esg-human-bg-area-01 .inner h2 {
        margin: 0 0 20px 0;
        font-size: 20px;
    }
    .entry-content p {
        line-height: 1.6;
        margin: 0 0 20px 0;
    }
    .esg-human-bg-area-01 .inner {
        padding: 70px 40px 0 40px;
    }
}
@media all and (max-width: 375px) {
    table.form-table tbody tr td #mobile-no-1st,
    table.form-table tbody tr td #mobile-no-2nd {
        width: 72px;
        min-width: 72px;
    }
}
@media all and (max-width: 360px) {
    table.form-table tbody tr td #mobile-no-1st,
    table.form-table tbody tr td #mobile-no-2nd {
        width: 68px;
        min-width: 68px;
    }
}
@media all and (max-width: 320px) {
    table.form-table tbody tr td #mobile-no-1st,
    table.form-table tbody tr td #mobile-no-2nd {
        width: 48px;
        min-width: 48px;
    }
}
@media print {
    body {
        -webkit-print-color-adjust: exact !important;
    }
}
/* Sustainability Finance Report */
.esg_finance {
    min-height: 800px;
}
.esg_finance .file_list .thead {
    display: flex;
    justify-content: space-between;
}
.esg_finance .file_list .thead div {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    color: #00A5E5;
    padding: 40px;
    font-weight: 700;
}
.esg_finance .file_list .tbody {
    border-top: 1px solid #808080;
}
.esg_finance .file_list .tbody ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E4E4E4;
}
.esg_finance .file_list .tbody div.tit {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    color: #000;
    padding: 40px;
    line-height: 62px;
    font-weight: 500;
}
.esg_finance .file_list .tbody div.download {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 18px;
    color: #000;
    padding: 40px;
    font-weight: 500;
}
.esg_finance .file_list .tbody div.download a {
    display: inline-block;
    position: relative;
    line-height: 140%;
    white-space: nowrap;
    padding: 5px 0 0 80px;
    text-decoration: none;
}
.esg_finance .file_list .tbody div.download a * {
    vertical-align: top;
}
.esg_finance .file_list .tbody div.download a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    height: 52px;
    background: url("/en/common/images/icons/icon_download.png") no-repeat;
    background-size: 100% 100%;
}
.esg_finance .file_list .tbody div.download span,
.esg_finance .file_list .tbody div.download strong {
    display: block;
}
.esg_finance .file_list .tbody div.download strong {
    font-size: 20px;
    font-weight: 500;
    color: #666;
}
@media screen and (max-width: 1200px) {
    .esg_finance .file_list .thead div {
        padding: 20px;
    }
    .esg_finance .file_list .tbody div.tit {
        font-weight: 700;
        padding: 20px;
        line-height: 140%;
    }
    .esg_finance .file_list .tbody div.download {
        padding: 20px;
        line-height: 100%;
    }
    .esg_finance .file_list .tbody div.download a {
        text-align: right;
        padding: 0 0 0 60px;
    }
    .esg_finance .file_list .tbody div.download a:before {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .esg_finance .file_list .tbody div.download span {
        font-weight: 700;
        font-size: 14px;
    }
    .esg_finance .file_list .tbody div.download strong {
        font-size: 14px;
    }
}
/* about us > CEO message 202207 add */
/* .entry-content .ceo-message * {
	font-family: 'Noto Sans KR', sans-serif;
}
.entry-content .ceo-message .tit {
	padding: 0 0 60px;
	font-size: 70px;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
}
.entry-content .ceo-message .summary p {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.4;
	color: #666;
}
.entry-content .ceo-message .context p {
	padding: 20px 0 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
	color: #666;
}
.entry-content .ceo-message .signature {
	margin: 80px 0 0;
}
.entry-content .ceo-message .signature dl dt {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 300;
}
.entry-content .ceo-message .signature dl dd {
	margin: 0;
} */
.human-mobile-only {
    display: none;
}
/* @media screen and (max-width: 720px) {
	.entry-content .ceo-message .tit {
		font-size: 34px;
	}
	.entry-content .ceo-message .summary p {
		font-size: 22px;
		margin: 0;
	}
	.entry-content .ceo-message .context p {
		font-size: 18px;
		margin: 0;
	}
	.entry-content .ceo-message .signature {
		margin: 40px 0 0;
	}
	.entry-content .ceo-message .signature dl dt {
		font-size: 18px;
	}
	.human-desktop-only {
		display: none !important;
	}
	.human-mobile-only {
		display: block !important;
		width: 64%;
		margin: 0 auto;
	}
	.esg-human-bg-area-01 .inner {
		height: auto;
		padding: 0;
	}
} */
/* .entry-content .ceo-message { margin: -70px 0 0;} */
.entry-content .ceo-message .visual {
    height: 220px;
    display: flex;
    align-items: center;
    background: url("../images/contents/about-us/ceo-messege-visual.jpg") repeat-x 50% 50%;
    background-size: auto 100%;
}
.entry-content .ceo-message .visual .inner {
    font-family: "SCoreDream";
    font-size: 56px;
    font-weight: 600;
}
.entry-content .ceo-message .visual .inner strong { color: #92d050; }
.entry-content .ceo-message .visual .inner span { color: #fff; }
.entry-content .ceo-message .message-content { padding: 50px 0 0; }
.entry-content .ceo-message .message-content p {
    /* font-family: "SeoulHangangC"; */
    /* font-weight: 500; */
    font-size: 24px;
    line-height: 1.6;
}
.entry-content .ceo-message .message-content p strong { font-weight: 800; color: #006600; }
.entry-content .ceo-message .signature { margin: 80px 0 0; }
.entry-content .ceo-message .signature dl dt {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.4;
    /* font-family: "SeoulHangangC"; */
    font-weight: 700;
    display: inline-block;
}
.entry-content .ceo-message .signature dl dd {
    margin: 0;
    /* font-family: "SeoulHangangC"; */
    font-weight: 700;
}
.entry-content .ceo-message .signature dl dd{
    display: inline-block;
    position: relative;
}

.entry-content .ceo-message .signature dl dd img{
    position: relative;
    /* top: 60px; */
    margin-left: 20px;
}

@media screen and (max-width: 980px) {
    /* .entry-content .ceo-message { margin: -50px 0 0;} */
    .entry-content .ceo-message .visual { height: 150px; }
    .entry-content .ceo-message .visual .inner { font-size: 36px; line-height: 1.1;}
    .entry-content .ceo-message .message-content p { font-size: 18px; }
    .entry-content .ceo-message .signature dl dt { font-size: 18px; }
}
#noBefore::before {
    display: none !important;
}
#content-tabs .ui-tabs-nav#noBefore {
    width: auto;
    margin: 0 0 32px 20px !important;
    border: 0;
}
@media screen and (max-width: 500px) {
    .human-mobile-only {
        width: 80%;
    }
}
.hyphen {
    position: relative;
}
.hyphen::before {
    content: "-";
    position: absolute;
    top: 0;
    left: -12px;
}
#accordion div.ui-accordion-content p.refermark {
    position: relative;
    margin-left: 22px;
    margin-bottom: 0;
}
#accordion div.ui-accordion-content p.refermark::before {
    content: "※";
    position: absolute;
    top: 0;
    left: -22px;
}
#accordion div.ui-accordion-content .disc li {list-style: disc !important}
.footer_logo {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 40px;
}
/* ci-content */
.ci-header {
    display: flex;
    justify-content: space-between;
    padding: 0 0 50px;
    margin: 0 0 50px;
    border-bottom: 1px solid #f2f2f2;
}
.entry-content .ci-header h3 {
    margin: 0;
}


@media screen and (max-width: 1024px) {
    .ci-header {
        display: block;
        padding: 10px 0 40px;
        margin: 0 0 40px;
    }
    .entry-content .ci-header h3 {
        margin: 0 0 20px;
    }
    .entry-content h2.vision-h2-top {padding: 40px 0 10px 0 !important;}
    .entry-content h2.vision-h2-top-arrow {padding: 40px 0 10px 0;}
    .entry-content.about-us-vision .vision_tit .vision_btn {max-width: 120px; margin-bottom: -20px;}
}
.ci-header .downloads {
    padding: 20px 0 0;
}
.ci-figure h4 {
    font-size: 44px;
    font-weight: 400;
    margin: 0 0 30px;
}
.ci-figure h4 + p {
    font-size: 20px;
    font-weight: 300;
    color: #707070;
    line-height: 1.4;
    padding: 0 0 60px;
    margin: 0 0 60px;
    border-bottom: 1px solid #f2f2f2;
}
.ci-color .color-define dt { font-size: 44px; font-weight: 300; margin: 0 0 15px;}
.ci-color .color-define dd { font-size: 18px; font-weight: 300; margin: 0; color: #707070;}
.ci-color h4 { font-size: 26px; margin: 40px 0 10px; font-weight: 300; }
.ci-content .main-color { background: #05507d; height: 180px; padding: 15px 40px; line-height: 1.4; color: #fff; }
.ci-content .main-color dt { font-size: 20px; font-weight: 700; }
.ci-content .main-color dd { font-size: 16px; font-weight: 200; margin: 0; padding: 15px 0 0;}
.ci-content .sub-color > ul { display: flex; flex-wrap: wrap;}
.ci-content .sub-color > ul > li { width: 50%; height: 180px; padding: 20px 40px; line-height: 1.4; }
.ci-content .sub-color > ul > li:nth-of-type(1) { background: #00a8e4; color: #fff;}
.ci-content .sub-color > ul > li:nth-of-type(2) { background: #4a5151; color: #fff;}
.ci-content .sub-color > ul > li:nth-of-type(3) { background: #bcbdbb; color: #fff;}
.ci-content .sub-color > ul > li:nth-of-type(4) { background: #fff; color: #000;}
.ci-content .sub-color > ul > li:nth-of-type(5) { background: #000; color: #fff;}
.ci-content .sub-color > ul > li:nth-of-type(6) { background: #89744f; color: #fff;}
.ci-content .sub-color > ul > li:nth-of-type(7) { background: #8e9091; color: #fff;}
.ci-content .sub-color > ul > li dt { font-size: 20px; font-weight: 700; }
.ci-content .sub-color > ul > li dd { font-size: 16px; font-weight: 200; margin: 0; padding: 15px 0 0;}




@media screen and (max-width: 640px) {
    .ci-content .main-color { height: auto; padding: 10px 30px; }
    .ci-content .sub-color > ul > li { width: 100%; height: auto; padding: 10px 30px; }
    img.logo { width: 90%; }
}
.ci-figure dt {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px;
}
.ci-figure dd {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    /* color: #707070; */
}
/* file-download */
.file-download {display: flex; align-items: center;}
.file-download a.file-dn-btn { text-decoration: none; display: inline-block; position: relative; padding: 0 0 0 60px; font-size: 18px; line-height: 1.4;}
.file-download a.file-dn-btn span { font-weight: 300;}
.file-download a.file-dn-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 52px;
    height: 52px;
    background: url(../images/icons/icon-download-white.svg);
    background-size: 52px 52px;
}
.ci-ko dl,
.ci-en dl { margin: 0 0 40px; }
.ci-ko,
.ci-en {
    display: flex;
    justify-content: space-between;
    padding: 0 0 80px;
    margin: 0 0 80px;
    border-bottom: 1px solid #f2f2f2;
}
.ci-ko .column-left,
.ci-en .column-left {
    /* width: 520px; */
    width: 43.3333%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ci-ko .column-right,
.ci-en .column-right {
    padding: 0 0 0 100px;
    /* width: calc(100% - 520px); */
    width: 56.6666%;
}
.ci-space {
    display: flex;
    justify-content: space-between;
    padding: 0 0 80px;
    margin: 0 0 80px;
    border-bottom: 1px solid #f2f2f2;
}
.ci-space dt {font-size: 44px; }
.ci-space .column-right {
    /* width: 520px; */
    width: 43.3333%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ci-space .column-left {
    /* width: calc(100% - 520px); */
    width: 56.6666%;
}
@media screen and (max-width: 960px) {
    .ci-figure h4 {
        font-size: 34px;
    }
    .ci-ko,
    .ci-en {
        display: block;
    }
    /* .ci-ko,
	.ci-en {
		padding: 0 0 40px;
		margin: 0 0 40px;
	}	 */
    .ci-en {
        margin: 0 0 20px;
    }
    .ci-ko .column-left,
    .ci-en .column-left {
        width: 100%;
        margin: 0 0 40px;
    }
    .ci-ko .column-right,
    .ci-en .column-right {
        padding: 0;
        width: 100%;
    }
    .ci-space {
        display: block;
        padding: 0 0 40px;
        margin: 0 0 40px;
    }
    .ci-space .column-right {
        width: 100%;
        margin: 0 0 40px;
    }
    .ci-space .column-left {
        width: 100%;
    }
    .ci-space dd br {
        display: none;
    }
    .ci-space dt {
        font-size: 34px;
    }
    .ci-color .color-define dt { font-size: 34px; }
}
/* 인권경영 추가 */
.president-official * {
}
.official-header {
    border-top: 1px solid #000;
    border-bottom: 1px solid #E4E4E4;
    /* padding: 0 410px 0 0; */
    height: 750px;
    display: flex;
    align-items: center;
    /* background: url(../images/contents/esg/human_img.jpg) no-repeat 90% 100%; */
}
@media screen and (max-width: 1024px) {
    .official-header {
        height: auto;
        margin-top: 90px;
        padding-top: 40px;
    }
}
{}
.official-header * { color: #707070; }
.official-header h2 {
    font-weight: 700;
    color: #101010;
    font-size: 40px;
    margin: 0 0 50px;
}
.official-header p {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
    word-break: keep-all;
}

.official-body {
    margin-top: 75px;
}
.official-body p {
    padding: 45px 0 20px;
    font-size: 20px;
    margin: 0;
    line-height: 35px;
    word-break: keep-all;
}
.official-body h3 {
    padding: 5px 0 0;
    font-size: 20px;
    line-height: 35px;
    word-break: keep-all;
    text-indent: -15px;
    margin: 0;
    margin-left: 40px;
}


.official-body span {
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    word-break: keep-all;
}
.official-body * { color: #707070; }
.official-footer { padding: 40px 0; border-bottom: 1px solid #000; margin: 0 0 40px; }
.official-footer * { color: #000;}
.official-footer dt {font-size: 24px; font-weight: 300; line-height: 1.4; text-align: center; color: #707070;}
.official-footer dd {font-size: 24px; font-weight: 700; margin: 0; text-align: center;}
.official-footer dd strong {
    position: relative;
}
.official-footer dd strong img {
    position: absolute;
    top: -14%;
    max-width: 150px;
    right: -152px;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .official-footer dd strong img {
        position: absolute;
        top: 270%;
        max-width: 150px;
        right: 18%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 980px) {
    .official-footer dt {font-size: 18px;}
    .official-footer dd {font-size: 18px;}
}
@media screen and (max-width: 768px) {
    .official-header {
        padding: 50px 0;
        height: auto;
        display: flex;
        align-items: center;
        /* background: url(../images/contents/esg/human_img.jpg) no-repeat 90% 100%; */
        /* background-size: 250px auto; */
    }
    .official-header h2 {
        font-size: 27px;
        line-height: 1.36;
        margin: 0 0 20px;
    }
    .official-header p {
        font-size: 18px;
        line-height: 1.6;
    }
    .official-body p {
        font-size: 18px;
        margin: 0;
    }
    .official-body h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .official-header {
        padding: 0;
        height: auto;
        display: block;
        background: none;
        border: none;
    }
    .official-header h2 {
        border-top: 2px solid #868686;
        border-bottom: 1px solid #868686;
        padding: 50px 0 50px 0;
        height: auto;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* background: url(../images/contents/esg/human_img.jpg) no-repeat 90% 100%; */
        /* background-size: 150px auto; */
    }
    .official-body p:nth-of-type(1) { padding: 20px 0 0; }
}
.human-entry-content .human_download {max-width: 1280px; margin: 0 auto; padding: 2rem 40px;}
.human-entry-content .human_download ul {width: 100%; display: flex; align-items: center;}
.human-entry-content .human_download ul li {width: 20%;}
.human-entry-content .human_download ul li a {display: flex; align-items: center; justify-content: center; text-decoration: none;}
.human-entry-content .human_download ul li a p {margin: 0; line-height: 1;}
.human-entry-content .human_download ul li a span.outlink-icon {
    display: inline-block;
    float: none;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-image: url('../images/icons/icon-outlink-gray.svg');
    background-size: cover;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin-right: 1rem;
}
.human-entry-content .human_download ul li a:hover span.outlink-icon {
    background-image: url('../images/icons/icon-outlink-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.human-entry-content .human_download ul li a p span {
    font-size: 1.1rem;
    font-weight: 700;
    color: #010101;
}
.human-entry-content .human_download ul li a p span .human_en {
    font-weight: 400;
    color: #707070;
}
.human-entry-content .human_download ul li a span.download-icon {
    display: inline-block;
    float: none;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-image: url('../images/icons/icon-download-white.svg');
    background-size: cover;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin-right: 1rem;
}
.human-entry-content .human_download ul li a:hover span.download-icon {
    background-image: url('../images/icons/icon-download-blue.svg');
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.human-entry-content .human_download ul li a:hover span.dowmload_txt {color: #00a5e5;}
@media screen and (max-width: 1200px) {
    .human-entry-content .human_download ul {flex-wrap: wrap;}
    .human-entry-content .human_download ul li {width: 25%; padding-top: 1rem;}
    .human-entry-content .human_download ul li a {justify-content: flex-start;}
    .human-entry-content .human_download br {display: block !important;}
}
@media screen and (max-width: 1024px) {
    .human-entry-content .human_download ul li {width: 33%;}
}
@media screen and (max-width: 890px) {
    .human-entry-content .human_download ul li a span.outlink-icon,
    .human-entry-content .human_download ul li a span.download-icon {width: 2rem; height: 2rem; margin-right: 0.5rem;}
    .human-entry-content .human_download ul li a p span {font-size: 0.9rem;}
}
@media screen and (max-width: 480px) {
    .human-entry-content .human_download ul li a span.outlink-icon,
    .human-entry-content .human_download ul li a span.download-icon {width: 1.8rem; height: 1.8rem; margin-right: 0.3rem;}
    .human-entry-content .human_download ul li {width: 50%;}
    .human-entry-content .human_download ul li a p span {font-size: 0.7rem;}
    #content-tabs .ui-tabs-nav .ui-tabs-tab a {font-size: 12px; line-height: 20px; text-align: left;}
}
@media screen and (max-width: 414px) {
    .human-entry-content .inner .tab-three-mobile .esg-human-bg-area-01 .inner img.human_m_img {width: 100%;}
}



/* 메인 > 고객센터 + 인재채용 */
.hot_links_wrap {
    display: flex;
}
@media screen and (max-width: 1200px) {
    .hot_links_wrap {
        width: 100%;
    }
}
.hot_links_wrap .customer {
    width: 50%;
    position: relative;
}
.hot_links_wrap div.img img {
    width: 100%;
}
.hot_links_wrap .recruit {
    width: 50%;
    position: relative;
}
.hot_links_wrap .conbox {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
}
.hot_links_wrap .conbox dl { margin: 0; padding: 0;}
.hot_links_wrap .conbox dl dt { margin: 0; padding: 0; font-size: 48px; }
.hot_links_wrap .conbox dl dd { margin: 0; padding: 0; font-size: 32px; line-height: 1.4; }
.hot_links_wrap .conbox dl dd:nth-of-type(1) { min-height: 120px; }
.hot_links_wrap .customer .conbox dl { color: #000;}
.hot_links_wrap .recruit .conbox dl { color: #fff;}
.hot_links_wrap .conbox a { text-decoration: none;}
/* .hot_links_wrap .customer span { font-size: 26px; font-weight: 600; } */

@media screen and (max-width: 960px) {
    .hot_links_wrap .conbox dl dt { font-size: 38px; }
    .hot_links_wrap .conbox dl dd { font-size: 24px; }
}
@media screen and (max-width: 800px) {
    .hot_links_wrap {
        display: block;
    }
    .hot_links_wrap .customer {
        width: 100%;
        height: 26rem;
        overflow: hidden;
    }
    .hot_links_wrap .recruit {
        width: 100%;
        height: 26rem;
        overflow: hidden;
    }
}
@media screen and (max-width: 480px) {
    .hot_links_wrap .img { display: none; }
    .hot_links_wrap .conbox dl dt { font-size: 28px; }
    .hot_links_wrap .conbox dl dd { font-size: 18px; }
    .hot_links_wrap .customer {
        background: url("/en/common/images/main/main_business_inquiry.jpg") no-repeat 0 0;
        background-size: cover;
    }
    .hot_links_wrap .recruit {
        background: url("/en/common/images/main/main_global_network.jpg") no-repeat 0 0;
        background-size: cover;
    }
}



/* gnb 슬라이드 커스텀 */
.beyond-build-sub-menu .swiper-button-next, .swiper-button-prev {width: 40px !important; height: 40px !important;}
.beyond-build-sub-menu .swiper-button-next {background: url("/ko/common/images/navigation/slide_next_off.png") !important; transition: 0.2s ease;}
.beyond-build-sub-menu .swiper-button-next:hover {background: url("/ko/common/images/navigation/slide_next_on.png") !important;}
.beyond-build-sub-menu .swiper-button-next.swiper-button-disabled {background: url("/ko/common/images/navigation/slide_next_off.png") !important; opacity: 1 !important;}
.beyond-build-sub-menu .swiper-button-prev {background: url("/ko/common/images/navigation/slide_prev_off.png") !important; transition: 0.2s ease;}
.beyond-build-sub-menu .swiper-button-prev:hover {background: url("/ko/common/images/navigation/slide_prev_on.png") !important;}
.beyond-build-sub-menu .swiper-button-prev.swiper-button-disabled {background: url("/ko/common/images/navigation/slide_prev_off.png") !important; opacity: 1 !important;}
.beyond-build-sub-menu .swiper-button-next:after, .beyond-build-sub-menu .swiper-rtl .swiper-button-prev:after {display: none;}
.beyond-build-sub-menu .swiper-button-prev:after, .beyond-build-sub-menu .swiper-rtl .swiper-button-next:after {display: none;}
.beyond-build-sub-menu .swiper-pagination .swiper-pagination-current {color: #00b8ff;}
.beyond-build-sub-menu .swiper-pagination {z-index: 1 !important;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: -55px !important;}
.beyond-build-sub-menu .swiper-button-next {right: 44% !important; top: 108% !important;}
.beyond-build-sub-menu .swiper-button-prev {left: 44% !important; top: 108% !important;}



@media screen and (max-width: 1024px) {
    .esg-fair-bg-area-01 .inner p br.mobile-only {display: block !important;}
    .esg-fair-bg-area-01 .inner span br.mobile-only {display: block !important;}

    .entry-content .ceo-message .signature dl dd{
        display: block;
    }

    .entry-content .ceo-message .signature dl dd img{
        top: 0px;
        left: -25px;
    }
}


/* .metarialexport_display_flex {    display: grid; grid-template-columns: 1.5fr 1fr;} */

.metarialexport-ceo-sain {width:180px} 
@media (max-width: 640px){
    .metarialexport_display_flex {display:block;}
    .text_pr40 {padding-right: 0;;}
    .metarialexport-ceo-sain {width:130px}

    .metarialexport_sain_box {text-align: center; margin:20px 0;}
}



.m-only{display: none;}
.pc-only{display: block;}

@media screen and (max-width: 1024px) {
.m-only{display: block;}
.pc-only{display: none;}
}