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: 800px;
  margin-bottom: 10px;
  margin-top:30px;
}
.carousel-main01 {
  height: 250px;
  margin-bottom:0px;
  margin-top:0px;
}
.carousel-sub {
  height: 350px;
  margin-bottom: 0px;
  margin-top:20px;
}
.carousel-sub01 {
  height: 200px;
  margin-bottom: 0px;
  margin-top:20px;
}
.carousel-sub02 {
  height: 250px;
  margin-bottom: 10px;
  margin-top:90px;
}
.carousel-sub03 {
  height: 400px;
  margin-bottom: 70px;
  margin-top:70px;
  background-color:#f1f1f1;
  text-align:center;
}
/* 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: 800px;
  background-color: #fff;
}
.carousel .subitem {
  height: 350px;
  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-divider01 {margin: 100px 0;}
.dfs-divider02 {margin: 70px 0;}
.dfs-divider03 {margin: 40px 0;}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 767px) {
/* Carousel base class */
.carousel { 
  height: 240px;
  margin-bottom: 0px;
  margin-top:50px; 
}
.carousel .item { 
  height: 240px;
  background-color: #fff;
}
.carousel-sub {
  height: 150px;
  margin-bottom: 0px;
  margin-top:50px;
}
.carousel .subitem {
  height: 150px;
  background-color: #fff;
}
.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, .6);
  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);
  background-repeat: no-repeat;
  background-image:url(http://mfactory10.cafe24.com/bizdemo30109/img/main/arrow-left.png); 
  filter: alpha(opacity=50); 
  opacity: 0.5;
}
.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);
  background-repeat: no-repeat;
  background-image:url(http://mfactory10.cafe24.com/bizdemo30109/img/main/arrow-right.png);  
  filter: alpha(opacity=50); 
  opacity: 0.5;
}
.carousel-control:hover, 
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
.carousel-indicators { 
  position: absolute;
  top: 220px;
  bottom: 0px;
  left: 70%;
  z-index: 15;
  width: 60%;
  padding-left: 30px;
  text-align:left;
  list-style: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
.carousel-caption { 
 position: absolute;
 right: 15%;
 top: 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, .6);
}
.carousel-caption-sub {
 position: absolute;
 right: 15%;
 bottom: 38px;
 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, .6);
 opacity:0.8;
}
.featurette-divider {margin: 60px 0;}
.dfs-divider01 {margin: 30px 0;}
.dfs-divider02 {margin: 20px 0;}
.dfs-divider03 {margin: 10px 0;}

