@charset "UTF-8";

/***** BODY *****/
body, input, textarea, select, button, table, th, td {
	font-family: '맑은고딕', Malgun Gothic, '돋움', Dotum, '굴림', Gulim, Helvetica, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}

body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body {
	font-size: 12px;
	line-height: 1.5em;
	color: #555;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}

input, textarea, select, button, table {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	background-color: inherit;
}

img, fieldset {
	border: 0;
}

em, address {
	font-style: normal;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

table td {
	word-spacing: normal;
	word-break: break-all;
}

table caption {
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

fieldset, img {
	border: 0;
}

ol, ul {
	list-style: none none;
}

img {
	outline: none;
}

mark {
	background: transparent;
	color: inherit;
}

hr {
	border: none;
	size: 0;
	color: inherit;
}

pre {
	font-family: inherit;
}

/***** FORM *****/
input, textarea, select, button {
	background-color: transparent;
	border: none;
}

a, button {
	cursor: pointer;
}

.no_input {
	border: none !important;
	background-color: transparent;
}

/*****  LINK *****/
a:link, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}

a:focus {
	background-color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

/***** contents 요소_base *****/

/* etc */
.bg_none {
	background: none !important;
}

.txt_c {
	text-align: center !important;
}

.txt_r {
	text-align: right !important;
}

.txt_l {
	text-align: left !important;
}

.border_none {
	border: 0 !important;
}

.border_l_none {
	border-left: 0 !important;
}

.v_align_m {
	vertical-align: middle !important;
}

.v_align_t {
	vertical-align: top !important;
}

.v_align_b {
	vertical-align: bottom !important;
}

/* float */
.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.fn {
	float: none !important;
}

.cb {
	clear: both !important;
}

/* display */
.di {
	display: inline !important;
}

.dib {
	display: inline-block !important;
}

.db {
	display: block !important;
}

.dn {
	display: none !important;
}

/***** 승인 미승인 txt-color *****/
.right_10 {
	padding-right: 10px !important;
}

.txt_color_approve {
	color: #124bbb !important;
}

.txt_color_refuse {
	color: #fe4b38 !important;
}

/***** Skip Nav *****/
.skip_navi {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}

.skip_navi li a {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	position: absolute;
	top: -10000px;
	left: 0;
	color: #fff;
}

.skip_navi li a.on {
	top: 0;
}

.skip_navi .skip_cont a {
	background: #0b4c9e !important;
}

.skip_navi .skip_gnb a {
	background: #9d0006 !important;
}

/***** comn *****/
button::-moz-focus-inner {
	padding: 0;
}

table {
	width: 100%;
}

table caption {
	font-size: 0;
	overflow: hidden;
	height: 0;
	visibility: hidden;
}

/***** Jquery UI  *****/

/*    tool tip      */
[class^='help_toolTip'] {
	padding-left: 3px;
	vertical-align: sub;
}

.ui-widget-content {
	background: #fff;
}

.ui-widget-content .ui-tooltip-content {
	text-align: left;
	position: relative;
	z-index: 1;
	font-family: '돋움', Dotum;
}

.ui-tooltip {
	padding: 10px 20px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui-tooltip, .ui-widget-content .arrow {
	background: #fff;
	border: 1px solid #aaa !important;
}

.ui-widget-content .arrow {
	width: 10px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: -7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ui-widget-content .ui-tooltip-content:after {
	content: '';
	width: 14px;
	height: 20px;
	display: block;
	background-color: #fff;
	position: absolute;
	top: -5px;
	left: -20px;
}

/***** 폼 태그  *****/
.formTag_alignM {
	
}

.formTag_alignM * {
	vertical-align: middle;
}

/*    checkbox , radio       */
.formTag_chk {
	position: relative;
}

.formTag_chk * {
	vertical-align: middle;
}

.formTag_chk span {
	display: inline-block;
}

.formTag_chk span ~ span {
	margin-left: 20px;
}

.formTag_chk p {
	margin-top: 5px;
	margin-left: 2px;
}

.formTag_chk p:first-child {
	margin-top: 0;
}

.formTag_chk input[type='checkbox'], .formTag_chk input[type='radio'] {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity = 0);
	display: inline-block;
}

.formTag_chk input[type='checkbox']+label, .formTag_chk input[type='radio']+label {
	position: relative;
	cursor: pointer;
	min-height: 17px;
	line-height: 17px;
	display: inline-block;
}

.formTag_chk input[type='checkbox']+label:before {
	content: '';
	position: absolute;
	left: -19px;
	top: 1px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	display: block;
	background: url(/resources/images/ico_checkbox.png) no-repeat 0 0;
}

.formTag_chk input[type='radio']+label:before {
	content: '';
	position: absolute;
	left: -19px;
	top: 1px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	display: block;
	background: url(/resources/images/ico_checkradio.png) no-repeat 0 0;
}

.formTag_chk input[type='checkbox']:checked+label:before, .formTag_chk input[type='radio']:checked+label:before {
	background-position: -13px 0;
}

.formTag_chk input[type='checkbox']+.onlyCheck, .formTag_chk input[type='radio']+.onlyCheck {
	text-indent: -9999px;
	font-size: 0;
}

.formTag_chk input[type='checkbox']+.onlyCheck:before, .formTag_chk input[type='radio']+.onlyCheck:before {
	left: -15px;
}

.formTag_chk input[type='checkbox']:disabled+label, .formTag_chk input[type='radio']:disabled+label {
	color: #999;
	cursor: default;
}

.formTag_chk input[type='checkbox']:disabled+label:before, .formTag_chk input[type='radio']:disabled+label:before {
	background-position: 0 -13px;
}

.formTag_chk input[type='checkbox']:checked:disabled+label:before, .formTag_chk input[type='radio']:checked:disabled+label:before {
	background-position: -13px -13px;
}

.Checkonly {
	position: relative;
	display: inline-block;
	padding-left: 13px;
	min-height: 13px;
	line-height: 13px;
}

.Checkonly:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background: url(/resources/images/ico_checkbox.png) no-repeat 0 0;
	cursor: pointer;
	content: ''
}

.Checkonly  input[type='checkbox'] {
	position: absolute;
	left: 0;
	top: 0;
	width: 13px;
	height: 13px;
	display: none;
}

.Checkonly.active:before {
	background-position: -13px 0;
}

.Checkonly>span {
	padding-left: 5px;
	padding-right: 20px;
	cursor: pointer;
	line-height: 13px;
}

/*    input & textarea     */
input[type='text'], /* input[type='password']   { height: 24px; line-height: 24px; padding: 0 5px; display: inline-block; background-color: #fff; border: 1px solid #dcdcdc; box-sizing: border-box; } */ input[type='password']   
input[type='text']:focus, input[type='password']:focus {
	outline: none;
	border-color: #ed6c44;
}

textarea {
	padding: 5px;
	overflow-y: scroll;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	resize: none;
	vertical-align: middle;
	box-sizing: border-box;
}

textarea:disabled, input[type='text']:disabled, input[type='password']:disabled {
	color: #999;
	background-color: #f2f2f2;
}

/*    input type - file   */
.file_attech {
	
}

.file_attech * {
	vertical-align: top;
}

.file_input {
	position: relative;
	display: inline-block;
}

.file_input label {
	width: 105px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	cursor: pointer;
}

.file_input input[type='file'] {
	height: 24px;
	line-height: 24px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #dcdcdc;
}

.file_input input[type='file']:focus {
	outline: none;
	border-color: #ed6c44;
}

.file_input input[type='file']::-webkit-file-upload-button {
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	-webkit-appearance: none;
	opacity: 0;
}

.file_input input[type='file']::-ms-value {
	background-color: #fff;
	border: none;
	padding: 0 5px;
}

.file_input input[type='file']::-ms-browse {
	background-color: #fff;
	border: none;
	color: #fff;
}

.file_list:after {
	display: block;
	clear: both;
	content: '';
}

.file_name {
	padding: 5px 5px 0 0;
	float: left;
	margin-left: 10px;
}

.file_list .file_name:first-child {
	margin-left: 0
}

.file_name>span {
	font-weight: bold;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.file_input label {
		width: 85px;
	}
	.file_input input[type='file'] {
		height: 22px;
		line-height: 22px;
	}
}

@
-moz-document url-prefix () { .file_input label { width:85px;
	right: auto;
	left: 0;
}

.file_input input[type='file'] {
	padding-left: 3px;
	width: 99% !important;
	height: 22px;
	line-height: 22px;
}

}
.file_input.disabled input[type='file']:disabled+label {
	cursor: default;
}

.file_input.disabled {
	position: relative;
	overflow: hidden;
}

.file_input.disabled:after {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #888;
	opacity: 0.1;
	content: '';
}

/*    셀렉트 box   */
.select_panel {
	height: 25px;
	position: relative;
	background: url(/resources/images/ico_selectBox.gif) no-repeat 100% 50% #fff;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.select_panel.sfocus {
	border-color: #ed6c44;
}
/* .select_panel.sfocus  { border-color: #ed6c44; overflow: auto;} */
.select_panel .selected {
	height: 24px;
	line-height: 22px;
	padding: 0 32px 0 7px;
	display: block;
	color: #666;
	text-align: left;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.select_panel select {
	width: 100%;
	height: 24px;
	background: transparent;
	border: none;
	z-index: 1;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	bottom: -1px;
	left: 0;
	box-sizing: border-box;
	cursor: pointer;
}

.select_panel.disabled {
	color: #999;
	background-color: #f2f2f2;
}

.select_panel.disabled select {
	cursor: default;
}

/***** Button Type   *****/

/*      comn      */
[class^='btnType_'] {
	display: inline-block;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}

[class^='btnType_'] span {
	display: block;
}

a[class^='btnType_']:hover {
	text-decoration: none !important;
}

/*      공통 타입 - comn    */
[class^='btnType_comn'] span {
	min-width: 49px;
	height: 26px;
	line-height: 24px;
	padding: 0 7px;
	color: #fff;
	font-size: 12px;
}

a[class^='btnType_comn'] {
	color: #fff;
}

[class^='btnType_comn']:disabled {
	background-color: #ccc !important;
	border-color: #bdbdbd !important;
	cursor: default;
}

[class^='btnType_comn']:disabled span {
	background-color: #ccc !important;
	border-color: #bdbdbd !important;
	cursor: default;
}

@
-moz-document url-prefix () {button [class^='btnType_comn'] span { height:24px;
	line-height: 24px;
}

}
/*      color : Blue       */
.btnType_comnA {
	background-color: #73a4c8;
	border-color: #5588ae;
}

.btnType_comnA:focus, .btnType_comnA:hover {
	background-color: #3876a3;
	border-color: #266490;
}
/*      color : Brown       */
.btnType_comnB {
	background-color: #ad7e23;
	border-color: #91691a;
}

.btnType_comnB:focus, .btnType_comnB:hover {
	background-color: #765413;
	border-color: #5e420b;
}
/*      color : Excel       */
.btnType_comnC {
	background-color: #6d887f;
	border-color: #fff;
}

.btnType_comnC:focus, .btnType_comnC:hover {
	background-color: #3a5d51;
	border-color: #a1a1a1;
}

.btnType_comnC span {
	background: #fff;
	text-align: right;
}

.btnType_comnC span {
	color: #777;
}

.btnType_comnC span:before {
	content: '';
	display: inline-block;
	background: #fff url(/resources/images/btn_ico.png) no-repeat 0 0;
	width: 10px;
	height: 15px;
	vertical-align: middle;
	margin-right: 4px;
}

.btnType_comnC span.adver:before {
	background-position: -17px 0;
}

/*     블럭제어 및 팝업 Button - comn     */
[class^='btnType_cont'] {
	background-color: #fff;
	border-top-color: #ababab;
	border-left-color: #a2a2a2;
	border-right-color: #6e6e6e;
	border-bottom-color: #555;
}

[class^='btnType_cont']:focus, [class^='btnType_cont']:hover {
	border-top-color: #a78140;
	border-left-color: #9d732b;
	border-right-color: #6b490f;
	border-bottom-color: #52380c;
}

[class^='btnType_cont'] span {
	height: 21px;
	line-height: 22px;
	padding: 0 5px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-right-color: #e9e9e9;
	border-bottom-color: #dadada;
}

@
-moz-document url-prefix () {button .btnType_contA {position:relative;
	padding-bottom: 1px;
}

button.btnType_contA span {
	height: 19px;
	line-height: 20px;
	border: 0;
}

button.btnType_contA:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #e9e9e9;
	content: "";
}

button.btnType_contA:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #dadada;
	content: "";
}

a.btnType_contB, a.btnType_contC {
	padding-top: 1px;
	padding-bottom: 1px
}

button.btnType_contIco {
	position: relative;
	padding-bottom: 1px;
}

button.btnType_contIco span {
	height: 19px;
	line-height: 20px;
	border: 0;
}

button.btnType_contIco:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #e9e9e9;
	content: "";
}

button.btnType_contIco:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #dadada;
	content: "";
}

}
[class^='btnType_cont']:disabled {
	background-color: #f2f2f2 !important;
	border-top-color: #e2e2e2 !important;
	border-left-color: #e2e2e2 !important;
	border-right-color: #a0a0a0 !important;
	border-bottom-color: #7b7b7b !important;
	cursor: default;
}

