/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/
/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('font-awesome/css/font-awesome.min.css');
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");

a:hover {
    text-decoration: none !important;
}
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* start */
@import url('fonts.googleapis.com/css?family=Noto+Sans+KR:300,400&display=swap&subset=korean');

html {
    /* font-family: 'Noto Sans KR', sans-serif;*/
    font-family: 'Noto Sans CJK KR' !important;
}
/* ³ë¸»¶óÀÌÁî */
body, ul, li, p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    word-break: keep-all;
}

a {
    text-decoration: none;
    color: inherit;
}

html {
    overflow-x: hidden;
    line-height: 1.15;
}
/* ³ë¸»¶óÀÌÁî */

/* ¶óÀÌºê·¯¸® */
.con {
    max-width: 1480px;
    margin: 0 auto;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

.cell {
    float: left;
    box-sizing: border-box;
    color: white;
}

.cell-right {
    float: right;
}

.line-height-0 {
    line-height: 0;
}

    .line-height-0 > * {
        line-height: normal;
    }

.visible-on {
    display: block;
}

.visible-off {
    display: none;
}

.img-box {
    overflow: hidden;
}

    .img-box > img {
        width: 100%;
        display: block;
    }

.relative {
    position: relative;
}
/* ¶óÀÌºê·¯¸® ³¡ */

/* Ä¿½ºÅÒ */
/* ½ºÅ©·Ñ¸®ÆÄÀÌ Àû¿ë */
.pagination2 {
    position: fixed;
    left: calc(50% + 720px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

    .pagination2::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translatex(-50%) translatey(-50%);
        width: 1px;
        height: calc(100% - 32px);
        background-color: rgba(255,255,255,0.3);
        z-index: -1;
    }

    .pagination2 a {
        display: block;
        color: #FFDB3F;
        position: relative;
        padding: 20px;
    }

        .pagination2 a.active:after {
            background-color: #FFDB3F;
        }

        .pagination2 a.active:before {
            display: block;
        }

        .pagination2 a:hover:after {
            background-color: #FFDB3F;
        }

        .pagination2 a:hover:before {
            display: block;
        }

        .pagination2 a .hover-text {
            position: absolute;
            left: 40px;
            top: 50%;
            transform: translateY(-50%);
            transition: opacity 0.5s;
            padding-right: 15px;
            white-space: nowrap;
            font-size: 13px;
            font-weight: bold;
            /*color: rgba(255,255,255,0.3);*/
            color: rgba(0,0,0,0.3);
            transition: color .3s;
        }

        .pagination2 a:hover .hover-text {
            /*color: white;*/
            color: white;
        }

        .pagination2 a.active .hover-text {
            /*color: #FFDB3F;*/
            color: #FFDB3F;
        }


        .pagination2 a:after {
            content: "";
            transition: box-shadow 0.5s;
            width: 7px;
            height: 7px;
            display: block;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            background-color: #525252;
        }

        .pagination2 a:before {
            content: "";
            display: block;
            border-radius: 50%;
            border: 2px solid;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: none;
        }

/* ¹è°æ¿¡ µû¸¥ pagination »ö º¯È­ */
html[data-scrollify-page-index="1"] .pagination::after, html[data-scrollify-page-index="2"] .pagination::after, html[data-scrollify-page-index="3"] .pagination::after {
    background-color: #d7d7d7;
}

html[data-scrollify-page-index="1"] .pagination a, html[data-scrollify-page-index="2"] .pagination a, html[data-scrollify-page-index="3"] .pagination a {
    color: #07255d;
}

    html[data-scrollify-page-index="1"] .pagination a::after, html[data-scrollify-page-index="2"] .pagination a::after, html[data-scrollify-page-index="3"] .pagination a::after {
        background-color: #d7d7d7;
    }

    html[data-scrollify-page-index="1"] .pagination a.active:after, html[data-scrollify-page-index="2"] .pagination a.active:after, html[data-scrollify-page-index="3"] .pagination a.active:after {
        background-color: #07255d;
    }

    html[data-scrollify-page-index="1"] .pagination a:hover:after, html[data-scrollify-page-index="2"] .pagination a:hover:after, html[data-scrollify-page-index="3"] .pagination a:hover:after {
        background-color: #07255d;
    }

    html[data-scrollify-page-index="1"] .pagination a .hover-text, html[data-scrollify-page-index="2"] .pagination a .hover-text, html[data-scrollify-page-index="3"] .pagination a .hover-text {
        color: #dfdfdf;
    }

    html[data-scrollify-page-index="1"] .pagination a:hover .hover-text, html[data-scrollify-page-index="2"] .pagination a:hover .hover-text, html[data-scrollify-page-index="3"] .pagination a:hover .hover-text {
        color: #07255d;
    }

    html[data-scrollify-page-index="1"] .pagination a.active .hover-text, html[data-scrollify-page-index="2"] .pagination a.active .hover-text, html[data-scrollify-page-index="3"] .pagination a.active .hover-text {
        color: #07255d;
    }


.scroll-down > i {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50px;
    z-index: 10;
}

    .scroll-down > i::before {
        content: "\f107";
        position: absolute;
        font-size: 1rem;
        top: 8px;
        left: 50%;
        transform: translate(-50%, 0);
        color: #fff;
        animation: scrollDown 2s infinite;
    }

    .scroll-down > i::after {
        content: "SCROLL";
        position: absolute;
        font-size: 0.8rem;
        top: -25px;
        left: 50%;
        transform: translate(-50%, 0);
        color: #fff;
    }

.owl-theme .owl-dots .owl-dot {
    z-index: 10 !important;
    margin-top: -70px !important;
}

@keyframes scrollDown {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 22px);
    }
}


