html, body {
    height: 100%;
}

body {
    background: #fff;
    min-width: 360px;
}

.img-fit {
    width: 100%;
    position: relative;
}

#app {
    position: relative;
    min-height: 100%;
    padding-bottom: 200px;
}

.sub-page .max-width {
    position: relative;
    max-width: 1220px;
    padding: 0 30px;
    margin: auto;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;
    padding-top: 20px;
    z-index: 999;
    background-color: transparent;
}

.header-scroll {
    background-color: rgba(0,0,0,0.8);
    transition: background-color .3s cubic-bezier(.215,.61,.355,1);
}

header .logo {
    display: inline-block;
    width: 134px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

header .logo img {
    width: 100%;
    height: 100%;
}

header .header-nav {
    position: relative;
}

header .nav-container {
    margin-top: 6px;
}

.no-top header,
.w-page header {
    background-color: rgba(0,0,0,0.8);
    transition: background-color .3s cubic-bezier(.215,.61,.355,1);
}

header nav {
    display: inline-block;
    z-index: 11111;
}

header nav li {
    display: inline-block;
}

header nav a {
    color: #fff;
    display: block;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 600;
}

header nav a:hover {
    color: #ffc701;
}

header nav a span {
    display: inline-block;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
}

/*header nav .multi-nav a:hover span,*/
header nav .multi-nav.active a span {
    border-bottom: 2px solid #ffc701;
}

header nav .multi-nav > .multi-nav-inner {
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 999;
    right: 25px;
    top: 51px;
    border-radius: 5px;
    background-color: #ffc701;
}

header nav .multi-nav > .product-multi-nav {
    max-width: 750px;
    min-height: 75px;
    padding: 10px 0 0;
}

header nav .multi-nav > .product-multi-nav a span {
    padding: 0 0 5px 0;
}

header nav .multi-nav:nth-child(4) > .multi-nav-inner {
    right: 175px;
}

header.en nav .multi-nav:nth-child(3) > .multi-nav-inner {
    right: 175px;
}

header.en nav .multi-nav:nth-child(4) > .multi-nav-inner {
    right: 225px;
}

header nav .multi-nav > .multi-nav-inner ul {
    margin: auto;
    min-height: 43px;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
}

header nav .multi-nav > .multi-nav-inner li {
    float: left;
    background-color: #ffc701;
}

header nav .multi-nav > .multi-nav-inner li.nav-start {
    width: 37px;
    background: url('../img/common/nav_left.png') no-repeat 0 0;
}

header nav .multi-nav > .multi-nav-inner li.nav-end {
    width: 37px;
    background: url('../img/common/nav_right.png') no-repeat 0 0;
}

header nav .multi-nav > .multi-nav-inner ul a {
    color: #000;
    display: block;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

header nav .multi-nav > .multi-nav-inner ul a:hover {
    color: #fff;
}

header nav .multi-nav > .multi-nav-inner ul a:after {
    display: none;
}

header nav .multi-nav.multi-nav-show > .multi-nav-inner {
    display: inline-block;
    visibility: visible;
    height: 43px;
}

header #lang {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

header #lang ul {
    overflow: hidden;
}

header #lang li {
    display: inline-block;
    margin-left: 7px;
}

header #lang li a {
    display: block;
    width: 44px;
    height: 28px;
    font-family: "Jost", "Pretendard", "Noto Sans KR", "Nunito", sans-serif;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
}

header #lang li a:hover,
header #lang li.active a {
    color: #000;
    background-color: #ffc701;
    border: 1px solid #ffc701;
    font-weight: 600;
}

.side-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding-right: 20px;
    background-color: transparent;
    border: 0;
}

.side-icon {
    display: block;
    width: 28px;
    height: 28px;
    background: url('../img/common/menu_icon.png') no-repeat 0 0;
    background-size: 100% auto;
    text-indent: -9999px;
}

@media (max-width: 800px) {
    header .logo {
        width: 110px;
        height: 22px;
        line-height: 32px;
    }
}

