/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
    display: none;
}

body {
    line-height: 1;
}

menu,
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * 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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 1em; /* 2 */
}

/* 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; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 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"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
    font: inherit; /* 2 */
}

/* 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;
}

@charset 'UTF-8';

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 400;
    src: url("/assets/fonts/NotoSansKR-Regular.eot");
    src: url("/assets/fonts/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Regular.woff") format("woff"),
        url("/assets/fonts/NotoSansKR-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 500;
    src: url("/assets/fonts/NotoSansKR-Medium.eot");
    src: url("/assets/fonts/NotoSansKR-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Medium.woff") format("woff"),
        url("/assets/fonts/NotoSansKR-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 700;
    src: url("/assets/fonts/NotoSansKR-Bold.eot");
    src: url("/assets/fonts/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Bold.woff") format("woff"),
        url("/assets/fonts/NotoSansKR-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Bold.otf") format("opentype");
}

@font-face {
    font-family: Roboto;
    font-weight: 300;
    src: url("/assets/fonts/Roboto-Light.eot");
    src: url("/assets/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto-Light.ttf") format("truetype"), url("/assets/fonts/Roboto-Light.woff") format("woff"),
        url("/assets/fonts/Roboto-Light.woff2") format("woff2");
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    src: url("/assets/fonts/Roboto-Regular.eot");
    src: url("/assets/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto-Regular.ttf") format("truetype"), url("/assets/fonts/Roboto-Regular.woff") format("woff"),
        url("/assets/fonts/Roboto-Regular.woff2") format("woff2");
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    src: url("/assets/fonts/Roboto-Medium.eot");
    src: url("/assets/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto-Medium.ttf") format("truetype"), url("/assets/fonts/Roboto-Medium.woff") format("woff"),
        url("/assets/fonts/Roboto-Medium.woff2") format("woff2");
}

@font-face {
    font-family: Roboto;
    font-weight: 700;
    src: url("/assets/fonts/Roboto-Bold.eot");
    src: url("/assets/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto-Bold.otf") format("opentype"), url("/assets/fonts/Roboto-Bold.woff") format("woff");
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body,
div,
form,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
em,
p,
span,
textarea,
pre,
label,
fieldset,
th,
td,
button,
a,
input,
select,
hr,
figure {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR", "돋움", dotum, sans-serif;
    font-weight: 400;
    color: #111;
    word-break: break-all;
    vertical-align: top;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="number"]:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

* {
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
}

input {
    border: none;
}

input[type="search"] {
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input[type="tel"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

input:focus {
    outline: none;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

select:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: none;
}

textarea:focus {
    outline: none;
}

strong {
    font-weight: normal;
}

/* skip nav */

#skip_nav {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
}

#skip_nav a {
    display: block;
    width: 1px;
    height: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
}

#skip_nav a:focus,
#skip_nav a:active {
    width: 100%;
    height: auto;
    padding: 5px 0;
    background-color: #4d38d1;
}

/* p,
em,
span,
h1,
h2,
h3,
h4,
h5,
h6,
li {
    transform: skew(-0.001deg);
} */

.non-kor,
.word > div,
.l-menu > a,
.l-shortcut-list li,
.l-address,
.c-btn--brochure,
.c-card-label,
.c-card-date,
.l-page-tit,
.c-tab,
.c-custom-select-trigger,
.c-list-item-date,
.c-layer-date,
.c-news-date,
.l-m4nc-banner-item > span,
.l-m4nc-banner-item > p {
    font-family: "Roboto";
    font-weight: 400;
}

#indicator {
    z-index: 1000;
    padding-left: 75px;
    margin-top: 70px;
    position: fixed;
}

#indicator li {
    position: relative;
    font-family: Roboto, sans-sarif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    color: #999;
    cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #indicator li {
        font-family: inherit;
    }
}

#indicator li + li {
    margin-top: 18px;
}

#indicator li.active {
    font-weight: bold;
    color: #6a53ff;
}

#indicator li.active::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #6a53ff;
    position: absolute;
    left: -15px;
    top: 5px;
}

@media (max-width: 1599px) {
    #indicator {
        width: 100%;
        margin: 0;
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        top: 100px;
        left: 65px;
        background-color: rgba(255, 255, 255, 0.95);
    }

    #indicator ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #indicator li + li {
        margin-top: 0;
        margin-left: 40px;
    }
}

@media (max-width: 768px) {
    #indicator {
        display: none;
    }
}

.c-logo {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .c-logo {
        background-size: 100% auto;
    }
}

.c-logo--artntok {
    width: 69px;
    height: 13px;
    display: inline-block;
    background-image: url("/assets/images/common/logo_artntok.png");
}

@media (max-width: 1199px) {
    .c-logo--artntok {
        width: 55px;
        height: 10px;
        background-image: url("/assets/images/common/logo_artntok@3x.png");
    }
}

.c-logo--blog {
    width: 36px;
    height: 17px;
    display: inline-block;
    background-image: url("/assets/images/common/logo_blog.png");
}

@media (max-width: 1199px) {
    .c-logo--blog {
        width: 29px;
        height: 13px;
        background-image: url("/assets/images/common/logo_blog@3x.png");
    }
}

.c-btn--with-file:after {
    content: "";
    width: 13px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    background: url("/assets/images/common/icon_down.png") 0 0 no-repeat;
}