/* Çì´õ */
.header {
    height: 90px;
    /*position: fixed;*/
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 500;
    /*background-color:#fff;*/
    background-color: rgba(255, 255, 255, 0);
    /*border-bottom:2px solid #f5f5f5;*/
    transition: top .3s, left .3s, right .3s, height .3s;
    /*opacity:1;*/
}

    .header.header-scroll {
        top: 0;
        left: 0;
        right: 0;
        height: 75px;
    }

        .header.header-scroll .menu-container > ul > li > a {
            padding: 22.5px 0 !important;
        }

    .header .top-bar {
        position: relative;
        text-align: center;
    }

    /* ¸Þ´º ¹è°æ°ü·Ã */
    .header .sub-menu-bg {
     
        background-color:rgba(33, 33, 33, .94);
        /*background-color: rgba(33, 33, 33, 0.1);*/
        /*position: relative;*/
        position: absolute;
        /* ±âº» fixed */
        /*position: fixed;*/
        top: 0;
        left: 0;
        right: 0;
        height: 90px;
        z-index: -5;
        transition: left .3s, right .3s, height .3s;
        overflow-y: hidden;
        opacity: 1;
    }

    .header.header-scroll .sub-menu-bg {
        height: 75px;
        left: 90px;
        right: 90px;
    }

    .header:hover .sub-menu-bg {
        /*height: 400px;*/
        /*background-color: rgba(33, 33, 33, .54);*/
        background-color: rgba(255, 255, 255, 1);
        /*height: 800px;*/
        /*height: 665px;*/
        height: 565px;
    }
    .header .on-color a{
        color:black !important;
    }

    .header .sub-menu-bg::after {
        content: "";
        display: block;
        /*background-color:#fff;*/
        background-color: rgba(255, 255, 255, 0) !important;
        position: absolute;
        /*position: fixed;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 90px;
        z-index: -5;
        transition: height .3s;
        opacity: 1;
        border-bottom: 1px solid;
        border-bottom-color: rgba(160, 160, 160, 0.5);
    }

    .header .sub-bg1::after {
        content: "";
        display: block;
        /*background-color:#fff;*/
        background-color: rgba(255, 255, 255, 1) !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90px;
        z-index: -5;
        transition: height .3s;
        opacity: 1;
        border-bottom: 1px solid;
        border-bottom-color: rgba(160, 160, 160, 0.5);
    }
.menu-bottom-bdr {
    border-bottom: 3px solid;
    border-bottom-color: rgba(0,165,255,1);
}
    .header.header-scroll .sub-menu-bg::after {
        height: 75px;
    }

/* Çì´õ ¹ÝÀÀÇü */
@media (max-width:1150px) {
    .header {
        left: 20px;
        right: 20px;
    }

        .header.header-scroll .sub-menu-bg {
            left: 20px;
            right: 20px;
        }
}

/* »ó´Ü ·Î°í */
.header .top-bar > .top-logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    /*padding: 0 15px;*/
    padding-right: 20px;
    z-index: 5;
}

/* »ó´Ü ¸Þ´º */
.header .top-bar > .menu-container {
    display: inline-block;
    width: 100%;
    padding: 0 180px;
    box-sizing: border-box;
    position: relative;
}

    .header .top-bar > .menu-container > ul > li {
        width: 20%;
    }

        .header .top-bar > .menu-container > ul > li > a {
            font-family: 'Noto Sans CJK KR';
            display: block;
            font-size: 18px;
            padding: 30px 0;
            line-height: 30px;
            font-weight: bold;
        }

        .header .top-bar > .menu-container > ul > li:hover > a {
            color: #17469d;
        }

    /* 2Â÷ ¸Þ´º */
    .header .top-bar > .menu-container > ul ul > li > a {
        box-sizing: border-box;
        word-break: break-all
    }

    .header .top-bar > .menu-container > ul ul.sub-2-menu {
        position: absolute !important;
        left: 0 !important;
        text-align: left !important;
        width: 100% !important;
        /*height: 310px !important;*/
        height: 450px !important;
    }

        .header .top-bar > .menu-container > ul ul.sub-2-menu > li > a {
            /*color: #fff;*/
            color: black;
            display: block;
            transition: color .3s;
            padding: 6.5px 30px;
            margin-left: 30px;
            font-size: 15px;
            font-weight:700;
        }

        .header .top-bar > .menu-container > ul ul.sub-3-menu > li > a {
            /*color: #fff;*/
            color: gray;
            padding-left:4px;
        }

        .header .top-bar > .menu-container > ul ul.sub-2-menu > li:first-child > a {
            padding: 24.5px 30px 6.5px;
        }

        .header .top-bar > .menu-container > ul ul.sub-2-menu > li:first-child > a {
            margin-left: 30px;
        }

    .header .top-bar > .menu-container > ul ul > li:hover > a {
        color: #3785CC;
        /*color: #360bd4;*/
    }

    .header .top-bar > .menu-container ul > li {
        position: relative;
    }

    .header .top-bar > .menu-container > ul > li:not(:last-child) ul.sub-2-menu {
        /*border-right: 1px solid rgba(237, 239, 241, .05);*/
        /*border-right: 1px solid gray;*/
        border-right:1px solid;
        border-right-color: rgba(160, 160, 160, 0.5);
    }

    /* 3Â÷ ¸Þ´º */
    .header .top-bar > .menu-container > ul ul ul {
        padding-left: 60px;
    }

        .header .top-bar > .menu-container > ul ul ul > li > a {
            color: #fff;
            display: block;
            font-size: 13px;
            padding: 3px 0 5px;
            transition: color .3s;
        }

            .header .top-bar > .menu-container > ul ul ul > li > a::before {
                content: "-";
                position: relative;
                right: 3px;
                color: #aaa;
            }

            .header .top-bar > .menu-container > ul ul ul > li > a:hover {
                color: #f4791f;
            }

                .header .top-bar > .menu-container > ul ul ul > li > a:hover::before {
                    color: #fff;
                }

