
.gall-list{display:flex;flex-wrap:wrap;gap:1rem;}
.gall-list .innr{width:calc((100% - 9rem) / 10)}
.gall-list .innr .item{display: block;border:.1rem solid #ccc;border-radius: .4rem;overflow:hidden;}
.gall-list .innr .img img{width:auto;max-width:100%;height:auto;}
.gall-list .innr .box{padding:1rem;}
.gall-list .innr .box .top,
.gall-list .innr .box .tit,
.gall-list .innr .box .dat{word-break:keep-all;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;}
.gall-list .innr .box .top,
.gall-list .innr .box .dat{font-size:1.3rem;}
@media (max-width: 1500px) {
    .gall-list .innr{width:calc((100% - 4rem) / 5)}
}
@media (max-width: 1000px) {
    .gall-list .innr{width:calc((100% - 3rem) / 4)}
}
@media (max-width: 700px) {
    .gall-list .innr{width:calc((100% - 2rem) / 3)}
}
@media (max-width: 500px) {
    .gall-list .innr{width:calc((100% - 1rem) / 2)}
}

.modal.fade .modal-dialog {
    animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.modal.show {
    display: block;
    background-color: rgba(0,0,0,0.4)
}

.modal.show .modal-dialog {
    animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

/*****************************/
/* Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-title {
    font-size: 20px; /* 占쎌뮆�� 占싼덈┛ */
    font-weight: bold; /* �대벊占� 占쎈씮�わ옙占� */
    text-align: center; /* 占쎈씮�わ옙占� 揶쏉옙占쎈��� 占쎈베�� */
    color: white; /* 占쎈씮�わ옙占� 占쎈맩湲�: 占쎄퀣源� */
    background-color: rgba(26, 23, 23, 0.7); /* 獄쏆꼹�양킄占� 野껓옙占쏙옙 獄쏄퀗瑗� */
    border-bottom: 2px solid #4caf50; /* 占쎌꼶�믭옙占� 占쎈�源� 占쏙옙 �곕떽占� */
    padding: 5px; /* 占싼됯컶 */
    margin: 0; /* 占싼됯컶 占쎌뮄援� */
    position: absolute; /* 占쎌뮆�됵옙占� 榮먥뫀�� 占쎄낮�믭옙占� �⑥쥙�� */
    top: 0; /* 榮먥뫀�뽪쓮占� �숋옙 占쎄쑴肉� �븐늿�� */
    left: 0;
    right: 0;
    box-shadow: 0px 4px 6px rgba(37, 37, 37, 0.5); /* 占쎌럡而숋옙占� 域밸챶�앾옙占� 占썩몿�� */
    font-family: 'Arial', sans-serif; /* 繹먮뗀嫄ワ옙占� 占쎄퀬�� */
    z-index: 1001; /* 占썬끇�� 占쎈뗄�� 占쎄쑴肉� 占쎌뮇�� */
}

.modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Modal */
.modal-pop {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    max-width: 90%;
    padding: 20px;
    z-index: 1001; /* Ensure modal is above the overlay */
    animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1);
    }
}

/* Close Button */
.modal-close {
    position: absolute;
    top: 10px; /* 占쎄쑴�귞몴占� 占쎈똻�� 占쎄쑬以� 鈺곌퀣�� */
    right: 10px; /* 榮먥뫀�� 占썬끇�ⓨ괘占� 占쎄낮�믭옙占� 獄쏄퀣�� */
    background: #ff6b6b;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 1002; /* Ensure close button is above modal content */
    transition: background 0.3s ease;
}

.modal-close:hover {
    background: #ff4c4c;
}

/* Modal Content */
.modal-content {
    margin-top: 22px; /* Close 甕곌쑵�됪�⑨옙 占쎈똻�쒙옙占� 野껊��귛릯占� 占쎈봾猷꾣에占� 占싼됯컶 �곕떽占� */
    text-align: center;
    font-family: Arial, sans-serif;
}



/*****************************/




.table thead th {
    text-align: center;
    vertical-align: middle;
    border: 0.1rem solid #6C6C6F;
    background-color: #dbf6ff
}

.table tbody td {
    text-align: center
}

input.tar {
    text-align:right;
}
input.tac {
    text-align:center;
}
input.tal {
    text-align:left;
}


input[type="number"].form-control {
    text-align: center
}

input[type="number"].form-control::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

#print table tr th {
    padding: 0;
    height: 2rem;
    font-size: 1.4rem;
    border-bottom: 0
}

#print table tr td {
    padding: 0;
    height: 2.6rem;
    font-size: 1.4rem
}

h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
    margin-bottom: 0 !important
}

.btn {
    display: inline-block;
    /*padding: .9rem 1.2rem;*/
    font-size: 1.6rem
}

.btn.btn-primary {
    color: #fff
}

.btn.btn-secondary {
    color: #fff
}

.btn.btn-success {
    color: #fff
}

.btn.btn-danger {
    color: #fff
}

.btn.btn-warning {
    color: #fff
}

.btn.btn-info {
    color: #fff
}

.btn.btn-light {
    color: #000
}

.btn.btn-dark {
    color: #fff
}

.form-select {
    display: inline-block;
   /* padding: .5rem 3.4rem .5rem 1.7rem;*/
    font-size: 1.6rem
}

.form-control {
    display: inline-block;
    /*padding: .9rem 1.2rem;*/
    font-size: 1.6rem
}

.input-group-text {
    padding: .9rem 1.2rem;
    font-size: 1.6rem
}

.srll {
    padding: 0 .5rem 0 0;
    overflow-y: auto
}

.srll::-webkit-scrollbar {
    width: .5rem
}

.srll::-webkit-scrollbar-thumb {
    height: 17%;
    background-color: #e5e5e5;
    border-radius: .2rem
}

.srll::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

.wrll {
    padding: 0 0 1rem 0;
    overflow-x: auto
}

.wrll::-webkit-scrollbar {
    height: .5rem
}

.wrll::-webkit-scrollbar-thumb {
    height: 17%;
    background-color: #e5e5e5;
    border-radius: .2rem
}

.wrll::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

.flex-direction-row {
    display: flex;
    flex-direction: row
}

.flex-direction-column {
    display: flex;
    flex-direction: column
}

.justify-content-center {
    display: flex;
    justify-content: center
}

.justify-content-space-between {
    display: flex;
    justify-content: space-between
}

.align-items-center {
    display: flex;
    align-items: center
}

.korea-map {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.sub-tablegroup {
    display: flex;
    justify-content: center;
    gap: 2rem;
}
@media (max-width: 1000px) {
    .sub-tablegroup {
        flex-direction: column;
    }
}

.sub-tablegroup .tbl {
    width: 100%
}

.sub-tablegroup .tbl1 {
    width: 70%
}

.sub-tablegroup .tbl2 {
    width: 100%
}

html * {
    letter-spacing: -.05rem
}

html hr {
    display: none
}

html #main {
    padding-left: 28rem;
    width: 100%;
    background-color: #F4F5F7;
    transition: .2s ease
}

html #kwrap > .ct-btn {
    display: none; left: -24rem;
}
@media (max-width: 1000px) {
    html.active #kwrap > .ct-btn {
        display: block;
        position: absolute;
        z-index: 16;
        top: .8rem;
        left: 24rem;
    }
}