.sidebar {
    background: #121212;
    width: 0;
    z-index: 3000;
}

.sidebar .wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 0 1.5rem;
    overflow-y: auto;
    box-sizing: border-box;
}

.sidebar-logo {
    display: block;
    height: 80px;
}

.sidebar-logo img {
    width: 108px;
    height: 21px;
    margin: 30px 20px;
}

.quitter {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    padding: 27px 20px 0 0;
}

.sidebar-nav ul li {
    width: 100%;
}

.sidebar-nav ul li .sidebar-item {
    display: block;
    width: 100%;
    height: 60px;
    color: #fff;
    padding: 18px 20px 18px 23px;
    font-size: 19px;
    font-weight: 600;
}

.sidebar-nav ul li .sidebar-item:hover,
.sidebar-nav ul li .sidebar-item.active {
    color: #ffc701;
}

.sidebar-nav ul li .sidebar-sub-nav {
    background: url('../img/common/sidebar_arrow_down.png') no-repeat calc(100% - 22px) 55%;
    background-size: 24px 24px;
}

.sidebar-nav ul li .sidebar-sub-nav.active {
    background-image: url('../img/common/sidebar_arrow_up.png');
    display: block;
}

.sidebar-nav ul li .sidebar-sub {
    display: none;
    background-color: #000;
    padding: 10px 0 10px 35px;
}

.sidebar-nav ul li .sidebar-sub ul li a {
    display: block;
    width: 100%;
    height: auto;
    color: #bdbdbd;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.sidebar-nav ul li .sidebar-sub ul li a:hover,
.sidebar-nav ul li .sidebar-sub ul li a.active {
    color: #ffc701;
}

.sidebar .lang {
    margin: 40px 0 0 23px;
}

.sidebar .lang ul li {
    display: inline-block;
}

.sidebar .lang ul li a {
    font-family: "Jost", "Pretendard", "Noto Sans KR", "Nunito", sans-serif;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 23px;
    font-weight: 600;
    padding-right: 20px;
}

.sidebar .lang ul li a:hover,
.sidebar .lang ul li a.active {
    color: #ffc701;

}

#footer-section footer {
    position: static;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 236px;
    padding: 60px 0;
    background-color: #f8f8f8;
}

.footer-logo {
    float: left;
    padding-right: 50px;
}

.footer-box {
    color: #757575;
    float: left;
    font-size: 15px;
    font-weight: 400;
}

.footer-info {
    margin-bottom: 20px;
}

.footer-info p {
    margin: 0 0 8px 0;
    padding: 0;
}

.footer-info p span.divide {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin: 0 5px;
}

.footer-info p .footer-email {
    font-size: 15px;
}

.footer-info p br {
    display: none;
}

.footer-copyright {
    font-size: 13px;
}

.sub-top {
    position: relative;
    background-image: url("../img/common/sub_bg_company.jpg");
    background-size: cover;
    background-position: center center;
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
    height: 520px;
}

.sub-top .summary {
    position: absolute;
    z-index: 333;
    top: 360px;
    color: #fff;
}

.sub-top .summary .sub-link,
.sub-top .summary .sub-link a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.sub-top .summary .sub-link a:hover {
    color: #ffc701
}

.sub-top .summary .dot {
    display: inline-block;
    background: url("../img/common/sub_dot.png") no-repeat;
    width: 2px;
    height: 2px;
    font-size: 0;
    vertical-align: middle;
    margin: 0 7px;
    padding-bottom: 5px;
}

.sub-top .summary .sub-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    padding-top: 23px;
}

.sub-nav-wrap {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    font-size: 0;
    text-align: left;
}

.sub-nav-wrap .max-width {
    position: relative;
}

.sub-nav {
    overflow: hidden;
    white-space: nowrap;
}

.sub-nav li {
    display: inline-block;
    position: relative;
    margin: 0 60px 0 0;
}

.sub-nav li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    padding: 30px 0;
    color: #424242;
}

.sub-nav li a:hover,
.sub-nav li.active a {
    color: #121212;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #121212;
}

