/* #Base */
/* Reset */

/* Helper Classes */
.sr-text {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    color: transparent;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
}

.show {
    display: block !important;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* #Common */
/* Animation */
/* ----------------------------------------------
 * Generated by Animista on 2022-7-21 14:57:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
                transform: translateZ(-80px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
                transform: translateZ(-80px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
/* Slider */
.slider-wrap {
    width: 100%;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    overflow: hidden;
}
.slider-wrap .keen-slider__slide {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    white-space: normal;
    vertical-align: top;
}
.slider-wrap.initialized, .slider-wrap[data-keen-slider-disabled] {
    opacity: 1;
    visibility: visible;
}
.initialized .keen-slider__slide {
    display: block;
}

/* Side Menu */
.side-nav {
    position: absolute;
    top: 18.4375rem;
    left: 0;
    width: 10.625rem;
    margin: 2.1875rem 0;
    text-align: right;
    list-style: none;
    z-index: 10;
}
.side-nav.is-fixed {
    position: fixed;
    top: 0;
}
.side-nav li {
    position: relative;
    padding: 1.25rem 0;
    font-size: 1.125rem;
    color: #A2A2A2;
    line-height: 1;
    letter-spacing: -0.02em;
    border-bottom: 1px solid #BEBEBE;
}
.side-nav li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #42917D;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.side-nav li + li {
    margin-top: 0.625rem;
}
.side-nav a {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.side-nav a:hover {
    color: #42917D;
}
.side-nav .on {
    font-weight: 900;
    color: #42917D;
}
.side-nav .on:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

/* Popup */
.layer-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    overflow-y: auto;
    -webkit-animation: fade-in 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
            animation: fade-in 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -webkit-perspective: 500px;
            perspective: 500px;
    z-index: 99;
}
.layer-popup.in {
    display: block !important;
}
.layer-popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.popup-container {
    display: inline-block;
    position: relative;
    max-width: 90%;
    width: 37.5rem;
    font-size: 1rem;
    margin: 0 auto;
    opacity: 0;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    background: #fff;
    overflow: hidden;
}

.in .popup-container {
    opacity: 1;
    -webkit-animation: fade-in-fwd 0.2s 0.2s both;
            animation: fade-in-fwd 0.2s 0.2s both;
}

.popup-header {
    position: sticky;
    min-height: 3.75rem;
    padding: 1.25rem 3.75rem 1.125rem 2.375rem;
    background: #42917D;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .popup-header {
        min-height: 3.125rem;
        padding: 0.875rem 2.625rem 0.875rem 1.125rem;
    }
}

.btn-close-popup {
    position: absolute;
    top: 1.25rem;
    right: 1.375rem;
    width: 1rem;
    height: 1rem;
    border: 0;
    background: url("../img/ic_popup_close.svg") no-repeat 0 0;
    background-size: contain;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .btn-close-popup {
        top: 1.125rem;
        right: 0.9375rem;
    }
}

.popup-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    line-height: 1;
}
@media screen and (max-width: 1024px) {
    .popup-title {
        font-size: 0.9375rem;
    }
}

.popup-content {
    position: relative;
    height: 50rem;
    max-height: 80vh;
    padding: 1.4375rem;
    overflow: hidden;
    overflow-y: auto;
}
@media screen and (max-width: 1024px) {
    .popup-content {
        max-height: 30.625rem;
    }
}

.terms-wrap {
    font-size: 1rem;
    line-height: 1.5625;
    color: #222;
    word-break: keep-all;
}
@media screen and (max-width: 1024px) {
    .terms-wrap {
        font-size: 0.75rem;
    }
}

/* #Layout */
@media (max-width: 414px) {
    html {
        font-size: 3.8647342995vw;
    }
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    font: normal 1em/1.4 "Avenir", "Noto Sans KR", sans-serif;
    letter-spacing: -0.05em;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    overflow-y: auto;
}
body.has-popup {
    overflow: hidden;
}

.skip {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    opacity: 0;
    border: 3px solid #3a7f6e;
    background: #42917D;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: -1;
}
.skip:focus, .skip:active {
    position: relative;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 99;
}

.is-fixed {
    overflow: hidden;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 10;
}
@media screen and (max-width: 1024px) {
    .header {
        padding: 1.125rem 0 1.0625rem;
    }
    .header.is-expand:after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: -1;
    }
}

.top-logo {
    position: absolute;
    top: 0;
    left: 2.375rem;
    bottom: 0;
    height: 3.75rem;
    width: 13.9375rem;
    margin: auto;
}
.top-logo a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../img/top_logo.png") no-repeat 0 0;
    background-size: contain;
}
@media screen and (max-width: 1024px) {
    .top-logo {
        position: relative;
        left: 0;
        width: 9.8125rem;
        height: 2.6875rem;
    }
    .top-logo a {
        background-image: url("../img/top_logo_mo.png");
    }
}

.btn-toggle-menu {
    display: none;
}
@media screen and (max-width: 1024px) {
    .btn-toggle-menu {
        display: block;
        position: absolute;
        top: 1.75rem;
        right: 1.375rem;
        width: 22px;
        border: 0;
        background: transparent;
        z-index: 1;
    }
    .btn-toggle-menu:before, .btn-toggle-menu:after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }
    .btn-toggle-menu .line {
        display: block;
        width: 100%;
        height: 3px;
        margin: 6px 0 6px auto;
        background: #fff;
        -webkit-transform-origin: 100% 50%;
            -ms-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
        -webkit-transform: scaleX(0.7);
            -ms-transform: scaleX(0.7);
                transform: scaleX(0.7);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    .btn-toggle-menu:hover .line, .btn-toggle-menu:focus .line {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
    }
}

