@charset "utf-8";

/* Font */

@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
}

body,
th,
td,
input,
select,
textarea,
button {
    font-family: 'NotoSansKR', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #555;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}

a {
    color: inherit;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #ff4e00;
}

img {
    max-width: 100%;
}

textarea {
    max-width: 100%;
    resize: none;
}

@media only screen and (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
}

.hidden {
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}

::selection {
    background: #0e277f;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #0e277f;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #0e277f;
    color: #fff;
    text-shadow: none;
}


/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.loader {
    width: 200px;
    height: 200px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/images/basic_resp/img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.back-to-top {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #0f2880;
    box-shadow: 0px 15px 29px rgba(0, 0, 0, .3);
}

.back-to-top i {
    color: #fff;
    font-size: 30px;
    display: block;
    line-height: 78px;
}

@media only screen and (max-width: 980px) {
    .back-to-top {
        width: 60px;
        height: 60px;
    }
    .back-to-top i {
        line-height: 58px;
        font-size: 20px;
    }
}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#wrapper {
    position: relative;
    width: 100%;
    min-width: 320px;
    height: 100%;
}


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header {
    z-index: 666;
    width: 100%;
    height: 120px;
    background-color: #ffffff;
}

#header h1 {
    float: left;
}

#header h1 a {
    display: block;
    margin-top: 18px;
}

#header #header_in {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 65px;
}

#nav {
    display: inline-block;
    margin-left: 1116px;
    margin-top: 36px;
    float: right
}

.nav-btn {
    display: none;
}

.nav-bg {
    z-index: 888;
    display: none;
    position: absolute;
    top: 118px;
    width: 100%;
    height: 120px;
    background: #fff;
    border-bottom: 1px solid #0e277f;
}

.util-menu {
    position: absolute;
    top: 18px;
    right: 0;
    line-height: 0;
    font-size: 0;
}

.util-menu ul {
    display: inline-block;
}

.util-menu li {
    display: inline-block;
    float: left;
    height: 30px;
    text-align: center;
    margin-left: 10px;
}

.util-menu li:first-child {
    border-color: #1886a2;
    margin-left: 0;
}

.util-menu a {
    display: inline-block;
    line-height: 22px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;   
}

.navigation:after {
    content: "";
    display: block;
    clear: both;
}

.navigation > li {
    position: relative;
    float: left;
    height: 100%;
    line-height: 66px;
    text-align: center;
}

.navigation > li:last-child a {
    padding-right: 0
}

.navigation > li:last-child ul {
    padding-left: 50px;
}

.navigation .main-menu {
    display: block;
    padding: 0 39px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #0e277f;
}

.navigation .sub-menu {
    display: none;
    z-index: 998;
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    height: 120px;
    padding: 23px 0 0 0;
}

.navigation .sub-menu a {
    display: block;
    text-align: left;
    line-height: 34px;
    letter-spacing: -1px;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}

.navigation .sub-menu .intro-menu {
    display: none;
}


/* .navigation > li:hover {background:#ff6c00;} */


/* .navigation > li:hover > a {color:#fff;} */


/* .navigation > li:hover a {color:#fff;} */


/* .navigation > li:hover .sub-menu{background:#ff6c00;} */


/* .navigation > li:hover:after {content:''; position:absolute; height:1px; width:100%; left:0; bottom:0; background-color:#d65b00; z-index:999;} */

.navigation .sub-menu a:hover {
    text-decoration: underline;
}

.navigation li:nth-child(1):hover a.main-menu:after,
.navigation li:nth-child(2):hover a.main-menu:after,
.navigation li:nth-child(3):hover a.main-menu:after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background: #0e277f;
    width: calc( 100% - 78px);
    left: 39px;
    bottom: 11px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navigation li:nth-child(1) a.main-menu:after,
.navigation li:nth-child(2) a.main-menu:after,
.navigation li:nth-child(3) a.main-menu:after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 11px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navigation li:nth-child(4):hover a.main-menu:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background: #0e277f;
    width: calc( 100% - 53px);
    left: 53px;
    bottom: 11px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navigation li:nth-child(4) a.main-menu:after {
    content: "";

    display: block;
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 11px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media only screen and (min-width: 981px) {
    #nav {
        margin-left: 52px;
    }
    .navigation .main-menu {
       /* padding: 0 30px;*/
    }
    .util-menu {
        right: 20px;
    }
	.navigation .sub-menu a{text-align:center;}
}

