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;
}

/* -----------岸矾府----------- */

#a1{width:1000px; margin:100px auto;}

.galleria{ max-width:1000px; height: 674px; background: #000 }

/* --------------岸矾府----------- */

/* 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: 600px;
  margin-bottom: 0px;
  margin-top:80px;
  background-color: #fff;
}
.carousel-sub {
  height: 300px;
  margin-bottom: 0px;
  margin-top:80px;
}
/* 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: 600px;
  background-color: #fff;
}
.carousel .subitem {
  height: 300px;
  background-color: #fff;
}
.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-divider00 {margin: 120px 0;clear:both;}
.dfs-divider01 {margin: 100px 0;clear:both;}
.dfs-divider02 {margin: 80px 0;clear:both;}
.dfs-divider03 {margin: 50px 0;clear:both;}
.dfs-line01 {margin:70px 0;border-top:1px solid #ddd;}
/* 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: 500px;
  margin-bottom: 0px;
}
.carousel .item { 
  height: 500px;
}
.carousel-caption { 
 position: absolute;
 right: 15%;
 top: 38%;
 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);
}
}
@media (max-width: 1366px) {
/* Carousel base class */
.carousel { 
  height: 427px;
  margin-bottom: 0px;
}
.carousel .item { 
  height: 427px;
}
.carousel-caption { 
 position: absolute;
 right: 15%;
 top: 38%;
 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);
}
}
@media (max-width: 1280px) {
/* Carousel base class */
.carousel { 
  height: 400px;
  margin-bottom: 0px;
}
.carousel .item { 
  height: 400px;
}
.carousel-caption { 
 position: absolute;
 right: 15%;
 top: 36%;
 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);
}
}
@media (max-width: 1024px) {
/* Carousel base class */
.carousel { 
  height: 320px;
  margin-bottom: 0;
  margin-top:50px; 
}
.carousel .item { 
  height: 320px;
}
.carousel-sub {
  height: 200px;
  margin-bottom: 0px;
  margin-top:50px;
}
.carousel .subitem {
  height: 200px;
}
.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(../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 -30px 0 0;
  background-repeat: no-repeat;
  background-image:url(../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: 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);
}
.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 {
  bottom: 10px;
}
.featurette-divider {margin: 60px 0;}
.dfs-divider00 {margin: 50px 0;}
.dfs-divider01 {margin: 50px 0;}
.dfs-divider02 {margin: 40px 0;}
.dfs-divider03 {margin: 20px 0;}
.dfs-line01 {margin:15px 0;border-top:1px solid #ddd;}
} 
@media (max-width: 800px) {

/* -----------岸矾府----------- */

#a1{width:760px; margin:100px auto;}

.galleria{ max-width: 760px; height: 674px; background: #000 }

/* --------------岸矾府----------- */

/* Carousel base class */
.carousel { 
  height: 300px;
  margin-bottom: 0; 
}
.carousel .item { 
  height: 300px;
}
.carousel-sub {
  height: 180px;
  margin-bottom: 0px;
}
.carousel .subitem {
  height: 180px;
}
.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 {
  margin:115px 0 0 0;
}
.carousel-control.right {
  margin:115px -15px 0 0;
}
.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: 30%;
 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);
}
.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 {
  bottom: 10px;
}
} 
@media (max-width: 420px) {

/* -----------岸矾府----------- */

#a1{width:330px; margin:0px auto;}

.galleria{ max-width: 330px; height: 300px; background: #000 }

/* --------------岸矾府----------- */

.carousel { 
  height: 250px;
  margin-bottom: 0; 
}
.carousel .item { 
  height: 250px;
}
.carousel-sub {
  height: 150px;
  margin-bottom: 0px;
}
.carousel .subitem {
  height: 150px;
}
.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 {
  margin:90px 0 0 0;
}
.carousel-control.right {
  margin:90px 0 0 0;
}
.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: 50px;
 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);
}
.carousel-caption-sub {
 position: absolute;
 right: 5%;
 bottom: 20px;
 left: 5%;
 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 { 
  bottom: 5px;
}
.carousel-indicators li {
  display: inline-block;
  width: 50px;
  height: 5px;
  margin: 0 0px 0 0px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0px;;
}
.carousel-indicators .active {
  width: 50px;
  height: 5px;
  margin: 0px 0px 0 0px;
  background-color: #fff;
}
}
@media (min-width: 1025px) {
  /* 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: 1025px) {
  .featurette-heading {
    margin-top: 120px;
  }
}