.btn-close-menu {
    display: none;
}
@media screen and (max-width: 1024px) {
    .btn-close-menu {
        display: block;
        position: absolute;
        top: 1.875rem;
        right: 1.5rem;
        width: 1.0625rem;
        height: 1.0625rem;
        border: 0;
        background: url("../img/ic_menu_close.svg") no-repeat 0 0;
        background-size: contain;
        -webkit-transform: scale(0) rotate(90deg);
            -ms-transform: scale(0) rotate(90deg);
                transform: scale(0) rotate(90deg);
        -webkit-transition: -webkit-transform 0s 0.3s;
        transition: -webkit-transform 0s 0.3s;
        -o-transition: transform 0s 0.3s;
        transition: transform 0s 0.3s;
        transition: transform 0s 0.3s, -webkit-transform 0s 0.3s;
        z-index: 1;
    }
    .is-expand .btn-close-menu {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition-duration: 0.3s;
             -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
    }
}

@-webkit-keyframes slide-in-menu {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes slide-in-menu {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@-webkit-keyframes slide-out-menu {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}
@keyframes slide-out-menu {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}
#gnb {
    background: transparent;
}
@media screen and (max-width: 1024px) {
    #gnb {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 83.57%;
        max-width: 21.625rem;
        padding: 5rem 1rem;
        opacity: 0;
        visibility: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: #42917D;
        overflow: hidden;
        overflow-y: auto;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-animation: slide-out-menu 0.6s both;
                animation: slide-out-menu 0.6s both;
        z-index: 30;
    }
    .is-expand #gnb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-animation: slide-in-menu 0.6s both;
                animation: slide-in-menu 0.6s both;
    }
    .is-animate #gnb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #gnb nav {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 0;
        text-align: center;
        white-space: nowrap;
    }
    #gnb nav:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
}

.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.875rem 0;
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.top-menu > li {
    float: left;
}
.top-menu > li + li {
    margin-left: 5.4166666667vw;
}
.top-menu a {
    font-family: "Avenir", sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1;
    -webkit-transition: text-shadow 0.5s;
    -o-transition: text-shadow 0.5s;
    transition: text-shadow 0.5s;
}
.top-menu a:hover, .top-menu a:focus {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff;
}
@media screen and (max-width: 1024px) {
    .top-menu {
        display: inline-block;
        padding: 0;
        font-size: 1rem;
        text-align: left;
        white-space: normal;
        vertical-align: middle;
    }
    .top-menu > li {
        text-align: center;
        float: none;
    }
    .top-menu > li + li {
        margin-left: 0;
        margin-top: 4.8125rem;
    }
    .top-menu a {
        font-size: 1.5625rem;
    }
}

.btn-download {
    display: block;
    position: absolute;
    top: 0;
    right: 1.75rem;
    bottom: 0;
    height: 2.75rem;
    margin: auto;
    padding: 0.875rem 1.125rem 0.625rem;
    font-family: "Avenir", sans-serif;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.35);
    -webkit-transition: border 0.5s, text-shadow 0.5s, -webkit-box-shadow 0.5s;
    transition: border 0.5s, text-shadow 0.5s, -webkit-box-shadow 0.5s;
    -o-transition: border 0.5s, box-shadow 0.5s, text-shadow 0.5s;
    transition: border 0.5s, box-shadow 0.5s, text-shadow 0.5s;
    transition: border 0.5s, box-shadow 0.5s, text-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.btn-download:before {
    content: "";
    display: inline-block;
    width: 0.9375rem;
    height: 1.125rem;
    margin: -1px 8px 0 0;
    vertical-align: top;
    background: url("../img/ic_download.svg") no-repeat 0 0;
    background-size: contain;
}
.btn-download:hover {
    border-color: #fff;
    text-shadow: 0 0 10px #fff;
}
.btn-download:focus {
    text-decoration: underline;
}
@media screen and (max-width: 1024px) {
    .btn-download {
        position: relative;
        right: 0;
        margin: 4.8125rem auto 0;
    }
}

.footer {
    position: relative;
    margin: auto 0 0;
    padding: 4rem 0 5rem;
    background: #EFF2F6;
}
.footer:after {
    content: "";
    display: table;
    clear: both;
}
.footer a:hover, .footer a:focus {
    text-decoration: underline;
}
@media screen and (max-width: 1024px) {
    .footer {
        padding: 2.8125rem 0 2.375rem;
    }
}

.footer-logo {
    display: block;
    width: 7.875rem;
    height: 1.0625rem;
    margin: 0 0 2rem;
}
.footer-logo img {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1024px) {
    .footer-logo {
        width: 7.125rem;
        height: 0.9375rem;
        margin: 0 auto 1rem;
    }
}

.footer-menu {
    margin: 0 0 1.0625rem;
    list-style: none;
}
.footer-menu:after {
    content: "";
    display: table;
    clear: both;
}
.footer-menu li {
    position: relative;
    padding: 0 0.75rem 0 0;
    font-size: 0.875rem;
    color: #222;
    line-height: 1;
    float: left;
}
.footer-menu li + li {
    padding-left: 0.75rem;
}
.footer-menu li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 86%;
    margin: auto;
    border-left: 1px solid #222;
}
.footer-menu li:last-child:after {
    content: none;
}
@media screen and (max-width: 1024px) {
    .footer-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 0.875rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer-menu li {
        font-size: 0.75rem;
    }
}