@media (max-width: 1199px) {
    .c-btn--with-file:after {
        width: 11px;
        height: 11px;
        background: url("/assets/images/common/icon_down@3x.png") 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.c-btn--with-file.c-btn--black {
    background: none;
}

.c-btn--with-file.c-btn--black:after {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: url("/assets/images/common/icon_down_bk.png") 0 0 no-repeat;
}

@media (max-width: 1199px) {
    .c-btn--with-file.c-btn--black:after {
        width: 14px;
        height: 14px;
        margin-left: 10px;
        background: url("/assets/images/common/icon_down_bk@3x.png") 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.c-btn--top {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 100;
    border: 2px solid #111;
    text-indent: -9999px;
    overflow: hidden;
}

.c-btn--top:before,
.c-btn--top:after {
    content: "";
    display: block;
    position: absolute;
}

.c-btn--top:before {
    width: 20px;
    height: 12px;
    top: 50%;
    left: 50%;
    z-index: 2;
    background: url("/assets/images/common/btn_top.png") 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 550ms background ease;
    transition: 550ms background ease;
}

.c-btn--top:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #111;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 400ms -webkit-transform ease;
    transition: 400ms -webkit-transform ease;
    transition: 400ms transform ease;
    transition: 400ms transform ease, 400ms -webkit-transform ease;
}

.c-btn--top:hover:before {
    background: url("/assets/images/common/btn_top_wh.png") 0 0 no-repeat;
    background-size: 100% auto;
}

.c-btn--top:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.c-btn--top.c-btn--top-visible-footer {
    position: absolute;
    top: 0;
    bottom: auto;
    -webkit-transform: translateY(-110px);
    transform: translateY(-110px);
}

@media (max-width: 1199px) {
    .c-btn--top {
        width: 34px;
        height: 34px;
        bottom: 20px;
        right: 20px;
        border: none;
        background: url("/assets/images/common/top@3x.png") 0 0 no-repeat;
        background-size: 100% auto;
    }

    .c-btn--top:before,
    .c-btn--top:after {
        content: none;
    }

    .c-btn--top.c-btn--top-visible-footer {
        -webkit-transform: translateY(-54px);
        transform: translateY(-54px);
    }
}

.c-btn--more {
    display: block;
}

.c-btn--more .c-btn-txt {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    vertical-align: middle;
}

.c-btn--more:after {
    content: "";
    width: 13px;
    height: 8px;
    display: inline-block;
    margin-left: 8px;
    background: url("/assets/images/common/arrow_more.png") 0 0 no-repeat;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .c-btn--more .c-btn-txt {
        font-size: 14px;
        line-height: 1.71;
    }

    .c-btn--more:after {
        width: 10px;
        height: 6px;
        margin-left: 10px;
        background: url("/assets/images/common/arrow_more@3x.png") 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.c-btn--line {
    display: block;
    padding: 9px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    text-align: left;
    line-height: 1.67;
}

.c-btn--line.c-btn--white {
    border: 1px solid #fff;
    color: #fff;
}

.c-btn--line.c-btn--black {
    background: none;
    border: 2px solid #111;
    color: #fff;
}

@media (max-width: 1199px) {
    .c-btn--line {
        padding: 7px 20px;
        font-size: 14px;
        line-height: 1.4;
    }
}

.c-btn--arrow {
    display: block;
    position: relative;
}

.c-btn--arrow:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .c-btn--arrow:after {
        right: 20px;
    }
}

.c-btn--arrow.c-btn--white:after {
    background: url("/assets/images/common/ico_right_wh.png") 0 0 no-repeat;
    background-size: 100% auto;
}

@media (max-width: 1199px) {
    .c-btn--arrow.c-btn--white:after {
        background: url("/assets/images/common/ico_right_wh@3x.png") 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.c-btn--black {
    background-color: #111;
    color: #fff;
}

.c-btn--gray {
    background-color: #ccc;
}

.c-btn--large {
    width: 600px;
    margin: 0 auto;
    padding: 22px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.c-btn--large > span {
    font-size: 24px;
    color: #111;
    line-height: 1.25;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .c-btn--large {
        width: 100%;
        padding: 12px 0;
    }

    .c-btn--large > span {
        font-size: 17px;
        line-height: 1;
    }
}

.c-btn--full {
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
}

@media (max-width: 1199px) {
    .c-btn--full {
        padding: 12px 0;
        font-size: 17px;
    }
}

.c-btn--plus:after {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("/assets/images/common/icon_plus.png") 0 0 no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .c-btn--plus:after {
        width: 12px;
        height: 12px;
        background: url("/assets/images/common/icon_plus@3x.png") 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.c-btn--contact:after {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 20px;
    background: url("/assets/images/common/icon_contact.png") 0 0 no-repeat;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .c-btn--contact:after {
        width: 21px;
        height: 21px;
        margin-left: 15px;
        background: url("/assets/images/common/icon_contact@3x.png") 0 0 no-repeat;
        background-size: 100% auto;
    }
}

[class*="c-ico"] {
    display: inline-block;
    background-position: 0 0;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
    [class*="c-ico"] {
        background-size: 100% auto;
    }
}

.c-ico--mob {
    width: 15px;
    height: 28px;
    background-image: url("/assets/images/common/ico_Mo.png");
}

@media (max-width: 1199px) {
    .c-ico--mob {
        width: 14px;
        height: 25px;
        background-image: url("/assets/images/common/ico_Mo@3x.png");
    }
}

.c-ico--pc {
    width: 21px;
    height: 28px;
    background-image: url("/assets/images/common/ico_PC.png");
}

@media (max-width: 1199px) {
    .c-ico--pc {
        width: 20px;
        height: 25px;
        background-image: url("/assets/images/common/ico_PC@3x.png");
    }
}

.c-ico--pos {
    width: 25px;
    height: 28px;
    background-image: url("/assets/images/common/ico_pos.png");
}

@media (max-width: 1199px) {
    .c-ico--pos {
        width: 23px;
        height: 25px;
        background-image: url("/assets/images/common/ico_pos@3x.png");
    }
}

@media (max-width: 1199px) {
    .c-ico--menu {
        width: 20px;
        height: 19px;
        background-image: url("/assets/images/common/menu@3x.png");
    }
}

.c-ico--reddot {
    width: 25px;
    height: 25px;
    background-image: url(/assets/images/icon_reddot.png);
}

@media (max-width: 1199px) {
    .c-ico--reddot {
        width: 20px;
        height: 20px;
        background-image: url("/assets/images/icon_reddot@3x.png");
    }
}

.c-ico--IDEA {
    width: 63px;
    height: 25px;
    background-image: url(/assets/images/icon_IDEA.png);
}

@media (max-width: 1199px) {
    .c-ico--IDEA {
        width: 50px;
        height: 20px;
        background-image: url("/assets/images/icon_IDEA@3x.png");
    }
}

.c-ico--webaward {
    width: 25px;
    height: 25px;
    background-image: url(/assets/images/icon_webaward.png);
}

@media (max-width: 1199px) {
    .c-ico--webaward {
        width: 21px;
        height: 20px;
        background-image: url("/assets/images/icon_webaward@3x.png");
    }
}

.c-ico--appaward {
    width: 25px;
    height: 25px;
    background-image: url(/assets/images/icon_appaward.png);
}

@media (max-width: 1199px) {
    .c-ico--appaward {
        width: 20px;
        height: 20px;
        background-image: url("/assets/images/icon_appaward@3x.png");
    }
}

.c-ico--andaward {
    width: 20px;
    height: 25px;
    background-image: url(/assets/images/icon_andaward.png);
}

@media (max-width: 1199px) {
    .c-ico--andaward {
        width: 16px;
        height: 20px;
        background-image: url("/assets/images/icon_andaward@3x.png");
    }
}

.c-ico--digital {
    width: 20px;
    height: 25px;
    background-image: url(/assets/images/icon_digitalaward.png);
}

@media (max-width: 1199px) {
    .c-ico--digital {
        width: 16px;
        height: 20px;
        background-image: url("/assets/images/icon_digitalaward@3x.png");
    }
}

.c-ico--goodaward {
    width: 25px;
    height: 25px;
    background-image: url(/assets/images/icon_goodaward.png);
}

@media (max-width: 1199px) {
    .c-ico--goodaward {
        width: 20px;
        height: 20px;
        background-image: url("/assets/images/icon_goodaward@3x.png");
    }
}

.c-ico--webaward2009 {
    width: 22px;
    height: 25px;
    background-image: url(/assets/images/icon_webaward2009.png);
}

@media (max-width: 1199px) {
    .c-ico--webaward2009 {
        width: 17px;
        height: 20px;
        background-image: url("/assets/images/icon_webaward2009@3x.png");
    }
}

.c-ico--webaward2008 {
    width: 22px;
    height: 25px;
    background-image: url(/assets/images/icon_webaward2008.png);
}

@media (max-width: 1199px) {
    .c-ico--webaward2008 {
        width: 17px;
        height: 20px;
        background-image: url("/assets/images/icon_webaward2008@3x.png");
    }
}

.c-ico--webaward2007 {
    width: 22px;
    height: 25px;
    background-image: url(/assets/images/icon_webaward2007.png);
}

@media (max-width: 1199px) {
    .c-ico--webaward2007 {
        width: 17px;
        height: 20px;
        background-image: url("/assets/images/icon_webaward2007@3x.png");
    }
}

.c-ico--webaward2006 {
    width: 22px;
    height: 25px;
    background-image: url(/assets/images/icon_webaward2006.png);
}

@media (max-width: 1199px) {
    .c-ico--webaward2006 {
        width: 17px;
        height: 20px;
        background-image: url("/assets/images/icon_webaward2006@3x.png");
    }
}

.c-ico-prize--reddot {
    width: 125px;
    height: 43px;
    background-image: url(/assets/images/icon_prize_reddot.png);
}

@media (max-width: 1199px) {
    .c-ico-prize--reddot {
        width: 35px;
        height: 35px;
        background-image: url("/assets/images/icon_prize_reddot_m@3x.png");
    }
}

.c-ico-prize--idea {
    width: 135px;
    height: 60px;
    background-image: url(/assets/images/icon_prize_idea.png);
}

@media (max-width: 1199px) {
    .c-ico-prize--idea {
        width: 45px;
        height: 35px;
        background-image: url("/assets/images/icon_prize_idea_m@3x.png");
    }
}

.c-card > a {
    display: block;
}

.c-card > a.no-detail {
    cursor: default;
}

.c-card .c-card-label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
}

.c-card .c-card-tit {
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

.c-card .c-card-tit > .c-card-txt {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #111;
    overflow: hidden;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.c-card .c-card-tit > .c-card-txt > .c-card-cover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #111;
}

.c-card .c-card-tit > span:before {
    content: "";
    width: 5px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 550ms width ease, 350ms opacity ease;
    transition: 550ms width ease, 350ms opacity ease;
    opacity: 1;
}

.c-card .c-card-tit > span > em {
    padding: 0 10px;
    position: relative;
    z-index: 2;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    letter-spacing: -0.9px;
    white-space: nowrap;
}

.c-card .c-card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    opacity: 0;
}

.c-card .c-card-ico-wrap .c-card-ico + .c-card-ico {
    margin-left: 10px;
}

.c-card .c-card-date {
    margin-left: 20px;
    font-size: 18px;
    color: #999;
    line-height: 1.22;
}

.c-card:hover .c-card-tit > span:before {
    width: 100%;
}

.c-card.c-card--animate .c-card-tit > span:before {
    opacity: 0;
}

@media (max-width: 1199px) {
    .c-card {
        margin: 0 0 80px 0;
    }

    .c-card .c-card-label {
        font-size: 14px;
        line-height: 1.26;
    }

    .c-card .c-card-tit {
        margin-top: 8px;
    }

    .c-card .c-card-tit > span > em {
        font-size: 24px;
    }

    .c-card .c-card-info {
        margin-top: 20px;
    }

    .c-card .c-card-date {
        margin-left: 12px;
        font-size: 14px;
    }
}

@media (max-width: 639px) {
    .c-card .c-card-label {
        font-size: 11px;
        line-height: 1.26;
    }
    .c-card .c-card-tit > span > em {
        font-size: 19px;
        line-height: 1.73;
    }

    .c-card .c-card-date {
        font-size: 11px;
        line-height: 1.09;
    }
}

.c-card--build .c-card-tit > span:before {
    background-color: #7964ff;
}

.c-card--manage .c-card-tit > span:before {
    background-color: #53c0d0;
}

.c-tab-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-tab {
    border-top: 3px solid transparent;
    font-size: 36px;
    color: #ccc;
    line-height: 1.19;
}

.c-tab:not(:last-child) {
    margin-right: 65px;
}

.c-tab.is-active {
    border-color: #111;
    font-weight: 700;
    color: #111;
}

@media (max-width: 1199px) {
    .c-tab {
        border-width: 2px;
        font-size: 20px;
        line-height: 1.2;
    }

    .c-tab:not(:last-child) {
        margin-right: 20px;
    }
}

.c-aa-history > li {
    overflow: hidden;
}

.c-aa-history > li + li {
    margin-top: 90px;
}

@media (max-width: 1199px) {
    .c-aa-history > li + li {
        margin-top: 80px;
    }
}

.c-aa-history .c-aa-year {
    font-family: Roboto, sans-sarif;
    font-weight: bold;
    font-size: 34px;
    line-height: 31px;
    color: #111;
    letter-spacing: -0.68px;

    float: left;
    width: 159px;
}

@media (max-width: 1199px) {
    .c-aa-history .c-aa-year {
        font-size: 25px;
        line-height: 30px;
        width: 76px;
    }
}

.c-aa-history .c-ico {
    position: relative;
    height: 32px;
    background-position: center;
}

@media (max-width: 1199px) {
    .c-aa-history .c-ico {
        height: 28px;
    }
}

.c-aa-history .c-aa-month {
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    font-family: Roboto, sans-sarif;
    float: left;
    color: #999;
    letter-spacing: -0.3px;
    width: 29px;
}

@media (max-width: 1199px) {
    .c-aa-history .c-aa-month {
        letter-spacing: -0.24px;
        font-size: 12px;
        line-height: 14px;
        width: 24px;
    }
}

.c-aa-history .c-aa-month + .wrap {
    position: relative;
    padding-left: 29px;
}

@media (max-width: 1199px) {
    .c-aa-history .c-aa-month + .wrap {
        padding-left: 24px;
    }
}

.c-aa-history.c-annual-history .c-aa-info-list .hash {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
}

@media (max-width: 1199px) {
    .c-aa-history.c-annual-history .c-aa-info-list .hash {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 4px;
    }
}

.c-aa-history.c-annual-history .c-aa-info-list .info {
    line-height: 36px;
}

@media (max-width: 1199px) {
    .c-aa-history.c-annual-history .c-aa-info-list .info {
        line-height: 24px;
    }
}

.c-aa-history.c-annual-history .c-aa-info-list > li:nth-child(n + 3) {
    margin-top: 35px;
}

.c-aa-history.c-annual-history > li + li {
    margin-top: 96px;
}

@media (max-width: 1199px) {
    .c-aa-history.c-annual-history > li + li {
        margin-top: 70px;
    }
}

.c-aa-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-aa-info-list > li {
    width: 399px;
    float: left;
}

@media (max-width: 1199px) {
    .c-aa-info-list > li {
        width: 100%;
    }
}

.c-aa-info-list > li:nth-child(2n) {
    margin-left: 62px;
}

.c-aa-info-list > li:nth-child(n + 3) {
    margin-top: 42px;
}

@media (max-width: 1199px) {
    .c-aa-info-list > li:nth-child(n) {
        margin: 0;
    }
    .c-aa-info-list > li:nth-child(n) + li {
        margin-top: 31px;
    }
}

.c-aa-info-list::after {
    content: "";
    display: block;
    clear: both;
}

.c-aa-info-list .hash {
    font-family: Roboto, "Noto Sans KR", sans-sarif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    color: #111;
    font-weight: 500;

    margin-bottom: 6px;

    /* &::before {
            content: "#";
        } */
}

@media (max-width: 1199px) {
    .c-aa-info-list .hash {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 4px;
    }
}

.c-aa-info-list .info {
    font-size: 22px;
    line-height: 30px;
    color: #111;

    font-family: "Noto Sans KR";
    font-weight: bold;
    word-break: keep-all;

    margin-right: 10px;
}

@media (max-width: 1199px) {
    .c-aa-info-list .info {
        font-size: 16px;
        line-height: 23px;
        margin-right: 10px;
    }
}

.c-project-view {
    position: relative;
}

.c-project-view .c-project-view-split-bg {
    width: 100vw;
    height: 200px;
    margin-bottom: 100px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-project-view .c-project-view-split-bg img {
    width: 100%;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-split-bg {
        width: 1600px;
        height: 120px;
        margin-bottom: 60px;
        overflow: hidden;
    }
}

.c-project-view .c-project-view-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-project-view .c-project-view-headline .main-title {
    font-weight: 500;
    color: #111;
    font-size: 40px;
    line-height: 1.75;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.c-project-view .c-project-view-headline .main-title > em {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    background-color: #111;
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    line-height: 1.34;
    letter-spacing: 0;
    word-break: keep-all;
    overflow: hidden;
}

.c-project-view .c-project-view-headline .main-title > em .c-main-tit-cover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #111;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-headline .main-title {
        font-size: 26px;
        letter-spacing: -0.65px;
        line-height: 1.3;
        margin-bottom: 25px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .c-project-view .c-project-view-headline .main-title > em {
        font-size: 36px;
        line-height: 45px;
        padding: 0 8px;
        /* margin-top: mopx(4); */
    }

    .c-project-view .c-project-view-headline .main-title br + em {
        margin-top: 9px;
    }
}

.c-project-view .c-project-view-headline .l-view-summary-wrap {
    margin-bottom: 100px;
}

.c-project-view .c-project-view-headline .l-view-summary-wrap .main-desc:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-headline .l-view-summary-wrap {
        margin-top: 35px;
        margin-bottom: 65px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

.c-project-view .c-project-view-headline .main-desc {
    font-size: 18px;
    line-height: 1.66;
    color: #111;
    word-break: keep-all;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-headline .main-desc {
        font-size: 14px;
        line-height: 1.71;
    }
}

.c-project-view .c-project-view-headline .tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-headline .tag-list {
        margin-top: -3px;
        margin-bottom: 10px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.c-project-view .c-project-view-headline .tag-list::after {
    content: "";
    display: block;
    clear: both;
}

.c-project-view .c-project-view-headline .tag-list > li {
    font-family: Roboto, sans-sarif;
    font-size: 15px;
    line-height: 22px;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-headline .tag-list > li {
        margin-top: 3px;
        font-size: 12px;
        line-height: 1.16;
    }
}

.c-project-view .c-project-view-headline .tag-list > li:not(:last-child) {
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-headline .tag-list > li:not(:last-child) {
        margin-right: 12px;
    }
}

.c-project-view .c-project-view-headline .tag-list > li::before {
    content: "#";
}

.c-project-view .c-project-view-headline .info-list {
    margin-bottom: 60px;
}

.c-project-view .c-project-view-headline .info-list::after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-headline .info-list {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.c-project-view .c-project-view-headline .info-list > li {
    float: left;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-headline .info-list > li {
        width: 100%;
    }
}

.c-project-view .c-project-view-headline .info-list > li .tit {
    font-size: 15px;
    line-height: 18px;
    color: #999;
    margin-bottom: 1px;
    font-family: Roboto, sans-sarif;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-headline .info-list > li .tit {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0;
        display: inline-block;
        width: 60px;
    }
}

.c-project-view .c-project-view-headline .info-list > li .desc {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #333;
    font-family: Roboto, "Noto Sans KR", sans-sarif;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-headline .info-list > li .desc {
        display: inline-block;
        font-size: 12px;
        line-height: 14px;
    }
}

.c-project-view .c-project-view-headline .info-list > li::after {
    content: "";
    display: block;
    clear: both;
}

.c-project-view .c-project-view-headline .info-list > li + li {
    margin-left: 100px;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-headline .info-list > li + li {
        margin-left: 0;
        margin-top: 8px;
    }
}

.c-project-view .c-project-view-headline .c-control-panel {
    position: absolute;
    top: 131px;
    right: 0;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-headline .c-control-panel {
        top: 96px;
        display: none;
    }
}

.c-project-view .c-project-view-content {
    text-align: center;
}

.c-project-view .c-project-view-content .c-img-box {
    margin-bottom: 40px;
    line-height: 0;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-content .c-img-box {
        margin-bottom: 20px;
    }
}

.c-project-view .c-project-view-content .c-img-box a {
    display: block;
}

.c-project-view .c-project-view-content .c-img-box img {
    width: auto;
}

@media (max-width: 1023px) {
    .c-project-view .c-project-view-content .c-img-box img {
        width: 100%;
    }
}

.c-project-view .c-project-view-content .c-img-box iframe {
    width: 920px;
    height: 520px;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .c-project-view .c-project-view-content .c-img-box iframe {
        display: none;
    }
}

.c-project-view .c-project-view-related-content {
    margin-top: 120px;
}

.c-project-view .c-project-view-related-content .l-card-lists {
    margin-top: 0;
}

.c-project-view .c-project-view-related-content .c-btn--contact {
    margin-top: 120px;
}

@media (max-width: 1199px) {
    .c-project-view .c-project-view-related-content {
        margin-top: 60px;
    }

    .c-project-view .c-project-view-related-content .c-btn--contact {
        margin-top: 60px;
    }
}

.c-portfolio-desc {
    width: 100%;
}

.c-portfolio-desc .c-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 220px;
    position: relative;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section {
        margin-bottom: 120px;
    }
}

.c-portfolio-desc .c-section:last-child {
    margin-bottom: 0;
}

.c-portfolio-desc .c-section .main-title {
    margin-bottom: 80px;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 1.42;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section .main-title {
        margin-bottom: 40px;
        font-size: 24px;
        word-break: keep-all;
    }
}

.c-portfolio-desc .c-section .main-title.main-title--v4 {
    margin-right: calc(calc((100vw - 1200px) / 2) * -1);
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, transparent), to(#111));
    background: linear-gradient(to right, transparent 100%, #111 100%);
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    line-height: 1.48;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section .main-title.main-title--v4 {
        margin-right: -20px;
        padding: 10px;
        font-size: 28px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .c-portfolio-desc .c-section .main-title.main-title--v4 {
        margin-right: -400px;
    }
}

.c-portfolio-desc .c-section .main-title.main-title--v5 {
    font-family: Roboto;
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 40px;
    letter-spacing: 0.4px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section .main-title.main-title--v5 {
        margin-bottom: 30px;
        font-size: 27px;
        line-height: 30px;
    }
}

.c-portfolio-desc .c-section .sub-title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.c-portfolio-desc .c-section .sub-title > span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section .sub-title {
        font-size: 22px;
        line-height: 1.5;
    }
}

.c-portfolio-desc .c-section .sub-section + .sub-section {
    margin-top: 150px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section .sub-section + .sub-section {
        margin-top: 90px;
    }
}

.c-portfolio-desc .c-section .main-desc {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    word-break: keep-all;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section .main-desc {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 44px;
    }
}

.c-portfolio-desc .c-section .main-desc.main-desc--v1 {
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section .main-desc.main-desc--v1 {
        margin-bottom: 40px;
    }
}

.c-portfolio-desc .c-section .main-desc.main-desc--v2 {
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section .main-desc.main-desc--v2 {
        margin-bottom: 50px;
    }
}

.c-portfolio-desc .c-section .main-desc.main-desc--v3 {
    margin-bottom: 47px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section .main-desc.main-desc--v3 {
        margin-bottom: 40px;
    }
}

.c-portfolio-desc .c-section .main-desc > em {
    font-weight: bold;
}

.c-portfolio-desc .c-section-work1 .main-list--v2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -60px;
    margin-bottom: -60px;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
}

.c-portfolio-desc .c-section-work1 .main-list--v2 li {
    width: calc(50% - 60px);
    margin-right: 60px;
    margin-bottom: 60px;
}

.c-portfolio-desc .c-section-work1 .main-list--v2 span {
    font-size: 30px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
}

.c-portfolio-desc .c-section-work1 .main-list--v2 p {
    margin-top: 5px;
    font-size: 22px;
    color: #333;
    line-height: 1.55;
    word-break: keep-all;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work1 .main-list--v2 {
        margin-right: 0;
        margin-bottom: -30px;
    }

    .c-portfolio-desc .c-section-work1 .main-list--v2 li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .c-portfolio-desc .c-section-work1 .main-list--v2 span {
        min-width: 75px;
        display: block;
        margin-right: 33px;
        font-size: 22px;
    }

    .c-portfolio-desc .c-section-work1 .main-list--v2 p {
        margin-top: 0;
        font-size: 15px;
    }
}

.c-portfolio-desc .c-section-work2 .main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-top: -5px;
    margin-left: -5px;
}

.c-portfolio-desc .c-section-work2 .main-list > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
    padding-left: 72px;
    background: none no-repeat left top;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work2 .main-list > li {
        background-size: 34px 34px;
        padding-left: 49px;
        width: auto;
    }
}

.c-portfolio-desc .c-section-work2 .main-list > li.item1 {
    background-image: url(/assets/images/icon_people_01.png);
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work2 .main-list > li.item1 {
        background-image: url(/assets/images/icon_people_01@3x.png);
    }
}

.c-portfolio-desc .c-section-work2 .main-list > li.item2 {
    background-image: url(/assets/images/icon_people_02.png);
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work2 .main-list > li.item2 {
        background-image: url(/assets/images/icon_people_02@3x.png);
    }
}

.c-portfolio-desc .c-section-work2 .main-list > li.item3 {
    background-image: url(/assets/images/icon_people_03.png);
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work2 .main-list > li.item3 {
        background-image: url(/assets/images/icon_people_03@3x.png);
    }
}

.c-portfolio-desc .c-section-work2 .main-list > li.item4 {
    background-image: url(/assets/images/icon_people_04.png);
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work2 .main-list > li.item4 {
        background-image: url(/assets/images/icon_people_04@3x.png);
    }
}

.c-portfolio-desc .c-section-work2 .main-list > li.item5 {
    background-image: url(/assets/images/icon_people_05.png);
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work2 .main-list > li.item5 {
        background-image: url(/assets/images/icon_people_05@3x.png);
    }
}

.c-portfolio-desc .c-section-work2 .main-list > li.item6 {
    background-image: url(/assets/images/icon_people_06.png);
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work2 .main-list > li.item6 {
        background-image: url(/assets/images/icon_people_06@3x.png);
    }
}

.c-portfolio-desc .c-section-work2 .main-list > li .tit {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
    color: #333;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work2 .main-list > li .tit {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 7px;
    }
}

.c-portfolio-desc .c-section-work2 .main-list > li .desc {
    font-size: 18px;
    line-height: 30px;
    color: #555;
    word-break: keep-all;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work2 .main-list > li .desc {
        font-size: 12px;
        line-height: 18px;
    }
}

.c-portfolio-desc .c-section-work2 .main-list > li:nth-child(n + 3) {
    margin-top: 87px;
}

.c-portfolio-desc .c-section-work2 .main-list > li:nth-child(2n) {
    margin-left: 128px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work2 .main-list > li:nth-child(2n) {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work2 .main-list > li:nth-child(n + 2) {
        margin-top: 50px;
    }
}

.c-portfolio-desc .c-section-work3 .c-bg-img {
    background-image: url(/assets/images/content_work_01.png);
    height: 313px;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work3 .c-bg-img {
        background-image: url(/assets/images/content_work_01@3x.png);
        height: 523px;
        margin-bottom: 50px;
    }
}

.c-portfolio-desc .c-section-work3 .work3-interact {
    margin-bottom: 59px;
    padding-top: 10px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work3 .work3-interact {
        height: 1000px;
        margin-bottom: -426px;
        padding-top: 8px;
    }
}

.c-portfolio-desc .c-section-work3 .work3-interact .item-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work3 .work3-interact .item-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 469px;
    }
}

.c-portfolio-desc .c-section-work3 .work3-interact .caption {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -15px;
    font-family: "Noto Sans KR", sans-sarif;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work3 .work3-interact .caption {
        font-size: 12px;
        line-height: 18px;
        top: -9px;
        color: #333;
    }
}

.c-portfolio-desc .c-section-work3 .work3-interact .item-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 1200px;
    padding: 28px 36px;
    margin: 0 auto;
    border: none;
    border-radius: 200px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work3 .work3-interact .item-wrapper {
        width: 222px;
        /* height: mopx(516); */
        padding: 20px 22px;
        border: 2px dashed #bbb;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}

.c-portfolio-desc .c-section-work3 .work3-interact .item {
    position: relative;
    width: 240px;
    height: 240px;
    background-color: #111;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
}

.c-portfolio-desc .c-section-work3 .work3-interact .item:first-child {
    margin-right: -100%;
}

.c-portfolio-desc .c-section-work3 .work3-interact .item:last-child {
    margin-left: -100%;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work3 .work3-interact .item {
        width: 175px;
        height: 175px;
        opacity: 1;
    }

    .c-portfolio-desc .c-section-work3 .work3-interact .item:first-child {
        margin-right: 0;
        margin-bottom: -175px;
    }
    .c-portfolio-desc .c-section-work3 .work3-interact .item:last-child {
        margin-left: 0;
        margin-top: -175px;
    }
    .c-portfolio-desc .c-section-work3 .work3-interact .item:last-child .tit {
        padding-top: 61px;
    }
}

.c-portfolio-desc .c-section-work3 .work3-interact .tit {
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    font-family: "Roboto", sans-sarif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-top: 84px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work3 .work3-interact .tit {
        font-size: 16px;
        line-height: 19px;
        padding-top: 59px;
        margin-bottom: 8px;
    }
}

.c-portfolio-desc .c-section-work3 .work3-interact .desc {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    opacity: 0.8;
    font-family: "Roboto", sans-sarif;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work3 .work3-interact .desc {
        font-size: 12px;
        line-height: 20px;
    }
}

.c-portfolio-desc .c-section-work3 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 27px;
}

.c-portfolio-desc .c-section-work3 .list > .item {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work3 .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
}

.c-portfolio-desc .c-section-work3 .list .numbering {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #999;
    font-family: Roboto, sans-sarif;
    font-weight: bold;
    margin-bottom: 5px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work3 .list .numbering {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 6px;
    }
}

.c-portfolio-desc .c-section-work3 .list .tit {
    position: relative;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #111;
    letter-spacing: 0.65px;
    padding: 3px 0;
    margin-bottom: 11px;
    word-break: keep-all;
    font-family: "Noto Sans KR", sans-sarif;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work3 .list .tit {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 8px;
        letter-spacing: 0.55px;
    }
}

.c-portfolio-desc .c-section-work3 .list .desc {
    font-size: 16px;
    line-height: 26px;
    color: #111;
    letter-spacing: -0.4px;
    font-family: "Noto Sans KR", sans-sarif;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work3 .list .desc {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0;
        color: #555;
    }
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work3 .list > li + li {
        margin-top: 40px;
    }
}

.c-portfolio-desc .c-section-work4 .list.build-list {
    margin-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.build-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 70px;
    }
}

.c-portfolio-desc .c-section-work4 .list.build-list > li {
    width: 363px;
    padding-left: 49px;
    background: none no-repeat top left;
    background-size: 35px 35px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.build-list > li {
        background-size: 28px 28px;
        padding-left: 42px;
        width: auto;
    }
}

.c-portfolio-desc .c-section-work4 .list.build-list > li.item1 {
    background-image: url(/assets/images/icon_work_01.png);
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.build-list > li.item1 {
        background-image: url(/assets/images/icon_ebusiness_01@3x.png);
    }
}

.c-portfolio-desc .c-section-work4 .list.build-list > li.item2 {
    background-image: url(/assets/images/icon_work_02.png);
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.build-list > li.item2 {
        background-image: url(/assets/images/icon_ebusiness_02@3x.png);
    }
}

.c-portfolio-desc .c-section-work4 .list.build-list > li.item3 {
    background-image: url(/assets/images/icon_work_03.png);
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.build-list > li.item3 {
        background-image: url(/assets/images/icon_ebusiness_03@3x.png);
    }
}

.c-portfolio-desc .c-section-work4 .list.build-list .tit {
    margin-bottom: 8px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 38px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.build-list .tit {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 11px;
    }
}

.c-portfolio-desc .c-section-work4 .list.build-list .desc {
    font-size: 16px;
    line-height: 26px;
    color: #111;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.build-list .desc {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
    }
}

.c-portfolio-desc .c-section-work4 .list.build-list .ex {
    font-size: 15px;
    line-height: 22px;
    color: #555;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.build-list .ex {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.build-list > li + li {
        margin-top: 43px;
    }
}

.c-portfolio-desc .c-section-work4 .list.flow-list::after {
    content: "";
    display: block;
    clear: both;
}

.c-portfolio-desc .c-section-work4 .list.flow-list > li {
    width: 216px;
    float: left;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.flow-list > li {
        width: 100%;
    }
}

.c-portfolio-desc .c-section-work4 .list.flow-list > li > dl {
    padding: 16px 0 0 12px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.flow-list > li > dl {
        padding-top: 14px;
    }
}

.c-portfolio-desc .c-section-work4 .list.flow-list > li .tit {
    font-weight: bold;
    font-size: 22px;
    line-height: 35px;
    height: 42px;
    overflow: hidden;
    font-family: "Roboto", sans-sarif;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#111), color-stop(0%, transparent));
    background: linear-gradient(to right, #111 0%, transparent 0%);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.flow-list > li .tit {
        font-size: 20px;
        line-height: 34px;
        height: 34px;
    }
}

.c-portfolio-desc .c-section-work4 .list.flow-list > li .sub-tit {
    font-family: Roboto, "Noto Sans KR", sans-sarif;
    margin-bottom: 4px;
    color: #111;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.c-portfolio-desc .c-section-work4 .list.flow-list > li .sub-tit.sp {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 9px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.flow-list > li .sub-tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
}

.c-portfolio-desc .c-section-work4 .list.flow-list > li .desc {
    font-size: 15px;
    line-height: 22px;
    color: #777;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.flow-list > li .desc {
        font-size: 12px;
        line-height: 18px;
    }
}

.c-portfolio-desc .c-section-work4 .list.flow-list > li .desc + .sub-tit {
    margin-top: 16px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.flow-list > li .desc + .sub-tit {
        margin-top: 13px;
    }
}

.c-portfolio-desc .c-section-work4 .list.flow-list > li .desc + .desc {
    margin-top: 6px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.flow-list > li .desc + .desc {
        margin-top: 6px;
    }
}

.c-portfolio-desc .c-section-work4 .list.flow-list > li + li {
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work4 .list.flow-list > li + li {
        margin-left: 0;
        margin-top: 40px;
    }
}

.c-portfolio-desc .c-section-work5 .c-section-swiper {
    margin-right: -30%;
    background-color: #f1f1f1;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work5 .c-section-swiper {
        margin-right: -20px;
    }
}

.c-portfolio-desc .c-section-work5 .fadein-container {
    overflow: hidden;
    position: relative;
    height: 370px;
    width: 100%;
    max-width: 1200px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work5 .fadein-container {
        height: 372px;
        max-width: none;
    }
}

.c-portfolio-desc .c-section-work5 .fadein-container .control {
    position: absolute;
    display: inline-block;
    left: 65px;
    bottom: 50px;
    font-size: 0;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work5 .fadein-container .control {
        display: none;
        right: 20px;
        top: 37px;
        left: auto;
        bottom: auto;
    }
}

.c-portfolio-desc .c-section-work5 .fadein-container .control button[type="button"] {
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    width: 13px;
    height: 21px;
    background: none no-repeat center;
    background-size: 13px 21px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work5 .fadein-container .control button[type="button"] {
        background-size: 12px 19px;
    }
}

.c-portfolio-desc .c-section-work5 .fadein-container .control button[type="button"].prev {
    background-image: url(/assets/images/arrow_pre.png);
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work5 .fadein-container .control button[type="button"].prev {
        background-image: url(/assets/images/arrow_pre@3x.png);
    }
}

.c-portfolio-desc .c-section-work5 .fadein-container .control button[type="button"].prev.swiper-button-disabled {
    background-image: url(/assets/images/common/swiper_prev_disabled.png);
}

.c-portfolio-desc .c-section-work5 .fadein-container .control button[type="button"].next {
    background-image: url(/assets/images/arrow_next.png);
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work5 .fadein-container .control button[type="button"].next {
        background-image: url(/assets/images/arrow_next@3x.png);
    }
}

.c-portfolio-desc .c-section-work5 .fadein-container .control button[type="button"].next.swiper-button-disabled {
    background-image: url(/assets/images/common/swiper_next_disabled.png);
}

.c-portfolio-desc .c-section-work5 .fadein-container .control .prev + .next {
    margin-left: 38px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work5 .fadein-container .control .prev + .next {
        margin-left: 22px;
    }
}

.c-portfolio-desc .c-section-work5 .list {
    width: 10000%;
}

.c-portfolio-desc .c-section-work5 .list > li {
    float: left;
    background-color: #f1f1f1;
    /* position: absolute;
                left: 0;
                top: 0;
                opacity: 0;
                &:first-child {
                    opacity: 1;
                } */
}

.c-portfolio-desc .c-section-work5 .list > li::after {
    content: "";
    display: block;
    clear: both;
}

.c-portfolio-desc .c-section-work5 .list > li {
    /* &.swiper-slide-active {
                    opactity: 1;
                } */
}

.c-portfolio-desc .c-section-work5 .list::after {
    content: "";
    display: block;
    clear: both;
}

.c-portfolio-desc .c-section-work5 .list .info {
    float: left;
    padding: 65px 0 0 65px;
    height: 370px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work5 .list .info {
        padding: 30px 27px 0 28px;
        height: 372px;
    }
}

.c-portfolio-desc .c-section-work5 .list .info::after {
    content: "";
    display: block;
    clear: both;
}

.c-portfolio-desc .c-section-work5 .list .info .tit {
    font-size: 28px;
    line-height: 41px;
    color: #111;
    font-weight: bold;
    margin-bottom: 14px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work5 .list .info .tit {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 10px;
    }
}

.c-portfolio-desc .c-section-work5 .list .info .desc {
    font-size: 18px;
    line-height: 30px;
    color: #555;
    margin-bottom: 8px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work5 .list .info .desc {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

.c-portfolio-desc .c-section-work5 .list .info .ex {
    font-size: 16px;
    line-height: 24px;
    color: #555;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work5 .list .info .ex {
        font-size: 12px;
        line-height: 18px;
    }
}

.c-portfolio-desc .c-section-work5 .c-img-box {
    display: inline-block;
    position: relative;

    width: 240px;
    height: 310px;
    -webkit-box-shadow: 8px 0px 18px rgba(0, 0, 0, 0.16);
    box-shadow: 8px 0px 18px rgba(0, 0, 0, 0.16);
    border-radius: 20px 20px 0 0;
}

.c-portfolio-desc .c-section-work5 .c-img-box + .c-img-box {
    margin-left: 36px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work5 .c-img-box {
        width: 138px;
        height: 177px;
        border-radius: 10px 10px 0 0;
    }
    .c-portfolio-desc .c-section-work5 .c-img-box + .c-img-box {
        margin-left: 17px;
    }
}

.c-portfolio-desc .c-section-work5 .img-wrap {
    width: 605px;
    position: absolute;
    right: 0;
    bottom: -2px;
    text-align: left;
    font-size: 0;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work5 .img-wrap {
        width: 100%;
        text-align: center;
    }
}

.c-portfolio-desc .c-section-work5 .swiper-pagination {
    display: none;
    margin-top: 18px;
    text-align: center;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-work5 .swiper-pagination {
        display: block;
    }
}

.c-portfolio-desc .c-section-work5 .swiper-pagination-bullet {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #111;
    opacity: 0.3;
    border-radius: 50%;
}

.c-portfolio-desc .c-section-work5 .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 8px;
}

.c-portfolio-desc .c-section-work5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.c-portfolio-desc .c-section-who1 .sub-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 0 4px 15px;
    margin-right: -500px;
    margin-bottom: 80px;

    text-align: left;
    font-size: 60px;
    font-family: Roboto, sans-sarif;
    line-height: 72px;
    color: #fff;
    /* background: #111; */
    background: transparent;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who1 .sub-title {
        font-size: 28px;
        line-height: 36px;
        font-family: Roboto, sans-sarif;
        font-weight: 500;
        padding-left: 9px;
        margin-bottom: 40px;
    }
}

.c-portfolio-desc .c-section-who1 .desc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who1 .desc-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.c-portfolio-desc .c-section-who1 .desc-list > li {
    position: relative;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    color: #111;
    word-break: keep-all;
    opacity: 0;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who1 .desc-list > li {
        font-size: 15px;
        line-height: 24px;
    }
}

.c-portfolio-desc .c-section-who1 .desc-list > li .num {
    display: block;
    color: #011;
    font-weight: bold;
    line-height: 37px;
    font-size: 30px;
    margin-bottom: 5px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who1 .desc-list > li .num {
        font-size: 23px;
        line-height: 28px;
        width: 44px;
        float: left;
    }
}

.c-portfolio-desc .c-section-who1 .desc-list > li .accent {
    font-weight: bold;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who1 .desc-list > li .box {
        padding-left: 44px;
    }
}

.c-portfolio-desc .c-section-who1 .desc-list > li + li {
    margin-left: 87px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who1 .desc-list > li + li {
        margin-left: 0;
        margin-top: 45px;
    }
}

.c-portfolio-desc .c-section-who2 .info-box .info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-portfolio-desc .c-section-who2 .info-box .info::after {
    content: "";
    display: block;
    clear: both;
}

.c-portfolio-desc .c-section-who2 .info-box .info .wrap {
    float: left;
}

.c-portfolio-desc .c-section-who2 .info-box .info .wrap + .wrap {
    margin-left: 160px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who2 .info-box .info .wrap + .wrap {
        margin-left: 0;
        margin-top: 40px;
    }
}

.c-portfolio-desc .c-section-who2 .info-box .info .tit {
    display: inline-block;
    padding: 1px 5px;
    margin-bottom: 15px;
    background-color: #111;

    font-size: 22px;
    line-height: 33px;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who2 .info-box .info .tit {
        font-size: 16px;
        line-height: 24px;
        padding: 2px 5px;
        margin-bottom: 10px;
    }
}

.c-portfolio-desc .c-section-who2 .info-box .info .desc {
    width: 520px;
    font-size: 16px;
    line-height: 26px;
    color: #111;
    word-break: keep-all;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who2 .info-box .info .desc {
        font-size: 12px;
        line-height: 18px;
        width: auto;
    }
}

.c-portfolio-desc .c-section-who2 .stats-list {
    margin-bottom: 90px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who2 .stats-list {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 360px;
    }
}

.c-portfolio-desc .c-section-who2 .stats-list::after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who2 .stats-list::after {
        content: none;
    }
}

