﻿ul, li, ol{
    list-style: none;
    padding: 0;
}

a{
    text-decoration: none;
    color: #666;
    cursor: pointer;

}
/* header */

#wrap {
    width: 100%;
    ;
}

.inner {
    display:flex;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;

}

.en_inner {
    width: 83%;
    max-width:100%;
}

#header {
    width: 100%;
    border-top: 3px solid #025218;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

    #header .inner {
        position: relative
    }

        #header .inner:after {
            content: "";
            display: block;
            clear: both;
            zoom: 1;
        }

.head {
    position: relative;
    top: 0;
    z-index: 3800;
    width: 100%;
    background-color: #fff;
}

    .head h1.logo {
        float: left;
        width: 12%;
    }

        .head h1.logo .logo_h1 {
            display: block;
            width: 100%;
            height: 100%;
            min-width: 100px
        }

            .head h1.logo .logo_h1 img {
                width: 100%;
                vertical-align: middle;
                margin-top: 32px;
            }

#header .search_box {
    position: absolute;
    right: 0;
    width: 81px;
    top: 50%;
    margin-top: -21px;
}

    #header .search_box li {
        float: left;
        background: #0c4da2;
        width: 38px;
        text-align: center;
        line-height: 38px;
        height: 38px;
        position: relative
    }

        #header .search_box li a {
            display: block;
            color: #fff;
            font-size: 13px;
        }

        #header .search_box li:first-child {
            background: #ccc;
            width: 38px;
            text-align: center;
            line-height: 32px;
            height: 38px;
        }

        #header .search_box li.search {
            position: relative;
            height: 38px;
            margin-right: 5px
        }

            #header .search_box li.search:hover input,
            #header .search_box li.search.on input {
                width: 180px;
                border: 1px solid #ddd;
                background-color: #fff;
                text-indent: 10px;
            }

            #header .search_box li.search input {
                position: absolute;
                top: 0;
                right: 37px;
                width: 0px;
                height: 36px;
                font-size: 14px;
                color: #999;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
                border: 1px solid transparent;
                background-color: transparent
            }

            #header .search_box li.search a {
                position: absolute;
                width: 37px;
                height: 36px;
                display: block;
                top: 0;
                left: 0;
                background: url(img/search.png) no-repeat center center;
                text-indent: -9999px;
            }

/* nav */
.nav {
    width: 80%;
    float: left;
    margin-left: 5%
}

.en_nav {
    width: 88%;
}
    .nav .menu_area {
        position: relative;
    }

        .nav .menu_area:after {
            content: "";
            display: block;
            clear: both;
            zoom: 1;
        }

        .nav .menu_area li {
            float: left;
            width: 12.6666%;
        }
        .en_nav .menu_area li {
            float: left;
            width: 160px!important;
        }
            .nav .menu_area li:first-child {
                margin-left: 0;
            }

            .nav .menu_area li span {
                display: block;
                font-size: 14px;
                line-height: 96px;
                text-align: center;
            }

            .nav .menu_area li:first-child span {
                background: none;
            }

            .nav .menu_area li a.on span {
                color: #025218;
            }

            .nav .menu_area li.menu span {
                background-position: 26px center;
            }

            .nav .menu_area li.menu2 span {
                background-position: -106px center
            }

            .nav .menu_area li.menu3 span {
                background-position: -228px center;
            }

            .nav .menu_area li.menu4 span {
                background-position: -358px center;
            }

            .nav .menu_area li.menu5 span {
                background-position: -482px center;
            }

            .nav .menu_area li .main_menu:hover,
            .nav .menu_area li .main_menu.on {
                height: 95px;
                display: block
            }

.depth_area {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #edebeb;
}

    .depth_area .inner {
        width: 70%;
    }
    .depth_area .en_inner {
        width: 70%;
        max-width: 100%;
    }
.depth {
    display: block;
    overflow: hidden;
    z-index: 3800;
    position: absolute;
    width: 100%;
    background: #fff right bottom;
    top: 0;
    border-bottom: 1px solid #e4e4e4;
}

    .depth > ul {
        margin: 0 auto;
        position: relative
    }

    .depth ul:after {
        content: "";
        display: block;
        clear: both;
        zoom: 1;
    }

    .depth ul li img {
        display: none;
        position: absolute;
        left: 0;
        top: 60px
    }

    .depth ul li ul li {
        float: none;
        line-height: 18px;
        padding: 0;
        font-size: 13px
    }

        .depth ul li ul li a {
            text-decoration: none;
            color: #666
        }

    .depth ul li.on {
        background: #f6f6f5
    }

        .depth ul li.on > img {
            display: block
        }

        .depth ul li.on ul li a {
            color: #666;
        }

        .depth ul li.on li.curr img {
            display: block; /*z-index: 1*/
        }

    .depth ul li li:hover img {
        display: block;
        z-index: 2
    }

    .depth > ul > li {
        float: left;
        padding: 20px 0;
        border-right: 1px solid #edebeb;
        height: auto;
        width: 98px;
    }

        .depth > ul > li:first-child {
            margin-left: 415px;
            border-left: 1px solid #edebeb
        }

.en_depth > ul > li:first-child {
            margin-left: 225px;
            border-left: 1px solid #edebeb
        }
    .en_depth > ul > li {
        float: left;
        padding: 20px 0;
        border-right: 1px solid #edebeb;
        height: auto;
        width: 160px;
    }
        /*
.depth > ul > li.about {width: 110px;}
.depth > ul > li.product {width: 110px;}
.depth > ul > li.portfolio {width: 129px;}
.depth > ul > li.online {width: 125px;}
.depth > ul > li.contact {width: 139px;}
*/
        .depth > ul > li a {
            font-size: 12px;
            padding: 5px 0 5px 0;
            display: block;
            color: #86898b;
            font-weight: 300;
            text-align: center
        }

    .depth ul li ul li a:hover {
        color: #025218;
        font-weight: 400;
    }

.dimmed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3900;
    width: 100%;
    height: 100%;
}

.dimmed_main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3500;
    width: 100%;
    height: 100%;
}

#header #gnb {
    float: right;
    margin: 40px 0 39px;
}

    #header #gnb li {
        float: left;
    }

        #header #gnb li a {
            font-size: 12px;
            ;
            color: #666;
            background: url(img/main_btn.png) no-repeat left 3px;
            margin-left: 10px;
            padding-left: 10px;
        }

        #header #gnb li:first-child a {
            margin: 0;
            padding: 0
        }

#header #sub_gnb {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 79px;
    z-index: 9999;
}


.en_menu_area{width: 90%;}
.en_menu_area li{width: auto!important;}
.en_nav .menu_area li{width:160px!important;margin-right: 0;}