/* @import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css); */

/* CSS Document */
html, body { width:100%; height:100%; margin:0px; padding:0px;}
body,button,input,textarea,table,select { font-family:'³ª´®°íµñ','Nanum Gothic','¸¼Àº °íµñ','Malgun Gothic','µ¸¿ò','dotum',"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:12px; color:#555;}
input,textarea {color:#333;font-family:'µ¸¿ò','dotum';}
img { border:none;}
input { outline-style:none; }
table { border-collapse:collapse; }

a:visited{ font-size: 12px;color:#404040; text-decoration:none }
a:link{ font-size: 12px; color:#404040; text-decoration:none }
a:hover{font-size: 12px; color:#1586D6; text-decoration:none }

a.link1{ font-size: 12px; color:#404040; text-decoration: none;}
a.link1:visited{ font-size: 12px; color:#404040; text-decoration: none;}
a.link1:link{ font-size: 12px; color:#404040; text-decoration: none;}
a.link1:hover{ font-size: 12px; color:#EB9B00; text-decoration: underline;}


/***********************************************
 ** ±Û·Î¹ú ¼±¾ð
 ***********************************************/
html {
    height: 100%;
    -ms-overflow-style: scrollbar;
}

label {
    font-weight: normal;
}

/* ÇÃ·ÎÆÃ Å¬¸®¾î */
.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

/* µð½ºÇÃ·¹ÀÌ */
.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}
.display-inline-block {
    display: inline-block;
}

/* Æ÷Áö¼Ç */
.position-relative {position:relative;}

/* ³ÐÀÌ */
.width100p {
    width: 100% !important;
}

.width99p {
    width: 99% !important;
}

.width98p {
    width: 98% !important;
}

.width97p {
    width: 97% !important;
}

.width95p {
    width: 95% !important;
}

.width90p {
    width: 90% !important;
}

.width85p {
    width: 85% !important;
}

.width80p {
    width: 80% !important;
}

.width70p {
    width: 70% !important;
}

.width60p {
    width: 60% !important;
}

.width50p {
    width: 50% !important;
}

.width49p {
    width: 49% !important;
}

.width40p {
    width: 40% !important;
}

.width30p {
    width: 30% !important;
}

.width20p {
    width: 20% !important;
}

.width15p {
    width: 15% !important;
}

.width12p {
    width: 12% !important;
}

.width10p {
    width: 10% !important;
}

.width8p {
    width: 8% !important;
}

.width7p {
    width: 7% !important;
}

.width6p {
    width: 6% !important;
}

.width5p {
    width: 5% !important;
}

.width4p {
    width: 4% !important;
}

.width3p {
    width: 3% !important;
}

.width2p {
    width: 2% !important;
}

.width-4xs {
    width: 30px !important;
}

.width-3xs {
    width: 60px !important;
}

.width-2xs {
    width: 70px !important;
}

.width-xs {
    width: 100px !important;
}

.width-sm {
    width: 130px !important;
}

.width-md {
    width: 150px !important;
}

.width-lg {
    width: 200px !important;
}

.width-xl {
    width: 250px !important;
}

.width-2xl {
    width: 350px !important;
}

.width-3xl {
    width: 400px !important;
}

.width-4xl {
    width: 600px !important;
}


/* ³ôÀÌ */
.height20 {
    height: 20px !important;
}

.height300 {
    height: 300px !important;
}

.height400 {
    height: 400px !important;
}

.height500 {
    height: 500px !important;
}


/* padding */
.pd0 {
    padding: 0 !important;
}
.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px !important;
}

.pd20 {
    padding: 20px !important;
}

.pdt3 {
    padding-top: 3px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt40 {
    padding-top: 40px !important;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdr5 {
    padding-right: 5 !important;
}
.pdr10 {
    padding-right: 10px !important;
}

.pdr15 {
    padding-right: 15px !important;
}

.pdr30 {
    padding-right: 30px !important;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdl5 {
    padding-left: 5px !important;
}
.pdl8 {
    padding-left: 8px !important;
}
.pdl10 {
    padding-left: 10px !important;
}

.pdl15 {
    padding-left: 15px !important;
}

.pdl20 {
    padding-left: 20px !important;
}

.pdl30 {
    padding-left: 30px !important;
}

.pdl50 {
    padding-left: 50px !important;
}


.pdb5 {
    padding-bottom: 5px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb24 {
    padding-bottom: 24px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

/* margin */
.mg0 {
    margin: 0px !important;
}

.mg5 {
    margin: 5px !important;
}

.mgauto {
    margin: 0 auto;
}

.mgt0 {
    margin-top: 0 !important;
}

.mgt2 {
    margin-top: 2px !important;
}

.mgt3 {
    margin-top: 3px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}
.mgt15 {
    margin-top: 15px !important;
}
.mgt20 {
    margin-top: 20px !important;
}
.mgt30 {
    margin-top: 30px !important;
}
.mgt35 {
    margin-top: 35px !important;
}
.mgt40 {
    margin-top: 40px !important;
}
.mgb0 {
    margin-bottom: 0 !important;
}

.mgb3 {
    margin-bottom: 3px !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgb8 {
    margin-bottom: 8px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb25 {
    margin-bottom: 25px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgl0 {
    margin-left: 0 !important;
}

.mgl3{
    margin-left: 2px !important;
}

.mgl5 {
    margin-left: 5px !important;
}

.mgl8 {
    margin-left: 8px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgl12 {
    margin-left: 12px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgr0 {
    margin-right: 0 !important;
}

.mgr2 {
    margin-right: 2px !important;
}

.mgr3 {
    margin-right: 3px !important;
}

.mgr5 {
    margin-right: 5px !important;
}

.mgr8 {
    margin-right: 8px !important;
}

.mgr10 {
    margin-right: 10px !important;
}
.mgr20 {
    margin-right: 20px !important;
}
.mgr30 {
    margin-right: 30px !important;
}
.pdlr30 {
    padding-left: 30px !important;
}


.table-layout-fixed {
    table-layout: fixed;
}


/***********************************************
 ** Å×ÀÌºí ¼±¾ð
 ***********************************************/
.table-basic {
    margin-bottom: 40px;
    border-collapse:collapse;
    border-top:2px solid #333;
}

.table-basic th {
	text-align:left;
 	font:12px tahoma;
	letter-spacing:-1px;
	padding:10px 15px;
	font-weight:bold;
	background-color:#efefef;
		border:1px solid #e6e6e6;
}

.table-basic td {
	text-align:left;
	font-family:µ¸¿ò;
	font-size:12px;
	letter-spacing:-0.5px;
	padding:5px 10px;
	_padding:8px 10px;
	height:40px;
	border:1px solid #e6e6e6;
}
.table-basic td input {padding:2px 3px;border:1px solid #c1c1c1;}
.table-basic td input:focus {padding:2px 3px;border:2px solid #139ab6;}

/***********************************************
 ** placeholder ¼±¾ð
 ***********************************************/
:-ms-input-placeholder { color: #afafaf; } /* IE10+ */
::-webkit-input-placeholder { color: #afafaf; } /* Webkit, Blink, Edge¿¡ Àû¿ë */
:-moz-placeholder { color: #afafaf; } /* Firefox 4-18 */
::-moz-placeholder { color: #afafaf; } /* Firefox 19+ */

/***********************************************
 ** ¹öÆ° ¼±¾ð
 ***********************************************/
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button {
  display: inline-block;
  *display: inline;
  zoom: 1;  
  padding: 6px 20px;
  margin: 0;
  _margin: 0 0 0 3px;
  cursor: pointer;
  border: 1px solid #888;
  overflow: visible;
  font: bold 13px µ¸¿ò,Dotum,arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #777;
  background-color: #fff;
  letter-spacing:-1px;
  outline:none;
  background-clip: padding-box; /* Fix bleeding */
}

.button:hover {
  background-color: #eee;
  color: #555;
}

.button:active {
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.button[disabled], 
.button[disabled]:hover, 
.button[disabled]:active {
  border-color: #eaeaea;
  background: #fafafa;
  cursor: default;
  position: static;
  color: #999;
  /* Usually, !important should be avoided but here it's really needed :) */
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Smaller buttons styles */

.button.tiny {
  padding: 1px 4px;
}

.button.tiny2 {
  padding: 2px 4px;
}

.button.small {
  padding: 4px 12px;
}

.button.state {
  padding: 4px 0;
  width:65px;
}

/* Larger buttons styles */

.button.large {
  padding: 12px 30px;
  font-size:16px;
  text-transform: uppercase;
}

.button.large:active {
  top: 2px;
}

/* Colored buttons styles */



/* green */

.button.green {
  background-color: #fff;
  border-color: #008d4c;
  color: #008d4c;
}

.button.green:hover {
  background-color: #62c462;
  color: #fff;
}

.button.green:active {
  background: #57a957;
  color: #fff;
}

/* red */

.button.red {
  background-color: #fff;
  border-color: #d73925;
  color: #d73925;
}

.button.red:hover {
  background-color: #ee5f5b;
  color: #fff;
}

.button.red:active {
  background: #c43c35;
  color: #fff;
}


/* blue */

.button.blue {
  background-color: #fff;
  border-color: #269CE9;
  color: #269CE9;
}

.button.blue:hover {
  background-color: #70B9E8;
  color: #fff;
}

.button.blue:active {
  background: #269CE9;
  color: #fff;
}

/* orange */

.button.orange {
  background-color: #fff;
  border-color: #ed7d10;
  color: #ed7d10;
}

.button.orange:hover {
  background-color: #f38820;
  color: #fff;
}

.button.orange:active {
  background: #f38820;
  color: #fff;
}

/* black */

.button.black {
  background-color: #fff;
  border-color: #666;
  color: #666;
}


/* black-box */

.button.black-box {
  background-color: #3C434B;
  border:1px solid #333;
  color: #fff;
  _margin:4px;
}

/* search-box */

.button.search-box {
  background-color: #18BC9C;
  border:2px solid #fff;
  color: #fff;
  padding:8px;
  font-weight:bold;
}

.button.green-box {
  background-color: #62c462;
  border:1px solid #008d4c;
  color: #fff;
}

.button.red-box {
  background-color: #ee5f5b;
  border-color: #d73925;
  color: #fff;
}

.button.blue-box {
  background-color: #70B9E8;
  border-color: #1593b2;
  color: #fff;
}

.button.orange-box {
  background-color: #f38820;
  border-color: #d96314;
  color: #fff;
}

.button.skyblue-box {
  background-color: #00c0ef;
  border-color: #1593b2;
  color: #fff;
}

.button.gray-box {
  background-color: #dcdcdc;
  border-color: #a3a3a3;
  color: #5f5f5f;
}

.button.pink-box {
  background-color: #f7748d;
  border-color: #dc4865;
  color: #fff;
}

/* disabled */

.green[disabled], 
.green[disabled]:hover, 
.green[disabled]:active {
  border-color: #57A957;
  background: #57A957;
  color: #D2FFD2;
}

.red[disabled], 
.red[disabled]:hover, 
.red[disabled]:active {
  border-color: #C43C35;
  background: #C43C35;
  color: #FFD3D3;
}

.blue[disabled], 
.blue[disabled]:hover, 
.blue[disabled]:active {
  border-color: #269CE9;
  background: #269CE9;
  color: #93D5FF;
}

.orange[disabled], 
.orange[disabled]:hover, 
.orange[disabled]:active {
  border-color: #bd721f;
  background: #eb8c13;
  color: #93D5FF;
}

/* Group buttons */

.button-group,
.button-group li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.button-group {
  font-size: 0; /* Inline block elements gap - fix */
  margin: 0;
  padding: 0;
  /* background: rgba(0, 0, 0, .04);*/
  /* border-bottom: 1px solid rgba(0, 0, 0, .07);*/
  padding: 2px 0;
  border-radius: 7px;
}

@-moz-document url-prefix() {

.button-group {
  font-size: 3px; /* Inline block elements gap - fix */
  margin: 0;
  padding: 0;
  /* background: rgba(0, 0, 0, .04);*/
  /* border-bottom: 1px solid rgba(0, 0, 0, .07);*/
  padding: 2px 0;
  border-radius: 7px;
}

}

.button-group li {
  margin-right: -1px; /* Overlap each right button border */
  _margin-right: 2px; 
}

.button-group .button {
  font-size: 13px; /* Set the font size, different from inherited 0 */
  border-radius: 0; 
}

.button-group .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              5px 0 5px -3px rgba(0, 0, 0, .2) inset, 
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;   
}

.button-group li:first-child .button {
  border-radius: 3px 0 0 3px;
}


.button-group li:first-child .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.button-group li:last-child .button {
  border-radius: 0 3px 3px 0;
}

.button-group li:last-child .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}


/***********************************************
 ** span box ¼±¾ð
 ***********************************************/
  span.btn {
	  display: inline-block;
	  *display: inline;
	  zoom: 1;  
	  padding: 4px 10px;
	  margin: 0;
	  border: 1px solid #888;
	  overflow: visible;
	  font: bold 13px µ¸¿ò,Dotum,arial, helvetica, sans-serif;
	  text-decoration: none;
	  white-space: nowrap;
	  color: #333;
	  background-color: #efefef;
	  letter-spacing:-1px;
	  outline:none;
	  text-align:center;
	  background-clip: padding-box; /* Fix bleeding */
	}
	
	span.tiny{
		padding: 1px 7px;
	}
	span.state{
		padding: 4px 0;
  	width:65px;
	}
	span.state-tiny{
		padding: 1px 0;
  	width:60px;
	}
	
	span.red {
		background-color: #fff;
	  border-color: #d73925;
	  color: #d73925;
	}
	span.blue {
	 	background-color: #fff;
	  border-color: #269CE9;
	  color: #269CE9;
	}
	span.green {
		background-color: #fff;
	  border-color: #008d4c;
	  color: #008d4c;
	}
	span.orange {
		background-color: #fff;
	  border-color: #ed7d10;
	  color: #ed7d10;
	}
	
	span.green-box {
  background-color: #62c462;
  border:1px solid #008d4c;
  color: #fff;
	}
	
	span.red-box {
	  background-color: #ee5f5b;
	  border-color: #d73925;
	  color: #fff;
	}
	
	span.blue-box {
	  background-color: #70B9E8;
	  border-color: #1593b2;
	  color: #fff;
	}
	
	span.orange-box {
	  background-color: #f38820;
	  border-color: #d96314;
	  color: #fff;
	}
	
	span.skyblue-box {
	  background-color: #00c0ef;
	  border-color: #1593b2;
	  color: #fff;
	}
	
	span.gray-box {
	  background-color: #dcdcdc;
	  border-color: #a3a3a3;
	  color: #5f5f5f;
	}
	
	span.pink-box {
	  background-color: #f7748d;
	  border-color: #dc4865;
	  color: #fff;
	}
	
		span.yellow-box {
	  background-color: #faf9c5;
	  border-color: #888;
	  color: #fff;
	}
	


/***********************************************
 ** calendar ¼±¾ð
 ***********************************************/*/
.calendarTitleY {font-family:tahoma; font-size:12px; color:666666; text-align:center;margin:100px 100px;}
.calendarTitleM {font-family:tahoma; font-size:24px; color:#0c859d; text-align:left; font-weight:bold; padding-left:5px;float:left}
.calendarWeekS {font-family:tahoma; font-size:9px; color:#0c859d; float:left; width:30px; height:25px; padding-top:5px; }
.calendarWeekT {font-family:tahoma; font-size:9px; color:#808080; float:left; width:30px; height:25px; padding-top:5px; }
.calendarWeek {font-family:tahoma; font-size:9px; color:#808080; float:left; width:30px; height:25px; padding-top:5px; }

.calendarDayS {font-family:tahoma; font-size:12px; color:#0c859d; float:left; width:30px; height:25px; cursor:pointer; font-weight:bold;padding-top:5px; }
.calendarDayT {font-family:tahoma; font-size:12px; color:#808080; float:left; width:30px; height:25px; cursor:pointer; font-weight:bold;padding-top:5px; }
.calendarDay {font-family:tahoma; font-size:12px; color:#808080; float:left; width:30px; height:25px; cursor:pointer; font-weight:bold;padding-top:5px; }
.calendarToDay {font-family:tahoma; font-size:12px; color:fe5400; float:left; width:30px; height:25px; cursor:pointer; background:url('/img/ie_img/calendar/icon_calendar_point.gif') no-repeat; font-weight:bold;padding-top:5px;}

.calendarNoDay {float:left; width:30px; height:25px;padding-top:5px; }
.calendarNow {font-family:tahoma; font-size:12px; color:333333; float:left; width:128px; height:25px; cursor:pointer; padding-top:11px;padding-right:4px;float:right;}
.calendarClose {font-family:tahoma; font-size:12px; color:333333; float:right; width:55px; height:20px; cursor:pointer; padding-right:12px;padding-bottom:6px;}
.clearboth {clear:both;}

/***********************************************
 ** »ç¿ëÀÚ ¼±¾ð
 ***********************************************/
.form-control	{border:1px solid #cccccc;padding:6px 4px; font-size:12px;outline-style:none;}
.form-select	{border:1px solid #cccccc;padding:4px 4px; font-size:14px;outline-style:none;}
.form-hover	{border:1px solid #cccccc;padding:6px 4px; font-size:12px;outline-style:none;}
.form-hover:focus { border:1px solid #f00 } /* For all browser, except IE6/7 */
.form-hover.focus { *border:1px solid #f00 } /* For IE6/7 */

.bg-gray {background-color:#efefef; !important}
.bg-light-gray {background-color:#f4f4f4; !important}
.bg-light-blue {background-color:#ecf0f5; !important}
.bg-light-pink {background-color:#fdeaf4; !important}
.bg-white {background-color:#fff; !important}
.bg-yellow {background-color:#ffe403; !important}
.bg-light-yellow {background-color:#fffede; !important}
.bg-disable {background-color:#efefef}

.color-help {color:#0c859d !important}
.color-black {color:#333 !important}
.color-red {color:#f00 !important}
.color-light-red {color:#dd4b39 !important}
.color-blue {color:#3c8dbc !important}
.color-light-blue{color:#3c8dbc!important}
.color-skyblue {color:#00c0ef !important}
.color-orange{color:#fb851b !important}
.color-yellow {color:#ffe403 !important}
.color-green {color:#429a08 !important}
.color-aqua{color:#00c0ef!important}
.color-teal{color:#39cccc!important}
.color-white {color:#fff !important}
.color-light-gray {color:#aaa}

.letter-0 {letter-spacing:0px !important}
.letter-06 {letter-spacing:-0.6px !important}
.letter-08 {letter-spacing:-0.8px !important}
.letter-1 {letter-spacing:-1px !important}

.float-l {float:left}  
.float-r {float:right}

.txt-left {text-align:left}
.txt-center {text-align:center !important}
.txt-right {text-align:right !important}
.txt-top {vertical-align:top !important}
.txt-middle {vertical-align:middle !important}
.txt-bottom {vertical-align:bottom !important}
.txt-cut {overflow:hidden;white-space: nowrap;text-overflow:ellipsis;}

.font-11px {font-size:11px !important}
.font-12px {font-size:12px !important}
.font-14px {font-size:14px !important}
.font-16px {font-size:16px !important}
.font-18px {font-size:18px !important}
.font-20px {font-size:20px !important}
.font-22px {font-size:22px !important}
.font-33px {font-size:33px !important}
.font-base {font-family:'³ª´®°íµñ','Nanum Gothic','¸¼Àº °íµñ','Malgun Gothic','µ¸¿ò','dotum',"Helvetica Neue", Helvetica, Arial, sans-serif !important}
.font-mg {font-family:'¸¼Àº °íµñ','Malgun Gothic' !important}
.font-dottum {font-family:'µ¸¿ò','dotum' !important}
.eng {-webkit-ime-mode:inactive; -moz-ime-mode:inactive; -ms-ime-mode:inactive; ime-mode:inactive;}
.kor {-webkit-ime-mode:active; -moz-ime-mode:active; -ms-ime-mode:active; ime-mode:active;}


.f-bold {font-weight:bold}
.hand {cursor:pointer}
.nohand {cursor:default}
.no-border {border:none}
.helper {margin-left:5px;letter-spacing:-0.5px;}
.bdb-1 {border-bottom:1px solid #efefef;}
.bdb-2 {border-bottom:2px solid #333;}
.border-none {border:none !important;}


/***********************************************
 ** pagging
 ***********************************************/
.pagingArea {text-align:center;font-size:15px;margin:0px;padding:20px 0;}
.pagingArea img {vertical-align:top;}
.pagingArea a.paging {padding:3px 6px;font-family:tahoma,verdana; border:1px solid #c1c1c1; background-color:#fff;color:#333; display:inline-block;}
.pagingArea a.paging:visited {font-family:tahoma,verdana; border:1px solid #c1c1c1; background-color:#fff;color:#333; display:inline-block;}
.pagingArea a.paging:active {font-family:tahoma,verdana; border:1px solid #c1c1c1; background-color:#fff;color:#333; display:inline-block;}
.pagingArea a.paging:hover {font-family:tahoma,verdana; border:1px solid #333; background-color:#01b4dc;color:#fff; display:inline-block;}
.pagingArea .paging_num {padding:2px 6px;font-family:tahoma,verdana; border:1px solid #333; background-color:#01b4dc;color:#fff; display:inline-block;}

/***********************************************
 ** ±âÅ¸ ¼±¾ð
 ***********************************************/
.line {font-family: µ¸¿ò;font-size: 12px;border: 1px #c2c2c2 solid;padding:3px 3px !important;}
input:focus {outline: none;}
input[type=radio],input[type=checkbox]{width:20px;height:20px;border:1px;vertical-align:middle;margin-right:5px;color:#f00;}
.sub_left_title {font-weight:bold;font-size:22px;color:#333;letter-spacing:-1px;vertical-align:middle;}