/* 로그인 영역 */
.login {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background-color: #FEF4AD;
    animation: change-background 3s infinite linear;
}
.login-box {
    padding: 58px 38px 40px;
    width: 576px;
    border-radius: 7px;
}
.login-box.pw {
    width: 500px;
}
.login-box h1 img {width: 266px;}
.login-box > div {
    vertical-align: top;
}

.login-box .info-area .reno-tit {
    color:#87695e;
}
.login-box .error-box {

}
.login-box .info-area p,
.login-box.pw > p {
    margin-top:20px;
    font-size:20px;
    line-height:1.2;
    word-break: break-all;
    font-weight: 700;
    color:#fff;
}
.login-box .info-area p > span {
    color:#F98D21;
    font-size:22px;
}
.login-box .info-txt {
    margin-top:0px;
    line-height:1.4;
    color:#111;
    font-size:14px;
    font-weight: 400;
}
.login-box .warn-txt {
    padding-left:20px;
    text-indent: -10px;
    font-size:14px;
    color:#dc3545;
    line-height:1.2;
    font-weight: 400;
}
.login-box .warn-txt .material-icons{
    color:#dc3545;
}
.login-box .warn-txt .count {
    display: inline-block;
    vertical-align: baseline;
}
.login .login-box .material-icons {
    display: inline-block;
    font-size: 17px;
    vertical-align: bottom !important;
    margin:0;
}
.login-box .login-area {
    margin-top:15px;
    padding:40px 50px;
    border-radius: 1.5rem;
    background-color: #fff;
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}
.login-box .login-area .log-input {
    position: relative;
    margin-top:37px;
}
.login-box .login-area .log-input .input-default {
    height:35px;
    line-height:35px;
    border-radius: 0;
}
.login-box .login-area .log-input .input-default.error {
    border: 1px solid #dc3545
}
.login-box.pw .login-area .log-input {
    padding:0;
}
.login-box .login-area h3 {
    font-size:18px;
    margin-bottom:23px
}
.login-box .login-area span {
    margin:15px 0;
    display:block;
}
.login-box .login-area > .log-input .btn-login {
    margin-top:15px;
}
.login-box .login-area .btn-login {
    display: block;
    width: 100%;
    height:50px;
    line-height:50px;
    text-align: center;
    color:#fff;
    background-color: #f87c18;
    transition: all .3s ease;
    border:0 none;
    cursor: pointer;
}
.login-box.pw .login-area .btn-login {
    position: static;
    display: block;
    width: 100%;
    height:40px;
    line-height:40px;
}

.login-box .login-area .btn-login.import {
    background-color: #e64318;
}
.login-box .login-area .btn-login.dark {
    background-color: #666;
}
.login-box .login-area .btn-login:hover {
    background-color: #c26112;
}
.login-box .login-area .btn-login.dark:hover {
    background-color: #32304F;
}
.login-box .login-area .find-pw {
    margin-top:20px;
    display:inline-block;
    color:#007bff;
    font-size: 15px;
    vertical-align: baseline;
}
.login-box .btn-wrap {
    margin-top:30px;
    padding:30px 0 0;
    display: flex;
    justify-content: space-between;
    border-top:1px solid #87695e;
}
.login-box .btn-wrap .btn-login {
    display: inline-block;
    width: 50% !important;
}
.login-box .btn-wrap .btn-login + .btn-login {
    margin-left:10px;
}
.error-txt {
    color:#cd0000;
}
.error-txt .material-icons {
    color:#cd0000;
    vertical-align: sub;
}
.error .error-txt {}

