@CHARSET "UTF-8";

/*
*/
/*  헤더  */
/*
*/
header {
  padding:20px 60px;
  background:#dcdce1;
  position: fixed;
  width: 100%;
  z-index:999;
}
.header-top {
  
  text-align:right;
  margin-bottom: 20px;
}
.header-top a {
  border-radius:3px;
  padding:3px 7px;
  background:#f5f5f5;
  color:#323232;
  font-size:13px;
}
.header-top a:hover {
  background:#98207e;
  color:#fff;
}

.logo {
  position: absolute;
  top:35px;
  left:60px;
}

nav {
  text-align: right;
}
nav li {
  display: inline-block;
  margin-left:7%;
}
nav li:nth-child(1) {
  margin-left: 0;
}
nav a {
  color:#5a5a5a;
  font-size:20px;
  font-weight: bold;
}
nav li:hover a {
  color:#77005d;
}
nav li.on a {
  color:#98207e;
}

/* 추가 */
.m1 {
	cursor : pointer;
}

input.input_50{
  width: 15%; height: 30px;margin-right:5px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
}

select.select_200{
	width: 100%; height: 38px;
	line-height: 30px;
	box-sizing: border-box;
	border: 1px solid #c8c8c8;
}

/* select.select_130{
  width: 100%; height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
} */

input.input_120{
  width: 60%;  
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
}

.search-box label{
	display: inline-block;
	min-width:30%;
	text-align: right;
	padding:10px;
	line-height: 50px;
	box-sizing: border-box;
	font-weight: bold;
	color: #323232;
}
.search-box .input_wrap{
	width:22%;
	display: inline-block;
	height: 40px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*
*/
/*  공용  */
/*
*/
section {
  padding-top: 104px;
}
.box {
  width: 1200px;
  margin:0 auto;
  position: relative;
  text-align: center;
}

.box2 {
  width: 1200px;
  margin:0 auto;
  position: relative;
  text-align: center;
}

.select-100 {
  width:100px;
  height:40px;
  line-height: 38px;
  padding-left:10px;
  border:1px solid #bebec0;
  background:url('../images/select.png') no-repeat 90% center #fff;
  position: relative;
  display: inline-block;
}
.select-100>a {
  color:#5a5a5a;
  font-size:15px;
  width: 100%;
  height: 100%;
  text-align: left;
}
.select-100 ul {
 border:1px solid #bebec0;
 width: 100px;
 position: absolute;
 left:-1px;
 top:38px;
 background:#fff;
 display: none;
 z-index:1;
}
.select-100 ul.on {
  display: block;
}
.select-100 li a {
  color:#5a5a5a;
  font-size:15px;
  padding-left:10px;
  width: 100%;
  height: 100%;
  background:#fff;
  text-align: left;
}
.select-100 {
  width:100px;
  height:40px;
  line-height: 38px;
  padding-left:10px;
  border:1px solid #bebec0;
  background:url('../images/select.png') no-repeat 90% center #fff;
  position: relative;
  display: inline-block;
}
.select-100>a {
  color:#5a5a5a;
  font-size:15px;
  width: 100%;
  height: 100%;
  text-align: left;
}
.select-100 ul {
 border:1px solid #bebec0;
 width: 100px;
 position: absolute;
 left:-1px;
 top:38px;
 background:#fff;
 display: none;
 z-index:1;
}
.select-100 ul.on {
  display: block;
}
.select-100 li a {
  color:#5a5a5a;
  font-size:15px;
  padding-left:10px;
  width: 100%;
  height: 100%;
  background:#fff;
  text-align: left;
}

.select-160 {
  width:160px;
  height:30px;
  line-height: 28px;
  padding-left:0px;
  border:1px solid #bebec0;
  background:url('../images/select.png') no-repeat 95% center #fff;
  position: relative;
  display: inline-block;
}
.select-160>a {
  color:#5a5a5a;
  font-size:15px;
  width: 100%;
  height: 100%;
  text-align: left;
}
.select-160 ul {
 border:1px solid #bebec0;
 width: 160px;
 position: absolute;
 left:-1px;
 top:28px;
 background:#fff;
 display: none;
 z-index:5;
}
.select-160 ul.on {
  display: block;
}
.select-160 li a {
  color:#5a5a5a;
  font-size:15px;
  padding-left:10px;
  width: 100%;
  height: 100%;
  background:#fff;
  text-align: left;
}


.select-380 {
  width:380px;
  height:40px;
  line-height: 38px;
  padding-left:0px;
  border:1px solid #bebec0;
  background:url('../images/select.png') no-repeat 95% center #fff;
  position: relative;
  display: inline-block;
}
.select-380>a {
  color:#5a5a5a;
  font-size:15px;
  width: 100%;
  height: 100%;
  text-align: left;
}
.select-380 ul {
 border:1px solid #bebec0;
 width: 380px;
 position: absolute;
 left:-1px;
 top:38px;
 background:#fff;
 display: none;
 z-index:5;
}
.select-380 ul.on {
  display: block;
}
.select-380 li a {
  color:#5a5a5a;
  font-size:15px;
  padding-left:10px;
  width: 100%;
  height: 100%;
  background:#fff;
  text-align: left;
}

.check {
  display: inline-block;
  color:#5a5a5a;
  font-size:16px;
  cursor: pointer;
}
.check-icon {
  width: 34px;
  height: 34px;
  border:1px solid #b4b4b4;
  display: inline-block;
  vertical-align: middle;
  margin-right:7px;
  background:#fff;
}
.check input[type="checkbox"] {
  display: none;
}
.check input[type="checkbox"]:checked + .check-icon {
  border:none;
  background:url('../images/check_on.png') no-repeat;
  background-size:contain;
}

.ta-r {text-align: right !important;}

.board_navi {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.board_navi * {
    display: inline-block;
    margin: 0; color:#323232;
    vertical-align: middle;
}
.board_navi a{display: inline-block;width: 20px;font-size:12px; }
.board_navi a:active {
    background: #898989 none repeat;
    border-radius: 5px;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    width: 25px;
  }
.board_navi a.b  {
    background: #898989 none repeat;
    border-radius: 5px;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    width: 25px;
  }
/*
*/
/*  푸터  */
/*
*/
footer {
  padding:45px 0;
  border-top:1px solid #b4b4b4;
}
.footer-box {
  position: relative;
  width: 780px;
  margin:0 auto;
}
.footer-box img {
  width: auto;
  position: absolute;
  top:0;
  left:0;
}
.footer-box p {
  padding-left: 280px;
  color:#5a5a5a;
  font-size:16px;
  line-height: 1.5;
}