html #snb {
    transition: .2s ease;
    overflow: hidden;
    overflow-y: scroll
}

html #snb::-webkit-scrollbar {
    width: .5rem
}

html #snb::-webkit-scrollbar-thumb {
    height: 17%;
    background-color: #405d6f;
    border-radius: .2rem
}

html #snb::-webkit-scrollbar-track {
    background-color: #031F31
}

html #contain {
    padding: 0 3rem;
    width: 100%;
    min-height: calc(100vh - 0rem);
    background: #fff
}

html #footer {
    padding: 0;
    background-color: transparent
}

html .ct-btn {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    cursor: pointer
}

html .ct-btn .bar {
    display: block;
    position: relative;
    width: 2rem;
    height: 1.2rem;
    transform: rotate(0deg);
    transition: .4s
}

html .ct-btn .bar .bars {
    display: block;
    width: 100%;
    height: .2rem;
    position: absolute;
    background-color: #464646;
    -webkit-transition: .4s;
    transition: .4s
}

html .ct-btn .bar .bar1 {
    top: 0;
    left: 0
}

html .ct-btn .bar .bar2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0)
}

html .ct-btn .bar .bar3 {
    top: 100%;
    left: 0
}

html.active #snb {
    left: -28rem
}

html.active #main {
    padding-left: 0rem
}

html.active .ct-btn .bar .bar1 {
    top: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

html.active .ct-btn .bar .bar2 {
    width: 200%;
    opacity: 0
}

html.active .ct-btn .bar .bar3 {
    top: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0
}

html.active .ct-btn .bar .bars {
    background-color: #464646
}

@media (max-width: 1000px) {
    html #contain {
        padding:0 2rem;
        min-height: 100vh
    }

    html #snb {
        left: -28rem
    }

    html #main {
        padding-left: 0rem;
        min-height: 100vh
    }

    html .ct-btn {
        display: block
    }

    html.active {
        overflow: hidden
    }

    html.active #snb {
        left: 0rem
    }

    html.active #main {
        position: relative;
        z-index: 4;
        padding-left: 0rem
    }

    html.active #main:before {
        content: '';
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5)
    }

    html.active .ct-btn {
        position: relative;
        z-index: 10;
        left: 29rem
    }

    html.active .ct-btn .bar .bars {
        background-color: #fff
    }
}

#snb {
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 28rem;
    height: calc(100% - 0rem);
    min-height: 100vh;
    color: #fff;
    background-color: #031F31
}

#snb .title {
    padding: 0 3.6rem;
    padding-top: 4rem;
    border-top: 0.1rem solid rgba(255,255,255,0.1)
}

#snb .title h4 {
    font-size: 1.4rem;
    font-weight: 100
}

#snb .depth1 {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    padding: 1.2rem
}

#snb .depth1>li {
    overflow: hidden
}

#snb .depth1>li .arrow {
    font-size: 2rem;
    transition: .2s ease-out
}

#snb .depth1>li.on .arrow {
    transform: rotate(-180deg)
}

#snb .depth1>li .da1 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 2.2rem;
    height: 5.4rem;
    color: #fff;
    border-radius: .8rem
}

#snb .depth1>li .da1 i {
    font-size: 2rem;
    font-weight: 300
}

#snb .depth1>li .da1 strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400
}

#snb .depth1>li:hover .da1 {
    background-color: #3B9982
}

#snb .depth1>li.on .da1 {
    background-color: #3B9982;
}

#snb .depth1>li .file {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 2.2rem;
    height: 4.8rem;
    color: #bcfffe;
    border: 0.1rem solid rgba(255,255,255,0.1);
    background-color: rgba(0,0,0,0.4)
}

#snb .depth1>li .file i {
    font-size: 1.8rem
}

#snb .depth1>li .file strong {
    font-size: 1.4rem
}

#snb .depth1>li:hover .da1 {
    background-color: #3B9982
}

#snb .depth1>li.on .da1 {
    background-color: #3B9982
}

#snb .depth1>li.on .depth2 {
    max-height: 100rem
}

#snb .depth1>li .depth2 {
    max-height: 0;
    padding-left: 3.2rem;
    transition: max-height .2s ease-out
}

#snb .depth1>li .depth2>li {
    position: relative
}

#snb .depth1>li .depth2>li .da2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 2rem;
    min-height: 4rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    transition: .2s ease-out
}

#snb .depth1>li .depth2>li .da2:hover {
    color: #00B58A
}

#snb .depth1>li .depth2>li .da2 .ri-add-line {
    font-size: 1.6rem
}

#snb .depth1>li .depth2>li.on a {
    color: #4CAF9A;
    font-weight:bold;
}

#snb .depth1>li .depth2>li.on .ri-add-line {
    color: #3B9982
}

#snb .depth1>li .depth2>li.on .ri-add-line:before {
    content: '\f1af'
}

#snb .depth1>li .depth2>li.on .depth3 {
    max-height: 100rem
}

#snb .depth1>li .depth2>li .depth3 {
    max-height: 0;
    padding: 1rem 2rem;
    background: #fff;
    border-radius: .8rem;
    transition: max-height .3s ease
}

#snb .depth1>li .depth2>li .depth3>li {
    position: relative
}

#snb .depth1>li .depth2>li .depth3>li .da3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
    height: 4.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #797979;
    transition: color .3s
}

#snb .depth1>li .depth2>li .depth3>li .da3:hover {
    color: #3B9982
}

#snb .depth1>li .depth2>li .depth3>li.on a {
    color: #3B9982
}

#snb .depth1>li .depth2.on .depth3 {
    display: flex;
    flex-direction: column
}

#snb .depth1 a {
    letter-spacing: -.05rem;
    text-decoration: none;
    word-break: keep-all
}

#snb .depth1 .new {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    background: #FD0004;
    border-radius: 50%
}

#snb .snb-btn {
    display: flex;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 25rem;
    width: 2rem;
    height: 7rem;
    border-right: 0.1rem solid #fff;
    background: #fff url("../img/ico/gnb-btn.svg") no-repeat 50% 50%
}

.sub-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 0
}

.sub-control .lnb {
    display: flex;
    align-items: center;
    gap: 2rem
}

.sub-control .lnb a {
    text-decoration: none
}

.sub-control .lnb .manager {
    display: flex;
    align-items: center;
    gap: 4rem
}

.sub-control .lnb .manager strong {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 0 1.6rem;
    height: 3.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    border: 0.1rem solid #D8D8D8;
    background-color: #F3F5FC;
    border-radius: 2.4rem
}

.sub-control .lnb .manager strong i {
    font-size: 1.8rem;
    color: #777
}

.sub-control .lnb .manager strong span {
    font-weight: 400
}

.sub-control .lnb .home {
    display: flex;
    align-items: center;
    gap: 1rem
}

.sub-control .lnb .home a {
    display: flex;
    align-items: center;
    position: relative
}

.sub-control .lnb .home a i {
    font-size: 2.2rem;
    color: #777
}

.sub-control .lnb .home a:hover i {
    color: #000
}

.sub-control .lnb .logout {
    display: flex;
    align-items: center;
    gap: 1rem
}

.sub-control .lnb .logout a {
    display: flex;
    align-items: center
}

.sub-control .lnb .logout a i {
    font-size: 2.2rem;
    color: #777
}

.sub-control .lnb .logout a:hover i {
    color: #000
}

@media (max-width: 1000px) {
    .sub-control {
        padding:.8rem 0
    }

    .sub-control .lnb {
        gap: 1rem
    }

    .sub-control .lnb .manager strong {
        padding: 0 1.2rem;
        height: 2.6rem;
        font-size: 1.2rem
    }

    .sub-control .lnb .manager strong i {
        font-size: 1.4rem
    }

    .sub-control .lnb .manager strong span {
        display: none
    }

    .sub-control .lnb .home {
        gap: 1rem
    }

    .sub-control .lnb .home a i {
        font-size: 1.8rem
    }

    .sub-control .lnb .logout {
        gap: 1rem
    }

    .sub-control .lnb .logout a i {
        font-size: 1.8rem
    }
}

.sub-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.1rem solid #D8D8D8;
    border-bottom: 0.1rem solid #D8D8D8
}

.sub-title .title {
    display: flex;
    align-items: center
}

.sub-title .title h2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 5rem;
    font-size: 2.4rem;
    font-weight: 600;
    color: #000317
}

.sub-title .title h2 i {
    font-size: 1.2rem
}

.sub-title .location {
    display: flex;
    align-items: center;
    gap: .8rem
}

.sub-title .location .depth1 {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: 0
}

.sub-title .location .depth1>li {
    display: flex;
    align-items: center;
    gap: .8rem;
    position: relative
}

.sub-title .location .depth1>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -.05rem;
    text-decoration: none
}

.sub-title .location .depth1>li>a.home i {
    font-size: 2rem
}

.sub-title .location .depth1>li>a .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2rem;
    min-width: 1.8rem;
    height: 1.8rem;
    border: 0.1rem solid #D8D8D8;
    transition: .3s ease
}

.sub-title .location .depth1>li>a.on .arrow {
    transform: rotate(-180deg)
}

.sub-title .location .depth1>li .depth2 {
    position: absolute;
    z-index: 2;
    top: 3rem;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease
}

.sub-title .location .depth1>li .depth2.act {
    max-height: 100rem
}

.sub-title .location .depth1>li .depth2>ul {
    padding: .8rem;
    min-width: 16rem;
    background-color: #fff;
    border: 0.1rem solid #D8D8D8;
    box-shadow: 0 0 1.2rem rgba(0,0,0,0.2)
}

.sub-title .location .depth1>li .depth2>ul>li>a {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .8rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    text-decoration: none
}

.sub-title .location .depth1>li .depth2>ul>li>a:before {
    content: '';
    width: .2rem;
    height: .2rem;
    background-color: #464646
}

.sub-title .location .depth1>li .depth2>ul>li>a:hover {
    background-color: #F3F5FC
}

@media (max-width: 700px) {
	.sub-tablegroup .tbl1 {
		width: 100%
	}
	
	.sub-tablegroup .tbl2 {
		width: 100%
	}


	.sub-title {
        flex-direction:column;
        align-items: flex-start;
        gap: .4rem
    }

    .sub-title .title h2 {
        font-size: 2rem
    }

    .sub-title .title h2 i {
        font-size: 1.2rem
    }

    .sub-title .location {
        gap: .8rem
    }

    .sub-title .location .depth1 {
        gap: .8rem
    }

    .sub-title .location .depth1>li {
        gap: .8rem
    }

    .sub-title .location .depth1>li>a {
        gap: 1rem;
        font-size: 1.4rem
    }

    .sub-title .location .depth1>li>a.home {
        gap: 0rem;
        font-size: 0
    }

    .sub-title .location .depth1>li>a.home i {
        font-size: 2rem
    }

    .sub-title .location .depth1>li>a .arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: .2rem;
        min-width: 1.8rem;
        height: 1.8rem;
        border: 0.1rem solid #D8D8D8;
        transition: .3s ease
    }

    .sub-title .location .depth1>li>a.on .arrow {
        transform: rotate(-180deg)
    }

    .sub-title .location .depth1>li .depth2 {
        position: absolute;
        z-index: 2;
        top: 3rem;
        right: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease
    }

    .sub-title .location .depth1>li .depth2.act {
        max-height: 100rem
    }

    .sub-title .location .depth1>li .depth2>ul {
        padding: .8rem;
        min-width: 16rem;
        background-color: #fff;
        border: 0.1rem solid #D8D8D8;
        box-shadow: 0 0 1.2rem rgba(0,0,0,0.2)
    }

    .sub-title .location .depth1>li .depth2>ul>li>a {
        display: flex;
        align-items: center;
        gap: .6rem;
        padding: .8rem;
        font-size: 1.4rem;
        font-weight: 500;
        white-space: nowrap;
        color: #000;
        text-decoration: none
    }

    .sub-title .location .depth1>li .depth2>ul>li>a:before {
        content: '';
        width: .2rem;
        height: .2rem;
        background-color: #464646
    }

    .sub-title .location .depth1>li .depth2>ul>li>a:hover {
        background-color: #F3F5FC
    }
}

.sub-forms {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.6rem;
    border: 0.2rem solid #C6C6C6;
    background-color: #F3F5FC;
    border-radius: .4rem;
	align-items: center;
}

.form-wrap {
	flex-direction: column;
    display: flex;
    /*justify-content: center; �좎룞�숋옙占� 2025-01-07*/ 
    justify-content: flex-start; /*占쎄퀡�썲뜝占� 2025-01-07*/ 
    gap: 1.2rem
}

.form-wrap .form-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.8rem
}

.form-wrap .form-box .tr .innr {
    display: flex;
    align-items: center;
    gap: 1rem;
    white-space: nowrap
}

.form-wrap .form-box .tr .innr.rows {
    flex-direction: row
}

.form-wrap .form-box .tr .innr .fm-lab {
    margin-bottom: 0;
    min-width: 7rem; /* 2025-01-07*/ 
    font-size: 1.5rem;
    font-weight: 600
}

.form-wrap .form-box .tr .innr .d-flex {
    gap: 1.2rem
}

.form-wrap .fm-dat {
    text-align: center
}

.form-wrap .button-box {
    display: flex;
    align-items: center;
    gap: 1rem
}

.form-wrap .button-box.tal {
    justify-content: flex-start
}

.form-wrap .button-box.tar {
    justify-content: flex-end
}

.form-wrap .button-box .btn {
    min-width: 10rem
}

@media (max-width: 1500px) {
    .form-wrap {
        gap:2rem
    }

    .form-wrap .form-box {
        gap: 2rem
    }

    .form-wrap .form-box .tr .innr {
        align-items: center;
        gap: 2rem
    }

    .form-wrap .form-box .tr .innr .fm-lab {
        white-space: nowrap
    }

    .form-wrap .fm-dat {
        text-align: center
    }

    .form-wrap .button-box {
        display: flex;
        align-items: center;
        gap: 1rem
    }

    .form-wrap .button-box .btn {
        min-width: 10rem
    }
}

@media (max-width: 700px) {
    .form-wrap {
        flex-direction:column;
        gap: 1rem
    }

    .form-wrap .form-box {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem
    }

    .form-wrap .form-box .tr .innr {
        gap: .4rem
    }

    .form-wrap .form-box .tr .innr .fm-lab {
        min-width: 8rem;
        padding: 0 .4rem;
        font-size: 1.3rem
    }

    .form-wrap .button-box {
        gap: 1rem
    }

    .form-wrap .button-box.tar {
        justify-content: flex-end;
        text-align: right
    }

    .form-wrap .button-box.tac {
        justify-content: flex-end;
        text-align: center
    }
}

