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: 740px;
margin-bottom: 0px;
margin-top:85px;
background-color: #eee;
}
.carousel-sub {
height: 300px;
margin-bottom: 0px;
margin-top:85px;
}
/* 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: 740px;
background-color: #eee;
}
.carousel .subitem {
height: 300px;
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-divider00 {margin: 120px 0;clear:both;}
.dfs-divider01 {margin: 100px 0;clear:both;}
.dfs-divider02 {margin: 80px 0;clear:both;}
.dfs-divider02_1 {margin:0 auto;}

.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: 617px;
margin-bottom: 0px;
}
.carousel .item {
height: 617px;
background-color: #eee;
}
.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: 526px;
margin-bottom: 0px;
}
.carousel .item {
height: 526px;
background-color: #eee;
}
.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: 493px;
margin-bottom: 0px;
}
.carousel .item {
height: 493px;
background-color: #eee;
}
.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: 395px;
margin-bottom: 0;
margin-top:50px;
}
.carousel .item {
height: 395px;
background-color: #eee;
}
.carousel-sub {
height: 200px;
margin-bottom: 0px;
margin-top:50px;
}
.carousel .subitem {
height: 200px;
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://chemirex1.cafe24.com/bizdemo48172/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://chemirex1.cafe24.com/bizdemo48172/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 {
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-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) {
/* Carousel base class */
.carousel {
height: 300px;
margin-bottom: 0;
}
.carousel .item {
height: 300px;
background-color: #eee;
}
.carousel-sub {
height: 180px;
margin-bottom: 0px;
}
.carousel .subitem {
height: 180px;
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://chemirex1.cafe24.com/bizdemo48172/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://chemirex1.cafe24.com/bizdemo48172/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: 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 {
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: 250px;
margin-bottom: 0;
}
.carousel .item {
height: 250px;
background-color: #eee;
}
.carousel-sub {
height: 150px;
margin-bottom: 0px;
}
.carousel .subitem {
height: 150px;
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://chemirex1.cafe24.com/bizdemo48172/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://chemirex1.cafe24.com/bizdemo48172/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: 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 {
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: 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;
}
}



<!-- <li><a href="{{$template}}/customer/customer03.php?sub=03">FAQ</a></li> -->
<!-- <li><a href="{{$template}}/customer/customer01.php?sub=01">CONTACT US</a></li>-->

</ul>
</div>
</li>
</ul>
</div>
<div class="s-nav"></div>
</div>
</div>
</div>
</div>
</div>


<!-- MOBILE ¹öÀü gnb¸Þ´º ½ÃÀÛ -->
<div id="menu-container01">
<div class="gnb-wrap02">
<div class="navbar-wrapper">
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{$template}}/index.php"><img src="{{$template}}/img/common/logo_1_m.png" class="featurette-image img-responsive"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<div class="mj-menu02">
<span class="fst"><a href="{{$template}}/index.php">Korean</a></span>
<span class="snd"><a href="{{$template}}/en/index.php">English</a></span>
<span class="trd"><a href="{{$template}}/cn/index.php">China</a></span>
</div>
<li class="dropdown">
<a href="{{$template}}/company/company01.php" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="0" data-close-others="false">COMPANY</a>
<ul class="dropdown-menu">

<li><a href="{{$template}}/company/company01.php?sub=01">OUR COMPANY</a></li>
<li><a href="{{$template}}/company/company02.php?sub=02">CEOÀÎ»ç¸»</a></li>
<li><a href="{{$template}}/company/company_view.php?sub=03">COMPANY VIEW</a></li>
<!-- <li><a href="{{$template}}/company/company01.php?sub=01">È¸»ç°³¿ä</a></li> -->
<!-- <li><a href="{{$template}}/company/company02.php?sub=02">CEOÀÎ»ç¸»</a></li> -->
<!-- <li><a href="{{$template}}/company/company03.php?sub=03">¿À½Ã´Â±æ</a></li> -->
</ul>
</li>
<li class="dropdown">
<a href="{{$template}}/business/business01.php" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="0" data-close-others="false">BUSINESS</a>
<ul class="dropdown-menu">

<li><a href="{{$template}}/business/business01.php?sub=01">CHEMICAL Div</a></li>
<li><a href="{{$template}}/business/business02.php?sub=02">H & B Div</a></li>


<!-- <li><a href="{{$template}}/business/business01.php?sub=01">»ç¾÷ºÐ¾ß01</a></li> -->
<!-- <li><a href="{{$template}}/business/business02.php?sub=02">»ç¾÷ºÐ¾ß02</a></li> -->
<!-- <li><a href="{{$template}}/business/business03.php?sub=03">»ç¾÷ºÐ¾ß03</a></li> -->
<!-- <li><a href="{{$template}}/business/business04.php?sub=04">»ç¾÷ºÐ¾ß04</a></li> -->
</ul>
</li>
<li class="dropdown">
<a href="{{$template}}/Brand/nubloom.php" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="0" data-close-others="false">BRAND</a>
<ul class="dropdown-menu">

<li><a href="{{$template}}/Brand/nubloom.php">NUBLOOM</a></li>

<!--<li><a href="{{$template}}/product/product01.php?sub=01">Á¦Ç°¾È³»01</a></li>-->
<!--<li><a href="{{$template}}/product/product02.php?sub=02">Á¦Ç°¾È³»02</a></li>-->
<!--<li><a href="{{$template}}/product/product03.php?sub=03">Á¦Ç°¾È³»03</a></li>-->
<!--<li><a href="{{$template}}/product/product04.php?sub=04">Á¦Ç°¾È³»04</a></li>-->
</ul>
</li>
<li class="dropdown">
<a href="{{$template}}/community/community01.php" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="0" data-close-others="false">COMMUNITY</a>
<ul class="dropdown-menu">
<li><a href="{{$template}}/Contact/community01.php">NOTICE</a></li>
<li><a href="{{$template}}/Contact/community02.php">PUBLICITY&#160;MATERIAL</a></li>
<!--<li><a href="{{$template}}/community/community03.php?sub=03">Ã¤¿ë¾È³»</a></li>-->
</ul>
</li>
<li class="dropdown">
<a href="{{$template}}/customer/customer01.php?sub=01.php" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="0" data-close-others="false">CONTACT US</a>
<ul class="dropdown-menu">

<li><a href="{{$template}}/Contact/recruit2.php">RECRUIT</a></li>
<li><a href="{{$template}}/Contact/map.php?sub=03">¿À½Ã´Â±æ</a></li>


<!-- <li><a href="{{$template}}/customer/customer01.php?sub=01">1:1¹®ÀÇ</a></li>-->
<!-- <li><a href="{{$template}}/customer/customer02.php?sub=02">¹¯°í´äÇÏ±â</a></li>-->
<!-- <li><a href="{{$template}}/customer/customer03.php?sub=03">FAQ</a></li>-->




</li>