/* error page */
.page-error {
    display:flex;
    align-items: center;
    min-height: 100vh;
    background-color: #F2EEE8;
}
.page-error *, .page-error *:before, .page-error *:after {
    box-sizing: content-box;
    transform: translate3d(0, 0, 0);
}
.page-error .error-tit {
    text-align: center;
    font-size: 4.5rem;
    padding-top: 20px;
}
.page-error .error-txt {
    color:#666;
    text-align: center;
    font-size: 3rem;
    padding-top: 15px;
}
.page-error > .contents .btn-wrap {
    text-align: center;
    margin-top:30px;
}
.face {
    width: 300px;
    height: 300px;
    border: 4px solid #383A41;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-top: 100px;
}
.face .band {
    width: 350px;
    height: 27px;
    border: 4px solid #383A41;
    border-radius: 5px;
    margin-left: -25px;
    margin-top: 50px;
}
.face .band .red {
    height: calc(100% / 3);
    width: 100%;
    background-color: #EB6D6D;
}
.face .band .white {
    height: calc(100% / 3);
    width: 100%;
    background-color: #FFFFFF;
}
.face .band .blue {
    height: calc(100% / 3);
    width: 100%;
    background-color: #5E7FDC;
}
.face .band:before {
    content: "";
    display: inline-block;
    height: 27px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    z-index: 999;
}
.face .band:after {
    content: "";
    display: inline-block;
    height: 27px;
    width: 30px;
    background-color: rgba(56, 58, 65, 0.3);
    position: absolute;
    z-index: 999;
    right: 0;
    margin-top: -27px;
}
.face .eyes {
    width: 128px;
    margin: 0 auto;
    margin-top: 40px;
}
.face .eyes:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    border: 7px solid #383A41;
    margin-right: 20px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom: 0;
}
.face .eyes:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    border: 7px solid #383A41;
    margin-left: 20px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom: 0;
}
.face .dimples {
    width: 180px;
    margin: 0 auto;
    margin-top: 15px;
}
.face .dimples:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 80px;
    border-radius: 50%;
    background-color: rgba(235, 109, 109, 0.4);
}
.face .dimples:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 80px;
    border-radius: 50%;
    background-color: rgba(235, 109, 109, 0.4);
}
.face .mouth {
    width: 40px;
    height: 5px;
    border-radius: 5px;
    background-color: #383A41;
    margin: 0 auto;
    margin-top: 25px;
}


/* effect */
.text {
    position: relative;
    display:inline-block;
}

.text::before {
    position: absolute;
    content: '';
    width: 17px;
    bottom: 0px;
    right: 0px;
    height: 2px;
    background: white;
    animation: animLine 0.5s steps(5) infinite;
}

@keyframes animLine {
    0%,
    75% {
        opacity: 1;
    }
    76%,
    100% {
        opacity: 0;
    }
}

.text .string {
    position: relative;
    height:27px;
    overflow:hidden;
    animation: animText 10s steps(15) infinite;
    overflow: hidden;
}

@keyframes animText {
    0%,
    90%,
    100% {
        width: 0px;
    }
    30%,
    60% {
        width: 315px;
    }
}

.wrapper {
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: scale(1, 1) translate(-50%, -50%);
}

.floor {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 350px;
    height: 5px;
    background: #673C63;
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 5px #111;
    z-index: 2;
}

.candles {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 150px;
    transform: translate(-50%, -100%);
    z-index: 1;
}

.candle1 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 35px;
    height: 100px;
    background: #fff;
    border: 3px solid #673C63;
    border-bottom: 0px;
    border-radius: 3px;
    transform-origin: center right;
    transform: translate(60%, -25%);
    box-shadow: -2px 0px 0px #95c6f2 inset;
    animation: expand-body 3s infinite linear;
}

.candle1__stick, .candle2__stick {
    position: absolute;
    left: 50%;
    top: 0%;
    width: 3px;
    height: 15px;
    background: #673C63;
    border-radius: 8px;
    transform: translate(-50%, -100%);
}

.candle2__stick {
    height: 12px;
    transform-origin: bottom center;
    animation: stick-animation 3s infinite linear;
}

.candle1__eyes, .candle2__eyes {
    position: absolute;
    left: 50%;
    top: 0%;
    width: 35px;
    height: 30px;
    transform: translate(-50%, 0%);
}

.candle1__eyes-one {
    position: absolute;
    left: 30%;
    top: 20%;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #673C63;
    transform: translate(-70%, 0%);
    animation: blink-eyes 3s infinite linear;
}

.candle1__eyes-two {
    position: absolute;
    left: 70%;
    top: 20%;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #673C63;
    transform: translate(-70%, 0%);
    animation: blink-eyes 3s infinite linear;
}