.company-info {
    font-size: 0.875rem;
    color: #666;
    letter-spacing: 0;
    line-height: 1.7857142857;
    word-break: keep-all;
    float: left;
}
.company-info p {
    margin: 0 -0.75rem;
}
.company-info span {
    position: relative;
    padding: 0 0.75rem;
}
.company-info span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 0.75rem;
    margin: auto;
    border-left: 1px solid #C6C6C6;
}
.company-info span:last-child:after {
    content: none;
}
.company-info .copyright {
    margin-left: 0;
    margin-right: 0;
}
@media screen and (max-width: 1024px) {
    .company-info {
        font-size: 0.6875rem;
        text-align: center;
        line-height: 1.5909090909;
        float: none;
    }
    .company-info p {
        margin: 0;
    }
    .company-info .m-block {
        display: block;
    }
    .company-info .m-block:after {
        content: none;
    }
    .company-info span + span:after {
        content: none;
    }
}

.social-link {
    list-style: none;
    float: right;
}
.social-link li {
    float: left;
}
.social-link li + li {
    margin-left: 0.875rem;
}
.social-link a {
    display: block;
    width: 2.625rem;
    height: 2.625rem;
    overflow: hidden;
    border-radius: 100%;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.social-link a img {
    display: block;
    width: 100%;
    height: 100%;
}
.social-link a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 1024px) {
    .social-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0.75rem 0 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        float: none;
    }
    .social-link li + li {
        margin-left: 0.75rem;
    }
    .social-link a {
        width: 2.1875rem;
        height: 2.1875rem;
    }
}

.btn-top {
    display: block;
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 2.875rem;
    height: 2.875rem;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 5;
}
.btn-top img {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1024px) {
    .btn-top {
        width: 2.375rem;
        height: 2.375rem;
    }
}
.is-scrolled .btn-top {
    opacity: 1;
    visibility: visible;
}

.container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
}
@media screen and (max-width: 1024px) {
    .container {
        padding: 0 1.4375rem;
    }
}