/* gnb °ü·Ã */
.header .top-bar > .global-nav {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
}

    /* ¾ð¾î¼±ÅÃ */
    .header .top-bar > .global-nav > ul {
        padding-right: 55px;
    }

        .header .top-bar > .global-nav > ul > li > a {
            font-size: 13px;
            /*color: #979797;*/
            margin-right: 25px;
        }

            .header .top-bar > .global-nav > ul > li > a.active {
                /* color: #000; */
                /*color: white;*/
            }

    /* ¸Þ´º ¾ÆÀÌÄÜ */
    .header .top-bar > .global-nav > .menu-ico {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translatey(-50%);
        width: 30px;
        height: 22px;
        cursor: pointer;
    }

        .header .top-bar > .global-nav > .menu-ico > div {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #000;
        }

            .header .top-bar > .global-nav > .menu-ico > div:nth-child(2) {
                top: 50%;
                width: 70%;
                transform: translatey(-50%);
            }

            .header .top-bar > .global-nav > .menu-ico > div:nth-child(3) {
                top: auto;
                bottom: 0;
            }

/* ¸Þ´º ¹ÝÀÀÇü */
@media (max-width:950px) {
    .header .top-bar > .menu-container > ul > li > a {
        font-size: 16px;
    }

    .header .top-bar > .menu-container > ul ul.sub-2-menu > li > a {
        font-size: 14px;
        padding: 6.5px 15px;
    }

    .header .top-bar > .menu-container > ul ul.sub-2-menu > li:first-child > a {
        padding: 24.5px 15px 6.5px;
    }

    .header .top-bar > .menu-container > ul ul ul {
        padding-left: 15px;
    }
}

/* »ó´Ü ¸Þ´º ÆË¾÷Ã¢ */
.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 1000;
}

    .popup-wrap.active {
        display: block;
    }

    .popup-wrap > .popup {
        position: absolute;
        top: 34px;
        left: 50%;
        transform: translatex(-50%);
        width: 960px;
        background-color: #fff;
        padding: 50px 40px 60px;
        box-sizing: border-box;
        border-top: 3px solid #1a2c5e;
    }

        .popup-wrap > .popup > .popup-close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            cursor: pointer;
        }

        .popup-wrap > .popup > ul {
            margin-left: -80px;
        }

            .popup-wrap > .popup > ul > li {
                width: 33.3333%;
                padding-left: 80px;
            }

                .popup-wrap > .popup > ul > li:last-child {
                    padding-top: 50px;
                }

                .popup-wrap > .popup > ul > li > a {
                    font-size: 17px;
                    color: #224e6b;
                    padding-left: 20px;
                }

            .popup-wrap > .popup > ul ul.sub-2-menu {
                margin-top: 17px;
                border-top: 2px solid #224e6b;
            }

                .popup-wrap > .popup > ul ul.sub-2-menu > li {
                    border-bottom: 1px solid #e8e8e8;
                }

                    .popup-wrap > .popup > ul ul.sub-2-menu > li > a {
                        font-size: 14px;
                        display: block;
                        padding: 15px 20px;
                        color: #224e6b;
                    }

            .popup-wrap > .popup > ul ul ul {
                padding-bottom: 20px;
            }

                .popup-wrap > .popup > ul ul ul > li > a {
                    font-size: 13px;
                    color: #676767;
                    display: block;
                    padding: 6px 13px 6px 35px;
                    position: relative;
                }

                    .popup-wrap > .popup > ul ul ul > li > a::before {
                        content: "-";
                        color: #676767;
                        position: absolute;
                        top: 50%;
                        left: 20px;
                        transform: translatey(-50%);
                    }

/* ÆË¾÷ ¹ÝÀÀÇü */
@media (max-width:950px) {
    .popup-wrap > .popup {
        max-width: 100%;
    }
}

@media (max-width:700px) {
    .popup-wrap {
        display: none !important;
    }
}

