.ma_pop .bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.ma_pop .bx-wrapper img {
  max-width: 100%;
  display: block;
}
.ma_pop .bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
.ma_pop ul.bxslider {
  list-style: none;
}
.ma_pop .bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.ma_pop .bx-wrapper {
  background: #fff;
}
.ma_pop .bx-wrapper .bx-pager,
.ma_pop .bx-wrapper .bx-controls-auto {
}
/* LOADER */
.ma_pop .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/* PAGER */
.ma_pop .bx-wrapper .bx-pager {
position: absolute;
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    bottom: 0px;
    width: 35px;
    right: 144px;
    height: 35px;
    line-height: 35px;
    background:#006766;
    color: #ffffff;
}
.ma_pop .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ma_pop .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ma_pop .bx-wrapper .bx-pager.bx-default-pager a.active,
.ma_pop .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.ma_pop .bx-wrapper .bx-pager-item,
.ma_pop .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
  top: 0px;
 left: 66px;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.ma_pop .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.ma_pop .bx-wrapper .bx-prev {
  right: 108px;
  background: url('images/pr.png') no-repeat center center;

}
.ma_pop .bx-wrapper .bx-prev:hover,
.ma_pop .bx-wrapper .bx-prev:focus {
 /* background-position: 0 0; */
}
.ma_pop .bx-wrapper .bx-next {

  right: 0px;
  background: url('images/nx.png') no-repeat center center;

}
.ma_pop .bx-wrapper .bx-next:hover,
.ma_pop .bx-wrapper .bx-next:focus {
 /* background-position: -43px 0;*/
}
.ma_pop .bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: 0px;
  outline: 0;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  z-index: 10;
}
.ma_pop .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.ma_pop .bx-wrapper .bx-controls-auto {
  text-align: center;
}
.ma_pop .bx-wrapper .bx-controls-auto .bx-start {

  text-indent: -9999px;
  outline: 0;
  background: url('images/pl.png') no-repeat center center;
    width: 35px;
  height: 35px;
    display:block;
}
.ma_pop .bx-wrapper .bx-controls-auto .bx-start:hover,
.ma_pop .bx-wrapper .bx-controls-auto .bx-start.active,
.ma_pop .bx-wrapper .bx-controls-auto .bx-start:focus {
	
 background: url('images/pla.png') no-repeat center center;
}
.ma_pop .bx-wrapper .bx-controls-auto .bx-stop {
  text-indent: -9999px;
  display:block;
  outline: 0;
  background: url('images/pa.png') no-repeat center center;
   width: 35px;
  height: 35px;

}
.ma_pop .bx-wrapper .bx-controls-auto .bx-stop:hover,
.ma_pop .bx-wrapper .bx-controls-auto .bx-stop.active,
.ma_pop .bx-wrapper .bx-controls-auto .bx-stop:focus {

  background: url('images/paa.png') no-repeat center center;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.ma_pop .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
 /* text-align: left;
  width: 80%;*/
}
.ma_pop .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 35px;
    width: 72px;
    bottom: 0px;
    position: absolute;
    height: 35px;
}
/* IMAGE CAPTIONS */
.ma_pop .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.ma_pop .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}



.sub_pop .bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.sub_pop .bx-wrapper img {
  max-width: 100%;
  max-height: 278px;
  margin: 0 auto;
  display: block;
}
.sub_pop .bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
.sub_pop ul.bxslider {
  list-style: none;
}
.sub_pop .bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.sub_pop .bx-wrapper {
  background: #fff;
}
.sub_pop .bx-wrapper .bx-pager,
.sub_pop .bx-wrapper .bx-controls-auto {
}
/* LOADER */
.sub_pop .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/* PAGER */
.sub_pop .bx-wrapper .bx-pager {
position: absolute;
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    top: 0px;
    width: 35px;
    left: 174px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.65);
    color: #ffffff;
}

