@charset "euc-kr";
/* pagination2 */
.pagination {
  position: relative;
  padding: 0.13333333em 2.8em 0;
  border-top: 1px solid #eee;
  color: #ccc;
  font-size: 0.9375em;
  line-height: 2.53333333;
  text-align: center;
}
.pagination a {
  color: inherit;
  text-decoration: none;
}
.pagination_prev,
.pagination_next {
  position: absolute;
  top: 0;
  width: 2.8em;
  height: 2.66666667em;
}
.pagination_prev:before,
.pagination_next:before {
  background-image: url("../images/finding/sprite--finding-v4.png");
  background-repeat: no-repeat;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 8px;
  height: 17px;
  margin: 0 auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .pagination_prev:before,
  .pagination_next:before {
    background-image: url("../images/finding/sprite--finding-v4@2x.png");
    background-size: 545px 50px;
  }
}
.pagination_prev.disabled,
.pagination_next.disabled {
  color: #ccc;
}
.pagination_prev {
  left: 0;
}
.pagination_prev:before {
  background-position: -109px 0;
}
.pagination_prev.disabled:before {
  background-position: -91px 0;
}
.pagination_next {
  right: 0;
}
.pagination_next:before {
  background-position: -118px 0;
}
.pagination_next.disabled:before {
  background-position: -100px 0;
}
.pagination_control-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pagination_current {
  font-weight: normal;
}
.pagination_current,
a.pagination_current {
  color: #333;
}
.pagination_pages {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.pagination_pages > a {
  display: table-cell;
}
/* pagination2 */
.pagination2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625rem 0;
  text-align: center;
  font-size: 0.8125rem;
}
.pagination2 [class*="button-"],
.pagination2 em,
.pagination2 span {
  display: inline-block;
  vertical-align: middle;
}
.pagination2 em {
  color: #333;
  font-weight: bold;
  font-style: normal;
}
.pagination2 span {
  color: #999;
}
.pagination2 span:before {
  content: "/ ";
}
.pagination2 [class*="button-"] {
  position: relative;
  width: 44px;
  height: 29px;
}
.pagination2 [class*="button-"]:before {
  background-image: url("../images/finding/sprite-result_icons.png");
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 14px;
  margin: auto;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .pagination2 [class*="button-"]:before {
    background-image: url("../images/finding/sprite-result_icons@2x.png");
    background-size: 82px 24px;
  }
}
.pagination2 [class*="disabled"]:before {
  background-image: url("../images/finding/sprite-result_icons-current.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .pagination2 [class*="disabled"]:before {
    background-image: url("../images/finding/sprite-result_icons-current@2x.png");
    background-size: 82px 24px;
  }
}
.pagination2_button-prev {
  margin-right: 0.9375rem;
}
.pagination2_button-prev:before {
  background-position: -66px 0;
}
.pagination2_button-next {
  margin-left: 0.9375rem;
}
.pagination2_button-next:before {
  background-position: -74px 0;
}




/* PrdList-Ä«Å×°í¸®º° ¸®½ºÆ® */
.PrdList {
  background-color: white;
  padding: 0 0.3125rem;
  overflow: hidden;
 
}
.PrdList h3 {
  display: block;
  overflow: hidden;
  margin: .75rem 0 .5rem .3125rem;
  font-size: 1.0625em;
  position: relative;
}

.PrdList--list {
  padding: 0;
  margin: .75rem 0 .5rem 0;
  list-style: none;
  overflow: hidden;
}
.PrdList--list li {
  -webkit-box-sizing: border-box;
  -mz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 50%;
  float: left;
  padding: 0 0.3125rem;
  margin-bottom: 0.9375rem;
}

@media all and (min-width: 640px) {
  .PrdList--list li {
    width: 50%;
    margin-bottom: 0.9375rem !important;
  }

}
.PrdList--list li a {
  position: relative;
  display: block;
  padding-top: 100%; text-decoration:none;
}
.PrdList--list li a > img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;border:#ececec 1px solid;
}

.PrdList--list li span {
  -webkit-box-sizing: border-box;
  -mz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: .6125rem 0 0;
  font-size: 0.8125em;
  line-height: 1.25;
  height: 1.3rem;
  overflow: hidden;
  color: #333;
  text-decoration: none;
}
.PrdList--list li strong {
  font-size: 0.9375rem;
  line-height: 1.5625em;
  display: block; color:#F00;
}
.PrdList--list li .simg { position:absolute; top:0;  right: 0.3125rem; z-index:20; background: url(../images/common/bg_newpr.png) no-repeat; width:46px; height:26px;  color: white; margin:0;
  text-align: center;
  padding-top:2px;font:normal .75em 'ng';
   }


/* notice list */

.xans-board-list {
	margin: -1px 0 0;
	font-size: 11px;padding:0 !important;
	
}
.xans-board-list li {
	position: relative;
	padding: 10px 10px;
	color: #757575;
	border-bottom: 1px solid #ececec;
}
.xans-board-list a {
	display: block;
	color: #757575;
}
.xans-board-list  span {
	padding: 0 6px 0 0;
}
.xans-board-list .subject {
	display: block;
	padding: 0 0 7px;
	font-size: 15px;
	line-height: 1.3em;
	color: #1b1b1b;
	font-weight: normal;
}
.xans-board-list .comment {
	color: #508bed;
}
.xans-board-list .subject img, .xans-board-list .point img {
	width: auto;
	height: 11px;
	vertical-align: -1px;
}
.xans-board-empty {
	padding: 28px 0;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #d5d5d5;
	background: #fff;
}



/* board-search */