.sub-contain {
    display: flex;
    align-items: stretch;
    gap: 3rem;
    padding: 2rem 0;
    width: 100%;
    /*height: calc(100vh - 14rem)*/
}

.sub-contain .snb-aside {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.sub-contain .snb-content {
    width: 100%;
    overflow-x: hidden
}

.sub-contain .snb-content .sub-forms+.tbl {
    margin-top: 2rem
}

@media (max-width: 1500px) {
    .sub-contain {
        flex-direction:column;
        padding: 1rem 0
    }

    .sub-contain .snb-aside {
        display: block
    }

    .sub-contain .snb-content {
        overflow-x: visible
    }
}

.sub-tabmenu {
    padding-top: 2rem
}

.sub-tabmenu ul {
    display: flex;
    align-items: center;
    gap: .4rem;
    position: relative;
    margin: 0
}

.sub-tabmenu ul:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: .2rem;
    background-color: #00B58A
}

.sub-tabmenu ul li {
    position: relative;
    border: .1rem solid #ddd;
    background: #fff;
    border-radius: .8rem .8rem 0 0;
    overflow: hidden
}

.sub-tabmenu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0 2rem;
    min-height: 4.8rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #999
}

.sub-tabmenu ul li a:hover {
    background-color: #f7f8fb
}

.sub-tabmenu ul li.on {
    z-index: 2;
    border: 0.2rem solid #00B58A;
    border-bottom: 0;
    background: #fff
}

.sub-tabmenu ul li.on a {
    color: #3B9982;
    text-decoration: none
}

.sub-tabmenu ul li.on a:before {
    content: "\eb7b";
    font-family: 'remixicon' !important;
    font-size: 1.6rem
}

@media (max-width: 700px) {
    .sub-tabmenu {
        padding-top:2rem
    }

    .sub-tabmenu ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(14rem, auto));
        gap: .4rem
    }

    .sub-tabmenu ul:after {
        height: .0rem
    }

    .sub-tabmenu ul li {
        border-radius: .8rem
    }

    .sub-tabmenu ul li a {
        gap: 1rem;
        min-height: 4.2rem;
        font-size: 1.4rem
    }

    .sub-tabmenu ul li a:hover {
        background-color: #f7f8fb
    }

    .sub-tabmenu ul li.on {
        border: 0.2rem solid #00B58A
    }

    .sub-tabmenu ul li.on a:before {
        content: "\eb7b";
        font-family: 'remixicon' !important;
        font-size: 1.6rem
    }
}

.sub-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 0
}

.sub-result .data-info {
    font-size: 1.6rem;
    font-weight: 700
}

.sub-result .data-info strong {
    color: #00B58A
}

.sub-result .form-wrap {
    display: flex;
    align-items: center;
    gap: 1.2rem
}

.sub-result .form-wrap .form-box {
    display: flex;
    align-items: center;
    gap: 2.4rem
}

.sub-result .form-wrap .form-box .tr .innr {
    display: flex;
    align-items: center;
    gap: 1.2rem
}

.sub-result .form-wrap .form-box .tr .innr .fm-lab {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 600;
    white-space: nowrap
}

.sub-result .form-wrap .fm-sel {
    padding-right: 3.6rem;
    min-height: 4rem;
    font-size: 1.4rem
}

.sub-result .form-wrap .fm-dat {
    min-height: 4rem;
    font-size: 1.4rem;
    text-align: center
}

.sub-result .form-wrap .fm-txt {
    min-height: 4rem;
    font-size: 1.4rem
}

.sub-result .form-wrap .button-box {
    display: flex;
    align-items: center;
    gap: 1rem
}

.sub-result .form-wrap .button-box.tar {
    justify-content: flex-end;
    text-align: right
}

.sub-result .form-wrap .button-box.tac {
    justify-content: center;
    text-align: center
}

.sub-result .form-wrap .button-box .btn {
    min-width: 10rem;
    min-height: 3.2rem;
    font-size: 1.6rem
}

.sub-result .button-box {
    display: flex;
    align-items: center;
    gap: 1rem
}

.sub-result .button-box.tal {
    justify-content: flex-start
}

.sub-result .button-box.tar {
    justify-content: flex-end
}

.sub-result .button-box .btn {
    padding: 0 1.6rem;
    min-height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    word-break: keep-all
}

@media (max-width: 700px) {
    .sub-result .data-info {
        font-size:1.6rem;
        font-weight: 700
    }

    .sub-result .data-info strong {
        color: #00B58A
    }

    .sub-result .button-box {
        gap: .4rem
    }

    .sub-result .button-box .btn {
        padding: 0 1.2rem;
        min-height: 2.4rem;
        line-height: 2.4rem
    }
}

.sub-detail .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0
}

.sub-detail .tit h3 {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.7rem;
    font-weight: 700
}

.sub-detail .tit h3 i {
    font-size: 2rem
}

.sub-detail .tit p {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700
}

.sub-detail .url-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sub-detail .tail {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem 0
}

.sub-detail .btn {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: 0 1.6rem;
    min-height: 4rem;
    font-weight: 500;
    word-break: keep-all
}

@media (max-width: 700px) {
    .sub-detail .tit {
        flex-direction:column;
        align-items: flex-start;
        gap: 1rem
    }
}

.sub-setting {
    padding: 1rem 0
}

.sub-setting .button-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.sub-setting .button-box .btn {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .8rem 1.6rem;
    font-size: 1.2rem;
    font-weight: 500;
    word-break: keep-all
}

.sub-status {
    margin-top: 2rem;
    padding: 0 1.2rem;
    border: 0.1rem solid #C6C6C6
}

.sub-status .innr {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 0
}

.sub-status .innr+.innr {
    border-top: 0.1rem solid #D8D8D8
}

.sub-status .innr .img img {
    width: auto;
    max-width: 3.6rem;
    height: 3.6rem;
    border: 0.1rem solid #D8D8D8;
    border-radius: 3rem
}

.sub-status .innr .box .tit {
    font-size: 1.2rem
}

.sub-status .innr .box .dat {
    font-size: 1rem
}

.sub-status .innr .value {
    padding: 0 2rem;
    font-size: 1.4rem
}

.comment-group {
    margin-top: 2rem;
    padding: 0 1.2rem;
    border: 0.1rem solid #C6C6C6
}

.comment-group .innr+.innr {
    border-top: 0.1rem solid #D8D8D8
}

.comment-group .innr .head {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 0
}

.comment-group .innr .head .img img {
    width: auto;
    max-width: 3.6rem;
    height: 3.6rem;
    border: 0.1rem solid #D8D8D8;
    border-radius: 3rem
}

.comment-group .innr .head .box .tit {
    font-size: 1.2rem;
    white-space: nowrap
}

.comment-group .innr .head .box .dat {
    font-size: 1rem
}

.comment-group .innr .head .bnt {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    width: 100%
}

.comment-group .innr .body {
    padding: .6rem 0 1.8rem 4.6rem
}

.comment-group .innr .body .value {
    font-size: 1.4rem
}

.comment-group .innr .body .attach {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2.4rem 0 0 0
}

.comment-group .innr .body .attach .btn {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 0 1.2rem;
    min-height: 3rem
}