.is-mobile {
    display: none;
}
@media screen and (max-width: 1024px) {
    .is-mobile {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .is-widescreen {
        display: none;
    }
}

.in-stack {
    opacity: 0;
}

.is-released {
    opacity: 1;
    -webkit-animation: fade-in-bottom 0.6s both;
            animation: fade-in-bottom 0.6s both;
}

.sub-header {
    height: 31.625rem;
    padding: 7.125rem 0 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    overflow: hidden;
}
.sub-header .container {
    padding-top: 5.625rem;
}
.sub-header .title {
    height: 2.375rem;
}
.sub-header .title img {
    display: block;
    max-height: 100%;
}
.sub-header .slogan {
    margin: 0.875rem 0 0;
    font-size: 2.1875rem;
    font-weight: 300;
    color: #31B292;
    line-height: 1.3428571429;
    word-break: keep-all;
}
.sub-header .slogan em {
    font-style: normal;
}
.sub-header.sub1 {
    background-image: url("../img/sub1_header_bg.jpg");
}
.sub-header.sub2 {
    background-image: url("../img/sub2_header_bg.jpg");
}
.sub-header.sub3 {
    background-image: url("../img/sub3_header_bg.jpg");
}
.sub-header.sub3 .title {
    height: 3.125rem;
}
.sub-header.sub4 {
    background-image: url("../img/sub4_header_bg.jpg");
}
@media screen and (max-width: 1024px) {
    .sub-header {
        height: 26.4375rem;
        padding-top: 4.875rem;
    }
    .sub-header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        padding-top: 0;
        padding-bottom: 4.875rem;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .sub-header .title {
        height: 1.25rem;
    }
    .sub-header .slogan {
        margin-top: 0.8125rem;
        font-size: 1.125rem;
        line-height: 1.4285714286;
    }
    .sub-header.sub1 {
        background-image: url("../img/sub1_header_bg_mo.jpg");
    }
    .sub-header.sub2 {
        background-image: url("../img/sub2_header_bg_mo.jpg");
    }
    .sub-header.sub3 {
        background-image: url("../img/sub3_header_bg_mo.jpg");
    }
    .sub-header.sub3 .title {
        height: 1.625rem;
    }
    .sub-header.sub4 {
        background-image: url("../img/sub4_header_bg_mo.jpg");
    }
}

.sub-body {
    padding: 6.125rem 0 0;
}
@media screen and (max-width: 1024px) {
    .sub-body {
        padding-top: 2.8125rem;
    }
}

.primary-title {
    margin: 0 0 4rem;
    font-size: 3.125rem;
    font-weight: 900;
    color: #222;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
    .primary-title {
        margin-bottom: 2.875rem;
        font-size: 1.5625rem;
    }
}

.secondary-title {
    margin: 0 0 1.25rem;
    font-size: 1.5625rem;
    font-weight: 900;
    color: #222;
    letter-spacing: 0;
    line-height: 1;
}
@media screen and (max-width: 1024px) {
    .secondary-title {
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }
}

.section {
    position: relative;
}
.section:after {
    content: "";
    display: table;
    clear: both;
}

/* #Pages */
/* Home */
.main-visual {
    position: relative;
    height: 100vh;
    max-height: 60.625rem;
    padding: 7.125rem 0 0;
    overflow: hidden;
}
.main-visual .visual-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    overflow: hidden;
    z-index: -1;
}
.main-visual .visual-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
}
.main-visual .visual-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
}
.main-visual .slider-wrap {
    height: 100%;
}
.main-visual .keen-slider__slide .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 0 4.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}
.main-visual .visual-title {
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transition: opacity 1.2s, -webkit-filter 1.2s;
    transition: opacity 1.2s, -webkit-filter 1.2s;
    -o-transition: filter 1.2s, opacity 1.2s;
    transition: filter 1.2s, opacity 1.2s;
    transition: filter 1.2s, opacity 1.2s, -webkit-filter 1.2s;
}
.main-visual .visual-title img {
    max-height: 100%;
}
@media (max-width: 1280px) {
    .main-visual .visual-title {
        height: 4.84375vw;
    }
}
.main-visual .active .visual-title {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
}
.main-visual .visual-desc {
    margin: 0.3714285714em 0;
    font-size: 2.1875rem;
    font-weight: 300;
    color: #31B292;
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transition: opacity 1.2s 0.2s, -webkit-filter 1.2s 0.2s;
    transition: opacity 1.2s 0.2s, -webkit-filter 1.2s 0.2s;
    -o-transition: filter 1.2s 0.2s, opacity 1.2s 0.2s;
    transition: filter 1.2s 0.2s, opacity 1.2s 0.2s;
    transition: filter 1.2s 0.2s, opacity 1.2s 0.2s, -webkit-filter 1.2s 0.2s;
}
@media (max-width: 1280px) {
    .main-visual .visual-desc {
        font-size: 2.734375vw;
    }
}
.main-visual .active .visual-desc {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
}
.main-visual .dots {
    position: absolute;
    bottom: 3.5rem;
    left: 0;
    right: 0;
    font-size: 0;
    line-height: 1;
    text-align: center;
}
.main-visual .dots .dot {
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0 0 0 3.28125vw;
    font-size: 1rem;
    vertical-align: top;
    border-radius: 100%;
    border: 0;
    background: #fff;
}
.main-visual .dots .dot:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -3.28125vw;
    width: 3.28125vw;
    border-top: 1px solid #fff;
    opacity: 0.3;
}
.main-visual .dots .dot:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin: -0.75rem 0 0 -0.75rem;
    opacity: 0;
    border: 1px solid #42917D;
    border-radius: 100%;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.main-visual .dots .dot:first-child {
    margin-left: 0;
}
.main-visual .dots .dot:first-child:before {
    content: none;
}
.main-visual .dots .dot > span {
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 1px;
    color: transparent;
    white-space: nowrap;
    overflow: hidden;
}
.main-visual .dots .dot--active {
    background-color: #42917D;
}
.main-visual .dots .dot--active:after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-animation: dot-active-ani 1.4s both infinite;
            animation: dot-active-ani 1.4s both infinite;
}
@media screen and (max-width: 1024px) {
    .main-visual {
        max-height: 33.375rem;
        padding-top: 4.875rem;
    }
    .main-visual .keen-slider__slide .container {
        padding-bottom: 3.375rem;
    }
    .main-visual .visual-title {
        max-width: 59.4202898551vw;
        height: auto;
        min-height: 7.4879227053vw;
    }
    .main-visual .visual-desc {
        max-width: 82%;
        margin-top: 1rem;
        font-size: 4.347826087vw;
        word-break: keep-all;
    }
    .main-visual .dots {
        bottom: 1.875rem;
    }
    .main-visual .dots .dot {
        width: 4px;
        height: 4px;
        margin-left: 1.375rem;
    }
    .main-visual .dots .dot:before {
        width: 1.375rem;
        height: 1.375rem;
        left: -1.375rem;
    }
    .main-visual .dots .dot:after {
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-left: -6px;
    }
}

@-webkit-keyframes dot-active-ani {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}

