/* CSS Document */
html, body { width:100%; height:100%; margin:0px; padding:0px;}
body,button,input,textarea,table,select { font-family:'µ¸¿ò','dotum',"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:12px; color:#555; letter-spacing:0px }
input,textarea {color:#333;font-family:'µ¸¿ò','dotum';}
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-none2 {
    display: none;
}

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

.display-block2 {
    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;
}

.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;
}

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

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

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

.pdt14 {
    padding-top: 14px !important;
}

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

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

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

.pdr0 {
    padding-right: 0 !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;
}
.pos-r {
    position: relative !important;
}

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


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

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

.table-basic td {
	text-align:left;
	font-family:µ¸¿ò;
	font-size:12px;
	color:#333;
	letter-spacing:-0.7px;
	padding:6px 10px;
	_padding:8px 10px;
	border-bottom:1px solid #e6e6e6;
}

.table-basic2 {
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
    border-collapse:collapse;
}

.table-basic2 th {
	text-align:center;
	font-family:µ¸¿ò;
	font-size:14px;
	letter-spacing:0px;
	padding:10px 0;
	color:#555;
	font-weight:bold;
	background-color:#efefef;
	border-bottom:1px solid #e6e6e6;
}

.table-basic2 td {
	text-align:right;
	
	font-family:µ¸¿ò;
	font-size:14px;
	color:#333;
	letter-spacing:-0.5px;
	padding:10px 10px;
	_padding:8px 5px;
	font-weight:bold;
	border:1px solid #e6e6e6;
	
}  

.table-basic3 {
    border-top: 1px solid #888888;
    margin-bottom: 30px;
    border-collapse:collapse;
}

.table-basic3 th {
	text-align:left;
 	font-family: tahoma,µ¸¿ò;
 	font-size:12px;
	letter-spacing:0px;
	padding:10px 15px;
	color:#555;
	font-weight:bold;
	background-color:#efefef;
	border-bottom:1px solid #e6e6e6;
}

.table-basic3 td {
	text-align:left;
	font-family: tahoma,µ¸¿ò;
	font-size:12px;
	color:#333;
	letter-spacing:0px;
	padding:20px 20px;
	border-bottom:1px solid #e6e6e6;
}

.table-basic4 {
    border-top: 1px solid #888888;
    margin-bottom: 0px;
    border-collapse:collapse;
}

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

.table-basic4 td {
	text-align:left;
	font-family:µ¸¿ò;
	font-size:12px;
	border:1px solid #efefef;
	color:#333;
	letter-spacing:0px;
	padding:10px 10px;
	_padding:8px 10px;
	border-bottom:1px solid #e6e6e6;
}

.table-blue {
    border:1px solid #3c8dbc;
    margin-bottom: 20px;
    border-collapse:collapse;
}

.table-blue thead th {
	text-align:left;
 	font:12px tahoma;
	letter-spacing:-1px;
	padding:10px 15px;
	color:#fff;
	font-weight:bold;
	background-color:#3c8dbc;
}
.table-blue tbody th {
	text-align:left;
 	font:12px tahoma;
	letter-spacing:-1px;
	padding:5px 15px;
	color:#555;
	font-weight:bold;
	background-color:#fff;
}

.table-blue td {
	text-align:left;
	font-family:µ¸¿ò;
	font-size:12px;
	color:#333;
	letter-spacing:-0.7px;
	padding:6px 10px;
	_padding:8px 10px;
	
}

.table-red {
    border:1px solid #d73925;
    margin-bottom: 20px;
    border-collapse:collapse;
}

.table-red thead th {
	text-align:left;
 	font:12px tahoma;
	letter-spacing:-1px;
	padding:10px 15px;
	color:#fff;
	font-weight:bold;
	background-color:#ee5f5b;
}
.table-red tbody th {
	text-align:left;
 	font:12px tahoma;
	letter-spacing:-1px;
	padding:5px 15px;
	color:#555;
	font-weight:bold;
	background-color:#fff;
}

.table-red td {
	text-align:left;
	font-family:µ¸¿ò;
	font-size:12px;
	color:#333;
	letter-spacing:-0.7px;
	padding:6px 10px;
	_padding:8px 10px;
	
}

.table-orange {
    border:1px solid #d96314;
    margin-bottom: 20px;
    border-collapse:collapse;
}

.table-orange thead th {
	text-align:left;
 	font:12px tahoma;
	letter-spacing:-1px;
	padding:10px 15px;
	color:#fff;
	font-weight:bold;
	background-color:#f38820;
}
.table-orange tbody th {
	text-align:left;
 	font:12px tahoma;
	letter-spacing:-1px;
	padding:5px 15px;
	color:#555;
	font-weight:bold;
	background-color:#efefef;
}

.table-orange td {
	text-align:left;
	font-family:µ¸¿ò;
	font-size:12px;
	color:#333;
	letter-spacing:-0.7px;
	padding:6px 10px;
	_padding:8px 10px;
	
}

/***********************************************
 ** 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;
	}
/***********************************************
 ** pagination ¼±¾ð
 ***********************************************/
	#paging {padding:15px 0;}
	#paging .pagination li {
		/*display: list-item*/
		display:inline-block;
  	*display: inline;
  	_display: inline;
  	zoom: 1;
		list-style-type:none;
		/*text-align: -webkit-match-parent;*/
		letter-spacing:1px;
		font-family:'µ¸¿ò','dotum';
	}
		
	#paging .pagination li a {
		position: relative;
    /*float: left;*/
    margin-left: 3px;
    _margin-left: 5px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
    background: #fff;
    color: #666;
    border-radius: 0!important;
    padding: 8px 12px;
    font-size: 12px;
    outline:none;
    select-dummy: expression(this.hideFocus=true);
	}
	
	#paging .pagination li a:hover{
	 background: #efefef;
	}	
	
	#paging .pagination .active a, #paging .pagination .active a:focus, #paging .pagination .active a:hover, #paging .pagination .active span, #paging .pagination .active span:focus, #paging .pagination .active span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
	}
 