/* ¸ð¹ÙÀÏ Çì´õ */
.m-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 500;
}

    .m-header > .m-top-bar {
        width: 100%;
        height: 65px;
        position: relative;
        padding: 0 20px;
        box-sizing: border-box;
        border-bottom: 2px solid #f5f5f5;
        /* background-color:#fff; */
        background-color: rgba(33, 33, 33, 0.1);
    }
    .m-top-bg
    {
        background-color: rgba(255, 255, 255, 1) !important;
    }

        /* ¸ð¹ÙÀÏ ·Î°í */
        .m-header > .m-top-bar > .m-top-logo {
            position: absolute;
            top: 50%;
            transform: translatey(-50%);
        }

            .m-header > .m-top-bar > .m-top-logo > a > img {
                width: 77px;
                height: 33px;
            }

        /* ¸ð¹ÙÀÏ gnb */
        /* ¾ð¾î¼±ÅÃ */
        .m-header > .m-top-bar > .m-global-nav {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translatey(-50%);
        }

            .m-header > .m-top-bar > .m-global-nav > ul {
                padding-right: 40px;
            }

                .m-header > .m-top-bar > .m-global-nav > ul > li > a {
                    font-size: 12px;
                    color: #979797;
                    margin-right: 15px;
                }

                    .m-header > .m-top-bar > .m-global-nav > ul > li > a.active {
                        color: #000;
                    }

            /* ¸ð¹ÙÀÏ ¸Þ´º ¾ÆÀÌÄÜ */
            .m-header > .m-top-bar > .m-global-nav > .m-menu-ico {
                position: absolute;
                top: 50%;
                right: 15px;
                transform: translatey(-50%);
                width: 20px;
                height: 15px;
                cursor: pointer;
            }

                .m-header > .m-top-bar > .m-global-nav > .m-menu-ico > div {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 2px;
                    background-color: #000;
                }

                    .m-header > .m-top-bar > .m-global-nav > .m-menu-ico > div:nth-child(2) {
                        top: 50%;
                        transform: translatey(-50%);
                    }

                    .m-header > .m-top-bar > .m-global-nav > .m-menu-ico > div:nth-child(3) {
                        top: auto;
                        bottom: 0;
                    }

/* ¸ð¹ÙÀÏ ¸Þ´º */
.m-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(76,75,73,.6);
    z-index: 400;
    overflow-y: hidden;
    transition: height .5s;
}

    .m-menu-wrap.active {
        height: 100%;
    }

    .m-menu-wrap > .m-menu-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .8s;
    }

    .m-menu-wrap.active > .m-menu-container {
        top: 65px;
    }

    .m-menu-wrap > .m-menu-container > ul > li {
        border-bottom: 1px solid #dfdfdf;
    }

    .m-menu-wrap > .m-menu-container ul > li > a {
        display: block;
        font-size: 14px;
        padding: 20px 10px;
        background-color: #fff;
        text-align: center;
    }

/* ½½¶óÀÌ´õ */
.slider-1 {
    min-width: 500px;
    position: relative;
}

    .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item {
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }




    .slider-1 > .owl-carousel > .owl-nav > .owl-prev, .slider-1 > .owl-carousel > .owl-nav > .owl-next {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateX(-50%) translateY(-50%);
        background-color: transparent;
    }

        .slider-1 > .owl-carousel > .owl-nav > .owl-prev:hover, .slider-1 > .owl-carousel > .owl-nav > .owl-next:hover {
            background-color: transparent;
        }

    .slider-1 > .owl-carousel > .owl-nav > .owl-next {
        left: auto;
        right: 10%;
    }

    .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box {
        position: absolute;
        top: 50%;
        left: 35%;
        right: 35%;
        transform: translateY(-50%);
    }

        .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box > h1 {
            font-weight: normal;
            width: 100%;
            margin-bottom: 13px;
            transition: opacity 1s 0.5s, transform 1s 0.5s;
            transform: translateY(30px);
            opacity: 0;
        }




    .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item.active > .item > .txt-box > * {
        transform: translateY(0);
        opacity: 1;
    }

    /* ½ºÅ©·Ñ ÀÌ¹ÌÁö */
    .slider-1 > .scroll {
        position: absolute;
        left: 50%;
        bottom: 50px;
        transform: translatex(-50%);
        z-index: 100;
        cursor: pointer;
        animation: scroll-up-down 1.5s infinite;
    }

@keyframes scroll-up-down {
    0% {
        bottom: 50px;
    }

    50% {
        bottom: 30px;
    }

    100% {
        bottom: 50px;
    }
}

/* ½½¶óÀÌ´õ ¹ÝÀÀÇü */
@media (max-width:1150px) {
    .slider-1 > .owl-carousel > .owl-nav > .owl-prev, .slider-1 > .owl-carousel > .owl-nav > .owl-next {
        display: none;
    }

    .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box {
        left: 5%;
    }
}

@media (max-width:700px) {
    .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item {
        height: 0;
        padding-top: 130%;
    }

        .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box {
            top: 30%;
            left: 3%;
            transform: translatey(0);
        }

            .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box > h1 {
                font-size: 50px;
            }

            .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box > h2 {
                font-size: 28px;
            }
}

@media (max-width:550px) {
    .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box {
        top: 15%;
    }

        .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box > h1 {
            font-size: 30px;
        }

        .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box > h2 {
            font-size: 16px;
        }
}

