@charset "UTF-8";


/* header */
body{overflow-x:hidden; overflow-y: auto}


.container {
    background: #ffffff;
    margin: 0 auto;
    width:100%
}
header {

}

header .inner {
    width: 1000px;
    height: 238px;
    margin: 0 auto;
    position: relative;
}

header .logo {
    position: absolute;
    top: 85px;
    left: 50px;
}

header .mlo {
    display: none;
}


header #menuicon {
    display: none;
}

header .sidebar {
    display: none;
}

.m_line {
    display: none;
}
.m_line2 {
    display: none;
}
.m_line3 {
    display: none;
}

header .menu {
    position: absolute;
    top: 127px;
    left: 82px;

}

header .menu li {
    float: left;

}

header .menu li a {
    display: block;
}

header .menu li:nth-child(1) a { background: url("../img/menu01_off.jpg") no-repeat; width: 55px; height : 16px; margin-left: 131px; }
header .menu li:nth-child(2) a { background: url("../img/menu02_off.jpg") no-repeat; width: 58px; height: 16px; margin-left: 11px; }
header .menu li:nth-child(3) a { background: url("../img/menu03_off.jpg") no-repeat; width: 34px; height: 16px; margin-left: 14px; }
header .menu li:nth-child(4) a { background: url("../img/menu04_off.jpg") no-repeat; width: 62px; height: 16px; margin-left: 20px; }
header .menu li:nth-child(5) a { background: url("../img/menu05_off.jpg") no-repeat; width: 42px; height: 16px; margin-left: 20px; }
header .menu li:nth-child(6) a { background: url("../img/menu06_off.jpg") no-repeat; width: 100px; height: 16px; margin-left: 20px; }
header .menu li:nth-child(7) a { background: url("../img/menu07_off.jpg") no-repeat; width: 89px; height: 16px; margin-left: 19px; }
header .menu li:nth-child(8) a { background: url("../img/menu08_off.jpg") no-repeat; width: 66px; height: 16px; margin-left: 19px; }
header .menu li:nth-child(9) a { background: url("../img/menu09_off.jpg") no-repeat; width: 94px; height: 16px; margin-left: 19px; }

header .menu li:nth-child(1) a:hover { background: url("../img/menu01_on.jpg") no-repeat; }
header .menu li:nth-child(2) a:hover { background: url("../img/menu02_on.jpg") no-repeat; }
header .menu li:nth-child(3) a:hover { background: url("../img/menu03_on.jpg") no-repeat; }
header .menu li:nth-child(4) a:hover { background: url("../img/menu04_on.jpg") no-repeat; }
header .menu li:nth-child(5) a:hover { background: url("../img/menu05_on.jpg") no-repeat; }
header .menu li:nth-child(6) a:hover { background: url("../img/menu06_on.jpg") no-repeat; }
header .menu li:nth-child(7) a:hover { background: url("../img/menu07_on.jpg") no-repeat; }
header .menu li:nth-child(8) a:hover { background: url("../img/menu08_on.jpg") no-repeat; }
header .menu li:nth-child(9) a:hover { background: url("../img/menu09_on.jpg") no-repeat; }

header .top_line {
    position: absolute;
    top: 217px;
}

/* section01 */

div .sec1 {

    margin-top: 33px;
    margin-left: 80px;
    background: #ffffff;
}
div .sec1 .inner {
    width: 1000px;
    margin:  0 auto;

}

.image_zoom li {
    width: 282px;
    height: 343px;
    overflow: hidden;
    float: left;
    position: relative;
    left: 0;
    top: 0;
    margin: 12px;
}

.image_zoom li .img {
    width: 282px;
}

.image_zoom li .title {
    position: absolute;
    top: 282px;
    left: 0;
}
.mo_sec1 {
    display: none;
}


/* about */

div .about {
    width: 100%;



}

div .about .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}











div .contents .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}







div .contents .view_btn a {
    position: absolute;
    top: 443px;
    right: 51px;
    display: block;
    background: url("../img/sub/btn_off.jpg") no-repeat;
    width: 123px;
    height: 32px;
}
div .contents .view_btn a:hover {
    background: url("../img/sub/btn_on.jpg") no-repeat;
}

/* footer */

div .footer {
    width: 100%;
    height: 88px;
    background: #ffffff;
}

div .footer .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

div .footer .inner .foot_li  {
    position: absolute;
    top: 0;
    left: 0;
}

div .footer .inner .copy  {
    position: absolute;
    top: 31px;
    left: 0;
}

div .footer .inner .copy  {
    position: absolute;
    top: 31px;
    left: 0;
}

div .footer .btn {
    position: absolute;
    top: 31px;
    right: 50px;
}

div .footer .btn li {
    float: left;
}

