body {
    margin: 0px;
    padding: 0px;
}

button {
    cursor: pointer;
}

#quick_top {
    background: url(../img/top.gif) no-repeat;
    width: 30px;
    height: 30px;
    float: right;
    position: absolute;
    border: none;
}

#skip_to_container a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

    #skip_to_container a:focus, #skip_to_container a:active {
        width: 100%;
        height: 75px;
        background: #21272e;
        color: #fff;
        font-size: 2em;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        line-height: 3.3em;
    }

.index_wrap {
    overflow: auto;
    box-sizing: border-box;
    width: 1130px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    min-height: 700px;
    margin: 0px auto;
    padding: 0px;
}

.menu_wrap {
    float: left;
    border-right: 1px solid #ccc;
    width: 239px;
    box-sizing: border-box;
    min-height: 700px;
    height: 100%;
}

    .menu_wrap h1 {
        box-sizing: border-box;
        padding: 30px 0px 0px 30px;
        margin: 0px;
        height: 111px;
        border-bottom: 1px solid #ccc;
    }

.menu {
    list-style: none;
    padding: 27px 0px 0px 30px;
    margin: 0px;
}

    .menu li {
        height: 40px;
        box-sizing: border-box;
    }

    .menu a:link, .menu a:visited, .menu a:hover {
        color: #545454;
        font-size: 18px;
        font-family: Arial;
        text-decoration: none;
        letter-spacing: 2.2px;
    }

    .menu a:hover {
        color: #000;
        /*font-weight: bold;*/
    }

.menu_wrap .menu_sel_10:link, .menu_wrap .menu_sel_10:visited {
    color: #2ad;
}

.menu_wrap .menu_sel_20:link, .menu_wrap .menu_sel_20:visited {
    color: #4b6;
}

.menu_wrap .menu_sel_30:link, .menu_wrap .menu_sel_30:visited {
    color: #9b3;
}

.menu_wrap .menu_sel_40:link, .menu_wrap .menu_sel_40:visited {
    color: #ba0;
}

.menu_wrap .menu_sel_50:link, .menu_wrap .menu_sel_50:visited {
    color: #d82;
}

.menu_wrap .menu_sel_60:link, .menu_wrap .menu_sel_60:visited {
    color: #2ad;
}

.menu_wrap .menu_sel_70:link, .menu_wrap .menu_sel_70:visited {
    color: #2ad;
}

.sns {
    font-family: Arial;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 30px 0px 0px 30px;
}

    .sns a:link, .sns a:visited, .sns a:hover {
        color: #777;
        text-decoration: none;
    }

    .sns img {
        margin-top: 8px;
    }

.content_wrap {
    padding: 30px 0px 30px 30px;
    float: left;
    width: 890px;
    box-sizing: border-box;
    height: 100%;
    border-left: 1px solid #ccc;
    margin-left: -1px;
}

    .content_wrap h2 {
        margin: 0px 0px 28px 0px;
        padding: 0px;
        line-height: 0px;
    }

.content {
    font-family: 'Nanum Barun Gothic', sans-serif, NanumGothic, 'Malgun Gothic';
    padding-top: 30px;
}

.foot_wrap {
    clear: both;
    font-family: 'Nanum Barun Gothic', sans-serif, NanumGothic, 'Malgun Gothic';
    border-top: 1px solid #ccc;
}

    .foot_wrap address {
        color: #666;
        box-sizing:border-box;
        margin: 28px auto;
        width: 1130px;
        font-size: 12px;
        font-style: normal;
        text-decoration: none;
        height: 30px;
        border-left: 1px solid #b2b2b2;
        padding-left: 8px;
        line-height: 100%;
    }

        .foot_wrap address span {
            color: #35b;
        }

        .foot_wrap address img {
            vertical-align: middle;
            margin: 0px 6px;
        }

        .foot_wrap .phone {
            color: #08f;
        }

        .foot_wrap p a:link, .foot_wrap p a:visited, .foot_wrap p a:hover {
            text-decoration:none;
            color:#666;
        }

    .foot_wrap p {
        margin: 0px;
        padding: 0px;
        font-size: 11px;
    }

        .foot_wrap p:first-child {
            font-size: 12px;
            margin-bottom: 8px;
        }

.tab_btn_wrap {
    float: left;
    height: 30px;
    margin: 0px 10px 0px 0px;
}

    .tab_btn_wrap img {
        margin: auto;
        clear: both;
        display: block;
    }

.tab_btn {
    display: block;
    font-family: 'Nanum Barun Gothic', sans-serif, NanumGothic, 'Malgun Gothic';
    height: 25px;
    min-width: 100px;
    box-sizing: border-box;
    background: #fff;
    padding: 0px 5px;
    border: 1px solid #ddd;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    float: left;
}

    .tab_btn.tab10 {
        color: #79d;
    }

        .tab_btn.tab10.selected {
            color: #fff;
            background: #8ae;
            border: 1px solid #8ae;
        }

    .tab_btn.tab20 {
        color: #499;
    }

        .tab_btn.tab20.selected {
            color: #fff;
            background: #6bb;
            border: 1px solid #6bb;
        }

    .tab_btn.tab30 {
        color: #5b5;
    }

        .tab_btn.tab30.selected {
            color: #fff;
            background: #7c7;
            border: 1px solid #7c7;
        }

    .tab_btn.tab40 {
        color: #8a0;
    }

        .tab_btn.tab40.selected {
            color: #fff;
            background: #ac3;
            border: 1px solid #ac3;
        }

    .tab_btn.tab50 {
        color: #e94;
    }

        .tab_btn.tab50.selected {
            color: #fff;
            background: #e94;
            border: 1px solid #e94;
        }