[class^='btnType_cont']:disabled span {
	color: #999 !important;
	border-right-color: #ddd;
	border-bottom-color: #cfcfcf;
}

/*     블럭제어 및 팝업 btn       */
.btnType_contA span {
	min-width: 37px;
	color: #333;
	font-size: 12px;
}

.btnType_contA:focus span, .btnType_contA:hover span {
	color: #936415;
}
/*     검색 조건내 btn       */
.btnType_contB {
	background-color: #ad7e23;
	border-color: #91691a;
}

.btnType_contB span {
	min-width: 44px;
	height: 22px;
	line-height: 23px;
	color: #fff;
	border: none;
}

.btnType_contB:disabled {
	border-color: #dcdcdc !important;
}

.btnType_contB:focus, .btnType_contB:hover {
	background-color: #765413;
	border-color: #5e420b;
}

.btnType_contB:focus span, .btnType_contB:hover span {
	color: #fff;
}

/*     팝업 btn       */
.btnType_contC {
	background-color: #73a4c8;
	border-color: #5588ae;
}

.btnType_contC span {
	min-width: 44px;
	height: 22px;
	line-height: 23px;
	color: #fff;
	border: none;
}

.btnType_contC:disabled {
	border-color: #dcdcdc !important;
}

.btnType_contC:focus, .btnType_contC:hover {
	background-color: #3876a3;
	border-color: #266490;
}