.candle1__mouth {
    position: absolute;
    left: 40%;
    top: 20%;
    width: 0px;
    height: 0px;
    border-radius: 20px;
    background: #673C63;
    transform: translate(-50%, -50%);
    animation: uff 3s infinite linear;
}

.candle__smoke-one {
    position: absolute;
    left: 30%;
    top: 50%;
    width: 30px;
    height: 3px;
    background: grey;
    transform: translate(-50%, -50%);
    animation: move-left 3s infinite linear;
}

.candle__smoke-two {
    position: absolute;
    left: 30%;
    top: 40%;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: grey;
    transform: translate(-50%, -50%);
    animation: move-top 3s infinite linear;
}

.candle2 {
    position: absolute;
    left: 20%;
    top: 65%;
    width: 42px;
    height: 60px;
    background: #fff;
    border: 3px solid #673C63;
    border-bottom: 0px;
    border-radius: 3px;
    transform: translate(60%, -15%);
    transform-origin: center right;
    box-shadow: -2px 0px 0px #95c6f2 inset;
    animation: shake-left 3s infinite linear;
}

.candle2__eyes-one {
    position: absolute;
    left: 30%;
    top: 50%;
    width: 5px;
    height: 5px;
    display: inline-block;
    border: 0px solid #673C63;
    border-radius: 100%;
    float: left;
    background: #673C63;
    transform: translate(-80%, 0%);
    animation: changeto-lower 3s infinite linear;
}

.candle2__eyes-two {
    position: absolute;
    left: 70%;
    top: 50%;
    width: 5px;
    height: 5px;
    display: inline-block;
    border: 0px solid #673C63;
    border-radius: 100%;
    float: left;
    background: #673C63;
    transform: translate(-80%, 0%);
    animation: changeto-greater 3s infinite linear;
}

.light__wave {
    position: absolute;
    top: 35%;
    left: 35%;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    z-index: 0;
    transform: translate(-25%, -50%) scale(2.5, 2.5);
    border: 2px solid rgba(255, 255, 255, 0.2);
    animation: expand-light 3s infinite linear;
}

.candle2__fire {
    position: absolute;
    top: 50%;
    left: 40%;
    display: block;
    width: 16px;
    height: 20px;
    background-color: red;
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
    background: #FF9800;
    transform: translate(-50%, -50%);
    animation: dance-fire 3s infinite linear;
}