.xans-board-search {
	margin: 0 0 0px;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ececec; 
}
.xans-board-search .keyword {
	position: relative;
	margin: 7px 0 0;
	padding: 0 51px 0 0
}
.xans-board-search input#search {
	width: 150px;
}
.xans-board-search .category {
	overflow: hidden; height:auto;
}
.xans-board-search .category select#search_date {
}
.xans-board-search .category select#search_key {
	
}


.xans-board-search select {
max-width: 100%;
height: 29px;
margin: 0;
padding: 0 35px 0 3px;
color: #353535;
font-weight: inherit;
border: 1px solid #ccc;
background: #fff url("../images/common/bg_selectbox.gif") no-repeat right center;
background-size: 32px 27px;
-webkit-border-radius: 3px;
-webkit-appearance: none;
}


.xans-board-search input[type=text], .xans-board-search input[type=password], .xans-board-search input[type=number],.xans-board-search input[type=tel], .xans-board-search textarea {
padding: 5px;
font-weight: inherit;
border: 1px solid #cccccc;
border-radius: 2px;
outline-style: none;
line-height: 13px;
color: #353535;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

}


/* notice secret */

.xans-board-secure {
margin: 14px 7px 0;
padding: 0 0 29px;
line-height: 1.5;
}
.xans-board-secure h3 {
color: #2e2e2e;
background: #f0f0f0;
border: 1px solid #d5d5d5;
text-align: center;
line-height: 43px;}

.xans-board-secure .secret {
margin: -1px 0 0;
border: 1px solid #d5d5d5;
background: #fff;
}

.xans-board-secure .secret fieldset {
margin: 0 auto;
padding: 14px 28px;
width: 250px;
}

.xans-board-secure .secret fieldset .ipt{height: 25px; width:100px;}
.xans-board-secure .secret fieldset label {
margin: 0;
display: inline-block;
min-height: 29px;
line-height: 29px;
vertical-align: middle;
}
.xans-board-secure .info {
padding: 0 0 14px 30px;
background: url(../images/common/ico_secret.png) no-repeat 0 4px;
background-size: 17px 20px;
}

/* board view */


.xans-board-read .title2 {
	margin: 10px 0 5px 0; padding:0 10px;
}
.xans-board-read .title2 h3 {
	font-size: 15px;
	word-wrap: break-word; margin:0 !important;
}
.xans-board-read .info {
	overflow: hidden;
	margin: 7px 0 7px;
	padding: 0 10px;
}
.xans-board-read .info p {
	position: relative;
	display: inline-block;
	padding: 0 7px 0 8px;
	margin: 7px 0 0;
	color: #757575;font-size: 12px;
}
.xans-board-read .info p:first-child {
	padding-left: 0;
}
.xans-board-read .info p:before {
	display: block;
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 1px;
	height: 11px;
	background: #d6d6d6;
}
.xans-board-read .info p.vote:before {
	top: 8px;
}
.xans-board-read .info p:first-child:before {
	display: none;
}
.xans-board-read .info p.chk {
	width: 100%;
	margin: 0;
}
.xans-board-read .info p.vote a {
	margin: 0 0 0 7px;
}
.xans-board-read .info .writer a {
	color: #757575;
}
.xans-board-read .info .rating img {
	margin: -4px 0 0;
	width: auto;
	height: 11px;
}
.xans-board-read .info .btnIcon img {
	width: 12px;
	height: 12px;
}
.xans-board-read .content {
	margin: -1px 0 0;
	padding: 14px 14px 14px;
	word-wrap: break-word;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	text-align: left;
}
.xans-board-read .content p, .xans-board-read .content div {
	text-align: left;
}
.xans-board-read .content img {
	margin: 0 auto 10px;
	max-width: 100%;
}
.xans-board-read .content ul li {
	list-style: disc;
}
.xans-board-read .attach {
	oveflow: hidden;
	padding: 14px 10px 14px;
	border-bottom: 1px solid #d5d5d5;
	color: #757575;
}
.xans-board-read .attach:after {
	content: "";
	display: block;
	clear: both;
}
.xans-board-read .attach a {
	padding: 0 0 0 17px;
	text-decoration: underline;
	white-space: nowrap;
	background: url("../images/common/ico_file.png") no-repeat 0 0;
	background-size: 13px 12px;
}
.xans-board-read .attach .label {
	float: left;
	width: 20%;
}
.xans-board-read .attach span {
	float: left;
	width: 80%;
}
.xans-board-read .attach span.file {
	color: #000000;
	text-decoration: underline;
}
.xans-board-read .password {
	overflow: hidden;
	padding: 7px 10px 14px;
	border-bottom: 1px solid #d5d5d5;
	color: #757575; font-size:0.83rem;
}
.xans-board-read .password .label {
	float: left;
	width: 18%;
	padding-top: 3px;
	line-height: 24px;
}
.xans-board-read .password .form {
	float: left;
	position: relative;
	width: 82%;
}
.xans-board-read .password .passwordForm {
	display: block;
	padding: 0 107px 0 0;
}
.xans-board-read .password .gRight {
	position: absolute;
	right: 0;
	top: 0;
}
.xans-board-read .password p {
	margin: 14px 0 0;
	padding: 0 0 0 20px;
	background: url("../images/common/ico_important.png") no-repeat 0 50%;
	background-size: 13px 13px; font-size:11px;
}

.xans-board-read .password .cct {
padding: 5px;
font-weight: inherit;
border: 1px solid #cccccc;
border-radius: 2px;
outline-style: none;
line-height: 13px;
color: #353535;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; width:100%;







.xans-board-read #password {
	width: 100%;
}
.xans-board-read .btnArea {
	overflow: hidden;
	margin: 0 3%;
	padding: 14px 0;
	max-width: 94%;
}