@import url("common.css");

body{margin:0; padding:0; background:url(../img/top_bg.gif) repeat-x; overflow-x:hidden; font-family:Dotum; color:#666666; background-color: #ffffff; line-height:17px;}

.notice				{color:#80877a; text-decoration:none}
.notice a:link		{color:#80877a; text-decoration:none}
.notice a:visited	{color:#80877a; text-decoration:none}
.notice a:active	{color:#80877a; text-decoration:none}
.notice a:hover		{color:#000000; text-decoration:underline;}

#visual_wrap {
	float:left;
	width:100%;
	height:311px;
	position:relative;
}
.visual_bg {position:absolute; top:0; z-index:5; width:100%; text-align:center;}
.visual_bg ul{width:100%; height:311px; overflow:hidden; /*margin:0 auto*/}
.visual_bg ul li{width:100%; height:311px;position:absolute; top:0; left:0}
.visual_bg li div{ width:937px; height:311px; margin:0 auto;  position:relative }
.visual_bg li .vtxt_1{display:inline-block; width:auto; position:absolute; right:0; top:100px; }
.visual_bg li .vtxt_2{display:inline-block; width:auto; position:absolute; right:0; top:200px; }

.bg1{ background:url(../img/visual_1.jpg) no-repeat left top; background-attachment:scroll}
.bg2{ background:url(../img/visual_2.png) no-repeat left top ; background-attachment:scroll}
.bg3{ background:url(../img/visual_3.png) no-repeat left top ; background-attachment:scroll}

.main_visualsec {width:937px; margin:0 auto; position:relative; height:311px;}
.main_visualsec .pagging{position:absolute; bottom:15px; left:0; z-index:20; width:937px; text-align:center;}
.main_visualsec .pagging li{display:inline-block;}
.main_visualsec .pagging li a{display:inline-block;  width:10px; height:10px; background-color:#fff; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px;}
.main_visualsec .pagging li a.on{ background-color:#1f72d4; width:14px; height:14px; vertical-align:-2px; border-radius:14px; -webkit-border-radius:14px; -moz-border-radius:14px; -ms-border-radius:14px; -o-border-radius:14px;}