@keyframes dot-active-ani {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.main-entrance {
    padding: 11.25rem 0 41.875rem;
    font-size: 1.125rem;
    color: #222;
    line-height: 2.2222222222;
    text-align: center;
    word-break: keep-all;
    background: url("../img/main_section1_bg.jpg") no-repeat 50% 40%;
    background-size: 100% auto;
}
.main-entrance p {
    max-width: 46.375rem;
    margin: 0 auto 2.5rem;
}
.main-entrance p:last-child {
    margin-bottom: 0;
}
.main-entrance .slogan {
    width: 36.25rem;
    margin-bottom: 2.5rem;
}
.main-entrance .slogan img {
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .main-entrance {
        padding: 3rem 0 19.6875rem;
        font-size: 0.8125rem;
        line-height: 1.9230769231;
        background-size: 1024px auto;
    }
    .main-entrance p {
        max-width: none;
    }
    .main-entrance br {
        display: none;
    }
    .main-entrance .slogan {
        width: 49.0338164251vw;
        margin-bottom: 0.75rem;
    }
}

.main-project {
    position: relative;
    margin: -30.625rem 0 -14rem;
    z-index: 1;
}
.main-project .container {
    position: relative;
    overflow: hidden;
}
.main-project .container:after {
    content: "";
    display: table;
    clear: both;
}
.main-project .primary-title {
    margin-bottom: 2.5rem;
    text-align: left;
}
.main-project .btn-next-project {
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    width: 4.375rem;
    height: 3.125rem;
    border: 0;
    background: url("../img/main_project_arrow.svg") no-repeat 0 35%;
    background-size: 100% auto;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.main-project .btn-next-project:hover {
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
}
.main-project .btn-next-project:active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.main-project .slider-wrap {
    margin: 0 -5px;
}
.main-project .keen-slider__slide {
    position: relative;
    width: 17.421875%;
    padding: 0 5px;
    overflow: hidden;
    float: left;
}
.main-project .keen-slider__slide.on {
    width: 47.734375%;
}
.main-project .keen-slider__slide:hover .slide-bg img {
    -webkit-transform: translateX(-50%) scale(1.1);
        -ms-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
}
.main-project .slide-bg {
    position: relative;
    padding: 295.7746% 0 0;
    background: #000;
    overflow: hidden;
    z-index: -1;
}
.main-project .slide-bg img {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 100%;
    max-width: none;
    max-height: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.main-project .on .slide-bg {
    padding-top: 104.8252%;
}
.main-project .btn-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25ren;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: uppercase;
    word-break: keep-all;
    border: 0;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 1;
}
.main-project .btn-toggle span {
    display: block;
}
.main-project .on .btn-toggle {
    display: none;
}
.main-project .slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    padding: 0 8.9850249584% 12.0634920635%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(19, 19, 43, 0.7)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(19, 19, 43, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(19, 19, 43, 0.7) 100%);
    z-index: 1;
}
.main-project .on .slide-content {
    opacity: 1;
    visibility: visible;
}
.main-project .project-name {
    margin: 0 0 10px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #42917D;
    letter-spacing: 0;
    line-height: 1;
    opacity: 0;
    text-transform: uppercase;
    word-break: keep-all;
}
.main-project .on .project-name {
    -webkit-animation: slide-in-left 0.5s both;
            animation: slide-in-left 0.5s both;
}
.main-project .desc {
    margin: 10px 0 0;
    font-size: 1.25rem;
    color: #fff;
    opacity: 0;
    line-height: 1.45;
    word-break: keep-all;
    overflow: hidden;
}
.main-project .on .desc {
    -webkit-animation: slide-in-left 0.5s 0.1s both;
            animation: slide-in-left 0.5s 0.1s both;
}
@media screen and (max-width: 1024px) {
    .main-project {
        margin: -16rem 0 -10.625rem;
    }
    .main-project .primary-title {
        margin-bottom: 1.375rem;
        text-align: center;
    }
    .main-project .btn-next-project {
        right: 1.4375rem;
        width: 2.1875rem;
        height: 1.375rem;
    }
    .main-project .slider-wrap {
        width: auto;
        margin: 0 -1.4375rem;
    }
    .main-project .keen-slider__slide {
        width: auto;
        padding: 0 1.4375rem;
    }
    .main-project .keen-slider__slide.on {
        width: auto;
    }
    .main-project .slide-bg {
        padding-top: 103.3%;
    }
    .main-project .on .slide-bg {
        padding-top: 103.3%;
    }
    .main-project .btn-toggle {
        display: none;
    }
    .main-project .slide-content {
        left: 1.4375rem;
        right: 1.4375rem;
        padding: 0 1.4375rem 1.75rem;
        opacity: 1;
        visibility: visible;
    }
    .main-project .project-name {
        font-size: 1.25rem;
    }
    .main-project .on .project-name {
        -webkit-animation: none;
                animation: none;
    }
    .main-project .active .project-name {
        -webkit-animation: slide-in-left 0.5s both;
                animation: slide-in-left 0.5s both;
    }
    .main-project .desc {
        font-size: 0.8125rem;
        line-height: 1.4230769231;
    }
    .main-project .on .desc {
        -webkit-animation: none;
                animation: none;
    }
    .main-project .active .desc {
        -webkit-animation: slide-in-left 0.5s 0.1s both;
                animation: slide-in-left 0.5s 0.1s both;
    }
}

@-webkit-keyframes slide-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25px);
                transform: translateX(-25px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes slide-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25px);
                transform: translateX(-25px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
.profile-wrap .profile-pic {
    width: 16.875rem;
    float: left;
}
.profile-wrap .profile-content {
    margin: 0 0 0 20rem;
    padding: 3.125rem 2.6041666667vw 0 0;
    color: #fff;
    word-break: keep-all;
}
.profile-wrap .name {
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1;
}
.profile-wrap .name small {
    margin: 0 0 0 8px;
    font-size: 0.64em;
    letter-spacing: 0;
    vertical-align: middle;
}
.profile-wrap .job {
    margin: 6px 0 0;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1;
}
.profile-wrap .desc {
    margin: 1.375rem 0 0;
    font-size: 0.875rem;
    color: #A9CCC3;
    letter-spacing: 0;
    line-height: 1.4285714286;
}
.profile-wrap .desc em {
    font-weight: 900;
    font-style: normal;
    color: #fff;
}
.profile-wrap .career {
    margin: 1.5rem 0 0;
    list-style: none;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.5714285714;
}
@media screen and (max-width: 1024px) {
    .profile-wrap .profile-wrap {
        position: relative;
    }
    .profile-wrap .profile-pic {
        width: 20.875rem;
        float: none;
    }
    .profile-wrap .profile-content {
        margin: 0.75rem 0 0;
        padding: 0;
    }
    .profile-wrap .name {
        font-size: 1.4375rem;
    }
    .profile-wrap .name small {
        margin-left: 4px;
        font-size: 0.6956521739em;
    }
    .profile-wrap .name-group {
        position: absolute;
        top: 6.125rem;
        left: 12.3125rem;
        right: 0;
    }
    .profile-wrap .desc {
        margin-top: 0.75rem;
        font-size: 0.75rem;
        line-height: 1.4583333333;
    }
    .profile-wrap .career {
        margin-top: 1.25rem;
        font-size: 0.75rem;
        line-height: 1.5416666667;
    }
}

.main-team {
    padding: 21rem 0 11.875rem;
    background: #42917D;
    overflow: hidden;
}
.main-team .container {
    position: relative;
}
.main-team .slider-wrap {
    cursor: -webkit-grab;
    cursor: grab;
    overflow: visible;
}
.main-team #teamSlider {
    width: 42.5rem;
    z-index: 1;
}
.main-team #teamSlider.is-released {
    -webkit-animation: fade-in 0.6s both;
            animation: fade-in 0.6s both;
}
.main-team .keen-slider__slide {
    opacity: 0;
}
.main-team .keen-slider__slide.active {
    opacity: 1;
}
.main-team .thumb-wrap {
    position: absolute;
    top: 0;
    left: 33.125rem;
    width: 14.375rem;
    height: 14.375rem;
    overflow: visible;
}
.main-team .thumb-wrap.is-released {
    -webkit-animation: fade-in 0.6s both;
            animation: fade-in 0.6s both;
}
.main-team #teamThumb {
    width: 100%;
    background: transparent;
}
.main-team #teamThumb .keen-slider__slide {
    padding: 0 3.375rem 0 0;
    opacity: 0;
}
.main-team #teamThumb .active ~ .keen-slider__slide {
    opacity: 1;
}
.main-team .profile-wrap {
    height: 26.875rem;
}
.main-team .profile-thumb {
    padding: 3.125rem 0 0;
}
.main-team .profile-pic {
    width: 16.875rem;
}
.main-team .active .profile-content {
    padding: 3.125rem 2.5vw 0 0;
}
.main-team .dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    max-width: 1340px;
    margin: auto;
    font-size: 0;
    line-height: 1;
}
.main-team .dots .dot {
    height: 1px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1px;
    border: 0;
    background: rgba(255, 255, 255, 0.2);
    float: left;
}
.main-team .dots span {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    color: transparent;
    overflow: hidden;
}
.main-team .dots .dot--active {
    background: #fff;
}
@media screen and (max-width: 1024px) {
    .main-team {
        padding: 13.25rem 0 4.5rem;
    }
    .main-team #teamSlider {
        width: auto;
        max-width: 25rem;
    }
    .main-team .thumb-wrap {
        left: 20rem;
        width: 7.25rem;
        height: 7.25rem;
    }
    .main-team #teamThumb {
        width: 7.25rem;
        margin: 0 -1.4375rem;
    }
    .main-team #teamThumb .keen-slider__slide {
        padding: 0 1.4375rem;
    }
    .main-team .profile-wrap {
        height: auto;
    }
    .main-team .profile-thumb {
        padding-top: 4.375rem;
    }
    .main-team .profile-pic {
        width: 10.4375rem;
    }
    .main-team .active .profile-content {
        padding: 0;
    }
}
@media screen and (max-width: 414px) {
    .main-team .thumb-wrap {
        left: calc(100% - 168px);
    }
}