.op-wrap{position: absolute;display: block;width: 100%;height: 100%;top: 0; left: 0;background: #000;opacity: 0;}
 a:hover .op-wrap{opacity: 0.7;}
.op-wrap .op-title{display: block;width: 100%;position: absolute;text-align: center;top: 50%;margin-top: -55px;}
.op-wrap .op-title h3{position: relative;display: inline-block;max-width: 90%;padding: 0px 0;z-index: 100;color: #fff;font-size: 18px;letter-spacing: .5px;}

.tl01{color:#555555;text-decoration:none;font-size:20px;border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;padding:20px 0 15px 0;margin:20px 0 40px 0;text-align:center;}
.ts01{color:#555555;text-decoration:none;font-size:28px;margin:10px 0 10px 0;}
.tit-main00 {text-align:center;font-size: 24px;color:#e52c29;font-weight:bold;margin:30px 0 0px 0;font-family:Arial, Helvetica, sans-serif;}
.tit-main01 {text-align:center;font-size: 24px;font-weight:bold;margin:20px 0 0px 0;}
.tit-main02 {text-align:center;font-size: 12px;font-weight:normal;color:#999;margin:0px 0 20px 0;}
.tit-main03 {text-align:left;font-size: 18px;font-weight:normal;color:#555555;margin:0 0 10px 0;}
.tit-main04 {text-align:center;font-size: 14px;font-weight:bold;color:#555;margin:5px 0 5px 0;}
.tit-main05 {text-align:left;font-size: 26px;font-weight:normal;color:#555555;margin:-30px 0 5px 0;}
.tit-main06 {text-align:left;font-size: 18px;font-weight:normal;color:#fff;margin:30px 0 10px 0;}
.tit-main07 {font-size: 20px;font-weight:normal;color:#fff;padding:10x 0 5px 0;}
.tit-main08 {font-size: 20px;font-weight:bold;color:#fff;margin:2px 0 3px 0;}
.tit-main09 {text-align:left;font-size: 12px;font-weight:normal;color:#999;}
.tit-main10 {text-align:left;font-size: 13px;font-weight:bold;color:#333;margin:10px 0 5px 0;}
.tit-sub00 {text-align:center;font-size: 30px;font-weight:normal;color:#fff;margin:0px 0 0px 0;font-family:Arial, Helvetica, sans-serif;}
.tit-sub01 {text-align:center;font-size: 24px;font-weight:bold;color:#222;margin:30px 0 0px 0;}
.tit-sub02 {text-align:center;font-size: 12px;font-weight:normal;color:#999;margin:0px 0 20px 0;}
.tit-sub03  {text-align:left;font-size:20px;font-weight:bold;color:#454545;padding:25px 0 10px 0;}
.tit-sub04  {text-align:center;font-size:16px;font-weight:bold;color:#eee;padding:10px 0 10px 0;}
.tit-sub05 {text-align:center;font-size: 34px;color:#e52c29;font-weight:bold;margin:40px 0 0px 0;font-family:Arial, Helvetica, sans-serif;}

.map-area{width:100%;height:250px;margin:50px 0 50px 0;}
.lead01 {margin-bottom: 20px;font-size: 1em;font-weight: 300;line-height: 1.5;}
.visual-text01{color:#fff;font-size:2em;font-weight:normal;font-family:Arial, Helvetica, sans-serif;line-height:32px;}
.visual02{position:relative;top:0;left:50%;width:1920px;margin-left:-960px;height:150px;}
.box01 {border:0px solid #999;padding:25px 0 20px 0;margin:15px 0 0 0;text-align:center;background-color:#555;}
.visual-sub01{position:relative;top:0;left:-34%;width:1920px;height:150px;margin-left:-960px;background-image:url(http://mfactory10.cafe24.com/bizdemo30109/img/main/sub-visual01.jpg);background-size:50%;}
.visual-sub02{position:relative;top:0;left:-34%;width:1920px;height:150px;margin-left:-960px;background-image:url(http://mfactory10.cafe24.com/bizdemo30109/img/main/sub-visual02.jpg);background-size:50%;}
.visual-sub03{position:relative;top:0;left:-34%;width:1920px;height:150px;margin-left:-960px;background-image:url(http://mfactory10.cafe24.com/bizdemo30109/img/main/sub-visual03.jpg);background-size:50%;}
.visual-sub04{position:relative;top:0;left:-34%;width:1920px;height:150px;margin-left:-960px;background-image:url(http://mfactory10.cafe24.com/bizdemo30109/img/main/sub-visual04.jpg);background-size:50%;}
.visual-sub05{position:relative;top:0;left:-34%;width:1920px;height:150px;margin-left:-960px;background-image:url(http://mfactory10.cafe24.com/bizdemo30109/img/main/sub-visual05.jpg);background-size:50%;}

#history-box{width:100%;margin:20px 0 0 -30px;color:#eee;}
#history-box dl{font-weight:normal;clear:both;border-top:0px dotted #999999;}
#history-box dl.noline{border:none;}
#history-box dt{float:left;clear:both;text-align:left;font-weight:bold;font-size:1.8em;padding:3px 50px 5px 0;font-family:Arial, Helvetica, sans-serif;}
#history-box dd{float:left;text-align:left;padding:5px 0 5px 0;}
#history-box dd ul li{text-align:left;padding:5px 0 0px 0;}
#history-box dd .num{padding:0 20px 0 0;}
#history-box dd .year{padding:0 50px 0 0;text-align:left;font-weight:bold;font-size:2.8em;}

.btn { 
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color:#ed4e17;
  border: 1px solid transparent;
  border-radius: 0px;
}
body {
 font-family: 'Malgun Gothic', Arial, Geneva, Helvetica, sans-serif, 'Nanum Gothic', µ¸¿ò,±¼¸²;
 font-size: 13px;
 line-height: 1.42857143;
 color: #333;
 background-color: #fff;
}
} 
@media (max-width: 500px) {
.carousel-indicators { 
  position: absolute;
  top: 220px;
  bottom: 0px;
  left: 70%;
  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: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* 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;
  }
}