@charset utf-8;
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0; padding:0; border:0}
header, hgroup, footer ,nav ,section ,article ,aside ,figure ,video ,audio {margin:0;padding:0;border:0;}
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@font-face{font-family:nanumG; src:url(/common/font/NanumGothic.eot); src:local(※), url(/common/font/NanumGothic.woff) format("woff"), url(/common/font/NanumGothic.ttf) format("truetype")}
@font-face{font-family:nanumGB; src:url(/common/font/NanumGothicBold.eot); src: local(※), url(/common/font/NanumGothicBold.woff) format("woff"), url(/common/font/NanumGothicBold.ttf) format("truetype")}

body,button,input,select,textarea{color:#666; font:12px "나눔고딕", NanumGothic, nanumG,"돋움", Dotum, AppleGothic, Helvetica,sans-serif; line-height:18px;}
ul, ol, li{list-style:none}
h1, h2, h3, h4, h5, h6{font-size:12px; font-weight:bold;}
caption, address, cite, code, dfn, em, var{font-style:normal; font-weight:normal}
caption, legend {overflow:hidden; visibility:hidden; width:0; height:0;  font-size:0; line-height:0; text-indent:-999px;}
hr{display:none}
fieldset, img, button{border:0 none;}
img{font-size:0px; line-height:0px;}


table td{word-wrap:break-word;word-break:break-all;}

select, textarea, input, label,img,button{vertical-align:middle}
button{border:none; background-color:transparent; cursor:pointer;}
input, select, textarea{margin:0px; padding:0px;}
input:disabled{background-color:#f8f8f7; color:#999;}
input{padding:3px; height:23px; color:#666; line-height:23px}
select, input{border:1px solid #CCC;}
textarea{overflow:auto; padding:10px; width:97%; border:0 none; resize:vertical}
input[type="checkbox"],
.chk{border:none;}
input[type="radio"],
.rdo{border:none;}

a{color:#666; text-decoration:none;}
a:hover,a.on,a.active{color:#666; text-decoration:none;}

  #slides,
    #slides2,
    #slides3 {
      display: none;
	  margin:0 auto;
	  text-align:center;
    }

    .slidesjs-navigation {
      margin-top:3px;
    }

    .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }
