@charset "utf-8";

/* display */
.inBlock{display: inline-block}

/* position */
.boxRelative{position: relative}

/* margin */
.mt3{margin-top: 3px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt45{margin-top: 45px;}
.mr5{margin-right:5px;}
.mr15{margin-right:15px;}
.mt40{margin-top:40px;}
.ml50{margin-left:50px;}
.ml100{margin-left:100px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb50{margin-bottom: 50px;}

.nomgL{margin-left:0 !important;}
.nomgR{margin-right:0 !important;}
.nomgT{margin-top:0 !important;}
.nomgB{margin-bottom:0 !important;}

.fl{float: left;}
.fr{float: right;}

.ellipsis{text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}

.placeholder_Cred::placeholder{color:#fb9595}

.lineH28 {line-height: 28px !important;}
.lineH30 {line-height: 30px !important;}

tbody.nobdt td{border-top: 0 !important;}
tbody.nobdl td{border-left:0 !important}
tbody.nobdr td{border-right: 0 !important;}
td.nobdt{border-top: 0 !important;}
td.nobdl{border-left:0 !important}
td.nobdr{border-right: 0 !important;}

thead.nobdl th{border-left:0 !important}
thead.nobdr th{border-right: 0 !important;}


.noscroll{overflow: hidden; }
.scrollX{overflow-x:auto !important;}
/* 폰트사이즈 */
.fontS11{font-size:11px !important}
.fontS12{font-size:12px !important}
.fontS13{font-size:13px !important}
.fontS14{font-size:14px !important}
.fontS15{font-size:15px !important}
.fontS16{font-size:16px !important}
.fontS17{font-size:17px !important}
.fontS18{font-size:18px !important}
.fontS19{font-size:19px !important}
.fontS20{font-size:20px !important}

/* 폰트컬러 */
.fontC_red{}
.fontC_blue{}
.fontC_orange{}
.fontC_gray{}
.fontC_bgray{color: #8295A8}


/* 배경컬러 */
.backC_red{}
.backC_blue{}
.backC_orange{}
.backC_gray{}

/* 테이블스크롤상단고정 */
.tableBox.tableScroll .basicTable.list th{position: sticky; top: -1px; z-index: 3; background: #fbfbfd;}

/* width */
.w10 {width:10px !important; }
.w20 {width:20px !important;}
.w30 {width:30px !important;}
.w40 {width:40px !important;}
.w50 {width:50px !important;}
.w60 {width:60px !important;}
.w70 {width:70px !important;}
.w80 {width:80px !important;}
.w90 {width:90px !important;}
.w100 {width:100px !important;}
.w110 {width:110px !important;}
.w115 {width:115px !important;}
.w120 {width:120px !important;}
.w130 {width:130px !important;}
.w140 {width:140px !important;}
.w145 {width:145px !important;}
.w150 {width:150px !important;}
.w160 {width:160px !important;}
.w170 {width:170px !important;}
.w180 {width:180px !important;}
.w190 {width:190px !important;}
.w200 {width:200px !important;}
.w210 {width:210px !important;}
.w220 {width:220px !important;}
.w230 {width:230px !important;}
.w240 {width:240px !important;}
.w250 {width:250px !important;}
.w260 {width:260px !important;}
.w270 {width:270px !important;}
.w280 {width:280px !important;}
.w290 {width:290px !important;}
.w300 {width:300px !important;}
.w400 {width:400px !important;}
.w500 {width:500px !important;}
.w500 {width:500px !important;}
.w600{width:600px;}

.wp100{width: 100% !important}

.h400{height: 400px !important;}