.sub_pop .bx-wrapper .bx-pager.bx-default-pager{ display: none;}
.sub_pop .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sub_pop .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sub_pop .bx-wrapper .bx-pager.bx-default-pager a.active,
.sub_pop .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.sub_pop .bx-wrapper .bx-pager-item,
.sub_pop .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
  top: 0px;
 left: 66px;
 width: 20px;
  height: 21px;
}
.sub_pop .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.sub_pop .bx-wrapper .bx-prev {
  right: 61px;
  width: 20px;
  height: 21px;
  background: url('images/spr.png') no-repeat center center;
}
.sub_pop .bx-wrapper .bx-prev:hover,
.sub_pop .bx-wrapper .bx-prev:focus {
 /* background-position: 0 0; */
}
.sub_pop .bx-wrapper .bx-next {
  right: 0px;
  width: 21px;
  height: 21px;
  background: url('images/snx.png') no-repeat center center;
}
.sub_pop .bx-wrapper .bx-next:hover,
.sub_pop .bx-wrapper .bx-next:focus {
 /* background-position: -43px 0;*/
}
.sub_pop .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0px;
  outline: 0;
  text-indent: -9999px;
  z-index: 10;
}
.sub_pop .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.sub_pop .bx-wrapper .bx-controls-auto {
  text-align: center;
}
.sub_pop .bx-wrapper .bx-controls-auto .bx-start {
  text-indent: -9999px;
  outline: 0;
  background: url('images/spl.png') no-repeat center center;
    width: 35px;
  height: 35px;
    display:block;
}
.sub_pop .bx-wrapper .bx-controls-auto .bx-start:hover,
.sub_pop .bx-wrapper .bx-controls-auto .bx-start.active,
.sub_pop .bx-wrapper .bx-controls-auto .bx-start:focus {
	
 background: url('images/spla.png') no-repeat center center;
}
.sub_pop .bx-wrapper .bx-controls-auto .bx-stop {
  text-indent: -9999px;
  display:block;
  outline: 0;
  background: url('images/spa.png') no-repeat center center;
   width: 35px;
  height: 35px;
}
.sub_pop .bx-wrapper .bx-controls-auto .bx-stop:hover,
.sub_pop .bx-wrapper .bx-controls-auto .bx-stop.active,
.sub_pop .bx-wrapper .bx-controls-auto .bx-stop:focus {

  background: url('images/spaa.png') no-repeat center center;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.sub_pop .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
 /* text-align: left;
  width: 80%;*/
}
.sub_pop .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 28px;
    width: 42px;
    top: -7px;
    position: absolute;
    height: 21px;
}
/* IMAGE CAPTIONS */
.sub_pop .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.sub_pop .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.sub_pop .bx-wrapper .bx-viewport .bxslider2 li {
	position:relative;
}

.sub_pop .bx-wrapper .bx-viewport .bxslider2 li a .spopca_name{
	position:absolute;
	right : 0px;
	bottom : 0px;
	padding : 5px;
	background : rgba(0,0,0,0.8);
	color : #ffffff;
}