.map_path {
    color: #888;
    font-family: 'Nanum Barun Gothic', sans-serif, NanumGothic, 'Malgun Gothic';
    font-size: 12px;
    float: right;
    padding: 13px 30px 5px 0px;
    font-weight: bold;
}

    .map_path span {
        color: #555;
    }

    .map_path img {
        margin: 0px 7px;
        vertical-align: middle;
    }

.list_wrap {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 22px 0px 0px 0px;
}

    .list_wrap li {
        margin-right: 29px;
        margin-bottom:30px;
        width: 400px;
        padding: 19px;
        border: 1px solid #ddd;
        box-sizing: border-box;
        display: inline-block;
    }

        .list_wrap li:first-child {
            margin-left: 0px;
        }

    .list_wrap.list10 li:hover {
        border: 3px solid #80ccdd;
        padding: 17px;
    }

    .list_wrap.list20 li:hover {
        border: 3px solid #8d8;
        padding: 17px;
    }

    .list_wrap.list30 li:hover {
        border: 3px solid #bd6;
        padding: 17px;
    }

    .list_wrap.list40 li:hover {
        border: 3px solid #dc6;
        padding: 17px;
    }

    .list_wrap .list_img {
        display: block;
        width: 360px;
        height: 220px;
        border: 1px solid #e2e2e2;
        box-sizing: border-box;
    }

    .list_wrap dl, .list_wrap dt, .list_wrap dd {
        margin: 0px;
        padding: 0px;
        font-family: Dotum;
        font-size: 12px;
        color: #555;
    }

    .list_wrap dt {
        margin: 22px 0px 9px 0px;
        color: #333;
        font-size: 14px;
        font-family: 'Nanum Barun Gothic', sans-serif, NanumGothic, 'Malgun Gothic';
        font-weight: bold;
    }

    .list_wrap dd {
        margin-top: 6px;
    }

        .list_wrap dd a, .list_wrap dd a:link, .list_wrap dd a:visited, .list_wrap dd a:hover {
            color: #57d;
            text-decoration: none;
        }


.paging_wrap {
    clear: both;
    padding-top: 10px;
}

    .paging_wrap button {
        height: 25px;
        line-height: 25px;
        min-width: 30px;
        background: none;
        border: 1px solid #ddd;
        box-sizing: border-box;
        font-family: 'Nanum Barun Gothic', sans-serif, NanumGothic, 'Malgun Gothic';
        font-size: 13px;
        color: #999;
    }

        .paging_wrap button.sel {
            color: #f94;
            border-color: #e94;
        }

.plist_wrap {
    width: 830px;
    border: 1px solid #ddd;
    clear: both;
    list-style: none;
    margin: 17px 0px 0px 0px;
    padding: 0px;
}

    .plist_wrap li {
        padding: 21px;
        margin: 0px;
    }

    .plist_wrap dl, .plist_wrap dt, .plist_wrap dd {
        margin: 0px;
        padding: 0px;
        font-family: Dotum;
        font-size: 12px;
        color: #555;
    }

    .plist_wrap dt {
        margin: 0px 0px 10px 0px;
        color: #333;
        font-size: 14px;
        font-family: 'Nanum Barun Gothic', sans-serif, NanumGothic, 'Malgun Gothic';
        font-weight: bold;
    }

    .plist_wrap dd {
        margin-top: 6px;
    }

    .plist_wrap img {
        width: 690px;
        margin: 21px auto 0px auto;
        display: block;
    }

.zimg {
    margin: 9px 0px 100px 0px;
}

.zircon {
    clear: both;
    padding: 15px 0px 0px 294px;
    box-sizing: border-box;
}

.m_logo {
    display: block;
    text-align: center;
    padding: 0px 0px 35px 20px;
}

.mi_txt, .mi_wrap {
    clear: both;
    width: 780px;
    margin: auto;
}

    .mi_txt div:first-child {
        width: 390px;
        float: left;
    }

    .mi_txt div + div {
        float: left;
        padding-left: 30px;
    }

.mi_wrap img {
    box-sizing:border-box;
    width:360px;
    height:220px;
    margin:-1px 0px 0px -1px;
    display:block;
}

.mi_wrap1, .mi_wrap2, .mi_wrap3, .mi_wrap4 {
    float: left;
    width: 390px;
    height: 250px;
    box-sizing: border-box;
}

.mi_wrap1 div, .mi_wrap2 div, .mi_wrap3 div, .mi_wrap4 div {
    border:1px solid #ddd;
    overflow:hidden;
    width: 360px;
    height: 220px;
    box-sizing:border-box;
}

.mi_wrap1 {
        margin-top: 23px;
        padding: 0px 30px 30px 0px;
        border-right: 1px solid #4bd;
        border-bottom: 1px solid #4bd;
    }

.mi_wrap2 {
        margin-top: 23px;
        padding: 0px 0px 30px 30px;
        border-bottom: 1px solid #4bd;
        height:250px;
    }

.mi_wrap3 {
        margin-bottom: 20px;
        padding: 30px 30px 0px 0px;
        border-right: 1px solid #4bd;
    }

.mi_wrap4 {
        margin-bottom: 20px;
        padding: 30px 0px 0px 30px;
    }