.main-feature {
    padding: 11rem 0 9.625rem;
}
.main-feature .slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-feature .keen-slider__slide {
    display: inherit;
    padding: 0 1.25vw;
    border-left: 1px solid rgba(213, 213, 213, 0.6);
}
.main-feature .keen-slider__slide:first-child {
    border-color: transparent;
}
.main-feature .keen-slider__slide:nth-child(2) {
    width: 41.7%;
    white-space: nowrap;
}
.main-feature .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    word-break: keep-all;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.main-feature .item:before {
    content: "";
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 auto 1.25rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.main-feature .feature1-1:before {
    background-image: url("../img/ic_feature1.svg");
}
.main-feature .feature1-2:before {
    background-image: url("../img/ic_feature2.svg");
}
.main-feature .feature2-1:before {
    background-image: url("../img/ic_feature3.svg");
}
.main-feature .feature2-2:before {
    background-image: url("../img/ic_feature4.svg");
}
.main-feature .feature2-3:before {
    background-image: url("../img/ic_feature5.svg");
}
.main-feature .feature3-1:before {
    background-image: url("../img/ic_feature6.svg");
}
.main-feature .feature4-1:before {
    background-image: url("../img/ic_feature7.svg");
}
.main-feature .title {
    display: block;
    margin: 0 0 1.7647058824em;
    font-size: 1.0625rem;
    font-weight: 500;
    color: #222;
    line-height: 1;
    white-space: nowrap;
}
.main-feature .cnt {
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #42917D;
    line-height: 1;
    white-space: nowrap;
}
.main-feature .cnt em {
    display: inline-block;
    margin: 0 4px 0 0;
    font-size: 3em;
    font-weight: 900;
    font-style: normal;
    vertical-align: baseline;
}
.main-feature .cnt span + span {
    margin-left: 1.25rem;
}
.main-feature .dots {
    display: none;
}
@media screen and (max-width: 1920px) {
    .main-feature .cnt em {
        font-size: 2.34375vw;
    }
}
@media screen and (max-width: 1024px) {
    .main-feature {
        padding: 3.5rem 0 4.375rem;
    }
    .main-feature .keen-slider__slide {
        padding: 0;
        border-left: 0;
    }
    .main-feature .keen-slider__slide:nth-child(2) {
        width: auto;
    }
    .main-feature .item {
        -ms-flex-line-pack: distribute;
            align-content: space-around;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        word-break: keep-all;
    }
    .main-feature .item:before {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 0.9230769231rem;
    }
    .main-feature .title {
        margin-bottom: 1em;
        font-size: 0.8125rem;
    }
    .main-feature .cnt {
        font-size: 0.75rem;
    }
    .main-feature .cnt em {
        font-size: 2.3333333333em;
    }
    .main-feature .dots {
        display: block;
        margin: 1.875rem 0 0;
        font-size: 0;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
    }
    .main-feature .dots .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px 0 0;
        font-size: 1rem;
        vertical-align: top;
        white-space: normal;
        border-radius: 100%;
        border: 0;
        background: #E3E3E3;
        overflow: hidden;
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0;
        -webkit-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s;
    }
    .main-feature .dots .dot span {
        position: absolute;
        display: block;
        width: 1px;
        height: 1px;
        color: transparent;
        opacity: 0;
        overflow: hidden;
    }
    .main-feature .dots .dot:last-child {
        margin-right: 0;
    }
    .main-feature .dots .dot--active {
        width: 1.4375rem;
        height: 10px;
        border-radius: 100px;
        background: #42917D;
    }
}

