@charset "UTF-8";

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, 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,
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, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

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;
}

img {
    vertical-align: top;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    padding: 0;
    border: 0;
    cursor: pointer;
}

input, select, textarea, button {
    font: inherit;
    outline: none;
}

input:focus, select:focus, textarea:focus, button:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 116, 225, .2);
    -moz-box-shadow: 0 0 0 2px rgba(0, 116, 225, .2);
    box-shadow: 0 0 0 2px rgba(0, 116, 225, .2);
}

/**
폰트 설정
 */
@font-face {
    font-family: 'Noto Sans KR';
    src: url("../font/NotoSans-Thin.eot");
    src: url("../font/NotoSans-Thin.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSans-Thin.woff") format("woff");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url("../font/NotoSans-Light.eot");
    src: url("../font/NotoSans-Light.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSans-Light.woff") format("woff");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url("../font/NotoSans-Light.eot");
    src: url("../font/NotoSans-Light.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSans-Light.woff") format("woff");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url("../font/NotoSans-Regular.eot");
    src: url("../font/NotoSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSans-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url("../font/NotoSans-Medium.eot");
    src: url("../font/NotoSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSans-Medium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url("../font/NotoSans-Bold.eot");
    src: url("../font/NotoSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSans-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}

/**
유틸
 */
.u-clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.u-hidden {
    overflow: hidden;
    border: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
}

.u-global-width {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.u-global-width.is-wide {
    max-width: 1520px;
}

.u-display-none {
    display: none;
}

@media (min-width: 1025px) {
    .u-display-none\@gt-1024 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .u-display-none\@lte-1024 {
        display: none;
    }
}

@media (min-width: 721px) {
    .u-display-none\@gt-720 {
        display: none;
    }
}

@media (max-width: 720px) {
    .u-display-none\@lte-720 {
        display: none;
    }
}

.u-text-left {
    text-align: left;
}

.u-text-center {
    text-align: center;
}

.u-text-right {
    text-align: right;
}

/**
기본 스타일
 */
html, body {
    position: relative;
    min-width: 320px;
    overflow-x: hidden;

}

body {
    background: #fff;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    line-height: 1;
}

.form-checkbox input[type=checkbox] {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.form-checkbox input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
    cursor: pointer;
    overflow: hidden;
}

.form-checkbox input[type=checkbox] + label:before {
    content: '';
    position: relative;
    left: -22px;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin-right: -22px;
    background: url('../img/common/ico_checkbox_off@2x.png') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.form-checkbox input[type=checkbox]:checked + label:before {
    background-image: url('../img/common/ico_checkbox_on@2x.png');
}

/**
상단
 */
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header .logo {
    position: absolute;
    top: 40px;
    left: 60px;
    z-index: 6000;
}

.header .logo > a {
    display: block;
    width: 150px;
    height: 40px;
}

.header .logo > a img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.header .btn-menu {
    position: absolute;
    top: 32px;
    right: 60px;
    z-index: 6000;
    background: none;
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 24px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    right: 0;
    width: 34px;
    height: 4px;
    background-color: #000;
    transition-timing-function: ease;
    transition-duration: .32s;
    transition-property: transform, width, background-color;
}

.hamburger.is-active .hamburger-inner {
    width: 34px;
    background-color: #fff;
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg);
}

.hamburger-inner {
    top: 50%;
    display: block;
    width: 26px;
    margin-top: -2px;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .32s;
}

.hamburger-inner:after, .hamburger-inner:before {
    content: '';
    display: block;
}

.hamburger-inner:before {
    top: -10px;
    transition: top .1s ease-in .37s, opacity .1s ease-in;
}

.hamburger.is-active .hamburger-inner:before {
    top: 0;
    background-color: #fff;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0;
}

.hamburger-inner:after {
    bottom: -10px;
    transition: bottom .1s ease-in .37s, transform .34s cubic-bezier(.55, .055, .675, .19);
}

.hamburger.is-active .hamburger-inner:after {
    bottom: 0;
    background-color: #fff;
    transition: bottom .1s ease-out, transform .34s cubic-bezier(.215, .61, .355, 1) .12s, background-color .32s ease .12s;
    transform: rotate(-90deg);
}

.nav {
    display: table;
    position: fixed;
    top: 0;
    right: -660px;
    z-index: 5000;
    width: 100%;
    max-width: 660px;
    height: 100%;
    background: rgba(33, 134, 229, .87);
    overflow: auto;
    transition: right .3s ease-in-out;
}

html.nav-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

html.nav-open .nav {
    right: 0;
}

.nav-container {
    display: table-cell;
    vertical-align: middle;
}

.nav .menu-list {
}

.nav .menu-list > li {
    margin-top: 50px;
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

html.nav-open .nav .menu-list > li {
    animation-name: fade-in-up;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: .1s;
}

html.nav-open .nav .menu-list > li:nth-child(2) {
    animation-delay: .2s;
}

html.nav-open .nav .menu-list > li:nth-child(3) {
    animation-delay: .3s;
}

html.nav-open .nav .menu-list > li:nth-child(4) {
    animation-delay: .4s;
}

html.nav-open .nav .menu-list > li:nth-child(5) {
    animation-delay: .5s;
}

.nav .menu-list > li:first-child {
    margin-top: 0;
}

.nav .menu-list > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px 17px 70px;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -.02em;
    transition: color .3s ease-in-out;
}

.nav .menu-list > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #fff;
    opacity: 0;
    transform: translateY(-8px);
    transition: transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity .3s;
}

.nav .menu-list > li > a:hover:before {
    opacity: 1;
    transform: translateY(0);
}

.nav .menu-list > li > a.is-light-color {
    color: #a5d3ff;
}

@media (max-width: 720px) {
    .header .logo {
        top: 24px;
        left: 15px;
    }

    html.nav-open .header .logo > a {
        background: url('../img/common/logo_white@2x.png') no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .header .logo > a {
        width: 102px;
        height: 27px;
    }

    .header .logo > a img {
        opacity: 1;
        transition: opacity .3s ease-in-out;
    }

    html.nav-open .header .logo > a img {
        opacity: 0;
    }

    .header .btn-menu {
        top: 21px;
        right: 15px;
    }

    .hamburger {
        padding: 8px;
    }

    .hamburger-box {
        width: 20px;
        height: 16px;
    }

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        width: 20px;
        height: 2px;
    }

    .hamburger-inner {
        width: 15px;
        margin-top: -1px;
    }

    .hamburger.is-active .hamburger-inner {
        width: 20px;
    }

    .hamburger-inner:before {
        top: -7px;
    }

    .hamburger-inner:after {
        bottom: -7px;
    }

    .nav {
        right: -100%;
        max-width: none;
        background: #0074e1;
    }

    .nav .menu-list > li {
        margin-top: 30px;
    }

    .nav .menu-list > li > a {
        padding: 0 18px 10px 36px;
        font-size: 26px;
    }
}

/**
하단
 */
.footer {
    padding: 31px 0;
    background: #f8f8f8;
}

.footer .logo {
    width: 150px;
    height: 40px;
}

.footer .logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.footer address {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.64;
    word-break: keep-all;
}

.footer .contact-list > li strong {
    color: #2178b4;
    font-weight: 500;
}

.footer .copyright {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.64;
}

@media (min-width: 721px) {
    .footer .columns {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .footer .column {
        display: table-cell;
        vertical-align: middle;
    }

    .footer .column:first-child {
        width: 60%;
    }

    .footer .logo-container {
        display: table-cell;
        vertical-align: middle;
        padding-right: 50px;
    }

    .footer address {
        display: table-cell;
        vertical-align: middle;
    }

    .footer .contact-list > li {
        float: left;
        margin-right: 16px;
    }

    .footer .copyright {
        text-align: right;
    }
}

@media (max-width: 720px) {
    .footer {
        padding: 35px 0 25px;
    }

    .footer .logo {
        width: 102px;
        height: 27px;
    }

    .footer address,
    .footer .copyright {
        font-size: 13px;
    }

    .footer address {
        margin-top: 13px;
    }

    .footer .contact-list {
        margin-top: 10px;
    }

    .footer .copyright {
        margin-top: 13px;
    }
}

/**
상단 이동 버튼
 */
.btn-scroll-top {
    position: fixed;
    right: 60px;
    bottom: -80px;
    display: block;
    width: 70px;
    height: 70px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #0074e1;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.02em;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: bottom .6s ease-in-out;
}

.btn-scroll-top.is-animated {
    bottom: 60px;
}

.btn-scroll-top:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto 6px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #0074e1;
}

@media (max-width: 720px) {
    .btn-scroll-top {
        right: 15px;
        bottom: -75px;
        width: 65px;
        height: 65px;
        padding-top: 18px;
        font-size: 17px;
    }

    .btn-scroll-top.is-animated {
        bottom: 15px;
    }
}

/**
비주얼
 */
.visual {
    position: relative;
    display: table;
    width: 100%;
}

.visual-container {
    display: table-cell;
    vertical-align: middle;
}

@keyframes title-zoom-in {
    0% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.visual .en-copy {
    color: #000;
    font-size: 90px;
    font-weight: 100;
    letter-spacing: -.04em;
    line-height: 1.16;
}

.visual .en-copy strong {
    color: #0074e1;
}

.visual .desc {
    margin-top: 70px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -.04em;
    line-height: 1.58;
}

.visual .desc strong {
    color: #0074e1;
    font-weight: 400;
}

.visual-object1 {
    position: absolute;
    top: -8.14%;
    right: -18.28125%;
    z-index: -1;
    width: 57.65625%;
    height: 105.09%;
    background: url('../img/main/visual_bg1.png') no-repeat right top;
    -webkit-background-size: contain;
    background-size: contain;
}

.visual-object2 {
    position: absolute;
    top: 65.37%;
    left: -24.84375%;
    z-index: -1;
    width: 52.39%;
    height: 86.48%;
    background: url('../img/main/visual_bg2.png') no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
}

.visual .button-wrap {
    text-align: center;
}

.visual .btn-scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 60px;
    margin: 0 auto;
    padding: 5px 0 35px;
    background: none;
    color: #313131;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -.02em;
    text-align: center;
}

@keyframes scroll-down {
    0% {
        opacity: .5;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(10px);
    }
}

.visual .btn-scroll-down:before,
.visual .btn-scroll-down:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 14px;
    height: 7px;
    margin: 0 auto;
    background: url('../img/main/ico_arrow_down@2x.png') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    animation: scroll-down 1s ease-in-out infinite alternate;
}

.visual .btn-scroll-down:before {
    bottom: 16px;
}

.visual .btn-scroll-down:after {
    bottom: 10px;
}

@media (min-width: 721px) {
    .visual .en-copy > span {
        display: block;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }

    .visual .en-copy.is-animated > span {
        opacity: 1;
        animation: title-zoom-in .9s ease-in-out;
    }

    .visual .en-copy.is-animated > span:nth-child(2) {
        transition-delay: .1s;
        animation-delay: .1s;
    }

    .visual .en-copy.is-animated > span:nth-child(3) {
        transition-delay: .2s;
        animation-delay: .2s;
    }

    .visual .desc > span {
        display: block;
        overflow: hidden;
    }

    .visual .desc > span > span {
        display: block;
        opacity: 0;
        transform: translateY(120%);
        transition: opacity 1.3s ease-in-out, transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .visual .desc.is-animated > span > span {
        opacity: 1;
        transform: translateY(0);
    }

    .visual .desc.is-animated > span:nth-child(2) > span {
        transition-delay: .2s;
    }
}

@media (max-width: 720px) {
    .visual .en-copy {
        font-size: 40px;
    }

    .visual .en-copy .m-row {
        display: block;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }

    .visual .en-copy.is-animated .m-row {
        opacity: 1;
        animation: title-zoom-in .9s ease-in-out;
    }

    .visual .en-copy.is-animated .m-row.is-second {
        transition-delay: .1s;
        animation-delay: .1s;
    }

    .visual .en-copy.is-animated .m-row.is-third {
        transition-delay: .2s;
        animation-delay: .2s;
    }

    .visual .en-copy.is-animated .m-row.is-fourth {
        transition-delay: .3s;
        animation-delay: .3s;
    }

    .visual .desc {
        margin-top: 35px;
        font-size: 15px;
    }

    .visual .desc .m-outer {
        display: block;
        overflow: hidden;
    }

    .visual .desc .m-outer > .m-inner {
        display: block;
        opacity: 0;
        transform: translateY(120%);
        transition: opacity 1.3s ease-in-out, transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .visual .desc.is-animated .m-outer > .m-inner {
        opacity: 1;
        transform: translateY(0);
    }

    .visual .desc .m-outer.is-second > .m-inner {
        transition-delay: .2s;
    }

    .visual .desc .m-outer.is-third > .m-inner {
        transition-delay: .4s;
    }

    .visual .desc .m-outer {
        display: block;
        overflow: hidden;
    }

    .visual-object1 {
        top: -101px;
        right: -265px;
        width: 413px;
        height: 424px;
        background-image: url('../img/main/m/visual_bg1.png');
    }

    .visual-object2 {
        top: 339px;
        left: -120px;
        width: 294px;
        height: 302px;
        background-image: url('../img/main/m/visual_bg2.png');
    }

    .visual .btn-scroll-down {
        bottom: 40px;
        font-size: 14px;
    }
}

/**
섹션 공통
 */
.section {
    padding: 140px 0;
}

.sec-title {
    display: table;
    margin: 0 auto;
    color: #1b1b1b;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.sec-title > span {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.sec-title > span > span {
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    transform: translateY(120%);
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.sec-title.is-animated > span > span {
    opacity: 1;
    transform: translateY(0);
}

.sec-title.is-animated > span:nth-child(2) > span {
    transition-delay: .1s;
}

.sec-title.is-animated > span:nth-child(3) > span {
    transition-delay: .2s;
}

.sec-title:after {
    content: '.';
    position: relative;
    color: #0074e1;
    font-weight: 700;
    opacity: 0;
    left: -30%;
    transition: opacity 1s ease-out, left 1s ease-out;
}

.sec-title.is-animated:after {
    opacity: 1;
    left: 0;
}

.sec-desc {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: 1.9;
    text-align: center;
}

.sec-desc:before {
    content: '';
    display: block;
    width: 100px;
    border-top: 2px solid #1b1b1b;
    margin: 0 auto;
    padding-bottom: 30px;
    transform: scaleX(0);
    transition: transform 1s ease-in-out;
}

.sec-desc.is-animated:before {
    transform: scaleX(1);
}

.sec-desc > span {
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    transform: translateY(50%);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.sec-desc.is-animated > span {
    opacity: 1;
    transform: translateY(0);
}

.sec-desc strong {
    color: #0074e1;
    font-weight: 500;
}

@media (max-width: 720px) {
    .section {
        padding: 80px 0;
    }

    .sec-title {
        font-size: 32px;
    }

    .sec-desc {
        margin-top: 20px;
        font-size: 16px;
    }

    .sec-desc:before {
        width: 50px;
        padding-bottom: 15px;
    }
}

/**
How Are We Different?
 */
.how-are-we-diff {
    padding: 113px 0 0;
}

.how-are-we-diff h2 {
    color: #1b1b1b;
    font-size: 80px;
    font-weight: 200;
    letter-spacing: -.03em;
    line-height: 1.1875;
    text-align: center;
}

.how-are-we-diff h2 strong {
    color: #0074e1;
    font-weight: 500;
}

.how-are-we-diff .copy {
    margin-top: 48px;
    text-align: center;
}

.how-are-we-diff .copy img {
    max-width: 100%;
}

.how-are-we-diff .copy2 {
    max-width: 690px;
    margin: 40px auto 0;
    padding: 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f0f8ff;
    color: #1b1b1b;
    font-size: 24px;
    letter-spacing: -.03em;
    line-height: 1.5;
    text-align: center;
}

.how-are-we-diff .copy2 strong {
    color: #0074e1;
    font-weight: 700;
}

.how-are-we-diff .diff-container {
    position: relative;
    margin-top: 58px;
    background: #0074e1;
}

.how-are-we-diff .diff-list {
    overflow: hidden;
}

.how-are-we-diff .diff-list .item {
    float: left;
    width: 33.333333%;
    outline: 0 !important;
}

.how-are-we-diff .diff-list .item .title-area {
    position: relative;
    padding: 24px 30px 62px;
    background: #fff;
    text-align: center;
}

.how-are-we-diff .diff-list .item .title-area:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 16px solid #fff;
}

.how-are-we-diff .diff-list .item h3 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 6px;
    color: #1b1b1b;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1;
}

.how-are-we-diff .diff-list .item h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0074e1;
}

.how-are-we-diff .diff-list .item .desc {
    margin-top: 25px;
    color: #1b1b1b;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1.5;
    word-break: keep-all;
}

.how-are-we-diff .diff-list .item .desc strong {
    color: #0074e1;
}

.how-are-we-diff .detail-wrapper {
    position: relative;
    padding: 44px 0;
}

.how-are-we-diff .detail-list {
    display: table;
    margin: 0 auto;
    padding: 30px 20px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.how-are-we-diff .detail-list > li {
    margin-top: 18px;
    padding-left: 20px;
    background: url('../img/main/ico_bullet2@2x.png') no-repeat 0 5px;
    -webkit-background-size: 14px 12px;
    background-size: 14px 12px;
    color: #feffff;
    font-size: 16px;
    letter-spacing: -.03em;
    line-height: 1.375;
    word-break: keep-all;
}

.how-are-we-diff .detail-list > li:first-child {
    margin-top: 0;
}

/* animation */
.how-are-we-diff h2 > span {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.how-are-we-diff h2 > span > span {
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    transform: translateY(120%);
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.how-are-we-diff h2.is-animated > span > span {
    opacity: 1;
    transform: translateY(0);
}

.how-are-we-diff h2.is-animated > span:nth-child(2) > span {
    transition-delay: .1s;
}

.how-are-we-diff h2.is-animated > span:nth-child(3) > span {
    transition-delay: .2s;
}

.how-are-we-diff h2.is-animated > span:nth-child(4) > span {
    transition-delay: .3s;
}

.how-are-we-diff .copy > div {
    opacity: 0;
    transform: translateY(60%);
    transition: opacity 1.8s cubic-bezier(0.4, 0, 0.2, 1), transform 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.how-are-we-diff .copy > div.is-animated {
    opacity: 1;
    transform: translateY(0);
}

@keyframes drop-dot {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    30% {
        opacity: 1;
        transform: translateY(0);
    }

    60% {
        opacity: 1;
        transform: translateY(-5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.how-are-we-diff .diff-list .item h3.is-animated:before {
    animation: drop-dot .6s ease-in-out both .6s;
}

.how-are-we-diff .diff-list .item h3 > span {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.how-are-we-diff .diff-list .item h3 > span > span {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    opacity: 0;
    transform: translateY(120%);
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.how-are-we-diff .diff-list .item h3 > span > span:first-letter {
    color: #0074e1;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
}

.how-are-we-diff .diff-list .item h3.is-animated > span > span {
    opacity: 1;
    transform: translateY(0);
}

.how-are-we-diff .diff-list .item:nth-child(2) h3 > span > span {
    transition-delay: .1s;
}

.how-are-we-diff .diff-list .item:nth-child(3) h3 > span > span {
    transition-delay: .2s;
}

.how-are-we-diff .diff-list .item .desc {
    opacity: 0;
    transform: translateY(120%);
    transition: opacity .7s ease-in-out, transform .6s ease-in-out;
}

.how-are-we-diff .diff-list .item .desc.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.how-are-we-diff .detail-list > li {
    opacity: 0;
    transform: translateY(120%);
    transition: opacity .7s ease-in-out, transform .6s ease-in-out;
}

.how-are-we-diff .detail-list > li.is-animated {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 1025px) {
    .how-are-we-diff .detail-wrapper:before {
        content: '';
        position: absolute;
        top: 44px;
        left: -1px;
        bottom: 44px;
        width: 1px;
        background: #8ec8ff;
    }

    .how-are-we-diff .swipe-guide {
        display: none;
    }
}

@media (max-width: 1024px) {
    .how-are-we-diff .diff-list .item .title-area {
        padding-bottom: 102px;
    }

    .how-are-we-diff .diff-list .slick-dots {
        position: absolute;
        top: 183px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .how-are-we-diff .diff-list .slick-dots > li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 7px;
    }

    .how-are-we-diff .diff-list .slick-dots > li button {
        display: inline-block;
        vertical-align: top;
        width: 14px;
        height: 14px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #aaa;
        font-size: 0;
    }

    .how-are-we-diff .diff-list .slick-dots > li.slick-active button {
        width: 34px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background: #0074e1;
    }

    .how-are-we-diff .swipe-guide {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        z-index: 9999;
        width: 135px;
        height: 135px;
        margin: 0 auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0px 0px 9px 0px rgba(3, 2, 3, 0.15);
    }

    .how-are-we-diff .swipe-guide .text {
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        color: #0074e1;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -.02em;
        line-height: 1;
        text-align: center;
    }

    @keyframes swipe {
        0% {
            left: 30px;
            right: 0;
        }

        100% {
            left: 0;
            right: 30px;
        }
    }

    @keyframes swipe-arrow-left {
        0% {
            left: 10px;
            opacity: .5;
        }

        100% {
            left: 28px;
            opacity: 1;
        }
    }

    @keyframes swipe-arrow-right {
        0% {
            right: 10px;
            opacity: .5;
        }

        100% {
            right: 28px;
            opacity: 1;
        }
    }

    @keyframes hide-swipe-guide {
        0% {
            opacity: 1;
            visibility: visible;
        }

        100% {
            opacity: 0;
            visibility: hidden;
        }
    }

    .how-are-we-diff .swipe-guide .icon-hand-o-up {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 23px;
        width: 46px;
        height: 58px;
        margin: 0 auto;
        background: url('../img/main/m/ico_hand_o_up@2x.png') no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .how-are-we-diff .swipe-guide.is-animated .icon-hand-o-up {
        animation: swipe .8s linear infinite alternate;
    }

    .how-are-we-diff .swipe-guide .icon-arrow-left,
    .how-are-we-diff .swipe-guide .icon-arrow-right {
        position: absolute;
        top: 56px;
        width: 14px;
        height: 12px;
    }

    .how-are-we-diff .swipe-guide .icon-arrow-left {
        left: 28px;
        background: url('../img/main/m/ico_arrow_left@2x.png') no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .how-are-we-diff .swipe-guide.is-animated .icon-arrow-left {
        animation: swipe-arrow-left .8s linear infinite alternate-reverse;
    }

    .how-are-we-diff .swipe-guide .icon-arrow-right {
        right: 28px;
        background: url('../img/main/m/ico_arrow_right@2x.png') no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .how-are-we-diff .swipe-guide.is-animated .icon-arrow-right {
        animation: swipe-arrow-right .8s linear infinite alternate;
    }

    .swipe-guide.is-animated {
        animation: hide-swipe-guide .6s ease-in-out 1.5s both;
    }
}

@media (max-width: 720px) {
    .how-are-we-diff h2 {
        font-size: 40px;
    }

    .how-are-we-diff .copy {
        margin-top: 30px;
    }

    .how-are-we-diff .copy img {
        max-width: 317px;
    }

    .how-are-we-diff .copy2 {
        max-width: 295px;
        margin-top: 20px;
        padding: 6px;
        font-size: 16px;
    }

    .how-are-we-diff .diff-list {
        padding: 0 17px;
    }

    .how-are-we-diff .diff-list .item .title-area {
        padding: 16px 16px 51px;
    }

    .how-are-we-diff .diff-list .item h3 {
        padding-top: 3px;
        font-size: 27px;
    }

    .how-are-we-diff .diff-list .item h3 > span > span:first-letter {
        font-size: 37px;
    }

    .how-are-we-diff .diff-list .item h3:before {
        left: 10px;
        width: 5px;
        height: 5px;
    }

    .how-are-we-diff .diff-list .item .desc {
        margin-top: 16px;
        font-size: 17px;
    }

    .how-are-we-diff .detail-list {
        padding: 0;
    }

    .how-are-we-diff .detail-list > li {
        margin-top: 16px;
        font-size: 14px;
    }

    .how-are-we-diff .detail-wrapper {
        padding: 55px 0;
    }

    .how-are-we-diff .diff-list .slick-dots {
        top: 119px;
    }

    .how-are-we-diff .diff-list .slick-dots > li {
        margin: 0 4px;
    }

    .how-are-we-diff .diff-list .slick-dots > li button {
        width: 7px;
        height: 7px;
    }

    .how-are-we-diff .diff-list .slick-dots > li.slick-active button {
        width: 17px;
    }
}

/**
Success Cases
 */
.success-cases {
}

.success-cases .help {
    color: #1b1b1b;
    font-size: 16px;
    letter-spacing: -.02em;
    line-height: 1.5;
    text-align: center;
}

.success-cases .filter-container {
    margin-top: 60px;
}

/* 1depth */
.success-cases .ca-container {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

.success-cases .ca-container .btn-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 70px;
    height: 22px;
    margin: 4px auto;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: #dde5ec;
    overflow: hidden;
}

.success-cases .ca-container .btn-slide .ball {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 22px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: #0074e1;
    transition: left .3s ease-in-out;
}

.success-cases .ca-container .btn-slide.is-slide .ball {
    left: 30px;
}

.success-cases .ca-list {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.success-cases .ca-list > li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
}

.success-cases .ca-list > li .btn-ca {
    width: 100%;
    max-width: 300px;
    padding: 5px;
    background: none;
    color: #ccd7e3;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1.2;
}

.success-cases .ca-list > li .btn-ca.is-active {
    color: #0074e1;
}

/* 2depth */
.success-cases .tab {
}

.success-cases .tab > li {
    float: left;
    width: 185px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-cases .btn-tab {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    background: none;
    color: #959595;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -.04em;
}

.success-cases .btn-tab.is-active {
    color: #0074e1;
    font-weight: 400;
}

.success-cases .tab-container {
    margin-top: 80px;
}

.success-cases .case-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -80px -28px;
}

.success-cases .case-list > li {
    float: left;
    width: 332px;
    padding: 0 0 80px 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
    transform: translateY(5%);
    transition: opacity .7s ease-in-out, transform .6s ease-in-out;
}

.success-cases .case-list > li.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.success-cases .case-list > li.empty-list {
    width: 100%;
    padding: 140px 0;
    color: #959595;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.23;
    text-align: center;
}

.success-cases .case-list > li .item-inner {
    cursor: pointer;
}

.success-cases .case-list > li .top-container {
    position: relative;
    margin-bottom: 20px;
}

.success-cases .case-list > li .thumb img {
    max-width: 100%;
}

.success-cases .case-list > li .subject {
    padding: 8px;
    border: 1px solid #0074e1;
    color: #0074e1;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.23;
    text-align: center;
    word-break: keep-all;
}

.success-cases .case-list > li .category {
    margin-top: 15px;
    color: #959595;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -.04em;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
    word-break: keep-all;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
}

.success-cases .button-wrap {
    margin-top: 100px;
    text-align: center;
}

.success-cases .btn-more {
    min-width: 180px;
    height: 56px;
    background: #1b1b1b;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -.02em;
    transition: background-color .3s ease-in-out;
}

.success-cases .btn-more:focus,
.success-cases .btn-more:active,
.success-cases .btn-more:hover {
    background: #494949;
}

/* 진행 내역 */
.sc-detail-wrapper .content {
    padding: 0 14px;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: 1.57;
    word-break: keep-all;
}

.sc-detail-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.sc-detail-wrapper .content ul {
}

.sc-detail-wrapper .content ul > li {
    margin-top: 2px;
}

.sc-detail-wrapper .content ul > li:first-child {
    margin-top: 0;
}

.sc-detail-wrapper .content ul > li strong {
    display: block;
    padding-left: 8px;
    text-indent: -8px;
    color: #0074e1;
    font-weight: 500;
}

.sc-detail-wrapper .content ul > li strong:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin: 5px 4px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #434343 url('../img/main/ico_bullet@2x.png') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.sc-detail-wrapper .content ul > li p {
    margin-top: 2px;
    padding-left: 16px;
}

/* 운영 성과 */
.sc-detail-wrapper .performance {
    padding: 0 14px;
    color: #707070;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: 1.57;
    word-break: keep-all;
}

.sc-detail-wrapper .performance:before {
    content: '';
    display: block;
    margin: 16px 0;
    border-top: 1px solid #d2d2d2;
}

.sc-detail-wrapper .performance ul {
}

.sc-detail-wrapper .performance ul > li {
    padding: 0 8px;
}

@media (min-width: 721px) {
    .success-cases .filter-wrap {
        display: block !important;
    }

    .success-cases .btn-tab:after {
        content: '';
        border-bottom: 1px solid transparent;
        transition: border .3s ease-in-out;
    }

    .success-cases .btn-tab.is-active:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 4px;
        border-bottom: 4px solid #0074e1;
    }

    /* 썸네일 상세 내용 */
    .sc-detail-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 24px 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(242, 242, 242, .95);
        text-align: left;
    }

    .sc-detail-wrapper .btn-modal-close {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .success-cases .filter-wrap {
        max-width: 925px;
        margin: 0 auto;
    }

    .success-cases .tab-container {
        max-width: 996px;
        margin: 0 auto;
    }
}

@media (min-width: 721px) and (max-width: 1024px) {
    .success-cases .filter-wrap {
        max-width: 555px;
        margin: 0 auto;
    }

    .success-cases .tab-container {
        max-width: 664px;
        margin: 0 auto;
    }
}

@media (max-width: 720px) {
    .success-cases .help {
        font-size: 13px;
    }

    .success-cases .filter-container {
        margin-top: 35px;
    }

    .success-cases .filter-wrap {
        display: none;
        padding: 25px 0 0;
        background: #fff;
    }

    .success-cases .btn-open-filter {
        display: block;
        width: 100%;
        height: 45px;
        background: #0074e1;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: -.04em;
        text-align: center;
    }

    .success-cases .btn-open-filter .icon {
        display: inline-block;
        vertical-align: top;
        width: 16px;
        height: 16px;
        margin: 3px 0 0 6px;
        background: url('../img/main/ico_search@2x.png') no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .success-cases .ca-container {
        margin-bottom: 30px;
    }

    .success-cases .ca-list > li:first-child {
        padding-left: 10px;
    }

    .success-cases .ca-list > li:last-child {
        padding-right: 10px;
    }

    .success-cases .ca-list > li .btn-ca {
        max-width: 100px;
        font-size: 16px;
    }

    .success-cases .ca-container .btn-slide {
        margin: 8px auto;
    }

    .success-cases .tab-container {
        margin-top: 25px;
    }

    .success-cases .tab {
        margin: 0 -8px;
    }

    .success-cases .tab > li {
        width: 33.333333%;
        margin: 0;
        padding: 8px;
    }

    .success-cases .btn-tab {
        border: 1px solid #a0a0a0;
        height: 35px;
        font-size: 14px;
    }

    .success-cases .btn-tab.is-active {
        border-color: #0074e1;
    }

    .success-cases .case-list > li {
        width: 50%;
        padding: 0 0 25px 25px;
    }

    .success-cases .case-list > li.empty-list {
        padding: 70px 0;
        font-size: 16px;
        text-align: center;
    }

    .success-cases .case-list > li .subject {
        padding: 6px;
        font-size: 14px;
    }

    .success-cases .case-list > li .category {
        margin-top: 6px;
        font-size: 14px;
    }

    .success-cases .btn-more {
        min-width: 128px;
        height: 40px;
        font-size: 14px;
    }

    .sc-detail-box {
    }

    .sc-detail-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10000;
        padding: 10px 10px 0;
        background: rgba(229, 229, 229, .7);
        text-align: center;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .sc-detail-wrapper:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        margin-left: -0.05em;
    }

    .sc-detail-inner {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-width: 330px;
        height: auto;
        margin-bottom: 10px;
        padding: 30px 18px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #fff;
        color: #2b2e38;
        text-align: left;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    }

    .sc-detail-wrapper .content {
        font-size: 14px;
    }

    .sc-detail-wrapper .btn-modal-close {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 45px;
        height: 45px;
        background: url(../img/common/ico_modal_close@2x.png) no-repeat center;
        -webkit-background-size: 15px;
        background-size: 15px;
        overflow: visible;
    }
}

/**
Who We Are
 */
.who-we-are {
    padding: 120px 30px;
    background: #e8eff6 url('../img/main/bg_ad.png') no-repeat 0 0;
}

.who-we-are .sec-desc:before {
    display: none;
}

.who-we-are .who-we-are-container {
    max-width: 1500px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.who-we-are .who-we-are-wrapper {
    padding: 136px 30px 125px;
}

.who-we-are .box-desc {
    margin-top: 52px;
    padding: 32px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f3f7fb;
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -.03em;
    line-height: 1.72;
    word-break: keep-all;
}

.who-we-are .box-desc strong {
    color: #0074e1;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.03em;
}

.who-we-are .polygons {
    max-width: 552px;
    margin: -9px auto;
}

.who-we-are .polygons .item {
    position: relative;
    float: left;
    width: 33.333333%;
    padding-top: 33.333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #1b1b1b;
    font-size: 18px;
    letter-spacing: -.03em;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .7s ease-in-out;
}

.who-we-are .polygons .item.is-animated {
    opacity: 1;
}

.who-we-are .polygons .item:nth-child(2) {
    transition-delay: .2s;
}

.who-we-are .polygons .item:nth-child(3) {
    transition-delay: .4s;
}

.who-we-are .polygons .item:nth-child(1):after,
.who-we-are .polygons .item:nth-child(2):after {
    content: '';
    position: absolute;
    top: 50%;
    right: -19px;
    width: 38px;
    height: 2px;
    margin: -1px 0 0;
    background: #0074e1;
}

.who-we-are .polygons .item > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../img/main/polygon.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.who-we-are .polygons .item > div:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.who-we-are .polygons .item > div .center {
    display: inline-block;
    vertical-align: middle;
}

.who-we-are .polygons .item b {
    color: #0074e1;
    font-weight: 500;
}

.who-we-are .polygons .item > div {
    display: inline-block;
    vertical-align: middle;
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.who-we-are .blue-box {
    position: relative;
}

.who-we-are .blue-box:before {
    content: '';
    display: block;
    position: relative;
    z-index: 10;
    width: 2px;
    height: 80px;
    margin: 0 auto;
}

.who-we-are .blue-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 2px;
    height: 0;
    margin: 0 auto;
    background: #0074e1;
    transition: height .4s ease-in-out .4s;
}

.who-we-are .blue-box.is-animated:after {
    height: 80px;
}

.who-we-are .blue-box > div {
    position: relative;
    width: 224px;
    height: 254px;
    margin: -4px auto 0;
    background: url('../img/main/blue-box.png') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 0;
    transition: opacity .4s ease-in-out .6s;
}

.who-we-are .blue-box.is-animated > div {
    opacity: 1;
    animation: pulse 1s ease-in-out .6s;
}

.who-we-are .blue-box .icon {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 56px;
    height: 64px;
    margin: 0 auto;
    background: url('../img/main/ico_bulb@2x.png') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.who-we-are .blue-box .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1;
    text-align: center;
}

@media (min-width: 721px) {
    .who-we-are .sec-title {
        font-size: 64px;
    }

    .who-we-are .sec-desc {
        margin-top: 36px;
        font-size: 22px;
        line-height: 1.63;
        text-align: left;
    }
}

@media (min-width: 1281px) {
    .who-we-are .columns {
        display: table;
        table-layout: fixed;
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    .who-we-are .column {
        display: table-cell;
        vertical-align: middle;
    }

    .who-we-are .column:first-child {
        width: 53.174603%;
    }

    .who-we-are .sec-title {
        margin: 0;
        text-align: left;
    }
}

@media (max-width: 1280px) {
    .who-we-are .column {
        display: table;
        width: 100%;
        max-width: 552px;
        margin: 0 auto;
    }

    .who-we-are .column:nth-child(2) {
        margin-top: 52px;
    }

    .who-we-are .sec-title {
        text-align: center;
    }

    .who-we-are .sec-desc {
        text-align: center;
    }

    .who-we-are .box-desc {
        text-align: center;
    }
}

@media (max-width: 720px) {
    .who-we-are {
        padding: 15px;
    }

    .who-we-are .who-we-are-wrapper {
        padding: 65px 10px 45px;
    }

    .who-we-are .column {
        max-width: none;
    }

    .who-we-are .column:nth-child(2) {
        margin-top: 45px;
    }

    .who-we-are .box-desc {
        margin-top: 35px;
        padding: 35px;
        font-size: 14px;
    }

    .who-we-are .box-desc strong {
        font-size: inherit;
    }

    .who-we-are .polygons {
        max-width: 372px;
    }

    .who-we-are .polygons .item {
        font-size: 12px;
    }

    .who-we-are .polygons .item:nth-child(1):after,
    .who-we-are .polygons .item:nth-child(2):after {
        right: -15px;
        width: 30px;
    }

    .who-we-are .blue-box > div {
        width: 130px;
        height: 147px;
    }

    .who-we-are .blue-box:before,
    .who-we-are .blue-box.is-animated:after {
        height: 46px;
    }

    .who-we-are .blue-box .icon {
        top: 17px;
        width: 33px;
        height: 38px;
    }

    .who-we-are .blue-box .name {
        bottom: 40px;
        font-size: 17px;
    }
}

/**
How We Work
 */
.how-we-work {
    background: #f8f8f8;
}

.how-we-work .work-container {
    margin-top: 100px;
}

.how-we-work .work-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 -40px -40px;
}

.how-we-work .work-list > li {
    float: left;
    width: 16.66666667%;
    padding: 0 0 40px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: opacity .7s ease-in-out, transform .6s ease-in-out;
}

.how-we-work .work-list > li:nth-child(odd) {
    opacity: 0;
    transform: translateY(-20%);
}

.how-we-work .work-list > li:nth-child(even) {
    opacity: 0;
    transform: translateY(20%);
}

.how-we-work .work-list > li.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.how-we-work .work-list > li:nth-child(2),
.how-we-work .work-list > li:nth-child(5) {
    transition-delay: .1s;
}

.how-we-work .work-list > li:nth-child(3),
.how-we-work .work-list > li:nth-child(4) {
    transition-delay: .2s;
}

.how-we-work .work-list > li .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
    font-size: 0;
}

.how-we-work .work-list > li .icon:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.how-we-work .work-list > li .icon img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.how-we-work .work-list > li .item-inner {
    position: relative;
    min-height: 380px;
    padding: 40px 20px 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(3, 2, 3, 0.1);
    -moz-box-shadow: 0px 0px 18px 0px rgba(3, 2, 3, 0.1);
    box-shadow: 0px 0px 18px 0px rgba(3, 2, 3, 0.1);
}

.how-we-work .work-list > li:nth-child(odd) .item-inner {
    border-top: 6px solid #0074e1;
}

.how-we-work .work-list > li:nth-child(even) .item-inner {
    border-bottom: 6px solid #0074e1;
}

.how-we-work .work-list > li .item-inner:before {
    content: attr(data-number);
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #dcdcdc;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -.05em;
}

.how-we-work .work-list > li h3 {
    color: #0074e1;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.02em;
}

.how-we-work .work-list > li p {
    margin-top: 16px;
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: -.05em;
    word-break: keep-all;
}

@media (min-width: 1441px) {
    .how-we-work .work-list > li:nth-child(even) .item-inner {
        margin-top: 90px;
    }
}

@media (max-width: 1440px) and (min-width: 1025px) {
    .how-we-work .work-list > li:nth-child(2) .item-inner {
        margin-top: 90px;
    }

    .how-we-work .work-list > li:nth-child(4) .item-inner,
    .how-we-work .work-list > li:nth-child(6) .item-inner {
        margin-top: -90px;
    }
}

@media (max-width: 1440px) {
    .how-we-work .work-container {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
    }

    .how-we-work .work-list > li {
        width: 260px;
    }
}

@media (max-width: 1024px) {
    .how-we-work .work-container {
        max-width: 520px;
    }

    .how-we-work .work-list > li {
        width: 50%;
    }

    .how-we-work .work-list > li:nth-child(even) .item-inner {
        position: relative;
        top: 90px;
    }

    .how-we-work .work-list > li:nth-child(odd) .item-inner {
    }
}

@media (max-width: 720px) {
    .how-we-work .work-container {
        max-width: 345px;
        margin-top: 50px;
    }

    .how-we-work .work-list {
        margin: 0 0 -25px -25px;
    }

    .how-we-work .work-list > li {
        padding: 0 0 25px 25px;
    }

    .how-we-work .work-list > li .item-inner {
        min-height: 250px;
        padding: 25px 15px 63px;
        border-width: 4px !important;
    }

    .how-we-work .work-list > li:nth-child(even) .item-inner {
        position: relative;
        top: 45px;
    }

    .how-we-work .work-list > li .item-inner:before {
        right: 15px;
        bottom: 15px;
        font-size: 33px;
    }

    .how-we-work .work-list > li .icon {
        width: 45px;
        height: 45px;
        margin-bottom: 15px;
    }

    .how-we-work .work-list > li h3 {
        font-size: 18px;
    }

    .how-we-work .work-list > li p {
        margin-top: 12px;
        font-size: 14px;
    }
}

/**
광고 상품 소개
 */
.product-intro {
}

.product-intro .intro-container {
    position: relative;
    margin-top: 90px;
}

.product-intro .illust {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.product-intro .illust img {
    max-width: 100%;
    vertical-align: middle;
}

.circle-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 64%;
    height: 0;
    padding-top: 64%;
}

@keyframes circle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.circle-container .circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: circle 10s linear infinite;
}

@keyframes inner-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.circle-container .circle-list > li {
    position: absolute;
    width: 10.99%;
    height: 10.99%;
    animation: inner-circle 10s linear infinite;
}

.circle-container .circle-list > li:nth-child(1) {
    top: 12.44%;
    left: 32.36%;
}

.circle-container .circle-list > li:nth-child(2) {
    top: 12.44%;
    right: 32.36%;
}

.circle-container .circle-list > li:nth-child(3) {
    top: 27.38%;
    right: 15.35%;
}

.circle-container .circle-list > li:nth-child(4) {
    top: 49.79%;
    right: 11.61%;
}

.circle-container .circle-list > li:nth-child(5) {
    top: 71.36%;
    right: 21.99%;
}

.circle-container .circle-list > li:nth-child(6) {
    top: 77.59%;
    right: 44.39%;
}

.circle-container .circle-list > li:nth-child(7) {
    top: 71.36%;
    left: 21.99%;
}

.circle-container .circle-list > li:nth-child(8) {
    top: 49.79%;
    left: 11.61%;
}

.circle-container .circle-list > li:nth-child(9) {
    top: 27.38%;
    left: 15.35%;
}

@keyframes circle-zoom-in {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.circle-container .circle-list > li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    animation: circle-zoom-in 2s linear infinite;
}

.circle-container .circle-list > li:nth-child(2) img,
.circle-container .circle-list > li:nth-child(9) img {
    animation-delay: 1.5s;
}

.circle-container .circle-list > li:nth-child(3) img,
.circle-container .circle-list > li:nth-child(8) img {
    animation-delay: 2s;
}

.circle-container .circle-list > li:nth-child(4) img,
.circle-container .circle-list > li:nth-child(7) img {
    animation-delay: 2.5s;
}

.circle-container .circle-list > li:nth-child(5) img,
.circle-container .circle-list > li:nth-child(6) img {
    animation-delay: 3s;
}

.product-intro .intro-list {
}

.product-intro .intro-list > li h3 {
    color: #0074e1;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 30px;
}

.product-intro .intro-list > li h3:before {
    content: attr(data-number);
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #0074e1;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.product-intro .intro-list > li h3 span {
    font-size: .8em;
    vertical-align: bottom;
}

.product-intro .intro-list > li p {
    margin-top: 10px;
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.55;
    word-break: keep-all;
}

@media (min-width: 1025px) {
    .product-intro .illust {
        max-width: 58%;
        height: 618px;
        font-size: 0;
    }

    .product-intro .illust:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .product-intro .intro-list > li {
        position: absolute;
    }

    .product-intro .intro-list > li:nth-child(-n+3) {
        padding-left: 42px;
        opacity: 0;
        left: -10%;
        transition: opacity .8s ease-in-out, left .6s ease-in-out;
    }

    .product-intro .intro-list > li.is-animated:nth-child(-n+3) {
        opacity: 1;
        left: 0;
    }

    .product-intro .intro-list > li:nth-child(n+4) {
        padding-right: 42px;
        text-align: right;
        opacity: 0;
        right: -10%;
        transition: opacity .8s ease-in-out, right .6s ease-in-out;
    }

    .product-intro .intro-list > li.is-animated:nth-child(n+4) {
        opacity: 1;
        right: 0;
    }

    .product-intro .intro-list > li:nth-child(2),
    .product-intro .intro-list > li:nth-child(5) {
        transition-delay: .1s;
    }

    .product-intro .intro-list > li:nth-child(3),
    .product-intro .intro-list > li:nth-child(6) {
        transition-delay: .2s;
    }

    .product-intro .intro-list > li:nth-child(1) {
        top: 0;
    }

    .product-intro .intro-list > li:nth-child(2) {
        top: 240px;
    }

    .product-intro .intro-list > li:nth-child(3) {
        top: 490px;
    }

    .product-intro .intro-list > li:nth-child(4) {
        top: 0;
    }

    .product-intro .intro-list > li:nth-child(5) {
        top: 240px;
    }

    .product-intro .intro-list > li:nth-child(6) {
        top: 490px;
    }

    .product-intro .intro-list > li:nth-child(-n+3) h3:before {
        left: 0;
    }

    .product-intro .intro-list > li:nth-child(n+4) h3:before {
        right: 0;
    }
}

@media (max-width: 1024px) {
    .product-intro .illust {
        max-width: 537px;
        margin-bottom: 70px;
    }

    .circle-container {
        width: 100%;
        padding-top: 100%;
    }

    .product-intro .intro-list {
        width: 95%;
        margin: 0 auto;
    }

    .product-intro .intro-list > li {
        position: relative;
        margin-top: 30px;
        padding-left: 42px;
        opacity: 0;
        transform: translateY(20%);
        transition: opacity .7s ease-in-out, transform .6s ease-in-out;
    }

    .product-intro .intro-list > li.is-animated {
        opacity: 1;
        transform: translateY(0);
    }

    .product-intro .intro-list > li:first-child {
        margin-top: 0;
    }

    .product-intro .intro-list > li h3:before {
        left: 0;
    }
}

@media (max-width: 720px) {
    .product-intro .illust {
        max-width: 269px;
        margin-bottom: 35px;
    }

    .product-intro .intro-container {
        margin-top: 40px;
    }

    .product-intro .intro-list > li {
        padding-left: 26px;
    }

    .product-intro .intro-list > li h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .product-intro .intro-list > li h3:before {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .product-intro .intro-list > li p {
        font-size: 14px;
    }
}

/**
company-contact
 */
.company-contact {
    position: relative;
}

.company-contact .copy {
    color: #1b1b1b;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -.04em;
    line-height: 1.36;
    word-break: keep-all;
}

.company-contact .copy > span {
    display: block;
    opacity: 0;
    transform: translateY(-120%);
    transition: opacity .6s linear, transform .6s cubic-bezier(0.895, 0.030, 0.685, 0.220);
}

.company-contact .copy.is-animated > span {
    opacity: 1;
    transform: translateY(0);
}

.company-contact .copy > span:nth-child(1) {
    transition-delay: .05s;
}

.company-contact .copy strong {
    color: #0074e1;
    font-weight: 700;
}

.company-contact .copy .highlight {
    display: inline-block;
    padding: 0 4px 4px;
    background: #0074e1;
    color: #fff;
    line-height: 1;
}

.company-contact .contact-container {
    margin-top: 170px;
}

.company-contact .thick-line {
    position: relative;
    z-index: 10;
    width: 0;
    height: 80px;
    background: #0074e1;
    transition: width 1s cubic-bezier(0.470, 0.000, 0.745, 0.715), height .1s ease-in-out;
}

.company-contact .thick-line.is-animated {
    width: calc(50% - 240px);
}

.company-contact .desc {
    color: #1b1b1b;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -.06em;
    line-height: 1.59;
    word-break: keep-all;
}

.company-contact .desc strong {
    font-weight: 400;
}

.company-contact .button-wrap {
    margin-top: 60px;
    text-align: right;
}

.company-contact .btn {
    display: inline-block;
    vertical-align: middle;
    min-width: 230px;
    height: 60px;
    line-height: 60px;
    margin-left: 16px;
    background: #1b1b1b;
    color: #fff;
    font-size: 20px;
    letter-spacing: -.02em;
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
    transition: opacity 1.1s ease-in-out, transform 1s cubic-bezier(0.470, 0.000, 0.745, 0.715), background-color .3s ease-in-out;
    text-align: center;
}

.company-contact .btn:focus,
.company-contact .btn:active,
.company-contact .btn:hover {
    background: #494949;
}

.company-contact .btn.is-animated {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.company-contact .btn-primary {
    background: #0074e1;
}

.company-contact .btn-primary:focus,
.company-contact .btn-primary:active,
.company-contact .btn-primary:hover {
    background: #3390e7;
}

@media (min-width: 721px) {
    .company-contact .thick-line {
        position: absolute;
        left: 0;
        top: auto;
    }

    .company-contact .desc {
        margin-left: 0;
        padding: 6px 0;
        transition: margin-left 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) .03s;
    }

    .company-contact .desc.is-animated {
        margin-left: 33.333333%;
    }
}

@media (max-width: 1300px) {
    .company-contact .thick-line.is-animated {
        width: calc(33.333333% - 24px);
    }
}

@media (max-width: 720px) {
    .company-contact .contact-container {
        margin-top: 40px;
    }

    .company-contact .thick-line {
        height: 20px;
        margin-left: -15px;
        margin-bottom: 40px;
    }

    .company-contact .thick-line.is-animated {
        width: 265px;
    }

    .company-contact .copy {
        font-size: 31px;
        line-height: 1.32;
    }

    .company-contact .copy .text1 {
        margin-bottom: 10px;
        font-size: 31px;
    }

    .company-contact .copy .text2 {
        display: inline;
        font-size: 25px;
    }

    .company-contact .desc {
        font-size: 14px;
        opacity: 0;
        transform: translateX(-20%);
        transition: opacity 1s ease-in-out, transform .9s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    }

    .company-contact .desc.is-animated {
        opacity: 1;
        transform: translateX(0);
    }

    .company-contact .button-wrap {
        margin-top: 50px;
        text-align: center;
    }

    .company-contact .btn {
        display: table;
        min-width: 210px;
        height: 55px;
        margin: 15px auto 0;
        font-size: 18px;
        transform: translate3d(0, 20%, 0);
        line-height: 55px;
    }
}

/**
모달 팝업 shake 애니메이션
 */
@keyframes shake-horizontal {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

.app-modal {
    max-width: 660px;
    min-height: 532px;
    padding: 50px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}

.app-modal.is-error {
    animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

.app-modal h1, .app-section, .app-form-container .button-wrap {
    padding: 0 20px;
}

.app-modal h1 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 18px;
}

.app-modal h1:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 4px;
    height: 18px;
    margin-right: 6px;
    background: #0074e1;
}

.app-section {
    outline: 0;
}

.app-form-container {
    height: 0;
    margin-top: 35px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.app-form-container.is-show {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.app-form-container .top-group {
    min-height: 130px;
}

.app-form-container .form-columns {
    margin: -5px;
    overflow: hidden;
}

.app-form-container .form-column {
    float: left;
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.app-form-container h2 {
    color: #000;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -.04em;
    line-height: 1.29;
}

.app-form-container h2 strong {
    color: #0074e1;
    font-weight: 500;
}

.app-form-container h2 .help {
    display: block;
    margin-top: 6px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -.04em;
}

.app-form-container h2 .required {
    color: #0074e1;
}

.app-form-container .req-text {
    color: #0074e1;
    font-size: 16px;
    letter-spacing: -.04em;
    line-height: 1.5;
}

.app-form-container .content {
}

.app-form-container .form-input {
    width: 100%;
    height: 50px;
    padding: 0 12px;
    border: 1px solid #959595;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    font-size: 18px;
    letter-spacing: -.04em;
}

.app-form-container .form-input.is-error {
    background: #fffaf7;
    border-color: #e85600;
    outline-color: #e85600;
}

.app-form-container .form-input::placeholder {
    color: #959595;
}

.app-form-container .form-input.is-big {
    height: 90px;
    padding: 0 20px;
    font-size: 22px;
}

.app-form-container .form-hint {
    margin-top: 10px;
    color: #e85600;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -.04em;
}

.app-form-container .checkbox-list {
    margin: -10px 0;
    overflow: hidden;
}

.app-form-container .checkbox-list > li {
    float: left;
    width: 20%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    letter-spacing: -.04em;
}

.app-form-container .privacy {
    margin-top: 20px;
    color: #1b1b1b;
    font-size: 16px;
    letter-spacing: -.04em;
}

.app-form-container .privacy a {
    display: inline-block;
    vertical-align: top;
    padding-left: 6px;
    text-decoration: underline;
    outline: 0;
}

.app-form-container .button-wrap {
    margin-top: 40px;
    text-align: right;
}

.app-form-container .btn {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 60px;
    margin-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #1b1b1b;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.04em;
    text-align: center;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.app-form-container .btn:disabled {
    opacity: .5;
    cursor: default;
}

.app-form-container .btn-primary {
    background: #0074e1;
}

.app-modal .btn-modal-close {
    position: absolute;
    top: 0;
    right: -60px;
    display: block;
    width: 60px;
    height: 60px;
    background: url('../img/common/ico_modal_close@2x.png') no-repeat center;
    -webkit-background-size: 24px;
    background-size: 24px;
    overflow: visible;
}

/**
제출 버튼 로딩 애니메이션
 */
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(12px, 0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

.lds-ellipsis {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40px;
    height: 40px;
}

.lds-ellipsis div {
    position: absolute;
    top: 17px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 4px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 4px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 16px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 28px;
    animation: lds-ellipsis3 0.6s infinite;
}

@media (min-width: 721px) {
    .app-form-container .top-group.columns {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .app-form-container .top-group.columns .column {
        display: table-cell;
        vertical-align: top;
        padding-top: 62px;
        text-align: right;
    }

    .app-form-container .top-group.columns .column:first-child {
        width: 70%;
        padding-top: 0;
        text-align: left;
    }

    .app-form-container .form-column.is-half-width {
        max-width: 50%;
    }
}

@media (max-width: 1024px) {
    .app-modal .btn-modal-close {
        right: 0;
    }
}

@media (max-width: 720px) {
    .app-modal {
        max-width: 330px;
        padding: 30px 8px;
    }

    .app-modal h1, .app-section, .app-form-container .button-wrap {
        padding: 0 10px;
    }

    .app-form-container .top-group {
        min-height: 100px;
    }

    .app-modal h1 {
        font-size: 14px;
    }

    .app-form-container {
        margin-top: 25px;
    }

    .app-form-container h2 {
        font-size: 24px;
    }

    .app-form-container h2 .help {
        margin-top: 4px;
        font-size: 12px;
    }

    .app-form-container .req-text {
        margin-top: 4px;
        font-size: 12px;
    }

    .app-form-container .form-input {
        height: 40px;
        padding: 0 12px;
        font-size: 15px;
    }

    .app-form-container .form-input.is-big {
        height: 60px;
        padding: 0 12px;
        font-size: 15px;
    }

    .app-form-container .checkbox-list > li {
        width: 33.333333%;
        font-size: 13px;
    }

    .app-form-container .privacy {
        font-size: 14px;
    }

    .app-form-container .button-wrap {
        text-align: center;
    }

    .app-form-container .btn {
        width: 110px;
        height: 47px;
        margin: 0 4px;
        font-size: 15px;
    }

    .app-modal .btn-modal-close {
        width: 45px;
        height: 45px;
        -webkit-background-size: 15px;
        background-size: 15px;
    }
}

@media (max-width: 720px) {
    .app-modal {
        min-height: 460px;
    }

    .app-form-container .form-hint {
        font-size: 12px;
    }
}

/**
개인정보취급방침 모달
 */
.sub-modal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sub-modal-wrapper {
    display: none;
    position: fixed;
    z-index: 20000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 10px 10px 0;
    background: rgba(229, 229, 229, .7);
}

.sub-modal-wrapper:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}

.sub-modal {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
    max-width: 480px;
    padding: 50px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}

.sub-modal .content {
    padding: 0 20px;
    word-break: keep-all;
}

.sub-modal h1 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 18px;
}

.sub-modal h1:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 4px;
    height: 18px;
    margin-right: 6px;
    background: #0074e1;
}

.sub-modal section {
    margin: 20px 0;
}

.sub-modal section:first-child {
    margin-top: 30px;
}

.sub-modal h2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.5;
}

.sub-modal p {
    color: #1d1d1d;
    font-size: 16px;
    letter-spacing: -.04em;
    line-height: 1.5;
}

.sub-modal .button-wrap {
    margin-top: 40px;
    text-align: center;
}

.sub-modal .btn {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 60px;
    margin-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #1b1b1b;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.04em;
    text-align: center;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.sub-modal .btn-primary {
    background: #0074e1;
}

@media (max-width: 720px) {
    .sub-modal {
        max-width: 330px;
        padding: 30px 8px;
    }

    .sub-modal .content {
        padding: 0 10px;
    }

    .sub-modal h1 {
        font-size: 14px;
    }

    .sub-modal h2 {
        font-size: 14px;
    }

    .sub-modal p {
        font-size: 14px;
    }

    .sub-modal .btn {
        width: 110px;
        height: 47px;
        margin: 0 4px;
        font-size: 15px;
    }
}
