/*!
 * project
 * 
 * 
 * @author 
 * @version 1.0.0
 * copyright 2019. ISC licensed.
 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
    margin: 0;
    padding: 0;
}

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

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

img, fieldset, iframe {
    border: 0 none;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    vertical-align: bottom;
}

input, select, textarea, button {
    vertical-align: middle;
}

textarea {
    resize: none;
}

input::-ms-clear {
    display: none;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

button, input[type='button'], input[type='submit'], input[type='reset'], input[type='file'] {
    border-radius: 0;
    -webkit-appearance: button;
}

input[type="image"], input[type="text"], input[type="submit"], input[type="password"], input[type='search'] {
    border-radius: 0;
    -webkit-appearance: none;
}

input:checked[type='checkbox'] {
    -webkit-appearance: checkbox;
    background-color: transparent;
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

caption, legend {
    position: absolute;
    top: -9999px;
    left: -9999px;
    font-size: 0px;
    line-height: 0;
}

a {
    text-decoration: none;
    select-dummy: expression(this.hideFocus=true);
}

a:active {
    background-color: transparent;
}

body, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, button {
    /* font family, letter-spacing etc...*/
}

hr {
    display: none;
}

textarea, input {
    -webkit-apperence: none;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

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

blockquote, q {
    quotes: none;
}

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

sup, sub {
    line-height: 0;
}

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

html.locked-scroll {
    overflow: hidden;
}

body.locked-scroll {
    overflow-y: scroll;
}

ul, ol {
    zoom: 1;
}

ul:after, ol:after {
    content: '';
    clear: both;
    display: block;
}

body {
    overflow: hidden;
}

@font-face {
    font-family: 'Godo';
    font-style: normal;
    font-weight: 400;
    src: url("../font/godoRounded R.ttf");
    src: url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2") format("woff2"), url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff") format("woff");
}

@font-face {
    font-family: 'Godo';
    font-style: normal;
    font-weight: 700;
    src: url("../font/godoRounded L.ttf");
    src: url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2") format("woff2"), url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff") format("woff");
}

* {
    font-family: 'Godo', sans-serif;
}

html {
    height: 100%;
}

/* skipnavi */
.skip-navigator {
    position: relative;
    width: 100%;
    font-size: 0;
}

.skip-navigator a {
    position: absolute;
    top: -1005px;
    left: 0;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 14px;
    background-color: #f4f4e7;
    color: #212121;
    text-align: center;
}

.skip-navigator a:active,
.skip-navigator a:focus {
    overflow: hidden;
    top: 0;
    text-decoration: none;
    z-index: 101;
}

/* general styles */
body, html {
    height: 100%;
    margin: 0;
    color: #777;
    background: #232323;
}

h1 {
    color: #fff;
    font-weight: bold;
}

.wrap {
    width: 100%;
    height: 100%;
    padding: 0 10%;
    position: relative;
}

.wrap:after {
    content: '';
    display: block;
    clear: both;
}

.nav-header {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 999;
}

.nav-header .nav-brand {
    float: left;
    left: 10%;
    z-index: 600;
    padding-top: 25px;
}

.nav-header .nav-brand .logo {
    text-indent: -99999em;
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 999;
    background: url("../images/logo.png") no-repeat;
    background-size: 100%;
}

.nav-header .nav-brand .logo.black {
    background: url("../images/logo_black.png") no-repeat;
    background-size: 100%;
}

.nav-header .nav-brand .logo a {
    display: inline-block;
}

.nav-header .header-links {
    float: right;
    z-index: 500;
}

.nav-header .header-links ul {
    display: inline;
    float: right;
    padding-top: 50px;
    font-size: 16px;
}

.nav-header .header-links ul li {
    display: inline;
    float: left;
    padding: 0 30px;
    font-size: 20px;
}

.nav-header .header-links ul li a {
    font-style: italic;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in;
}

.nav-header .header-links ul li a:hover, .nav-header .header-links ul li a:after {
    color: #389bcc !important;
}

.nav-header .header-links ul li a:after {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    width: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: width 0.6s, opacity 0.8s;
    -o-transition: width 0.6s, opacity 0.8s;
    transition: width 0.6s, opacity 0.8s;
}

.nav-header .header-links ul li a.active {
    color: #389bcc !important;
}

.nav-header .header-links ul li a.active:hover, .nav-header .header-links ul li a.active:after {
    color: #389bcc !important;
}

.nav-header .header-links ul li a.active:after {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: '';
    opacity: 1;
    -webkit-transition: width 0.6s, opacity 0.8s;
    -o-transition: width 0.6s, opacity 0.8s;
    transition: width 0.6s, opacity 0.8s;
}

.menu {
    margin-top: 33px;
    padding: 0;
    float: right;
}

.menu li {
    float: left;
    cursor: pointer;
    padding: 6px 20px;
}

.menu li a {
    font-weight: 700;
    font-style: italic;
    color: #fff;
    font-size: 1.5rem;
}

.menu li a:hover {
    color: #389bcc;
}

/* slide out nav menu styles */
.nav-container {
    padding-top: 10%;
}

.nav-links {
    width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.nav-links ul {
    margin-top: 15%;
    text-align: center;
    padding-top: 10%;
}

.nav-links ul a {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 2.5;
    font-weight: bold;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

.nav-links ul a:hover {
    color: #FF6363;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#fp-nav ul li .fp-tooltip {
    color: #333333;
}

.video-banner {
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.65);
    left: 0;
    position: relative;
    top: 0;
    -webkit-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    overflow: hidden;
}

.video-banner #video-background {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: cover;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100% !important;
    overflow: hidden;
}

.video-banner #video-background video {
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
}

.home {
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
}

.home h2 {
    color: #fff;
    font-size: 2.25rem;
    width: 100%;
    line-height: 3.5rem;
    word-break: keep-all;
    font-style: italic;
}

.home h2 em {
    font-size: 2.25rem;
    color: #389bcc;
    font-weight: bold;
    font-style: italic;
}

.home p {
    padding-top: 20px;
    color: #fff;
    font-size: 1.25rem;
    width: 47%;
    line-height: 2rem;
    word-break: keep-all;
}

.home .opaque-bg {
    position: absolute;
    top: 40%;
    left: 10%;
    padding: 1px 1px 5px 5px;
}

.home .company_about {
    display: inline-block;
    text-align: center;
    width: 250px;
    height: 75px;
    border: 1px solid #f4e237;
    margin-top: 20px;
    padding: 14px 30px;
    color: #f4e237;
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}

.home .company_about em {
    font-size: 1rem;
}

.home .company_about:hover {
    color: white;
    background: #f4e237;
    border: 0;
}

.about {
    background: url("../images/section2.png") no-repeat center center;
    text-align: center;
    background-size: cover;
}

.about .about_animation {
    opacity: 0;
}

.about h2 {
    font-size: 40px;
    width: 100%;
    line-height: 3.5rem;
    word-break: keep-all;
    margin-top: 100px;
    color: #389bcc;
}

.about h2.title {
    text-align: center;
    padding-top: 230px;
    margin: 0;
}

.about h2 em {
    font-size: 50px;
    color: #389bcc;
    font-weight: bold;
    font-style: italic;
    margin: 0 auto;
}

.about p {
    padding-top: 20px;
    color: #333;
    font-size: 1.25rem;
    width: 40%;
    line-height: 2rem;
    word-break: keep-all;
    margin: 0 auto;
}

