@charset "utf-8";

@import url("reset.css");
@import url("style.css");

body {height:100%;font-family:'NanumGothic', 'NanumGothicWeb', "Dotum", "Gulim", Tahoma, Geneva, sans-serif;font-size:100%; line-height:18px; color:#fff;text-shadow: 0 0 2px #181818;	-moz-text-shadow: 0 0 2px #181818;	-webkit-text-shadow: 0 0 2px #f00; background-image: url('/cardnews/inc/img/bg.jpg'); background-repeat: repeat;  }
body#main { font-family:'NanumGothic','NanumGothicWeb', "Dotum", "Gulim", Tahoma, Geneva, sans-serif;font-size:100%; line-height:18px; color:#4a4a4a;}
body#sub { font-family:'NanumGothic', 'NanumGothicWeb', "Dotum", "Gulim", Tahoma, Geneva, sans-serif;font-size:100%; line-height:18px; color:#4a4a4a;}
img[usemap] {width:auto;max-width:100%;border:none;height:auto;}

/* Layout */
#wrap { position:relative; width:100%;}
#container {position:relative;width:100%; margin:0 0;}
#card_in { max-width:900px; margin:0 auto;position:relative;top:0;}

#sVisual{ overflow:visible; max-width:900px; height:auto; position:relative;margin:0 0;}
#sVisual li{overflow:hidden;position:relative;}
#sVisual li img {width:100%;}
#sVisual .v_img { float:left; max-width:900px; }
#sVisual .v_img>img { width:100%; height:auto; }
#sVisual .v_img img { width:100%; height:auto; }

#sVisual .bx-controls{ z-index:900;}
#sVisual .bx-controls a.bx-next {position:absolute;right:-70px;top:43%;display:inline-block;width:48px;height:48px;text-indent:999px;overflow:hidden;background:url('/cardnews/inc/img/bx-next-mb.png') no-repeat;background-size:48px;z-index:999;}
#sVisual .bx-controls a.bx-prev {position:absolute;left:-70px;top:43%;display:inline-block;width:48px;height:48px;text-indent:999px;overflow:hidden;background:url('/cardnews/inc/img/bx-prev-mb.png') no-repeat;background-size:48px;z-index:999;}
#sVisual .bx-controls a.bx-stop {display:none;}
#sVisual .bx-controls a.bx-start{display:none;}
#sVisual .bx-wrapper .bx-controls-auto{position:absolute;}
#sVisual .bx-wrapper .bx-pager{position:absolute;bottom:10px;left:50%;width:100px;margin-left:-50px;text-align:center; font-family:'NanumGothic';font-size:115%;font-weight: 200;}
#sVisual .bx-wrapper .bx-pager a{display:inline-block;width:11px;height:11px;background:url('../img/main/pager_off.png') no-repeat;text-indent:999px;overflow:hidden;}
#sVisual .bx-wrapper .bx-pager a.active{background:url('../img/main/pager_on.png') no-repeat;}

.mark10{display:block;position:absolute;bottom:20%;right:10%;width:80%;height:10%;background:#000;opacity:0;z-index:10;cursor: pointer;}



@media only screen and (max-width:800px) {
	
	#card_in {width:100%;margin:0 auto;overflow:hidden;position:absolute;left:0;top:0;}
	img.mapview_img{width:100%;}

	#sVisual{ overflow:visible; width:100%; height:auto; position:relative;margin:0 0;}
	#sVisual li{overflow:hidden;position:relative;}
	#sVisual .v_img { float:left; width:100%;text-align:center; }
	#sVisual .v_img>img { width:100%; height:auto; }  
	#sVisual .bx-controls a.bx-next {position:absolute;right:10px;top:43%;display:inline-block;width:48px;height:48px;text-indent:999px;overflow:hidden;background:url('/cardnews/inc/img/bx-next-mb.png') no-repeat;background-size:48px;z-index:999; display: none;}
    #sVisual .bx-controls a.bx-prev {position:absolute;left:10px;top:43%;display:inline-block;width:48px;height:48px;text-indent:999px;overflow:hidden;background:url('/cardnews/inc/img/bx-prev-mb.png') no-repeat;background-size:48px;z-index:999; display: none;}

}