.c-portfolio-desc .c-section-who2 .stats-list > li + li {
    margin-left: 160px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who2 .stats-list > li + li {
        margin-left: 0px;
    }
}

.c-portfolio-desc .c-section-who2 .stats-list > li {
    float: left;
    width: 180px;
    height: 200px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who2 .stats-list > li {
        width: 150px;
        height: 180px;
        margin-bottom: 17px;
    }
    .c-portfolio-desc .c-section-who2 .stats-list > li:nth-child(2n) {
        /* margin-left: mopx(20); */
    }
}

.c-portfolio-desc .c-section-who2 .stats-list > li .tit {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #111;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Roboto, sans-sarif;

    margin-bottom: 10px;
    position: relative;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who2 .stats-list > li .tit {
        font-size: 14px;
        line-height: 17px;
    }
}

.c-portfolio-desc .c-section-who2 .stats-list > li .tit::after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;

    background-color: #111;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who2 .stats-list > li .tit::after {
        height: 2px;
        bottom: -4px;
    }
}

.c-portfolio-desc .c-section-who2 .stats-list > li .num {
    font-family: Roboto, sans-sarif;
    display: block;
    margin-bottom: 10px;

    color: #111;
    opacity: 0;
    font-weight: bold;
    font-size: 72px;
    line-height: 86px;

    position: relative;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who2 .stats-list > li .num {
        font-size: 55px;
        line-height: 66px;
    }
}