/***********************************************
 ** ÆË¾÷  ¼±¾ð
 ***********************************************/
#popup_tbl {width:100%;border-collapse:separate;border-spacing:0;padding:0;background-color:#fff;}
#popup_tbl .header {height:45px;padding-left:30px;background-color:#5c6c80;border-bottom:1px solid #333;color:#fff;}
#popup_tbl .header .header_title {float:left;font-size:22px;font-weight:bold;letter-spacing:-1px;}
#popup_tbl .header .header_close {float:right;font-size:26px;padding-right:20px;}
.box_title {background-color:#efefef;border:1px solid #ccc !important;color:#444}

/***********************************************
 ** ¿¡·¯¸Þ¼¼Áö  ¼±¾ð
 ***********************************************/
.error_strings {color:#f00;margin-left:5px;font-weight:bold;}
.error_strings_div {color:#f00;margin-top:5px;font-weight:bold;}

/***********************************************
 ** scroll top  ¼±¾ð
 ***********************************************/
#toTop {
	background:none;
	position:fixed;
	bottom:80px;
	right:20px;
	*position:absolute;
	*right:auto;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
	cursor:pointer;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; padding:5px
}

#toTop_pop {
	background:none;
	position:fixed;
	bottom:30px;
	right:50px;
	*position:absolute;
	*right:auto;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
	cursor:pointer;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; padding:5px
}


/***********************************************
 ** 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-today {background-color:#d7f1e5 !important}
.bg-today2 {background-color:#9ee1c2 !important}
.bg-tomorrow {background-color:#fde7c3 !important}
.bg-tomorrow2 {background-color:#f4c77b !important}
.bg-yet {background-color:#fef1f8 !important}
.bg-yet2 {background-color:#f3b3d5 !important}
.disable-bg {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-price {color:#3F73B7; !important}
.color-price-bg {background-color:#fae6c6}
.input-price {font-family:tahoma;font-size:16px;padding:2px;}

.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-22px {font-size:22px !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 {ime-mode:inactive}
.kor {ime-mode:active}


.f-bold {font-weight:bold}
.hand {cursor:pointer}
.nohand {cursor:default}
.no-border {border:none}
.bdr2 {border-radius:2px;}
.bdr3 {border-radius:3px;}
.bdr5 {border-radius:5px;}