@charset "UTF-8";

@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');

/*[s] Reset Css */
html, body {
    width: 100%;
    min-height: 100%;
    background-color: #fff;
    -webkit-text-size-adjust: none
}
img[src="/img/img_new.gif"] {
    display: none;
}
/*
	input,button,textarea{margin:0; padding:0; background-color: transparent; border:none; -webkit-border-radius:0; -webkit-appearance:none}
*/
input[type=submit], input[type=image], input[type=button], button, a {
    cursor: pointer;
    text-decoration: none;
}

img, video, audio, object, embed, iframe {
    max-width: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, legend {
    margin: 0;
    padding: 0
}

fieldset, img, abbr, acronym {
    border: none
}

fieldset {
    display: block
}

ol, ul {
    list-style: none outside
}

h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, th, var {
    font-size: 100%;
    font-weight: normal
}

hr, legend, caption, hr {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -1000em
}

img {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
}

body, th, td, input, select, textarea, h2, h3, h4, h5, address, code, button {
    font-family: 'Noto Sans KR', sans-serif;
    font-style: normal;
    font-weight: normal;
}

body {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}
/*[e] Reset Css */

/*[s] Transition Style */
.a {
    transition: all .3s ease-out;
    transform-origin: 50% 50%;
}

.b {
    transition: all .5s ease-in-out;
    transform-origin: 50% 50%;
}

.c {
    transition: all .7s ease-in-out;
    transform-origin: 50% 50%;
}
/*[e] Transition Style */

/*[s] Bace Css */
:root,
html {
    font-size: 18px
}

.f0 {
    font-size: 0;
    line-height: 0;
}

*:is(th, td).f0 {
    font-size: 0 !important;
    line-height: 0 !important;
}

a {
    color: #333;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.f_arr {
    font-family: "SUIT Variable", sans-serif !important;
}

.mt5 {
    margin-top: 0.5rem !important;
}

.mt10 {
    margin-top: 1rem !important;
}

.mt15 {
    margin-top: 1.5rem !important;
}

.mt20 {
    margin-top: 2rem !important;
}

.mt25 {
    margin-top: 2.5rem !important;
}

.mt30 {
    margin-top: 3rem !important;
}

.mt35 {
    margin-top: 3.5rem !important;
}

.mt40 {
    margin-top: 4rem !important;
}

.mt45 {
    margin-top: 4.5rem !important;
}

.mt50 {
    margin-top: 5rem !important;
}

.mt55 {
    margin-top: 5.5rem !important;
}

.mt60 {
    margin-top: 6rem !important;
}

.mt65 {
    margin-top: 6.5rem !important;
}

.mt70 {
    margin-top: 7rem !important;
}

html * {
    letter-spacing: -0.04em;
    word-break: keep-all;
    word-wrap: break-word;
    box-sizing: border-box;
}

#wrap {
    min-width: 1680px;
    overflow: hidden;
}
/*[e] Bace Css */

/*[s] HEADER */
#header {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 8;
}

    #header .gnbBg {
        width: 100vw;
        height: 90px;
        background-color: #273240;
        display: block;
        position: absolute;
        left: 50vw;
        top: calc(100% - 30px);
        transform: translateX(-50%);
        opacity: 1;
        overflow: hidden;
    }

    #header .header-in {
        width: 100%;
        padding: 0 50px;
        background-color: #0c4da2;
        position: relative;
        border-radius: 0 0 10px 10px;
    }

    #header h1 {
    }

        #header h1 > a {
            padding: 14px 0;
            display: flex;
        }

            #header h1 > a img {
                width: 189px;
            }

    #header .right-utill {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
        position: absolute;
        right: 50px;
        top: 0;
    }

        #header .right-utill a {
            font-size: 14px;
            line-height: 1.2;
            color: #fff;
            position: relative;
            display: flex;
            align-items: center;
            gap: 6px;
        }

    #header #pcMenu,
    #header #pcMenu #list,
    #header #pcMenu #list > li,
    #header #pcMenu #list > li > a {
        height: 60px;
    }

    #header #pcMenu {
        border-top: 1px solid #e6e6e6;
        margin-top: -60px;
    }

        #header #pcMenu #list {
            width: 100%;
            display: flex;
            justify-content: center;
        }

            #header #pcMenu #list > li {
                padding: 0 2.14%;
                position: relative;
                z-index: 5;
            }

                #header #pcMenu #list > li + li:before {
                    content: "";
                    width: 1px;
                    height: 12px;
                    margin-top: -6px;
                    background-color: #3d71b5;
                    display: inline-block;
                    position: absolute;
                    left: 0;
                    top: 50%;
                }

                #header #pcMenu #list > li > a {
                    width: 100%;
                    font-weight: bold;
                    font-size: 18px;
                    line-height: 1;
                    color: #fff;
                    text-align: center;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                    z-index: 3;
                }

                    #header #pcMenu #list > li > a:before {
                        content: "";
                        width: 0;
                        height: 4px;
                        background-color: #273240;
                        margin-left: 0%;
                        display: inline-block;
                        position: absolute;
                        left: 50%;
                        bottom: 0;
                        z-index: 5;
                        border-radius: 99px 99px 0 0;
                    }

            #header #pcMenu #list .gnbSub {
                position: absolute;
                left: 50%;
                top: calc(100% - 1px);
                white-space: nowrap;
                z-index: 6;
                display: none;
                transform: translateX(-50%);
            }

                #header #pcMenu #list .gnbSub > li {
                    padding: 0 25px;
                    display: inline-block;
                    vertical-align: top;
                }

                    #header #pcMenu #list .gnbSub > li > a {
                        height: 60px;
                        font-size: 16px;
                        line-height: 1.2;
                        color: #fff;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        position: relative;
                    }

                        #header #pcMenu #list .gnbSub > li > a:before {
                            content: "";
                            width: 0;
                            height: 4px;
                            background-color: #fff;
                            margin-left: 0%;
                            display: inline-block;
                            position: absolute;
                            left: 50%;
                            bottom: 0;
                            z-index: 5;
                            border-radius: 99px 99px 0 0;
                        }

            #header #pcMenu #list > li:nth-child(1) .gnbSub,
            #header #pcMenu #list > li:nth-child(2) .gnbSub {
                left: 0;
                transform: translateX(0%);
            }

            #header #pcMenu #list > li:is(:hover, .oPage, .active) > a,
            #header #pcMenu #list .gnbSub > li:is(:hover, .oPage) > a {
                color: #9df2ff;
            }

            #header #pcMenu #list > li:is(.oPage) > a:before,
            #header #pcMenu #list .gnbSub > li:is(.oPage) > a:before {
                width: 100%;
                margin-left: 0;
                left: 0;
                opacity: 1
            }

            #header #pcMenu #list > li:is(:hover, .oPage, .active) .gnbSub {
                display: block;
            }

            #header #pcMenu #list > li.one .gnbSub,
            #header #pcMenu #list .gnbSub > li.hide {
                display: none !important;
            }