@keyframes blink-eyes {
    0%, 35% {
        opacity: 1;
        transform: translate(-70%, 0%);
    }
    36%, 39% {
        opacity: 0;
        transform: translate(-70%, 0%);
    }
    40% {
        opacity: 1;
        transform: translate(-70%, 0%);
    }
    50%, 65% {
        transform: translate(-140%, 0%);
    }
    66% {
        transform: translate(-70%, 0%);
    }
}
@keyframes expand-body {
    0%, 40% {
        transform: scale(1, 1) translate(60%, -25%);
    }
    45%, 55% {
        transform: scale(1.1, 1.1) translate(60%, -28%);
    }
    60% {
        transform: scale(0.89, 0.89) translate(60%, -25%);
    }
    65% {
        transform: scale(1, 1) translate(60%, -25%);
    }
    70% {
        transform: scale(0.95, 0.95) translate(60%, -25%);
    }
    75% {
        transform: scale(1, 1) translate(60%, -25%);
    }
}
@keyframes uff {
    0%, 40% {
        width: 0px;
        height: 0px;
    }
    50%, 54% {
        width: 15px;
        height: 15px;
        left: 30%;
    }
    59% {
        width: 5px;
        height: 5px;
        left: 20%;
    }
    62% {
        width: 2px;
        height: 2px;
        left: 20%;
    }
    67% {
        width: 0px;
        height: 0px;
        left: 30%;
    }
}
@keyframes change-background {
    0%, 59%, 98%, 100% {
        background: #FEF4AD;
    }
    61%, 97% {
        background: #F8AE39;
    }
}
@keyframes move-left {
    0%, 59%, 100% {
        width: 0px;
        left: 40%;
    }
    60% {
        width: 30px;
        left: 30%;
    }
    68% {
        width: 0px;
        left: 20%;
    }
}
@keyframes move-top {
    0%, 64%, 100% {
        width: 0px;
        height: 0px;
        top: 0%;
    }
    65% {
        width: 10px;
        height: 10px;
        top: 40%;
        left: 40%;
    }
    80% {
        width: 0px;
        height: 0px;
        top: 20%;
    }
}
@keyframes shake-left {
    0%, 40% {
        left: 20%;
        transform: translate(60%, -15%);
    }
    50%, 54% {
        left: 20%;
        transform: translate(60%, -15%);
    }
    59% {
        left: 20%;
        transform: translate(60%, -15%);
    }
    62% {
        left: 18%;
        transform: translate(60%, -15%);
    }
    65% {
        left: 21%;
        transform: translate(60%, -15%);
    }
    67% {
        left: 20%;
        transform: translate(60%, -15%);
    }
    75% {
        left: 20%;
        transform: scale(1.15, 0.85) translate(60%, -15%);
        background: #fff;
        border-color: #673C63;
    }
    91% {
        left: 20%;
        transform: scale(1.18, 0.82) translate(60%, -10%);
        background: #F44336;
        border-color: #F44336;
        box-shadow: -2px 0px 0px #F44336 inset;
    }
    92% {
        left: 20%;
        transform: scale(0.85, 1.15) translate(60%, -15%);
    }
    95% {
        left: 20%;
        transform: scale(1.05, 0.95) translate(60%, -15%);
    }
    97% {
        left: 20%;
        transform: scale(1, 1) translate(60%, -15%);
    }
}
@keyframes stick-animation {
    0%, 40% {
        left: 50%;
        top: 0%;
        transform: translate(-50%, -100%);
    }
    50%, 54% {
        left: 50%;
        top: 0%;
        transform: translate(-50%, -100%);
    }
    59% {
        left: 50%;
        top: 0%;
        transform: translate(-50%, -100%);
    }
    62% {
        left: 50%;
        top: 0%;
        transform: rotateZ(-15deg) translate(-50%, -100%);
    }
    65% {
        left: 50%;
        top: 0%;
        transform: rotateZ(15deg) translate(-50%, -100%);
    }
    70% {
        left: 50%;
        top: 0%;
        transform: rotateZ(-5deg) translate(-50%, -100%);
    }
    72% {
        left: 50%;
        top: 0%;
        transform: rotateZ(5deg) translate(-50%, -100%);
    }
    74%, 84% {
        left: 50%;
        top: 0%;
        transform: rotateZ(0deg) translate(-50%, -100%);
    }
    85% {
        transform: rotateZ(180deg) translate(0%, 120%);
    }
    92% {
        left: 50%;
        top: 0%;
        transform: translate(-50%, -100%);
    }
}
@keyframes expand-light {
    10%, 29%, 59%, 89% {
        transform: translate(-25%, -50%) scale(0, 0);
        border: 2px solid rgba(255, 255, 255, 0);
    }
    90%, 20%, 50% {
        transform: translate(-25%, -50%) scale(1, 1);
    }
    95%, 96%, 26%, 27%, 56%, 57% {
        transform: translate(-25%, -50%) scale(2, 2);
        border: 2px solid rgba(255, 255, 255, 0.5);
    }
    0%, 28%, 58%, 100% {
        transform: translate(-25%, -50%) scale(2.5, 2.5);
        border: 2px solid rgba(255, 255, 255, 0.2);
    }
}
@keyframes dance-fire {
    59%, 89% {
        left: 40%;
        width: 0px;
        height: 0px;
    }
    90%, 0%, 7%, 15%, 23%, 31%, 39%, 47%, 55% {
        left: 40.8%;
        width: 16px;
        height: 20px;
        background: #FFC107;
    }
    94%, 3%, 11%, 19%, 27%, 35%, 43%, 51%, 58% {
        left: 41.2%;
        width: 16px;
        height: 20px;
        background: #FF9800;
    }
}
@keyframes changeto-lower {
    0%, 70%, 90% {
        padding: 0px;
        display: inline-block;
        border-radius: 100%;
        background: #673C63;
        border-width: 0 0 0 0;
        border: 0px solid #673C63;
        transform: translate(-90%, 0%);
    }
    71%, 89% {
        background: none;
        border: solid #673C63;
        border-radius: 0px;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 1px;
        float: left;
        transform-origin: bottom left;
        transform: rotate(-45deg) translate(-50%, -65%);
        -webkit-transform: rotate(-45deg) translate(-50%, -65%);
    }
}
@keyframes changeto-greater {
    0%, 70%, 90% {
        top: 50%;
        padding: 0px;
        display: inline-block;
        border-radius: 100%;
        background: #673C63;
        border-width: 0 0 0 0;
        border: 0px solid #673C63;
        transform: translate(-80%, 0%);
    }
    71%, 89% {
        top: 30%;
        background: none;
        border: solid #673C63;
        border-radius: 0px;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 1px;
        float: left;
        transform-origin: bottom left;
        transform: rotate(135deg) translate(-80%, 20%);
        -webkit-transform: rotate(135deg) translate(-80%, 20%);
    }
}



