﻿@charset "utf-8";

@import url('font_awesome.css');
@import url('ionicons.css');


/* 나눔명조 - 국문 */
@import url('https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css');

/* 본고딕 - 국문 */
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 250;
	src: local('NotoSansKR-Thin'), 
	src: url('/static_root/css/font/NotoSans-Thin.eot');
	src: url('/static_root/css/font/NotoSans-Thin.eot?#iefix') format('embedded-opentype'),
	url('/static_root/css/font/NotoSans-Thin.woff') format('woff'),
	url('/static_root/css/font/NotoSans-Thin.otf') format('truetype');
}
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 300;
	src: local('NotoSansKR-Light'),
	src: url('/static_root/css/font/NotoSans-Light.eot');
	src: url('/static_root/css/font/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
	url('/static_root/css/font/NotoSans-Light.woff') format('woff'),
	url('/static_root/css/font/NotoSans-Light.otf') format('truetype');
}
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 350;
	src: local('NotoSansKR-DemiLight'),
	src: url('/static_root/css/font/NotoSans-DemiLight.eot');
	src: url('/static_root/css/font/NotoSans-DemiLight.eot?#iefix') format('embedded-opentype'),
	url('/static_root/css/font/NotoSans-DemiLight.woff') format('woff'),
	url('/static_root/css/font/NotoSans-DemiLight.otf') format('truetype');
}
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 400;
	src: local('NotoSansKR-Regular'),
	src: url('/static_root/css/font/NotoSans-Regular.eot');
	src: url('/static_root/css/font/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
	url('/static_root/css/font/NotoSans-Regular.woff') format('woff'),
	url('/static_root/css/font/NotoSans-Regular.otf') format('truetype');
}
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 500;
	src: local('NotoSansKR-Medium'),
	src: url('/static_root/css/font/NotoSans-Medium.eot');
	src: url('/static_root/css/font/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
	url('/static_root/css/font/NotoSans-Medium.woff') format('woff'),
	url('/static_root/css/font/NotoSans-Medium.otf') format('truetype');
}
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 700;
	src: local('NotoSansKR-Bold'),
	src: url('/static_root/css/font/NotoSans-Bold.eot');
	src: url('/static_root/css/font/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
	url('/static_root/css/font/NotoSans-Bold.woff') format('woff'),
	url('/static_root/css/font/NotoSans-Bold.otf') format('truetype');
}
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 900;
	src: local('NotoSansKR-Black'), 
	src: url('/static_root/css/font/NotoSans-Black.eot');
	src: url('/static_root/css/font/NotoSans-Black.eot?#iefix') format('embedded-opentype'),
	url('/static_root/css/font/NotoSans-Black.woff') format('woff'),
	url('/static_root/css/font/NotoSans-Black.otf') format('truetype');
}





/* 기본클래스 */
.fl	{float:left !important;}
.fr	{float:right !important;}
.cb {clear:both !important;}
.ac {text-align:center !important;}
.al	 {text-align:left !important;}
.ar {text-align:right !important;}
.vt {vertical-align:top !important;}
.vm {vertical-align:middle !important;}
.vb {vertical-align:bottom !important;}
.jf	{text-align:justify !important;}
.oh {overflow:hidden !important;}
.cp {cursor:pointer !important;}
.di {display:inline !important;}
.dn {display:none !important;}
.db {display:block !important;}
.dib {display:inline-block !important;}
.vv {visibility:visible !important;}
.vh {visibility:hidden !important;}
.bn {border:none !important;}
.btn {border-top:none !important;}
.bbn {border-bottom:none !important;}
.bln {border-left:none !important;}
.brn {border-right:none !important;}
.bgn {background:none !important;}
.show {display:block !important;}
.hide {display:none !important;}
.hidden {display:none;}


.mw100p {max-width:100% !important;}
.mw99p {max-width:99% !important;}
.mw98p {max-width:98% !important;}


/* 가로사이즈 */
.w100p {width:100% !important;}
.w99p {width:99% !important;}
.w98p {width:98% !important;}
.w96p {width:96% !important;}
.w95p {width:95% !important;}
.w94p {width:94% !important;}
.w93p {width:93% !important;}
.w90p {width:90% !important;}
.w80p {width:80% !important;}
.w75p {width:75% !important;}
.w70p {width:70% !important;}
.w65p {width:65% !important;}
.w60p {width:60% !important;}
.w55p {width:55% !important;}
.w50p {width:50% !important;}
.w48p {width:48% !important;}
.w45p {width:45% !important;}
.w42p {width:42% !important;}
.w41p {width:41% !important;}
.w40p {width:40% !important;}
.w32p {width:32% !important;}
.w31p {width:31% !important;}
.w30p {width:30% !important;}
.w25p {width:25% !important;}
.w23p {width:23% !important;}
.w22p {width:22% !important;}
.w20p {width:20% !important;}
.w10p {width:10% !important;}
.w5p {width:5% !important;}