.about p em {
    color: #389bcc;
    font-weight: bold;
}

.value {
    background: url("../images/section3.png") no-repeat center center;
    position: relative;
}

.value h2.title {
    line-height: 3.5rem;
    text-align: left;
    margin-top: 150px;
}

.value h2 em {
    width: 100%;
    font-size: 40px;
    color: #f5ce34;
    font-weight: bold;
    font-style: italic;
}

.value ul {
    width: 100%;
    height: 70%;
    color: #fff;
    margin-top: 220px;
    position: relative;
}

.value ul li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 20%;
}

.value ul li.left10 {
    top: 20%;
    left: 30%;
}

.value ul li.left20 {
    top: 40%;
    left: 40%;
}

.value ul li.left30 {
    top: 60%;
    left: 50%;
}

.value ul li.left40 {
    top: 80%;
    left: 60%;
}

.value ul li dl {
    position: relative;
}

.value ul li dl dt {
    font-size: 40px;
    color: #ddd;
}

.value ul li dl dt span {
    font-size: 80px;
    font-weight: bold;
    color: #212121;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}

.value ul li dl dd {
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 70px;
    color: #999;
}

.value ul li dl dd em {
    font-size: 24px;
}

.business {
    background: url("../images/section4.png") no-repeat center center;
    text-align: center;
    position: relative;
}

.business h2.title {
    font-size: 50px;
    line-height: 3.5rem;
    text-align: left;
    margin-top: 150px;
}

.business h2 em {
    width: 100%;
    font-size: 40px;
    color: #f5ce34;
    font-weight: bold;
    font-style: italic;
}

.business .business_bg {
    width: 100%;
    margin: 0 auto;
    padding-top: 170px;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    position: relative;
}

.business .business_bg:before {
    content: '';
    background: url("../images/section4_logo2.png") no-repeat;
    background-size: 100%;
    width: 174px;
    height: 40px;
    display: block;
    position: absolute;
    top: 57%;
    left: 50%;
    margin-left: -87px;
    z-index: 999;
}

.business .business_bg:after {
    content: '';
    display: block;
    clear: both;
}

.business .business_bg div {
    width: calc(50% - 2px);
    min-height: 384px;
    float: left;
    padding: 30px 0 50px;
}

.business .business_bg div:first-child {
    position: relative;
}

.business .business_bg div:first-child:after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.business .business_bg div:first-child:before {
    content: '';
    display: block;
    height: 90%;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.business .business_bg div:last-child {
    position: relative;
}

.business .business_bg div:last-child:after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.business .business_bg div:last-child:before {
    content: '';
    display: block;
    height: 90%;
    width: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.business .business_bg div dl dt {
    margin-bottom: 20px;
}

.business .business_bg div dl dt h3 {
    font-size: 24px;
    color: #fff;
}

.business .business_bg div dl dt h3 em {
    color: #389bcc;
}

.business .business_bg div dl dd {
    font-size: 18px;
    line-height: 24px;
    color: #dedede;
    position: relative;
}

.business .business_bg div ul {
    margin: 60px 0 0 50%;
    position: relative;
}

.business .business_bg div ul:after {
    content: '';
    display: block;
    position: absolute;
    left: -200px;
    top: 0;
    margin: auto;
}

.business .business_bg div ul.spr1:after {
    background: url("../images/ico01.png") no-repeat;
    width: 200px;
    height: 100px;
    left: -290px;
}

.business .business_bg div ul.spr2:after {
    background: url("../images/ico02.png") no-repeat;
    width: 100px;
    height: 100px;
    left: -180px;
}

.business .business_bg div ul.spr3:after {
    background: url("../images/ico03.png") no-repeat;
    width: 100px;
    height: 100px;
    left: -240px;
}

.business .business_bg div ul.spr4:after {
    background: url("../images/ico04.png") no-repeat;
    width: 100px;
    height: 100px;
    left: -190px;
}

.business .business_bg div ul li {
    padding-left: 20px;
    position: relative;
}

.business .business_bg div ul li:after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #f5ce34;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 3px;
}

.business .business_bg div ul li h4 {
    margin-top: 15px;
    font-size: 19px;
    color: #f5ce34;
    font-weight: 100;
    text-align: left;
}

.business .business_bg div ul li h4.white {
    color: white;
}

.business .business_bg div ul li p {
    margin-top: 10px;
    font-size: 17px;
    line-height: 30px;
    color: #ddd;
}

.directivity {
    background: url("../images/section5.png") no-repeat center center;
    text-align: center;
}

.directivity h2.title {
    font-size: 50px;
    line-height: 3.5rem;
    text-align: left;
    margin-top: 200px;
}

.directivity h2 em {
    width: 100%;
    font-size: 40px;
    color: #f5ce34;
    font-weight: bold;
    font-style: italic;
}

.directivity_content {
    position: relative;
    width: 516px;
    height: 583px;
    margin: 220px auto 0;
}

.directivity_center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.directivity dl {
    text-align: left;
    position: absolute;
}

.directivity dl dt {
    font-size: 35px;
    color: #389bcc;
}

.directivity dl dt em {
    font-size: 20px;
}

.directivity dl dd {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
}

.directivity dl.dl1 {
    text-align: right;
    top: -30px;
    left: -170px;
}

.directivity dl.dl2 {
    top: 25px;
    right: -190px;
}

.directivity dl.dl3 {
    top: 290px;
    right: -360px;
}

.directivity dl.dl4 {
    bottom: -30px;
    right: -100px;
}

.directivity dl.dl5 {
    text-align: right;
    bottom: -10px;
    left: -260px;
}

.directivity dl.dl6 {
    text-align: right;
    top: 240px;
    left: -420px;
}

.contact {
    text-align: center;
}

.contact .map {
    background: url("../images/map.png") no-repeat center center;
    width: 100%;
    height: 715px;
    position: relative;
}

.contact .map .naver_box {
    position: absolute;
    right: 15%;
    bottom: 0;
    width: 250px;
    height: 150px;
    background: #111111;
}

.contact .map .naver_box:hover {
    background: #389bcc;
}

.contact .map .naver_box:hover a em {
    color: #fff;
}

.contact .map .naver_box a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
}

.contact .map .naver_box a p {
    color: #fff;
    font-size: 20px;
}

.contact .map .naver_box a p em {
    font-size: 25px;
    color: #389bcc;
}

.contact .map .naver_box a p + p {
    margin-top: 10px;
}

.contact .map .naver_box a:after {
    content: '';
    display: block;
    background: url("../images/map_line.png") no-repeat;
    position: absolute;
    top: 105px;
    right: 20px;
    width: 78px;
    height: 21px;
}

.contact .adrees {
    height: 293px;
    background: #111111;
}

.contact .adrees .footer_img {
    float: left;
    width: 20%;
    height: 100%;
    position: relative;
}

.contact .adrees .footer_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.8;
}

.contact .adrees .info {
    text-align: left;
    padding-top: 90px;
    width: 100%;
    float: left;
    color: #aaa;
}

.contact .adrees .info ul + ul {
    margin-top: 25px;
}

.contact .adrees .info ul li {
     text-align: left;
     width: calc(25% - 40px);
     float: left;
     padding-right: 20px;
     /*border-right: 1px solid #666;*/
     margin-left: 20px;
    position: relative;
 }

.contact .adrees .info ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #666;
    position: absolute;
    top: 0;
    right: 0;
}