.comment-group .innr .body .attach .btn i {
    font-size: 1.6rem
}

.gap4 {
    display: flex;
    justify-content: center;
    gap: .4rem
}

.sub-comment {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 3rem 0
}

.sub-comment .fm-txt {
    padding: 2.4rem .75rem !important;
    min-height: 10rem !important;
    font-size: 1.4rem;
    border-color: #797979;
    resize: none
}

.sub-comment .fm-txt+label {
    font-size: 1.4rem
}

.sub-comment .form-guide ul li {
    font-size: 1.4rem;
    color: #555
}

.sub-comment .button-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem
}

.sub-comment .button-box .inr {
    display: flex;
    align-items: center;
    gap: 1rem
}

.sub-comment .button-box .inr .btn {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: 0 1.2rem;
    min-height: 4rem;
    font-size: 1.2rem;
    font-weight: 500;
    word-break: keep-all
}

.sub-comment .button-box .inr .btn i {
    font-size: 1.6rem
}

.sub-comment .input-group .form-control,.sub-comment .input-group .input-group-text {
    font-size: 1.4rem
}

.sub-button {
	padding-right:20px;
	float:right;
    padding: 1.2rem 0
}

.sub-button .button-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.sub-button .button-box.tal {
    justify-content: flex-start
}

.sub-button .button-box.tar {
    justify-content: flex-end
}

.sub-button .button-box .btn {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: 0 2.4rem;
    min-height: 4rem;
    word-break: keep-all
}

.sub-button .button-box .btn i {
    font-size: 1.8rem
}

.file-wrap {
    display: flex;
    flex-direction: column;
    margin: 0
}

.file-wrap li {
    display: flex;
    align-items: center;
    gap: 1rem
}

.file-wrap li+li {
    border-top: .1rem solid #eee
}

.file-wrap li span {
    display: flex;
    align-items: center;
    gap: .4rem
}

.file-wrap li span strong {
    padding-right: 3rem
}

.file-wrap li .fm-file {
    line-height: 2;
    font-size: 1.4rem
}

.file-wrap li .form-label {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 1rem;
    min-width: 20rem;
    min-height: 3.6rem;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #F3F5FC
}

.file-wrap li .btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 1.2rem;
    min-height: 3.6rem;
    font-size: 1.2rem
}

.file-wrap li .btn i {
    font-size: 1.8rem
}

@media (max-width: 1500px) {
    .file-wrap {
        gap:1rem;
        width: 100%
    }

    .file-wrap li {
        flex-direction: column;
        align-items: flex-start;
        gap: .8rem;
        border-top: 0 !important
    }

    .file-wrap li .form-label {
        padding: 0;
        min-width: 20rem;
        min-height: auto;
        background-color: transparent
    }

    .file-wrap li .btn i {
        font-size: 1.8rem
    }
}

.fileimg {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0
}

.fileimg .innr {
    display: flex;
    align-items: center;
    gap: 1rem
}

.fileimg .innr .pic {
    position: relative
}

.fileimg .innr .pic .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29.9rem;
    height: 17.6rem;
    border: .1rem solid #e1e1e5
}

.fileimg .innr .pic .image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.fileimg .innr .pic .bt-del {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem
}

.fileimg .innr .txt time {
    font-size: 1rem;
    font-weight: 600;
    color: #00B58A
}

table.nowrap thead tr th {
    white-space: nowrap
}

table.nowrap tbody tr td {
    white-space: nowrap
}

table.nowrap tfoot tr td {
    white-space: nowrap
}

table.colspan {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto
}

table.colspan .form-check-input {
    width: 1.2em;
    height: 1.2em
}

table.colspan .form-check-input+label {
    display: inline
}

table.colspan thead tr th {
    padding: 1.2rem .8rem;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 600;
    word-break: keep-all;
    text-align: center;
    color: #242a38;
    border-top: .4rem solid transparent;
    border-bottom: .4rem solid #e9e9e9 !important;
    background: #f7f7f7
}

table.colspan thead tr th button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem
}
table.colspan thead tr td.tac {
    text-align:center;
}


table.colspan thead tr th:nth-child(1) {
    border-color: #eb92a2
}

table.colspan thead tr th:nth-child(2) {
    border-color: #87bfdf
}

table.colspan thead tr th:nth-child(3) {
    border-color: #7be9a2
}

table.colspan thead tr th:nth-child(4) {
    border-color: #e9b87b
}

table.colspan thead tr th:nth-child(5) {
    border-color: #a7a7a7
}

table.colspan thead tr th:nth-child(6) {
    border-color: #d387e1
}

table.colspan thead tr th:nth-child(7) {
    border-color: #cfe187
}

table.colspan thead tr th:nth-child(8) {
    border-color: #7087cf
}

table.colspan thead tr th:nth-child(9) {
    border-color: #87e1b4
}

table.colspan thead tr th:nth-child(10) {
    border-color: #dd8094
}

table.colspan thead tr th:nth-child(11) {
    border-color: #eb92a2
}

table.colspan thead tr th:nth-child(12) {
    border-color: #eb02a6
}

table.colspan thead tr th:nth-child(13) {
    border-color: #7697cf
}

table.colspan tbody tr {
    border-bottom: .1rem solid #e9e9e9
}

table.colspan tbody tr.pointer {
    cursor: pointer
}

table.colspan tbody tr:hover {
    background: #fafafa
}

table.colspan tbody tr.sel {
    background: #ffe8e8
}

table.colspan tbody tr.sel:hover {
    background: #ffc4c4
}

table.colspan tbody tr td {
    padding: 0.8rem 0.8rem;
    line-height: 1.5;
    font-size: 1.5rem;
    word-break: keep-all;
    text-align: center;
    color: #333;
    border: 0;
    border-bottom: .1rem solid #ccc
}

table.colspan tbody tr td.size-12 {
    font-size: 1.2rem
}

table.colspan tbody tr td.tal {
    text-align: left
}

table.colspan tbody tr td.tar {
    text-align: right
}

table.colspan tbody tr td.nowrap {
    white-space: nowrap
}

table.colspan tbody tr td a {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    padding: .2rem 0;
    font-size: 1.5rem;
    color: #464646;
    text-decoration: none;
    border-bottom: 0.1rem solid #464646
}

table.colspan tbody tr td a.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

table.colspan tbody tr td a:hover {
    color: #000
}

table.colspan tbody tr td .state1 {
    color: #FFB44F
}

table.colspan tbody tr td .state2 {
    color: #62B2FD
}

table.colspan tbody tr td .state3 {
    color: #9ED855
}

table.colspan tbody tr td .state4 {
    color: #F71111
}

table.colspan tbody tr td .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6rem;
    height: 1.6rem
}

table.colspan tbody tr td .ico-new {
    background: url("/images/common/ico-new.png") no-repeat 50% 50%;
    background-size: 100% auto
}

table.colspan tbody tr td .ico-file {
    background: url("/images/common/ico-file.png") no-repeat 50% 50%;
    background-size: 100% auto
}

table.colspan tfoot tr td {
    padding: 0 1rem;
    height: 4rem;
    font-size: 1.5rem;
    text-align: center;
    color: #000;
    border-bottom: .1rem solid #ccc;
    border-top: 0 !important;
    border-bottom: 0 !important;
    word-break: keep-all
}