.c-portfolio-desc .c-section-who2 .stats-list > li .desc {
    font-size: 16px;
    line-height: 24px;
    color: #555;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who2 .stats-list > li .desc {
        font-size: 12px;
        line-height: 18px;
    }
}

.c-portfolio-desc .c-section-who3 .list-wrap {
    background-color: #f8f8f8;
    margin-right: -500px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who3 .list-wrap {
        margin-right: -20px;
        padding-right: 80px;
    }
}

.c-portfolio-desc .c-section-who3 .list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    padding: 50px calc(100% - 1200px + 60px) 50px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who3 .list {
        display: block;
        padding: 30px 40px;
        width: 10000px;
    }
    .c-portfolio-desc .c-section-who3 .list::after {
        content: "";
        display: block;
        clear: both;
    }
}

.c-portfolio-desc .c-section-who3 .list > li {
    width: 280px;
}

.c-portfolio-desc .c-section-who3 .list > li:nth-child(n + 4) {
    margin-top: 80px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who3 .list > li:nth-child(n + 4) {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who3 .list > li {
        width: auto;
        float: left;
    }
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who3 .list > li + li {
        margin-left: 50px;
    }
}

.c-portfolio-desc .c-section-who3 .list .tit {
    font-size: 24px;
    line-height: 29px;
    font-family: Roboto, sans-sarif;
    font-weight: bold;
    color: #111;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who3 .list .tit {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 6px;
    }
}

.c-portfolio-desc .c-section-who3 .list .desc > li {
    font-family: Roboto, sans-sarif;
    font-size: 16px;
    line-height: 36px;
    color: #555;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who3 .list .desc > li {
        font-size: 12px;
        line-height: 28px;
        margin-left: 1px;
    }
}

.c-portfolio-desc .c-section-who3 .list .desc > li::before {
    content: "- ";
}

.c-portfolio-desc .c-section-who4 .customer-group-list .customer-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who4 .customer-group-list .customer-group {
        display: block;
        margin-bottom: 60px;
    }
}

.c-portfolio-desc .c-section-who4 .customer-group-list .customer-group:last-child {
    margin-bottom: 0;
}

.c-portfolio-desc .c-section-who4 .customer-group-list .customer-group .group-name {
    width: 115px;
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    color: #111;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who4 .customer-group-list .customer-group .group-name {
        font-size: 16px;
        line-height: 24px;
        float: none;
        width: auto;
        margin-bottom: 30px;
    }
}