div .footer .btn li a {
    display: block;
}

div .footer ul li:nth-child(1) a { background: url("../img/tel_btn_off.jpg") no-repeat; width: 35px; height: 57px;}
div .footer ul li:nth-child(2) a { background: url("../img/em_btn_off.jpg") no-repeat; width: 26px; height: 57px;}

div .footer ul li:nth-child(1) a:hover { background: url("../img/tel_btn_on.jpg") no-repeat; }
div .footer ul  li:nth-child(2) a:hover { background: url("../img/em_btn_on.jpg") no-repeat; }

div .footer_area1 {
    width: 100%;
    height: 90px;
    background: #2f2f2f;
    margin-top: 422px;
}

div .footer_area1 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

div .footer_area1 img {
    position: absolute;
    top: 0;
    left: 278px;
}
.mo_copy {
    display: none;
}
.mc_inner {
    display: none;
}

@media screen and (max-width: 800px) {
    .m_container {
        position: relative;
        margin: 0 auto;


    }
    min .inner  {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 30px;
    }
    header .logo {
        display: none;
    }

    .inner .menu li {
        display: none;
    }

    .min .mlo {
        flex-direction: column;
        align-items: center;
        width: 180px;
        padding: 20px;
        display: block;
    }


    .min .mona {
        flex-direction: column;
        align-items: center;
        width: 100%;
        display: block;
    }

    a {
        text-decoration: none;
        color: #f1f1f1;
    }

/*
    .mona li {
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        background-color: #808284;}


*/

    a:hover{
        color: #696969;
    }

    header .sidebar {
        display: block;
    }
    .top_line {
        display: none;
    }
    .m_line {

        display: block;
        width: 100%;
        border-bottom: 1px solid #dedede;
        margin: 20px 0;
    }
    .m_line2 {
        content: "";
        display: block;
        width: 100%;
        border-bottom: 1px solid #ffffff;
        margin: 20px 0;
    }
    .m_line3 {
        content: "";
        display: block;
        width: 100%;
        border-bottom: 1px solid #ffffff;
        margin: 20px 0;
    }

    input[id="menuicon"] {
        display: none;
    }
    input[id="menuicon"] + label {
        display: block;
        margin: 30px;
        width: 30px;
        height: 25px;
        position: fixed;
        right: 10px;
        top:20px;
        cursor: pointer;
        z-index: 2;
    }
    input[id="menuicon"] + label span {
        display: block;
        position: absolute;
        width:100%;
        height: 5px;
        border-radius: 30px;
        background: #808284;
        transition: all .35s;
    }

    input[id="menuicon"] + label span:nth-child(1) {
        top: 0;

    }
    input[id="menuicon"] + label span:nth-child(2) {
        top:50%;
        transform: translateY(-50%);
    }
    input[id="menuicon"] + label span:nth-child(3) {
        bottom:0;
    }
    input[id="menuicon"]:checked + label {
        z-index: 2;}
    input[id="menuicon"]:checked + label span {
        background: #808284;}

    input[id="menuicon"]:checked + label span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    input[id="menuicon"]:checked + label span:nth-child(2) {
        opacity: 0;
    }
    input[id="menuicon"]:checked + label span:nth-child(3) {
        bottom:50%;
        transform: translateY(50%) rotate(-45deg);
    }

    .sidebar ul li{              /*버튼네비*/
        display: block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #939393;

    }



    div[class="sidebar"]{
        width: 100%;
        height: 200px;
        background: #221C1C;
        position: fixed;
        top: 160px;
        left: -100%;
        z-index: 1;
        transition: all .35s;
        font-family: 'Roboto Mono', monospace;
        }

    input[id="menuicon"]:checked + label + div {
    left:0;
    }


/*section*/
    .sec1 {
        display: none;
    }
    .mo_img li {
        display: block;



        width: 140px;
        height: 160px;

        overflow: visible;
        float: left;
        position: center;
        padding-left: 5px;
        padding-right: 5px;

    }

    .mo_inner {
        width: 300px;

        position: relative;
        margin: 0 auto;

    }



    .mo_img li a{

    }

    .mo_sec1 {
        display: block;


    }
    header .inner {
        display: none;

    }




    /*footer*/
    .foot_li {
        display: none;
    }
    .btn li {
        display: none;
    }
    .copy {
        display: none;
    }
    .mo_copy {
        position: relative;
        margin: 0 auto;

        text-align: center;
        width: 320px;

        padding-bottom: 25px;



        font-size: 11px;
        color: #808284;
        display: block;

    }
    .footer {
        display: none;
    }
    .contents .inner {
        display: none;
    }
    .mc_inner {
        margin: 0 auto;
        position: relative;
        width: 320px;
        display: block;
    }