@media only screen and (min-width: 1201px) {    
    #nav {
        margin-left: 116px;
    }
    .navigation .main-menu {
        padding: 0 55px;
    }
    .util-menu {
        right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    #header > div {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1024px) {
    #header {
        z-index: 666;
        width: 100%;
        height: 65px;
        background: #f9f9f9;
        border-bottom: 1px solid #e1e1e1;
    }
    #header > div {
        padding: 0;
    }
    #header h1 {
        float: left;
        height: 65px;
    }
    #header h1 a {
        display: block;
        padding: 7%;
        margin-top: 0;
    }
    #header h1 img {
        width: 65%;
    }
    .nav-btn {
        z-index: 999;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 23px;
        cursor: pointer;
    }
    .nav-btn span {
        position: absolute;
        left: 50%;
        display: block;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        background: #0f2880;
        transition: .2s all linear;
    }
    .nav-btn span:nth-child(1) {
        top: 0;
    }
    .nav-btn span:nth-child(2) {
        top: 10px;
    }
    .nav-btn span:nth-child(3) {
        top: 20px;
    }
    .nav-btn.nav-close {
        position: fixed;
    }
    .nav-btn.nav-close span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg);
    }
    .nav-btn.nav-close span:nth-child(2) {
        margin-left: 0;
        width: 0;
    }
    .nav-btn.nav-close span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg);
    }
    .nav-bg {
        z-index: 777;
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
    }
    #nav {
        z-index: 888;
        position: fixed;
        top: 0;
        right: -100%;
        display: block;
        padding: 0 0 20px;
        width: 100%;
        height: 100%;
        background: #fff;
        margin-top: 0;
    }
    .util-menu {
        position: relative;
        top: 0;
        padding: 17px 30px;
        width: 100%;
        max-height: 65px;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #eee;
    }
    .util-menu ul {
        width: 100%;
    }
    .util-menu li {
        margin-left: 15px;
    }
    .util-menu a {
        font-size: 16width: 100%;
        padding: 0;
    }
    .navigation .main-menu {
        display: block;
        padding: 0 30px;
        width: 100%;
        line-height: 50px;
        font-weight: 400;
        font-size: 16px;
        color: #000;
        transition: none;
    }
    .navigation > li {
        width: 100%;
        text-align: left;
        border-top: 1px solid #e1e1e1;
    }
    .navigation > li:hover {
        background: #0f2880;
        border-color: #0a1f68;
    }
    .navigation > li:first-child {
        border-top: none;
    }
    .navigation > li:hover:after {
        display: none;
    }
    .navigation > li.active {
        background: #0f2880;
    }
    .navigation > li a {
        color: #000;
    }
	 .navigation > li a:hover {
        color: #fff;
    }
    .navigation > li.active > a {
        color: #fff;
    }
    .navigation > li.active > ul li a {
        color: #555;
    }
    .navigation > li:hover .sub-menu {
        background: inherit;
    }
    .navigation .sub-menu {
        display: none;
        position: relative;
        top: 0;
        height: inherit;
        background: #f7f4f4 !important;
        padding: 0;
    }
    .navigation .sub-menu li {
        border-top: 1px solid #b0b0b0;
    }
    .navigation .sub-menu li:first-child {
        border-top: none;
    }
    .navigation .sub-menu a {
        display: block;
        padding: 0 30px 0;
        line-height: 50px;
        font-size: 14px;
        color: #555;
        text-align: left;
    }
    .navigation .sub-menu a:before {
        content: "";
        display: inline-block;
        margin: -2px 10px 0 0;
        width: 5px;
        height: 5px;
        vertical-align: middle;
        background: #b0b0b0;
    }
    .navigation .sub-menu a:hover {
        background: #b0b0b0;
    }
    .navigation .sub-menu a:hover:before {
        background: #fff;
    }
    .navigation li:hover a.main-menu:after {
        display: none !important;
    }
}
@media only screen and (max-width: 980px) {
    .navigation > li:last-child ul {
        padding-left: 0
    }
}

@media only screen and (max-width: 768px) {
    .nav-btn {
        right: 10px;
    }
	.navigation .main-menu{padding:0 20px;}
	.navigation .sub-menu a{padding:0 20px 0 30px}
}


/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.btn {
    text-transform: uppercase;
    border-radius: 0;
    line-height: 24px;
}

.btn:focus,
.btn:active {
    outline: none;
    color: #fff;
}

.btn-custom {
    border-radius: 3px;
    padding: 0.8em 1.8em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: uppercase;
    background-color: #509591;
    border-color: #509591;
    color: #fff;
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: #447774;
    border-color: #447774;
    color: #fff;
}

.btn-custom-outline {
    border-radius: 3px;
    padding: 0.8em 1.8em;
    color: #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: uppercase;
    background-color: transparent;
    border-color: #fff;
}

.btn-custom-outline:hover,
.btn-custom-outline:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, .5);
}