.w30 {width:30px !important;}
.w40 {width:40px !important;}
.w42 {width:42px !important;}
.w50 {width:50px !important;}
.w52 {width:52px !important;}
.w60 {width:60px !important;}
.w70 {width:70px !important;}
.w72 {width:72px !important;}
.w80 {width:80px !important;}
.w82 {width:82px !important;}
.w90 {width:90px !important;}
.w100 {width:100px !important;}
.w110 {width:110px !important;}
.w120 {width:120px !important;}
.w122 {width:122px !important;}
.w125 {width:125px !important;}
.w130 {width:130px !important;}
.w140 {width:140px !important;}
.w145 {width:145px !important;}
.w150 {width:150px !important;}
.w152 {width:152px !important;}
.w155 {width:155px !important;}
.w160 {width:160px !important;}
.w170 {width:170px !important;}
.w172 {width:172px !important;}
.w175 {width:175px !important;}
.w180 {width:180px !important;}
.w182 {width:182px !important;}
.w190 {width:190px !important;}
.w196 {width:196px !important;}
.w197 {width:197px !important;}
.w200 {width:200px !important;}
.w210 {width:210px !important;}
.w233 {width:233px !important;}
.w250 {width:250px !important;}
.w252 {width:252px !important;}
.w255 {width:255px !important;}
.w300 {width:300px !important;}
.w310 {width:310px !important;}
.w350 {width:350px !important;}
.w375 {width:375px !important;}
.w400 {width:400px !important;}
.w415 {width:415px !important;}
.w450 {width:450px !important;}
.w460 {width:460px !important;}
.w465 {width:465px !important;}
.w480 {width:480px !important;}
.w500 {width:500px !important;}
.w600 {width:600px !important;}
.w610 {width:630px !important;}
.w630 {width:630px !important;}
.w650 {width:650px !important;}
.w700 {width:700px !important;}

.h50 {height: 50px !important;}
.h60 {height: 60px !important;}
.h70 {height: 70px !important;}
.h80 {height: 80px !important;}
.h90 {height: 90px !important;}
.h100 {height: 100px !important;}
.h110 {height: 110px !important;}
.h120 {height: 120px !important;}
.h130 {height: 130px !important;}
.h140 {height: 140px !important;}
.h150 {height: 150px !important;}
.h200 {height: 200px !important;}
.h250 {height: 250px !important;}
.h300 {height: 300px !important;}

/* 마진-상단 */
.mt0 {margin-top:0 !important;}
.mt1 {margin-top:1px !important;}
.mt2 {margin-top:2px !important;}
.mt3 {margin-top:3px !important;}
.mt4 {margin-top:4px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt18 {margin-top:18px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}
.mt55 {margin-top:55px !important;}
.mt70 {margin-top:70px !important;}

/* 마진-하단 */
.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}

/* 마진-좌측 */
.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.ml45 {margin-left:45px !important;}
.ml50 {margin-left:50px !important;}

.pd0 {padding:0 !important;}

/* 패딩-상단 */
.pt0 {padding-top:0 !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt13 {padding-top:13px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}
.pt45 {padding-top:45px !important;}
.pt50 {padding-top:50px !important;}

/* 패딩-하단 */
.pb0 {padding-bottom:0 !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb35 {padding-bottom:35px !important;}
.pb40 {padding-bottom:40px !important;}
.pb45 {padding-bottom:45px !important;}
.pb50 {padding-bottom:50px !important;}

/* 패딩-좌측 */
.pl0 {padding-left:0 !important;}
.pl5 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}
.pl35 {padding-left:35px !important;}
.pl40 {padding-left:40px !important;}
.pl45 {padding-left:45px !important;}
.pl50 {padding-left:50px !important;}

/* 패딩-우측 */
.pr0 {padding-right:0 !important;}
.pr5 {padding-right:5px !important;}
.pr10 {padding-right:10px !important;}
.pr15 {padding-right:15px !important;}
.pr20 {padding-right:20px !important;}
.pr25 {padding-right:25px !important;}
.pr30 {padding-right:30px !important;}
.pr35 {padding-right:35px !important;}
.pr40 {padding-right:40px !important;}
.pr45 {padding-right:45px !important;}
.pr50 {padding-right:50px !important;}

/* 폰트사이즈 */
.font11 {font-size:11px !important;}
.font12 {font-size:12px !important;}
.font13 {font-size:13px !important;}
.font14 {font-size:14px !important;}
.font16 {font-size:16px !important;}
.font18 {font-size:18px !important;}
.font20 {font-size:20px !important;}
.font22 {font-size:22px !important;}
.font24 {font-size:24px !important;}

/* 폰트 색상 */
.colorGreen {color:#00964c !important;}
.colorBlue {color:#0969b3 !important;}
.colorRed {color:#b42329 !important;}
.colorPurple {color:#63539e !important;}
.colorOrange {color:#f47462 !important;}
.colorBrown {color:#905500 !important;}
.colorGray {color:#6a6a6a !important;}
.colorBlack {color:#333 !important;}
.color-before {color:#0969b3 !important;}
.color-after {color:#b42329 !important;}


input.date {
	width: 90px;
	text-align: center;
}
input.time {
	width: 50px;
	text-align: center;
}

.btn-ico-appr, .btn-ico-reg {
	background-image: url("../images/btnIcn/btnIcn_appr.png");
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 100%; 
}	
.btn-ico-download {
	background-image: url("../images/btnIcn/btnIcn_download.png");
	background-position: center left;
	background-repeat: no-repeat;
	display: inline-block;
}
.btn-ico-edit {
	background-image: url("../images/btnIcn/btnIcn_edit.png");
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 100%; 
}	

.btn-ico-plus {
	background-image: url("../images/btnIcn/btn_plus.gif");
	background-position: center left;
	background-repeat: no-repeat;
	width:30px;
	height:30px;
	display: inline-block;
	vertical-align: bottom;
}
.btn-ico-minus {
	background-image: url("../images/btnIcn/btn_minus.gif");
	background-position: center left;
	background-repeat: no-repeat;
	width:30px;
	height:30px;
	display: inline-block;
	vertical-align: bottom;
}

.btn-ico-cancel {
	background-image: url("../images/btnIcn/btn_cancel.gif");
	background-position: center left;
	background-repeat: no-repeat;
	width:14px;
	height:14px;
	display: inline-block;
	
}