/* Vision */
.page-vision {
    position: relative;
}
.page-vision .section {
    padding: 4.625rem 0 7.8125rem;
    font-size: 1rem;
    color: #666;
    letter-spacing: 0;
    line-height: 1.875;
    word-break: keep-all;
}
.page-vision .section:first-child {
    padding-top: 0;
}
.page-vision p {
    margin: 0 0 1.875rem;
}
.page-vision p:last-child {
    margin-bottom: 0;
}
.page-vision .info-table {
    max-width: 29.75rem;
    margin: 1.875rem 0 0;
    border-left: hidden;
    border-right: hidden;
}
.page-vision .info-table td {
    height: 3.75rem;
    padding: 4px 0;
    font-size: 1rem;
    font-weight: 300;
    color: #222;
    letter-spacing: 0;
    border-bottom: 1px solid #D6D6D6;
    vertical-align: bottom;
}
.page-vision .info-table .label {
    width: 25%;
}
.page-vision .info-table .contact {
    font-weight: 700;
    color: #42917D;
}
.page-vision .section-greeting {
    background: #FAFAFA url("../img/greeting_bg.jpg") no-repeat 50% 100%;
    background-size: 100% auto;
}
.page-vision .section-greeting .headline {
    font-size: 1.25rem;
    font-weight: 700;
    color: #42917D;
    line-height: 1.5;
}
.page-vision .section-greeting .headline em {
    font-style: normal;
    border-bottom: 1px solid;
}
.page-vision .ceo-sign {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    text-align: right;
}
.page-vision .ceo-sign span {
    display: inline-block;
    margin: 0 0 0 8px;
    vertical-align: middle;
}
@media screen and (min-width: 1024px) {
    .page-vision .section {
        padding-left: 12.5rem;
    }
}
@media screen and (max-width: 1024px) {
    .page-vision .side-nav {
        display: none;
    }
    .page-vision .section {
        padding: 3.25rem 0 4.875rem;
        font-size: 0.8125rem;
    }
    .page-vision .section-about {
        padding-top: 0;
    }
    .page-vision p {
        margin-bottom: 1.4375rem;
    }
    .page-vision .info-table {
        margin-top: 1.4375rem;
    }
    .page-vision .info-table td {
        height: 3.25rem;
        font-size: 0.875rem;
    }
    .page-vision .info-table .label {
        width: 5rem;
    }
    .page-vision .section-greeting {
        background-size: 1024px auto;
    }
    .page-vision .section-greeting .headline {
        font-size: 1.0625rem;
    }
    .page-vision .ceo-sign {
        font-size: 10px;
    }
}

/* Team */
.section-team {
    padding: 0 0 11rem;
}
@media screen and (max-width: 1024px) {
    .section-team {
        padding-bottom: 5.875rem;
    }
}

.member-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -3rem 0 0 -4.375rem;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.member-list > li {
    width: 33.3%;
    margin: 3.125rem 0 0;
    padding: 0 0 0 4.375rem;
}
@media screen and (max-width: 1024px) {
    .member-list > li {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .member-list {
        display: block;
        margin-top: 0;
        margin-left: 0;
    }
    .member-list > li {
        width: auto;
        padding-left: 0;
    }
}
.member-list .profile-pic {
    margin: 0 auto;
    float: none;
}
.member-list .profile-content {
    margin: 3rem 0 0;
    padding: 0;
    color: #222;
}
.member-list .job {
    color: #42917D;
}
.member-list .desc {
    color: #666;
}
.member-list .desc em {
    color: inherit;
}
@media screen and (max-width: 1024px) {
    .member-list .profile-pic {
        max-width: 13.75rem;
    }
    .member-list .profile-content {
        margin: 0;
    }
    .member-list .name {
        font-size: 1.25rem;
    }
    .member-list .name small {
        font-size: 0.65em;
    }
    .member-list .name-group {
        position: static;
        top: 0;
        left: 0;
    }
    .member-list .job {
        font-size: 0.8125rem;
    }
    .member-list .desc {
        margin-top: 0.9375rem;
        font-size: 0.8125rem;
        line-height: 1.4230769231;
    }
    .member-list .career {
        margin-top: 1.25rem;
        font-size: 0.8125rem;
        line-height: 1.5384615385;
    }
}
@media screen and (max-width: 414px) {
    .member-list .profile-pic {
        width: 53.1400966184%;
    }
}

/* Project */
.page-project {
    padding-bottom: 4.625rem;
}
@media screen and (max-width: 1024px) {
    .page-project {
        padding-bottom: 3.25rem;
    }
}

.project-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
}
.project-list > li {
    width: 50%;
    padding: 0 0 0 1.25rem;
}
@media screen and (max-width: 1024px) {
    .project-list {
        display: block;
        margin-left: 0;
    }
    .project-list > li {
        width: auto;
        padding-left: 0;
    }
}