@media (max-width: 1500px) {
    table.colspan thead tr th {
        font-size:1.4rem;
        white-space: nowrap
    }

    table.colspan tbody tr td {
        font-size: 1.5rem;
        white-space: nowrap
    }

    table.colspan tfoot tr td {
        font-size: 1.4rem;
        white-space: nowrap
    }
}

table.rowspan {
    width: 100%;
    border-collapse: collapse;
    border: .1rem solid #999;
    background: #fff
}

table.rowspan thead tr th {
    height: 7rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #353535;
    background: #c0e4ff
}

table.rowspan thead tr th em {
    padding-right: .4rem;
    color: #F71111
}

table.rowspan tbody tr {
    min-height: 4rem;
    border-bottom: 0.1rem solid #D8D8D8
}

table.rowspan tbody tr:first-child th {
    border-top: .4rem solid #eb92a2
}

table.rowspan tbody tr:first-child td {
    border-top: .4rem solid #87bfdf
}

table.rowspan tbody tr th {
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #242a38;
    background: #F3F5FC
}

table.rowspan tbody tr th em {
    padding-right: .4rem;
    color: #F71111
}

table.rowspan tbody tr td {
    padding: 1rem 2rem;
    height: 5.5rem;
    font-size: 1.5rem;
    color: #555
}

table.rowspan tbody tr td a {
   /* text-decoration: underline*/
}

a { text-decoration: none; }

table.rowspan tbody tr td .input-group {
    align-items: center
}

table.rowspan tbody tr td .input-group.gap1 {
    gap: 1rem
}

table.rowspan tbody tr td .fm-txt+.btn {
    padding: 0 2.4rem
}

table.rowspan tbody tr td .w60 {
    flex: none;
    width: 6rem
}

table.rowspan tbody tr td .w200 {
    flex: none;
    width: 20rem
}

table.rowspan tbody tr td.h300 {
    vertical-align: top
}

table.rowspan tbody tr .flex-column {
    display: flex;
    align-items: center;
    gap: 1rem
}

@media (max-width: 830px) {
	table.rowspan colgroup{display:none}

    table.rowspan thead tr th {
        height:7rem;
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center;
        color: #353535;
        background: #c0e4ff
    }

    table.rowspan thead tr th:first-child {
        border-left: 0
    }

    table.rowspan thead tr th:last-child {
        border-right: 0
    }

    table.rowspan tbody tr {
        /*display: flex;*/
        flex-wrap: wrap;
        min-width: 100%;
        height: auto;
        border-bottom: 0
    }

    table.rowspan tbody tr:last-child {
        border-bottom: 0
    }

    table.rowspan tbody tr th {
        /*display: flex;*/
        align-items: center;
        min-width: 15rem;
        width: 15rem;
        justify-content: center;
        border-bottom: 0.1rem solid #D8D8D8
    }

    table.rowspan tbody tr td {
        /*display: flex;*/
        flex-wrap: wrap;
        align-items: center;
        width: calc(100% - 15rem);
        height: auto;
        border-bottom: 0.1rem solid #D8D8D8
    }

    table.rowspan tbody tr td .w60 {
        flex: none;
        width: 4rem
    }

    table.rowspan tbody tr td .w200 {
        flex: none;
        width: 14rem
    }

    table.rowspan tbody tr td .tac {
        text-align: center
    }
    table.rowspan tbody tr td canvas{width: 100% !important; height: auto !important;}
}

.nocontent {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 40vh
}

.nocontent span {
    padding: 2rem 0;
    font-size: 1.7rem;
    font-weight: 700;
    color: #282828
}

.pagination {
    padding: 2rem 0
}

.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
    text-decoration: none
}

.pagination .page-item .page-link i {
    font-size: 2rem
}

.login-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #031F31
}

.login-contain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 4rem;
    width: 50rem;
    height: 50rem;
    background-color: #fff;
    border-radius: 3rem
}
.login-wrap {
    background:url('/images/login_bg.jpg') no-repeat center;
    background-size: cover;
}
.login-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom:20px;
    width:65%;
    margin:0 auto;
}
.login-title {
    font-size: 80px;
    font-family: 'Arial Black', sans-serif;
    font-weight: bolder;
    margin: 0;
    padding-bottom:50px;
}
.login-head div.login-subtitle {
    font-size: 15px;
    color:#000;
    font-weight:bolder;
    line-height: 1.0em;
    padding-top: 10px;
}

div.login-contain .login-box {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.login-contain .login-box > input {
    border: 0;
    padding: 0 2rem;
    height: 5.4rem;
    background: #f0f2f6;
    border-radius: 1rem
    margin:20px;
}

.login-contain .login-box>input::placeholder {
    color: #9fa4b4
}

.login-contain .login-box .otp_box {
    border: 2px solid #e7ecf1;
    border-radius: 10px;
    margin-top: 10px;
    height: 130px;
    text-align: center;
    padding: 10px
}
#loginFormBox input{
	margin-bottom:10px;
}

.login-contain .login-box .otp_box img {
    height: 100%
}

.login-contain .id_save {
    margin-top: 15px;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    vertical-align: top
}

.login-contain .id_save>input {
    width: 25px;
    height: 25px;
    border: 1px solid #c5cad8;
    border-radius: 2px
}

.login-contain .saveIdLabel {
    line-height: 25px;
    font-size: 18px;
    color: #666;
    letter-spacing: -1px;
    vertical-align: top
}

.login-contain .login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 5.4rem;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #00B58A;
    border-radius: .8rem
}

.login-contain .login-btn:hover {
    background: #3B9982;
    text-decoration: none
}

.login-contain .login-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.login-contain .login-btn span i {
    font-size: 2.4rem;
    font-weight: 400
}

.info-box {
    width: 100%;
    border: .1rem solid #e9e9e9;
    background: #f7f7f7;
    margin: 0 0 1.5rem 0;
    padding: 2rem;
    color: #242a38;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin: 2rem 0
}

.score-list {
    margin: 5rem 0 3rem
}

.score-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0
}

.score-list li .score-label {
    font-weight: 600;
    width: 30rem;
    text-align: right;
    font-size: 1.5rem
}

.score-list li .score-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 30rem
}

.score-list li .score-wrap .form-score {
    width: 6rem;
    min-height: 3.6rem;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600
}

.score-list li .score-wrap span {
    font-size: 1.4rem;
    font-weight: 600
}

@media (max-width: 700px) {
    .score-list li {
        flex-direction:column;
        gap: 0.5rem;
        margin: 2rem 0
    }

    .score-list li .score-label {
        text-align: center
    }

    .score-list li .score-wrap {
        justify-content: center
    }
}

.top-select-wrap {
    display: flex;
    gap: 6rem;
    justify-content: center;
    margin-top: 3rem
}

.top-select-wrap strong {
    font-weight: 600
}

.top-select-wrap .form-check-group {
    display: flex;
    gap: 4rem
}

@media (max-width: 460px) {
    .top-select-wrap {
        flex-direction:column;
        text-align: center;
        gap: 1rem
    }

    .top-select-wrap .form-check-group {
        justify-content: center
    }
}

.array-tab {
    display: flex;
    margin-right: 1rem
}

.array-tab li:first-child:after {
    content: '';
    width: .1rem;
    height: 1rem;
    background: #8b8b8b;
    display: inline-block;
    margin: 0 1rem
}

.array-tab li a {
    font-size: 1.5rem
}