.c-portfolio-desc .c-section-who4 .customer-group-list .customer-group .customer-list {
    width: calc(100% - 115px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -40px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who4 .customer-group-list .customer-group .customer-list {
        width: 100%;
        margin-left: -25px;
        margin-bottom: -25px;
    }
}

.c-portfolio-desc .c-section-who4 .customer-group-list .customer-group .customer-list > li {
    width: 115px;
    height: 34px;
    margin-left: 70px;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who4 .customer-group-list .customer-group .customer-list > li {
        width: 85px;
        height: 25px;
        margin-left: 25px;
        margin-bottom: 25px;
    }
}

.c-portfolio-desc .c-section-who4 .customer-group-list .customer-group .customer-list > li > img {
    max-width: 115px;
    max-height: 34px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who4 .customer-group-list .customer-group .customer-list > li > img {
        max-width: 85px;
        max-height: 25px;
    }
}

.c-portfolio-desc .c-section-who5 .s-desc {
    margin-bottom: 80px;
}

.c-portfolio-desc .c-section-who5 .history-list > li + li {
    margin-top: 120px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who5 .history-list > li + li {
        margin-top: 60px;
    }
}

.c-portfolio-desc .c-section-who5 .history-list .history .history-name {
    width: 220px;
    float: left;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who5 .history-list .history .history-name {
        width: auto;
        float: none;
        margin-bottom: 20px;
    }
}

.c-portfolio-desc .c-section-who5 .history-list .history .history-name > p {
    padding: 1px 5px;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, transparent), to(#111));
    background: linear-gradient(to right, transparent 100%, #111 100%);
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who5 .history-list .history .history-name > p {
        font-size: 15px;
        line-height: 22px;
    }
}

.c-portfolio-desc .c-section-who5 .history-list .history .history-info {
    position: relative;
    padding-left: 220px;
}

.c-portfolio-desc .c-section-who5 .history-list .history .history-info > li {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who5 .history-list .history .history-info {
        padding-left: 0;
    }
}

.c-portfolio-desc .c-section-who5 .history-list .history .history-info > li .year {
    font-family: Roboto, sans-sarif;
    float: left;
    width: 95px;
    font-size: 24px;
    line-height: 29px;
    color: #111;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who5 .history-list .history .history-info > li .year {
        display: block;
        float: none;
        width: auto;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px;
    }
}

.c-portfolio-desc .c-section-who5 .history-list .history .history-info > li .record-list {
    position: relative;
    top: -5px;
    padding-left: 95px;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who5 .history-list .history .history-info > li .record-list {
        padding-left: 0;
        top: 0;
    }
}

.c-portfolio-desc .c-section-who5 .history-list .history .history-info > li .record-list > li {
    font-size: 16px;
    line-height: 36px;
    color: #111;
    word-break: keep-all;
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who5 .history-list .history .history-info > li .record-list > li {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 1199px) {
    .c-portfolio-desc .c-section-who5 .history-list .history .history-info > li .record-list > li + li {
        margin-top: 10px;
    }
}

.c-portfolio-desc .c-section-who5 .history-list .history .history-info > li + li {
    margin-top: 50px;
}

.c-img-box {
    overflow: hidden;
}

.c-img-box > img {
    width: 100%;
    height: auto;
}

.c-bg-img {
    background: none no-repeat center;
    background-size: auto 100%;
}

.c-bg-img.c-bg-img--left {
    margin-left: 0;
    margin-right: -10000px;
}

.c-bg-img.c-bg-img--right {
    margin-left: -10000px;
    margin-right: 0;
}

.c-control-panel {
    display: inline-block;
    font-size: 0;
}

.c-control-panel a {
    display: block;
    background: none no-repeat center;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    background-size: 100% auto;
}

.c-control-panel a.btn-list {
    width: 25px;
    height: 25px;
}

@media (max-width: 1199px) {
    .c-control-panel a.btn-list {
        width: 19px;
        height: 18px;
    }
}

.c-control-panel a.btn-mini {
    width: 14px;
    height: 25px;
}

@media (max-width: 1199px) {
    .c-control-panel a.btn-mini {
        width: 13px;
        height: 21px;
    }
}

.c-control-panel::after {
    content: "";
    display: block;
    clear: both;
}

.c-control-panel > li {
    display: inline-block;
    vertical-align: middle;
}

.c-control-panel > li + li {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .c-control-panel > li + li {
        margin-left: 20px;
    }
}

.c-control-panel > li:nth-child(1) a {
    background-image: url(/assets/images/common/ico_left.png);
}

@media (max-width: 1199px) {
    .c-control-panel > li:nth-child(1) a {
        background-image: url(/assets/images/common/ico_left@3x.png);
    }
}

.c-control-panel > li:nth-child(1) a.disabled {
    background-image: url(/assets/images/common/ico_left_disabled.png);
    pointer-events: none;
}

@media (max-width: 1199px) {
    .c-control-panel > li:nth-child(1) a.disabled {
        background-image: url(/assets/images/common/ico_left_disabled@3x.png);
    }
}

.c-control-panel > li:nth-child(2) a {
    background-image: url(/assets/images/common/ico_list.png);
}

@media (max-width: 1199px) {
    .c-control-panel > li:nth-child(2) a {
        background-image: url(/assets/images/common/ico_mo_list@3x.png);
    }
}

.c-control-panel > li:nth-child(3) a {
    background-image: url(/assets/images/common/ico_right.png);
}

@media (max-width: 1199px) {
    .c-control-panel > li:nth-child(3) a {
        background-image: url(/assets/images/common/ico_right@3x.png);
    }
}

.c-control-panel > li:nth-child(3) a.disabled {
    background-image: url(/assets/images/common/ico_right_disabled.png);
}

@media (max-width: 1199px) {
    .c-control-panel > li:nth-child(3) a.disabled {
        background-image: url(/assets/images/common/ico_right_disabled@3x.png);
    }
}

.c-tab-pannel {
    padding: 50px 0 0;
}

.c-tab-pannel.c-tab-pannel--award {
    padding-top: 80px;
}

@media (max-width: 1199px) {
    .c-tab-pannel.c-tab-pannel--award {
        padding-top: 50px;
    }
}

.c-radio,
.c-checkbox {
    position: relative;
}

.c-radio input[type="radio"],
.c-radio input[type="checkbox"],
.c-checkbox input[type="radio"],
.c-checkbox input[type="checkbox"] {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.c-radio input[type="radio"] + label,
.c-radio input[type="checkbox"] + label,
.c-checkbox input[type="radio"] + label,
.c-checkbox input[type="checkbox"] + label {
    display: block;
}

.c-radio input[type="radio"] + label > span,
.c-radio input[type="checkbox"] + label > span,
.c-checkbox input[type="radio"] + label > span,
.c-checkbox input[type="checkbox"] + label > span {
    font-size: 18px;
    line-height: 1.5;
}

.c-radio input[type="radio"]:focus + label,
.c-radio input[type="checkbox"]:focus + label,
.c-checkbox input[type="radio"]:focus + label,
.c-checkbox input[type="checkbox"]:focus + label {
    outline: 5px auto #000;
}

@media (max-width: 1199px) {
    .c-radio input[type="radio"] + label,
    .c-radio input[type="checkbox"] + label,
    .c-checkbox input[type="radio"] + label,
    .c-checkbox input[type="checkbox"] + label {
        display: block;
    }
    .c-radio input[type="radio"] + label > span,
    .c-radio input[type="checkbox"] + label > span,
    .c-checkbox input[type="radio"] + label > span,
    .c-checkbox input[type="checkbox"] + label > span {
        font-size: 14px;
        line-height: 1.21;
    }
}

.c-radio--typo input[type="radio"] + label > span {
    color: #777;
}

.c-radio--typo input[type="radio"]:checked + label > span {
    font-weight: 500;
    color: #111;
}

.c-checkbox--typo input[type="checkbox"] + label > span {
    font-weight: 500;
    color: #bbb;
}

.c-checkbox--border-left input[type="checkbox"] + label > span {
    padding-left: 5px;
    border-left: 3px solid #bbb;
    display: block;
}

.c-checkbox--border-left.c-checkbox--purple input[type="checkbox"]:checked + label > span {
    border-color: #6a53ff;
}

.c-checkbox--border-left.c-checkbox--green input[type="checkbox"]:checked + label > span {
    border-color: #53c0d0;
}

.c-checkbox--purple input[type="checkbox"]:checked + label > span {
    color: #6a53ff;
}

.c-checkbox--green input[type="checkbox"]:checked + label > span {
    color: #53c0d0;
}

@media (max-width: 1199px) {
    .c-checkbox--pill-mo input[type="checkbox"] + label > span {
        min-width: 72px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 0;
        background-color: #bbb;
        font-size: 14px;
        line-height: 1.21;
        color: #fff;
        text-align: center;
    }
    .c-checkbox--pill-mo.c-checkbox--purple input[type="checkbox"]:checked + label > span {
        background-color: #6a53ff;
        color: #fff;
    }
    .c-checkbox--pill-mo.c-checkbox--green input[type="checkbox"]:checked + label > span {
        background-color: #53c0d0;
        color: #fff;
    }
}

.c-projects-container {
    padding: 30px 0 120px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 1023px) {
    .c-projects-container {
        padding: 20px 70px 60px 20px;
        margin: 0 -20px;
    }
}

.c-projects-container .c-projects-wrapper {
    font-size: 0;
    white-space: nowrap;
}

.c-projects-container .c-projects-wrapper::after {
    content: "";
    display: block;
    clear: both;
}

.c-projects-container .c-projects-wrapper > li {
    margin-right: 60px;
}

@media (max-width: 1023px) {
    .c-projects-container .c-projects-wrapper > li {
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .c-projects-container .c-projects-wrapper > li {
        margin-right: 0;
    }
}

.c-projects-container .c-projects-item {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    height: 400px;
    display: inline-block;
    margin-right: 60px;
    /* padding-top: 80px; */
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
    /* transition: width 0.4s cubic-bezier(0, 0, 0, 1), background 0.35s ease; */
    -webkit-transition: width 0.4s linear, background 0.35s ease;
    transition: width 0.4s linear, background 0.35s ease;

    position: relative;
    background: #ddd none no-repeat right center;
    vertical-align: middle;
    white-space: normal;
}

.c-projects-container .c-projects-item > a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.c-projects-container .c-projects-item > a .off {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.c-projects-container .c-projects-item > a .on {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.c-projects-container .c-projects-item > a .off + .on {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1023px) {
    .c-projects-container .c-projects-item {
        width: 100%;
        height: 360px;
        margin-right: 0;
        -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
        background-size: auto 100%;
    }
}

.c-projects-container .c-projects-item .box {
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    height: 200px;
    padding: 30px;
    /* transition: 0.4s; */
    z-index: 10;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .c-projects-container .c-projects-item .box {
        width: 220px;
        height: 133px;
        padding: 20px;
    }
}

.c-projects-container .c-projects-item .box::after {
    content: "";
    display: block;
    width: 0;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index: -1;
}

@media (max-width: 1199px) {
    .c-projects-container .c-projects-item .box::after {
        height: 133px;
    }
}

.c-projects-container .c-projects-item .tit {
    margin-bottom: 10px;
}

.c-projects-container .c-projects-item .tit > span {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    line-height: 1.16;
    letter-spacing: -0.9px;
}

@media (max-width: 1199px) {
    .c-projects-container .c-projects-item .tit > span {
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: -0.6px;
    }
}

.c-projects-container .c-projects-item .desc {
    display: none;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.5;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    word-break: keep-all;
}

@media (max-width: 1199px) {
    .c-projects-container .c-projects-item .desc {
        font-size: 11px;
        line-height: 17px;
    }
}

.c-projects-container .c-projects-item.on {
    width: 840px;
}

@media (max-width: 1023px) {
    .c-projects-container .c-projects-item.on {
        width: 100%;
    }
}

.c-projects-container .c-projects-item.on > a:before {
    opacity: 0;
}

.c-projects-container .c-projects-item.on .box {
    background-color: #fff;
}

.c-projects-container .c-projects-item.on .tit > span {
    color: #000;
}

.c-projects-container .c-projects-item.on .desc {
    display: block;
    color: #000;
}

.c-projects-container .c-projects-controller {
    position: absolute;
    font-size: 0;
    top: -42px;
    right: 0;
}

@media (max-width: 768px) {
    .c-projects-container .c-projects-controller {
        display: none;
        top: -28px;
        right: 50px;
    }
}

.c-projects-container .c-projects-controller button[type="button"] {
    width: 19px;
    height: 31px;
    background: none no-repeat center;

    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

@media (max-width: 1199px) {
    .c-projects-container .c-projects-controller button[type="button"] {
        width: 13px;
        height: 21px;
        background-size: 100% auto;
    }
}

.c-projects-container .c-projects-controller button[type="button"].prev {
    background-image: url(/assets/images/arrow_project_prev.png);
}

.c-projects-container .c-projects-controller button[type="button"].prev.disabled {
    background-image: url(/assets/images/common/arrow_project_prev_disabled.png);
}

.c-projects-container .c-projects-controller button[type="button"].next {
    background-image: url(/assets/images/arrow_project_next.png);
}

.c-projects-container .c-projects-controller button[type="button"].next.disabled {
    background-image: url(/assets/images/common/arrow_project_next_disabled.png);
}

.c-projects-container .c-projects-controller button + button {
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .c-projects-container .c-projects-controller button + button {
        margin-left: 16px;
    }
}

@-webkit-keyframes c-projects-box-animate {
    from {
        opacity: 0;
        width: 0;
    }
    70% {
        opacity: 1;
    }
    to {
        opacity: 1;
        width: 100%;
    }
}

@keyframes c-projects-box-animate {
    from {
        opacity: 0;
        width: 0;
    }
    70% {
        opacity: 1;
    }
    to {
        opacity: 1;
        width: 100%;
    }
}

@-webkit-keyframes c-projects-font-animate {
    from {
        color: #fff;
    }
    70% {
        color: #333;
    }
    to {
        color: #000;
    }
}

@keyframes c-projects-font-animate {
    from {
        color: #fff;
    }
    70% {
        color: #333;
    }
    to {
        color: #000;
    }
}

.c-annual-desc {
    padding-top: 10px;
    margin-bottom: 60px;

    font-family: "Noto Sans KR", sans-sarif;
    font-size: 18px;
    line-height: 30px;
    color: #111;
}

.c-annual-desc > em {
    font-weight: bold;
}

@media (max-width: 1199px) {
    .c-annual-desc {
        display: none;
    }
}

.c-custom-select {
    position: relative;
}

@media (max-width: 1199px) {
    .c-custom-select {
        width: 200px;
    }
    .c-custom-select.is-active .c-custom-select-options {
        display: block;
    }
}

.c-custom-select-trigger {
    display: none;
}

@media (max-width: 1199px) {
    .c-custom-select-trigger {
        height: 18px;
        display: block;
    }

    .c-custom-select-trigger .c-custom-select-title {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.21;
    }

    .c-custom-select-trigger:after {
        content: "";
        width: 9px;
        height: 6px;
        display: inline-block;
        margin-left: 10px;
        background: url("/assets/images/common/arrow_more@3x.png") 0 0 no-repeat;
        background-size: 100% auto;
        vertical-align: middle;
    }
}

@media (max-width: 1199px) {
    .c-custom-select-options {
        min-width: 100px;
        display: none;
        position: absolute;
        top: 22px;
        left: -10px;
        z-index: 20;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    }
}

.c-custom-select-option {
    display: block;
    position: relative;
    font-size: 18px;
    color: #777;
    line-height: 1.22;
}

@media (max-width: 1199px) {
    .c-custom-select-option {
        padding: 8px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 1.16;
    }
}

.c-custom-select-option--active {
    font-weight: 700;
    color: #111;
}

@media (max-width: 1199px) {
    .c-custom-select-option--active:before {
        content: "";
        width: 2px;
        height: 14px;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #111;
    }
}

.c-controller {
    display: inline-block;
    font-size: 0;
}

.c-controller .c-controller-btn {
    width: 19px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    text-indent: -9999px;
    overflow: hidden;
}

.c-controller .c-controller-btn + .c-controller-btn {
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .c-controller .c-controller-btn {
        width: 13px;
        height: 21px;
    }

    .c-controller .c-controller-btn + .c-controller-btn {
        margin-left: 40px;
    }
}

.c-controller .c-controller-btn--prev {
    background-image: url("/assets/images/arrow_project_prev.png");
}

.c-controller .c-controller-btn--prev.c-controller-btn--disabled {
    background-image: url("/assets/images/common/arrow_project_prev_disabled.png");
}

@media (max-width: 1199px) {
    .c-controller .c-controller-btn--prev {
        background-image: url("/assets/images/common/arrow_project_prev@3x.png");
    }

    .c-controller .c-controller-btn--prev.c-controller-btn--disabled {
        background-image: url("/assets/images/common/arrow_project_prev_disabled@3x.png");
    }
}

.c-controller .c-controller-btn--next {
    background-image: url("/assets/images/arrow_project_next.png");
}

.c-controller .c-controller-btn--next.c-controller-btn--disabled {
    background-image: url("/assets/images/common/arrow_project_next_disabled.png");
}

@media (max-width: 1199px) {
    .c-controller .c-controller-btn--next {
        background-image: url("/assets/images/common/arrow_project_next@3x.png");
    }

    .c-controller .c-controller-btn--next.c-controller-btn--disabled {
        background-image: url("/assets/images/common/arrow_project_next_disabled@3x.png");
    }
}

.c-list-with-thumb {
    width: 100%;
}

.c-list-with-thumb .c-controller {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1199px) {
    .c-list-with-thumb .c-controller {
        top: 50px;
    }
}

.c-list-with-thumb .c-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .c-list-with-thumb .c-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-bottom: -40px;
    }
}

.c-list-with-thumb .c-list-item {
    margin-right: 60px;
}

@media (max-width: 1199px) {
    .c-list-with-thumb .c-list-item {
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 40px;
    }
}

.c-list-with-thumb .c-list-item-thumb {
    width: 345px;
    height: 230px;
    border: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-list-with-thumb .c-list-item-thumb > img {
    width: 100%;
    height: 100%;
}

.c-list-with-thumb .c-list-item-thumb.no-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-list-with-thumb .c-list-item-thumb.no-img > img {
    width: auto;
    height: auto;
}

@media (max-width: 1199px) {
    .c-list-with-thumb .c-list-item-thumb {
        width: 160px;
        height: 100px;
    }
    .c-list-with-thumb .c-list-item-thumb.no-img > img {
        width: 100%;
        height: 100%;
    }
}

.c-list-with-thumb .c-list-item-tit {
    width: 100%;
    height: 80px;
    margin-top: 30px;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    line-height: 1.46;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
    .c-list-with-thumb .c-list-item-tit {
        height: 40px;
        margin-top: 10px;
        font-size: 14px;
    }
}

.c-list-with-thumb .c-list-item-date {
    display: block;
    margin-top: 18px;
    font-size: 15px;
    color: #999;
    line-height: 1.6;
}

@media (max-width: 1199px) {
    .c-list-with-thumb .c-list-item-date {
        font-size: 11px;
        line-height: 1.18;
    }
}

.c-news > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content: space-between; */
    padding: 40px 18px 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 1199px) {
    .c-news > a {
        padding: 15px 15px 15px 0;
    }
}

.c-news .c-news-tit {
    font-size: 26px;
    font-weight: 700;
    color: #333;
}

@media (max-width: 1199px) {
    .c-news .c-news-tit {
        width: 240px;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.c-news .c-news-date {
    margin-left: 60px;
    font-size: 15px;
    color: #999;
    line-height: 1.6;
}

@media (max-width: 1199px) {
    .c-news .c-news-date {
        margin-left: 30px;
        font-size: 11px;
        line-height: 1.18;
    }
}

.c-input input,
.c-input textarea {
    width: 100%;
    display: block;
    padding: 12px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    font-size: 18px;
    color: #111;
}

.c-input input:placeholder,
.c-input textarea:placeholder {
    font-size: 18px;
    color: #999;
    line-height: 1.67;
}

.c-input input:focus,
.c-input textarea:focus {
    border-color: #111;
}

@media (max-width: 1199px) {
    .c-input input,
    .c-input textarea {
        padding: 7px 10px;
        font-size: 14px;
    }

    .c-input input:placeholder,
    .c-input textarea:placeholder {
        font-size: 14px;
    }
}

.c-select select {
    width: 100%;
    display: block;
    padding: 12px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    background: url("/assets/images/common/ico_select_down.png") right 25px center no-repeat;
    font-size: 18px;
    color: #777;
    line-height: 1.67;
}

.c-select select:valid {
    color: #111;
}

.c-select select {
    /* &:focus {
            border-color: #111;
            background: url("/assets/images/common/ico_select_up.png") right 25px center no-repeat;
        } */
}

@media (max-width: 1199px) {
    .c-select select {
        padding: 7px 10px;
        background: url("/assets/images/common/ico_select_down@3x.png") right 10px center no-repeat;
        background-size: 10px 6px;
        font-size: 14px;

        /* &:focus {
                background: url("/assets/images/common/ico_select_up@3x.png") right 10px center no-repeat;
                background-size: 10px 6px;
            } */
    }
}

.c-form-multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-form-multi > *:first-child ~ * {
    margin-left: 20px;
}

@media (max-width: 1199px) {
    .c-form-multi {
        display: block;
    }
    .c-form-multi > *:first-child ~ * {
        margin-left: 0;
        margin-top: 10px;
    }
}

.c-layer-wrap {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    position: fixed; /* //250610 추가 */
    top: 0;
    left: 0;
    z-index: 100000;
}

.c-layer-wrap .c-layer-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
}

.c-layer {
    width: 1200px;
    padding: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    /* -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
    -webkit-transform: translate(-50%, -50%); /* //250610 추가 */
    transform: translateX(-50%, -50%); /* //250610 추가 */
    z-index: 100;
    background-color: #fff;
}

.c-layer .c-layer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #222;
}

@media (max-width: 1199px) {
    .c-layer .c-layer-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 10px;
    }
}

.c-layer .c-layer-tit {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

@media (max-width: 1199px) {
    .c-layer .c-layer-tit {
        font-size: 22px;
        line-height: 1.454;
    }
}

.c-layer .c-layer-date {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .c-layer .c-layer-date {
        display: block;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
    }
}

.c-layer .c-layer-content {
    margin-top: 30px;
    overflow-y: auto; /* //250610 추가 */
    height: 480px; /* //250610 추가 */
}

.c-layer .c-layer-content img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .c-layer .c-layer-content {
        margin-top: 10px;
    }
    .c-layer .c-layer-content.c-layer-editor-content img {
        margin-bottom: 20px;
        width: 100% !important;
        height: auto !important;
    }
}

.c-layer.c-layer--type2 .c-layer-content {
    margin-top: 0;
}

.c-layer .c-layer-editor-content > * {
    font-family: "Noto Sans KR" !important;
    /* font-size: 18px !important; */
    line-height: 1.67;
    color: #111;
}

@media (max-width: 1199px) {
    .c-layer .c-layer-editor-content > * {
        font-size: 14px !important;
        line-height: 1.71;
    }
}

.c-layer .c-layer-close {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -60px;
    background: url("/assets/images/common/icon_X.png") 0 0 no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -9999px;
}

@media (max-width: 1199px) {
    .c-layer {
        width: 100%;
        padding: 40px 20px;
        top: 0;
        -webkit-transform: translate(-50%, 0); /* //250610 추가 */
        transform: translate(-50%, 0); /* //250610 추가 */
    }

    .c-layer .c-layer-content {
        max-height: 100%; /* //250610 추가 */
    }

    .c-layer .c-layer-tit {
        font-size: 24px;
        line-height: 1.41;
        word-break: keep-all;
    }

    .c-layer .c-layer-close {
        width: 21px;
        height: 21px;
        top: 20px;
        right: 20px;
        background: url("/assets/images/common/icon_X@3x.png") 0 0 no-repeat;
        background-size: 100% auto;
    }
}
.c-btn-more {
    display: inline-block;
    padding: 16px 30px;
    font-family: Roboto;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.9px;
    font-weight: bold;
    background: #224fb7;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (max-width: 1199px) {
    .c-btn-more {
        font-size: 13px;
        padding: 11px 17px;
        letter-spacing: 0.65px;
        font-weight: 500;
    }
}

.c-frame-loading {
    width: 0;
    height: 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: #7964ff;
}

.c-frame-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.c-frame-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10002;
    background-color: #7964ff;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: 450ms -webkit-transform ease;
    transition: 450ms -webkit-transform ease;
    transition: 450ms transform ease;
    transition: 450ms transform ease, 450ms -webkit-transform ease;
}

.c-frame-wrapper .c-frame-close {
    width: 100px;
    height: 100px;
    display: block;
    position: fixed;
    top: 0;
    right: 23px;
    z-index: 10001;
    background: url("/assets/images/common/btn_work_close.png") 0 0 no-repeat;
    background-size: 100% auto;
}

@media (max-width: 1199px) {
    .c-frame-wrapper .c-frame-close {
        right: 0;
    }
}

.c-frame-wrapper.c-frame-wrapper--is-animate:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.c-award-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 60px;
    top: 45px;
}

.c-award-list > li {
    font-size: 0;
    line-height: 0;
}

.c-award-list > li + li {
    margin-left: 45px;
}

@media (max-width: 1199px) {
    .c-award-list {
        right: auto;
        left: 25px;
        top: 25px;
    }
    .c-award-list > li + li {
        margin-left: 10px;
    }
}

.c-terms .terms-tit {
    font-size: 18px;
    line-height: 30px;
    color: #999;
    font-weight: 500;
    cursor: pointer;
}

.c-terms .terms-tit.on {
    color: #111;
}

.c-terms .c-terms__trigger {
    margin-bottom: 7px;
}

.c-terms input[type="checkbox"] {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.c-terms input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    background: url(/assets/images/check_off.png) no-repeat center;
    vertical-align: sub;
}

.c-terms input[type="checkbox"]:checked + label:before {
    background-image: url(/assets/images/check_on.png);
}

.c-terms .terms {
    width: 100%;
    display: block;
    height: 95px;
    padding: 10px 16px;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    line-height: 23px;
    font-family: "Noto Sans KR";
    color: #111;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .c-terms .terms-tit {
        font-size: 14px;
        line-height: 1;
        position: relative;
        top: -6px;
    }
    .c-terms .terms-tit::before {
        position: relative;
        top: 6px;
        margin-right: 5px;
        vertical-align: unset;
    }
    .c-terms .terms {
        font-size: 12px;
        line-height: 1.5;
    }
}

#wrap {
    width: 100%;
    min-height: 100%;
    padding: 100px 0 223px;
    position: relative;
    overflow-x: hidden;
}