/* ºñÁî´Ï½º ÄÁÅÙÃ÷ */
.business > .business-content {
    padding-top: 120px;
    padding-bottom: 45px;
}

    .business > .business-content > .title {
        padding-bottom: 40px;
        text-align: center;
    }

        .business > .business-content > .title > h1 {
            font-size: 40px;
            font-weight: normal;
            margin-bottom: 13px;
        }

        .business > .business-content > .title > span {
            font-size: 17px;
            color: #676767;
        }

    /* ºñÁî´Ï½º ¸ñ·Ïµé */
    .business > .business-content > .body > ul {
        padding-right: 20px;
    }

        .business > .business-content > .body > ul > li {
            width: 25%;
            padding-left: 20px;
        }

            .business > .business-content > .body > ul > li > a > .text {
                font-size: 20px;
                padding: 16px 0;
                line-height: 28px;
                border-bottom: 1px solid #dfdfdf;
            }

            .business > .business-content > .body > ul > li > a > .sub-text {
                font-size: 15px;
                color: #676767;
                padding-top: 16px;
            }

            /* ºñÁî´Ï½º ¸ñ·Ï »çÁø È£¹ö */
            .business > .business-content > .body > ul > li > a > .img-box {
                overflow: hidden;
            }

                .business > .business-content > .body > ul > li > a > .img-box > img {
                    transition: transform 1s;
                }

                .business > .business-content > .body > ul > li > a > .img-box:hover > img {
                    transform: scale(1.05);
                }

/* View More btn */
.more-btn {
    text-align: center;
    margin-top: 40px;
}

    .more-btn > a {
        display: inline-block;
        font-size: 15px;
        border: 1px solid #222;
        color: #222;
        border-radius: 50px;
        width: 180px;
        padding: 15px 0;
        box-sizing: border-box;
        transition: color .4s ease-in-out;
        position: relative;
        overflow: hidden;
        z-index: 5;
    }

        .more-btn > a::after {
            content: "";
            width: 120%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #f7931d;
            z-index: -5;
            transform: translatex(-105%) skewx(-17deg);
            transition: transform .4s ease-in-out;
        }

        .more-btn > a:hover {
            border-color: #f7931d;
            color: white;
        }

            .more-btn > a:hover::after {
                transform: translatex(-10%) skewx(-17deg);
            }

/* ºñÁî´Ï½º ÄÁÅÙÃ÷ ¹ÝÀÀÇü ¸ð¹ÙÀÏ */
@media (max-width:700px) {
    .business > .business-content {
        padding: 45px 0 50px;
    }

        .business > .business-content > .body > ul {
            padding-right: 10px;
        }

            .business > .business-content > .body > ul > li {
                width: 50%;
                padding-left: 10px;
                margin-bottom: 13px;
            }

        .business > .business-content > .title > h1 {
            font-size: 25px;
        }

        .business > .business-content > .body > ul > li > a > .text {
            font-size: 12px;
            line-height: normal;
            padding: 10px 0 8px;
        }

        .business > .business-content > .body > ul > li > a > .sub-text {
            font-size: 12px;
            padding-top: 8px;
        }

    .more-btn {
        margin-top: 30px;
    }

        .more-btn > a {
            width: 110px;
            font-size: 12px;
            padding: 8.5px;
        }
}

/* Å×Å©³î·ÎÁö ÄÁÅÙÃ÷ */
.tech-innovation {
    position: relative;
}

    .tech-innovation::after {
        content: "";
        display: block;
        width: 100%;
        height: 50%;
        background-color: #f6f6f6;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .tech-innovation > .tech-content {
        padding-top: 120px;
    }

        .tech-innovation > .tech-content > .title > h1 {
            font-size: 40px;
            font-weight: normal;
            text-align: center;
            margin-top: 0;
            margin-bottom: 45px;
        }

        /* Å×Å©³î·ÎÁö ÄÁÅÙÃ÷ ¸®½ºÆ® */
        .tech-innovation > .tech-content > .body > ul > li {
            width: 50%;
            padding: 0 10px;
            text-align: center;
        }

            .tech-innovation > .tech-content > .body > ul > li > a {
                position: relative;
                display: block;
            }

                .tech-innovation > .tech-content > .body > ul > li > a > .inner-text {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translatex(-50%) translatey(-50%);
                    color: #fff;
                }

                    .tech-innovation > .tech-content > .body > ul > li > a > .inner-text > .inner-text-1 {
                        font-size: 28px;
                        padding-bottom: 10px;
                    }

                    .tech-innovation > .tech-content > .body > ul > li > a > .inner-text > .inner-text-2 {
                        font-size: 40px;
                        padding-bottom: 30px;
                    }

                    .tech-innovation > .tech-content > .body > ul > li > a > .inner-text > .inner-ico {
                        background: url('https://kimyang-sun.github.io/pf-img/kyungdong-img/sec02_arr.png') no-repeat 0 0;
                        width: 70px;
                        height: 70px;
                        display: inline-block;
                    }

            /* Å×Å©³î·ÎÁö ÅØ½ºÆ® */
            .tech-innovation > .tech-content > .body > ul > li > .text {
                font-size: 17px;
                color: #676767;
                margin-top: 25px;
            }

            .tech-innovation > .tech-content > .body > ul > li > a > .img-box {
                overflow: hidden;
            }

                .tech-innovation > .tech-content > .body > ul > li > a > .img-box > img {
                    transition: transform 1s;
                }

            .tech-innovation > .tech-content > .body > ul > li > a:hover > .img-box > img {
                transform: scale(1.05);
            }

    .tech-innovation .more-btn {
        margin-top: 20px;
    }