/*[e] HEADER */

/*[s] SUB */
#container.admin_box {
    width: 100% !important;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 0 100px !important;
    /*position: relative*/;
    z-index: 2;
}

    #container.admin_box .admin_title {
        margin: 50px 0 45px !important;
        padding: 0 0 0 23px !important;
        background: url('../img/h2_bul.png') no-repeat left 3px;
        border: none !important;
        font-weight: bold !important;
        font-size: 24px !important;
        line-height: 1 !important;
        color: #000 !important;
        display: flex;
    }

        #container.admin_box .admin_title i.xi-library-books-o {
            display: none !important;
        }

    #container.admin_box .counting {
        padding-bottom: 20px;
        display: flex;
    }

        #container.admin_box .counting > span {
            padding-left: 7px;
            font-weight: 500;
            color: #000;
        }

    #container.admin_box .bodst01 {
        width: 100%;
        border-top: 2px solid #000;
        border-spacing: 0;
        border-collapse: collapse;
    }

        #container.admin_box .bodst01 th {
            padding: 15px 0;
            background-color: #f4f6f8;
            border-bottom: 1px solid #e6e6e6;
            font-weight: 500;
            color: #000;
            text-align: center;
            letter-spacing: -0.025em;
        }

        #container.admin_box .bodst01 td {
            padding: 15px;
            border-bottom: 1px solid #e6e6e6;
            line-height: 1.5;
            text-align: center;
            letter-spacing: -0.025em;
            vertical-align: middle;
        }

            #container.admin_box .bodst01 td.tal {
                text-align: left;
            }

            #container.admin_box .bodst01 td[align="center"] {
                white-space: nowrap;
            }

            #container.admin_box .bodst01 td img {
                vertical-align: middle;
            }

        #container.admin_box .bodst01 a {
            text-decoration: none;
        }

            #container.admin_box .bodst01 a:hover {
                text-decoration: underline;
                text-underline-position: under;
            }

    /* board paging-all */
    #container.admin_box .PagingHelper {
        width: 100%;
        margin: 30px auto 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        position: relative;
    }

        #container.admin_box .PagingHelper > img,
        #container.admin_box .PagingHelper > a,
        #container.admin_box .PagingHelper > font {
            width: 40px;
            height: 40px;
            background-color: #fff;
            line-height: 1;
            color: #666;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        #container.admin_box .PagingHelper > a {
            border: 1px solid #e6e6e6;
        }

            #container.admin_box .PagingHelper > img:hover,
            #container.admin_box .PagingHelper > a:hover,
            #container.admin_box .PagingHelper > font {
                color: #fff;
                background-color: #111;
                border-color: #111;
            }

    #container.admin_box .btn_box {
        margin-top: 30px;
        display: flex;
        justify-content: flex-end;
        gap: 5px;
    }

    #container.admin_box .btn_pack,
    #container.admin_box .btn_pack * {
        min-width: 120px;
        height: 46px;
        margin: 0 0 0 0;
        background: #414141 none;
        border: 0;
        font-size: 16px;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }

        #container.admin_box .btn_pack[value="글삭제"],
        #container.admin_box .btn_pack *[value="글쓰기"] {
            background-color: #111;
        }

        #container.admin_box .btn_pack.small,
        #container.admin_box .btn_pack.small * {
            min-width: 90px;
            height: 45px;
            padding: 0;
            font-size: 14px;
        }


    #container.admin_box .search_box {
        margin-top: 30px;
        padding: 0;
        background: none;
        border: none;
    }

    #container.admin_box .srch {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #container.admin_box .srch .btn_pack * {
            background: #000 !important;
            border-radius: 0;
        }

        #container.admin_box .srch .keyword {
            width: 249px;
            height: 45px;
            padding: 0 10px;
            border: 1px solid #d8d8d8;
            border-right: none;
            font-size: 14px;
        }