.array-tab li.on a {
    color: #00B58A;
    font-weight: 600
}

.array-tab li.on a:before {
    content: "\eb7b";
    font-family: "remixicon" !important;
    font-size: 1.6rem
}

.stars i {
    color: #d9d9d9
}

.stars i.star-fill {
    color: #ffd000
}

.stars i:before {
    content: "\f186";
    font-family: "remixicon" !important
}

.form-row {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 40rem;
    width: 100%
}

.form-row .fm-lab {
    width: 12rem;
    font-size: 1.5rem;
    font-weight: 600
}

.form-row .fm-sel {
    width: calc(100% - 12rem);
    min-height: 3.6rem;
    font-size: 1.4rem
}

.form-row .fm-txt {
    width: calc(100% - 12rem);
    min-height: 3.6rem;
    font-size: 1.4rem
}

.form-row .form-control[type=file] {
    line-height: 2.6rem
}

.td-badge-img {
    max-width: 14.3rem
}

.menu-tree-box {
    border: 0.1rem solid #C6C6C6;
    background-color: #fff;
    border-radius: .4rem;
    position: relative
}

.menu-tree-box .menu-tree {
    width: 26rem;
    height: 100%;
    padding: 2.4rem;
    position: relative
}

.menu-tree-box .menu-tree>ul {
    list-style: none;
    margin-left: -1rem
}

.menu-tree-box .menu-tree>ul li {
    cursor: pointer;
    padding: 0.5rem 0 0.5rem 1.5rem;


    position: relative;
    font-size: 1.4rem;
    font-weight: 400
}

.menu-tree-box .menu-tree>ul li.parent-li {
    font-weight: 700
}

.menu-tree-box .menu-tree>ul li.parent-li:after {
    content: "\ea4e";
    font-family: "remixicon" !important;
    position: absolute;
    right: -1rem;
    top: 0.5rem;
    font-weight: 400
}

.menu-tree-box .menu-tree>ul li>ul {
    padding: 1rem 0;
    display: none
}

.menu-tree-box .menu-tree>ul li.open.parent-li:after {
    transform: rotate(180deg)
}

.menu-tree-box .menu-tree>ul li.open>ul {
    display: block
}

.menu-tree-box .menu-tree-open {
    position: absolute;
    top: -5rem;
    right: 0;
    padding: 0 1rem 0 1.6rem;
    min-height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.4rem
}

.menu-tree-box .menu-tree-open i:before {
    content: "\ea4e";
    font-family: "remixicon" !important
}

@media (max-width: 1500px) {
    .menu-tree-box .menu-tree {
        width:50rem;
        margin: 0 auto
    }

    .menu-tree-box .menu-tree-open {
        right: auto;
        left: 0
    }
}

@media (max-width: 700px) {
    .menu-tree-box {
        margin-top:6rem
    }

    .menu-tree-box .menu-tree {
        width: calc(100% - 1rem)
    }

    .menu-tree-box .menu-tree-open {
        left: auto;
        right: 0
    }
}

table.rowspan .form-check-group {
    display: flex;
    gap: 1rem 2rem;
    flex-wrap: wrap
}

table.rowspan .form-check-group .form-check-label {
    font-weight: 600;
    line-height: 2.4rem
}

table.rowspan .td-required {
    display: inline-block;
    position: relative;
    text-indent: -9999px
}

table.rowspan .td-required:after {
    content: '*';
    color: #e62626;
    display: inline-block;
    position: absolute;
    top: -3px;
    left: -9px;
    text-indent: 0
}

table.rowspan .td-info-wrap {
    display: flex;
    align-items: center;
    gap: 1rem
}

table.rowspan .td-button-wrap {
    display: flex;
    align-items: center;
    gap: .5rem 1rem;
    flex-wrap: wrap
}

table.rowspan .td-button-wrap .btn {
    line-height: 1.5;
    font-size: 1.4rem;
    min-width: 8rem
}

table.rowspan .form-switch .form-check-input {
    width: 5rem;
    height: 2rem
}

table.rowspan .td-file-wrap {
    display: flex;
    align-items: center;
    gap: 2rem
}

table.rowspan .td-file-wrap .fm-file {
    line-height: 2;
    font-size: 1.4rem
}

@media (max-width: 700px) {
    table.rowspan .td-info-wrap {
        flex-direction:column;
        align-items: flex-start;
        width: 109%
    }

    table.rowspan .td-info-wrap .fm-txt {
        width: 100% !important
    }

    table.rowspan .td-file-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem
    }

    table.rowspan .td-file-wrap .fm-file {
        width: 100% !important
    }
}

@media (max-width: 540px) {
    .td-button-wrap {
        width:100% !important
    }

    .td-button-wrap .fm-txt {
        width: 100% !important
    }
}

.dashboard {
    margin: 3rem 0;
    display: flex;
    gap: 3rem;
    flex-direction: column
}

.dashboard .dashboard-wrap {
    display: flex;
    gap: 2rem
}

.dashboard .dashboard-wrap .dashboard-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 3rem
}

.dashboard .dashboard-box {
    background: rgba(209,209,209,0.3);
    border-radius: 1.5rem;
    padding: 1rem 4rem;
    gap: 0 !important
}

.dashboard .tit {
    line-height: 4.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

.dashboard .tit h3 {
    font-size: 2.2rem;
    font-weight: 600
}

.dashboard .new-number {
    border-radius: 3rem;
    background: #7f76fd;
    color: #fff;
    min-width: 3.6rem;
    line-height: 3.6rem;
    display: inline-block;
    text-align: center;
    padding: 0 1rem;
    margin-left: 1rem
}

.dashboard .chart-tit {
    line-height: 3rem;
    display: block;
    margin-bottom: 1rem
}

.dashboard .chart-area {
    width: 100%;
    height: 25rem;
    background: #fff;
    margin-bottom: 2rem
}

.dashboard .dashboard-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    background: #fff
}

.dashboard .dashboard-table thead tr th {
    padding: .5rem;
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: 600;
    word-break: keep-all;
    text-align: center;
    color: #242a38;
    border: .1rem solid #b9b9b9;
    border-bottom: .1rem solid #b9b9b9;
    background: #f7f7f7
}

.dashboard .dashboard-table tbody tr {
    border-bottom: .1rem solid #b9b9b9
}

.dashboard .dashboard-table tbody tr:hover {
    background: #fafafa
}

.dashboard .dashboard-table tbody tr td {
    padding: .5rem;
    line-height: 1.5;
    font-size: 1.4rem;
    word-break: keep-all;
    text-align: center;
    color: #333;
    border: .1rem solid #b9b9b9;
    border-top: 0;
    border-bottom: 0
}

@media (max-width: 1500px) {
    .dashboard .dashboard-wrap {
        flex-direction:column
    }
}

@media (max-width: 700px) {
    .dashboard .dashboard-box {
        padding:1rem 2rem
    }

    .dashboard .tit h3 {
        font-size: 2rem
    }

    .dashboard .new-number {
        min-width: 3rem;
        line-height: 3rem
    }

    .dashboard .todo-list ul {
        flex-direction: column;
        gap: 1rem;
        align-items: center
    }

    .dashboard .todo-list ul .new-number {
        float: right
    }
}

.dashboard .todo-list .tit {
    border-bottom: 0.1rem solid #000;
    padding: .5rem 0 1.5rem 0;
    margin-bottom: 0
}