.project-info {
    position: relative;
}
.project-info .project-thumb {
    background: #000;
}
.project-info .project-thumb img {
    width: 100%;
}
.project-info .project-meta {
    position: relative;
    padding: 2.5rem 0 6.625rem;
    text-align: center;
}
.project-info .project-meta:before {
    content: "";
    display: block;
    position: absolute;
    top: -2.8125rem;
    left: 0;
    right: 0;
    width: 5.625rem;
    height: 5.625rem;
    margin: auto;
    border-radius: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 2.75rem auto;
}
.project-info .project1:before {
    background-image: url("../img/ic_project1.svg");
}
.project-info .project2:before {
    background-image: url("../img/ic_project2.svg");
}
.project-info .project3:before {
    background-image: url("../img/ic_project3.svg");
}
.project-info .project4:before {
    background-image: url("../img/ic_project4_1.svg");
}
.project-info .project-name {
    position: relative;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #42917D;
    text-transform: uppercase;
}
.project-info .desc {
    margin: 1.25rem 0 0;
    padding: 0 9.5238095238%;
    font-size: 1.125rem;
    color: #222;
    line-height: 1.4444444444;
    word-break: keep-all;
}
@media screen and (max-width: 1024px) {
    .project-info .project-meta {
        padding: 1.125rem 0 3rem;
    }
    .project-info .project-meta:before {
        top: -1.625rem;
        width: 3.25rem;
        height: 3.25rem;
        background-size: 1.3125rem auto;
    }
    .project-info .project-name {
        font-size: 1.25rem;
    }
    .project-info .desc {
        max-width: 41.875rem;
        margin: 10px auto 0;
        padding: 0;
        font-size: 0.8125rem;
        line-height: 1.7307692308;
    }
}

/* Career */
.section-steps {
    padding: 0 5rem 4.125rem;
}
@media screen and (max-width: 1024px) {
    .section-steps {
        padding: 0 0 3.75rem;
    }
}

.step-list {
    list-style: none;
}
.step-list > li {
    padding: 0 0 3.125rem;
    background: url("../img/ic_step_arrow.svg") no-repeat 4.0625rem calc(100% - 14px);
    background-size: auto 1.25rem;
}
.step-list > li:last-child {
    padding-bottom: 0;
    background: none;
}
.step-list .step-box {
    display: table;
    width: 100%;
    min-height: 9.625rem;
    word-break: keep-all;
    table-layout: fixed;
    border: 1px solid #42917D;
}
.step-list .label {
    display: table-cell;
    width: 9.625rem;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #42917D;
}
.step-list .num {
    display: block;
    margin: 0 0 0.75rem;
    font-size: 1.0625rem;
    color: #42917D;
    letter-spacing: 0;
    line-height: 1;
}
.step-list .num:after {
    content: "";
    display: block;
    width: 1rem;
    margin: 2px auto 0;
    border-top: 1px solid #42917D;
}
.step-list .title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #222;
    line-height: 1;
    letter-spacing: -0.07em;
}
.step-list .desc {
    display: table-cell;
    padding: 4px 5.7%;
    font-size: 1.125rem;
    color: #222;
    line-height: 1.7777777778;
    vertical-align: middle;
    background: #F5FFFC;
}
.step-list .desc em {
    font-style: normal;
    color: #42917D;
}
.step-list .desc .mailto {
    font-weight: 700;
    color: #42917D;
    text-decoration: underline;
}
@media screen and (max-width: 1024px) {
    .step-list > li {
        padding-bottom: 1.875rem;
        background-position: 2.8125rem calc(100% - 10px);
        background-size: auto 0.8125rem;
    }
    .step-list .step-box {
        min-height: 6.625rem;
    }
    .step-list .label {
        width: 6.5625rem;
    }
    .step-list .num {
        margin-bottom: 8px;
        font-size: 0.75rem;
    }
    .step-list .num:after {
        width: 11px;
    }
    .step-list .title {
        font-size: 0.9375rem;
    }
    .step-list .desc {
        padding: 1rem 1.4375rem;
        font-size: 0.8125rem;
    }
}

.section-recruit {
    padding: 5.75rem 0 10rem;
    background: #FAFAFA;
}
.section-recruit .secondary-title {
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .section-recruit {
        padding-top: 4.125rem;
        padding-bottom: 4.875rem;
    }
}

/* #Print */
@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    .header, .footer, .sub-header, .side-nav, .btn-top {
        display: none !important;
    }
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
}
