@import url("reset.css");

a:hover {color:#006697;}

.header {width:100%; height:60px; position:relative; box-sizing:border-box;}
.header > .wrap {width:100%; display:flex; flex-wrap;}
.header .logo {width:200px; height:60px; box-sizing:border-box;}
.header .logo > .inner {width:200px; height:60px; position:relative;}
.header .logo > .inner img {width:100%; max-width:200px; max-height:60px; display:block; position:absolute; left:50%; bottom:0; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); transform:translateX(-50%);}

.header .gnb {width:calc(100% - 80px); width:-webkit-calc(100% - 80px); width:-moz-calc(100% - 80px); position:relative;}
.header .gnb ul {padding:0 10px; position:absolute; left:0; bottom:0;}
.header .gnb ul li {display:inline-block; padding:0 15px; height:30px; position:relative;}
.header .gnb ul li.on {border-bottom:1px solid #FF6C44;}
.header .gnb ul li.on:before {content:""; width:8px; height:8px; border-radius:50%; background:#ff6c44; position:absolute; left:50%; bottom:-5px; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); transform:translateX(-50%); z-index:10;}
.header .gnb ul li.on:after {content:""; width:3px; height:3px; border-radius:50%; background:#fff; position:absolute; left:50%; bottom:-2px; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); transform:translateX(-50%); z-index:11;}
.header .gnb ul li a {line-height:30px; display:block;}
.header .gnb ul li.on a {color:#ff6c44;}
.header .top_menu {width:80%; position:absolute; top:0; right:20px;}
.header .top_menu ul {font-size:0; text-align:right;}
.header .top_menu ul li {display:inline-block; padding:0 10px; height:20px; background:#eee; position:relative;}
.header .top_menu ul li:after {content:""; width:1px; height:6px; box-sizing:border-box; background:#000; left:0; top:7px; position:absolute;}
.header .top_menu ul li:first-child:after {width:0;}
.header .top_menu ul li a {display:block; font-size:11px; font-family: 'Noto Sans KR', sans-serif; letter-spacing:-0.5px; font-weight:500; line-height:20px;}

.header .mo-gnb-btn {width:60px; height:60px; background:#0b4143; position:absolute; top:0; right:0; cursor:pointer; display:none;}
.header .mo-gnb-btn i {position:absolute; width:30px; height:2px; background:#fff; left:15px;}
.header .mo-gnb-btn i:nth-child(1) {top:20px;}
.header .mo-gnb-btn i:nth-child(2) {top:29px;}
.header .mo-gnb-btn i:nth-child(3) {top:38px;}

.mo-gnb {width:400px; height:100%; overflow:hidden; position:fixed; top:0; right:0; z-index:100; background:#fff; box-sizing:border-box; border-left:3px solid #0b4143; display:none;}
.mo-gnb > .wrap {width:420px; height:100%; overflow-x:hidden; overflow-y:scroll;}
.mo-gnb .close {width:100%; height:60px; background:#0b4143;}
.mo-gnb .close .mo-gnb-close {width:60px; height:60px; margin-left:auto; margin-right:20px; position:relative; cursor:pointer;}
.mo-gnb .close .mo-gnb-close i {position:absolute; width:40px; height:3px; background:#fff;}
.mo-gnb .close .mo-gnb-close i:nth-child(1) {transform:rotate(45deg) translateY(14px) translateX(28px);}
.mo-gnb .close .mo-gnb-close i:nth-child(2) {transform:rotate(-45deg) translateY(28px) translateX(-14px);}
.mo-gnb .greeting {text-align:center; padding:10px; letter-spacing:-0.5px; background:#0b4143; color:#fff; border-top:1px dotted #567677;}
.mo-gnb .greeting span {color:#ff6c44; font-weight:bold;}
.mo-gnb ul.member {font-size:0; text-align:center; background:#eee; padding:10px 0;}
.mo-gnb ul.member li {display:inline-block; padding:0 10px;}
.mo-gnb .all-gnb {}
.mo-gnb .all-gnb .gnb-box {width:100%; box-sizing:border-box; border-bottom:1px solid #ebebeb;}
.mo-gnb .all-gnb .gnb-box .dep1 {width:100%; padding:10px; position:relative; cursor:pointer;}
.mo-gnb .all-gnb .gnb-box .dep1.on {background:#0b4143; color:#fff;}
.mo-gnb .all-gnb .gnb-box .dep1:after {content:""; border: solid #ebebeb; border-width:0 2px 2px 0; padding:2px; position:absolute; right:40px; top:50%; -webkit-transform:translateY(-50%) rotate(-45deg); -moz-transform:translateY(-50%) rotate(-45deg); transform:translateY(-50%) rotate(-45deg);}
.mo-gnb .all-gnb .gnb-box ul {box-sizing:border-box; display:none;}
.mo-gnb .all-gnb .gnb-box ul li {box-sizing:border-box;}
.mo-gnb .all-gnb .gnb-box ul li .dep2 {width:100%; background:#ebebeb; box-sizing:border-box; padding:10px;}
.mo-gnb .all-gnb .gnb-box ul li .dep3 {width:100%; box-sizing:border-box; padding:10px 20px; border-top:1px solid #ebebeb; background:#f7f7f7;}


.content-box {width:100%; margin-top:20px;}
.content-box > .wrap {width:100%; display:flex; flex-wrap:wrap;}
.content-box .lnb {width:200px; box-sizing:border-box; border-right:3px solid #0b4143; min-height:1000px;}
.content-box .content-inner {width:calc(100% - 200px); width:-webkit-calc(100% - 200px); width:-moz-calc(100% - 200px); box-sizing:border-box;}
.content-box .content-inner.popup-content {width:100%; max-width:100%;}


.lnb > .wrap {width:100%;}
.lnb .title-box {width:100%; height:60px; background:url(/admincenter/img/nimg/bg_title.jpg); position:relative; line-height:1;}
.lnb .title-box p {width:100%; color:#fff; font-size:20px; font-family: 'Noto Sans KR', sans-serif; font-weight:500; letter-spacing:-1px; word-wrap:break-word; word-break:keep-all; position:absolute; box-sizing:border-box; padding:0 5px; left:0; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%);}
.lnb .menu-off-btn {margin:5px 10px; text-align:right; box-sizing:border-box; cursor:pointer;}
.lnb .lnb-box {width:185px; margin-left:auto; margin-top:20px;}
.lnb .inner .lnb-box:nth-child(1) {margin-top:0;}
.lnb .lnb-box .dep2 {width:100%; background:#0b4143; color:#deebeb; font-weight:bold; letter-spacing:-0.5px; box-sizing:border-box; padding:6px 10px; border-radius:5px 0 0 0;}
.lnb .lnb-box .dep2 p {position:relative; box-sizing:border-box; padding-left:12px;}
.lnb .lnb-box .dep2 p:before {content:""; width:9px; height:9px; border-radius:2px; background:#fff; position:absolute; left:0; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); z-index:10;}
.lnb .lnb-box .dep2 p:after {content:""; width:0; height:0; border-top:3px solid #000; border-left:2.5px solid transparent; border-right:2.5px solid transparent; position:absolute; left:2px; top:6px; z-index:11;}
.lnb .lnb-box > ul {box-sizing:border-box; padding:10px; background:#efefef; border:1px solid #dedede; border-radius:0 0 0 5px;}
.lnb .lnb-box > ul li {padding:3px 5px; padding-left:10px; position:relative; box-sizing:border-box;}
.lnb .lnb-box > ul li:before {content:""; width:4px; height:1px; background:#000; position:absolute; left:0; top:11px;}
.lnb .lnb-box > ul li a {letter-spacing:-0.5px;}
.lnb .lnb-box > ul li:hover a {color:#006697;}
.lnb .lnb-box > ul li.on > a {color:#248edf; font-weight:bold;}
.lnb .lnb-box > ul li > ul li.on > a {color:#248edf; font-weight:bold;}

.content-inner .navi {width:100%; height:30px; background:url(/admincenter/img/nimg/bg_navi.jpg); box-sizing:border-box; padding:0 20px; position:relative;}
.content-inner .navi .menu-on-btn {display:inline-block; margin-right:5px; cursor:pointer; vertical-align:middle; visibility:hidden; width:0;}
.content-inner .navi ul {font-size:0; display:inline-block;}
.content-inner .navi ul li {font-size:11px; display:inline-block; line-height:30px; color:#fff; letter-spacing:-0.5px; padding:0 8px; position:relative;}
.content-inner .navi ul li:before {content:""; width:0; height:0; border-top:3px solid transparent; border-bottom:3px solid transparent; border-left:3px solid #fff; line-height:0; position:absolute; left:0; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%);}
.content-inner .navi ul li:nth-child(1) {padding-left:0;}
.content-inner .navi ul li:nth-child(1):before {border:none;}
.content-inner .navi .member-menu {position:absolute; top:0; right:0; box-sizing:border-box;}
.content-inner .navi .member-menu ul li {letter-spacing:-0.8px; color:#fff; font-size:11px;}
.content-inner .navi .member-menu ul li:before {border:none;}
.content-inner .navi .member-menu ul li a {letter-spacing:-0.8px; color:#fff; font-size:11px;}
.content-inner .navi .member-menu ul li.greeting span {color:#ff6c44; font-weight:bold;}
.content-inner .content {width:100%; box-sizing:border-box; padding:10px 20px; padding-bottom:50px;}

.content .title {width:100%; padding:10px 0; border-bottom:3px solid #ccc; font-weight:bold; letter-spacing:-1px; line-height:1; margin-bottom:20px;}

section {margin-top:20px;}
section:nth-child(1) {margin-top:0;}
section > .inner {}
section > .inner:after {content:""; display:block; clear:both;}

.box-title {width:100%; height:30px; position:relative; background:#f2f2f2; box-sizing:border-box; margin:10px 0; padding:0 10px; letter-spacing:-1px; font-weight:bold; line-height:30px;}
.box-title .more {position:absolute; line-height:1; right:10px; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%);}

.box-wrap, .box-line {box-sizing:border-box;}
.box-line {width:100%; border:1px solid #ebebeb;}

.lf-box {float:left; width:49.5%;}
.rt-box {float:right; width:49.5%; margin-left:1%;}
.lf-box2 {float:left; width:15.5%;}
.rt-box2 {float:right; width:83.5%; margin-left:1%;}

/*cateogry*/
.category {width:100%;}
.category ul {display:flex; flex-wrap:wrap; border-top:1px solid #ebebeb; border-left:1px solid #ebebeb;}
.category ul li {width:25%; box-sizing:border-box; height:30px; padding:0 20px; background:#f4f4f4; position:relative; border-bottom:1px solid #ebebeb; border-right:1px solid #ebebeb;}
.category ul li:before {content:""; width:16px; height:16px; background:url(/admincenter/img/nimg/bullet_blue.gif) center no-repeat; position:absolute; left:10px; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%);}
.category ul li p {width:100%; position:absolute; left:0; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); box-sizing:border-box; padding:0 20px; padding-left:25px;}
.category ul li a {display:block; letter-spacing:-0.8px;}


/*board layout (search)*/
.bd-saerch {width:100%; margin-bottom:20px;}
.bd-saerch table.search-tb {width:100%; border:1px solid #ebebeb; border-top:none; border-left:none;}
.bd-saerch table.search-tb > tbody > tr {border-top:1px solid #ebebeb;}
.bd-saerch table.search-tb > tbody > tr > th, 
.bd-saerch table.search-tb > tbody > tr > td {box-sizing:border-box; height:30px; padding:5px 10px; border-left:1px solid #ebebeb;}
.bd-saerch table.search-tb > tbody > tr > th {background:#f4f4f4; width:150px;}
.bd-saerch table.search-tb > tbody > tr > td input, .bd-saerch table.search-tb tr td select {vertical-align:middle; border:1px solid #ccc; height:20px; box-sizing:border-box;}
.bd-saerch .search-button {width:100%; margin-top:20px; text-align:center;}
.bd-saerch > table.search-tb > tbody table tr td {height:30px;}
.bd-saerch > table.search-tb > tbody table tr td input {max-width:100%;}


.bd-saerch2 {width:100%; margin-bottom:20px;}
.bd-saerch2 table.search-tb {width:100%; border:1px solid #ebebeb; border-top:none; border-left:none;}
.bd-saerch2 table.search-tb > tbody > tr {border-top:1px solid #ebebeb;}
.bd-saerch2 table.search-tb > tbody > tr > th, 
.bd-saerch2 table.search-tb > tbody > tr > td {box-sizing:border-box; height:30px; padding:5px 10px; border-left:1px solid #ebebeb;}
.bd-saerch2 table.search-tb > tbody > tr > th {background:#f4f4f4; width:150px;}
.bd-saerch2 table.search-tb > tbody > tr > td input, .bd-saerch table.search-tb tr td select {vertical-align:middle; border:1px solid #ccc; height:20px; box-sizing:border-box;}
.bd-saerch2 .search-button {width:100%; margin-top:20px; text-align:center;}
.bd-saerch2 > table.search-tb > tbody table tr td {height:30px;}
.bd-saerch2 > table.search-tb > tbody table tr td input {max-width:100%;}


/*board layout (list)*/
.bd-list-top {width:100%; display:flex; flex-wrap:wrap; margin-bottom:10px;}
.bd-list-top .total {width:40%;}
.bd-list-top .option {width:60%; text-align:right;}


/*board layout (pading)*/
.bd-paging {width:100%; margin-top:20px; text-align:center;}
.bd-paging span {color:#FF6C44;}


/*board layout (button)*/
.bd-list-button {width:100%; margin-top:20px; display:flex; flex-wrap:wrap;}
.bd-list-button:after {content:""; display:block; clear:both;}
.bd-list-button ul {width:50%; font-size:0;}
.bd-list-button ul li {display:inline-block; padding:0 2px;}
.bd-list-button ul.lf-button {text-align:left;}
.bd-list-button ul.lf-button li:first-child {padding-left:0;}
.bd-list-button ul.rt-button {text-align:right;}
.bd-list-button ul.rt-button li:last-child {padding-right:0;}

.bd-edit-button {width:100%; margin-top:20px;}
.bd-edit-button ul {font-size:0; text-align:center;}
.bd-edit-button ul li {display:inline-block; padding:0 5px; vertical-align:middle;}



/*table layout*/
.tb-type-1 {width:100%; table-layout:fixed;}
.tb-type-1 tr {border-top:1px solid #ebebeb; position:relative;}
.tb-type-1 tr:nth-child(1) {border-top:none;}
.tb-type-1 tr th, .tb-type-1 tr td {height:30px; box-sizing:border-box; padding:0 10px; position:relative; letter-spacing:-0.8px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.tb-type-1 tr td {border-left:1px solid #ebebeb;}
.tb-type-1 tr td:nth-child(1) {border-left:none;}
.tb-type-1 tr td.subject:before {content:""; width:2px; height:2px; background:#666; position:absolute; left:5px; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%);}
.tb-type-1 tr td span.date {font-size:11px; color:#888; font-family:'verdana'; letter-spacing:-1.5px;}
.tb-type-1 tr td span.point {font-weight:bold;}


.tb-type-2 {width:100%;}
.tb-type-2 tr {border-bottom:1px dashed #ebebeb; position:relative;}
.tb-type-2 tr:nth-child(1) {border-bottom:none;}
.tb-type-2 tr th, .tb-type-2 tr td {height:30px; box-sizing:border-box; padding:0 10px; position:relative; letter-spacing:-0.8px; word-wrap:break-word; word-break:keep-all;}
.tb-type-2 tr th {background:#4A3F38; color:#fff;}
.tb-type-2 tr td {/*text-align:center;*/}


.tb-type-3 {width:100%; border-collapse:collapse;}
.tb-type-3 > tbody > tr {border-bottom:1px solid #d9d9d9; position:relative;}
.tb-type-3 > tbody > tr:hover {background:#efefef}
.tb-type-3 > tbody > tr:nth-child(1) {border-bottom:none;}
.tb-type-3 > tbody > tr > th, .tb-type-3 > tbody > tr > td {height:30px; box-sizing:border-box; /*padding:0 10px;*/ position:relative; letter-spacing:-0.8px; word-wrap:break-word; word-break:keep-all;}
.tb-type-3 > tbody > tr > th {background:#4A3F38; color:#fff;}
.tb-type-3 > tbody > tr > td {/*text-align:center;*/}
.tb-type-3 > tbody > tr > td table {border:1px solid #d9d9d9; margin-bottom:10px; border-top:none; width:100%; table-layout:fixed;}
.tb-type-3 > tbody > tr > td table tr {border-top:1px solid #d9d9d9; position:relative;}
.tb-type-3 > tbody > tr > td table tr:nth-child(1) {border-top:none;}
.tb-type-3 > tbody > tr > td table tr > th, 
.tb-type-3 > tbody > tr > td table tr > td {height:30px; box-sizing:border-box; /*padding:0 10px;*/ position:relative; letter-spacing:-0.8px; word-wrap:break-word; word-break:keep-all;}


/*.edit-tb {width:100%; border:1px solid #ebebeb; border-top:none; border-left:none; margin-bottom:20px;}
.edit-tb tr {border-top:1px solid #ebebeb;}
.edit-tb tr th, 
.edit-tb tr td {box-sizing:border-box; height:30px; padding:5px 10px; border-left:1px solid #ebebeb;}
.edit-tb tr th {background:#f4f4f4; width:150px;}
.edit-tb tr td input, .edit-tb tr td select {vertical-align:middle; border:1px solid #ccc; height:20px; box-sizing:border-box;}
.edit-tb tr td textarea {box-sizing:border-box; padding:5px; border:1px solid #ccc; resize:vertical;}
.edit-tb > tbody table tr {border:none;}
.edit-tb > tbody table tr td {border:none;}*/

.edit-tb {width:100%; border:1px solid #ebebeb; border-top:none; border-left:none; margin-bottom:20px; table-layout:fixed;}
.edit-tb > tbody > tr {border-top:1px solid #ebebeb;}
.edit-tb > tbody > tr > th, 
.edit-tb > tbody > tr > td {box-sizing:border-box; height:30px; padding:5px 10px; border-left:1px solid #ebebeb;}
.edit-tb > tbody > tr > th {background:#f4f4f4; width:150px; max-width:150px;}
.edit-tb tr td input, .edit-tb tr td select {vertical-align:middle; border:1px solid #ccc; height:20px; box-sizing:border-box;}
.edit-tb > tbody > tr > td > ul {font-size:0;}
.edit-tb > tbody > tr > td > ul li {font-size:9pt; display:inline-block; margin:0 1px; margin-top:2px;}  
.edit-tb > tbody > tr > td > ul li:nth-child(1) {margin-left:0; margin-top:0;}
.edit-tb tr td textarea {box-sizing:border-box; padding:5px; border:1px solid #ccc; resize:vertical;}
.edit-tb > tbody table {}
.edit-tb > tbody table tr td {height:30px;}
.edit-tb > tbody table tr td input {max-width:100%;}
.edit-tb > tbody table tr td img {vertical-align:middle;}
.edit-tb > tbody table.img-tb {width:100%; table-layout:fixed;}
.edit-tb > tbody table.img-tb tr td {width:100%;}
.edit-tb > tbody table.img-tb tr td img {max-width:100%; margin-bottom:10px;}

.edit-tb > tbody > tr > td.inner-tb {padding:10px;}
.edit-tb > tbody > tr > td.inner-tb table {margin:0;}
.bd-edit-button {margin-bottom:20px;}

#lbl_File_Use_Graph > table tr td {height:10px !important;}



/*footer*/
.footer {width:100%; box-sizing:border-box; padding:15px; border-top:3px solid #e6e6e6; text-align:center; font-size:11px;}



/*login*/

.login-wrap {width:100%; height:100%; position:relative;}
.login-box {width:350px; position:absolute; top:0; left:0;}
.login-box .title-img {width:100%; text-align:center; position:relative; z-index:10; margin-bottom:5px;}
.login-box .title-img img {display:block; width:100%;}
.login-box .input-box {width:100%; margin:0 auto;}
.login-box .input-box table {width:100%;}
.login-box .input-box table tr td {box-sizing:border-box; width:100%;}
.login-box .input-box table tr td input {width:100%; border:none; box-sizing:border-box; background:#dfdfdf; height:45px; margin:5px 0; padding:5px; text-align:center; font-size:14px;}
.login-box .input-box table tr td input:placeholder {color:#444;}
.login-box .input-box table tr td .login-btn {width:100%; height:45px; background:#000; margin:5px 0; box-sizing:border-box;}
.login-box .input-box table tr td .login-btn a {font-size:14px; text-align:center; display:block; line-height:45px; color:#fff;}
.login-box .copyright {width:100%; margin-top:30px; text-align:center; letter-spacing:-0.5px; color:#616161;}



/*popup*/

.popup-bg {width:100%; height:100%; position:absolute; top:0; left:0; background:rgba(0,0,0,0.5); z-index:150;}
.popup-box {border:2px solid #000; background:#fff; box-sizing:border-box; position:absolute; z-index:151; overflow:hidden;}
.popup-box .popup-inner {position:absolute; top:0; left:0;}
.popup-box .popup-inner iframe {border:none; width:100%; box-sizing:border-box; overflow-x:hidden;}
.popup-box .popup-bottom {width:100%; height:30px; background:#000; text-align:right; box-sizing:border-box; padding:0 10px; position:absolute; left:0; bottom:0;}
.popup-box .popup-bottom a {color:#fff; font-weight:bold; line-height:30px;}


/*button*/
.btn-type-1 {min-width:66px; height:22px; box-sizing:border-box; border-radius:3px; background:#7d746e; text-align:center; border:none; position:relative; line-height:1; padding:0 10px;}
.btn-type-1 p {display:inline-block; position:relative;}
.btn-type-1 p:before {content:""; width:6px; height:6px; border-radius:50%; background:#b9b2ae; position:absolute; left:-6px; top:8px;}
.btn-type-1 a {display:block; color:#fff; line-height:22px; font-size:11px; letter-spacing:-1.2px; text-indent:4px;}

/*.btn-type-2 {min-width:65px; height:50px; box-sizing:border-box; border-radius:8px; background:#7d746e; text-align:center; border:none; position:relative; padding:0 10px;}
.btn-type-2 a {display:block; color:#fff; font-family: 'Noto Sans KR', sans-serif; font-weight:400; font-size:22px; letter-spacing:-1px; line-height:43px;}
.btn-type-2 p {display:inline-block; position:relative;}
.btn-type-2 p span {height:auto; line-height:1; letter-spacing:0; font-family:'tahoma'; font-size:7px; position:absolute; bottom:-1px; left:50%; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); transform:translateX(-50%); font-weight:normal;}
.btn-type-2.non a {line-height:50px;}*/

.btn-type-2 {min-width:65px; height:45px; box-sizing:border-box; border-radius:8px; background:#7d746e; text-align:center; border:none; position:relative; padding:0 10px; overflow:hidden;}
.btn-type-2 a {display:block; color:#fff; font-family: 'Noto Sans KR', sans-serif; font-weight:400; font-size:20px; letter-spacing:-1px; line-height:45px;}
.btn-type-2 p {position:relative;}
.btn-type-2:before {content:""; width:6px; height:6px; border-radius:50%; background:#b9b2ae; position:absolute; left:6px; top:8px;}

.btn-type-3 {display:inline-block; min-width:80px; height:30px; box-sizing:border-box; border-radius:3px; background:#fff; text-align:center; border:1px solid #d9d9d9; position:relative; -webkit-box-shadow: inset -2px -2px 2px 0px rgba(0,0,0,0.3); -moz-box-shadow: inset -2px -2px 2px 0px rgba(0,0,0,0.3); box-shadow: inset -2px -2px 2px 0px rgba(0,0,0,0.3);}
.btn-type-3 a {display:block; color:#000; font-family: 'Noto Sans KR', sans-serif; font-weight:400; font-size:15px; letter-spacing:-1px; line-height:26px; box-sizing:border-box; padding:0 10px; text-indent:-2px;}


/*comment*/
.cmmt-tb {width:100%; table-layout:fixed; border-bottom:1px solid #d9d9d9;}
.cmmt-tb tr td {box-sizing:border-box; padding:5px;}
.cmmt-tb tr td input[type="text"], .cmmt-tb tr td input[type="password"] {height:20px; box-sizing:border-box; border:1px solid #ccc;}
.cmmt-tb tr td.head {height:40px; background:#f4f4f4; border-bottom:3px solid #d9d9d9;}
.cmmt-tb tr td.head ul {font-size:0; text-align:right;}
.cmmt-tb tr td.head ul li {display:inline-block; padding:0 2px;}
.cmmt-tb tr td.head ul li:last-child {padding-right:0;}
.cmmt-tb tr td.date {text-align:right; font-size:10px; color:#bdbdbd;}
.cmmt-tb tr td.cmt {height:50px; vertical-align:top;}

.cmmt-tb tr td.modify-box {background:#f4f4f4;}
.cmmt-tb tr td.modify-box .cmt-edit-tb {width:100%; table-layout:fixed;}
.cmmt-tb tr td.modify-box .cmt-edit-tb tr td {box-sizing:border-box;}
.cmmt-tb tr td.modify-box .cmt-edit-tb tr td input[type="text"], .cmt-write-box .cmt-write-tb tr td input[type="password"] {height:20px; box-sizing:border-box; border:1px solid #ccc;}
.cmmt-tb tr td.modify-box .cmt-edit-tb tr td ul {font-size:0;}
.cmmt-tb tr td.modify-box .cmt-edit-tb tr td ul li {display:inline-block; padding:0 2px; font-size:12px; position:relative; vertical-align:middle; line-height:20px;}
.cmmt-tb tr td.modify-box .cmt-edit-tb tr td ul li:after {content:""; display:block; clear:both;}
.cmmt-tb tr td.modify-box .cmt-edit-tb tr td ul li p {float:left;}
.cmmt-tb tr td.modify-box .cmt-edit-tb tr td ul li input {float:left; margin-left:2px;}
.cmmt-tb tr td.modify-box .cmt-edit-tb tr td ul li:first-child {padding-left:0;}
.cmmt-tb tr td.modify-box .cmt-edit-tb tr td.txt-box {padding-bottom:0; padding-top:10px;}
.cmmt-tb tr td.modify-box .cmt-edit-tb tr td.txt-box textarea {width:100%; height:60px; box-sizing:border-box; padding:5px; border:1px solid #ccc;}

.cmt-write-box {width:100%; margin-top:20px; box-sizing:border-box; padding:20px 10px; background:#f4f4f4;}
.cmt-write-box .cmt-write-tb {width:100%; table-layout:fixed;}
.cmt-write-box .cmt-write-tb tr td {box-sizing:border-box;}
.cmt-write-box .cmt-write-tb tr td input[type="text"], .cmt-write-box .cmt-write-tb tr td input[type="password"] {height:20px;box-sizing:border-box; border:1px solid #ccc;}
.cmt-write-box .cmt-write-tb tr td ul {font-size:0;}
.cmt-write-box .cmt-write-tb tr td ul li {display:inline-block; padding:0 2px; font-size:12px; position:relative; vertical-align:middle; line-height:20px;}
.cmt-write-box .cmt-write-tb tr td ul li:after {content:""; display:block; clear:both;}
.cmt-write-box .cmt-write-tb tr td ul li p {float:left;}
.cmt-write-box .cmt-write-tb tr td ul li input {float:left; margin-left:2px;}
.cmt-write-box .cmt-write-tb tr td ul li:first-child {padding-left:0;}
.cmt-write-box .cmt-write-tb tr td.txt-box {padding-bottom:0; padding-top:10px;}
.cmt-write-box .cmt-write-tb tr td.txt-box textarea {width:100%; height:60px; box-sizing:border-box; padding:5px; border:1px solid #ccc;}



/*calendar*/
.calendar {width:100%;}
.calendar table.cal-tb {width:100%; border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9;}
.calendar table.cal-tb tr {border-top:1px solid #d9d9d9;}
.calendar table.cal-tb tr th, 
.calendar table.cal-tb tr td {box-sizing:border-box; width:14.28%; border-left:1px solid #d9d9d9;}
.calendar table.cal-tb tr th {height:30px; background:#f5f5f5;}
.calendar table.cal-tb tr td {vertical-align:top; padding:10px;}
.calendar table.cal-tb tr td .date {margin-bottom:5px; font-weight:bold;}
.calendar table.cal-tb tr td.sun .date {color:red;}
.calendar table.cal-tb tr td.sat .date {color:blue;}
.calendar table.cal-tb tr td ul {width:90%; margin:0 auto;}
.calendar table.cal-tb tr td ul li {margin-top:8px; position:relative;}
.calendar table.cal-tb tr td ul li:first-child {margin-top:0;}
.calendar table.cal-tb tr td ul li:before {content:""; width:4px; height:4px; background:url("/pub/img/icons/bullet_red.png") center no-repeat; background-size:cover; position:absolute; left:-8px; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%);}
.calendar table.cal-tb tr td ul li span.nor {color:blue;}
.calendar table.cal-tb tr td ul li span.late {color:red;}





@media screen and (max-width: 1280px){

}



@media screen and (max-width: 1200px){

	

}



@media screen and (max-width: 1024px){

	.header .gnb {display:none;}
	.header .top_menu {display:none;}

	.header .mo-gnb-btn {display:block;}

}



@media screen and (max-width: 900px){

	.content-box .lnb {display:none;}
	.content-box .content-inner {width:100%;}

	.content-inner .navi .member-menu {display:none;}

	.lf-box {float:left; width:100%;}
	.rt-box {float:right; width:100%; margin-left:0;}

	.bd-saerch table.search-tb {border-top:1px solid #ebebeb; table-layout:fixed;}
	.bd-saerch table.search-tb > tbody > tr {border-top:none;}
	.bd-saerch table.search-tb > tbody > tr > th {display:none;}
	.bd-saerch table.search-tb > tbody > tr > td {display:flex; flex-wrap:wrap; width:100% !important; height:100%; position:relative; text-align:left; box-sizing:border-box; padding:0; border-top:1px solid #ebebeb;}
	.bd-saerch table.search-tb > tbody > tr > td:after {content:""; display:block; clear:both;}
	.bd-saerch table.search-tb > tbody > tr > td[data-th]:before {content:attr(data-th); width:120px; background:#f4f4f4; padding:5px 10px; box-sizing:border-box; word-wrap:break-word; word-break:keep-all; float:left;}
	.bd-saerch table.search-tb > tbody > tr > td[data-th] > * {width:calc(100% - 120px); width:-webkit-calc(100% - 120px); width:-moz-calc(100% - 120px); box-sizing:border-box; padding:5px 10px; word-wrap:break-word; word-break:keep-all;}
	.bd-saerch table.search-tb > tbody > tr > td input, .bd-saerch table.search-tb > tbody > tr > td textarea, .bd-saerch table.search-tb > tbody > tr > td select {max-width:100%;}


	.tb-type-3 {position:relative; table-layout:fixed;}
	.tb-type-3:before {content:""; width:100%; height:2px; background:#4A3F38; position:absolute; top:0; left:0;}
	.tb-type-3 > tbody > tr > th {display:none;}
	.tb-type-3 > tbody > tr > td {display:block; height:100%; position:relative; width:100% !important; box-sizing:border-box; text-align:left; padding:0; display:flex; flex-wrap:wrap; padding:3px 10px;}
	.tb-type-3 > tbody > tr > td:after {content:""; display:block; clear:both;}
	.tb-type-3 > tbody > tr > td[data-th]:before {content:"· "attr(data-th); width:150px; font-weight:bold; color:#4A3F38; display:block; box-sizing:border-box; word-wrap:break-word; word-break:keep-all; float:left;}
	.tb-type-3 > tbody > tr > td[data-th] > * {display:block; width:calc(100% - 150px); width:-webkit-calc(100% - 150px); width:-moz-calc(100% - 150px); word-wrap:break-word; word-break:keep-all; box-sizing:border-box; padding:0 5px; text-align:left !important;}
	.tb-type-3 > tbody > tr > td[data-th]:first-child {padding-top:10px;}
	.tb-type-3 > tbody > tr > td[data-th]:last-child {padding-bottom:10px;}
	.tb-type-3 > tbody > tr > td input, .tb-type-3 > tbody > tr > td textarea, .tb-type-3 > tbody > tr > td select {max-width:100%;}
	.tb-type-3 > tbody > tr > td table {border:none;/* background:#f4f4f4; */margin-bottom:0;}
	.tb-type-3 > tbody > tr > td table tr {border-top:none}
	.tb-type-3 > tbody > tr > td table tr th {display:none;}
	.tb-type-3 > tbody > tr > td table tr td {display:block; height:100%; position:relative; width:100% !important; box-sizing:border-box; text-align:left; padding:0; display:flex; flex-wrap:wrap; padding:3px 0;}
	.tb-type-3 > tbody > tr > td table tr td:after {content:""; display:block; clear:both;}
	.tb-type-3 > tbody > tr > td table tr td[data-th]:before {content:"- "attr(data-th); width:150px; font-weight:bold; color:#4A3F38; display:block; box-sizing:border-box; word-wrap:break-word; word-break:keep-all; padding-left:3px; float:left;}
	.tb-type-3 > tbody > tr > td table tr td[data-th] > * {display:block; width:calc(100% - 150px); width:-webkit-calc(100% - 150px); width:-moz-calc(100% - 150px); word-wrap:break-word; word-break:keep-all; box-sizing:border-box; padding:0 5px; float:right;}
	.tb-type-3 > tbody > tr > td table tr td[data-th] img {max-width:calc(100% - 150px); max-width:-webkit-calc(100% - 150px); max-width:-moz-calc(100% - 150px);}
	.tb-type-3 > tbody > tr > td table tr td input, .tb-type-3 > tbody > tr > td table tr td textarea, .tb-type-3 > tbody > tr > td table tr td select {width:auto !important; max-width:100%;}

	.tb-type-3 > tbody > tr > td .tb-type-3 {margin-bottom:10px;}
	.tb-type-3 > tbody > tr > td .tb-type-3:after {content:""; display:block; clear:both;}


	colgroup {display:none;}
	.edit-tb > tbody > tr {border-top:none;}
	.edit-tb > tbody > tr > td {width:100% !important; height:100%; border-top:1px solid #ebebeb; position:relative; text-align:left; box-sizing:border-box; padding:0; display:flex; flex-wrap:wrap;}
	.edit-tb > tbody > tr > td:after {content:""; display:block; clear:both;}
	.edit-tb > tbody > tr > td[data-th]:before {content:attr(data-th); width:120px; background:#f4f4f4; padding:5px 10px; box-sizing:border-box; word-wrap:break-word; word-break:keep-all; float:left;}
	.edit-tb > tbody > tr > td[data-th] > * {width:calc(100% - 120px); width:-webkit-calc(100% - 120px); width:-moz-calc(100% - 120px); box-sizing:border-box; padding:5px 10px; word-wrap:break-word; word-break:keep-all;}
	.edit-tb > tbody > tr > td input[type="text"],.edit-tb > tbody > tr > td input[type="password"],
	.edit-tb > tbody > tr > td textarea, .edit-tb > tbody > tr > td select {max-width:100% !important; box-sizing:border-box;}
	/*.edit-tb > tbody > tr > td ul {width:auto !important; max-width:100%;}*/
	.edit-tb > tbody > tr > td ul {box-sizing:border-box; width:auto; max-width:100%;}
	.edit-tb > tbody > tr > td ul li {display:block; box-sizing:border-box;}
	.edit-tb > tbody > tr > td ul li input {-webkit-appearance:none; -mo-zappearance:none; appearance:none; max-width:100%;}
	.edit-tb > tbody > tr > td ul li input::-ms-clear {display:none;}
	.edit-tb > tbody > tr > th {display:none;}
	.edit-tb > tbody > tr > td[data-th] > table {width:calc(100% - 150px) !important; width:-webkit-calc(100% - 150px) !important; width:-moz-calc(100% - 150px) !important; margin:5px 10px;}
	.edit-tb > tbody > tr > td[data-th] > table tr td input[type="text"],.edit-tb > tbody > tr > td[data-th] > table tr td input[type="passowrd"] {width:100%; display:block;}
	.edit-tb > tbody > tr > td input[type="checkbox"] {width:auto !important; min-width:11px;}
	.edit-tb > tbody > tr > td table {width:100%;}
	.edit-tb > tbody > tr > td table tr td {padding:0 10px !important;}
	.edit-tb > tbody > tr > td table tr td img {max-width:100%;}

	.edit-tb > tbody > tr > td.inner-tb {padding:0;}
	.edit-tb > tbody > tr > td.inner-tb table {margin:0; width:calc(100% - 140px) !important; width:-webkit-calc(100% - 140px) !important; width:-moz-calc(100% - 140px) !important; margin:5px auto;}
	.edit-tb > tbody > tr > td.inner-tb table tr td {padding:0 !important; height:100%; width:100%;}
	.edit-tb > tbody > tr > td.inner-tb table tr td table {width:100% !important;}


}



@media screen and (max-width: 768px){

	.tb-type-1 colgroup col {width:100%;}
	.tb-type-1 tr td {display:block; height:20px; text-align:left; position:relative;}

	.tb-type-2 tr th {display:none;}
	.tb-type-2 tr td {height:auto; text-align:left; position:relative; display:flex; flex-wrap:wrap; box-sizing:border-box; padding:2px 5px;}
	.tb-type-2 tr td:nth-child(1) {margin-top:5px;}
	.tb-type-2 tr td:last-child {margin-bottom:5px;}
	.tb-type-2 tr td:before {content:"· "attr(data-th); width:80px; display:inline-block; font-weight:bold; color:#4A3F38;}

	.cmmt-tb tr td {width:100% !important; height:100%; display:block;}
	.cmmt-tb tr td.head {height:100%;}
	.cmmt-tb tr td.head:nth-child(1) {border-bottom:none;}
	.cmmt-tb tr td.head ul {text-align:left;}
	.cmmt-tb tr td.head ul li:first-child {padding-left:0;}
	
	.cmmt-tb tr td.modify-box .cmt-edit-tb tr td div {margin:0 auto;}

	.cmt-write-box .cmt-write-tb {width:100%; table-layout:fixed;}
	.cmt-write-box .cmt-write-tb tr td {width:100% !important; display:block; height:100%;}
	.cmt-write-box .cmt-write-tb tr td ul {text-align:center;}
	.cmt-write-box .cmt-write-tb tr td ul li:first-child {padding-left:2px;}
	.cmt-write-box .cmt-write-tb tr td div {margin:0 auto; margin-top:10px;}


	.calendar table.cal-tb tr {border:none;}
	.calendar table.cal-tb tr th {display:none;}
	.calendar table.cal-tb tr td {width:100%; min-height:30px; border-top:1px solid #d9d9d9; display:flex; flex-wrap:wrap; padding:0; box-sizing:border-box;}
	.calendar table.cal-tb tr td .date {display:none;}
	.calendar table.cal-tb tr td[data-d]:before {content:attr(data-d)" ("attr(data-w)")"; width:80px; min-height:30px; background:#f5f5f5; text-align:center; display: -webkit-box; display: -ms-flexbox; display:flex; -webkit-box-align: center; -ms-flex-align: center; align-items:center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content:center;}
	.calendar table.cal-tb tr td[data-d] > * {width:calc(100% - 80px); width:-webkit-calc(100% - 80px); width:-moz-calc(100% - 80px); padding:5px; box-sizing:border-box;}
	.calendar table.cal-tb tr td[data-d] ul li {text-indent:8px;}
	.calendar table.cal-tb tr td[data-d] ul li img {height:12px;}
	.calendar table.cal-tb tr td[data-d] ul li:before {left:0;}
	.calendar table.cal-tb tr td[data-d].sun:before {color:red;}
	.calendar table.cal-tb tr td[data-d].sat:before {color:blue;}
	.calendar table.cal-tb tr td.nocnt {display:none;}


}



@media screen and (max-width: 600px){


	.header {height:50px;}
	.header .logo {width:167px; height:50px;}
	.header .logo > .inner {width:167px; height:50px;}
	.header .logo > .inner img {max-width:167px; max-height:50px;}

	.header .mo-gnb-btn {width:50px; height:50px;}
	.header .mo-gnb-btn i {width:28px; height:2px; left:11px;}
	.header .mo-gnb-btn i:nth-child(1) {top:15px;}
	.header .mo-gnb-btn i:nth-child(2) {top:24px;}
	.header .mo-gnb-btn i:nth-child(3) {top:33px;}

	.mo-gnb .close {height:50px;}
	.mo-gnb .close .mo-gnb-close {width:50px; height:50px;}
	.mo-gnb .close .mo-gnb-close i {width:35px; height:3px;}
	.mo-gnb .close .mo-gnb-close i:nth-child(1) {transform:rotate(45deg) translateY(14px) translateX(20px);}
	.mo-gnb .close .mo-gnb-close i:nth-child(2) {transform:rotate(-45deg) translateY(20px) translateX(-14px);}

	.edit-tb > tbody > tr > td ul li input {width:100% !important;}
	.edit-tb > tbody > tr > td ul li input#str_post {width:55px !important;}

	.cmt-write-box .cmt-write-tb tr td ul {text-align:left;}
	.cmt-write-box .cmt-write-tb tr td ul li {display:block; padding:2px 0;}
	.cmt-write-box .cmt-write-tb tr td ul li:first-child {padding-left:0;}
	.cmt-write-box .cmt-write-tb tr td ul li p {width:70px;}
	.cmt-write-box .cmt-write-tb tr td ul li input[type="text"], 
	.cmt-write-box .cmt-write-tb tr td ul li input[type="password"] {width:calc(100% - 80px) !important; width:-webkit-calc(100% - 80px) !important; width:-moz-calc(100% - 80px) !important;}


}



@media screen and (max-width: 480px){

	.header {height:42px;}
	.header .logo {width:140px; height:42px;}
	.header .logo > .inner {width:140px; height:42px;}
	.header .logo > .inner img {max-width:140px; max-height:42px;}

	.header .mo-gnb-btn {width:42px; height:42px;}
	.header .mo-gnb-btn i {width:25px; height:2px; left:8px;}
	.header .mo-gnb-btn i:nth-child(1) {top:11px;}
	.header .mo-gnb-btn i:nth-child(2) {top:20px;}
	.header .mo-gnb-btn i:nth-child(3) {top:29px;}

	.mo-gnb {width:100%;}
	.mo-gnb > .wrap {width:calc(100% + 20px); width:-webkit-calc(100% + 20px); width:-moz-calc(100% + 20px);}
	.mo-gnb .close {height:42px;}
	.mo-gnb .close .mo-gnb-close {width:42px; height:42px;}
	.mo-gnb .close .mo-gnb-close i {width:30px; height:3px;}
	.mo-gnb .close .mo-gnb-close i:nth-child(1) {transform:rotate(45deg) translateY(12px) translateX(15px);}
	.mo-gnb .close .mo-gnb-close i:nth-child(2) {transform:rotate(-45deg) translateY(15px) translateX(-12px);}

	.content-box {margin-top:15px;}

	.bd-list-button ul {width:100%; }
	.bd-list-button ul.lf-button {text-align:center;}
	.bd-list-button ul.lf-button li:first-child {padding-left:2px;}
	.bd-list-button ul.rt-button {text-align:center; margin-top:5px;}
	.bd-list-button ul.rt-button li:last-child {padding-right:2px;}

	.bd-edit-button ul li img {height:40px; }


	.bd-saerch table.search-tb tr td[data-th]:before {width:100px;}
	.bd-saerch table.search-tb tr td[data-th] > * {width:calc(100% - 100px); width:-webkit-calc(100% - 100px); width:-moz-calc(100% - 100px);}

	.tb-type-3 tr td[data-th]:before {width:120px;}
	.tb-type-3 tr td[data-th] > * {width:calc(100% - 120px); width:-webkit-calc(100% - 120px); width:-moz-calc(100% - 120px);}
	.tb-type-3 > tbody > tr > td table tr td[data-th] img {max-width:calc(100% - 120px); max-width:-webkit-calc(100% - 120px); max-width:-moz-calc(100% - 120px);}
	.tb-type-3 > tbody > tr > td table tr td[data-th]:before {width:120px;}
	.tb-type-3 > tbody > tr > td table tr td[data-th] > * {width:calc(100% - 120px); width:-webkit-calc(100% - 120px); width:-moz-calc(100% - 120px);}


	.edit-tb tr td[data-th]:before {width:90px;}
	.edit-tb tr td[data-th] > * {width:calc(100% - 90px); width:-webkit-calc(100% - 90px); width:-moz-calc(100% - 90px);}

	.edit-tb > tbody > tr > td.inner-tb {padding:0;}
	.edit-tb > tbody > tr > td.inner-tb table.edit-tb tr td[data-th]:before {width:80px;}
	.edit-tb > tbody > tr > td.inner-tb table.edit-tb tr td[data-th] > * {width:calc(100% - 80px); width:-webkit-calc(100% - 80px); width:-moz-calc(100% - 80px);}


	.login-wrap:after {width:0;}
	.login-box {width:80%;}
	.login-box .title-img img {display:block; max-width:100%;}
	.login-box .input-box table tr td input {height:38px; font-size:12px;}
	.login-box .input-box table tr td .login-btn {height:38px;}
	.login-box .input-box table tr td .login-btn a {font-size:12px; line-height:38px;}


	.btn-type-2 {min-width:52px; height:35px; padding:0 5px;}
	.btn-type-2 a {font-size:16px; line-height:35px;}
	.btn-type-2:before {width:4px; height:4px; left:3px; top:5px;}




}

	input[type=button]{ height:20px;width:40px; color:#FFF; background:#000; border:none; padding:0 0px;font-size : 9px;}
	.bt_prog1{background:#febb0a !important;}
	.bt_prog2{background:#548800 !important;}
	.bt_prog3{background:#004cd0 !important;}
	.bt_prog4{background:#d34fff !important;}
	.bt_prog5{background:#c60000 !important;}
	
	.state{display:block; width:auto; height:28px;  background:#CCC; line-height:28px; color:#FFF; font-size:11px; letter-spacing:-1px;}
	.state.c1{ background-color:#febb0a;}
	.state.c2{ background-color:#548800;}
	.state.c3{ background-color:#004cd0;}
	.state.c4{ background-color:#d34fff;}
	.state.c5{ background-color:#c60000;}
	.state.c6{ background-color:#c60000;}