@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

a, a:hover {
  text-decoration: none;
}
.blue {
	color: #06F;
	font-weight: normal;
}
.green {
	color: #090;
	font-weight: normal;
}
.darkred{
	color: #b84e44;
	font-weight: normal;
}
/*
.slide-button {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  padding: 15px;
  border: 2px solid white;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Nanum Gothic", sans-serif;
  text-align: center;
  cursor: pointer;
}

.slides a {
  color: white;
}

.slide-button:hover {
  border-color: #e04d47;
  color: #e04d47;
}
*/


.content-section {
  position: relative;
  z-index: 10;
  padding: 0 0 0px 0;
}
.content-section h3 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#introduction {
  display: block;
  width: 1100px;
  height: 100%;
  background: #f3f3f3;
  padding: 0;
  margin:0 auto;
}

.slide-text {
  position: absolute;
  text-align: right;
  width: 1100px;
  bottom: 80%;
  right: 15%;
  z-index: 200;
    margin:0 auto;
}

.slide-caption {
  position: absolute;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  width: 1100px; 
  padding: 15% 0;
  z-index: 100;
}
.slide-caption h2 {

  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 20px;
  line-height: normal;
  font-family: "Nanum Gothic", sans-serif;
}
.slide-caption .slide-button {
  margin: 30px 0 0 0;
}

.slide-navigation {
  position: absolute;
  text-align: right;
  width: 1100px;
  bottom: 15%;
  right: 8%;
  z-index: 200;
}
.slide-navigation .slide-prev i,
.slide-navigation .slide-next i {
  color: white;
  font-weight: normal;
  font-size: 25px;
  margin-right: 15px;
}
.slide-navigation .slide-prev i:hover,
.slide-navigation .slide-next i:hover {
  color: #e04d47;
}


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;  
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img a {
  z-index: 10;
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}


.flex-control-nav {position:absolute;bottom:5px;left:500px;}
.flex-control-nav li{float:left;margin:0 5px;}
.flex-control-nav a {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    background: url(/img/sban_ov.png) no-repeat;
    background-repeat: no-repeat;
    text-indent: -9999em;
    display: inline-block;
    margin: 0 2px;
}
.flex-control-nav a.flex-active {background: url(/img/sban.png) no-repeat;}