/* layout */
.header {
    position: relative;
}
.header .top-area {
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:0 50px;
    height:60px;
}
.header .top-area .logo a {
    display: block;
    width: 190px;
    height:40px;
    font-size:0;
    text-indent:-999em;
    background: url('/images/common/logo.png') no-repeat center;
    background-size: 100% auto;
}
.header .top-area .top-util a + a {
    position: relative;
    margin-left:10px;
    padding-left:10px;
}
.header .top-area .top-util a + a::before {
    content:'';
    position: absolute;
    top:50%;
    left:0;
    display:block;
    margin-top:-5px;
    width:1px;
    height:10px;
    background-color: #dedede;
}
.header nav {
    position: relative;
    background:#f87c18;
}
.header nav > ul {
    display:flex;
    justify-content: flex-start;
    padding-left:50px;
}
.header nav > ul > li {
    padding-right:30px;
}
.header nav > ul > li > a {
    display:block;
    padding:20px 0px;
    color:#fff;
}
.header nav > ul > li > a:hover {
    text-decoration: underline;
}
.header nav > ul > li .depth2 {
    display:none;
    position: absolute;
    top:56px;
    left:0;
    width:100%;
    background-color: #c26112;
}
.header nav > ul > li:hover .depth2 {
    display:block;
}
.header nav > ul > li .depth2 ul {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    padding-left:45px;
}
.header nav > ul > li .depth2 ul li {
    padding:5px;
}
.header nav > ul > li .depth2 ul li a {
    display:block;
}
.header .top-util {}
.header .top-util a:hover {
    color:#f87c18;
}
.header .top-util a .material-icons {
    vertical-align:sub;
}
.header .top-util a:hover .material-icons {
    color:#f87c18;
}
.header nav {}

.contents {
    margin:0 auto;
    padding:30px;
    max-width:1920px;
    min-height:calc(100vh - 172px);
}

