
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');


html, body, h1, h2, h3, h4, h5, h6, li, p {
    font-family: 'Nanum Gothic';
}

/*---------------------------------------header---------------------------------------*/
.headerWrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 90px;
    z-index: 600;
}

.header {
    width: 100%;
    margin: 0 auto;
    background-color: white !important;
    border-bottom: 1px solid lightgray;
}
/*-----------------------------------------footer--------------------------------------*/
.footerMain {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    background-color: #232323;
    z-index: 600;
}

.footer {
    width: 1100px;
    margin: 0 auto;
}

    .footer li {
        float: left;
        height: 50px;
        padding: 0 7px;
        line-height: 50px;
        background-image: url(/images/ico_copyright.jpg);
        background-repeat: no-repeat;
        background-position: left center;
        font-family: 'notoR';
        font-size: 12px;
        color: #646464;
    }

        .footer li.logo3 {
            width: 150px;
            height: 50px;
            padding: 0;
            background: none;
        }

        .footer li.admin, li.yabes {
            background: none;
            padding: 0 3px 0 0;
        }

            .footer li.admin, li.yabes a {
                display: block;
                width: 22px;
                height: 22px;
                margin-top: 15px;
            }

.footerSub {
    width: 100%;
    min-height: 50px;
    background-color: #232323;
}

    .footerSub .footer2 {
        width: 490px;
        margin: 0 auto;
    }

        .footerSub .footer2 li {
            float: left;
            height: 25px;
            line-height: 25px;
            margin-top: 25px;
            font-size: 14px;
            cursor: pointer;
        }

            .footerSub .footer2 li.first {
                background: none;
            }
/*-----------------------------------------main----------------------------------------*/
.mainWrap .group_visual {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #232323;
}

    .mainWrap .group_visual .visual01 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

        .mainWrap .group_visual .visual01 > img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
        }

    .mainWrap .group_visual .visual02 {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

        .mainWrap .group_visual .visual02 > img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
        }

.mainWrap .contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 930px;
    z-index: 200;
}

    .mainWrap .contents .btn {
        position: fixed;
        top: 50%;
        right: 15px;
        margin-top: -42px;
        z-index: 300;
    }

        .mainWrap .contents .btn li a {
            display: block;
            width: 80px;
            height: 24px;
            line-height: 24px;
            border-radius: 10px;
            margin-bottom: 4px;
            background-color: #4a8325;
            font-family: 'notoM';
            font-size: 12px;
            color: #fff;
            text-align: center;
        }

            .mainWrap .contents .btn li a.on {
                background-color: #67b930;
            }

            .mainWrap .contents .btn li a:hover {
                background-color: #67b930;
            }

    .mainWrap .contents li.section {
        width: 100%;
        min-width: 1190px;
        height: 950px;
    }

        .mainWrap .contents li.section span.stbg {
            display: block;
            height: 950px;
            width: 100%;
        }

    .mainWrap .contents li.st1 span.st1bg {
        background-image: url(/images/main_text.png);
        background-position: center top;
        background-repeat: no-repeat;
    }

.st2bg {
    position: absolute;
    width: 100%;
    height: 650px;
    margin: 0 auto;
   
}

.st3bg {
    background-color: #ecf1f7;
    background-size: cover;
}

    .st3bg .sub3 {
        position: absolute;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        max-width:1200px;
        top: 17%;
    }

        .st3bg .sub3 > div {
            display: inline-block;
            float: left;
        }

.mainWrap .contents li.st3 span.st3bg {
    background-color: #ecf1f7;
    background-size: cover;
}

.mainWrap .contents li.st1 {
    position: relative;
}

.mainWrap .contents li.st2 {
    background-color: #ffffff;
    position: relative;
    min-height:625px;
}

    .mainWrap .contents li.st2 .sub2 {
        /*max-width: 1250px;*/
       width:100%;
        height: 50%;
        /*margin: 0 auto;*/
        margin: 0 auto;
    }

        .mainWrap .contents li.st2 .sub2 li {
            width: 100%;
            position: relative;
            height: 100%;
            margin: 0 5px;
            padding: 0 1px;
            text-align: center;
            float: left;
            white-space:nowrap;
        }
        .mainWrap .contents li.st2 .sub2 li a > img{
            /*width:21.6%;*/
            /*height:301px;*/
            
        }
            .mainWrap .contents li.st2 .sub2 li a > img:hover {
                /*width: 100%;*/
                height: 100%;
                margin:0%;

            }
            .mainWrap .contents li.st2 .sub2 li a > img {
                /*width: 90.604%;*/
                height: 100%;
                max-height:328px;
               margin-left:0%;
               margin-right:0%;
            }

.mainWrap .contents li.st3 {
    position: relative;
}
/*-----------------------------------------menu----------------------------------------*/
.headerWrap .header .top_menu {
    margin: 0 auto;
    width:100%;
    max-width: 1200px;
    min-width: 600px;
    height: 90px;
}

    .headerWrap .header .top_menu > ul {
        display: inline-block;
        float: right;
    }

        .headerWrap .header .top_menu > ul > li {
            display: inline;
            margin-left: 50px;
        }

.mn_img {
    padding-top: 34.5px !important;
}

.one ul {
    display: none;
    position: absolute;
    height: 44px;
    min-width: 892px;
    background-color: #67b930;
}

.one li ul.hover {
    position: absolute;
    /*right: calc((100% - 1200px) / 2);*/
    margin-left:-697px;
    display: inline-block;
    float:right;
    top: 90px;
}

#mn1_ul{
    display: none;
    position: absolute;
    height: 44px;
    min-width: 285px;
    background-color: #67b930;
}

#mn1_ul.hover {
    position: absolute;
    /*right: calc((100% - 1200px) / 2);*/
    /*right: calc((100% - 80%) - 0px);*/
    margin-left:-135px;
    display: inline-block;
    float:right;
    top: 90px;
}

.two li {
    display: inline-block;
    margin-top: 15px;
    height: 44px;
    float: left;
    font-size: 18px;
}

.two li {
    height: 15px;
    margin: 15px 15px;
}

    .two li > img {
        padding: 11.5px 0px !important;
    }


.sub2_title {
    padding: 8% 0 50px 0;
    text-align: center;
}

.client_top {
    width: 100%;
    text-align: center;
    margin-top: 91px;
}

.subpage {
    text-align: left;
    display: inline-block;
    min-height: 400px;
    width: 1200px;
    margin-top: 35px;
}

    .subpage .side_menu {
        display: inline;
        float: left;
        background: white;
    }

#menu {
    padding: 0;
    margin: 0;
    width: 255px;
    min-height: 400px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}


.subcontents {
    width: 866px;
    display: inline;
    float: left;
    margin-left: 75px;
    background: #FFF;
}

span.subtitle {
    font-size: 14px;
    color: black;
}

a.navlink {
    color: #626669;
    font-size: 16px;
    margin-right: 50px;
}

    a.navlink:hover {
        color: #66b92d;
    }

.ft_nav {
    -webkit-margin-start: 715px !important;
}

#ui-id-1 {
    font-size: 18px;
    height: 20px;
    text-align: center;
}