.owl-carousel .owl-item .htp img {
    width: 1920px;
    height: 1000px;
}
/* Å×Å©³î·ÎÁö ÄÁÅÙÃ÷ ¹ÝÀÀÇü */
@media (max-width:1100px) {
    .owl-carousel .owl-item img {
        width: 80% !important;
    }

    .tech-innovation {
        height: auto !important;
        padding-bottom: 45px;
    }
}

/* Å×Å©³î·ÎÁö ÄÁÅÙÃ÷ ¸ð¹ÙÀÏ */
@media (max-width:700px) {
    .tech-innovation {
        padding-bottom: 20px;
    }

        .tech-innovation::after {
            height: 30%;
        }

        .tech-innovation > .tech-content {
            padding-top: 45px;
        }

            .tech-innovation > .tech-content > .body > ul > li {
                width: 100%;
                padding-bottom: 30px;
            }

            .tech-innovation > .tech-content > .title > h1 {
                font-size: 25px;
            }

            .tech-innovation > .tech-content > .body > ul > li > .text {
                font-size: 13px;
            }

            .tech-innovation > .tech-content > .body > ul > li > a > .inner-text > .inner-text-1 {
                font-size: 14px;
                padding-bottom: 5px;
            }

            .tech-innovation > .tech-content > .body > ul > li > a > .inner-text > .inner-text-2 {
                font-size: 25px;
                padding-bottom: 15px;
            }

            .tech-innovation > .tech-content > .body > ul > li > a > .inner-text > .inner-ico {
                background: url('https://kimyang-sun.github.io/pf-img/kyungdong-img/sec02_arr_m.png') no-repeat 0 0;
                background-size: cover;
                width: 40px;
                height: 40px;
            }
}

/* »çÈ¸°øÇå ÄÁÅÙÃ÷ */
.public-relations {
    position: relative;
}

    .public-relations::after {
        content: "";
        display: block;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #07255d;
        z-index: -5;
        margin-left: -110px;
    }

    .public-relations > .public-wrap {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translatey(-50%);
    }

        .public-relations > .public-wrap > .public-con {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

            /* »çÈ¸°øÇå ÅØ½ºÆ® ¿µ¿ª */
            .public-relations > .public-wrap > .public-con > div {
                display: table-cell;
                vertical-align: middle;
                box-sizing: border-box;
            }

            .public-relations > .public-wrap > .public-con > .text-con {
                color: #fff;
                width: 480px;
                padding-left: 10px;
            }

                .public-relations > .public-wrap > .public-con > .text-con > span {
                    font-size: 25px;
                }

                .public-relations > .public-wrap > .public-con > .text-con > .title {
                    font-size: 40px;
                    margin-top: 10px;
                }

                .public-relations > .public-wrap > .public-con > .text-con > .body {
                    font-size: 17px;
                    font-weight: 300;
                    position: relative;
                    display: block;
                    margin-top: 10px;
                    padding-top: 20px;
                }

                    .public-relations > .public-wrap > .public-con > .text-con > .body::after {
                        content: "";
                        width: 80px;
                        height: 1px;
                        background-color: #fff;
                        position: absolute;
                        top: 0;
                        left: 0;
                    }

    .public-relations .more-btn {
        margin-top: 50px;
        display: inline-block;
    }

        .public-relations .more-btn > a {
            color: #fff;
            border-color: #fff;
        }

            .public-relations .more-btn > a::after {
                background-color: #fff;
            }

            .public-relations .more-btn > a:hover {
                color: #222;
            }

    /* ÀÌ¹ÌÁö ¸®½ºÆ® ¿µ¿ª */
    .public-relations > .public-wrap > .public-con > .img-con {
        color: #fff;
        width: 100%;
        padding-left: 60px;
    }

        .public-relations > .public-wrap > .public-con > .img-con > ul > li {
            width: 50%;
            box-sizing: border-box;
            padding: 16px 0 16px 40px;
        }

            .public-relations > .public-wrap > .public-con > .img-con > ul > li > a > .img-box {
                position: relative;
            }

                .public-relations > .public-wrap > .public-con > .img-con > ul > li > a > .img-box > .img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    transition: transform 1s;
                }

                .public-relations > .public-wrap > .public-con > .img-con > ul > li > a > .img-box > img {
                    width: 100%;
                    display: block;
                }

                .public-relations > .public-wrap > .public-con > .img-con > ul > li > a > .img-box > .dummy {
                    width: 100%;
                    height: 176px;
                }

            .public-relations > .public-wrap > .public-con > .img-con > ul > li > a > span {
                display: block;
                font-size: 17px;
                padding-top: 10px;
                color: #252525;
            }

            .public-relations > .public-wrap > .public-con > .img-con > ul > li > a:hover > .img-box > .img {
                transform: scale(1.05);
            }

