@charset "utf-8";

@font-face{
	font-family:'Nanum Gothic';
	src: url("../font/NanumGothic.ttf") format('truetype');
	src: url("../font/NanumGothic.otf");
	src: url("../font/NanumGothic.eot");
	/* src: url("/res/font/NanumGothic.woff"); */
}

*{
  outline:none;
  box-sizing: border-box
}

html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
    font-family:"Nanum Gothic","","Dotum",sans-serif;
}

.ctlBtn{cursor:pointer;}

.container{
  height:100%;
	/* min-width:700px; */
  background-image:url("../../../images/bg.gif");
  position:relative;
}

.dashboard{
  height:73px;
  width:100%;
	min-width:1300px!important;
  background-image:url("../../../images/top_menu_bg.gif");
  position:absolute;
  bottom:0;
}

.dashboard .dash_part{position:absolute;height:73px;bottom:0;}
.dash_part.left{left:14px;}
.dash_part.center{position:relative;width:480px;margin:0 auto;}
.dash_part.right{right:14px;}

.dash_part_left{display:table;}
  .part_left{
    display:table-cell;
    height:73px;
  }

  .part_left.label{
    vertical-align: middle;
		width:162px;
  }
  .part_left.label label{
    display:block;
		width:162px;
  }
  .part_left.label input{
    float:left;
  }
  #wiki_ipt{
    -moz-user-select:-moz-all;
    /* background-image:url("/res/img/search_bg.gif"); */
    /* background-repeat: no-repeat ; */
    background-color:##eaf3f7;
    /* border:0; */
    text-align:left;
    margin:0;
    padding:4px;
    font-size:9pt;
    color:#000000;
    width:140px;
    height:25px;
    border-style: solid;
    border-color:#8f5e23;
    border-width: 1px 0 1px 1px;
  }

.dash_part_center{display:table;}
  .part_center{display:table-cell;height:73px;}
    .part_center.left{width:14px;background-image:url("../../../images/menu_centerbg_l.gif");}
    .part_center.center{width:452px;background-image:url("../../../images/menu_centerbg.gif");}
    .part_center.right{width:14px;background-image:url("../../../images/menu_centerbg_r.gif");}

    .grp-ptc{display:table;}
      .ptc{display:table-cell;vertical-align: middle;height:73px;}
			.ptc.pt2{width:120px;text-align: center;position:relative;}

.dash_part_right{}
	.grp-ptr{display:table;margin-top:20px;}
		.ptr{display:table-cell;}