/* �ü����� */
.sma_vis .bx-wrapper {
	padding: 0px; position: relative; -ms-touch-action: pan-y; touch-action: pan-y;
}
.sma_vis .bx-wrapper img {
	display: block; max-width: 100%;
}
.sma_vis .bxslider {
	margin: 0px; padding: 0px; -webkit-perspective: 1000;
}
.sma_vis ul.bxslider {
	list-style: none;
}
.sma_vis .bx-viewport {
	-webkit-transform: translateZ(0);
}
.sma_vis .bx-wrapper {
	background: rgb(255, 255, 255);
}
.sma_vis .bx-wrapper .bx-pager {
	
}
.sma_vis .bx-wrapper .bx-controls-auto {
	
}
.sma_vis .bx-wrapper .bx-loading {
	background: url("../images/bx_loader.gif") no-repeat center rgb(255, 255, 255); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 10; min-height: 50px;
}
.sma_vis .bx-wrapper .bx-pager {
	display:none;
}
.sma_vis .bx-wrapper .bx-default-pager.bx-pager a {
	background: rgb(102, 102, 102); margin: 0px 5px; outline: 0px; border-radius: 5px; width: 10px; height: 10px; text-indent: -9999px; display: block; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.sma_vis .bx-wrapper .bx-default-pager.bx-pager a:hover {
	background: rgb(0, 0, 0);
}
.sma_vis .bx-wrapper .bx-default-pager.bx-pager a.active {
	background: rgb(0, 0, 0);
}
.sma_vis .bx-wrapper .bx-default-pager.bx-pager a:focus {
	background: rgb(0, 0, 0);
}
.sma_vis .bx-wrapper .bx-pager-item {
	left: 66px; top: 0px; width: 35px; height: 46px; vertical-align: bottom; display: inline-block;
}
.sma_vis .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	left: 66px; top: 0px; width: 24px; height: 46px; vertical-align: bottom; display: inline-block;
}
.sma_vis .bx-wrapper .bx-pager-item {
	line-height: 0; font-size: 0px;
}
.sma_vis .bx-wrapper .bx-prev {
	background: url("../img3/sub_pr.png") no-repeat center;
	right: 102px;
}
.sma_vis .bx-wrapper .bx-prev:hover {
	
}
.sma_vis .bx-wrapper .bx-prev:focus {
	
}
.sma_vis .bx-wrapper .bx-next {
	background: url("../img3/sub_nx.png") no-repeat center;
	right: 20px;
}
.sma_vis .bx-wrapper .bx-next:hover {
	
}
.sma_vis .bx-wrapper .bx-next:focus {
	
}
.sma_vis .bx-wrapper .bx-controls-direction a {
	outline: 0px; width: 34px; height: 46px; bottom: 15px; text-indent: -9999px; position: absolute; z-index: 10;
}
.sma_vis .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.sma_vis .bx-wrapper .bx-controls-auto {
	text-align: center;
}
.sma_vis .bx-wrapper .bx-controls-auto .bx-start {
	background: url("../img3/sub_pl.png") no-repeat center;
	outline: 0px;
	width: 24px;
	height: 46px;
	text-indent: -9999px;
	display: block;
}
.sma_vis .bx-wrapper .bx-controls-auto .bx-start:hover {
	background: url("../img3/sub_pla.png") no-repeat center;
}
.sma_vis .bx-wrapper .bx-controls-auto .active.bx-start {
	background: url("../img3/sub_pla.png") no-repeat center;
}
.sma_vis .bx-wrapper .bx-controls-auto .bx-start:focus {
	background: url("../img3/sub_pla.png") no-repeat center;
}
.sma_vis .bx-wrapper .bx-controls-auto .bx-stop {
	background: url("../img3/sub_pa.png") no-repeat center;
	outline: 0px;
	width: 24px;
	height: 46px;
	text-indent: -9999px;
	display: block;
}
.sma_vis .bx-wrapper .bx-controls-auto .bx-stop:hover {
	background: url("../simg/sub_paa.png") no-repeat center;
}
.sma_vis .bx-wrapper .bx-controls-auto .active.bx-stop {
	background: url("../img3/sub_paa.png") no-repeat center;
}
.sma_vis .bx-wrapper .bx-controls-auto .bx-stop:focus {
	background: url("../simg/sub_paa.png") no-repeat center;
}
.sma_vis .bx-wrapper .bx-has-pager.bx-has-controls-auto.bx-controls .bx-pager {
	
}
.sma_vis .bx-wrapper .bx-has-pager.bx-has-controls-auto.bx-controls .bx-controls-auto {
	width: 48px; height: 46px; right: 54px; bottom: 15px; position: absolute;
}
.sma_vis .bx-wrapper .bx-caption {
	background: rgba(80, 80, 80, 0.75); left: 0px; width: 100%; bottom: 0px; position: absolute;
}
.sma_vis .bx-wrapper .bx-caption span {
	padding: 10px; color: rgb(255, 255, 255); font-family: Arial; font-size: 0.85em; display: block;
}