/* »çÈ¸°øÇå ÄÁÅÙÃ÷ ¹ÝÀÀÇü */
@media (max-width:1050px) {
    .public-relations {
        height: auto !important;
        padding-bottom: 45px;
    }

        .public-relations::after {
            display: none;
        }

        .public-relations > .public-wrap {
            position: static;
            transform: translatey(0);
        }

            .public-relations > .public-wrap > .public-con {
                display: block;
            }

                .public-relations > .public-wrap > .public-con > div {
                    display: block;
                }

                .public-relations > .public-wrap > .public-con > .text-con {
                    background-color: #07255d;
                    width: 100%;
                    padding: 80px 10px;
                }

                .public-relations > .public-wrap > .public-con > .img-con {
                    padding-left: 0;
                }

                    .public-relations > .public-wrap > .public-con > .img-con > ul {
                        margin-left: -30px;
                        padding-right: 10px;
                    }

                        .public-relations > .public-wrap > .public-con > .img-con > ul > li {
                            padding: 16px 0 16px 40px;
                        }
}

/* »çÈ¸°øÇå ÄÁÅÙÃ÷ ¸ð¹ÙÀÏ */
@media (max-width:700px) {
    /* ÅØ½ºÆ® ÄÁÅÙÃ÷ */
    .public-relations > .public-wrap > .public-con > .text-con {
        padding: 40px 10px;
    }

        .public-relations > .public-wrap > .public-con > .text-con > span {
            font-size: 17px;
        }

        .public-relations > .public-wrap > .public-con > .text-con > .title {
            font-size: 25px;
            margin-top: 5px;
        }

        .public-relations > .public-wrap > .public-con > .text-con > .body {
            font-size: 14px;
        }

    .public-relations .more-btn {
        margin-top: 20px;
    }

    /* »çÁø ÄÁÅÙÃ÷ */
    .public-relations > .public-wrap > .public-con > .img-con > ul > li > a > span {
        font-size: 13px;
    }
}

/* ÇªÅÍ ¿µ¿ª */
/* about us */
.about-area {
    background: url('https://kimyang-sun.github.io/pf-img/kyungdong-img/main_foot_bg.jpg') no-repeat center;
    background-size: cover;
}

.footer-area > .about-area > .about-us {
    position: relative;
    min-height: 480px;
    height: calc(100vh - 165px);
}

    /* about ÅØ½ºÆ® */
    .footer-area > .about-area > .about-us > .inner-text {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translatey(-50%);
    }

        .footer-area > .about-area > .about-us > .inner-text > .title {
            font-size: 40px;
        }

            .footer-area > .about-area > .about-us > .inner-text > .title > p {
                margin: 0;
                font-weight: 300;
            }

        .footer-area > .about-area > .about-us > .inner-text > .body {
            font-size: 17px;
            font-weight: 300;
            line-height: 28px;
            padding-top: 20px;
        }

/* Learn More */
.footer-area .more-btn {
    margin-top: 50px;
    display: inline-block;
}

    .footer-area .more-btn > a {
        color: #fff;
        border-color: #fff;
    }

        .footer-area .more-btn > a::after {
            background-color: #fff;
        }

        .footer-area .more-btn > a:hover {
            color: #222;
        }

/* about ¸®½ºÆ® */
.footer-area > .about-area > .about-us > .inner-list {
    padding: 250px 0;
}

    .footer-area > .about-area > .about-us > .inner-list > ul > li {
        width: 220px;
        height: 220px;
        position: relative;
        margin-left: 20px;
    }

        .footer-area > .about-area > .about-us > .inner-list > ul > li > a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .footer-area > .about-area > .about-us > .inner-list > ul > li:nth-child(1) > a {
            background-color: rgba(255,105,0,0.8);
        }

        .footer-area > .about-area > .about-us > .inner-list > ul > li:nth-child(2) > a {
            background-color: rgba(25,25,45,0.8);
        }

        .footer-area > .about-area > .about-us > .inner-list > ul > li:nth-child(3) > a {
            background-color: rgba(15,35,85,0.8);
        }

        .footer-area > .about-area > .about-us > .inner-list > ul > li > a > .content-box {
            color: #fff;
            font-weight: 300;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            transform: translatex(-50%) translatey(-50%);
            text-align: center;
        }

            .footer-area > .about-area > .about-us > .inner-list > ul > li > a > .content-box > .ico {
                display: inline-block;
            }

        .footer-area > .about-area > .about-us > .inner-list > ul > li:nth-child(1) > a > .content-box > .ico {
            background: url('https://kimyang-sun.github.io/pf-img/kyungdong-img/main_foot_icn01.png') no-repeat center;
            width: 48px;
            height: 47px;
        }

        .footer-area > .about-area > .about-us > .inner-list > ul > li:nth-child(2) > a > .content-box > .ico {
            background: url('https://kimyang-sun.github.io/pf-img/kyungdong-img/main_foot_icn02.png') no-repeat center;
            width: 51px;
            height: 49px;
        }

        .footer-area > .about-area > .about-us > .inner-list > ul > li:nth-child(3) > a > .content-box > .ico {
            background: url('https://kimyang-sun.github.io/pf-img/kyungdong-img/main_foot_icn03.png') no-repeat center;
            width: 48px;
            height: 48px;
        }

        /* ¸®½ºÆ® ÅØ½ºÆ® */
        .footer-area > .about-area > .about-us > .inner-list > ul > li > a > .content-box > .list-text {
            font-size: 19px;
            padding-top: 12px;
        }

            .footer-area > .about-area > .about-us > .inner-list > ul > li > a > .content-box > .list-text > span {
                display: block;
                font-size: 15px;
                padding-top: 4px;
            }