#wrap.l-main {
    padding: 0;
}

@media (max-width: 1199px) {
    #wrap {
        padding: 60px 0 250px;
    }
}

.l-inner {
    width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .l-inner {
        width: 100%;
        padding: 0 20px;
    }
}

.l-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-grid-col--02 > * {
    width: 50%;
}

.l-grid-col--03 > * {
    width: 33.3%;
    /* flex: 1 1 calc(calc(100 / 3) * 1%); */
}

@media (max-width: 1199px) {
    .l-grid-col--03 > * {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

.l-grid-col--04 > * {
    width: 25%;
}

.l-grid--justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .l-grid-col--01-mb > * {
        width: 100%;
    }
}

/* header */

#header {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

#header .l-header-logo {
    text-indent: 0;
    overflow: visible;
}

#header .l-header-logo:before,
#header .l-header-logo:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
}

#header .l-header-logo:before {
    width: 51px;
    height: 25px;
    margin-right: 10px;
    background: url("/assets/images/common/symbol.png") 0 0 no-repeat;
}

#header .l-header-logo {
    /* &:after {
            width: 83px;
            height: 22px;
            background: url("/assets/images/common/logo_new.png") 0 0 no-repeat;
            transition: 550ms opacity ease;
        } */
}

#header .l-header-logo .c-logo-part {
    display: inline-block;
    min-width: 75px;
    vertical-align: middle;
    position: relative;
    top: 2px;
}

@media (max-width: 1199px) {
    #header .l-header-logo .c-logo-part {
        display: none;
    }
}

#header .l-header-logo .c-logo-part > span {
    display: inline-block;
    width: 20px;
    height: 30px;
    overflow: hidden;
    position: relative;
    background: none no-repeat center;
    vertical-align: bottom;
    -webkit-transition: opacity 0.4s ease-out, width 0.35s ease-in-out, margin-left 0.3s ease-out;
    transition: opacity 0.4s ease-out, width 0.35s ease-in-out, margin-left 0.3s ease-out;
}

#header .l-header-logo .c-logo-part > span:nth-child(1) {
    width: 21px;
    background-image: url(/assets/images/logo_m_c.png);
}

#header .l-header-logo .c-logo-part > span:nth-child(2) {
    width: 49px;
    background-image: url(/assets/images/logo_edia_c.png);
}

#header .l-header-logo .c-logo-part > span:nth-child(3) {
    width: 16px;
    background-image: url(/assets/images/logo_4_c.png);
}

#header .l-header-logo .c-logo-part > span:nth-child(4) {
    width: 51px;
    background-image: url(/assets/images/logo_thn_c.png);
}

#header .l-header-logo .c-logo-part > span:nth-child(5) {
    width: 17px;
    background-image: url(/assets/images/logo_n_c.png);
}

#header .l-header-logo .c-logo-part > span:nth-child(6) {
    width: 17px;
    background-image: url(/assets/images/logo_c_c.png);
}

#header .l-header-logo .c-logo-part > span:nth-child(7) {
    width: 94px;
    background-image: url(/assets/images/logo_ompany_c.png);
}

#header .l-header-logo .c-logo-part > span:nth-child(2n + 2) {
    opacity: 0;
    width: 0;
}

