@charset "utf-8";




/*
	## 내용
*/

section { position:relative; }

.section2 .premium div { margin-bottom:10px;}

.section3 { width:100%; margin-bottom:0px; background-color:#fff;}
.section3 .table th, .section3 .table td { border:1px solid #ccc; }
.section3 .table th { text-align:center; background-color:#f2f2f2; width:18%; vertical-align:middle;}
.section3 .table th.th-sub { width:12%;}
.section3 .table td { background-color:#fff; }


.section4 { width:100%; margin-bottom:50px; }
.section4 .wrap-jh { display:flex; flex-wrap:wrap; justify-content:space-between; margin-top:0px;}
.section4 .wrap-jh img { width:33%; height:33%; margin-bottom:8px; }
.txt {text-align:left; font-size:13px; color:#959595; margin:5px 0 15px;}




/*
	## ect 설정
*/
.bx-wrapper {
  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { bottom: -40px; }
.bx-wrapper .bx-pager.bx-default-pager a {
	width:12px; height:12px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #fff;
	border:1px solid #000;
}

#slider2_prev, #slider2_next { position:absolute; top:75%; }
#slider2_prev { left:2%; }
#slider2_next { right:2%; }

