@charset "euc-kr";
/***********************************************************************************
					css ¹öÆ° ¹îÁö ¶óº§
*************************************************************************************/

/****************** ¹öÆ° ******************/

.ksbtn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent  !important;
  border-radius: 2px !important;
   -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  overflow:hidden;
}
.ksbtn:focus,
.ksbtn:active:focus,
.ksbtn:active:focus,
.ksbtn:focus,
.ksbtn:active:focus,
.ksbtn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ksbtn:hover,
.ksbtn:focus,
.ksbtn:focus {
  color: #333;
  text-decoration: none;
}
.ksbtn:active,
.ksbtn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.ksbtn.disabled,
.ksbtn[disabled],
fieldset[disabled] .ksbtn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.ksbtn.disabled,
fieldset[disabled] a.ksbtn {
  pointer-events: none;
}


/* Å©±â */
.ksbtn-lg {
  padding: 10px 16px  !important;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.ksbtn-md {
  padding: 8px 13px  !important;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
}

.ksbtn-sm {
  padding: 5px 10px  !important;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.ksbtn-ss {
  padding: 2px 7px  !important;
  font-size: 12px;
  line-height: 1.5em;
  border-radius: 3px;
}
.ksbtn-xs {
  padding: 1px 5px  !important;
  font-size: 12px;
  line-height: 1.5em;
  border-radius: 2px;
}
.ksbtn-xx {
  padding: 1px 5px   !important;
  font-size: 11px;
  line-height: 1.3em;
  border-radius: 2px;
}

/* ¹îÁö */
.ksbadge {
  display: inline-block;
  padding: 2px 3px;
  margin-bottom: 0;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em
}

/* ¶óº§ */
.kslabel {
  display: inline-block;
  padding: 2px 3px;
  margin-bottom: 0;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.2em	;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em
}


/* »ö»ó */
.obje-white,a.obje-white {
  color: #333  !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}
.obje-white:focus {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #8c8c8c !important;
}
.obje-white:hover {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}
.obje-white:active {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}


.obje-blue,a.obje-blue {
  color: #fff !important;
  background-color: #337ab7 !important;
  border-color: #2e6da4 !important;
}
.obje-blue:focus {
  color: #fff !important;
  background-color: #286090 !important;
  border-color: #122b40 !important;
}
.obje-blue:hover {
  color: #fff !important;
  background-color:#286090 !important;
  border-color: #204d74 !important;
}
.obje-blue:active{
  color: #fff !important;
  background-color: #286090 !important;
  border-color: #204d74 !important;
}



.obje-green,a.obje-green {
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
.obje-green:focus {
  color: #fff !important;
  background-color: #449d44 !important;
  border-color: #255625 !important;
}
.obje-green:hover {
  color: #fff !important;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}
.obje-green:active {
  color: #fff !important;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}


.obje-mint,a.obje-mint {
  color: #fff !important;
  background-color: #5bc0de !important;
  border-color: #46b8da !important;
}
.obje-mint:focus {
  color: #fff !important;
  background-color: #31b0d5 !important;
  border-color: #134F60 !important;
}
.obje-mint:hover {
  color: #fff !important;
  background-color: #31b0d5 !important;
  border-color: #269abc !important;
}
.obje-mint:active {
  color: #fff !important;
  background-color: #1b6d85 !important;
  border-color: #269abc !important;
}



.obje-sky ,a.obje-sky {
  color: #fff !important;
  background-color: #00a7bc !important;
  border-color: #0095A6 !important;
}
.obje-sky:focus {
  color: #fff !important;
  background-color: #008897 !important;
  border-color: #1b6d85 !important;
}
.obje-sky:hover {
  color: #fff !important;
  background-color: #008897 !important;
  border-color: #1b6d85 !important;
}
.obje-sky:active {
  color: #fff !important;
  background-color: #008897 !important;
  border-color: #1b6d85 !important;
  
}


.obje-orange ,a.obje-orange{
  color: #fff !important;
  background-color: #f0ad4e !important;
  border-color: #eea236 !important;
}
.obje-orange:focus {
  color: #fff !important;
  background-color: #ec971f !important;
  border-color: #985f0d !important;
}
.obje-orange:hover {
  color: #fff !important;
  background-color: #ec971f !important;
  border-color: #d58512 !important;
}
.obje-orange:active{
  color: #fff !important;
  background-color: #ec971f !important;
  border-color: #d58512 !important;
}


.obje-red,a.obje-red {
  color: #fff !important;
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}
.obje-red:focus {
  color: #fff !important;
  background-color: #c9302c !important;
  border-color: #761c19 !important;
}
.obje-red:hover {
  color: #fff !important;
  background-color: #c9302c !important;
  border-color: #ac2925 !important;
}
.obje-red:active {
  color: #fff !important;
  background-color: #c9302c !important;
  border-color: #ac2925 !important;
}


.obje-gray,a.obje-gray {
  color: #fff !important;
  background-color: #A2A2A2 !important;
  border-color: #7B7B7B !important;
}
.obje-gray.focus {
  color: #fff !important;
  background-color: #6A6A6A !important;
  border-color: #555555 !important;
}
.obje-gray:hover {
  color: #fff !important;
  background-color: #6A6A6A !important;
  border-color: #222222 !important;
}
.obje-gray:active {
  color: #fff !important;
  background-color: #494949 !important;
  border-color: #222222 !important;
}

.obje-black,a.obje-black {
  color: #fff !important;
  background-color: #111111 !important;
  border-color: #000000 !important;
}
.obje-black.focus {
  color: #fff !important;
  background-color: #252525 !important;
  border-color: #111111 !important;
}
.obje-black:hover {
  color: #fff !important;
  background-color: #252525 !important;
  border-color: #222222 !important;
}
.obje-black:active {
  color: #fff !important;
  background-color: #383838 !important;
  border-color: #222222 !important;
}

.fred{color:#ff0000 !important;}
.fblue{color:#0000ff !important;}
.fgreen{color:#00ab00 !important;}
.fgray{color:#bababa !important;}

/***********************************************************************************
					css ÆäÀÌÁö ½ºÅ¸ÀÏ
*************************************************************************************/
.kpagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.kpagination > li {
  display: inline;
}
.kpagination > li > a,
.kpagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.kpagination > li:first-child > a,
.kpagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.kpagination > li:last-child > a,
.kpagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kpagination > li > a:hover,
.kpagination > li > span:hover,
.kpagination > li > a:focus,
.kpagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.kpagination > .active > a,
.kpagination > .active > span,
.kpagination > .active > a:hover,
.kpagination > .active > span:hover,
.kpagination > .active > a:focus,
.kpagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.kpagination > .disabled > span,
.kpagination > .disabled > span:hover,
.kpagination > .disabled > span:focus,
.kpagination > .disabled > a,
.kpagination > .disabled > a:hover,
.kpagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.kpagination-lg > li > a,
.kpagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.kpagination-lg > li:first-child > a,
.kpagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.kpagination-lg > li:last-child > a,
.kpagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.kpagination-sm > li > a,
.kpagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.kpagination-sm > li:first-child > a,
.kpagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.kpagination-sm > li:last-child > a,
.kpagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.kpager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.kpager li {
  display: inline;
}
.kpager li > a,
.kpager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.kpager li > a:hover,
.kpager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.kpager .next > a,
.kpager .next > span {
  float: right;
}
.kpager .previous > a,
.kpager .previous > span {
  float: left;
}
.kpager .disabled > a,
.kpager .disabled > a:hover,
.kpager .disabled > a:focus,
.kpager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

hr.style-1 {
	display: block;	
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
hr.style-2 {
	display: block;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.style-3 {
	display: block;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
hr.style-4 {
    display: block;
	height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
hr.style-5 {
	display: block;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

r.style1{
	display: block;border-top: 1px solid #8c8b8b;
}


hr.style2 {
	display: block;border-top: 3px double #8c8b8b;
}

hr.style3 {
	display: block;border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	display: block;border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	display: block;
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	display: block;
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	display: block;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	display: block;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	display: block;
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	display: block;
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


hr.style11 {
	display: block;
	height: 6px;
	background: url(http://ibrahimjabbari.com/images/hr-11.png) repeat-x 0 0;
    border: 0;
}


hr.style12 {
	display: block;
	height: 6px;
	background: url(http://ibrahimjabbari.com/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
	display: block;
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 { 
 display: block;
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
}


hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: '¡×';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}