/*[e] SUB */

/*[s] LOGIN */
#login-area {
    width: 100vw;
    height: 100vh;
    background: #fff url('../img/bg.jpg') no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-area {
    width: 340px;
    margin: 0 auto;
    text-align: center;
}

    .login-area .login-logo {
        padding-bottom: 40px;
        border-bottom: 1px solid #cfcfcf;
    }

        .login-area .login-logo img {
            width: 242px;
        }

    .login-area .login-text {
        padding: 37px 0;
        font-weight: bold;
        font-size: 24px;
        line-height: 1;
        color: #010101;
    }

        .login-area .login-text > strong {
            color: #ff5400;
        }

    .login-area .login-fild > label {
        display: block;
        position: relative;
    }

        .login-area .login-fild > label:before {
            content: "";
            width: 1px;
            height: 30px;
            margin-top: -15px;
            background-color: #d8d8d8;
            display: inline-block;
            position: absolute;
            left: 51px;
            top: 50%;
        }

    .login-area .login-fild input[type=text],
    .login-area .login-fild input[type=password] {
        width: 100%;
        height: 55px;
        padding: 0 20px 2px 64px;
        background: #fff url('../img/icon_id.png') no-repeat 18px center;
        border: 1px solid #d8d8d8;
        font-size: 17px;
        line-height: 1;
        color: #1b1b1b;
        display: flex;
        align-items: center;
    }

    .login-area .login-fild input[type=password] {
        background-image: url('../img/icon_pw.png');
        background-position: 15px center;
    }

    .login-area .login-fild label + label {
        margin-top: 10px;
    }

    .login-area .check-new {
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }

        .login-area .check-new input[type=checkbox] + label {
            color: #666;
        }

    .login-area input[type=submit] {
        width: 100%;
        height: 50px;
        margin-top: 35px;
        background-color: #343434;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.2;
        color: #fff;
        text-align: center;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 5px;
    }


/*[e] LOGIN */

/* Check New Style */

.check-new {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

    .check-new input[type=checkbox],
    .check-new input[type=radio] {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
    }

        .check-new input[type=checkbox] + label,
        .check-new input[type=radio] + label {
            font-size: 16px;
            line-height: 1;
            color: #999;
            display: inline-flex;
            align-items: center;
            cursor: pointer;
            position: relative;
            gap: 7px;
        }

            .check-new input[type=radio] + label a {
                color: var(--point);
                text-decoration: underline;
                text-underline-position: under;
            }

    .check-new .more {
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        color: #111;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        position: relative;
    }

    .check-new input[type=checkbox] + label > .graphic,
    .check-new input[type=checkbox] + label > .graphic:before,
    .check-new input[type=radio] + label > .graphic,
    .check-new input[type=radio] + label > .graphic:before {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #fff;
        border: 1px solid var(--bor_c);
        font-size: 0;
        line-height: 0;
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: 1px;
        transition: .3s;
    }

        .check-new input[type=checkbox] + label > .graphic:before {
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="black"><path d="M21.03 5.72a.75.75 0 010 1.06l-11.5 11.5a.75.75 0 01-1.072-.012l-5.5-5.75a.75.75 0 111.084-1.036l4.97 5.195L19.97 5.72a.75.75 0 011.06 0z"/></svg>') no-repeat left top/cover;
            border: none;
            left: -1px;
            top: -1px;
            z-index: 2;
            opacity: 0.2;
        }

    .check-new input[type=radio] + label > .graphic {
        border-radius: 99px;
    }

        .check-new input[type=radio] + label > .graphic:before {
            width: 50%;
            height: 50%;
            background-color: var(--btn_c);
            border: none;
            left: 50%;
            top: 50%;
            border-radius: 99px;
            transform-origin: 50% 50%;
            transform: translate(-50%, -50%);
            opacity: 0.2;
        }

    .check-new input[type=checkbox]:checked + label > .graphic {
        border-color: var(--btn_c);
    }

    .check-new input[type=radio]:checked + label > .graphic {
        border-color: var(--btn_c);
    }

        .check-new input[type=radio]:checked + label > .graphic:before {
            background-color: var(--btn_c);
        }

        .check-new input[type=checkbox]:checked + label > .graphic,
        .check-new input[type=checkbox]:checked + label > .graphic:before,
        .check-new input[type=radio]:checked + label > .graphic,
        .check-new input[type=radio]:checked + label > .graphic:before {
            opacity: 1;
        }

    .check-new input[type=checkbox]:checked + label,
    .check-new input[type=radio]:checked + label {
        color: var(--btn_c);
    }
