@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUITE@2/fonts/static/woff2/SUITE.css');

/* 기본스타일 초기화 */
a { text-decoration: none !important; color: inherit !important; font-weight: normal; }
ul { list-style-type: none; margin: 0; padding: 0; }
li { margin: 0; padding: 0; }

/* Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }

/* 메인 콘텐츠 테이블 스타일 */
.text_center {text-align:center !important;}
.text_center th, .text_center td {text-align:center !important;}

.text_left {text-align:left !important;}
.text_left th, .text_left td {text-align:left !important;}

.text_right {text-align:right !important;}
.text_right th, .text_right td {text-align:right !important;}

/* 추가항목 마진-패딩 순서 */
.mt1 {margin-top:1px;}
.mt2 {margin-top:2px;}
.mt3 {margin-top:3px;}
.mt4 {margin-top:4px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}
.mt90 {margin-top:90px;}
.mt100 {margin-top:100px;}

.mr1 {margin-right:1px;}
.mr2 {margin-right:2px;}
.mr3 {margin-right:3px;}
.mr4 {margin-right:4px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}

.mb1 {margin-bottom:1px;}
.mb2 {margin-bottom:2px;}
.mb3 {margin-bottom:3px;}
.mb4 {margin-bottom:4px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}

.ml1 {margin-left:1px;}
.ml2 {margin-left:2px;}
.ml3 {margin-left:3px;}
.ml4 {margin-left:4px;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml40 {margin-left:40px;}

.pt1 {padding-top:1px;}

.bt0 {border-top:0 !important;}
.br0 {border-right:0 !important;}
.bb0 {border-bottom:0 !important;}
.bl0 {border-left:0 !important;}

.bt {border-top:1px solid #ccc;}
.br {border-right:1px solid #ccc;}
.bb {border-bottom:1px solid #ccc;}
.bl {border-left:1px solid #ccc;}

.b0 {border:0 !important;}

.btn_M0 {margin:0px auto;display:block;text-align: center;}

.w100 {width:100px;}
.w110 {width:110px;}
.w120 {width:120px;}
.w130 {width:130px;}
.w140 {width:140px;}
.w150 {width:150px;}

.tLeft {text-align:left !important;}
.tBold {font-weight:bold;}

/* 페이징 */
.pagination {display:inline-block;}
.pagination a {color: black;float:left;padding: 8px 16px;text-decoration: none;transition: background-color .3s;}
.pagination a.active {background:-webkit-linear-gradient(top, #4080bf 0%, #336699 100%);color:#fff;}
.pagination a:hover:not(.active) {background-color: #ddd;}