#header .l-header-logo .c-logo-part > span:nth-child(6) {
    width: 17px;
    opacity: 1;
}

#header .l-header-logo .c-logo-part > span:nth-child(7) {
    width: 0;
    opacity: 0;
}

#header .l-header-logo .c-logo-part > span:nth-child(3),
#header .l-header-logo .c-logo-part > span:nth-child(5),
#header .l-header-logo .c-logo-part > span:nth-child(6) {
    margin-left: 1px;
}

#header .l-header-logo:hover .c-logo-part > span:nth-child(2n + 2) {
    opacity: 1;
}

#header .l-header-logo:hover .c-logo-part > span:nth-child(2) {
    width: 49px;
}

#header .l-header-logo:hover .c-logo-part > span:nth-child(4) {
    width: 51px;
}

#header .l-header-logo:hover .c-logo-part > span:nth-child(5) {
    width: 0;
    opacity: 0;
}

#header .l-header-logo:hover .c-logo-part > span:nth-child(6) {
    width: 17px;
}

#header .l-header-logo:hover .c-logo-part > span:nth-child(7) {
    width: 94px;
    opacity: 1;
}

#header .l-header-logo:hover .c-logo-part > span:nth-child(3),
#header .l-header-logo:hover .c-logo-part > span:nth-child(5),
#header .l-header-logo:hover .c-logo-part > span:nth-child(6) {
    margin-left: 0px;
}

#header .l-menu-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .l-menu:not(:last-child) {
    margin-right: 80px;
}

#header .l-menu > a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #8d8d8d;
    line-height: 1.2;
    text-transform: uppercase; /* 2020-07-30 */
}

#header .l-menu.l-menu--active > a,
#header .l-menu:hover > a {
    color: #111;
}

#header.header--active {
    background-color: rgba(255, 255, 255, 0.95);
}

#header.header--active .l-header-logo:after {
    opacity: 0;
}

@media (max-width: 1199px) {
    #header {
        height: 60px;
        padding: 20px;
        z-index: 100;
    }

    #header .l-header-logo {
        width: 33px;
        height: 16px;
        background-image: url("/assets/images/common/logo_m@3x.png");
    }

    #header .l-header-logo:before,
    #header .l-header-logo:after {
        content: none;
    }

    #header .l-header-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 50;
    }

    #header .l-menu-lists {
        width: 100%;
        display: block;
        padding: 0 53px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #header .l-menu:not(:last-child) {
        margin-right: 0;
        margin-bottom: 60px;
    }

    #header .l-menu > a {
        display: block;
        font-size: 32px;
        font-weight: 500;
        color: #69696e;
        text-align: right;
        line-height: 1.18;
    }
    #header .l-menu.l-menu--active > a,
    #header .l-menu:hover > a {
        font-weight: 700;
        color: #fff;
    }
    #header.is-active .l-header-btn {
        width: 21px;
        height: 21px;
        background-image: url("/assets/images/common/btn_close@3x.png");
    }

    #header.is-active .l-gnb {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 1199px) {
    .l-gnb {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 20;
        background-color: #111;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 350ms -webkit-transform ease;
        transition: 350ms -webkit-transform ease;
        transition: 350ms transform ease;
        transition: 350ms transform ease, 350ms -webkit-transform ease;
    }
}

/* END header */

/* container */

#container {
    width: 100%;
}

.projects-container {
    padding: 30px 0 120px;
    position: relative;
}

.projects-container .projects-wrapper {
    width: 10000%;
}

.projects-container .projects-wrapper::after {
    content: "";
    display: block;
    clear: both;
}

.projects-container .projects-wrapper > li + li {
    margin-left: 60px;
}

.projects-container .projects-wrapper .project {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    height: 400px;
    padding-top: 80px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 1);
    transition: all 0.4s cubic-bezier(0, 0, 0, 1);
    cursor: pointer;
    position: relative;
    background: #ddd none no-repeat right center;
}

.projects-container .projects-wrapper .project .bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: none no-repeat right center;
}

.projects-container .projects-wrapper .project .box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    height: 200px;
    padding: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 10;
    white-space: nowrap;
}

.projects-container .projects-wrapper .project .box::after {
    content: "";
    display: block;
    width: 0;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index: -1;
}

.projects-container .projects-wrapper .project .tit {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.9px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.projects-container .projects-wrapper .project .desc {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.5;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.projects-container .projects-wrapper .project.on {
    width: 840px;
}

.projects-container .projects-wrapper .project.on .bg {
    opacity: 0;
}

.projects-container .projects-wrapper .project.on .box::after {
    -webkit-animation: boxBgAnimation 0.4s forwards 0.2s;
    animation: boxBgAnimation 0.4s forwards 0.2s;
}

.projects-container .projects-wrapper .project.on .tit {
    -webkit-animation: fontColorAnimation 0.4s forwards 0.2s;
    animation: fontColorAnimation 0.4s forwards 0.2s;
}

.projects-container .projects-wrapper .project.on .desc {
    -webkit-animation: fontColorAnimation 0.4s forwards 0.2s;
    animation: fontColorAnimation 0.4s forwards 0.2s;
}

.projects-container .project-controller {
    position: absolute;
    font-size: 0;
    top: -42px;
    right: 0;
}

.projects-container .project-controller button[type="button"] {
    width: 19px;
    height: 31px;
    background: none no-repeat center;
    background-size: 19px 31px;

    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.projects-container .project-controller button[type="button"].prev {
    background-image: url(/assets/images/arrow_project_prev.png);
}

.projects-container .project-controller button[type="button"].next {
    background-image: url(/assets/images/arrow_project_next.png);
}

.projects-container .project-controller button + button {
    margin-left: 30px;
}

.l-page .l-page-tit {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.33;
}

@media (max-width: 1199px) {
    .l-page .l-page-tit {
        font-size: 27px;
        line-height: 1.11;
    }
}

.l-main .l-container {
    padding: 0 0 0;
}

.l-main .contents {
    min-height: calc(100vh - 823px);
    width: 100%;
    overflow: hidden;
}

.l-main .l-card-lists {
    margin-top: 100px;
}

@media (max-width: 1199px) {
    .l-main .contents {
        min-height: auto;
    }
}

.l-sub .l-container {
    padding: 70px 0 170px;
}

.l-sub .c-projects-container + .l-contents {
    margin-top: 30px;
}

.l-sub .l-card-lists {
    margin-top: 110px;
}

.l-sub .l-m4nc-tab-lists {
    position: relative;
}

.l-sub .l-m4nc-tab-lists .l-m4nc-tab-client {
    position: absolute;
    right: 0;
    top: 0;
}

.l-sub .l-m4nc-tab-lists .l-m4nc-tab-client > span {
    font-size: 27px;
    font-weight: 700;
    color: #111;
    line-height: 1.22;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .l-sub .l-container {
        padding: 10px 0 100px;
    }

    .l-sub .l-card-lists {
        margin-top: 50px;
    }
    .l-sub .l-m4nc-tab-lists .l-m4nc-tab-client {
        top: -50px;
    }

    .l-sub .l-m4nc-tab-lists .l-m4nc-tab-client > span {
        font-size: 15px;
    }
}

.l-card-lists {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -100px -150px 0;
}

.l-card-lists .c-card {
    width: 300px;
    margin: 0 100px 150px 0;
}

@media (max-width: 1199px) {
    .l-card-lists {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 40px;
        grid-row-gap: 80px;
        margin: 0;
    }

    .l-card-lists .c-card {
        width: auto;
        max-width: none;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .l-card-lists {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 56px;
    }
}

@media (max-width: 639px) {
    .l-card-lists {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 20px;
    }

    .l-card-lists .c-card,
    .l-card-lists .c-card > a {
        min-width: 0;
    }

    .l-card-lists .c-card .c-card-tit > .c-card-txt {
        max-width: 100%;
    }

    .l-card-lists .c-card .c-card-tit > span > em {
        white-space: normal;
        overflow-wrap: break-word;
    }
}

.l-toolbar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-toolbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-toolbar-left .c-custom-select-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .l-toolbar-left .c-custom-select-options {
        display: none;
    }

    .l-toolbar-left .l-toolbar-btn:not(:first-child) {
        margin-left: 0;
    }
}

.l-toolbar-btn:not(:first-child) {
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .l-toolbar-btn:not(:first-child) {
        margin-left: 18px;
    }
}

.l-btn-wrap .c-btn--more {
    margin: 80px auto 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .l-btn-wrap .c-btn--more {
        margin-top: 50px;
    }
}

.l-m4nc-project {
    margin-top: 80px;
}

@media (max-width: 1199px) {
    .l-m4nc-project {
        margin-top: 60px;
    }
}

.l-section-info {
    margin-top: 80px;
    margin-right: calc(calc((100vw - 1200px) / 2) * -1);
}

.l-section-info .c-news-list .c-news:first-child {
    border-top: 1px solid #e8e8e8;
}

@media (max-width: 1199px) {
    .l-section-info {
        margin-top: 40px;
        margin-right: -20px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .l-section-info {
        margin-right: -400px;
    }
}

.l-m4nc-banner.l-section-info {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .l-m4nc-banner.l-section-info {
        margin-top: 30px;
    }
}

.l-m4nc-banner {
    padding: 50px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, transparent), to(#111));
    background: linear-gradient(to right, transparent 100%, #111 100%);
}

.l-m4nc-banner:after {
    content: "";
    display: block;
    clear: both;
}

.l-m4nc-banner .c-btn--brochure {
    display: block;
    position: absolute;
    top: -42px;
    right: calc((100vw - 1200px) / 2);
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-weight: 500;
    color: #111;
    line-height: 1.67;
}

@media (max-width: 1199px) {
    .l-m4nc-banner .c-btn--brochure {
        top: -30px;
        right: 20px;
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .l-m4nc-banner {
        margin-right: -20px;
        padding: 30px 20px;
    }
}

.l-m4nc-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1160px;
}

@media (max-width: 1199px) {
    .l-m4nc-banner-wrapper {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.l-m4nc-banner-info {
    /* max-width: 556px; */
    max-width: 630px;
}

@media (max-width: 1199px) {
    .l-m4nc-banner-info {
        max-width: none;
        float: none;
    }
}

.l-m4nc-banner-info .l-m4nc-banner-tit {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.55;
}

@media (max-width: 1199px) {
    .l-m4nc-banner-info .l-m4nc-banner-tit {
        font-size: 16px;
        line-height: 1.625;
    }
}

.l-m4nc-banner-info .l-m4nc-banner-items {
    margin-top: 30px;
}

.l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item {
    display: inline-block;
    margin-right: 30px;
}

.l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item:last-child {
    display: block;
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item {
        display: block;
        margin-top: 10px;
        margin-right: 0;
    }
}

.l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item > span,
.l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item > div,
.l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item p {
    display: inline-block;
    font-size: 18px;
    line-height: 1.67;
}

@media (max-width: 1199px) {
    .l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item > span,
    .l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item > div,
    .l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item p {
        font-size: 14px;
    }
}

.l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item > span {
    display: block;
    color: #999;
    float: left;
    overflow: hidden;
    padding-right: 20px;
    opacity: 0;
}

.l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item > p,
.l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item > div {
    opacity: 0;
}

@media (max-width: 1199px) {
    .l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item > span {
        width: 45px;
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item > div {
        margin-left: 15px;
    }
}

.l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item p {
    color: #fff;
    white-space: nowrap;
}

.l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item p > a {
    color: #fff;
}

.l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item p > span {
    display: inline-block;
    margin: 0 10px;
    font-family: inherit;
    font-size: inherit;
    color: #999;
}

@media (max-width: 1199px) {
    .l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item p {
        white-space: normal;
    }

    .l-m4nc-banner-info .l-m4nc-banner-items .l-m4nc-banner-item p > span {
        margin: 0 20px;
        font-size: 11px;
        position: relative;
        top: 2px;
    }
}

.l-m4nc-banner-btns {
    /* margin-left: 875px; */
    float: right;
}

.l-m4nc-banner-btns .l-m4nc-banner-btn {
    width: 295px;
}

.l-m4nc-banner-btns .l-m4nc-banner-btn + .l-m4nc-banner-btn {
    margin-top: 15px;
}

@media (max-width: 1199px) {
    .l-m4nc-banner-btns {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }

    .l-m4nc-banner-btns .l-m4nc-banner-btn {
        width: 280px;
    }

    .l-m4nc-banner-btns .l-m4nc-banner-btn + .l-m4nc-banner-btn {
        margin-top: 10px;
    }
}

.l-location {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .l-location img {
        width: 100%;
    }
}

#contact {
    opacity: 0;
    visibility: hidden;
}

#contact .c-select select {
    padding: 11px 20px;
    line-height: 1.5;
    background-position: right 23px center;
}

@media (max-width: 1199px) {
    #contact .c-select select {
        padding: 5px 8px;
        background-position: right 14px top 12px;
    }
}

#contact .c-input input {
    padding: 14px 19px;
}

@media (max-width: 1199px) {
    #contact .c-input input {
        padding: 8px 9px;
    }
}

#contact .c-input textarea {
    padding: 15px 20px;
    height: 150px;
}

@media (max-width: 1199px) {
    #contact .c-input textarea {
        padding: 8px 9px;
        height: 102px;
    }
}

#contact .c-form-multi > *:first-child ~ * {
    margin-left: 10px;
}

@media (max-width: 1199px) {
    #contact .c-form-multi > *:first-child ~ * {
        margin-left: 0;
        margin-top: 10px;
    }
}

#contact .c-layer {
    width: 720px;
    padding-top: 59px;
}

@media (max-width: 1199px) {
    #contact .c-layer {
        width: 100%;
        padding-top: 41px;
        padding-left: 19px;
    }
}

#contact .c-layer-head {
    border-bottom: none;
}