.contact .adrees .info ul li:first-child {
    margin-left: 0;
}

.contact .adrees .info ul li:last-child {
    border: 0;
}

.contact .adrees .info p {
    margin-top: 30px;
}

.hide {
    display: none;
}

.display {
    display: block;
}

/* main header section */
.clearfix {
    display: block;
    content: "";
    clear: both;
}

@media ( max-width: 1600px ) {

    .business {
        background: url("../images/section4.png") no-repeat center center;
        text-align: center;
        position: relative;
    }

    .business .business_bg {
        width: 100%;
        margin: 0 auto;
        padding-top: 170px;
        -webkit-box-sizing: unset;
        box-sizing: unset;
        position: relative;
    }

    .business .business_bg:before {
        content: '';
        background: url("../images/section4_logo2.png") no-repeat;
        background-size: 100%;
        width: 174px;
        height: 40px;
        display: block;
        position: absolute;
        top: 57%;
        left: 50%;
        margin-left: -87px;
        z-index: 999;
    }

    .business .business_bg:after {
        content: '';
        display: block;
        clear: both;
    }

    .business .business_bg div {
        width: calc(50% - 2px);
        min-height: 384px;
        float: left;
        padding: 30px 0 50px;
    }

    .business .business_bg div:first-child {
        position: relative;
    }

    .business .business_bg div:first-child:after {
        content: '';
        display: block;
        width: 80%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .business .business_bg div:first-child:before {
        content: '';
        display: block;
        height: 90%;
        width: 1px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
    }

    .business .business_bg div:last-child {
        position: relative;
    }

    .business .business_bg div:last-child:after {
        content: '';
        display: block;
        width: 80%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
    }

    .business .business_bg div:last-child:before {
        content: '';
        display: block;
        height: 90%;
        width: 1px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .business .business_bg div dl dt {
        margin-bottom: 20px;
    }

    .business .business_bg div dl dt h3 {
        font-size: 18px;
        color: #fff;
    }

    .business .business_bg div dl dt h3 em {
        color: #389bcc;
    }

    .business .business_bg div dl dd {
        font-size: 14px;
        line-height: 24px;
        color: #dedede;
        position: relative;
    }

    .business .business_bg div ul {
        margin: 60px 0 0 50%;
        position: relative;
    }

    .business .business_bg div ul:after {
        content: '';
        display: block;
        position: absolute;
        left: -200px;
        top: 0;
        margin: auto;
    }

    .business .business_bg div ul.spr1:after {
        background: url("../images/ico01.png") no-repeat;
        width: 200px;
        height: 100px;
        left: -290px;
    }

    .business .business_bg div ul.spr2:after {
        background: url("../images/ico02.png") no-repeat;
        width: 100px;
        height: 100px;
        left: -180px;
    }

    .business .business_bg div ul.spr3:after {
        background: url("../images/ico03.png") no-repeat;
        width: 100px;
        height: 100px;
        left: -240px;
    }

    .business .business_bg div ul.spr4:after {
        background: url("../images/ico04.png") no-repeat;
        width: 100px;
        height: 100px;
        left: -190px;
    }

    .business .business_bg div ul li {
        padding-left: 20px;
        position: relative;
    }

    .business .business_bg div ul li:after {
        content: '';
        display: block;
        width: 3px;
        height: 3px;
        background: #f5ce34;
        border-radius: 50%;
        position: absolute;
        top: 9px;
        left: 3px;
    }

    .business .business_bg div ul li h4 {
        margin-top: 15px;
        font-size: 14px;
        color: #f5ce34;
        font-weight: 100;
        text-align: left;
    }

    .business .business_bg div ul li h4.white {
        color: white;
    }

    .business .business_bg div ul li p {
        margin-top: 10px;
        font-size: 13px;
        line-height: 30px;
        color: #ddd;
    }

    .directivity {
        background: url("../images/section5.png") no-repeat center center;
        text-align: center;
    }

    .directivity h2.title {
        font-size: 50px;
        line-height: 3.5rem;
        text-align: left;
        margin-top: 200px;
    }

    .directivity h2 em {
        width: 100%;
        font-size: 40px;
        color: #f5ce34;
        font-weight: bold;
        font-style: italic;
    }

    .directivity_content {
        position: relative;
        width: 410px;
        height: 388px;
        margin: 25% auto 0;
    }

    .directivity_center {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
    }

    .directivity dl {
        text-align: left;
        position: absolute;
    }

    .directivity dl dt {
        font-size: 20px;
        color: #389bcc;
    }

    .directivity dl dt em {
        font-size: 18px;
    }

    .directivity dl dd {
        font-size: 14px;
        color: #fff;
        margin-top: 5px;
    }

    .directivity dl.dl1 {
        text-align: right;
        top: -30px;
        left: -170px;
    }

    .directivity dl.dl2 {
        top: 25px;
        right: -150px;
    }

    .directivity dl.dl3 {
        top: 220px;
        right: -270px;
    }

    .directivity dl.dl4 {
        bottom: -30px;
        right: -100px;
    }

    .directivity dl.dl5 {
        text-align: right;
        bottom: -10px;
        left: -200px;
    }

    .directivity dl.dl6 {
        text-align: right;
        top: 170px;
        left: -310px;
    }


}

@media ( max-width: 1400px ) {

    .wrap {
        width: 100%;
        height: 100%;
        padding: 0 20px;
        position: relative;
    }

    .wrap:after {
        content: '';
        display: block;
        clear: both;
    }

    .nav-header {
        position: fixed;
        display: block;
        width: 100%;
        z-index: 999;
    }

    .nav-header .nav-brand {
        float: left;
        width: 100px;
        left: unset;
        z-index: 600;
        padding-top: 25px;
    }

    .nav-header .nav-brand .logo {
        text-indent: -99999em;
        float: left;
        width: 100px;
        height: 100px;
        position: relative;
        z-index: 999;
        background: url("../images/logo.png") no-repeat;
        background-size: 100%;
    }

    .nav-header .nav-brand .logo.black {
        background: url("../images/logo_black.png") no-repeat;
        background-size: 100%;
    }

    .nav-header .nav-brand .logo a {
        display: inline-block;
    }

    .nav-header .header-links {
        float: left;
        width: calc(100% - 100px);
        z-index: 500;
    }

    .nav-header .header-links ul {
        display: inline;
        float: right;
        padding-top: 0;
        font-size: 14px;
    }

    .nav-header .header-links ul li {
        display: inline;
        float: left;
        padding: 25px 15px 0;
        font-size: 20px;
    }

    .nav-header .header-links ul li a {
        font-style: italic;
        color: #ffffff;
        -webkit-transition: all 0.2s ease-in;
    }

    .nav-header .header-links ul li a:hover, .nav-header .header-links ul li a:after {
        color: #389bcc !important;
    }

    .nav-header .header-links ul li a:after {
        display: block;
        margin: 0 auto;
        margin-top: 5px;
        width: 0;
        height: 2px;
        background-color: #fff;
        content: '';
        opacity: 0;
        -webkit-transition: width 0.6s, opacity 0.8s;
        -o-transition: width 0.6s, opacity 0.8s;
        transition: width 0.6s, opacity 0.8s;
    }

    .nav-header .header-links ul li a.active {
        color: #389bcc !important;
    }

    .nav-header .header-links ul li a.active:hover, .nav-header .header-links ul li a.active:after {
        color: #389bcc !important;
    }

    .nav-header .header-links ul li a.active:after {
        display: block;
        margin: 0 auto;
        margin-top: 5px;
        width: 100%;
        height: 2px;
        background-color: #fff;
        content: '';
        opacity: 1;
        -webkit-transition: width 0.6s, opacity 0.8s;
        -o-transition: width 0.6s, opacity 0.8s;
        transition: width 0.6s, opacity 0.8s;
    }

    /* slide out nav menu styles */

    #fp-nav {
        display: none;
    }

    .video-banner {
        height: 100% !important;
        background-color: rgba(0, 0, 0, 0.65);
        left: 0;
        position: relative;
        top: 0;
        -webkit-transition: background-color 300ms ease;
        -o-transition: background-color 300ms ease;
        transition: background-color 300ms ease;
        overflow: hidden;
    }

    .video-banner #video-background {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-size: cover;
        top: 0;
        position: absolute;
        left: 0;
        z-index: -1;
        height: 100% !important;
        overflow: hidden;
    }

    .video-banner #video-background video {
        background-size: cover;
        position: fixed;
        top: 0;
        right: 0;
    }

    .home {
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        background-size: cover;
        overflow-y: auto;
    }

    .home h2 {
        text-align: center;
        color: #fff;
        font-size: 1.875rem;
        width: 100%;
        line-height: 2.5rem;
        word-break: keep-all;
        font-style: italic;
    }

    .home h2 em {
        font-size: 1.875rem;
        color: #389bcc;
        font-weight: bold;
        font-style: italic;
    }

    .home p {
        text-align: center;
        padding-top: 20px;
        color: #fff;
        font-size: 1rem;
        width: 100%;
        line-height: 1.5rem;
        word-break: keep-all;
    }

    .home .opaque-bg {
        width: 100%;
        position: absolute;
        top: 40%;
        left: 0;
        padding: 1px 1px 5px 5px;
    }

    .home .company_about {
        display: block;
        text-align: center;
        width: 150px;
        height: 55px;
        border: 1px solid #f4e237;
        margin: 20px auto;
        padding: 7px 15px;
        color: #f4e237;
        font-weight: bold;
        font-size: 0.875rem;
        cursor: pointer;
        position: relative;
    }

    .home .company_about em {
        font-size: 1rem;
    }

    .home .company_about:hover {
        color: white;
        background: #f4e237;
        border: 0;
    }

    .about {
        background: url("../images/section2.png") no-repeat center center;
        text-align: center;
        background-size: cover;
    }

    .about .about_animation {
        opacity: 0;
    }

    .about h2 {
        font-size: 40px;
        width: 100%;
        line-height: 3.5rem;
        word-break: keep-all;
        margin-top: 100px;
        color: #389bcc;
    }

    .about h2.title {
        text-align: center;
        padding-top: 230px;
        margin: 0;
    }

    .about h2 em {
        font-size: 50px;
        color: #389bcc;
        font-weight: bold;
        font-style: italic;
        margin: 0 auto;
    }

    .about p {
        padding-top: 20px;
        color: #333;
        font-size: 1.25rem;
        width: 40%;
        line-height: 2rem;
        word-break: keep-all;
        margin: 0 auto;
    }

    .about p em {
        color: #389bcc;
        font-weight: bold;
    }

    .value {
        background: url("../images/section3.png") no-repeat center center;
        position: relative;
    }

    .value ul {
        width: 100%;
        height: 70%;
        color: #fff;
        margin-top: 202px;
        position: relative;
        overflow: hidden;
    }

    .value ul li {
        width: 100%;
        position: unset;
        padding: 30px 0 0 10%;
    }

    .value ul li.left10 {
        padding-left: 20%;
    }

    .value ul li.left20 {
        padding-left: 35%;
    }

    .value ul li.left30 {
        padding-left: 50%;
    }

    .value ul li.left40 {
        padding-left: 65%;
    }

    .value ul li dl {
        position: relative;
    }

    .value ul li dl dt {
        font-size: 30px;
        color: #ddd;
    }

    .value ul li dl dt span {
        font-size: 80px;
        font-weight: bold;
        color: #212121;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
    }

    .value ul li dl dd {
        position: absolute;
        font-size: 16px;
        top: 10px;
        left: 70px;
        color: #999;
    }

    .value ul li dl dd em {
        font-size: 18px;
    }

    .business {
        background: url("../images/section4.png") no-repeat center center;
        text-align: center;
        position: relative;
    }

    .business .business_bg {
        width: 100%;
        margin: 0 auto;
        padding-top: 170px;
        -webkit-box-sizing: unset;
        box-sizing: unset;
        position: relative;
    }

    .business .business_bg:before {
        content: '';
        background: url("../images/section4_logo2.png") no-repeat;
        background-size: 100%;
        width: 174px;
        height: 40px;
        display: block;
        position: absolute;
        top: 57%;
        left: 50%;
        margin-left: -87px;
        z-index: 999;
    }

    .business .business_bg:after {
        content: '';
        display: block;
        clear: both;
    }

    .business .business_bg div {
        width: calc(50% - 2px);
        min-height: 384px;
        float: left;
        padding: 30px 0 50px;
    }

    .business .business_bg div:first-child {
        position: relative;
    }

    .business .business_bg div:first-child:after {
        content: '';
        display: block;
        width: 80%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .business .business_bg div:first-child:before {
        content: '';
        display: block;
        height: 90%;
        width: 1px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
    }

    .business .business_bg div:last-child {
        position: relative;
    }

    .business .business_bg div:last-child:after {
        content: '';
        display: block;
        width: 80%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
    }

    .business .business_bg div:last-child:before {
        content: '';
        display: block;
        height: 90%;
        width: 1px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .business .business_bg div dl dt {
        margin-bottom: 20px;
    }

    .business .business_bg div dl dt h3 {
        font-size: 18px;
        color: #fff;
    }

    .business .business_bg div dl dt h3 em {
        color: #389bcc;
    }

    .business .business_bg div dl dd {
        font-size: 14px;
        line-height: 24px;
        color: #dedede;
        position: relative;
    }

    .business .business_bg div ul {
        margin: 60px 0 0 50%;
        position: relative;
    }

    .business .business_bg div ul:after {
        content: '';
        display: block;
        position: absolute;
        left: -200px;
        top: 0;
        margin: auto;
    }

    .business .business_bg div ul.spr1:after {
        background: url("../images/ico01.png") no-repeat;
        width: 200px;
        height: 100px;
        left: -220px;
    }

    .business .business_bg div ul.spr2:after {
        background: url("../images/ico02.png") no-repeat;
        width: 100px;
        height: 100px;
        left: -170px;
    }

    .business .business_bg div ul.spr3:after {
        background: url("../images/ico03.png") no-repeat;
        width: 100px;
        height: 100px;
        left: -170px;
    }

    .business .business_bg div ul.spr4:after {
        background: url("../images/ico04.png") no-repeat;
        width: 100px;
        height: 100px;
        left: -170px;
    }

    .business .business_bg div ul li {
        padding-left: 20px;
        position: relative;
    }

    .business .business_bg div ul li:after {
        content: '';
        display: block;
        width: 3px;
        height: 3px;
        background: #f5ce34;
        border-radius: 50%;
        position: absolute;
        top: 9px;
        left: 3px;
    }

    .business .business_bg div ul li h4 {
        margin-top: 15px;
        font-size: 14px;
        color: #f5ce34;
        font-weight: 100;
        text-align: left;
    }

    .business .business_bg div ul li h4.white {
        color: white;
    }

    .business .business_bg div ul li p {
        margin-top: 10px;
        font-size: 13px;
        line-height: 30px;
        color: #ddd;
    }

    .directivity {
        background: url("../images/section5.png") no-repeat center center;
        text-align: center;
    }

    .directivity h2.title {
        font-size: 50px;
        line-height: 3.5rem;
        text-align: left;
        margin-top: 200px;
    }

    .directivity h2 em {
        width: 100%;
        font-size: 40px;
        color: #f5ce34;
        font-weight: bold;
        font-style: italic;
    }

    .directivity_content {
        position: relative;
        width: 410px;
        height: 388px;
        margin: 25% auto 0;
    }

    .directivity_center {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
    }

    .directivity dl {
        text-align: left;
        position: absolute;
    }

    .directivity dl dt {
        font-size: 20px;
        color: #389bcc;
    }

    .directivity dl dt em {
        font-size: 18px;
    }

    .directivity dl dd {
        font-size: 14px;
        color: #fff;
        margin-top: 5px;
    }

    .directivity dl.dl1 {
        text-align: right;
        top: -30px;
        left: -170px;
    }

    .directivity dl.dl2 {
        top: 25px;
        right: -150px;
    }

    .directivity dl.dl3 {
        top: 220px;
        right: -270px;
    }

    .directivity dl.dl4 {
        bottom: -30px;
        right: -100px;
    }

    .directivity dl.dl5 {
        text-align: right;
        bottom: -10px;
        left: -200px;
    }

    .directivity dl.dl6 {
        text-align: right;
        top: 170px;
        left: -310px;
    }

    .contact {
        text-align: center;
    }

    .contact .map {
        background: url("../images/map.png") no-repeat center center;
        width: 100%;
        height: 715px;
        position: relative;
    }

    .contact .map .naver_box {
        position: absolute;
        right: 15%;
        bottom: 0;
        width: 250px;
        height: 150px;
        background: #111111;
    }

    .contact .map .naver_box:hover {
        background: #389bcc;
    }

    .contact .map .naver_box:hover a em {
        color: #fff;
    }

    .contact .map .naver_box a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        position: relative;
    }

    .contact .map .naver_box a p {
        color: #fff;
        font-size: 14px;
    }

    .contact .map .naver_box a p em {
        font-size: 20px;
        color: #389bcc;
    }

    .contact .map .naver_box a p + p {
        margin-top: 10px;
    }

    .contact .map .naver_box a:after {
        content: '';
        display: block;
        background: url("../images/map_line.png") no-repeat;
        position: absolute;
        top: 105px;
        right: 20px;
        width: 78px;
        height: 21px;
    }

    .contact .adrees {
        height: 293px;
        background: #111111;
    }

    .contact .adrees .footer_img {
        float: left;
        width: 20%;
        height: 100%;
        position: relative;
    }

    .contact .adrees .footer_img img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 0.8;
    }

    .contact .adrees .info {
        text-align: left;
        padding-top: 40px;
        width: 100%;
        float: left;
        color: #aaa;
    }

    .contact .adrees .info ul + ul {
        margin-top: 15px;
    }

    .contact .adrees .info ul li {
        text-align: left;
        font-size: 12px;
        width: calc(50% - 40px);
        float: left;
        padding-right: 0;
        border-right: 0;
        margin-left: 0;
        margin-top: 15px;
    }

    .contact .adrees .info ul li:first-child {
        margin-left: 0;
    }

    .contact .adrees .info ul li:last-child {
        border: 0;
    }

    .contact .adrees .info p {
        margin-top: 30px;
    }

    .hide {
        display: none;
    }

    .display {
        display: block;
    }
}

