carousel-caption/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@charset "euc-kr";
body {
  padding-bottom: 0px;
  color: #5a5a5a;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 0px;
  margin-top:90px;
  background-color: #151515;
}
.carousel-sub {
  height: 280px;
  margin-bottom: 0px;
  margin-top:90px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #fff;
}
.carousel .subitem {
  height: 280px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.dfs-divider01 {margin: 100px 0;}
.dfs-divider02 {margin: 80px 0;clear:both;}
.dfs-divider03 {margin: 50px 0;}
.dfs-divider04 {margin: 30px 0;}
.dfs-divider05 {margin: 20px 0;}
.dfs-line01 {margin:60px -10px 60px -10px;border-top:1px solid #ddd;}
.dfs-line02 {width:60px;margin:8px auto;border-top:1px solid #029fe4;}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1600px) {
/* Carousel base class */
.carousel { 
  height: 417px;
  margin-bottom: 0px;
  margin-top:90px; 
}
.carousel .item { 
  height: 417px;
  background-color: #eee;
}
.carousel-caption { 
 position: absolute;
 right: 15%;
 top: 40%;
 left: 14%;
 z-index: 10;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #fff;
}
}
@media (max-width: 1366px) {
/* Carousel base class */
.carousel { 
  height: 356px;
  margin-bottom: 0px;
  margin-top:90px; 
}
.carousel .item { 
  height: 356px;
  background-color: #eee;
}
.carousel-caption { 
 position: absolute;
 right: 15%;
 top: 38%;
 left: 10%;
 z-index: 10;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #fff;
}
}
@media (max-width: 1280px) {
/* Carousel base class */
.carousel { 
  height: 334px;
  margin-bottom: 0px;
  margin-top:90px; 
}
.carousel .item { 
  height: 334px;
  background-color: #eee;
}
.carousel-caption { 
 position: absolute;
 right: 15%;
 top: 36%;
 left: 8%;
 z-index: 10;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #fff;
}
}
@media (max-width: 992px) {
/* Carousel base class */
.carousel { 
  height: 259px;
  margin-bottom: 0;
  margin-top:50px; 
}
.carousel .item { 
  height: 259px;
  background-color: #eee;
}
.carousel-sub {
  height: 145px;
  margin-bottom: 0px;
  margin-top:50px;
}
.carousel .subitem {
  height:145;
  background-color: #777;
}
.carousel-control { 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6%; 
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  margin:130px 0 0 0;
  background-repeat: no-repeat;
  background-image:url(http://hanuri9887.cafe24.com/bizdemo47348/img/main/arrow-left.png); 
  filter: alpha(opacity=50); 
  opacity: 0.7;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  margin:130px 0 0 0;
  background-repeat: no-repeat;
  background-image:url(http://hanuri9887.cafe24.com/bizdemo47348/img/main/arrow-right.png);  
  filter: alpha(opacity=50); 
  opacity: 0.7;
}
.carousel-control:hover, 
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
.carousel-caption { 
 position: absolute;
 right: 15%;
 top: 33%;
 left: 8%;
 z-index: 10;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #fff;
}
.carousel-caption-sub {
 position: absolute;
 right: 15%;
 bottom: 40px;
 left: 15%;
 z-index: 10;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #FFF;
 text-align: center;
 text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
 opacity:0.9;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.featurette-divider {margin: 60px 0;}
.dfs-divider01 {margin: 50px 0;}
.dfs-divider02 {margin: 40px 0;}
.dfs-divider03 {margin: 20px 0;}
.dfs-divider04 {margin: 20px 0;}
.dfs-divider05 {margin: 10px 0;}
.dfs-line01 {margin:30px -5px 30px -5px;border-top:1px solid #ddd;}
} 
@media (max-width: 768px) {
/* Carousel base class */
.carousel { 
  height: 201px;
  margin-bottom: 0;
  margin-top:50px; 
}
.carousel .item { 
  height: 201px;
  background-color: #eee;
}
.carousel-sub {
  height: 112px;
  margin-bottom: 0px;
  margin-top:50px;
}
.carousel .subitem {
  height: 112px;
  background-color: #777;
}
.carousel-control { 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6%; 
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  margin:110px 0 0 0;
  background-repeat: no-repeat;
  background-image:url(http://hanuri9887.cafe24.com/bizdemo47348/img/main/arrow-left.png); 
  filter: alpha(opacity=50); 
  opacity: 0.7;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  margin:110px 0 0 0;
  background-repeat: no-repeat;
  background-image:url(http://hanuri9887.cafe24.com/bizdemo47348/img/main/arrow-right.png);  
  filter: alpha(opacity=50); 
  opacity: 0.7;
}
.carousel-control:hover, 
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
.carousel-caption { 
 position: absolute;
 right: 15%;
 top: 32%;
 left: 8%;
 z-index: 10;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #fff;
}
.carousel-caption-sub {
 position: absolute;
 right: 15%;
 bottom: 30px;
 left: 15%;
 z-index: 10;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #FFF;
 text-align: center;
 text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
 opacity:0.9;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
} 
@media (max-width: 420px) {
.carousel { 
  height: 110px;
  margin-bottom: 0;
  margin-top:50px; 
}
.carousel .item { 
  height: 110px;
  background-color: #eee;
}
.carousel-sub {
  height: 61px;
  margin-bottom: 0px;
  margin-top:50px;
}
.carousel .subitem {
  height: 61px;
  background-color: #777;
}
.carousel-control { 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6%; 
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  margin:90px 0 0 0;
  background-repeat: no-repeat;
  background-image:url(http://hanuri9887.cafe24.com/bizdemo47348/img/main/arrow-left.png); 
  filter: alpha(opacity=50); 
  opacity: 0.7;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  margin:90px 0 0 0;
  background-repeat: no-repeat;
  background-image:url(http://hanuri9887.cafe24.com/bizdemo47348/img/main/arrow-right.png);  
  filter: alpha(opacity=50); 
  opacity: 0.7;
}
.carousel-control:hover, 
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
.carousel-caption { 
 position: absolute;
 right: 15%;
 top: 60px;
 left: 10%;
 z-index: 10;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #fff;
}
.carousel-caption-sub {
 position: absolute;
 right: 15%;
 bottom: 20px;
 left: 15%;
 z-index: 10;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #FFF;
 text-align: center;
 text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
 opacity:0.9;
}
.carousel-indicators { 
  position: absolute;
  bottom: 5px;
  left: 60%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  text-align:left;
  list-style: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
}
@media (min-width: 993px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 0px;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}