.btnType_contC:focus span, .btnType_contC:hover span {
	color: #fff;
}

/*      icon 타입 btn    */
.btnType_contIco {
	vertical-align: top;
}

.btnType_contIco span {
	width: 21px;
	overflow: hidden;
	background: url(http://dothome.co.kr/expiration/404.html) no-repeat 0 0 #fff;
	padding: 0 !important;
	font-size: 0;
	text-indent: -99999px;
	color: transparent;
}

.btnType_contIco:focus span, .btnType_contIco:hover span {
	background-position: -20px 0;
}

.btnType_contIco:disabled span {
	background-position: -40px 0;
}
/*     더보기 btn       */
.btnType_contD span {
	min-width: 37px;
	color: #333;
	font-size: 12px;
}

.btnType_contD span:before {
	content: '';
	display: inline-block;
	background: url(http://dothome.co.kr/expiration/404.html) no-repeat 0 0;
	width: 5px;
	height: 5px;
	padding-right: 2px;
	position: relative;
	top: -2px;
}

.btnType_contD:disabled span:before {
	background-position: -10px 0;
}

.btnType_contD:focus span, .btnType_contD:hover span {
	color: #936415;
}

.btnType_contE span {
	min-width: 37px;
	color: #333;
	font-size: 12px;
}

.btnType_contE:disabled span:before {
	background-position: -10px 0;
}

.btnType_contE.on span, .btnType_contE:hover span {
	color: #fff;
	background-color: #bab6ab;
}

/*     Control Button - comn     */
[class^='btnType_sort'] {
	width: 29px;
	height: 24px;
	overflow: hidden;
	background-image: url(http://dothome.co.kr/expiration/404.html);
	background-repeat: no-repeat;
	border: none;
}

[class^='btnType_sort'] span {
	font-size: 0;
	text-indent: -99999px;
	color: transparent;
}

.btnType_sortUp {
	background-position: 0 0;
}

.btnType_sortDown {
	background-position: 0 -24px;
}

.btnType_sortUp:focus, .btnType_sortUp:hover {
	background-position: -29px 0;
}

.btnType_sortDown:focus, .btnType_sortDown:hover {
	background-position: -29px -24px;
}

/*   File   */
.fileGenerate {
	overflow: hidden;
	width: 100%;
}

.file_btn {
	display: inline-block;
	width: 85px;
	height: 24px;
	background: url('http://dothome.co.kr/expiration/404.html') no-repeat 0px 0px transparent;
	position: relative;
	right: 5px;
	overflow: hidden;
	vertical-align: top;
}

.file_btn.disable {
	width: 85px;
	height: 24px;
	background: url('http://dothome.co.kr/expiration/404.html') no-repeat 0px 0px transparent;
	position: relative;
	overflow: hidden;
}

.file_btn input {
	display: block;
	width: 85px;
	height: 24px;
	background: transparent;
	opacity: 0;
	filter: alpha(opacity = 0);
}

[class^='top-btn'] {
	position: fixed;
	left: 94%;
	bottom: 60px;
	z-index: 50;
	display: block;
	padding: 6px 5px;
	border: 0px solid #fcb034;
	font-weight: bold;
	font-size: 13px;
}

/* 김재훈 추가 */
.divimg {
	margin-right: 13px;
	margin-top: 10px;
	vertical-align: middle;
}

.outterDiv {
	border: 0px #0086db solid;
	background-color: #ECEFF1;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	height: 40px;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 2px;
	-khtml-border-radius: 6px;
	-moz-box-shadow: 0px 1px 3px #AAA;
	-webkit-box-shadow: 0px 1px 3px #AAA;
	box-shadow: 0px 1px 1px #525252;
	border-radius: 2px;
}

.witheOutterDiv {
	background-color: #FFF;
	width: 650px;
	-ms-overflow-style: none;
	overflow: hidden;
	-moz-box-shadow: 0px 1px 3px #AAA;
	-webkit-box-shadow: 0px 1px 3px #AAA;
	box-shadow: 0px 2px 2px #525252;
}

.divTableHeading {
	vertical-align: middle;
	float: left;
	font-family: "Calibri";
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
	color: #8FABC5;
	padding-right: 0px;
	padding-left: 15px;
	padding-top: 17px;
	text-align: justify;
	line-height: 0px;
	text-align: justify;
}

.form_btn_blue {
	border: 0px #0086db solid;
	background-color: #039ff8;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	height: 45px;
	width: 290px;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 2px;
	-khtml-border-radius: 6px;
	-moz-box-shadow: 0px 1px 3px #AAA;
	-webkit-box-shadow: 0px 1px 3px #AAA;
	box-shadow: 0px 5px 5px #525252;
}

