@charset "utf-8";
/* CSS Document */

a.link{color:#005ddc !important;}
a:hover.link{ text-decoration:underline;}

.nice-select{float: none;}

.red{color:#C00 !important;}
.blue{color:#0470F2 !important;}
.green{color:#390 !important;}
.gray{color:#999 !important;}
.orange{color:#ff9c00 !important;}

.bgRed{background:#C00 !important; color:#fff !important; border-radius:3px!important; padding:4px 8px !important;}
.bgBlue{background:#0470F2 !important; color:#fff !important; border-radius:3px!important; padding:4px 8px !important;}
.bgGreen{background:#390 !important; color:#fff !important; border-radius:3px!important; padding:4px 8px !important;}
.bgGray{background:#999 !important; color:#fff !important; border-radius:3px!important; padding:4px 8px !important;}
.re_state{color:#fff !important; border-radius:3px!important; padding:4px 8px !important;}

.bglightGray{background:#f7f7f7 !important;}
.bglightBlue{background:#effcff !important;}
.bglightYellow{background:#fffdef !important;}

.h_line{width:1px; height:100%; border-right:1px solid #CCC; margin:0 10px;}

h3.sTit{margin: 0; font-size: 1.8rem; font-weight: 700; color: #15136e; letter-spacing: -0.5px; line-height: 1;}
h3.sTit + span { display: inline-block; margin-left: 10px;}
.size{width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 40px; box-sizing: border-box;}

.board .table-top{margin-top: 0 !important;}

.scroll-y::-webkit-scrollbar {width: 3px; height: 3px;}
.scroll-y::-webkit-scrollbar-track {background: #dadada; border-radius: 3px;}
.scroll-y::-webkit-scrollbar-thumb {background: #00206071; border-radius: 3px;}
.scroll-y {scrollbar-face-color: #8a8a8a; scrollbar-track-color: #fff; scrollbar-arrow-color: none; scrollbar-highlight-color: #8a8a8a; scrollbar-3dlight-color: none; scrollbar-shadow-color: #8a8a8a; scrollbar-darkshadow-color: none;}


.scroll-x::-webkit-scrollbar {width: 3px; height: 5px;}
.scroll-x::-webkit-scrollbar-track {background: #dadada; border-radius: 3px;}
.scroll-x::-webkit-scrollbar-thumb {background: #244177; border-radius: 3px;}
.scroll-x { scrollbar-face-color: #8a8a8a; scrollbar-track-color: #fff; scrollbar-arrow-color: none; scrollbar-highlight-color: #8a8a8a; scrollbar-3dlight-color: none; scrollbar-shadow-color: #8a8a8a; scrollbar-darkshadow-color: none;}


html::-webkit-scrollbar{width: 10px;}
html::-webkit-scrollbar-track{background: #dadada; border-radius: 3px;}
html::-webkit-scrollbar-thumb{background: #244177; border-radius: 3px;}  



/* ==================================================
	login
================================================== */
.loginWrap{position:relative; width:100%; height:100%; text-align:center; background-color: #fff; position: relative; overflow:hidden;}
.loginWrap::before{content:""; display:block; clear: both; width: 641px; height: 641px; position: absolute; left: 10.37%; top: -266px; z-index: 1; background-color: #244177; border-radius: 50%;}
.loginWrap::after{content: ''; display: block; clear: both; width: 1658px; height: 957px; position: absolute; right: -23%; top: 170px; background-image: url('/assets/images/admin_images/assets/images/admin_images_shape1.svg'); background-repeat: no-repeat; background-position: 0 0; opacity: 0.05; background-size: cover; transform: rotate(-27deg);}
.loginWrap .login_box{width:100%; max-width:700px; margin:0 auto; padding: 70px; box-sizing:border-box; box-shadow: 31px 31px 51px 0 rgba(0, 0, 0, 0.28); background-color:rgba(255, 255, 255, 0.9); position: relative; z-index: 5;}
.loginWrap .logo_box h2{font-size: 2.2rem; font-weight:700; text-align: center; margin-top:10px;}
.loginWrap .logo_box h1{display: inline-block; width: 315px; height: 83px; background-image: url('/assets/images/logo_h.svg');}
.loginWrap .login_box .login_form{margin-top: 40px;}
.loginWrap .login_box .login_txt{margin-bottom: 20px;}
.loginWrap .login_box .login_top{padding-bottom: 20px; box-sizing: border-box;}
.loginWrap .login_box .login_top p{position:relative; margin-top: 10px;}
.loginWrap .login_box .login_top p:first-child{margin-top: 0;}
.loginWrap .login_box .login_top p::before{content: ''; display: block; clear: both; width: 1px; height: 40px; position: absolute; left: 70px; top: 50%; margin-top: -20px; background-color: #eaeaea;}
.loginWrap .login_box .login_top p span{display: block; width: 70px; height: 70px; position: absolute; left: 0; top: 0;}
.loginWrap .login_box .login_top p.login_id span{background-image: url('/assets/images/admin_images/ico_id.svg'); background-size: 15px 18px;}
.loginWrap .login_box .login_top p.login_pw{}
.loginWrap .login_box .login_top p.login_pw span{background-image: url('/assets/images/admin_images/ico_pwd.svg'); background-size: 15px 18px;}
.loginWrap .login_box .login_top input[type="text"], .loginWrap .login_box input[type="password"]{width:100%; height:70px; font-size:1.6rem; font-weight:700; background:#fff; border:1px solid #eaeaea; border-radius:5px; padding-left:92px; outline:none;}
.loginWrap .login_box .login_top input[type="text"]:focus, .loginWrap .login_box input[type="text"]:active, .loginWrap .login_box input[type="password"]:focus, .loginWrap .login_box .login_form input[type="password"]:active{border-width: 2px; border-color: #244177;}
.loginWrap .login_box .login_top input::placeholder{font-size: 12px; font-weight: 500; color: #999; letter-spacing: -0.25;}

.loginWrap .login_box .login_btm{padding-top: 20px; box-sizing: border-box; border-top: 1px solid #d5d5d5;}
.loginWrap .login_box .login_btm .id_save{text-align: left;}
.loginWrap .login_box .login_btm .id_save input[type="checkbox"]{position:absolute; left:-9999px; opacity:0; visibility:hidden; overflow:hidden;}
.loginWrap .login_box .login_btm .id_save label{position:relative; display:inline-block; padding-left: 25px; box-sizing: border-box; height: 20px; line-height: 20px; font-size: 12px; font-weight: 600; color: #231916; letter-spacing: 0; cursor: pointer;}
.loginWrap .login_box .login_btm .id_save label::before{content:""; display:block; width: 20px; height: 20px; position:absolute; left:0; top:50%; margin-top:-10px; border-radius: 3px; border:1px solid #b7b7b7; box-sizing:border-box; background-repeat: no-repeat; background-position: 50% 50%; background-size: 9px 8px;}
.loginWrap .login_box .login_btm .id_save input[type="checkbox"]:checked + label:before{background-image: url('/assets/images/admin_images/ico_check.svg'); border-color: transparent; background-color: #244177; box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.22)}
.loginWrap .login_box .login_form .login_btn{margin-top:10px;}
.loginWrap .login_box .login_form .login_btn button[type="submit"]{display: block; width: 100%; height: 70px; line-height: 70px; font-size: 12px; font-weight: 600; color: #fff; letter-spacing: 1px; background-color: #244177; border-radius: 5px; border: 0; cursor: pointer;}
.loginWrap .login_box .login_form .login_btn button{display: block; width: 100%; height: 70px; line-height: 70px; font-size: 12px; font-weight: 600; color: #fff; letter-spacing: 1px; background-color: #244177; border-radius: 5px; border: 0; cursor: pointer;}
.loginWrap .login_box .login_form .login_util{margin-top: 10px; border: 1px solid #445788; border-radius: 5px; background-color: #f2f2fa;}
.loginWrap .login_box .login_form .login_util a{display: block; float: left; width: 50%; height: 48px; line-height: 48px; font-size: 12px; font-weight: 600; color: #15126e; letter-spacing: -0.5px; position: relative;}
.loginWrap .login_box .login_form .login_util a::before{content: ''; display: block; clear: both; width: 1px; height: 20px; position: absolute; left: 0; top: 50%; margin-top: -10px; background-color: #15126e;}
.loginWrap .login_box .login_form .login_util a:first-child::before{display: none;}

.login_form .login-tab li {width:50%; height:50px; line-height:50px; border:1px solid #d7d7d7; border-radius:5px;}
.login_form .login-tab li.on {background-color:#244177; border:none;}
.login_form .login-tab li.on a {color:#fff;}
.login_form .login-tab li a {display:block;}


/* list */
.sub_tit{position:relative; padding:65px 0 10px; border-bottom:1px solid #b8b8b8;}
/* .sub_tit:after{content:""; display:block; clear:both;} */
.sub_tit h2{float:left; font-size:3rem; font-weight:700; line-height:1.3;}
.sBtnWrap{float:right;}
.sBtnWrap:after{content:""; display:block; clear:both;}
.sBtnWrap .sBtn{position:relative; float:left; margin-left:10px;}
/* .sBtn input{border:1px solid #333; color:#191919; background:#fff; padding:0 12px; height:32px; font-size:15px; box-sizing:border-box; transition:all 0.2s;}
.sBtn input:hover{background-color:#333; color:#fff; box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.15);} */
.sBtn.reset .material-icons{position:absolute; left:9px; top:50%; margin-top:-9px; font-size:18px;}
.sBtn.reset:hover .material-icons{color:#fff;}
.sBtn.reset:hover .material-icons + input{background-color:#333; color:#fff;}
.sBtn.reset input{padding-left:29px;}


.searchWrap{border:1px solid #e8e8e8; box-sizing:border-box; border-radius: 5px;}
.searchWrap .searchTable{font-size:0;}
.searchWrap .searchTable, .searchWrap .searchTable tr, .searchWrap .searchTable th {border:0px solid #e8e8e8;}
.searchWrap .searchTable th{font-size:1.3rem; font-weight:800; padding-left:17px; padding-right:10px; text-align:left; background:#e8e8e8; border-left: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8;}
.searchWrap .searchTable th:first-child{border-left: 0;}
.searchWrap .searchTable td{padding:5px !important; box-sizing: border-box;}
.searchWrap .searchTable td.cat { padding:11px 10px; }  /**/
.searchWrap .searchTable tr{border-top:1px solid #e3e3e3;}
.searchWrap .searchTable tr:first-of-type{border-top:none;}
.searchWrap .searchTable label{padding:0 10px 0 5px;}
.searchWrap .searchTable .select_drop{width: 100%; margin: 0; height: 40px; border-radius: 5px; border: 1px solid #e8e8e8; line-height: 38px;}
.searchWrap .searchTable .nice-select .list{border-color: #e8e8e8;}

.searchWrap .searchTable .regist_date{position: relative; /*padding-right: 276px;*/ box-sizing: border-box;}
.searchWrap .searchTable .calendar_wrap{display:flex; align-items:center; gap:5px; width: 100%;}
.searchWrap .searchTable .calendar{/*float:left; width: calc(50% - 100px); width: -webkit-calc(50% - 100px);*/ position:relative; display:inline-block; height:100%;}
.searchWrap .searchTable .calendar input[type="text"]{width: 100%; max-width: 100%; margin:0;}
.searchWrap .searchTable .calendar + span{/*float:left;*/ width: 20px; height: 40px; line-height: 40px; display:block; text-align: center;}
.searchWrap .searchTable .calendar span.calendar_icon{display: block; width: 26px; height: 26px; cursor:pointer; position:absolute; right:10px; top:50%; margin-top:-13px; font-size: 0; text-indent: -9999px; color:#333; background-image: url('/assets/images/admin_images/ico_calendar2.png'); background-repeat: no-repeat; background-position: 50% 50%; padding: 0; line-height: initial; box-shadow: none; border-radius: 0; border: 0; background-color: transparent;}
.calendar span.calendar_icon{display: block; width: 26px; height: 26px; cursor:pointer; position:absolute; right:10px; top:50%; margin-top:-13px; font-size: 0; text-indent: -9999px; color:#333; background-image: url('/assets/images/admin_images/ico_calendar2.png'); background-repeat: no-repeat; background-position: 50% 50%; padding: 0; line-height: initial; box-shadow: none; border-radius: 0; border: 0; background-color: transparent;}

.searchWrap .searchTable input[type="text"]{/*float:left;*/ height:100%; min-height:40px; border: 1px solid #e8e8e8; border-radius: 5px;}
/* .searchWrap .searchTable input[type="button"]{float:left; font-size:15px; background:#333; color:#fff; padding:0 15px; height:100%; min-height:36px; margin:0 2px;} */
.searchWrap .searchTable .period{width: 271px; font-size: 0; position: absolute; right: 0; top: 0;}
.searchWrap .searchTable .period > div{width: calc(100% + 5px); width: -webkit-calc(100% + 5px); margin-left: -5px;}
.searchWrap .searchTable .period input[type="button"]{display: inline-block; margin-left: 5px; width: calc(25% - 5px); width: -webkit-calc(25% - 5px); height: 50px; line-height: 50px; font-size: 1.4rem; font-weight: 800; color: #999; background-color: #e8e8e8; border-radius: 5px;}
.searchWrap .searchTable .period input[type="button"].srch_btn{background-color: #244177; color: #fff;}
.searchWrap .searchTable .period input[type="button"].month_btn.on{background-color: #244177; color: #fff;}



.searchWrap .searchTable .regist_date2 .period input[type="button"] {  width: calc(20% - 5px); width: -webkit-calc(20% - 5px); }

.searchWrap .srch_word{position: relative;}
.searchWrap .srch_word .select_drop{/*float:left;*/ width: 169px;}
.searchWrap .srch_word .sel_box{/*float:left;*/ width: 245px;}
.searchWrap .srch_word .sel_box .select_drop{min-width: auto; width: calc(50% - 2.5px); width: -webkit-calc(50% - 2.5px); margin-left: 5px;}
.searchWrap .srch_word .sel_box .select_drop:first-child{margin-left: 0;}
.searchWrap .srch_word .wte_word.flex-box {width:100%;}
.searchWrap .srch_word input[type="text"]{/*float:left;*/ margin-left: 5px; width: calc(100% - 240px); width: -webkit-calc(100% - 240px); box-sizing: border-box;}
.searchWrap .srch_word input[type="text"].search_val1{width: calc(100% - 344px);}
.searchWrap .srch_word input[type="text"].search_val2{width: calc(100% - 240px - 175px);}
.searchWrap .srch_word input[type="text"].search_val3{width: calc(100% - 283px);}
.searchWrap .srch_word .btn_box{position: absolute; right: 0; top: 0;}
.searchWrap .srch_word input[type="submit"], .searchWrap .srch_word .btn_search{/*float:left;*/ margin-left: 5px; width: 113px; height: 40px; line-height: 40px; font-size: 1.4rem; font-weight: 800; color: #fff; background-color: #244177; border-radius: 5px; border: 0; cursor: pointer; text-align: center;}
.loan-person .btn_search { margin-left: 5px; width: 134px; height: 40px; line-height: 40px; font-size: 1.3rem; font-weight: 800; color: #fff; background-color: #244177; border-radius: 5px; border: 0; cursor: pointer; text-align: center;}

.searchWrap .srch_word .btn_search:first-child{margin-left: 0;}

.searchWrap .srch_word .btn_box2 input[type="submit"], .searchWrap .srch_word .btn_box2 .btn_search{width: 60px;}


.searchWrap .srch_word2 input[type="text"]{width: calc(100% - 250px);}
.searchWrap .srch_word2{max-width: 700px;}


.searchWrap .srch_wrap { width: calc(100% + 10px); margin-left: -10px;}
.searchWrap .srch_wrap .srch_word { float: left; width: calc(50% - 10px); margin-left: 10px; max-width: 169px;}
.searchWrap .srch_wrap .srch_word .select_drop { width: 100%;}

.searchWrap .btnSet{margin-top: 0; text-align: left;}

.pointPage .searchWrap .searchTable input[type="text"], 
.pointPage .searchWrap .searchTable input[type="button"] { height: auto;}
.pointPage .searchWrap .searchTable tr:first-of-type input[type="text"] { max-width: 90%; }
.pointPage .searchWrap .searchTable tr th { float: left !important; width: 15%;}
.pointPage .searchWrap .searchTable tr td { float: left !important; width: 85%;}
.pointPage .searchWrap .searchTable tr:first-of-type td { float: left !important;  width: 35%;} 
.pointPage .searchWrap .searchTable tr:first-of-type td:first-of-type { float: left !important;  width: 35%;}  
.calLayout select{width:56px; height:26px; font-size:12px; padding:0 4px; background-size:8px 5px;}



/* .searchWrap.write th.top{background:#6e6f72; color:#fff; height:32px; font-size:12px;}
.searchWrap.write .category{width:100%; height:200px; line-height:20px; overflow-y:scroll; padding:5px;} */
/* .list{position:relative;} */
.list .list_access{font-size:15px; padding-bottom:10px;}
.list .list_access .power{color:green;}
.list form{border:1px solid #777;}
.list table th{padding:12px 0; font-size:14px; font-weight:600; background-color:#f9f9f9; border-left:1px solid #e3e3e3; border-bottom:1px solid #b3b3b3; letter-spacing:0;}
.list table th:first-of-type{border-left:none;}
.list table td{border-left:1px solid #e3e3e3; font-size:14px; font-weight:300; letter-spacing:-0.5px; text-align:center; padding:10px 15px; line-height:1.4;}
.list table td.txt_l{padding:10px 25px;}
.list table td:first-of-type{border-left:none;}
.list table tbody tr{border-top:1px solid #e3e3e3;}
.list table tbody tr:first-of-type{border-top:none;}
.list table tbody tr:hover{background:#f9f9f9;}
/* .list table td{text-align:center; padding:8px 5px; border-bottom:#c4c4c4 1px solid; font-size:12px; border-right:#c4c4c4 1px solid;} */
/* .list table tr:nth-child(even){background:#f3f3f3;} */
/* .list table.bgno tr:nth-child(even){background:none;}
.list table.bgno tr:hover{background:none !important;}
.list table td:last-child{border-right:none;} */
.list table .state span{color:#c0c0c2; width:36px; display:inline-block;}
.list table .state span.yes{color:#1a7dd9;}
.possibility span{padding:5px 9px; border-radius:30px; width:30px; height:20px;}
.list table td a{width:100%; height:100%; display:block;}
/* .list a:hover{color:#005ddc !important; text-decoration:underline;} */
.list table tr.topBg{background:#fffbe9 !important;} /*탑공지 배경칼라*/
.list .reNum{font-size:11px; color:#f60029; padding:0 0 0 5px; margin:0;} /*댓글수*/
.list .material-icons.lock{font-size:16px; color:#666;}

.list .gallery {position:relative; width:100%;}
.list .gallery > ul{width:102%; margin-left:-2%; margin-top:-20px;}
.list .gallery > ul > li{float:left; width:14.6666%; margin-left:2%; margin-top:20px; padding:15px; box-sizing:border-box; border:1px solid #dadada;}
.list .gallery > ul > li > .chk {margin-bottom:10px;}
/*.list .gallery > ul > li > .chk .category{float:right; line-height:2;}*/
.list .gallery > ul > li > a{display:block;}
.list .gallery > ul > li dd.title{font-size:15px; font-weight:600; color:#333; height:40px; line-height:20px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; text-overflow: ellipsis; word-break: keep-all; margin: 10px 0px;}
.list .gallery > ul > li dd.info{font-size:13px; font-weight:500; padding-top:5px; border-top:1px solid #efefef;}
.list .gallery > ul > li dd.info li{color:#999;}
.list .gallery > ul > li dd.category{padding:5px 0 0; font-size:14px;}

.tbl_area .tbl_box{border: 1px solid #b8b8b8; box-sizing: border-box; border-radius: 5px;}
.tbl_area .tbl_tit{position:relative; padding:10px 0 13px; font-size:1.3rem; font-weight:600; color: #222; line-height:1; letter-spacing: 0;}
.tbl_area .tbl_tit strong{font-size: 2.4rem; font-weight:800; color: #15126e;}
.tbl_area .tbl_tit em{font-weight: 400;}
.tbl_area .tbl_tit span{font-weight: 800; color: #999;}
.tbl_area .tbl_tit span > i{font-style: normal; color: #222;}
.tbl_area .tbl_tit .sel_box{position:absolute; right:0; bottom:6px;}
.tbl_area .tbl_tit .select_drop{height:40px; width:100px;}
.tbl_area .tbl_box table th{background-color: #f9f9f9;}
.tbl_area .tbl_box table thead th{padding: 0 10px; box-sizing: border-box; height: 50px; font-size: 1.3rem; font-weight: 800; text-align: center; border-left: 1px solid #e8e8e8; background-color: #f9f9f9; position: relative;}
.tbl_area .tbl_box table thead th:first-child{border-left: 0; border-radius: 5px 0 0 5px;}
.tbl_area .tbl_box table thead th:last-child{border-radius: 0 5px 5px 0;}
.tbl_area .tbl_box table tbody td {padding:10px; box-sizing: border-box; height: 40px; font-size: 1.2rem; font-weight: 500; color: #444; letter-spacing: -0.5px; text-align: center; border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; position: relative; }
.tbl_area .tbl_box table tbody td:first-child, .tbl_area .tbl_box table tfoot td:first-child{border-left: 0;}
.tbl_area .tbl_box table tbody td .t_eli{height: 20px; line-height: 1.3;}
.tbl_area .tbl_box table tbody td .cont{font-size: 0;}
.tbl_area .tbl_box table tbody td .cont > div{display: inline-block; font-size: 1.2rem; }
.tbl_area .tbl_box table tbody td .cont > div{padding-right: 25px; box-sizing: border-box; position: relative;}
.tbl_area .tbl_box table tbody td .cont > div .tit_detail{display: inline-block; width: 16px; height: 16px; position: absolute; right: 0; top: 50%; margin-top: -8px; z-index: 15; background-color: #222; background-image: url('/assets/images/admin_images/ico_q_mark.svg'); background-repeat: no-repeat; background-size: 6px 10px; background-position: 50% 50%; cursor:pointer; border-radius: 50%;}
.tbl_area .tbl_box table tbody td .cont > div .tit_detail .detail_txt{width: auto; min-width: 105px; padding: 10px; box-sizing: border-box; font-weight: 400; font-size: 12px; line-height: 16px; color: #bcbcbc; background-color: #2d2d2d; position: absolute; top: 0; left: 31px; cursor: default; transition: all .4s ease; -webkit-transition: all .4s ease; -ms-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; opacity: 0; visibility: hidden;}
.tbl_area .tbl_box table tbody td .cont > div .tit_detail .detail_txt::before{display: block; content: ''; clear: both; position: absolute; top: 0%; left: -10px; width: 0; height: 0; border-top: 20px solid #2d2d2d; border-left: 20px solid transparent;}
.tbl_area .tbl_box table tbody td .cont > div .tit_detail:hover .detail_txt{opacity: 1; visibility: visible;}
.tbl_area .tbl_box table tbody td .cont .detail_info{margin-top: 5px; color: #999;}
.tbl_area .tbl_box table tfoot td {padding:0 10px; height:50px; font-size:1.3rem; box-sizing:border-box; font-weight:700;}

.tbl_area .tbl_box table tbody .brd_l td{border-left:1px solid #e8e8e8;}
.tbl_area .tbl_box table tbody .brd_l td:first-child{border-left:0;}
.tbl_area .tbl_box table tbody .brd_l td > span{display:inline-block; vertical-align:bottom; font-size:1.5rem; font-weight:700;}
.tbl_area .tbl_box table tbody .cost_after > td > ul > li{display:inline-block; margin-left:20px;}
.tbl_area .tbl_box table tbody .cost_after > td > ul > li:first-child{margin-left:0;}

.tbl_area .tbl_box table thead th.chk_th, .tbl_area .tbl_box table tbody td.chk_td{font-size: 0;}
.tbl_area .tbl_box table tbody .new{font-size: 0;}
.tbl_area .tbl_box table tbody .new > div{padding-left: 23px; box-sizing: border-box; position: relative; font-size: 1.4rem;}
.tbl_area .tbl_box table tbody .new > div::before{content: ''; display: block; clear: both; width: 18px; height: 18px; position: absolute; left: 0; top: 1px; background-image: url('/assets/images/admin_images/ico_new.png'); background-repeat: no-repeat; background-position: 50% 50%;} .tbl_box
.tbl_area .tbl_box table tbody .state span{font-weight: 800;}
.tbl_area .tbl_box table tbody .state .wait{color: #244177;}
.tbl_area .tbl_box table tbody .state .done{color: #15136e;}
.tbl_area .tbl_box table .check_box{width: 20px; height: 20px; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); display: inline-block;}
.tbl_area .tbl_box table .check_box label{padding-left: 0; font-size: 0; }
.tbl_area .tbl_box table .check_box label.normal{font-size:1.4rem;}
.tbl_area .tbl_box table .check_box label::before{position:static; margin-top: 0;}
/* .tbl_area .tbl_box table .radio_box{width: 20px; height: 20px; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); display: inline-block;} */
/* .tbl_area .tbl_box table .radio_box label{padding-left: 0; font-size: 0; } */
/* .tbl_area .tbl_box table .radio_box label::before{position:static; margin-top: 0;} */
.tbl_area .tbl_box2 table tbody th{padding: 0 20px; box-sizing: border-box; font-weight: 800; text-align: left; background-color: #f9f9f9; border: 1px solid #e8e8e8; position: relative;}
.tbl_area .tbl_box2 table tbody th.chk_th{padding-left: 50px;}
.tbl_area .tbl_box2 table tbody th.chk_th .check_box{left: 20px; transform: translate(0, -50%);}
.tbl_area .tbl_box2 table tbody th:first-child{border-left: 0;}
.tbl_area .tbl_box2 table tbody td{text-align: left; /*border-left: 0;*/}
.tbl_area .tbl_box2 table tbody tr:first-child th, .tbl_area .tbl_box2 table tbody tr:first-child td{border-top: 0;}
.tbl_area .tbl_box2 table .content{height: 150px; padding: 20px !important; vertical-align: middle;}
.tbl_area .tbl_box2 table .content div{max-height: 290px; overflow-y: auto; line-height: 1.4;}
.tbl_area .tbl_box2 table tr:first-child td:last-child{border-radius: 0 5px 0 0;}
.tbl_area .tbl_box2 table tr:last-child th:first-child{border-radius: 0 0 0 5px;}
.tbl_area .tbl_box2 table tr:last-child td:last-child{border-radius: 0 0 5px 0;}
.tbl_area .tbl_box2 table tr:first-child th:first-child, .tbl_area .tbl_box2 table tr:first-child th.bd_fir{border-radius: 5px 0 0 5px;}
.tbl_area .tbl_box2 table .select_drop{height: 40px; line-height: 38px;}

.tbl_area .tbl_box table .chk_list .check_box{width: auto; height: auto; position: static; transform:translate(0, 0);}
.tbl_area .tbl_box table .chk_list .check_box label{padding-left: 25px; font-size: 1.4rem; }
.tbl_area .tbl_box table .chk_list .check_box label::before{position:absolute; margin-top: -10px;}
.tbl_area .tbl_box table .chk_list .radio_box{width: auto; height: auto; position: static; transform:translate(0, 0);}
.tbl_area .tbl_box table .chk_list .radio_box label{padding-left: 25px; font-size: 1.4rem; line-height: 22px;}
.tbl_area .tbl_box table .chk_list .radio_box label::before{position:absolute; margin-top: -10px;}
.tbl_area .tbl_box table .chk_list2 > div{float: none; display: inline-block; vertical-align: middle;}
.tbl_area .select_drop{margin: 0; width:100%; border-color: #ccc; border-radius: 3px;}
.tbl_area .tbl_box table .indot1{font-size: 0;}
.tbl_area .tbl_box table .indot1 .select_drop{vertical-align: middle;}
.tbl_area .tbl_box table .indot1 .i_dot{display: inline-block; vertical-align: middle; margin-left: 10px; font-size: 1.4rem;}

.tbl_area .tbl_box table td.in_ipt{font-size: 0;}
.tbl_area .tbl_box table td.in_ipt input[type="text"]{margin-right: 5px; width: 80px; display: inline-block; vertical-align: middle; height: 40px; padding: 0 8px; font-size: 1.4rem; font-weight: 500; color: #444; border-radius: 3px; border-color: #ccc;}
.tbl_area .tbl_box table td.in_ipt span{display: inline-block; vertical-align: middle; font-size: 1.4rem;}
.tbl_area .tbl_box table td .sm_txt{display: inline-block; vertical-align: middle;}


.tbl_area .tbl_box table td .back_img {  max-width: 500px;  margin: 0 auto; }
.tbl_area .tbl_box table td .mo_img { max-width: 200px; }
.tbl_area .tbl_box table td.le .back_img, 
.tbl_area .tbl_box table td.le .mo_img{  margin: 0}

.nice-select:hover {border-color: #d0dae5; }
.nice-select:active, .nice-select.open, .nice-select:focus {border-color: #ccc; }
.nice-select:after { border-bottom: 2px solid #000; border-right: 2px solid #000;}
.nice-select .list{width: calc(100% + 2px); width: -webkit-calc(100% + 2px); width: -moz-calc(100% + 2px); width: -ms-calc(100% + 2px); width: -o-calc(100% + 2px); left: -1px; box-shadow: none; border: 1px solid #ccc;}

#sub .sub_visual{display: flex; justify-content: space-between; align-items: center; padding: 20px 0 10px; box-sizing: border-box; border-bottom: 1px solid #b8b8b8; box-sizing: border-box;}
#sub .sub_visual .sub_tit{padding: 0; border-bottom: 0;}
#sub .sub_visual .sub_tit h2{float: none;}
#sub .sub_visual .btnSet{margin-top: 0;}
#sub .more_btn{display: block; padding: 0 10px; box-sizing: border-box; width: 60px; height: 21px; line-height: 21px; font-size: 9px; font-weight: 600; color: #fff; letter-spacing: 0.5px; background-color: #15136e; border-radius: 5px; position: relative;}
#sub .more_btn::before{content: '+'; display: block; clear: both; position: absolute; right: 7px; top: 0;}
#sub .more_btn2{text-align: center;}
#sub .more_btn2::before{display: none;}
#sub .tit_box2{display: flex; align-items: center; justify-content: space-between;}
#sub .tit_box3{justify-content: flex-start; align-items: initial;}
#sub .sec_wrap{padding-top: 10px; box-sizing: border-box;}

#sub .dashboard.sec_wrap{padding-top: 0;}
#sub .dashboard .tit_area{padding-bottom: 10px; box-sizing: border-box;}
#sub .dashboard .section .inner{padding-top: 40px; box-sizing: border-box;}
#sub .dashboard .box_list ul{width: calc(100% + 20px); width: -webkit-calc(100% + 20px); margin-left: -20px;}
#sub .dashboard .box_list ul li{float: left; width: calc(25% - 20px); width: -webkit-calc(25% - 20px); margin-left: 20px;}
#sub .dashboard .box_list .box{border-radius: 5px; border: 1px solid #b8b8b8; box-sizing: border-box; font-size: 0; overflow: hidden;}
#sub .dashboard .box_list .box .info{box-sizing: border-box;}
#sub .dashboard .box_list .box .info .s_txt1{font-size: 1.6rem; font-weight: 700; letter-spacing: -0.5px; line-height: 1;}
#sub .dashboard .box_list .box .info .s_txt2{font-size: 1.4rem; font-weight: 600; letter-spacing: -0.5px; line-height: 1;}
#sub .dashboard .box_list .box .info .b_txt{font-size: 3rem; font-weight: 800; letter-spacing: -1.5px;}
#sub .dashboard .box_list .box .info1{padding: 30px; background-color: #fff;}
#sub .dashboard .box_list .box .info1 .s_txt1{margin-right: 7px;}
#sub .dashboard .box_list .box .info1 p{margin-top: 37px; text-align: right;}
#sub .dashboard .box_list .box .info2{display: flex; align-items: center; justify-content: space-between; padding: 22px 30px 20px; background-color: #b1bbc2;}
#sub .dashboard .box_list .box .info2{color: #fff;}
#sub .dashboard .box_list .box .info2_1 .s_txt1{margin-right: 7px;}

#sub .dashboard .box_list .box2 .info2{height: 72px; padding: 0 30px; display: flex; align-items: center;}
#sub .dashboard .box_list .box2 .info2 .s_txt1{font-size: 1.5rem; font-weight: 500;}
#sub .dashboard .box_list .box2_1 .info2{justify-content: end;}




#sub .dashboard .section3 .inner{padding-top: 30px;}
#sub .dashboard .section3 .ly_area{width: calc(100% + 30px); width: -webkit-calc(100% + 30px); width: -moz-calc(100% + 30px); width: -ms-calc(100% + 30px); width: -o-calc(100% + 30px); margin-left: -30px; margin-top: -30px;}
#sub .dashboard .section3 .ly_area .col{float: left; margin-left: 30px; margin-top: 30px; width: calc(50% - 30px); width: -webkit-calc(50% - 30px); width: -moz-calc(50% - 30px); width: -ms-calc(50% - 30px); width: -o-calc(50% - 30px);}
#sub .dashboard .section3 .notice .tbl_box table tbody td:first-child{padding: 0 15px;}
#sub .dashboard .section3 .notice .tbl_box table tbody .t_eli{text-align: left;}
#sub .dashboard .section3 .d_faq .tbl_box table thead th:last-child{border-radius: 5px 5px 0 0;}
#sub .dashboard .section3 .d_faq .tbl_box table tbody td{text-align: left;}
#sub .dashboard .section3 .d_faq .tbl_box table tbody tr:last-child td{border-radius: 0 0 5px 5px;}
#sub .dashboard .section3 .consult .tbl_box table tbody .t_eli{text-align: left;}

#sub .board .sTit{display: inline-block; vertical-align: middle; font-weight: 800;}
#sub .board .more_btn{padding: 0 14px;}
#sub .board .more_btn::before{right: 12px;}
#sub .board .tbl_wrap{margin-top: 40px;}
#sub .board .tbl_wrap:first-child{margin-top: 0px;}
#sub .board .tbl_wrap .tbl_box{margin-top: 10px;}
#sub .board .tbl_wrap table .space{font-size: 0; text-indent: -999999px;}
#sub .board .tbl_wrap table .total td{background-color: #b1bbc2; color: #fff;}
#sub .board .tbl_wrap table td{padding: 10px 20px; position: relative;}
#sub .board .tbl_wrap table td.none{background-color: #f9f9f9;}
#sub .board .tbl_wrap table td input[type="text"],
#sub .board .tbl_wrap table td input[type="password"],
#sub .board .tbl_wrap table td input[type="number"] {height:40px; padding:0 8px; font-size: 1.4rem; font-weight: 500; color: #444; border-radius: 3px; border: 1px solid #ccc; letter-spacing: -0.3px;}
#sub .board .tbl_wrap table td input[type="text"]::placeholder, #sub .board .tbl_wrap table td input[type="password"]::placeholder{opacity:0.5;}
#sub .board .tbl_wrap table td input ~ label{display:block;}
#sub .board .tbl_wrap table td select{height:40px;}
#sub .board .tbl_wrap table td textarea{ border:1px solid #ccc; resize: none; padding: 8px; font-size: 1.4rem; font-weight: 500; color: #444; border-radius: 3px; letter-spacing: -0.3px; }
#sub .board .tbl_wrap table td .calendar{position:relative; display:inline-block; vertical-align:middle;}
#sub .board .tbl_wrap table td .calendar label{position:absolute; top:50%; left:310px; z-index:10; height:18px; height:40px; line-height:40px; margin-top:-20px; white-space:nowrap;}
#sub .board .tbl_wrap table td .calendar span.calendar_icon{display: block; width: 26px; height: 26px; cursor:pointer; position:absolute; right:10px; top:50%; margin-top:-13px; font-size: 0; text-indent: -9999px; color:#333; background-image: url('/assets/images/admin_images/ico_calendar2.png'); background-repeat: no-repeat; background-position: 50% 50%; padding: 0; line-height: initial; box-shadow: none; border-radius: 0; border: 0; background-color: transparent;}
#sub .board .tbl_wrap input[type="text"], #sub .board .tbl_wrap input[type="password"], #sub .board .tbl_wrap textarea, #sub .board .tbl_wrap input[type="number"] {width:100%; box-sizing:border-box !important;}
#sub .board .tbl_wrap table td img{max-width:1000px !important;}
#sub .board .tbl_wrap table td .btn.del_btn{width: 60px; position: absolute; right: 20px; top: 10px;}
#sub .board .tbl_wrap .calendar{width: 100%;}
#sub .board .tbl_wrap input.dateTime{width: 100%;}
#sub .board .tbl_wrap table .addr1{position: relative; padding-right: 99px; box-sizing: border-box;}
#sub .board .tbl_wrap table .addr1 .btns{width: 94px; position: absolute; right: 0; top: 0; font-size: 1.4rem;}
#sub .board .tbl_wrap table .addr2{margin-top: 10px;}
#sub .board .tbl_wrap table .addr2 p{margin-top: 10px;}
#sub .board .tbl_wrap table .addr2 p:first-child{margin-top: 0;}
#sub .board .tbl_wrap table .in_btn{display: inline-block; width: 100%; max-width: 309px; position:relative; padding-right: 89px; box-sizing: border-box;}
#sub .board .tbl_wrap table .in_btn .btns{width: 84px; font-size: 1.4rem; position: absolute; right:0; top: 0;}
#sub .board .tbl_wrap table .in_btn2{width: 100%; max-width: 200px;}
#sub .board .tbl_wrap table .in_btn2 p{width: 100%; height: 40px; line-height: 40px;}
#sub .board .tbl_wrap table .ipt_half span{display: block; float: left; width: 20px; height: 40px; text-align: center; line-height: 40px;}
#sub .board .tbl_wrap table .ipt_half input[type="text"]{width: calc(50% - 10px); width: -webkit-calc(50% - 10px); float: left;}
#sub .board .tbl_wrap table .pop_position .ipt_half > div{float: left; margin-left: 15px;}
#sub .board .tbl_wrap table .pop_position .ipt_half > div:first-child{margin-left: 0;}
#sub .board .tbl_wrap table .pop_position .ipt_half span{float: none; display: inline-block; width: auto;}
#sub .board .tbl_wrap table .pop_position .ipt_half input[type="text"]{margin-left: 5px; float: none; width: 100%; vertical-align: middle;}
#sub .board .tbl_wrap table .email_box{width: calc(100% + 10px); width: -webkit-calc(100% + 10px); margin-left: -10px;}
#sub .board .tbl_wrap table .email_box > div{float: left; margin-left: 10px;}
#sub .board .tbl_wrap table .email_box .ipt_half{width: calc(65% - 10px); width: -webkit-calc(65% - 10px);}
#sub .board .tbl_wrap table .email_box .sel_box{width: calc(35% - 10px); width: -webkit-calc(35% - 10px);}
#sub .board .tbl_wrap table .email_box2{width: calc(100% + 10px); width: -webkit-calc(100% + 10px); margin-left: -10px;}
#sub .board .tbl_wrap table .email_box2 > div{float: left; margin-left: 10px;}
#sub .board .tbl_wrap table .email_box2 .ipt_half{width: calc(65% - 10px); width: -webkit-calc(65% - 10px);}
#sub .board .tbl_wrap table .email_box2 .sel_box{width: calc(35% - 10px); width: -webkit-calc(35% - 10px);}
#sub .board .tbl_wrap table .email_form{display:flex; justify-content:left; align-items:center; gap:5px;}
#sub .board .tbl_wrap table .email_form > .ipt_box{display:flex; justify-content:left; align-items:center; gap:5px;}
#sub .board .tbl_wrap table .email_form > .ipt_box input[type="text"]{width:200px;}

#sub .board .tbl_wrap table .fileCheck{display: inline-block; width: 100%; position: relative; padding-left: 80px; box-sizing: border-box;}
#sub .board .tbl_wrap table .fileCheck input[type="file"]{width: 1px; height: 1px; position: absolute; left: -9999px; top: 0; opacity: 0; visibility: hidden; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0);}
#fileHide input[type="file"]{width: 1px; height: 1px; position: absolute; left: -9999px; top: 0; opacity: 0; visibility: hidden; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0);}
#sub .board .tbl_wrap table .fileCheck .file_btn{width: 75px; position:absolute; left: 0; top: 0;}
#sub .board .tbl_wrap table .file_del{margin-top: 10px;}
#sub .board .tbl_wrap table .file_del > div{display: inline-block; vertical-align: middle;}
#sub .board .tbl_wrap table .file_del .chk_list{margin-left: 10px;}
#sub .board .tbl_wrap table .chk_list > div{float: left; margin-left: 25px;}
#sub .board .tbl_wrap table .chk_list > div:first-child{margin-left: 0;}
#sub .board .tbl_wrap table .chk_list2{font-size: 0;}
#sub .board .tbl_wrap table .chk_list2 > div{float: none;}
#sub .board .tbl_wrap table .pwdChange{display: none;}
#sub .board .tbl_wrap table .chkCell .in_btn{display: block;}
#sub .board .tbl_wrap table .email_box2 .sel_box{padding-right: 90px; box-sizing: border-box; position: relative;}
#sub .board .tbl_wrap table .email_box2 .sel_box .btns{position: absolute; right: 0; top: 0; width: 84px;}
#sub .board .tbl_wrap .txt_box{margin-top: 15px;}
#sub .board .tbl_wrap .txt_box p{font-size: 1.5rem; font-weight: 500;}
#sub .board .tbl_wrap .file_tip {margin-bottom: 5px; color: #ed2929;}
#sub .board .tbl_wrap .img_view {margin-bottom: 5px;}
#sub .board .tbl_wrap .pre_style{font-size:1.4rem; font-family:Pretendard, -apple-system, BlinkMacSystemFont, system-ui, 'Noto Sans KR', sans-serif;}

#sub .tbl_area .ico{display:inline-block; vertical-align:middle; height:16px; line-height:16px;}
#sub .tbl_area .ico.mb{margin-bottom:5px;}
#sub .tbl_area .tbl_box4 table tfoot th, #sub .tbl_area .tbl_box4 table tfoot td {height:50px;}
#sub .tbl_area .tbl_box4 table thead th, #sub .tbl_area .tbl_box4 table thead td {height:50px;}
#sub .tbl_area .tbl_box4 table th a, #sub .tbl_area .tbl_box4 table td a { display: inline-block; vertical-align: middle;  line-height: 40px;  }
#sub .tbl_area .tbl_box4 table td.in_ipt{}
#sub .tbl_area .tbl_box4_ipt input[type="text"]{height:40px; padding:0 8px; font-size: 1.4rem; font-weight: 500; color: #444; border-radius: 3px; border: 1px solid #ccc; letter-spacing: -0.3px;}
#sub .tbl_area .tbl_box4_ipt input[type="text"]::placeholder{opacity:0.5;}
#sub .tbl_area .tbl_box4_ipt .in_ipt{display: flex; justify-content: center; align-items: center; gap: 5px;}
#sub .tbl_area .tbl_box4_ipt .in_ipt .btns{min-width: 60px;}
#sub .board .tbl_wrap table td select{height:40px;}


#sub .board .tbl_wrap .btnSet{text-align: center; font-size: 0;}
/* #sub .board .tbl_wrap .tbl_box3 table th, #sub .board .tbl_wrap .tbl_box3 table td{padding: 0 12px;} */
#sub .board .tbl_wrap .tbl_box3 table .btnSet{margin-top: 0; width: calc(100% + 10px); margin-left: -10px;}
#sub .board .tbl_wrap .tbl_box3 table .btnSet a{padding:0 10px; min-width: auto; width: calc(50% - 10px);}
#sub .board .tbl_wrap .tbl_box3 table .btnSet a:first-child{margin-left: 10px;}
#sub .board .btnSet3{margin-top: 50px;}

#sub .board .tbl_wrap .tbl_box_wrap{margin-top: 10px;}
#sub .board .tbl_wrap .tbl_orderdetail{margin-top: 40px;}
#sub .board .tbl_wrap .tbl_orderdetail:first-child{margin-top: 10px;}

#sub.board_idx .tbl_area table tbody td{padding: 0 15px;}
#sub.board_idx .tbl_area table tbody .btns{font-size: 1.4rem;}
#sub.board_write .board > .btnSet{margin-top: 50px;}


#sub .board_write .btnSet{margin-top: 50px;}

/* 품목관리 */
#sub.item_write .tbl_wrap table .ipt_half input[type="text"]{text-align: center;}

/* 구매업체 */
#sub.client_view .tbl_wrap table .btns{width: 80px;}
#sub.client_view .tbl_wrap .tbl_box3 table th, #sub.client_view .tbl_wrap .tbl_box3 table td{padding: 0 20px;}

/* 회원가입 */
#sub.register .sec_wrap{padding-top: 0;}
#sub.register .tit_area h2{font-size: 3.4rem; font-weight: 800; color: #111; text-align: center; line-height: 1;}
#sub.register .section1 .inner{padding: 80px 0; box-sizing: border-box;}
#sub.register .board .tbl_wrap .tbl_box{margin-top: 50px;}
#sub.register .fagree_area{margin-top: 40px; font-size: 0; text-align: center;}
#sub.register .fagree_area > div{display: inline-block; margin-left: 20px;}
#sub.register .fagree_area > div:first-child{margin-left: 0;}
#sub.register .fagree_area .check_box{padding-right: 30px; position: relative; box-sizing: border-box;}
#sub.register .fagree_area .check_box label{padding-left: 30px; font-size: 1.4rem;}
#sub.register .fagree_area .check_box .agr_go{display: block; width: 20px; height: 20px; position: absolute; right: 0; top: 0; border-radius: 50%; background-color: #444949; background-image: url('/assets/images/admin_images/ico_arr_go.svg'); background-size: 6px 10px;}

#sub.order1 .top_btn{position: absolute; right: 30px; top: 55px;}
#sub.order1 .top_btn .btnSet{margin-top: 0;}

#sub .spam_info ul li{margin-top: 5px; color: #e50000;}
#sub .spam_info ul li:first-child{margin-top: 0;}
#sub .spam_box{margin-top: 30px;}
#sub .spam_box textarea{width: 100%; height: 400px; border:1px solid #ccc; resize: none; padding: 8px; font-size: 1.4rem; font-weight: 500; color: #444; border-radius: 3px; letter-spacing: -0.3px; }

/* print */

.bg_gr{background-color: #dfdfdf;}
.bdl_none{border-left: 0 !important;}
.document .ml-1{margin-left: 20px;}
.document .ml-1:first-child{margin-left: 0;}
.document .ml-2{margin-left: 5px;}
.document .ml-2:first-child{margin-left: 0;}
.document .tit_area{text-align: center; margin-bottom: 10px;}
.document .tit_area h2{display: inline-block; font-size: 36px; border-bottom: 7px double #000;}
.document .tit_area h2 b{letter-spacing: 20px;}
.document .tit_area .tit_txt span{display: block;}
.document .tit_area .tit_txt .left{float: left;}
.document .tit_area .tit_txt .right{float: right;}
.document .tit_area .tit_txt .right em{display: inline-block; margin-left: 20px; letter-spacing: 7px;}

.document .com_wrap, .document .p_wrap{padding: 30px; box-sizing: border-box;}
.document .com_name{text-align: center; position: relative; border-bottom: 1px solid #000;}
.document .com_name em{font-size: 24px;}
.document .com_name b{display: block; font-size: 16px; position: absolute; right: 0; bottom: 0;}
.document .com_info{margin-top: 25px;}
.document .com_info ul li.li1{margin-bottom: 5px;}
.document .com_info ul li.li2{font-size: 17px;}
.document .com_info ul li.li3{margin-top: 5px; font-weight: 700;}
.document .p_wrap ul li{font-size: 2rem;}

.document .tbl_area{border: 2px solid #000;}
.document .tbl_area table th, .document .tbl_area table td{border-left: 1px solid #000; border-top: 1px solid #000; font-weight: 400;}
.document .top_tbl table th{line-height: 1.2; height: 50px;}
.document .top_tbl table th.pic{padding: 0 10px; line-height: 2;}
.document .top_tbl table td.pic2{padding: 0 10px; box-sizing: border-box;}
.document .top_tbl table td:first-child{border-left: 0;}
.document .top_tbl table .top_total td{padding: 10px; box-sizing: border-box; font-weight: 700;}
.document .top_tbl table .top_total td span{display: inline-block; font-size: 20px;}
.document .top_tbl table .top_total td .price_kr{margin: 0 250px;}
.document .top_tbl table tr.space{height: 5px;}
.document .top_tbl table tr.space td{border-top-width: 2px;}
.document .top_tbl table tr:first-child th, .document .top_tbl table tr:first-child td{border-top: 0;}
.document .top_tbl table tr:first-child td:first-child{border-left: 0;}

.document .mid_tbl table thead th, .document .mid_tbl table tbody td{padding: 0 10px; box-sizing: border-box; height: 35px;}
.document .mid_tbl table thead th{border-top: 2px solid #000 !important;}
.document .mid_tbl table thead th:first-child{border-left: 0;}
.document .mid_tbl table tbody td{border-top: 0;}
.document .mid_tbl table tbody td:first-child{border-left: 0;}
.document .mid_tbl table tbody tr:first-child td, .document .mid_tbl table tbody tr.mid_total td{border-top: 1px solid #000;}
.document .btm_tbl table tbody th, .document .btm_tbl table tbody td{padding: 0 10px; box-sizing: border-box; height: 35px;}
.document .btm_tbl table tbody tr:first-child th, .document .btm_tbl table tbody tr:first-child td{border-top-width: 2px;}
.document .btm_tbl table tbody th:first-child{border-left: 0;}
.document .btm_cont ul li{float: left; width: 50%;}
.document2 .tit_area h2{text-indent: 17px;}

#input_modify_modal .pop_wrap{width:fit-content;}


/* pagenation */
.pagenate {position:relative; width:100%; font-size: 0;}
.pagenate {text-align:center; margin:30px auto 0; font-size:0;}
.pagenate ul li {display:inline-block; margin-left:5px;}
.pagenate ul li a {display:inline-block; width:36px; height:36px; line-height:34px; font-size:1.5rem; font-weight:300; color:#333; border:1px solid #e1e1e1; box-sizing:border-box; margin-left:-1px; border-radius: 0;}
.pagenate ul li a.board {margin-left:5px; font-size: 0; text-indent: -999999px; color:#434343; background-color:#fff; border:1px solid #e1e1e1; background-position: 50% 50%; background-repeat: no-repeat;}
.pagenate ul li a.board .material-icons{display:inline-block; line-height:34px; font-size:20px;}
.pagenate ul li a.board.prev {margin-right:28px; background-image: url('/assets/images/arr_pgn_left.svg');}
.pagenate ul li a.board.next {margin-left:18px; background-image: url('/assets/images/arr_pgn_right.svg');}
.pagenate ul li a.board.last { background-image: url('/assets/images/ico_last.png');}
.pagenate ul li.active a {color:#fff; background-color:#244177; font-weight:500;  border:1px solid #244177;}
.pagenate ul li a[rel="next"], .pagenate ul li a[rel="prev"]{font-size: 0; margin-left:5px; font-size: 0; text-indent: -999999px; color:#434343; background-color:#fff; border:1px solid #e1e1e1; background-position: 50% 50%; background-repeat: no-repeat;}
.pagenate ul li a[rel="prev"]{background-image: url('/assets/images/ico_prev.png');}
.pagenate ul li a[rel="next"]{background-image: url('/assets/images/ico_next.png');}
.pagenate ul li a span.first {background-image: url('/assets/images/ico_first.png'); width:100%; height:100%; display:block;  background-position: 50% 50%; background-repeat: no-repeat;}
.pagenate ul li:last-child:not(.active) a{background-image:url('/assets/images/ico_last.png'); font-size: 0; margin-left:5px; font-size: 0; text-indent: -999999px; color:#434343; background-color:#fff; border:1px solid #e1e1e1; background-position: 50% 50%; background-repeat: no-repeat;}





#sub .pagination li:hover a:not(.pagination li.active a){color: #333 !important; }


/* button */
.write ~ .btnSet{margin-top:30px; text-align:center;}
.btnSet {margin-top:12px; text-align: center;}
.btnSet .left {float:left;}
.btnSet .right {float:right;}
.btnSet .btn{margin-left: 5px; font-size:1.4rem; padding:0 10px; box-sizing: border-box; height:40px; line-height:40px; min-width:120px; color:#fff; text-align:center; font-weight:700; text-decoration:none; white-space:nowrap; display:inline-block; vertical-align:baseline; cursor:pointer; text-align:center; border-radius: 5px; outline: none; border: none;}
.btnSet .btn:first-child{margin-left: 0;}
/* .btnSet .btn:hover{border:1px solid transparent;} */
/* .btnSet .btn.save{background-color:#000;} */
.btnSet2 .btn{min-width: 105px;}
.btn{transition:all .2s ease; -ms-transition:all .2s ease; -moz-transition:all .2s ease; -webkit-transition:all .2s ease;}
.btn.bl{background-color: #15136e;}
.btn.lime{background-color: #244177;}
.btn.lime:hover{background-color:#183468;}
.btn.gr{background-color: #444949;}
.btn.gr{background-color: #444949;}
.btn.gr:hover{background-color: #323636;}
.btn.lineBl{border: 1px solid #15136e; color: #15136e; background-color: #fff; line-height: 38px;}
.btn.small{height: 40px; line-height: 40px;}
.btn.lineBl.small{line-height: 38px; padding: 0 10px;}
.btns.big{height: 50px; line-height: 50px;}
/* .btnSet .btn.edit{position:relative; padding-left:48px; padding-right:32px; background-color:#000;}
.btnSet .btn.edit .material-icons{position:absolute; left:20px; top:50%; margin-top:-9px; font-size:18px;}
.btnSet .btn.list {position:relative; padding-left:53px; padding-right:41px; background-color:#000;}
.btnSet .btn.list .material-icons{position:absolute; left:30px; top:50%; margin-top:-9px; font-size:18px;}
.btnSet .btn_order {font-size:1.6rem; padding:0 28px; height:36px; line-height:34px; min-width:100px; border:1px solid #333; background-color:#000; color:#fff; text-align:center; text-align:center; font-weight:500;  text-decoration:none; white-space:nowrap; display:inline-block; vertical-align:baseline; cursor:pointer; } */
/* 0901 버튼 스타일 */
.btns{font-size:1.5rem; padding:0 10px; box-sizing: border-box; height:40px; line-height:40px; color:#fff !important; text-align:center; font-weight:700; text-decoration:none; white-space:nowrap; display:inline-block; vertical-align:baseline; cursor:pointer; text-align:center; border-radius: 5px; background-color: #244177;}
.btns.gr{background-color: #444949;}
.btns.bl{background-color: #15136e;}
/* table .btns { height: 32px;  line-height: 27px;  } */

.popup{display: none; position: fixed; left: 0; top: 0; z-index:1000; width: 100%; height: 100%; /*background-color: rgba(0, 0, 0, 0.8);*/}
.popup .pop_wrap{display: flex; /*width: 100%;*/ width:1200px; height: 100%; margin:0 auto; justify-content: center; align-items: center;}
.popup .size{width: 100%; max-width: 905px; margin: 0 auto;}
.popup .pop_inner{width:100%; background-color: #fff; padding: 50px 40px 50px; box-sizing: border-box; position: relative; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);}
.popup .pop_inner .pop_close{display: block; width: 65px; height: 65px; position: absolute; right: 0; top: 0; border-bottom-left-radius: 20px; background-color: #244177; background-image: url('/assets/images/admin_images/ico_close.svg'); background-size: 18px 18px;}
.popup .sub_tit{padding-top: 0;}
.popup .sub_tit h2{float: none; font-size: 2.4rem; line-height: 1;}
.popup .pop_cont{margin-top: 20px;}
.popup .pop_cont .select_drop{width: 100%; margin: 0; height: 45px; line-height: 45px; color: #000; border-radius: 5px; border: 1px solid #e8e8e8;}
.popup .searchWrap{padding: 5px; box-sizing: border-box; background-color: #f9f9f9;}
.popup .searchWrap .select_drop{width: 169px;}
.popup .searchWrap .srch_word{position: relative;}
.popup .searchWrap .srch_word input[type="text"]{padding:0 20px; margin: 0; width: 100%; height:100%; min-height:45px; border: 1px solid #e8e8e8; border-radius: 5px;}
.popup .searchWrap .srch_word input[type="text"]::placeholder{color: #999;}
.popup .searchWrap .srch_word input[type="submit"]{width: 95px; height: 45px; line-height: 45px;}
.popup .searchWrap .srch_word a.btn_search{display: block; width: 95px; height: 45px; line-height: 45px;}
.popup h3.sTit{font-size: 1.6rem;}
.popup .tbl_area{margin-top: 40px;}
.popup .tbl_area > div{margin-top: 40px;}
.popup .tbl_area > div:first-child{margin-top: 0;}
.popup .tbl_area .tbl_box{margin-top: 10px;}
/* .popup .tbl_area .tbl_box table{table-layout: fixed;} */
.popup .tbl_area .tbl_box table thead th {padding: 5px 15px; height: 50px; font-size: 1.3rem;}
.popup .tbl_area .tbl_box table tbody td{padding: 5px 10px; height: 40px; font-size: 1.3rem;}
.popup .tbl_area .tbl_box table tbody td .btns{height: 40px; line-height: 40px; font-size: 1.4rem; width:120px; font-weight: 700; }

.popup .tbl_area .tbl_box5{ height: auto; /*overflow-x: hidden; overflow-y: auto; height: 164.5px;*/}
.popup .tbl_area .tbl_box5 table thead th{position:sticky; top:0; z-index: 10; border-bottom: 1px solid #e8e8e8;}

.popup .ipt_box input[type="text"]{height:40px; padding:0 8px; font-size: 1.4rem; font-weight: 500; color: #444; border-radius: 3px; border-color: #ccc; letter-spacing: -0.3px;}

.popup .btnSet{margin-top: 40px;}
#storage_modal .tbl_box.scroll-y {max-height:300px;}

#alarm_modal table, #alarm_modal th, #alarm_modal td {border:1px solid #999;}
#alarm_modal td {padding:20px;}
#alarm_modal .flex-box.align-items-center {position:relative;}
#alarm_modal .receiver {width:16%; display:none; overflow-y:scroll; height:150px; position:absolute; top:32px; left:-2px; border:1px solid #999; padding:10px; background-color:#fff;}
#alarm_modal textarea {border:1px solid #999; width:100%; padding:10px; resize:none; height:150px; overflow-y:scroll;}
#alarm_modal .right .flex-box .apply_box {width:100%; gap:10px; margin-top:10px;}

#randomly_modal .tbl_area .tbl_box4 table td {height:61px !important;}
#randomly_modal .tbl_area .tbl_box table th:not(:last-child) {border-bottom:1px solid #e8e8e8;}
#rate_modal .tbl_area .tbl_box4 table td {height:61px !important;}
#rate_modal .tbl_area .tbl_box table th:not(:last-child) {border-bottom:1px solid #e8e8e8;}

#storagefee_modal form {max-height:697px;}
#storagefee_modal table thead { position: sticky; top: 0; z-index: 1;}
#storagefee_modal table tfoot { position: sticky; bottom: -1px; }
#storagefee_modal table tfoot td  {background-color:#fff; }
#storagefee_modal .tbl_area .tbl_box4 table td {padding:5px 15px !important;}
#storagefee_modal .tbl_area .tbl_box4 table tfoot td {padding:23px 15px !important; /*background-color:#f3f7fc;*/ border-right: 1px solid #e8e8e8;}
/* #storagefee_modal .tbl_area .tbl_box4 .color-border tfoot td:first-child {background-color:#f3f7fc !important;} */


#loanPerson_modal .tbl_area .tbl_box4 .color-border td:first-child {padding:0 !important;}

.layout_dashboard .scroll-y,
.dashboard.current .layout_dashboard .scroll-y {max-height:500px; overflow-y:scroll; height:500px; position:relative;}
.layout_dashboard .scroll-y thead,
.dashboard.current .layout_dashboard .scroll-y thead { position: sticky; top: 0; z-index: 1;}
.layout_dashboard .scroll-y tfoot,
.dashboard.current .layout_dashboard .scroll-y tfoot { position: sticky;  }
.layout_dashboard .scroll-y tfoot.on,
.dashboard.current .layout_dashboard .scroll-y tfoot.on {position:absolute; bottom: 0; width:100%;background-color:#f3f7fc;}
.layout_dashboard .scroll-y tfoot.on tr,
.dashboard.current .layout_dashboard .scroll-y tfoot.on tr {width: 100%; display: -webkit-box; display: -moz-box;  display: -ms-flexbox;  display: flex;   -webkit-box-align: center;  -moz-align-items: center;  -ms-flex-align: center;  align-items: center;}
.layout_dashboard .scroll-y tfoot.on tr > td,
.dashboard.current .layout_dashboard .scroll-y tfoot.on tr > td {display: -webkit-box; display: -moz-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;  -moz-align-items: center;  -ms-flex-align: center;  align-items: center;}
.layout_dashboard .flx_item1 .scroll-y tfoot.on tr > td:first-of-type {width:25%;}
.dashboard.current .layout_dashboard .flx_item1 .scroll-y tfoot.on tr > td {width:25%;}
.layout_dashboard .flx_item2 .scroll-y tfoot.on tr > td:first-of-type,
.dashboard.current .layout_dashboard .flx_item2 .scroll-y tfoot.on tr > td:first-of-type {width:26%;}
.layout_dashboard .flx_item1 .scroll-y tfoot.on tr > td:nth-of-type(2) {width:25%;}
.layout_dashboard .flx_item2 .scroll-y tfoot.on tr > td:nth-of-type(2),
.dashboard.current .layout_dashboard .flx_item2 .scroll-y tfoot.on tr > td:nth-of-type(2) {width:39%;}
.layout_dashboard .flx_item1 .scroll-y tfoot.on tr > td:last-of-type {width:50%;}
.layout_dashboard .flx_item2 .scroll-y tfoot.on tr > td:last-of-type,
.dashboard.current .layout_dashboard .flx_item2 .scroll-y tfoot.on tr > td:last-of-type {width:35%;}
.layout_dashboard .scroll-y tfoot.on tr > td:nth-of-type(2),
.dashboard.current .layout_dashboard .scroll-y tfoot.on tr > td:nth-of-type(2) { -webkit-box-pack: justify; -moz-justify-content: flex-end;  -ms-flex-pack: justify;  justify-content: flex-end}
.layout_dashboard .scroll-y tfoot.on tr > td:last-of-type,
.dashboard.current .layout_dashboard .scroll-y tfoot.on tr > td:nth-of-type(3),
.dashboard.current .layout_dashboard .scroll-y tfoot.on tr > td:last-of-type {-webkit-box-pack: justify; -moz-justify-content: flex-end;  -ms-flex-pack: justify;  justify-content: flex-end}

#feedaychange_modal .pop_wrap, #randomly_modal .pop_wrap {width:700px;}
#feedaychange_modal .nice-select .list {max-height:300px; overflow-y:scroll;}

#feedaychange_modal .pop_wrap, #rate_modal .pop_wrap {width:700px;}

#deliEdit .tbl_area .tbl_box table thead th, #deliEdit .tbl_area .tbl_box table tbody td{font-size: 1.5rem; padding: 10px 20px;}
#deliEdit{width: 720px; height: auto; left: 50%; top: 50%; margin-left: -360px; margin-top: -453px;}
#deliEdit .tab_area ul{width: calc(100% + 4px); width: -webkit-calc(100% + 4px); width: -moz-calc(100% + 4px); width: -ms-calc(100% + 4px); width: -o-calc(100% + 4px); margin-left: -4px;}
#deliEdit .tab_area ul li{float: left; width: calc(50% - 4px); width: -webkit-calc(50% - 4px); width: -moz-calc(50% - 4px); width: -ms-calc(50% - 4px); width: -o-calc(50% - 4px); margin-left: 4px;}
#deliEdit .tab_area ul li a{display: block; height: 60px; line-height: 58px; font-size: 1.6rem; font-weight: 800; color: #777; letter-spacing: -0.25px; border: 1px solid #b8b8b8; background-color: #f8f8f8; border-radius: 5px; text-align: center;}
#deliEdit .tab_area ul li a.on{color: #fff; background-color: #15136e; border-color: #15136e;}
#deliEdit .tbl_area .tbl_box5{height: 100%; max-height: 291.5px;}
#deliEdit .info{margin-top: 5px;}
#deliEdit .tbl_area .tbl_wrap table td input[type="text"],
#deliEdit .tbl_area .tbl_wrap table td input[type="password"]{width: 100%; height:40px; padding:0 8px; font-size: 1.4rem; font-weight: 500; color: #444; border-radius: 3px; border-color: #ccc; letter-spacing: -0.3px;}
#deliEdit .tbl_area .tbl_wrap table .addr1{position: relative; padding-right: 99px; box-sizing: border-box;}
#deliEdit .tbl_area .tbl_wrap table .addr1 .btns{width: 94px; height: 40px; line-height: 40px; position: absolute; right: 0; top: 0; font-size: 1.4rem;}
#deliEdit .tbl_area .tbl_wrap table .addr2{margin-top: 10px;}
#deliEdit .tbl_area .tbl_wrap table .addr2 p{margin-top: 10px;}
#deliEdit .tbl_area .tbl_wrap table .addr2 p:first-child{margin-top: 0;}
#deliEdit .tbl_area .btns.big{width: 130px; font-weight: 500;}



.small_modal{display: block;}
.small_modal .size{max-width: 480px;}
.small_modal .pop_inner{padding: 35px;}
.small_modal .pop_cont{margin-top: 0; text-align: center;}
.small_modal .txt_box p{font-size: 1.8rem; text-align: center;}
.small_modal .btnSet{margin-top: 30px;}

#srchPop{width: 900px; height: auto; left: 50%; top: 50%; margin-left: -400px; margin-top: -278px; display:none;}
#srchPop .srch_word .wte_word{width: 100%; display: flex; align-items: center; gap: 5px;}
#srchPop .srch_word .wte_word .wte_inner{width: 100%; display: flex; align-items: center; gap: 5px;}
#srchPop .srch_word .wte_word input[type="text"]{width: calc(100% - 169px);}
#srchPop .size{padding: 0;}
#srchPop .tbl_area .tbl_box5{height: 278px;}
#srchProduct3 .size{max-width: 700px;}
#srchProduct3 .tbl_area .tbl_box5{height: 278px;}
#srchHired .size{max-width: 600px;}
#srchHired .select_drop{float: none;}
#secedePop .size{max-width: 540px;}
#secedePop input[type="password"]{margin-top: 10px; width: 100%; min-height:45px; border: 1px solid #e8e8e8; border-radius: 5px;}
#secedePop .btnSet{margin-top: 25px;}

#registWh .size{max-width: 480px;} 
#registWh .pop_cont{margin-top: 40px;}

#excRate .size{max-width: 480px;}
#excRate .tbl_area .tbl_box5{height: 242px;}
#excRate .ipt_wrap{text-align: center; font-size: 0;}
#excRate .ipt_box{font-size: 0; display: flex; justify-content: space-between;}
#excRate .ipt_box p{display: inline-block; vertical-align: middle; font-size: 0;}
#excRate .ipt_box span{margin-right: 5px; display: inline-block; vertical-align: middle; font-size: 1.4rem;}
#excRate .ipt_box .txt2{margin-left: 5px;}
#excRate .ipt_box input[type="text"]{height: 40px;}
#excRate .ipt_box .btns{width: 100px;}



.list table .btn{background:#666; color:#fff ; border-radius:3px; padding:4px 8px; font-size:1.4rem;}
/* write */
.write{clear:both; position:relative; }
.write .wr_box h3{font-size:18px; line-height:1; padding: 25px 0 15px;}
.write .wr_box:first-of-type h3{padding-top:0;}
.write .wr_box table{border:1px solid #777; border-collapse:separate; border-spacing:0;}
.write .wr_box table th{padding:15px; font-size:14px; font-weight:600; text-align:left; background:#f9f9f9; border-bottom:1px solid #e3e3e3; box-sizing:border-box;}
.write .wr_box table tr:last-of-type th{border-bottom:none;}
.write .wr_box table.row_line th:nth-of-type(even){border-left:1px solid #e3e3e3;}
.write .wr_box table td{padding:5px 10px; height:42px; font-size:15px; font-weight:300; border-left:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3;}
.write .wr_box table tr:last-of-type td{border-bottom:none;}
.write .wr_box table td input[type="text"],
.write .wr_box table td input[type="password"]{height:36px; padding:0 8px;}
.write .wr_box table td select{height:36px;}
.write .wr_box table td textarea{border:1px solid #b3b3b3;}
.write .wr_box table td .chk_new{margin-left:30px;}
.write .wr_box table td.exposure .ico_new{margin-left:15px;}
.write .wr_box table td.exposure span{color:#000 !important;}
.write .wr_box table td .calendar{position:relative; display:inline-block;}
.write .wr_box table td .calendar span.material-icons{cursor:pointer; position:absolute; right:7px; top:50%; margin-top:-11px; color:#333; font-size:22px;}
.write table td label{margin-right:5px;}
.write table td.inbr {padding-top:3px;}
.write table td.inbr input{margin-top:5px;}
.write input[type="text"], .write input[type="file"], .write textarea{width:100%; box-sizing:border-box !important;}
.write table td img{max-width:1000px !important;}

.write input.date{width:18%;}
.write input.dateTime{width:200px;}
.write input[type="button"]{background:#333333; color:#fff; cursor:pointer; padding:0 8px; height:36px;}
/* .write input[type="button"]:hover{background:#87b350; color:#313234;} */
.write input.plus_btn{width:26px; height:26px; background:#adaeae url(/assets/images/admin_images/ico_plus.png) no-repeat center center;}
.write input.plus_btn:hover{width:26px; height:26px; background:#87b350 url(/assets/images/admin_images/ico_plus.png) no-repeat center center;}
.write input.minus_btn{width:26px; height:26px; background:#adaeae url(/assets/images/admin_images/ico_minus.png) no-repeat center center;}
.write input.minus_btn:hover{width:26px; height:26px; background:#87b350 url(/assets/images/admin_images/ico_minus.png) no-repeat center center;}
.write input.up_btn{width:26px; height:26px; background:#adaeae url(/assets/images/admin_images/up_btn.png) no-repeat center center;}
.write input.up_btn:hover{width:26px; height:26px; background:#87b350 url(/assets/images/admin_images/up_btn.png) no-repeat center center;}
.write input.down_btn{width:26px; height:26px; background:#adaeae url(/assets/images/admin_images/down_btn.png) no-repeat center center;}
.write input.down_btn:hover{width:26px; height:26px; background:#87b350 url(/assets/images/admin_images/down_btn.png) no-repeat center center;}
.write input.delete_btn{width:26px; height:26px; background:#696969 url(/assets/images/admin_images/delete_btn.png) no-repeat center center;}
.write input.delete_btn:hover{width:26px; height:26px; background:#87b350 url(/assets/images/admin_images/delete_btn.png) no-repeat center center;}

.write input.delete{height:26px; width:26px; background:#bfbfbf; padding:0; }
.write .part span{width:15%; display:inline-block;}
.write .state input[type="button"]{width:80px;}
.write .state span.back{width:80x; text-align:center; padding:5px 10px; display:inline-block;}
.write .state > div{clear:both; margin-top:5px;}
.write i{color:#d70000;}
.write table .total th{background:#d7eaf0 !important; color:#005ddc !important;}
.write table .total td{background:#d7eaf0 !important; font-weight:bold; color:#005ddc !important;}
.write table .total input{font-weight:bold; color:#005ddc !important;}

.write table.intable th{background:#f5f5f5;  padding:8px 5px; border:#dadada 1px solid; }
.write table.intable td{ padding:8px 5px; border:#dadada 1px solid; }



/* 도움말 */
.caption{clear:both; position:relative;}
.caption li{list-style:disc; margin-left:15px;}

/*하단검색*/
.contents .search{position:relative; width:100%; margin:0px; padding:9px 0; text-align:center; vertical-align:middle;}
.contents .search input[type="button"]{background:#313234; color:#fff; cursor:pointer; padding:0 8px;}
.contents .search input[type="submit"]{background:#313234; color:#fff; cursor:pointer; border:none; padding:0 20px;}
.contents .search input[type="button"]:hover, .search_warp .searchTable input[type="submit"]:hover{background:#87b350; color:#313234;}

/*등록된 게시물이 없을때(갤러리형)*/
.list .gallery .bbsno{}
.list .gallery .bbsno p{padding:10px 0; text-align:center;}

/*포토갤러리*/
/*.list .gallery .photo{width:300px; height:250px;}*//*여기 사이즈를 바꿔주세요 (dt 사이즈도같이)*/
/*.list .gallery{width:100%; padding:18px 0 18px 0; background:url(/assets/images/admin_images/list_h_bg.gif) repeat-x top; border-bottom:1px solid #dcdcdc; overflow:hidden;}
.list .gallery ul{overflow:hidden;}
.list .gallery ul li{height:500px; float:left; margin:0 0 10px 0;}
.list .gallery dl{position:relative; width:300px; float:left; margin:0 12px 0px 12px; display:inline;}
.list .gallery dt{position:relative; width:300px; height:250px; background:#f6f6f6;}
.list .gallery dd{font-size:12px; color:#2e2e2e; margin:10px 0 0 4px; text-align:left; vertical-align:middle; line-height:18px;}
.list .gallery dd img{ vertical-align:middle; line-height:18px;}*/

/* diary */
.diary {width:100%;}
.diary {text-align:center; margin:20px auto 0;}
.diary li {display:inline-block;}
.diary li:first-child { margin-left:0px; }
.diary li a {display:inline-block; text-decoration:none; padding:0; width:30px; height:30px; line-height:30px; border-radius:30px; border:1px solid #c7c8cc; box-sizing:border-box; margin-left:-1px;}
.diary li a:hover{background:#d7eaf0;}
.diary li a.board { text-indent:-9999em; margin-left:4px; }
.diary li a.board.first {background:#f3f3f3 url('/assets/images/admin_images/ico_first.png') no-repeat center center;}
.diary li a.board.prev {margin-right:30px; background:#efefef url('/assets/images/admin_images/ico_prev.png') no-repeat center center;}
.diary li a.board.next {margin-left:30px; background:#efefef url('/assets/images/admin_images/ico_next.png') no-repeat center center;}
.diary li a.board.last {background:#f3f3f3 url('/assets/images/admin_images/ico_last.png') no-repeat center center;}
.diary li.month {font-weight:bold; color:#000; font-size:24px;}

.diaryList{position:relative;}
.diaryList table th{background:#6e6f72; color:#fff; height:32px; font-size:16px; border:#c4c4c4 1px solid; }
.diaryList table td{text-align:center; padding:8px 5px; border:#c4c4c4 1px solid; font-size:16px; height:100px; text-align:left; vertical-align:top;}
.diaryList table td span.date{font-size:12px;}
.diaryList table td span{display:block;}
.diaryList a:hover{color:#005ddc !important; text-decoration:underline;}
.diaryList .del_btn{background:#6e6f72; color:#fff; cursor:pointer; padding:0; width:22px; height:22px; line-height:12px; vertical-align:top;}


.diary_wr{width:600px; height:360px; position:absolute; left:50%; top:50%; margin-left:-300px; margin-top:-165px;}
.diary_wr .box{width:600px; height:250px; margin:auto; border:1px solid #fff;  padding:20px; box-sizing:border-box; background:#fff !important;}
.diary_wr .box p{font-size:14px !important; color:#000;}
.diary_top{margin-bottom:10px;}
.diary_top .close{float:right; display:block; width:40px; height:40px; background:url(/assets/images/admin_images/ico_close.png) no-repeat; background-size:100%; cursor:pointer;}
.diary_top .title{font-size:24px; color:#fff;}

/*답글*/
.reple{position:relative; width:100%; height:auto; margin:20px 0 20px 0; padding:10px 20px; background:#f5f5f5; font-size:11px; overflow:hidden;}
.reple dl{position:relative; width:100%; padding:10px 0px 10px 0px; border-bottom:1px solid #e5e5e5; line-height:130%;}
.reple dt{color:#999; margin:5px 0 10px 0; font-size:1.4rem; letter-spacing: 0;}
.reple dt strong{color:#000; font-size:1.5rem; }
.reple dd{font-size:1.5rem; color:#666; line-height: 120%;}

/*수정,삭제 버튼*/
.reple .reEdit{position:absolute; top:10px; right:0;}
.reple .reEdit a{text-decoration:none; color:#2e2e2e;}
.reple .reEdit a:hover{text-decoration:underline; color:#2e2e2e;}
.reple .r_delete{background:#666; color:#fff; border:none; padding:4px 10px; border-radius: 2px;  cursor: pointer; font-size:1.3rem;}

/*답글쓰기*/
.rego{position:relative; height:100%; margin:0; padding:0px;}
.rego dl{width:100%; overflow:hidden; border:none 0;}
.rego dt{width:100%; overflow:hidden; margin:0;}
.rego dd{width:100%; overflow:hidden; float:left;}
.rego dd textarea{width:calc(100% - 160px); height:80px; margin:8px 0; padding:5px; border:1px solid #c6cdd8; float:left; overflow:auto;}
.rego .btn{height:80px; display:inline; margin:8px 0; text-align:center; padding-left:30px; float:right;line-height:80px; background:#666; color:#fff; font-weight: 600; position:relative;width:150px;}
.rego .btn span{position:absolute; top:50%; margin-top:-12px; left:30px;}

/*댓글삭제 폼*/
/* .box{ width:224px; height:auto; padding:3px; border:1px solid #e2e1f8;}
.in_box{position:relative; width:220px; height:50px; border:2px solid #d4d4d4;  background:#f6f6f6;}
.in_box p{position:absolute; top:-15px; right:5px;}
.in_box dl{margin:20px 0 0 0;}
.in_box dl dt{float:left; margin:0 5px 0 5px; font-weight:bold;}
.in_box dl dt dd{float:left;} */

/* 차트 */
.eachResult > div {float:left; width:50%; height:400px;}
.chart_monthly{width:100%; height:500px;}
.chart_rate{width:100%; height:500px;}

.browser_list .row {margin-top:40px; overflow:hidden;}
.browser_list .row > form{float:left; width:50%;}
.browser_list .row > .chart_browser{float:right; width:50%; height:350px;}

.map_country{width:100%; height:700px;}
.chartWrap{width:80%; max-width:100%; margin:30px auto 0; overflow:hidden;}
.chartWrap .row{float:left; width:50%;}
.chartWrap .list{float:left; width:30%; height:100%; border:1px solid #777;}
.chartWrap .chart_country{float:left; width:70%; height:100%; max-height:800px; z-index:2;}

.mediaQuery{position:absolute; left:0; bottom:0; display:inline-block; width:1px; height:1px; overflow:hidden;}
.site_popup { display: none;}



/* ==================================================
	point
================================================== */

.searchWrap tbody {display:table-row-group !important;}
.searchWrap tbody tr {display:table-row !important;}
.searchWrap tbody th, .searchWrap tbody td {display:table-cell !important; float:none !important;}



.find_tab li{width:50%; float: left;  box-sizing: border-box;}
.find_tab li > a{display:block; text-align: center; padding:10px; box-sizing: border-box; color:#15126e; border-bottom: 2px solid #15126e;}
.find_tab li > a.on{background:#15126e;  color:#fff; font-weight: 500;}


#sub .secede{margin-top: 70px; padding: 35px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; background-color: #f8f8f8;}
#sub .secede .btns{width: 100px;}


.register{max-width: 100%;}


/* ==================================================
	회원관리 index페이지 알림발송 모달
================================================== */
#alarm_modal .pop_cont .receiver-box {position:relative;}
#alarm_modal .pop_cont .receiver-box:after {position:absolute; content:''; display:block; width:14px; height:9px; right:-23px; top:50%; transform:translateY(-50%) rotate(180deg); background-image:url('/assets/images/arr2_top_blu.svg'); background-position:center; background-size:cover; background-repeat:no-repeat; transition:0.3s;}
#alarm_modal .pop_cont .receiver-box.active:after {transform:translateY(-50%) rotate(0deg);}

/* ==================================================
	회원관리 view페이지 하단 회원대출내역 납기일, 연이자, 대출액 화살표
================================================== */
.tbl_box .sortIcon, div.sortIcon {position:relative;}
.tbl_box .sortIcon:after, div.sortIcon:after {position:absolute; content:''; display:block; width:12px; height:7px; right:8px; top:50%; transform:translateY(-50%) rotate(180deg); background-image:url('/assets/images/arr2_top_blu.svg') !important; background-position:center; background-size:cover; background-repeat:no-repeat; transition:0.3s;}
.tbl_box .sortIcon.active:after, div.sortIcon.active:after {transform:translateY(-50%) rotate(0deg);}

.top-txt {position:absolute; top:20px; right:30px;}
.top-txt .btns.lime {width:120px; height:40px; line-height:40px;}
#sub .tbl_area .tbl_box4 .color-border td:first-child {background-color:#f9f9f9; border-top:1px solid #e8e8e8;}
#sub .tbl_area .tbl_box4 table td .btnSet.des a {width:134px; height:42px; line-height:42px;}

#sub .tbl_area .tbl_box4 table .early {position:relative;}
#sub .tbl_area .tbl_box4 table .early .isspam {position:absolute; right:15px; top:50%; transform:translateY(-50%);}

#sub .tbl_area .tbl_p0 th, #sub .tbl_area .tbl_p0 td {padding:0px !important;}
#sub .tbl_area .right-border tr th:nth-child(5) {border-right:2px solid rgb(156, 4, 4);}
#sub .tbl_area .right-border tr td:nth-child(5) {border-right:2px solid rgb(156, 4, 4);}
#sub .top-tit p span {font-size:2.7rem;}

#sub .tbl_area .slct .nice-select {width:100px; height:40px; line-height:40px;}
.nice-select .list {max-height:200px; overflow-y:scroll;}

.loan-color {background-color:#f3f7fc; padding:10px 20px; height:60px;}
.loan-color2 .tit_box .left strong  {font-size:20px; line-height:26px; font-weight:800; color:#002060;}
.loan-color2 .tit_box .right .btn {min-width:80px; height:40px; border:2px solid; border-radius:5px; font-size:14px; line-height:35px; font-weight:800;}
.loan-color2 .tit_box .right .btn.finish {border-color:#038f11; color:#038f11;}
.loan-color2 .tit_box .right .btn.repay {border-color:#003ebb; color:#003ebb;}
.loan-color2 .tit_box .right .btn.overdue,
.loan-color2 .tit_box .right .btn.end {border-color:#cf0a0a; color:#cf0a0a;}
.loan-color2 .p1020 {font-size:16px; font-weight:700; color:#111111; padding:10px 20px;}
.loan-color2 .p1020 span.l1 {font-size:18px;}
.loan-color2 .p1020 span.fw400 {font-weight:400;}
.loan-color2 .bottom {margin:0 20px; border-top:1px solid #e8e8e8;}
.loan-color2 .bottom .left, .loan-color2 .bottom .right {padding:10px 0;}
.loan-color2 .bottom p {font-size:16px; font-weight:700; color:#111111;}
.loan-color2 .bottom .left .btns {margin-left:27px;}
.loan-color2 .bottom .right span.money {font-size:20px; font-weight:700; color:#002060; }
.loan-color2 .bottom span.ml85 {position:relative;}
.loan-color2 span.l6:after {right:62px;}
.loan-color2 .loan-table {border:1px solid #b8b8b8; box-sizing:border-box; border-radius:5px; margin:10px 20px 20px;}
.loan-color2 .after-class {position:relative; padding-right:10px;}
.loan-color2 .after-class:after {position:absolute; content:''; width:1px; height:12px; background-color:#e3e3e3; top:50%; margin-top:-6px; left:100%;}

.tit-box {position:absolute; background-color:#fff; top:20px; left:30px;}
.tit-box h2 {font-size:3rem; font-weight:700; line-height:1.3;}
.radio_box2.l2 label::before {left:2px;}
.ipt_box .sg {font-size:14px; color:rgb(126, 126, 126);}
.ipt_box i {font-style:normal;}

.tbl_wrap1 .tbl_box .calendar span.calendar_icon {display: block; width: 26px; height: 26px; cursor: pointer; position: absolute; right: 10px; top: 50%; margin-top: -13px; font-size: 0; text-indent: -9999px; color: #333; background-image: url(/assets/images/admin_images/ico_calendar2.png); background-repeat: no-repeat; background-position: 50% 50%; padding: 0; line-height: initial; box-shadow: none; border-radius: 0; border: 0; background-color: transparent;}
.tbl_wrap1 .tbl_box .calendar input[type="text"] {width: 100%; max-width: 100%; margin: 0;}
.tbl_wrap1 .tbl_box .calendar { position: relative; display: inline-block; height: 100%;}
.tbl_wrap1 .tbl_box input[type="text"] {border-color:#e8e8e8;}
.tbl_wrap1 .tbl_box tr:nth-child(1) th {border-bottom:1px solid #e8e8e8;}
.tbl_wrap1 .tbl_box tr td:nth-of-type(1) {border-right:1px solid #e8e8e8;}

.sec_wrap .tbl_area .change_year strong {font-size:4rem; font-weight:700; color:#000;}
.sec_wrap .tbl_area .change_year p {font-size:2rem; font-weight:700; color:#000;}
.sec_wrap .tbl_area .change_year a {width:40px; height:40px; border-radius:50%; border:1px solid #e1e1e1; font-size:0; display:block; position:relative;}
.sec_wrap .tbl_area .change_year a:after {content:''; display:block; background-image:url('/assets/images/icn_arr_prev.svg'); background-position:center; background-repeat:no-repeat; background-size:cover; position:absolute; width:9px; height:16px; top:50%; left:50%; transform:translate(-50%, -50%);}
.sec_wrap .tbl_area .change_year a.prev:after {background-image:url('/assets/images/icn_arr_prev.svg');}
.sec_wrap .tbl_area .change_year a.next:after {background-image:url('/assets/images/icn_arr_next.svg');}
.tbl_box6 td.on {color:#002060 !important; font-weight:700 !important;}
.des_tit p {font-size:.1.4rem; font-weight:400; color:#111111;}
.des_tit p strong {font-size:1.8rem; font-weight:700;}

.tbl_wrap1 .tbl_box .flex-box.p10_0 {background-color:#f3f7fc;}
.tbl_wrap1 .tbl_box .flex-box.p10_0 p {font-size:1.5rem; font-weight:700;}
.tbl_wrap1 .tbl_box .flex-box.p10_0 p > span {font-size:2rem; font-weight:700; color:#002060}
.tbl_wrap1 .tbl_box .flex-box.p10_0 p > span.sf {font-size:1.5rem; font-weight:400;}
.tbl_wrap1 .tbl_box .fl p {padding:15px 0;}
.tbl_wrap1 .tbl_box .fl p .lf {font-weight:700;}
.tbl_wrap1 .tbl_box .fl p {font-size:1.5rem; font-weight:400; color:#444444;}
.tbl_wrap1 .tbl_box .flex-box.p10_0 .paydate {position:relative;}
.tbl_wrap1 .tbl_box .flex-box.p10_0 .paydate:after {position:absolute; content:''; display:block; top:50%; transform:translateY(-50%); width:1px; height:45px; background-color:#c3cddf; right:-47px;}
.tbl_wrap1 .tbl_box .flex-box.p10_0 .right {margin-left:96px;}
.tbl_wrap1 .tbl_box .flex-box.p10_0 .right .calc {font-size:5.3rem; margin:0 60px;}


#pdf_canvas .board {width:680px; margin:0 auto;}
#pdf_canvas .board .tit_box p {text-align:center;}
#pdf_canvas .board .tit_box p strong {font-size:36px; font-weight:700;}
#pdf_canvas .board .mid_txt p {font-size:16px; font-weight:400;}
#pdf_canvas .board .mid_txt p span {font-weight:700;}
#pdf_canvas .board .line {width:170px; margin:0 5px; border-bottom:1px solid #000;}
.tbl_box4.scroll-x {overflow-x:scroll; transform:rotate(180deg); direction:rtl;}
.tbl_box4.scroll-x table {transform:rotate(180deg); direction:ltr;}
.tbl_box2 tr .back_color {width:20px; height:20px; background-color:#000; border:1px solid #e8e8e8;}

.layout_dashboard .border {border:1px solid #b8b8b8; border-radius:5px; padding:20px; box-sizing:border-box; }
.layout_dashboard tfoot td {color:#002060 !important; font-weight:700 !important;}
.layout_dashboard .tbl_area .tbl_box4 table td {line-height:initial !important;}

.header .logout .alarm_bell {width:22px; height:22px; background-image:url('/assets/images/icon_alarm_w.svg'); position:relative;}
/* .header .logout .alarm_bell:after {position:absolute; width:17px; height:17px; content:''; display:block; border-radius:50%; background-color:#fff; right:-6px; top:-3px;} */
/* .header .logout .alarm_bell p {color:#244177; position:absolute; left:16px; top:-0.6px; z-index:1; font-size:12px;} */
.header .logout .alarm_bell p {color:#244177; position:absolute; width:20px; height:20px; content:''; display:block; border-radius:50%; background-color:#fff; right:-9px; top:-8px; font-size:10px; display: -webkit-box; display: -moz-box;  display: -ms-flexbox;  display: flex; -webkit-box-pack: justify; -moz-justify-content: center;  -ms-flex-pack: justify; justify-content: center; -webkit-box-align: center;  -moz-align-items: center;  -ms-flex-align: center;  align-items: center;}
.header .alarm-wrap {position:fixed; left:0; top:0; background-color:#80808040; width:100%; height:100%; z-index:3;}
.header .alarm-wrap .alarm-body {background-color:#fff; border-radius:0 0 20px 20px;}
.header .alarm-wrap .alarm-top {height:60px;}
.header .alarm-wrap .alarm-box{width:450px; position:absolute; z-index:1000; top:0; right:0;}
.header .alarm-wrap .alarm-header  {color:#fff; background-color:#002060; border-radius:20px 20px 0 0; }
.header .alarm-wrap .alarm-header p {font-size:24px; font-weight:700;}
.header .alarm-wrap .alarm-header span {font-size:0;}
.header .alarm-wrap .alarm-header .alarm-w {display:block; width:24px; height:24px; background-image:url('/assets/images/icon_alarm_w.svg'); background-position:center; background-repeat:no-repeat; background-size:cover;}
.header .alarm-wrap .alarm-header .close-box {width:36px; height:36px; border-radius:50%; border:1px solid #ffffff47; position:relative;}
.header .alarm-wrap .alarm-header .close-box span {display:block; background-image:url('/assets/images/icon_close_w.svg'); background-position:center; background-repeat:no-repeat; background-size:cover; width:10px; height:10px; position:absolute; left:50%; top:50%; transform: translate(-50%, -50%);}
.header .alarm-wrap .alarm-box table td div.on {position:relative;}
.header .alarm-wrap .alarm-box table td div.on:after {position:absolute; content:'N'; color:#fff; width:16px; height:16px; border-radius:50%; background-color:#ffb800; display:flex; align-items:center; justify-content:center; top:0; left:75px; font-size:10px; font-weight:700;}
.header .alarm-wrap .alarm-box table tbody td {height:43px !important;}
.header .alarm-wrap .alarm-box .scroll-y {max-height:480px; overflow-y:scroll;}
.header .alarm-wrap .alarm-box .scroll-y::-webkit-scrollbar {width:5px; height:3px;}

.tbl_box.scroll-y {max-height:500px; overflow-y: scroll;}
#loanPerson_modal .tbl_box8.scroll-y {max-height:188px; overflow-y:scroll;}
#loanPerson_modal .tbl_box9 table tbody td {height:45.5px;}
.tbl_p0 .nice-select {height:36px !important; line-height:34px !important;}
#sub .tbl_area.h57 .tbl_box table tbody td {height:57px !important;}
.tbl_area .tbl_box3 table tbody td {height:50px !important; box-sizing:border-box; padding:5px !important;}
.h61 table tr {height:50px !important;}
.h61 table tr td {padding:5px 20px !important;}
.tablep tr td {padding:5px 20px !important;}
.new_loan .tbl_box3 tbody tr th {font-weight: 800;}
.new_loan .tbl_box3 tbody tr th, .new_loan .tbl_box3 tbody tr td {text-align:start; padding:0 20px !important;}
.new_loan .tbl_box3 tbody tr:not(:last-child) th {border-bottom:1px solid #e8e8e8;}

.radomly #request {width:100%; height:170px; border:none; resize:none;}
.widcalc {width:calc( 100% - 134px ) !important;}
#loanPerson_modal .pop_wrap .pop_inner {max-height:820px; overflow-y:scroll;}
.increase {display:block;}
.individual, .increase-form, .individual-form, .new_loan {display:none;}

.widauto {width:auto !important;}
.widauto a {width:auto !important;}
.border-r tbody tr td:last-child {padding:10px 20px !important;}
.border-r tfoot tr td {border-right:1px solid #e8e8e8;}
.border-r tfoot tr td:last-child {border-right:none}

.popup .pop_cont .select_drop.height40 {max-width:200px;}

.collateral-table table thead th {padding: 0 20px !important;}
#del_box .storage-name-box {display:none;}

.increase-form .tbl_box3 table tbody th {font-weight:800 !important; text-align:left !important; padding:0 20px;}
.increase-form .tbl_box3 table tbody td {padding:0 20px !important;}
.increase-form .tbl_box3 table tbody tr {border-bottom:1px solid #e8e8e8;}

.tbl_box3 .th-color tbody tr td:first-child {background-color:#f9f9f9 !important; font-weight:700 !important;}

/* .chargefee {display:none;} */
.pos-static .searchWrap .srch_word {position:static; margin-left:20px;}
.pos-static .searchWrap .srch_word .btn_box {position:static;}
.pos-static .top-tit h2, .top-tit-box .top-tit h2 {font-size: 3rem; font-weight:700;}
.tbl_area .tbl_box table .fee-check >  {margin-left:10px;}
.tbl_area .tbl_box table .fee-check .flex-box > label {margin-right:40px;}
.tbl_area .tbl_box table .fee-check .check_box {left:unset; right:20px; transform:translateY(-50%);}

.storagefee_current .top-tit, .top-tit-box .top-tit {position:absolute; background-color:#fff; top:17px; left:30px;}
.chargefee .tbl_wrap1 .tbl_box tfoot tr td:nth-of-type(2) {border-right: 1px solid #e8e8e8;}

.tbl_area .tbl_wrap .tbl_box3 .pop-table tbody tr th, .tbl_area .tbl_wrap .tbl_box3 .pop-table tbody tr td {text-align:left; padding:0 20px;}
.tbl_area .tbl_wrap .tbl_box3 .pop-table tbody tr td {padding-left:15px !important;}
.tbl_area .tbl_wrap .tbl_box3 .pop-table tbody tr th {border-bottom:1px solid #e8e8e8;}
.tbl_area .tbl_wrap .tbl_box3 .pop-table tbody tr:last-child th, .tbl_area .tbl_wrap .tbl_box3 .pop-table tbody tr:last-child td  {border-bottom:none;}

#sub .board .tbl_wrap table.popup_table td {padding:5px 15px;}
.sec_wrap .section .popup_img {width:100%; height:100%; display:none; position:fixed; left:0; top:0; z-index:11;}
.sec_wrap .section .popup_img .popup_img_area {width:350px; height:auto; position:relative; left:50%; top:50%; transform:translate(-50%, -50%); border:1px solid}
.sec_wrap .section .popup_img .popup_img_area img {width:100%;}
.sec_wrap .section .popup_img .popup_img_area > div {background-color:#000; color:#fff; cursor:pointer;}
.sec_wrap .section .popup_img .popup_img_area > div input[type="checkbox"] {margin:0;}
.sec_wrap .section .popup_img .popup_img_area > div p {font-weight:600; margin-right:5px;}

.tbl_area .tbl_box table.payback_table tbody td {padding:5px 10px;}
.payback_table tbody tr td .btns {height:30px; line-height:30px;}

/* 대출관리 담보정보 */
#sub .board .tbl_wrap table td.storage-name .btnSet {display: -webkit-box; display: -moz-box;  display: -ms-flexbox;  display: flex; -webkit-box-pack: justify; -moz-justify-content: center;  -ms-flex-pack: justify; justify-content: center; -webkit-box-align: center;  -moz-align-items: center;  -ms-flex-align: center;  align-items: center; gap:5px; margin-left:0;}
#sub .board .tbl_wrap table td.storage-name .btnSet.clear:after {display:none;}
#sub .board .tbl_wrap table td.storage-name .btnSet p {font-size:1.2rem; font-weight:600;}

/* 대출관리 write */
.sec_wrap .convert-num-tr td .txt-box {margin-left:20px;}

#left_content .gnb ul > li > ul > li > a.active {font-weight:900; color:rgb(21, 18, 110);}

#payback_modal.popup .pop_wrap {width:940px;}
#payback_modal .pop_cont {overflow-y:auto; max-height:calc(100vh - 200px); margin-top:0;}
#payback_modal .approval-box {width:fit-content; margin-left: auto; border: 1px solid #b8b8b8; border-radius:5px;}
#payback_modal .approval-box tr td {text-align:center; width:80px;}
#payback_modal .approval-box tr:first-of-type td {background-color:#f9f9f9; font-size:1.5rem; font-weight:800;}
#payback_modal .approval-box tr:first-of-type td:first-of-type {writing-mode: vertical-lr; width:30px; border-radius:5px 0 0 5px;}
#payback_modal .approval-box tr:first-of-type td:last-of-type {border-radius:0 5px 5px 0;}
#payback_modal .approval-box tr td:not(:last-of-type) {border-right:1px solid #e8e8e8;}
#payback_modal .approval-box .sign-tr td {height:70px; border-top:1px solid #e8e8e8;}
#payback_modal .approval-box .txt-td {position:relative;}
#payback_modal .approval-box .txt-td p {position:absolute; left:2px; top:2px; font-size:1.3rem; font-weight:500; color:#444444;}
#payback_modal .approval-box .line-td {position:relative}
#payback_modal .approval-box .line-td:after {position:absolute; display:block; content:''; clear:both; width:1px; height:151%; background-color:#e8e8e8; transform:rotate(49deg); right:48%; top:-18px;}

#sub .sec_wrap.popup-write {padding-top:0;}
#sub .sec_wrap.manager {padding-top:0;}
#sub .sec_wrap.popup-write .board .tbl_wrap {margin-top:0;}
#sub .dashboard.current .section .inner {padding-top:0;}


#storagefee_write_modal.popup .tbl_area {margin-top:0;}
#storagefee_write_modal.popup .tablep tr td {padding:5px !important;}
#storagefee_write_modal.popup .tbl_area .tbl_wrap1 .tbl_box tr td:nth-of-type(1) {border-right:0;}
#storagefee_write_modal.popup .tbl_area .tbl_box table tbody td {min-height:52px; line-height:40px;}
#storagefee_write_modal.popup .tbl_area .tbl_box table tbody td .btns {width:70px;}

.storagefee_current .view-table tfoot tr td:not(:first-of-type, :last-of-type) {border-right:1px solid #e8e8e8;}

#withdrawal ~ .nice-select {min-width:300px; width:auto;}

#timeChange_modal.popup .pop_wrap {width:fit-content;}

.sec_wrap.holiday .searchTable th {padding:5px 10px;}
.sec_wrap.holiday .searchTable th .nice-select {width:200px;}
.sec_wrap.holiday .tbl_box.tbl_box4 td .btnSet {margin-top:0;}

/* .tbl_area .interest_tbl.tbl_box {overflow-x:auto; transform:rotate(180deg); direction:rtl;} */
.tbl_area .interest_tbl.tbl_box {overflow-x:auto; user-select:none;}
/* .tbl_area .interest_tbl.tbl_box table {transform:rotate(180deg); direction:ltr;} */
.tbl_area .interest_tbl.tbl_box table th {font-size:1.3rem; border-bottom:1px solid #e8e8e8;}
.tbl_area .interest_tbl.tbl_box table tbody tr:last-of-type th:first-of-type {border-top:1px solid #e8e8e8;}
.tbl_area .interest_tbl.tbl_box table .border_bt {min-width:70px; white-space:nowrap; position:sticky; left:0; top:0; z-index:10;}

/* .layout_dashboard .flx_item .tbl_area .tbl_box tbody {height:400px;} */

/* ==================================================
| 만기일 연장 팝업 
================================================== */
#dueDate_modal .pop_inner {width:465px;}
#dueDate_modal .pop_cont {margin-top:30px;}
#dueDate_modal .tbl_area {margin-top:10px;}
#dueDate_modal .tbl_area table tbody tr:first-of-type th {border-radius:5px 0 0 0;}
#dueDate_modal .tbl_area table tbody tr:last-of-type th {border-radius:0 0 0 5px;}
#dueDate_modal .tbl_area table tbody tr:not(:first-of-type) th {border-top:1px solid #e8e8e8;}

/* ==================================================
| 담보관리 품목명 8글자 제한
================================================== */
#sub .tbl_area .tbl_box4 .color-border td.product_name {white-space:nowrap;}

/* ==================================================
| datepicker
================================================== */
.ui-datepicker select.ui-datepicker-month {width:40% !important; margin-left:10px !important;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year {padding:0 10px !important;}

/* ==================================================
| 회원관리 담보품목 상태값 스타일
================================================== */
.member-sort {padding:5px !important}
.member-sort select {line-height:28px;}
.member-sort .select_drop {min-height:unset;}