@media ( max-width: 1100px ) {

    .wrap {
        width: 100%;
        height: 100%;
        padding: 0 20px;
        position: relative;
    }

    .wrap:after {
        content: '';
        display: block;
        clear: both;
    }

    .nav-header {
        position: fixed;
        display: block;
        width: 100%;
        z-index: 999;
    }

    .nav-header .nav-brand {
        float: left;
        width: 100px;
        left: unset;
        z-index: 600;
        padding-top: 25px;
    }

    .nav-header .nav-brand .logo {
        text-indent: -99999em;
        float: left;
        width: 80px;
        height: 80px;
        position: relative;
        z-index: 999;
        background: url("../images/logo.png") no-repeat;
        background-size: 100%;
    }

    .nav-header .nav-brand .logo.black {
        background: url("../images/logo_black.png") no-repeat;
        background-size: 100%;
    }

    .nav-header .nav-brand .logo a {
        display: inline-block;
    }

    .nav-header .header-links {
        float: left;
        width: calc(100% - 100px);
        z-index: 500;
    }

    .nav-header .header-links ul {
        display: inline;
        float: right;
        padding-top: 0;
        font-size: 12px;
    }

    .nav-header .header-links ul li {
        display: inline;
        float: left;
        padding: 25px 15px 0;
        font-size: 16px;
    }

    .nav-header .header-links ul li a {
        font-style: italic;
        color: #ffffff;
        -webkit-transition: all 0.2s ease-in;
    }

    .nav-header .header-links ul li a:hover, .nav-header .header-links ul li a:after {
        color: #389bcc !important;
    }

    .nav-header .header-links ul li a:after {
        display: block;
        margin: 0 auto;
        margin-top: 5px;
        width: 0;
        height: 2px;
        background-color: #fff;
        content: '';
        opacity: 0;
        -webkit-transition: width 0.6s, opacity 0.8s;
        -o-transition: width 0.6s, opacity 0.8s;
        transition: width 0.6s, opacity 0.8s;
    }

    .nav-header .header-links ul li a.active {
        color: #389bcc !important;
    }

    .nav-header .header-links ul li a.active:hover, .nav-header .header-links ul li a.active:after {
        color: #389bcc !important;
    }

    .nav-header .header-links ul li a.active:after {
        display: block;
        margin: 0 auto;
        margin-top: 5px;
        width: 100%;
        height: 2px;
        background-color: #fff;
        content: '';
        opacity: 1;
        -webkit-transition: width 0.6s, opacity 0.8s;
        -o-transition: width 0.6s, opacity 0.8s;
        transition: width 0.6s, opacity 0.8s;
    }

    /* slide out nav menu styles */

    #fp-nav {
        display: none;
    }

    .video-banner {
        height: 100% !important;
        background-color: rgba(0, 0, 0, 0.65);
        left: 0;
        position: relative;
        top: 0;
        -webkit-transition: background-color 300ms ease;
        -o-transition: background-color 300ms ease;
        transition: background-color 300ms ease;
        overflow: hidden;
    }

    .video-banner #video-background {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-size: cover;
        top: 0;
        position: absolute;
        left: 0;
        z-index: -1;
        height: 100% !important;
        overflow: hidden;
    }

    .video-banner #video-background video {
        background-size: cover;
        position: fixed;
        top: 0;
        right: 0;
    }

    .home {
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        background-size: cover;
        overflow-y: auto;
    }

    .home h2 {
        text-align: center;
        color: #fff;
        font-size: 1.275rem;
        width: 100%;
        line-height: 1.875rem;
        word-break: keep-all;
        font-style: italic;
    }

    .home h2 em {
        font-size: 1.275rem;
        color: #389bcc;
        font-weight: bold;
        font-style: italic;
    }

    .home p {
        text-align: center;
        padding-top: 15px;
        color: #fff;
        font-size: 0.875rem;
        width: 100%;
        line-height: 1rem;
        word-break: keep-all;
    }

    .home .opaque-bg {
        width: 100%;
        position: absolute;
        top: 40%;
        left: 0;
        padding: 1px 1px 5px 5px;
    }

    .home .company_about {
        display: block;
        text-align: center;
        width: 150px;
        height: 55px;
        border: 1px solid #f4e237;
        margin: 20px auto;
        padding: 7px 15px;
        color: #f4e237;
        font-weight: bold;
        font-size: 0.875rem;
        cursor: pointer;
        position: relative;
    }

    .home .company_about em {
        font-size: 1rem;
    }

    .home .company_about:hover {
        color: white;
        background: #f4e237;
        border: 0;
    }

    .about {
        background: url("../images/section2.png") no-repeat center center;
        text-align: center;
        background-size: cover;
    }

    .about .about_animation {
        opacity: 0;
    }

    .about h2 {
        font-size: 20px;
        width: 100%;
        line-height: 3.5rem;
        word-break: keep-all;
        margin-top: 100px;
        color: #389bcc;
    }

    .about h2.title {
        text-align: center;
        padding-top: 200px;
        margin: 0;
    }

    .about h2 em {
        font-size: 30px;
        color: #389bcc;
        font-weight: bold;
        font-style: italic;
        margin: 0 auto;
    }

    .about p {
        padding-top: 15px;
        color: #333;
        font-size: 0.875rem;
        width: 40%;
        line-height: 1.275rem;
        word-break: keep-all;
        margin: 0 auto;
    }

    .about p em {
        color: #389bcc;
        font-weight: bold;
    }

    .value {
        background: url("../images/section3.png") no-repeat center center;
        position: relative;
    }

    .value ul {
        width: 100%;
        height: 70%;
        color: #fff;
        margin-top: 202px;
        position: relative;
        overflow: hidden;
    }

    .value ul li {
        width: 100%;
        position: unset;
        padding: 30px 0 0 18%;
    }

    .value ul li.left10 {
        padding-left: 26%;
    }

    .value ul li.left20 {
        padding-left: 34%;
    }

    .value ul li.left30 {
        padding-left: 42%;
    }

    .value ul li.left40 {
        padding-left: 50%;
    }

    .value ul li dl {
        position: relative;
    }

    .value ul li dl dt {
        font-size: 20px;
        color: #ddd;
    }

    .value ul li dl dt span {
        font-size: 60px;
        font-weight: bold;
        color: #212121;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
    }

    .value ul li dl dd {
        position: absolute;
        font-size: 14px;
        top: 10px;
        left: 70px;
        color: #999;
    }

    .value ul li dl dd em {
        font-size: 16px;
    }

    .business {
        background: url("../images/section4.png") no-repeat center center;
        text-align: center;
        position: relative;
    }

    .business .business_bg {
        width: 100%;
        margin: 0 auto;
        padding-top: 100px;
        -webkit-box-sizing: unset;
        box-sizing: unset;
        position: relative;
    }

    .business .business_bg:before {
       display: none;
    }

    .business .business_bg:after {
        content: '';
        display: block;
        clear: both;
    }

    .business .business_bg div {
        width: calc(50% - 2px);
        min-height: 384px;
        float: left;
        padding: 15px 0 25px;
    }

    .business .business_bg div:first-child {
        position: relative;
    }

    .business .business_bg div:first-child:after {
        display: none;
    }

    .business .business_bg div:first-child:before {
        display: none;
    }

    .business .business_bg div:last-child {
        position: relative;
    }

    .business .business_bg div:last-child:after {
       display: none;
    }

    .business .business_bg div:last-child:before {
        display: none;
    }

    .business .business_bg div dl dt {
        margin-bottom: 15px;
    }

    .business .business_bg div dl dt h3 {
        font-size: 16px;
        color: #fff;
    }

    .business .business_bg div dl dt h3 em {
        color: #389bcc;
    }

    .business .business_bg div dl dd {
        font-size: 12px;
        line-height: 24px;
        color: #dedede;
        position: relative;
    }

    .business .business_bg div ul {
        margin: 100px 0 0 0;
        position: relative;
    }

    .business .business_bg div ul:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: -200px;
        margin: auto;
    }

    .business .business_bg div ul.spr1:after {
        background: url("../images/ico01.png") no-repeat;
        background-size: 100% 100%;
        width: 100px;
        height: 50px;
        top: -80px;
        left: 0;
        right: 0;
    }

    .business .business_bg div ul.spr2:after {
        background: url("../images/ico02.png") no-repeat;
        background-size: 100% 100%;
        width: 60px;
        height: 60px;
        top: -80px;
        left: 0;
        right: 0;
    }

    .business .business_bg div ul.spr3:after {
        background: url("../images/ico03.png") no-repeat;
        background-size: 100% 100%;
        width: 60px;
        height: 60px;
        top: -80px;
        left: 0;
        right: 0;
    }

    .business .business_bg div ul.spr4:after {
        background: url("../images/ico04.png") no-repeat;
        background-size: 100% 100%;
        width: 60px;
        height: 60px;
        top: -80px;
        left: 0;
        right: 0;
    }

    .business .business_bg div ul li {
        padding-left: 0;
        position: relative;
    }

    .business .business_bg div ul li:after {
      display: none;
    }

    .business .business_bg div ul li h4 {
        margin-top: 15px;
        font-size: 14px;
        color: #f5ce34;
        font-weight: 100;
        text-align: center;
    }

    .business .business_bg div ul li h4.white {
        color: white;
    }

    .business .business_bg div ul li p {
        margin-top: 10px;
        text-align: center;
        font-size: 13px;
        line-height: 30px;
        color: #ddd;
    }

    .directivity {
        background: url("../images/section5.png") no-repeat center center;
        text-align: center;
    }

    .directivity h2.title {
        font-size: 50px;
        line-height: 3.5rem;
        text-align: left;
        margin-top: 200px;
    }

    .directivity h2 em {
        width: 100%;
        font-size: 40px;
        color: #f5ce34;
        font-weight: bold;
        font-style: italic;
    }

    .directivity_content {
        position: absolute;
        width: 100%;
        height: 490px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .directivity_center {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
        opacity: 0.3!important;
    }

    .directivity dl {
        text-align: left;
        position: relative;
        width: 100%;
        padding: 20px 20px;
    }

    .directivity dl dt {
        font-size: 20px;
        color: #389bcc;
    }

    .directivity dl dt em {
        font-size: 18px;
    }

    .directivity dl dd {
        font-size: 14px;
        color: #fff;
        margin-top: 5px;
    }

    .directivity dl.dl1 {
        text-align: right;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    .directivity dl.dl2 {
        text-align: left;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    .directivity dl.dl3 {
        text-align: right;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    .directivity dl.dl4 {
        text-align: left;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    .directivity dl.dl5 {
        text-align: right;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    .directivity dl.dl6 {
        text-align: left;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    .contact {
        text-align: center;
    }

    .contact .map {
        background: url("../images/map.png") no-repeat center center;
        width: 100%;
        height: 715px;
        position: relative;
    }

    .contact .map .naver_box {
        position: absolute;
        right: 15%;
        bottom: 0;
        width: 250px;
        height: 150px;
        background: #111111;
    }

    .contact .map .naver_box:hover {
        background: #389bcc;
    }

    .contact .map .naver_box:hover a em {
        color: #fff;
    }

    .contact .map .naver_box a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        position: relative;
    }

    .contact .map .naver_box a p {
        color: #fff;
        font-size: 14px;
    }

    .contact .map .naver_box a p em {
        font-size: 20px;
        color: #389bcc;
    }

    .contact .map .naver_box a p + p {
        margin-top: 10px;
    }

    .contact .map .naver_box a:after {
        content: '';
        display: block;
        background: url("../images/map_line.png") no-repeat;
        position: absolute;
        top: 105px;
        right: 20px;
        width: 78px;
        height: 21px;
    }

    .contact .adrees {
        height: 293px;
        background: #111111;
    }

    .contact .adrees .footer_img {
        float: left;
        width: 20%;
        height: 100%;
        position: relative;
    }

    .contact .adrees .footer_img img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 0.8;
    }

    .contact .adrees .info {
        text-align: left;
        padding-top: 40px;
        width: 100%;
        float: left;
        color: #aaa;
    }

    .contact .adrees .info ul + ul {
        margin-top: 15px;
    }

    .contact .adrees .info ul li {
        text-align: left;
        font-size: 12px;
        width: calc(50% - 40px);
        float: left;
        padding-right: 0;
        border-right: 0;
        margin-left: 0;
        margin-top: 15px;
    }

    .contact .adrees .info ul li:first-child {
        margin-left: 0;
    }

    .contact .adrees .info ul li:last-child {
        border: 0;
    }

    .contact .adrees .info p {
        margin-top: 30px;
    }

    .hide {
        display: none;
    }

    .display {
        display: block;
    }
}

@media ( max-width: 768px ) {

    .wrap {
        width: 100%;
        height: 100%;
        padding: 0 20px;
        position: relative;
    }

    .wrap:after {
        content: '';
        display: block;
        clear: both;
    }

    .nav-header {
        position: fixed;
        display: block;
        width: 100%;
        z-index: 999;
        background: rgba(0,0,0,0.5) !important;
    }

    .nav-header .nav-brand {
        float: left;
        width: 50px;
        left: unset;
        z-index: 600;
        padding-top: 25px;
    }

    .nav-header .nav-brand .logo {
        text-indent: -99999em;
        float: left;
        width: 50px;
        height: 50px;
        position: relative;
        z-index: 999;
        background: url("../images/logo.png") no-repeat;
        background-size: 100%;
    }

    .nav-header .nav-brand .logo.black {
        background: url("../images/logo.png") no-repeat;
        background-size: 100%;
    }

    .nav-header .nav-brand .logo a {
        display: inline-block;
    }

    .nav-header .header-links {
        float: left;
        width: calc(100% - 50px);
        z-index: 500;
    }

    .nav-header .header-links ul {
        display: inline;
        float: right;
        padding-top: 0;
        font-size: 12px;
    }

    .nav-header .header-links ul li {
        display: inline;
        float: left;
        padding: 15px 15px 0;
        font-size: 14px;
    }

    .nav-header .header-links ul li a {
        font-style: italic;
        color: #ffffff!important;
        -webkit-transition: all 0.2s ease-in;
    }

    .nav-header .header-links ul li a:hover, .nav-header .header-links ul li a:after {
        color: #389bcc !important;
    }

    .nav-header .header-links ul li a:after {
        display: block;
        margin: 0 auto;
        margin-top: 5px;
        width: 0;
        height: 2px;
        background-color: #fff;
        content: '';
        opacity: 0;
        -webkit-transition: width 0.6s, opacity 0.8s;
        -o-transition: width 0.6s, opacity 0.8s;
        transition: width 0.6s, opacity 0.8s;
    }

    .nav-header .header-links ul li a.active {
        color: #389bcc !important;
    }

    .nav-header .header-links ul li a.active:hover, .nav-header .header-links ul li a.active:after {
        color: #389bcc !important;
    }

    .nav-header .header-links ul li a.active:after {
        display: block;
        margin: 0 auto;
        margin-top: 5px;
        width: 100%;
        height: 2px;
        background-color: #fff;
        content: '';
        opacity: 1;
        -webkit-transition: width 0.6s, opacity 0.8s;
        -o-transition: width 0.6s, opacity 0.8s;
        transition: width 0.6s, opacity 0.8s;
    }

    /* slide out nav menu styles */

    #fp-nav {
        display: none;
    }

    .video-banner {
        height: 100% !important;
        background-color: rgba(0, 0, 0, 0.65);
        left: 0;
        position: relative;
        top: 0;
        -webkit-transition: background-color 300ms ease;
        -o-transition: background-color 300ms ease;
        transition: background-color 300ms ease;
        overflow: hidden;
    }

    .video-banner #video-background {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-size: cover;
        top: unset;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        height: unset !important;
        overflow: hidden;
    }

    .video-banner #video-background video {
        width: 100%;
        background-size: cover;
        position: unset;
        top: unset;
        right: unset;

    }

    br{
        display: none;
    }

    .home {
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        background-size: cover;
        overflow-y: auto;
    }

    .home h2 {
        text-align: center;
        color: #fff;
        font-size: 1rem;
        width: 100%;
        line-height: 1.5rem;
        padding: 15px;
        word-break: keep-all;
        font-style: italic;
    }

    .home h2 em {
        display: block;
        font-size: 1rem;
        margin-top: 10px;
        color: #389bcc;
        font-weight: bold;
        font-style: italic;
    }

    .home p {
        text-align: center;
        padding-top: 15px;
        color: #fff;
        font-size: 0.875rem;
        width: 100%;
        line-height: 1rem;
        word-break: keep-all;
    }

    .home .opaque-bg {
        width: 100%;
        position: absolute;
        top: 25%;
        left: 0;
        padding: 1px 1px 5px 5px;
    }

    .home .company_about {
        display: block;
        text-align: center;
        width: 150px;
        height: 55px;
        border: 1px solid #f4e237;
        margin: 20px auto;
        padding: 7px 15px;
        color: #f4e237;
        font-weight: bold;
        font-size: 0.875rem;
        cursor: pointer;
        position: relative;
    }

    .home .company_about em {
        font-size: 1rem;
    }

    .home .company_about:hover {
        color: white;
        background: #f4e237;
        border: 0;
    }

    .about {
        background: url("../images/section2.png") no-repeat center center;
        text-align: center;
        background-size: cover;
    }

    .about .about_animation {
        opacity: 0;
    }

    .about h2 {
        font-size: 16px;
        width: 100%;
        line-height: 3.5rem;
        word-break: keep-all;
        margin-top: 20px;
        color: #389bcc;
    }

    .about h2.title {
        text-align: center;
        padding-top: 150px;
        margin: 0;
    }

    .about h2 em {
        font-size: 20px;
        color: #389bcc;
        font-weight: bold;
        font-style: italic;
        margin: 0 auto;
    }

    .about p {
        padding-top: 15px;
        color: #333;
        font-size: 0.875rem;
        width: 100%;
        line-height: 1.275rem;
        word-break: keep-all;
        margin: 0 auto;
    }

    .about p em {
        color: #389bcc;
        font-weight: bold;
    }

    .value {
        background: url("../images/section3.png") no-repeat center center;
        position: relative;
    }

    .value ul {
        width: 100%;
        height: 70%;
        color: #fff;
        margin-top: 150px;
        position: relative;
        overflow: hidden;
    }

    .value ul li {
        width: 100%;
        position: unset;
        padding: 0;
        padding-top: 10px;
    }

    .value ul li.left10 {
        padding-left: 0;
        text-align: right;
    }

    .value ul li.left20 {
        padding-left: 0;
    }

    .value ul li.left30 {
        padding-left: 0;
        text-align: right;
    }

    .value ul li.left40 {
        padding-left: 0;
    }

    .value ul li dl {
        position: relative;
    }

    .value ul li dl dt {
        font-size: 16px;
        color: #ddd;
    }

    .value ul li dl dt span {
        font-size: 40px;
        font-weight: bold;
        color: #212121;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
    }

    .value ul li dl dd {
        position: relative;
        font-size: 12px;
        top: 0;
        left: 0;
        color: #999;
    }

    .value ul li dl dd em {
        font-size: 14px;
    }


    .business {
        background: url("../images/section4.png") no-repeat center center;
        text-align: center;
        position: relative;
        background-size: auto 100%;
    }

    .business .business_bg {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        -webkit-box-sizing: unset;
        box-sizing: unset;
        position: relative;
    }

    .business .business_bg:before {
        display: none;
    }

    .business .business_bg:after {
        content: '';
        display: block;
        clear: both;
    }

    .business .business_bg div {
        width: 100%;
        min-height: unset;
        float: left;
        padding: 15px 0 25px;
    }

    .business .business_bg div:first-child {
        position: relative;
    }

    .business .business_bg div:first-child:after {
        display: none;
    }

    .business .business_bg div:first-child:before {
        display: none;
    }

    .business .business_bg div:last-child {
        position: relative;
    }

    .business .business_bg div:last-child:after {
        display: none;
    }

    .business .business_bg div:last-child:before {
        display: none;
    }

    .business .business_bg div dl dt {
        margin-bottom: 15px;
    }

    .business .business_bg div dl dt h3 {
        font-size: 16px;
        color: #fff;
    }

    .business .business_bg div dl dt h3 em {
        color: #389bcc;
    }

    .business .business_bg div dl dd {
        font-size: 12px;
        line-height: 24px;
        color: #dedede;
        position: relative;
    }

    .business .business_bg div ul {
        margin: 100px 0 0 0;
        position: relative;
    }

    .business .business_bg div ul:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: -200px;
        margin: auto;
    }

    .business .business_bg div ul.spr1:after {
        background: url("../images/ico01.png") no-repeat;
        background-size: 100% 100%;
        width: 100px;
        height: 50px;
        top: -80px;
        left: 0;
        right: 0;
    }

    .business .business_bg div ul.spr2:after {
        background: url("../images/ico02.png") no-repeat;
        background-size: 100% 100%;
        width: 60px;
        height: 60px;
        top: -80px;
        left: 0;
        right: 0;
    }

    .business .business_bg div ul.spr3:after {
        background: url("../images/ico03.png") no-repeat;
        background-size: 100% 100%;
        width: 60px;
        height: 60px;
        top: -80px;
        left: 0;
        right: 0;
    }

    .business .business_bg div ul.spr4:after {
        background: url("../images/ico04.png") no-repeat;
        background-size: 100% 100%;
        width: 60px;
        height: 60px;
        top: -80px;
        left: 0;
        right: 0;
    }

    .business .business_bg div ul li {
        padding-left: 0;
        position: relative;
    }

    .business .business_bg div ul li:after {
        display: none;
    }

    .business .business_bg div ul li h4 {
        margin-top: 15px;
        font-size: 14px;
        color: #f5ce34;
        font-weight: 100;
        text-align: center;
    }

    .business .business_bg div ul li h4.white {
        color: white;
    }

    .business .business_bg div ul li p {
        margin-top: 10px;
        text-align: center;
        font-size: 13px;
        line-height: 30px;
        color: #ddd;
    }

    .directivity {
        background: url("../images/section5.png") no-repeat center center;
        text-align: center;
    }

    .directivity h2.title {
        font-size: 50px;
        line-height: 3.5rem;
        text-align: left;
        margin-top: 200px;
    }

    .directivity h2 em {
        width: 100%;
        font-size: 40px;
        color: #f5ce34;
        font-weight: bold;
        font-style: italic;
    }

    .directivity_content {
        position: absolute;
        width: 100%;
        height: 490px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }


    .directivity_content img{
        display: none;
    }

    .directivity_content img + img {
        display: block;
        opacity: 0.1!important;
    }

    .directivity_center {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
        opacity: 0.3!important;
    }

    .directivity dl {
        text-align: left;
        position: relative;
        width: 100%;
        padding: 20px 20px;
    }

    .directivity dl dt {
        font-size: 20px;
        color: #389bcc;
    }

    .directivity dl dt em {
        font-size: 18px;
    }

    .directivity dl dd {
        font-size: 14px;
        color: #fff;
        margin-top: 5px;
    }

    .directivity dl.dl1 {
        text-align: right;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    .directivity dl.dl2 {
        text-align: left;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    .directivity dl.dl3 {
        text-align: right;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    .directivity dl.dl4 {
        text-align: left;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    .directivity dl.dl5 {
        text-align: right;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    .directivity dl.dl6 {
        text-align: left;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    .contact {
        text-align: center;
    }

    .contact .map {
        background: url("../images/map.png") no-repeat center center;
        width: 100%;
        height: 715px;
        position: relative;
    }

    .contact .map .naver_box {
        position: absolute;
        right: 15%;
        bottom: 0;
        width: 250px;
        height: 150px;
        background: #111111;
    }

    .contact .map .naver_box:hover {
        background: #389bcc;
    }

    .contact .map .naver_box:hover a em {
        color: #fff;
    }

    .contact .map .naver_box a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        position: relative;
    }

    .contact .map .naver_box a p {
        color: #fff;
        font-size: 14px;
    }

    .contact .map .naver_box a p em {
        font-size: 20px;
        color: #389bcc;
    }

    .contact .map .naver_box a p + p {
        margin-top: 10px;
    }

    .contact .map .naver_box a:after {
        content: '';
        display: block;
        background: url("../images/map_line.png") no-repeat;
        position: absolute;
        top: 105px;
        right: 20px;
        width: 78px;
        height: 21px;
    }

    .contact .adrees {
        height: 293px;
        background: #111111;
    }

    .contact .adrees .footer_img {
        float: left;
        width: 20%;
        height: 100%;
        position: relative;
    }

    .contact .adrees .footer_img img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 0.8;
    }

    .contact .adrees .info {
        text-align: left;
        padding-top: 40px;
        width: 100%;
        float: left;
        color: #aaa;
    }

    .contact .adrees .info ul + ul {
        margin-top: 15px;
    }

    .contact .adrees .info ul li {
        text-align: left;
        font-size: 12px;
        width: 100%;
        float: left;
        padding-right: 0;
        border-right: 0;
        margin-left: 0;
        margin-top: 15px;
    }

    .contact .adrees .info ul li:first-child {
        margin-left: 0;
    }

    .contact .adrees .info ul li:last-child {
        border: 0;
    }

    .contact .adrees .info p {
        margin-top: 30px;
    }

    .hide {
        display: none;
    }

    .display {
        display: block;
    }
}