.btn-bar a {
    margin-right: 10px;
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 3px;
    height: 38px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #509591;
}

@media only screen and (max-width: 980px) {}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer {
    position: relative;
    width: 100%;
    background: #000000;
    padding: 50px 0;
}

#footer:after {
    content: '';
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    height: 1px;    
}

.footer-area {
    position: relative;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.footer-area:after {
    content: "";
    display: block;
    clear: both;
}

.footer-sns {
    position: absolute;
    top: 0;
    right: 0;
    padding: 22px 0;
}

.footer-sns li {
    float: left;
    display: inline;
    margin-left: 10px;
}

.footer-sns li:first-child {
    margin-left: 0;
}

.footer-sns li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ffa800;
}

#footer p,
#footer li {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
}

.foot-logo {
    float: left;
    margin: 22px 50px 0 0;
}

.foot-info {
    float: left;
    width: calc(100% - 150px);
}

.footer-menu {
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    text-align: center;
}

.footer-menu li {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    vertical-align: middle;
    line-height: 36px;
    color: #fff;
}

.footer-menu li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.footer-menu li:before {
    content: '';
    position: absolute;
    top: 33px;
    left: 0;
    width: 1px;
    height: 10px;    
}

.footer-menu li:first-child:before {
    display: none;
}

.footer-menu li a {
    line-height: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #eed1a7;
}

.footer-info {
    line-height: 30px;
    margin-bottom: 30px;
    color: #eed1a7;
}

.footer-info span {
    color: #9c9a9a;
    text-indent: -9999px;
    display: inline-block;
    width: 20px;
}

.footer-info a {
    font-weight: 400;
}

.footer-copy {
    color: #5d4f3b;
}

.footer-logo {
    margin-bottom: 20px;
}


@media only screen and (min-width: 1201px) {
    .footer-area {
        width: 1200px;
    }
    #footer p,
    #footer li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .footer-area {
        padding: 0 20px;
    }
    .footer-sns {
        right: 20px;
    }
    .footer-info {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {
    #footer p,
    #footer li {
        white-space: normal;
        font-size: 12px;
    }
    .footer-area {
        padding: 0 10px;
        text-align: center;
    }
    .footer-sns {
        display: none;
    }
    .footer-menu li {
        margin-left: 5px;
        padding-left: 5px;
    }
    .footer-menu li a {
        font-size: 13px;
    }
    .foot-info {
        float: none;
        width: 100%;
		word-break:keep-all;
    }
    .footer-info {
        width: 100%;
        line-height: 20px;
    }
    .footer-copy {
        white-space: pre-line;
    }
    .foot-logo {
        float: none;
        margin: 0 0 20px 0;
    }
    .footer-info br {
        display: none;
    }
	.footer-info span{width:14px;}
}




/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.carousel-inner > .item {height: 680px;}
.carousel-inner > .main-img01 {background: url("/images/kor04r-19-0425/main/main_visual.jpg") no-repeat center center/cover;}
.main-visual { position: relative;}