.dashboard .todo-list .tit .new-number {
    background: #5145fa
}

.dashboard .todo-list ul {
    display: flex;
    padding: 2rem 0 1rem
}

.dashboard .todo-list ul li {
    width: calc((100% - 2rem) / 3);
    font-size: 1.8rem
}

@media (max-width: 1500px) {
    .dashboard .todo-list ul li {
        font-size:1.6rem
    }
}

@media (max-width: 700px) {
    .dashboard .todo-list ul {
        flex-direction:column;
        gap: 1rem;
        align-items: center
    }

    .dashboard .todo-list ul li {
        width: 28rem
    }

    .dashboard .todo-list ul .new-number {
        float: right
    }
}

.dashboard .stats-box .stats-box-first {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 30rem 15rem;
    gap: 2rem
}

.dashboard .stats-box .stats-box-first .stats-box-1 {
    grid-area: 1 / 1 / 2 / 2
}

.dashboard .stats-box .stats-box-first .stats-box-2 {
    grid-area: 2 / 1 / 3 / 3
}

.dashboard .stats-box .stats-box-first .stats-box-3 {
    grid-area: 1 / 2 / 2 / 3
}

.dashboard .stats-box .stats-box-first .stats-box-4 {
    grid-area: 1 / 3 / 3 / 4
}

.dashboard .stats-box .stats-box-first .stats-box-4 .dashboard-table thead th {
    font-size: 1.2rem;
    line-height: 1.3
}

.dashboard .stats-box .stats-box-first .stats-box-4 .dashboard-table tbody td {
    font-size: 1.2rem;
    line-height: 1.2
}

@media (max-width: 700px) {
    .dashboard .stats-box .stats-box-first {
        display:flex;
        flex-direction: column;
        gap: 0
    }
}

.dashboard .digital-badge {
    display: flex;
    gap: 3rem
}

.dashboard .digital-badge .digital-badge-box {
    width: 100%
}

.dashboard .digital-badge .digital-badge-box .digital-badge-info {
    font-size: 1.9rem
}

.dashboard .digital-badge .digital-badge-box .digital-badge-cont {
    margin-top: 2.5rem
}

.dashboard .digital-badge .badge-img {
    display: flex;
    justify-content: space-around
}

.dashboard .digital-badge .badge-img li img {
    width: 8.5rem
}

@media (max-width: 700px) {
    .dashboard .digital-badge {
        flex-direction:column
    }

    .dashboard .digital-badge .badge-img li img {
        width: 6rem
    }
}

#dispWorkInfoButton {
	display:none;
	position:absolute;
	right:5px;
	margin-top:5px;
	z-index:999999999;
}
#dispWorkInfo td {
	max-width: 200px;
	width-space: wrap;
}
#dispWorkInfo .const-name td,
#dispWorkInfo .sign-note td {
	text-align: left;
}
#dispWorkInfo {	position:absolute; top:20px; right:20px; display:block; }
#dispWorkInfo th{ text-align:left; }
#dispWorkInfo td{ text-align:right;}
#dispGroutPannel{ position:absolute; top:10px; left:10px; background-color:#fff; padding:10px 10px 20px 20px;}
#dispGroutPannel h3{ text-align:center; margin-bottom:0; }
#dispGroutPannel .groutQTot{ margin-bottom: 20px; text-align: center; }
#dispGroutPannel th{ text-align:right; }
#dispGroutPannel td{ text-align:right; }
#dispGroutPannel #btnClose{ float:right; }


#dispExamplePannel{
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	text-align:center;
	fotn-size:8px;
	color:#fff;
}
#dispExamplePannel div{
	display:inline-block;
	width:35px;
	margin:2px;
}
#dispExamplePannel > .label{
	white-space:nowrap;
	position:absolute;
	margin-left:-80px;
	margin-top:20px;
}
#dispExamplePannel .box{
	display:block;
	with:35px;
	height:35px;
	border-radius:5px;
	border:#aaa 1px solid;
}
#dispExamplePannel .lv10 .box{background-color:#C23222;}
#dispExamplePannel .lv9  .box{background-color:#E54E32;}
#dispExamplePannel .lv8  .box{background-color:#F4945E;}
#dispExamplePannel .lv7  .box{background-color:#F7B268;}
#dispExamplePannel .lv6  .box{background-color:#FCE596;}
#dispExamplePannel .lv5  .box{background-color:#3D7FBB;}
#dispExamplePannel .lv4  .box{background-color:#C8DAEE;}
#dispExamplePannel .lv3  .box{background-color:#5FAD51;}
#dispExamplePannel .lv2  .box{background-color:#BCE0CE;}
#dispExamplePannel .lv1  .box{background-color:#D9D9D9;}
#dispExamplePannel .lv0  .box{background-color:#ffffff;}


.tpq-chart .chartArea {
	height:560px;
}
.grout-data > div{
	height:590px;
	overflow-y:auto;
}
.work-grout {
	width: 73%; 
	float: left; 
	padding-right:15px;
}
.work-put {
	width: 25%; 
	float: right; 
	overflow: auto;
}

@media screen and (max-width: 830px){
	#dispWorkInfoButton {
		display:block;
	}
	#dispWorkInfo {
		margin-top:10px;
		display:none;
	}
	#dispExamplePannel{
		scale:50%;		
		white-space:nowrap;
		margin-left:-20px;
	}
	#print-btn,
	.btn-print{
		display:none;
	}

}

@media screen and (max-width: 830px){
	nav.snb ul.depth1 li.item1,
	nav.snb ul.depth1 li.item2,
	nav.snb ul.depth1 li.item4,
	nav.snb ul.depth1 li.item5 {
		display:none;
	}
	#snb nav.snb .depth1 > li > a {
		display:none;
	}
	.login-header{
		margin-left:30px;
	}
	.sub-control .lnb .home{
		display:none;
	}
	.sub-title {
		position:absolute;
		top:0;
		left:40px;
	}
	.sub-title .location{
		display:none;
	}
	
	.tb_row table.rowspan{
		border-top-width: 1px;
	}
	.tb_row table.rowspan th,
	.tb_row table.rowspan td{
		border-width: 0 0 1px 0 !important;
	}
	
	.tpq-chart th, 
	.tpq-chart td{
		display:inline-block;
		padding:0;
	}
	.tpq-chart thead tr th{
		width:100px;
		padding:0;
	}
	.tpq-chart .chartArea th{
		display:none;
	}
	.tpq-chart .chartArea {
		height:300px;
	}
	.tpq-chart .chartArea td{
		position:absolute;
		width:95%;
	}

	#grout-data th,
	#grout-data td{
		all:unset;
		display:table-cell;
		height:20px;
	}
	#grout-data{
		position:absolute;
		width:95%;
		margin-top:180px;
		border:0;
	}

	#grout-data > div{
		height:200px;
		overflow-y:scroll;
		padding:0;
	}
	
	
	.tpq-grout .chartArea {
		height:580px;
	}
	.tpq-grout .chartArea td{
		margin-top:250px;
	}
	.tpq-grout .chartArea td h3{
		text-align:left;
	}
	table.rowspan.tpq-chart tbody tr td canvas{
	    height: 280px !important;
	}
	
	.work-grout {
		width: 100%; 
	}
	.work-put {
		width: 100%; 
	}
	
}