.sma_pop .bx-wrapper {
	padding: 0px; position: relative; -ms-touch-action: pan-y; touch-action: pan-y;
}
.sma_pop .bx-wrapper img {
	display: block; max-width: 100%;     margin: 0 auto;
}
.sma_pop .bxslider {
	margin: 0px; padding: 0px; -webkit-perspective: 1000;
}
.sma_pop ul.bxslider {
	list-style: none;
}
.sma_pop .bx-viewport {
	-webkit-transform: translateZ(0);
}
.sma_pop .bx-wrapper {
	background: rgb(255, 255, 255);
}
.sma_pop .bx-wrapper .bx-pager {
	
}
.sma_pop .bx-wrapper .bx-controls-auto {
	
}
.sma_pop .bx-wrapper .bx-loading {
	background: url("../images/bx_loader.gif") no-repeat center rgb(255, 255, 255); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 10; min-height: 50px;
}
.sma_pop .bx-wrapper .bx-pager {
	background: rgba(0, 0, 0, 0.7); width: 35px; height: 39px; text-align: center; right: 88px; bottom: 0px; color: rgb(255, 255, 255); line-height: 39px; font-size: 0.85em; font-weight: bold; position: absolute;
}
.sma_pop .bx-wrapper .bx-default-pager.bx-pager a {
	background: rgba(0, 0, 0, 0.7); margin: 0px 5px; outline: 0px; border-radius: 5px; width: 10px; height: 10px; text-indent: -9999px; display: block; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.sma_pop .bx-wrapper .bx-default-pager.bx-pager a:hover {
	background: rgb(0, 0, 0);
}
.sma_pop .bx-wrapper .bx-default-pager.bx-pager a.active {
	background: rgb(0, 0, 0);
}
.sma_pop .bx-wrapper .bx-default-pager.bx-pager a:focus {
	background: rgb(0, 0, 0);
}
.sma_pop .bx-wrapper .bx-pager-item {
	left: 66px; top: 0px; width: 22px; height: 39px; vertical-align: bottom; display: inline-block;
}
.sma_pop .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	left: 66px; top: 0px; width: 22px; height: 39px; vertical-align: bottom; display: inline-block;
}
.sma_pop .bx-wrapper .bx-pager-item {
	line-height: 0; font-size: 0px;
}
.sma_pop .bx-wrapper .bx-prev {
	background: url("../simg/sub_spr.png") no-repeat center; right: 66px;
}
.sma_pop .bx-wrapper .bx-prev:hover {
	
}
.sma_pop .bx-wrapper .bx-prev:focus {
	
}
.sma_pop .bx-wrapper .bx-next {
	background: url("../simg/sub_snx.png") no-repeat center; right: 0px;
}
.sma_pop .bx-wrapper .bx-next:hover {
	
}
.sma_pop .bx-wrapper .bx-next:focus {
	
}
.sma_pop .bx-wrapper .bx-controls-direction a {
	outline: 0px; width: 22px; height: 39px; bottom: 0px; text-indent: -9999px; position: absolute; z-index: 10;
}
.sma_pop .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.sma_pop .bx-wrapper .bx-controls-auto {
	text-align: center;
}
.sma_pop .bx-wrapper .bx-controls-auto .bx-start {
	background: url("../simg/sub_spl.png") no-repeat center; outline: 0px; width: 22px; height: 39px; text-indent: -9999px; display: block;
}
.sma_pop .bx-wrapper .bx-controls-auto .bx-start:hover {
	background: url("../simg/sub_spla.png") no-repeat center;
}
.sma_pop .bx-wrapper .bx-controls-auto .active.bx-start {
	background: url("../simg/sub_spla.png") no-repeat center;
}
.sma_pop .bx-wrapper .bx-controls-auto .bx-start:focus {
	background: url("../simg/sub_spla.png") no-repeat center;
}
.sma_pop .bx-wrapper .bx-controls-auto .bx-stop {
	background: url("../simg/sub_spa.png") no-repeat center; outline: 0px; width: 22px; height: 39px; text-indent: -9999px; display: block;
}
.sma_pop .bx-wrapper .bx-controls-auto .bx-stop:hover {
	background: url("../simg/sub_spaa.png") no-repeat center;
}
.sma_pop .bx-wrapper .bx-controls-auto .active.bx-stop {
	background: url("../simg/sub_spaa.png") no-repeat center;
}
.sma_pop .bx-wrapper .bx-controls-auto .bx-stop:focus {
	background: url("../simg/sub_spaa.png") no-repeat center;
}
.sma_pop .bx-wrapper .bx-has-pager.bx-has-controls-auto.bx-controls .bx-pager {
	
}
.sma_pop .bx-wrapper .bx-has-pager.bx-has-controls-auto.bx-controls .bx-controls-auto {
	width: 44px; height: 39px; right: 22px; bottom: 0px; position: absolute;
}
.sma_pop .bx-wrapper .bx-caption {
	background: rgba(80, 80, 80, 0.75); left: 0px; width: 100%; bottom: 0px; position: absolute;
}
.sma_pop .bx-wrapper .bx-caption span {
	padding: 10px; color: rgb(255, 255, 255); font-family: Arial; font-size: 0.85em; display: block;
}