.main-visual .carousel-caption {
    top: 50%;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    width: 100%;
    text-shadow: none;
    color: #fff;
}

    .main-visual .carousel-caption .slogan {text-align:center; margin-bottom:50px;}
    .main-visual .carousel-caption .slogan p {font-size: 36px; font-weight:400; color:#fff; line-height:1.3;}
    .main-visual .carousel-caption .slogan .title{font-size:48px; font-weight:600; margin-bottom:10px;}
    
    .main-visual .carousel-caption .pic-box{width:1600px; margin:0 auto;}
    .main-visual .carousel-caption .pic-box ul:after{content:""; display:block; clear:both;}
    .main-visual .carousel-caption .pic-box li{float:left; width:33.3%; text-align:center;}
    .main-visual .carousel-caption .pic-box li:nth-child(1){padding:1.5%;}
	.main-visual .carousel-caption .pic-box li:nth-child(2){padding:1.5%;}
	.main-visual .carousel-caption .pic-box li:nth-child(3){padding:1.5%;}

.main-visual .carousel-caption .pic-box li p{font-size:34px; font-weight:500; text-align:center; padding-bottom:15px; word-break:keep-all;}


@media only screen and (max-width: 1600px) {

	.main-visual .carousel-caption .pic-box{margin:0 auto;}
}




@media only screen and (max-width: 1201px) {

	.main-visual .carousel-caption .pic-box{width:100%; margin:0 auto;}
}

@media only screen and (max-width: 1200px) {
	.main-visual .carousel-caption{}
	.main-visual .carousel-caption .pic-box li:nth-child(1){padding-right:10px;}
	.main-visual .carousel-caption .pic-box li:nth-child(2){padding-left:10px; padding-right:10px;}
	.main-visual .carousel-caption .pic-box li:nth-child(3){padding-left:10px;}
}

@media screen and (max-width:981px) {
	.main-visual .carousel-caption .pic-box{width:100%; margin:0 auto;}

}
@media screen and (max-width:980px) {
	.carousel-inner > .item {height: 520px;}
	.main-visual .carousel-caption .slogan {margin-bottom:30px;}
	.main-visual .carousel-caption .slogan p {font-size: 26px;}
	.main-visual .carousel-caption .slogan .title{font-size:38px;}

	.main-visual .carousel-caption .pic-box li p{font-size:24px;  letter-spacing:-1px}
}

@media screen and (max-width:500px) {
.main-visual .carousel-caption{ width:100%;  padding:0 2%;}
	.carousel-inner > .item {height:1200px;}
	.main-visual .carousel-caption .slogan {margin-bottom:20px;}
	.main-visual .carousel-caption .slogan p {font-size: 18px;}
	.main-visual .carousel-caption .slogan .title{font-size:24px;}
	.main-visual .carousel-caption .pic-box {width:100%;}
	.main-visual .carousel-caption .pic-box li  {width:100%; min-height:inherit; margin:0 0 20px 0;}
	.main-visual .carousel-caption .pic-box li:nth-child(1){padding-right:5px;}
	.main-visual .carousel-caption .pic-box li:nth-child(2){padding-left:5px; padding-right:5px;}
	.main-visual .carousel-caption .pic-box li:nth-child(3){padding-left:5px;}
	.main-visual .carousel-caption .pic-box li p{font-size:17px; padding-bottom:10px;  }
}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.container {width: 100%; padding:0; margin:0;}
.main-box{padding:95px 0; background: url("/images/kor04r-19-0425/main/main_box_bg.jpg") no-repeat center center/cover;}
.main-box:after{content:""; display:block; clear:both;}
.main-box .banner-area{width:100%;}
.main-box .banner-area > div:after{content:""; display:block; clear:both;}

.main-box .banner-area > div{width:32%; min-height:300px; float:left; overflow:hidden;}
.main-box .banner-area .left-margin { margin-left:2%; }

.main-box .banner-area h4{font-size:26px; position:relative; top:45%;  color:#fff; font-weight:500; letter-spacing:-1px; text-align:center;}
.banner-box{position:relative;}
.banner-box a{position:absolute; height:100%; width:100%; }

.banner01{background: url("/images/kor04r-19-0425/main/banner01.jpg") no-repeat center center/cover;}
.banner02{background: url("/images/kor04r-19-0425/main/banner02.jpg") no-repeat center center/cover;}
.banner03{background: url("/images/kor04r-19-0425/main/banner03.jpg") no-repeat center center/cover;}

.main-box .banner-area > div .inner{background:rgba(0,0,0,0.3); height:300px; -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s }
.main-box .banner-area > div .inner:hover{background:rgba(0,0,0,0.1);}

.banner01:hover,
.banner02:hover,
.banner03:hover
{-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}

.inquiry-box{padding:95px 0; text-align:center; background: url("/images/kor04r-19-0425/main/inquiry_box_bg.jpg") no-repeat center center/cover;}
.inquiry-box p{font-size:24px; color:#fff; font-weight:400; letter-spacing:-0.5px; margin-bottom:30px; line-height:1.4; word-break:keep-all;}
.inquiry-box .tellme {display: inline-block; background-color: #66a63e; color: #fff; font-weight: 400; font-size: 18px; line-height: 50px; width: 185px;}
.inquiry-box .tellme:hover{background:#6dc536; -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;}

@media only screen and (min-width: 1201px) {
	.main-box .banner-area{width:1200px; margin:0 auto;}
	.inquiry-box .inner{width:1200px; margin:0 auto;}
}

@media only screen and (max-width: 1200px) {
	.main-box{padding:95px 20px;}

}

@media only screen and (max-width: 768px) {
	.main-box{padding:50px 15px;}
	.main-box .banner-area h4{font-size:20px;}
	.inquiry-box{padding:40px 30px;}
	.inquiry-box p{font-size:18px; margin-bottom:20px}
	.inquiry-box .tellme {font-size: 16px; line-height:42px; width:150px;}
}

@media only screen and (max-width: 500px) {
	.main-box{padding:30px; background-position:left 30% bottom;}
	.main-box .banner-area .left-margin {margin-left:0; }
	.main-box .banner-area > div { width:100%; min-height: inherit; margin:0 0 20px 0; }
	.main-box .banner-area > div .inner{height:200px; }

}