/* ÇÏ´Ü ÇªÅÍ */
.footer-area > .footer {
    background-color: #131313;
    padding: 40px 10px;
    position: relative;
}

    .footer-area > .footer > .address {
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
    }

        .footer-area > .footer > .address > .copyright {
            padding-top: 5px;
        }

    /* Å¾ ¹öÆ° */
    .footer-area > .footer > .top-btn {
        position: absolute;
        left: 50%;
        bottom: 100%;
        margin-left: 640px;
        cursor: pointer;
    }

/* ÇªÅÍ ¿µ¿ª ¹ÝÀÀÇü */
@media (max-width:1100px) {
    .footer-area > .about-area > .about-us {
        padding: 45px 10px;
    }

        /* ³»ºÎ ÅØ½ºÆ® */
        .footer-area > .about-area > .about-us > .inner-text {
            position: static;
            transform: translatey(0);
        }

    .footer-area .more-btn {
        margin-top: 40px;
    }

    /* ³»ºÎ ¸®½ºÆ® */
    .footer-area > .about-area > .about-us > .inner-list > ul {
        margin-left: -10px;
    }

        .footer-area > .about-area > .about-us > .inner-list > ul > li {
            width: 33.3333%;
            margin: 0;
            padding-left: 10px;
        }

    .footer-area > .about-area > .about-us > .inner-list {
        float: none;
        padding: 50px 0 0;
    }
}

/* ÇªÅÍ ¿µ¿ª ¸ð¹ÙÀÏ */
@media (max-width:700px) {
    /* ÅØ½ºÆ® */
    .footer-area > .about-area > .about-us {
        min-height: auto !important;
        height: auto !important;
    }

        .footer-area > .about-area > .about-us > .inner-text > .title {
            font-size: 25px;
        }

        .footer-area > .about-area > .about-us > .inner-text > .body {
            font-size: 14px;
            line-height: normal;
            padding-top: 10px;
        }

    .footer-area .more-btn {
        margin-top: 20px;
    }

    /* ¸®½ºÆ® */
    .footer-area > .about-area > .about-us > .inner-list {
        padding-top: 30px;
    }

        .footer-area > .about-area > .about-us > .inner-list > ul > li {
            height: 180px;
        }

            .footer-area > .about-area > .about-us > .inner-list > ul > li > a > .content-box > .list-text {
                font-size: 13px;
            }

                .footer-area > .about-area > .about-us > .inner-list > ul > li > a > .content-box > .list-text > span {
                    font-size: 12px;
                }

    /* ÇÏ´Ü ÇªÅÍ */
    .footer-area > .footer {
        padding: 20px 10px;
    }
}

/* ±âÅ¸ ¹ÝÀÀÇü */
@media (max-width:700px) {
    .pc-only {
        display: none !important;
    }

    section {
        height: auto !important;
    }
}

@media (min-width:701px) {
    .mobile-only {
        display: none !important;
    }
}

/* ½ºÅ©·Ñ ÆäÀÌÁö ¹ÝÀÀÇü */
@media (min-width:1051px) {
    body::-webkit-scrollbar {
        display: none;
    }
}
.chg-font-color1 { /*1depth*/
    color: #17469d;
}
.chg-font-color2 {/*2depth*/
    color: #360bd4;
}
/*:after, :before {
    display: none;
    content: ''
}*/
img { max-width: 100%; height:auto; }

.info-title {
    display: block;
    background: #50627F;
    color: #fff;
    text-align: center;
    height: 24px;
    line-height: 22px;
    border-radius: 4px;
    padding: 0px 10px;
}

.map_txt {
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
}
.clfix > p {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 70px;
}
.fl {
    float: left;
}

.fl > img {
    width:24px;
    height:32px;
}

.fr {
    float: right;
}

.clfix > div > p > span > img {
    margin: 0 2rem 0 3rem;
}
.h0{
    font-weight: 600;
}
.tag_line {
    width: 8px;
    height: 30px;
    float: left;
    background-color: #009fce;
    vertical-align: top;
}

.subtitle_arrow2 {
    margin-right: 10px;
    background: url(../image/ico_bullet.gif) no-repeat right center;
    width: 20px;
    height: 30px;
    float: left;
    vertical-align: top;
}
.inside {
    /*list-style-position: inside;*/
    margin-left: 40px;
}
.custom-table td {
    vertical-align: middle;
    border-bottom: 1px dashed #ccc !important;
    border-top: 1px dashed #ccc !important;
}

.custom-table td:nth-child(2) {
    text-align: left;
}
.bbs-more__button:after {
    content:''; position:absolute; bottom:0; left:50%; display:block; width:2.3rem; height:1.2rem; background:url("../image/ico_more.png") no-repeat; /*background-size:2.3rem auto;*/ -moz-background-size:2.3rem auto; /*-webkit-background-size:2.3rem auto;*/ transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%);
}

.bbs-more__button:after {
    /*width: 0.9rem;
    height: 0.2rem;
    margin-left: 3.5rem;*/
    margin-left: 0.5rem;
}

/* ¼­ºê¸Þ´º °¨Ãß±â */
.header .top-bar > .menu-container > ul ul.sub-3-menu {
    display:none;
}
.header .top-bar > .menu-container > ul ul.activate {
    display:block !important;
}