136 lines
3.6 KiB
CSS
136 lines
3.6 KiB
CSS
|
|
/*20240220 김보라 퍼블수정*/
|
|
html, body {height:calc(100vh - 72px);}
|
|
.wrapper {height:100%}
|
|
#dayKo {margin-left: 20px;}
|
|
.terminal_wrap {margin:20px 0 10px 0; padding:15px; background:#f5f5f5}
|
|
.terminal_wrap .terminal_top{overflow: hidden;}
|
|
.terminal_wrap .terminal_top .terminal_btn {float:right;}
|
|
.terminal_wrap .terminal_list_wrap {border-top:1px solid #ddd; margin: 10px 0 0 0; padding:10px}
|
|
.terminal_list_wrap .terminal_list_in {padding: 5px 0;}
|
|
.terminal_list_wrap .terminal_list_in .checkbox-label {line-height: normal; padding-left: 25px; display: inline;}
|
|
.terminal_list_wrap .terminal_list_in > p {text-align: center;}
|
|
|
|
.table_radio_wrap {vertical-align: middle;}
|
|
.table_radio_wrap .radio_box {display: inline-block !important; padding-right:10px !important; padding-left: 0; margin-left:0; }
|
|
.table_radio_wrap .radio_box input[type="radio"] + label {position:static;}
|
|
|
|
.btn_wrap {position: relative; text-align: right; margin-top:10px;}
|
|
.table_select_box, .table_date_box {width: 225px;}
|
|
|
|
.tb_sty01.tb_sty02 {border-top:1px solid #999}
|
|
|
|
#batchRegisterTerminalModal .modal-content {max-width: 530px !important}
|
|
#depositDetailModal .modal-content, #withdrawDetailModal .modal-content,
|
|
#transferDetailModal .modal-content, #transferHistoryModal .modal-content {max-width: 750px !important}
|
|
|
|
.btn_normal.excelbtn {
|
|
height: 36px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
line-height: 36px;
|
|
}
|
|
.tb_wrapper.tb_wrapper_x_scroll {overflow-x: auto;}
|
|
.tb_wrapper.tb_wrapper_terminal {max-height: 170px; overflow-y: auto; overflow-x: auto;}
|
|
.wd_auto .tbl_bert_m > th{vertical-align: middle;}
|
|
.wd_auto input {width:100% !important;}
|
|
|
|
.font_bold{font-weight: bold;}
|
|
.tooltip_prt {position:relative;}
|
|
.tooltip_chd {
|
|
visibility: hidden;
|
|
background-color: black;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 6px;
|
|
padding: 5px;
|
|
position: absolute;
|
|
z-index: 1;
|
|
|
|
width: max-content;
|
|
bottom: -5%;
|
|
left: 50%;
|
|
transform: translate(-50%, 50%);
|
|
}
|
|
.tooltip_prt:hover .tooltip_chd {
|
|
visibility: visible;
|
|
}
|
|
table colgroup > col { min-width:max-content !important}
|
|
|
|
table td > p, table td > a {
|
|
display:block;
|
|
overflow:hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.mt-05 {
|
|
margin-top: 5px;
|
|
}
|
|
.mt-10 {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.tb_wrapper {padding-bottom:35px}
|
|
/*20240226 김현종 퍼블 수정*/
|
|
.clickable_text a:link, .clickable_text a:visited {
|
|
color: blue;
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*20240229 김현종 퍼블 수정*/
|
|
.title_text a {
|
|
color: black; /* 원하는 색상으로 설정 */
|
|
text-decoration: none; /* 밑줄 제거 */
|
|
}
|
|
|
|
.title_text a:visited {
|
|
color: black; /* 방문한 링크에 대해서도 동일한 색상 유지 */
|
|
}
|
|
|
|
|
|
/* 모바일 */
|
|
@media (max-width: 767px){
|
|
.mb_w50 {overflow: hidden; margin-left:-5px;}
|
|
.mb_w50 > span {width:50%; float:left; padding:0 3px !important; box-sizing: border-box;}
|
|
.mb_w50 > span select {width:100%}
|
|
|
|
table td > p, table td > a {
|
|
overflow: inherit;
|
|
white-space: inherit;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.tb_w_auto {width:130px !important;}
|
|
.table_wrap h4 { height: auto !important}
|
|
.table_wrap2 .tb_right {position:absolute;}
|
|
}
|
|
|
|
/* 테블릿 세로 */
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.menu_wrap {
|
|
max-width:200px
|
|
}
|
|
|
|
.tb_w_auto {width:100px}
|
|
}
|
|
|
|
|
|
/* 테블릿 가로 */
|
|
|
|
@media (min-width: 992px) and (max-width: 1199px) {
|
|
.menu_wrap {
|
|
max-width:200px
|
|
}
|
|
|
|
.tb_w_auto {width:130px}
|
|
|
|
}
|
|
|
|
|
|
/* 데스크탑 일반 */
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
} |