.sub-content {
    min-height: 350px;
    margin: auto;
    padding: 50px 0;
}

.align-box {
    width: 530px;
}

.align-img img {
    width: 100%;
}

.desc-box {
    clear: both;
}

.desc-box dt {
    font-size: 54px;
    font-weight: 800;
    line-height: 65px;
    text-align: left;
    letter-spacing: -0.5px;
    padding: 0 0 20px 0;
    margin: 0;
}

.desc-box dd {
    position: relative;
    color: #424242;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.bg-slogan {
    font-family: "Jost", "Pretendard", "Noto Sans KR", "Nunito", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #f8f8f8;
}

.bg-slogan em {
    display: block;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;

}

@media (max-width: 1220px) {
    .sub-top {
        height: 400px;
    }

    .sub-top .summary {
        top: 260px;
    }

    .sub-top .summary .sub-title {
        font-size: 40px;
        font-weight: 800;
        line-height: 50px;
        padding-top: 15px;
    }

    .sub-nav li a {
        padding: 25px 0;
    }

    .bg-slogan {
        display: none;
    }

    .bg-slogan.organ-slogan {
        display: block;
    }

    .align-box {
        width: 460px;
    }

    .desc-box dt {
        font-size: 40px;
        line-height: 55px;
    }

    .desc-box dd {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 1024px) {
    .align-box {
        width: 420px;
    }
}

@media (max-width: 960px) {
    .align-box {
        width: 400px;
    }

    .desc-box dt {
        font-size: 32px;
        line-height: 42px;
    }

    .desc-box dd {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 900px) {
    .align-box {
        width: 350px;
    }
}

@media (max-width: 800px) {
    header {
        height: 65px;
        padding-top: 12px;
    }
    header .logo {
        line-height: 26px;
    }

    .sub-content .max-width {
        padding: 0 18px;
    }

    .sub-top {
        height: 340px;
    }

    .sub-top .summary {
        top: 230px;
    }

    .sub-top .summary .sub-title {
        font-size: 32px;
        line-height: 38px;
        padding-top: 10px;
    }

    .sub-nav li a {
        padding: 20px 0;
    }

    footer {
        height: 263px;
        padding: 40px 0;
    }

    .footer-logo {
        display: block;
        float: none;
        margin-bottom: 20px;
    }

    footer .logo {
        width: 94px;
        height: 20px;
    }

    .footer-box {
        display: block;
        float: none;
        font-size: 14px;
        font-weight: 300;
    }

    .footer-info p {
        margin: 0 0 6px 0;
    }

    .footer-info p span {
        font-size: 12px;
        line-height: 14px;
    }

    .footer-info p span.pc-show {
        display: none;
    }

    .footer-info p .footer-email {
        display: block;
        margin-top: 6px;
    }

    .footer-copyright {
        border-top: 1px solid #E8E8E8;
        padding-top: 20px;
    }

    .align-box {
        width: 100%;
    }

    .align-box.float-start,
    .align-box.float-end {
        float: none !important;
        display: block;
    }

    .desc-box dt {
        font-size: 36px;
        line-height: 42px;
    }

    .desc-box dd {
        font-size: 16px;
    }

    .align-img {
        padding: 15px 0 55px 0;
    }

    .bg-slogan {
        font-size: 20px;
        line-height: 20px;
    }

    .bg-slogan em {
        font-size: 45px;
        line-height: 45px;
    }

    .img-gray {
        filter: grayscale(0);
        filter: none; /* Applies to FF + IE */
        -webkit-filter: grayscale(0);
    }
}

@media (max-width: 600px) {
    .sub-nav {
        overflow-x: scroll;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .sub-nav::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }
}

.pc-show,
.max-show {
    display: none;
}

.mobile-show {
    display: block;
}

@media (min-width: 800px) {
    .pc-show {
        display: block;
    }

    .mobile-show {
        display: none;
    }
}

@media (min-width: 1220px) {
    .pc-show {
        display: block;
    }

    .max-show {
        display: block;
    }

    .min-show {
        display: none;
    }
}
