﻿@charset 'utf-8';
/*
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

html {
    overflow-y: scroll;
}
/* default definition */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, blockquote, button {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 9pt;
    line-height: 1.5em;
    font-family: 'Noto Sans KR', 'NanumGothic', 'Nanum Gothic','나눔고딕', Dotum, Arial, sans-serif;
    /*font-family: 'Noto Sans KR', sans-serif;*/
    background: url(/common/images/bg/bg_body2.gif) repeat-x left top;
    position: relative;
}

form {
    margin: 0;
    padding: 0;
}

table { /*border-collapse: collapse;*/
    border: 0;
    padding: 0;
}

P {
    margin-top: 2px;
    margin-bottom: 2px;
}

table th, table td {
    padding: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

input[type=radio] {
    border: 0;
    background-color: transparent;
}

input[type=checkbox] {
    width: 13px;
    height: 13px;
    border: 0;
    background-color: transparent;
}

input[type=image] {
    border: 0;
    background-color: transparent;
}

input, select {
    font-family: "Gulim", "Arial";
    font-size: 11px;
    height: 19px;
    color: #4D4D4A;
}

    input.chk, input.rdo {
        border: 0;
        width: 14px;
        height: 14px;
        background-color: transparent;
    }

a:link, a:visited {
    color: #666666;
    text-decoration: none;
}

a:active, a:hover {
    color: #3a3a3a;
    text-decoration: underline;
}

input.login:hover, input.login:focus, input.text:hover, input.text:focus {
    background-color: #FFFBDE;
}

input.text {
    font-family: "Dotum", "Arial";
    font-size: 12px;
    border-top: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    background: #fff;
    padding: 2px 0 0 0;
    height: 14px;
}

input.file {
    font-family: "Dotum", "Arial";
    font-size: 12px;
    border-top: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    background: #fff;
    padding: 2px 0 0 0;
    margin: -2px 0 0 0;
    height: 19px;
}

textarea {
    border-top: 1px solid #BCBBB7;
    border-right: 1px solid #BCBBB7;
    border-bottom: 1px solid #BCBBB7;
    border-left: 1px solid #BCBBB7;
    background: #fff;
    margin: -1px 0 1px 0;
    font-family: "Dotum", "Arial";
    font-size: 12px;
    color: #666;
}

select {
    font-family: "Dotum", "Arial";
    font-size: 12px;
    padding: 3px 0 0 0;
    height: 18px;
}

input, select, textarea {
    vertical-align: middle;
    font-size: 9pt;
    color: #666;
}

div {
    scrollbar-face-color: #e3f2c7;
    scrollbar-highlight-color: #f6fde3;
    scrollbar-shadow-color: #e3f2c7;
    scrollbar-3dlight-color: #f6fde3;
    scrollbar-darkshadow-color: #b1d776;
    scrollbar-track-color: #f1f6ea;
    scrollbar-arrow-color: #7eb148;
}

    div.scroll {
        overflow: scroll;
        width: 100%;
        height: 293px;
        SCROLLBAR-FACE-COLOR: #E3EFF9;
        SCROLLBAR-TRACK-COLOR: #FFF;
        SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
        SCROLLBAR-SHADOW-COLOR: #D2E3F2;
        SCROLLBAR-3DLIGHT-COLOR: #9BBFDE;
        SCROLLBAR-ARROW-COLOR: #6F9DCE;
        SCROLLBAR-DARKSHADOW-COLOR: #9BBFDE;
        SCROLLBAR-BASE-COLOR: #ffffff;
    }

h1.none,
h2.none,
h3.none {
    display: none;
}

ul, ol, li {
    list-style: none outside;
}


.clear {
    clear: both;
    display: block;
    float: none;
    font-size: 0 !important;
    height: 0;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cr {
    clear: both;
}

ul.stl01 {
    padding-left: 20px;
    margin-bottom: 5px;
}

    ul.stl01 > li {
        list-style: disc;
        color: #666;
        line-height: 140%;
    }

ol.stl01 {
    padding-left: 20px;
    margin-bottom: 5px;
}

    ol.stl01 > li {
        list-style: decimal;
        color: #666;
        line-height: 140%;
    }


        ol.stl01 > li ul {
            margin: 5px 0 0 5px;
        }

            ol.stl01 > li ul > li {
                padding-bottom: 3px;
            }

                ol.stl01 > li > ul > li > table {
                    width: 100%;
                    border-collapse: collapse;
                    border-top: 1px solid #deebc0;
                    border-left: 1px solid #deebc0;
                    margin-bottom: 5px;
                }

                    ol.stl01 > li > ul > li > table th, ol.stl01 > li > ul > li > table td {
                        border-bottom: 1px solid #deebc0;
                        border-right: 1px solid #deebc0;
                        padding: 3px 5px;
                    }

                    ol.stl01 > li > ul > li > table th {
                        background: #f3fae3;
                        text-align: center;
                    }

ul.ul_title {
    padding-left: 15px;
}

    ul.ul_title, ul.ul_title li {
        list-style: disc !important;
    }


        ul.ul_title li {
            padding-left: 0px;
        }
