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: 640px;
margin-bottom: 0px;
margin-top:90px;
background-color: #fff;
}
.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: 640px;
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-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;
}