#contact .c-layer-tit {
    width: 100%;
    text-align: center;
}

@media (max-width: 1199px) {
    #contact .c-layer-tit {
        text-align: left;
    }
}

#contact dt {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    /* line-height: 1.67; */
    line-height: 1.5;
}

@media (max-width: 1199px) {
    #contact dt {
        font-size: 14px;
    }
}

#contact dd {
    margin-top: 10px;
}

#contact dd > *:first-child ~ * {
    margin-top: 10px;
}

@media (max-width: 1199px) {
    #contact dd > *:first-child ~ * {
        margin-top: 10px;
    }
}

#contact dd + dd {
    margin-top: 30px;
}

#contact dd + dt {
    margin-top: 29px;
}

@media (max-width: 1199px) {
    #contact dd + dt {
        margin-top: 30px;
    }
}

#contact .c-layer-btn-submit {
    margin-top: 20px;

    /* @media (--mobile-viewport) {
            margin-top: 15px;
        } */
}

#client {
    display: none;
    opacity: 0;
    visibility: hidden;
}

#client .c-layer-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
}

#client .c-layer-tit {
    width: 100%;
    text-align: left;
}

#client .c-layer-txt {
    margin-top: 10px;
    font-size: 16px;
    color: #111;
    line-height: 1.63;
}

@media (max-width: 1199px) {
    #client .c-layer-txt {
        font-size: 12px;

        line-height: 1.5;
    }
}

/* footer */

#footer {
    width: 100%;
    max-height: 223px;
    padding: 70px 80px 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #111;
}

#footer .l-footer-logo {
    width: 203px;
    height: 21px;
    background-image: url("/assets/images/common/footer_logo_wh.png");
}

#footer .l-shortcut-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 30px;
}

#footer .l-shortcut:first-child .l-shortcut-list li {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

#footer .l-shortcut:first-child .l-shortcut-list li + li:before {
    content: "";
    width: 1px;
    height: 9px;
    display: inline-block;
    margin: 0 5px;
    background: url("/assets/images/common/bar.png") 0 0 no-repeat;
    vertical-align: middle;
}

#footer .l-shortcut:first-child .l-shortcut-list .c-email {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

@media (max-width: 1199px) {
    #footer .l-shortcut:first-child .l-shortcut-list .c-email {
        font-size: 12px;
        line-height: 2;
    }
}

#footer .l-shortcut:first-child .l-address {
    margin-top: 12px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

#footer .l-shortcut:last-child .l-shortcut-list li + li:before {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    margin: 0 12px;
    background: url("/assets/images/common/circle.png") 0 0 no-repeat;
    vertical-align: middle;
}

#footer .l-shortcut:last-child .l-shortcut-list .c-btn--brochure {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#footer .l-shortcut:last-child .l-copyright {
    margin-top: 12px;
    font-size: 14px;
    color: #999;
    line-height: 1.71;
    text-align: right;
}

#footer .l-shortcut-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    #footer {
        min-height: 250px;
        max-height: none;
        padding: 30px 20px;
    }

    #footer .l-footer-logo {
        width: 161px;
        height: 17px;
        background-image: url("/assets/images/common/footer_logo_wh@3x.png");
    }

    #footer .l-shortcut-group {
        display: block;
        margin-top: 15px;
    }
    #footer .l-shortcut .l-shortcut-list li {
        line-height: 1;
    }
    #footer .l-shortcut:first-child .l-shortcut-list li,
    #footer .l-shortcut:first-child .l-address {
        font-size: 12px;
        line-height: 2;
    }
    #footer .l-shortcut:first-child .l-shortcut-list li + li {
        margin-left: 10px;
    }
    #footer .l-shortcut:first-child .l-shortcut-list li + li:before {
        content: none;
    }

    #footer .l-shortcut:first-child .l-address {
        margin-top: 0;
    }

    #footer .l-shortcut:last-child {
        margin-top: 45px;
    }
    #footer .l-shortcut:last-child .l-shortcut-list li + li:before {
        margin: 0 9px;
        background: url("/assets/images/common/circle@3x.png") 0 0 no-repeat;
        background-size: 100% auto;
    }

    #footer .l-shortcut:last-child .l-shortcut-list li > a {
        min-height: 16px;
    }

    #footer .l-shortcut:last-child .l-shortcut-list .c-btn--brochure {
        font-size: 12px;
    }

    #footer .l-shortcut:last-child .l-copyright {
        margin-top: 0;
        font-size: 10px;
        line-height: 2.4;
        text-align: left;
    }
}

/* END footer */

#map {
    height: 600px;
}

@media (max-width: 1199px) {
    #map {
        height: auto;
    }
}

#ifrm {
    width: 100%;
    height: 100vh;
}

.u-blind {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.u-clfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.u-ls-04 {
    letter-spacing: -0.4px;
}

.u-br--mo {
    display: none;
}

@media (max-width: 1199px) {
    .u-br--mo {
        display: block;
    }
}

.u-br--pc {
    display: block;
}

@media (max-width: 1199px) {
    .u-br--pc {
        display: none;
    }
}

.u-br {
    display: block;
}

#popupView {
    display: none;
    opacity: 0;
    visibility: hidden;
}

/* 2021-06-17 추가 */

.l-main .swiper-container {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.l-main .swiper-container .swiper-wrapper {
    font-size: 0;
    white-space: nowrap;
}

.l-main .swiper-container .swiper-slide {
    width: 100%;
    display: inline-block;
    white-space: normal;
}

.l-main .swiper-container .swiper-pagination {
    display: inline-block;
    position: fixed;
    top: 26.823vw;
    right: 60px;
    z-index: 20;
}

.l-main .swiper-container .swiper-btn-ctrl {
    width: 45px;
    height: 45px;
    display: block;
    position: fixed;
    right: 60px;
    bottom: 30px;
    z-index: 10000;
    background: url("/assets/images/index/btn_pause.png") no-repeat center;
    text-indent: -9999px;
    overflow: hidden;
}

.l-main .swiper-container .swiper-btn-ctrl.is-paused {
    background: url("/assets/images/index/btn_play.png") no-repeat center;
}

.l-main .c-ref__item {
    /* width: 100vw; */
    height: 100vh;
    /* padding: 120px 0 0 355px;
    box-sizing: border-box; */
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.l-main .c-ref__item:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.25);
}

.l-main .c-ref__item > div {
    width: 100%;
    position: absolute;
    top: 120px;
    left: 355px;
}

.l-main .c-ref__tit-group {
    padding: 79.5px 0 79.5px 49px;
    box-sizing: border-box;
    position: relative;
    z-index: 20;
}

.l-main .c-ref__tit-group .bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.l-main .c-ref__tit-group > .c-ref__labels {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.l-main .c-ref__tit-group .c-ref__label {
    flex: none;
    display: block;
    margin-right: 15px;
    padding: 6px 15px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}

.l-main .c-ref__tit-group .c-ref__label:last-child {
    margin-right: 0;
}

.l-main .c-ref__tit {
    position: relative;
    z-index: 2;
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    line-height: 1.47;
    word-break: keep-all;
}

.l-main .c-ref__tit.line2 {
    font-size: 66px;
    line-height: 1.212;
}

.l-main .c-ref__txt {
    padding: 73px 0 0 49px;
    box-sizing: border-box;
    position: relative;
    z-index: 20;
    font-size: 20px;
    color: #fff;
    line-height: 1.75;
}

.l-main .c-ref__award {
    display: flex;
    align-items: center;
    position: absolute;
    top: 45px;
    right: 415px; /* [2021-06-22] 수정 : 위치 이동  */
    z-index: 2;
}

.l-main .c-ref__award > li:nth-child(1) {
    width: 126px;
    height: 43px;
    margin-right: 45px;
    background: url("/assets/images/icon_prize_reddot.png") no-repeat center;
}

.l-main .c-ref__award > li:nth-child(2) {
    width: 135px;
    height: 60px;
    background: url("/assets/images/icon_prize_idea.png") no-repeat center;
}

.l-main .c-ref__btn {
    width: 145px;
    height: 48px;
    display: block;
    margin: 40px 0 0 49px;
    position: relative;
    z-index: 20;
    background-color: transparent;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    color: transparent;
    text-align: center;
    line-height: 48px;
    letter-spacing: 0.8px;
}

.l-main .c-ref__btn.dark01 {
    background-color: #333;
    color: #fff;
}

.l-main .c-ref__btn.white01 {
    background-color: #fff;
    color: #111;
}

.l-main .c-ref__btn.orange01 {
    background-color: #f26e50;
    color: #fff;
}

.l-main .c-ref__btn.orange02 {
    background-color: #cf0000;
    color: #fff;
}

.l-main .c-ref__pagination > p {
    margin-bottom: 20px;
    text-align: right;
    transition: 350ms opacity ease;
    cursor: pointer;
}

.l-main .c-ref__pagination > p > span {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    vertical-align: middle;
    transition: 350ms font-size ease;
}

.l-main .c-ref__pagination > p:last-child {
    margin-bottom: 0;
}

.l-main .c-ref__pagination > p:before {
    content: "";
    width: 20px;
    height: 4px;
    display: inline-block;
    margin-right: 7px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: 450ms transform ease;
}

.l-main .c-ref__pagination > p.swiper-pagination-bullet-active > span {
    font-size: 22px;
}

.l-main .c-ref__pagination > p.swiper-pagination-bullet-active:before {
    transform: scaleX(1);
}

.l-main .c-ref__item--ibk .c-ref__tit-group .bg {
    border-top: none;
    border-bottom: none;
    background-color: #0085ff;
    opacity: 0.2;
}

.l-main .c-ref__item--shplus .c-ref__tit-group .bg {
    border-top: none;
    border-bottom: none;
    background-color: #000;
    opacity: 0.75;
}

.l-main .c-ref__item--sol .c-ref__tit-group .bg {
    border-top: none;
    border-bottom: none;
    background-color: #000;
    opacity: 0.25;
}

.l-main #footer {
    padding: 30px 0;
    box-sizing: border-box;
    background: transparent;
}

.l-main #footer > p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

/* 메인 팝업 : 2024-11-27 추가 */
.l-main .popup {
    position: fixed;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    z-index: 10000;
}

.l-main .popup .popup-content {
    width: auto;
}

.l-main .popup .popup-content img {
    width: 100%;
    object-fit: contain;
}

.l-main .popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10001;
    background: url(/assets/images/btn_pop_close_w.png) 0 0 no-repeat;
    background-size: 17px;
    width: 17px;
    height: 17px;
    text-indent: -9999px;

    /* top: -10px;
    right: -5px;
    z-index: 10001;
    background: #fff url(../btn_pop_close.png) 8px 7px no-repeat;
    padding: 16px;
    border-radius: 50%; */
}
/* //메인 팝업 : 2024-11-27 추가 */

@media (max-width: 1199px) {
    .l-main .swiper-container .swiper-pagination {
        top: 156.944vw;
        right: 20px;
    }

    .l-main .c-ref__item {
        background-size: cover;
        background-position: center;
    }

    /* [2022-04-19] 추가 */
    .l-main .c-ref__item.first {
        background-image:url(/assets/images/index/bg_bw_mo.png) !important;
    }
    /* //[2022-04-19] 추가 */

    .l-main .c-ref__item > div {
        top: 100px;
        left: 45px;
        width: calc(100% - 45px);
    }

    .l-main .c-ref__tit-group {
        padding: 64px 0 64px 25px;
    }

    .l-main .c-ref__tit-group .c-ref__label {
        margin-right: 5px;
        padding: 3px 10px;
        font-size: 12px;
    }

    .l-main .c-ref__tit {
        margin-top: 15px;
        font-size: 38px;
        line-height: 1.39;
    }

    .l-main .c-ref__tit.line2 {
        font-size: 38px;
        line-height: 1.39;
    }

    .l-main .c-ref__txt {
        display: none;
    }

    .l-main .c-ref__award {
        position: relative;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .l-main .c-ref__award + .c-ref__labels {
        margin-top: 30px;
    }

    .l-main .c-ref__award > li:nth-child(1) {
        width: 35px;
        height: 35px;
        margin-right: 10;
        background: url("/assets/images/icon_prize_reddot_m@3x.png") no-repeat center / 100% auto;
    }

    .l-main .c-ref__award > li:nth-child(2) {
        width: 45px;
        height: 35px;
        background: url("/assets/images/icon_prize_idea_m@3x.png") no-repeat center / 100% auto;
    }

    .l-main .c-ref__btn {
        width: 110px;
        height: 36px;
        margin: 20px 0 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0.65px;
    }

    .l-main .c-ref__pagination > p {
        margin-bottom: 10px;
    }

    .l-main .c-ref__pagination > p:before {
        width: 10px;
        height: 2px;
    }

    .l-main .c-ref__pagination > p > span {
        font-size: 13px;
        line-height: 1.46;
    }

    .l-main .c-ref__pagination > p.swiper-pagination-bullet-active > span {
        font-size: 17px;
    }

    .l-main .swiper-container .swiper-btn-ctrl {
        display: none;
    }

    .l-main #footer {
        display: none;
    }

    /* 메인 팝업 : 2024-11-27 추가 */
    .l-main .popup {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }

    .l-main .popup .popup-content {
        min-width: 340px;
    }

    .l-main .popup .close {
        position: absolute;
        top: 10px;
        background-size: 17px;
        width: 17px;
        height: 17px;
    }
    /* //메인 팝업 : 2024-11-27 추가 */
}

/* 메인 팝업 : 2024-11-27 추가 */
@media (max-width: 758px) {
    .l-main .popup .close {
        top: 7px;
        right: 4px;
        width: 13px;
        height: 13px;
        background: url(/assets/images/common/btn_close@3x.png);
        background-size: 100%;
    }
}
/* //메인 팝업 : 2024-11-27 추가 */