.main .section {
    margin-top:20px;
}
.main .location {
    margin-top:10px;
}
.main .location > ul { text-align: right;}
.main .location > ul li {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    font-size: 0.875rem;
    color: #737373;
    font-weight: 500;
}
.main .location > ul li a {color: #737373;}
.main .location > ul li a .material-icons {
    color:#f87c18;
    vertical-align: middle;
}
.main .location > ul li:first-child {
    padding-left:0;
}
.main .location > ul li::after {
    content: '';
    width: 8px;
    height: 8px;
    border-left: 1px solid #737373;
    border-bottom: 1px solid #737373;
    position: absolute;
    top: 4px;
    left: 2px;
    transform: rotate(-135deg);
}
.main .location > ul li:first-child::after {
    content: none;
}

.search-box {margin-top:20px; padding:15px; border:1px solid #ddd; border-radius: 4px;}

.search-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5%;
}
.search-box ul li {
    padding-left: 0;
    margin: 5px 0;
    display: flex;
    align-items: center;
    min-width: auto;
    flex: 0 0 calc(50% - 5%);
    white-space: nowrap;
}
.search-box ul li.full {
    flex: 1 1 100%;
}
.search-box ul li:nth-child(3n + 3) {
    margin-right: 0;
}
.search-box ul li label:first-child {
    font-size: 14px;
    min-width: 110px;
    max-width: 110px;
}
.search-box .btnArea {
    border-top: 1px dashed #eaeaea;
    margin: 15px 0 0;
    padding: 11px 0 0;
    text-align: center;
    background: none;
}


/* 게시판 */
.label-tit {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
.label-tit > strong {
    color:#dc3545;
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
.label-tit > strong {
    color:#dc3545;
}
.board-cont img {
    width:100%;
}
.top .board-tit {
    padding:30px 15px;
    font-size:20px;
    border-top:1px solid #ddd;
}
.top .board-tit + dl {
    display:flex;
    align-items: center;
    padding:10px 15px;
    border-top:1px solid #ddd;
}
.top .board-tit + dl dt {
    font-weight:bold;
}
.top .board-tit + dl dd {
    padding-left:20px;
    color:#666;
}
.board-cont {
    border-top:1px solid #ddd;
    padding:30px 15px;
    line-height:1.4;
}
.attach-file {
    padding:15px 15px 15px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.attach-file > p {
    font-size:18px;
    font-weight: bold;;
}
.attach-file > ul{
    margin-top:20px;
    display:flex;
    flex-grow: 1;
}

.attach-file > ul li{
    padding:0 10px;
    background-color:#eee;
    border-radius: 8px;
}
.attach-file > ul li + li{
    margin-left:15px;
}
.attach-file > ul li a{
    display:inline-block;
    padding:5px 0;
}
.attach-file > ul li .material-icons {
    vertical-align: sub;
    font-size:14px;
}
.attach-file > ul li a:hover,.attach-file > ul li a:hover .material-icons{
    color:#FA9A44;
}
.attach-emp{
    padding:5px 10px;
    background-color:#eee;
    border-radius: 8px;
    width : 20%;
    height : 50px;
    margin-left:15px;
}
.attach-emp  .material-icons{
    vertical-align: sub;
    font-size:14px;
}
.attach-emp  .material-icons:hover{
    color:#FA9A44;
}

.emp-section{
    margin-bottom: 15px;
    padding:15px 15px 15px;
    border-radius: 8px;
    height:100%;
    overflow-x:auto;
}

.file-list li {margin:10px 0;}

.form-box {
    padding:15px;
    border-radius: 10px;
    border:1px solid #dfdfdf;
}
.form-box .field-head {
    position:relative;
    padding:15px;
    font-weight:bold;
    text-align:center;
    background-color:#ffd1a8;
}
.form-box .field-head .util-box {
    position:absolute;
    top:8px;
    right:15px;
}
.form-box .field-box.scroll-y {
    overflow-y:auto;

}
/* 그룹 매핑 div 박스 */
.mainGroup{
    width: 100%;
    border-top: 1px solid #444444;
    border-collapse: collapse;
}
.mainGroup th, .mainGroup td {
    border-bottom: 1px solid #444444;
    padding: 10px;
}

.box1 {
    float:left;
}

.box2 {
    display:inline-block;
    margin-left:10px;

}

.userGroup {
    border-top: 1px solid #444444;
    border-collapse: collapse;
}

.userGroup th, .userGroup td {
    border-bottom: 1px solid #444444;
    padding: 10px;
}

.main-row tr:hover {
    cursor: pointer;
}

tr.active > td{
    background-color: #F87c18;
    font-weight: bold;
}
/* 메인 화면 이름 */
.empNm:hover {
    cursor: pointer;
}

/* 댓글 */
.comment-box  {
    margin-top:60px;
    border:1px solid #ddd;
}
.comment-box .comment-tit {
    padding:10px 20px;
    font-size:20px;
    font-weight: bold;;
    background:#eee;
}
.comment-box .comment-write {
    padding:15px 20px;
}
.comment-box .comment-write .btn.full {
    min-height: 101px;
    margin-top: -28px;
}
.comment-box .comment-list {
    border-bottom:1px solid #eee;
}
.comment-box .comment-list:last-child {
    border-bottom:0 none;
}
.comment-box .comment-top {
    padding:15px 20px;
    display:flex;
    align-items: center;
}
.comment-box .comment-top dl {
    margin-right:20px;
}
.comment-box .comment-top dt, .comment-box .comment-top dd {
    display:inline-block;
}
.comment-box .comment-top dt {
    font-weight:bold;
}
.comment-box .comment-top dd {
    padding-left:10px;
    color:#666;
}
.comment-box .comment-top .comment-util a {
    position: relative;
    color:#666;
}
.comment-box .comment-top .comment-util a + a {
    margin-left:7px;
    padding-left:10px;
}
.comment-box .comment-top .comment-util a + a::after {
    display:block;
    content:'';
    position: absolute;
    top:50%;
    left:0;
    margin-top:-5px;
    width:1px;
    height:10px;
    background-color:#ddd;
}
.comment-box .comment-list .comment-cont {
    margin:0 20px 15px;
    padding-top:15px;
    border-top:1px dashed #ddd;
}
.comment-box .comment-list .reply-box {
    position: relative;
    padding-left:30px;
}
.comment-box .comment-list .reply-box::after {
    content:'';
    display:block;
    position: absolute;
    top:13px;
    left:20px;
    width:20px;
    height:20px;
    background:url('/images/common/ico_reply.svg') no-repeat;
    background-size:100%;
    transform: rotate(180deg);
}
.comment-box .reply {
    display:flex;
    align-items:center;
}
.comment-box .reply dl {
    display:flex;
    margin-bottom:10px;
}
.comment-box .reply dt {
    color:#666;
    font-weight:bold;
}
.comment-box .reply dd {
    color:#666;
}
.comment-box .reply .reply-cancel {
    margin-left:auto;
    margin-right:60px;
}


/* footer */
.footer {
    padding:20px 0;
    text-align:center;
    background-color: #87695e;
}
.footer p {
    color:#fff;
}

/* icon */
.ico {
    display: inline-block; text-indent: -999em; font-size:0; vertical-align: baseline;
}
.ico.excel {
    margin-right:5px; width: 20px; height:20px; background: url('/images/common/ico_excel.svg') no-repeat; background-size:100% auto;
}


/* 트리메뉴 */
.tree_menu_box{width:300px; float:left; display:inline-block}
.tree_menu{width:270px; float:left; border:1px solid #e6e6e6; background:#f7f7f7; padding:15px 15px; height:400px; display:inline-block; overflow-y:auto; overflow-x:hidden}
.tree_info{width:570px; float:right; display:inline-block}
.tree_btn{display:inline-block; border-bottom:1px dotted #ddd; width:100%; padding-bottom:10px;}


/* input.file {position:relative; text-align:right; -moz-opacity:0; filter:alpha(opacity: 0); opacity:0; z-index:2; overflow:hidden; selector-dummy:expression(this.hideFocus=true); outline-style:none;} */
.fileWrap {margin-top:3px; margin-bottom:3px; display:inline-block;}
.fileBox {float:left; margin-right:5px; position: relative; top:0; width:233px;}
.fileBox .fileBtn {position:absolute; right:0; background:#fafafa; border:1px solid #dddddd; color:#666666; padding:3px 10px; height:26px; cursor:pointer; font-weight:bold; font-size:12px; border-radius:3px;}
.fileBox .fileBtn:hover {background:#f3f3f3; border:1px solid #d7d7d7; padding:3px 10px; height:26px; font-weight:bold; font-size:12px; border-radius:3px;}
.input_file {position:absolute; left:0; height:22px; padding-left:8px;}

.upload_btn{background:#fafafa; border:1px solid #dddddd; color:#666666; padding:3px 10px; height:26px; cursor:pointer; font-weight:bold; font-size:12px; border-radius:3px;}

.line{height:1px; width:100%; background:#e6e6e6; margin:10px 0 20px 0; display:inline-block;}

/* 마진 */
.mt05{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt50{margin-top:50px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mr5{margin-right:5px;}

.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml20{margin-left:20px !important;}

.w100 {width:100%;}

.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
.a_c{text-align:center !important;}
.a_l{text-align:left !important;}
.a_r{text-align:right !important;}
textarea {border:1px solid #e6e6e6; font-size:13px; font-family:"Nanum Gothic"; padding:5px;}

.b{font-weight:bold}
.fontR{color:#ff002a}
.fontB{color:#0753ff}
.fontO{color:#ffaa31}



/* tab_menu */
.tab_menu{border-bottom:1px solid #ddd; height:30px; width:100%; margin-bottom:20px}
.tab_menu ul li{width:100px; border:1px solid #ddd; border-width:1px 1px 0 1px; height:30px; line-height:30px; text-align:center}
.tab_menu ul li.on{background:#243150; color:#fff; height:29px; font-weight:bold; border:1px solid #243150}
.tab_menu ul li a{display:inline-block; height:30px; width:100px; text-align:center }
.tab_menu ul li a:hover{display:inline-block; height:29px; width:100px; background:#f1f1f1; border-bottom:1px solid #ddd }


/* 그래프 */
.graph{height:40px !important}
.graph_box{background:#f5f5f5; border-radius:2px; height:8px;overflow:hidden}
.graph_bar{background-color:#5bc0de; height:100%; line-height:20px}


/* media query */
@media (max-width: 767px) {
    .contents {
        padding:20px;
    }
    .header .top-area {
        padding:0 20px;
    }
    .m-menu {
        position: absolute;
        top:15px;
        right:15px;
    }

    .menu-toggle {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        z-index: 9;
    }
    .home .menu-toggle {
        top: 50px;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        background-color: #f87c18;
        transform: translate(0, -50%);
        transition: opacity 0.3s 0.3s;
    }
    .home:not(.show) .menu-toggle span {
        background-color: #f87c18;
    }
    .menu-toggle::before, .menu-toggle::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        background-color: #f87c18;
        transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
    }
    .menu-toggle::before {
        top: 6px;
    }
    .menu-toggle::after {
        bottom: 6px;
    }
    .show .menu-toggle span {
        opacity: 0;
        transition: opacity 0.3s;
    }
    .show .menu-toggle::before, .show .menu-toggle::after {
        background-color: #87695e;
    }
    .show .menu-toggle::before {
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }
    .show .menu-toggle::after {
        bottom: calc(50% - 1px);
        transform: rotate(-45deg);
    }
    .show .menu-toggle::before, .show .menu-toggle::after {
        transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
    }

    .header nav {
        display:none;
        position: absolute;
        top:100px;
        left:0;
        width:100%;
        height:100vh;
        background-color:#fff;
        z-index:5;
    }
    .show .header nav {
        display:block;
    }
    .header nav > ul {
        display:block;
        padding:0;
    }
    .header nav > ul > li {
        padding:0;
    }
    .header nav > ul > li > a {
        color:#111;
    }
    .header nav > ul > li .depth2 {
        position: static;
    }
    .header nav > ul > li .depth2 ul {
        display:block;
    }
    .header .top-util {
        display:none;
        position: absolute;
        top:60px;
        left:0;
        padding:0;
        width: 100%;
        height:40px;
        line-height:40px;
        text-align: right;
        background: #f87c18;
        z-index: 6;
    }
    .show .header .top-util {
        display:block;
        padding-right:15px;
    }
    .header .top-util a,
    .header .top-util a .material-icons {
        color:#fff;
    }
    .header .top-util a:hover,
    .header .top-util a:hover .material-icons {
        color:#fff;
    }



    .tbl {
        max-height:80vh;
        overflow-y: auto;
    }
    .tbl .tbl-row {
        table-layout: auto;
    }
    .tbl-row th, .tbl-row td {
        display:block;
        width:100%;
    }
.search-box ul li label:first-child {
        display:block;
        margin-bottom:10px;
    }
    .search-box ul li {
        flex-wrap: wrap;
        flex:0 0 calc(100% - 5%);
    }

    .form-group {
        display:block;
    }
    .form-group > div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .form-group .label-tit {
        padding:5px 0;
    }

    /* error */
    .face {
        margin-top: 40px;
        transform: scale(0.8);
    }
    .page-error .error-tit {
        font-size:2.5rem;
    }
    .page-error .error-txt {
        font-size:1.5rem;
    }
}
@media (max-width: 400px) {
    .login-box {
        padding-bottom:110px;
    }
}