@charset "euc-kr";
/* CSS Document */


a { text-decoration:none;}
button { cursor:pointer; }

.tm3p {margin-top:3px;}
.tm5p {margin-top:5px;}
.tm8p {margin-top:8px;}
.tm9p {margin-top:9px;}
.tm10p {margin-top:10px;}
.tm15p {margin-top:15px;}
.tm20p {margin-top:20px;}
.tm25p {margin-top:25px;}
.tm30p {margin-top:30px;}
.mt30 {margin-top:30px;}
.tm35p {margin-top:35px;}
.tm40p {margin-top:40px;}
.tm45p {margin-top:45px;}
.tm50p {margin-top:50px;}
.mt50 {margin-top:50px;}
.tm55p {margin-top:55px;}
.tm60p {margin-top:60px;}
.tm70p {margin-top:70px;}
.tm80p {margin-top:80px;}
.tm90p {margin-top:90px;}

.bm5p {margin-bottom:5px;}
.bm9p {margin-bottom:9px;}
.bm10p {margin-bottom:10px;}
.bm15p {margin-bottom:15px;}
.bm20p {margin-bottom:20px;}
.bm25p {margin-bottom:25px;}
.bm30p {margin-bottom:30px;}
.mb30 {margin-bottom:30px;}
.bm35p {margin-bottom:35px;}
.bm40p {margin-bottom:40px;}
.bm45p {margin-bottom:45px;}
.bm50p {margin-bottom:50px;}
.mb50 {margin-bottom:50px;}
.bm70p {margin-bottom:70px;}
.bm80p {margin-bottom:80px;}
.bm110p {margin-bottom:110px;}
.bm130p {margin-bottom:130px;}

.lm1p {margin-left:1px;}
.lm10p {margin-left:10px;}
.lm20p {margin-left:20px;}

.rm1p {margin-right:1px;}
.rm10p {margin-right:10px;}
.rm12p {margin-right:12px;}
.rm20p {margin-right:20px;}
.rm30p {margin-right:30px;}
.rm40p {margin-right:40px;}
.rm50p {margin-right:50px;}
.rm60p {margin-right:60px;}

.tp10p {padding-top:10px;}
.tp20p {padding-top:20px;}
.tp25p {padding-top:25px;}
.tp30p {padding-top:30px;}
.tp35p {padding-top:35px;}
.tp40p {padding-top:40px;}
.tp45p {padding-top:45px;}
.tp50p {padding-top:50px;}


.bp10p {padding-bottom:10px;}


.w150p {width:150px;}
.w160p {width:160px;}
.w170p {width:170px;}
.w180p {width:180px;}

.f_left {float:left;}
.f_right {float:right;}
.t_left {text-align:left !important}
.t_right {text-align:right !important}
.t_center {text-align:center !important}

.hand{cursor:pointer;}
.hide{display:none;}
.clear {clear:both;}
.bold {font-weight:bold;}
.block {display:block;}
.inblock {display:inline-block;}
.in_block {display:inline-block;}



.sub_text_field {
	width:360px;
	padding-left:10px;
	background:#FFF;
	border:solid 1px #ddd;
	height:38px;
	font-size:16px;
	font-weight:400;
	color:#353535;
}

.sub_text_field.small {
	width:190px;
}

.sub_select_field {
	min-width:140px;
  padding-left:10px;
	background:#FFF;
	border:solid 1px #ddd;
	height:38px;
	font-size:16px;
	font-weight:400;
	color:#353535;
}


.list_pageing { width:100%; text-align: center; }
.list_pageing span, .list_pageing a  {
  display:inline-block;
  margin-left:2px;
}

.list_pageing .icon, .list_pageing .link {
  width:30px;
  height:30px;
  line-height: 30px;
  border:solid 1px #e5e5e5;
  color:#797a80;
  font-size:12px;
}

.list_pageing .link .icon {
	border:0px;
}

.list_pageing .now {
  width:32px;
  height:32px;
  line-height: 32px;
  background-color: #797a80;
  color:#fff;
  font-size:12px;
}

.list_pageing .left { margin-right:15px; }
.list_pageing .right { margin-left:15px; }

.text_red{
	color:#F00;
}
.w100per {
	width: 100%;
}