@charset "utf-8"; #mainContainer {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
}

@media all and (max-width: 1220px) {
}

@media all and (max-width: 800px) {
}

@media all and (max-width: 480px) {
}

#mainVisual {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 720px;
}

.visual-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.visual-img li.visual-container img {
    position: relative;
    left: 50%;
    margin-left: -960px;
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    -webkit-transition: transform 3700ms ease-in-out ;
    -moz-transition: transform 3700ms ease-in-out ;
    -o-transition: transform 3700ms ease-in-out ;
    -ms-transition: transform 3700ms ease-in-out ;
    transition: transform 3700ms ease-in-out ;
}

.visual-img li.visual-container {
    position: relative;
    overflow: hidden;
}

.visual-txt-wrap {
    width: 1500px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -750px;
    z-index: 9998;
}

.visual-txt {
    width: 100%;
}

.visual-txt .slick-dots {
    position: absolute;
    left: 70px;
    bottom: 0px;
}

.visual-txt .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    border: 3px solid rgba(255,255,255,0.53);
    text-indent: -9999px;
    font-size: 0;
    cursor: pointer;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 10px;
}

.visual-txt .slick-dots li.slick-active {
    border-color: #fff;
}

.visual-txt-inner {
    width: 100%;
}

.visual-txt-inner dt, .visual-txt-inner dd {
    float: left;
}

.visual-txt-inner dt {
    width: 44px;
}

.visual-txt-inner dt > h4 {
    font-size: 18px;
    line-height: 8px;
    height: 44px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 9px;
    z-index: 2;
    position: relative;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-transition: all 0.7s, opacity 1.0s;
    -ms-transition: all 0.7s, opacity 1.0s;
    -webkit-transition: all 0.7s, opacity 1.0s;
    -o-transition: all 0.7s, opacity 1.0s;
    transition: all 0.7s, opacity 1.0s;
}

.visual-txt-inner dt > h4 b {
    color: #1e5eff;
    margin-right: 10px;
    font-weight: 600;
    line-height: 44px;
}

.visual-txt-inner dd {
    padding-left: 27px;
    position: relative;
    min-width: 1400px;
}

.visual-txt-inner dd:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #fff;
    z-index: 2;
    background-color: rgba(255,255,255,0.3);
    -moz-transition: height 0.7s, opacity 1.0s;
    -ms-transition: height 0.7s, opacity 1.0s;
    -webkit-transition: height 0.7s, opacity 1.0s;
    -o-transition: height 0.7s, opacity 1.0s;
    transition: height 0.7s, opacity 1.0s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.visual-txt-inner dd > h2, .visual-txt-inner dd > h3, .visual-txt-inner dd > p {
    position: relative;
    left: -10%;
    opacity: 0;
    filter: Alpha(opacity=0);
    z-index: 1;
    -moz-transition: left 0.8s, opacity 1.0s;
    -ms-transition: left 0.8s, opacity 1.0s;
    -webkit-transition: left 0.8s, opacity 1.0s;
    -o-transition: left 0.8s, opacity 1.0s;
    transition: left 0.8s, opacity 1.0s;
    font-weight: 300;
    line-height: 40px;
}

.visual-txt-inner dd > h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 7%;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    text-align: left;
}

.visual-txt-inner dd > h2 em {
    color: rgba(255,255,255,0.8);
}

.visual-txt-inner dd > h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.75px;
    margin-bottom: 5%;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    text-transform:capitalize
}

.visual-txt-inner dd > h3 span {
    display: block;
}

.visual-txt-inner dd > p {
    font-size: 17.5px;
    line-height: 30px;
    color: #fff;
    color: rgba(255,255,255,0.8);
    letter-spacing: -0.75px;
    margin-bottom: 40px;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    min-height: 90px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.visual-txt-inner dd > a {
    display: block;
    width: 185px;
    height: 43px;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    letter-spacing: -0.5px;
    border: 1px solid #fff;
    border: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 60px;
    position: relative;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-transition: all 0.6s, opacity 1.0s;
    -ms-transition: all 0.6s, opacity 1.0s;
    -webkit-transition: all 0.6s, opacity 1.0s;
    -o-transition: all 0.6s, opacity 1.0s;
    transition: all 0.6s, opacity 1.0s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.visual-title {
    position: absolute;
    right: -20px;
    bottom: 0;
    font-size: 200px;
    line-height: 140px;
    z-index: 98;
    font-style: italic;
}

.visual-title span {
    letter-spacing: -2px;
    display: inline-block;
    font-weight: bold;
}

.visual-title span.sam {
    color: #fff;
    color: rgba(255,255,255,0.1);
}

.visual-title span.woo {
    color: #fff;
    color: rgba(255,255,255,0.17);
}

/* 수정 :: 180129 
.visual-txt-inner dd > h4{font-size:32px; line-height:40px; color:#fff; font-weight:400; letter-spacing:-0.75px; margin-bottom:20px; text-shadow: 0 1px 1px rgba(0,0,0,.5);}
.visual-txt-inner dd > h4 span{display:block;}
.visual-txt-inner dd > h4 strong, .visual-txt-inner dd > h4 b{float:left; position:relative; left:-10%; opacity:0;filter:Alpha(opacity=0);
-moz-transition:left 0.8s, opacity 1.0s;
-ms-transition:left 0.8s, opacity 1.0s;
-webkit-transition:left 0.8s, opacity 1.0s;
-o-transition:left 0.8s, opacity 1.0s;
transition:left 0.8s, opacity 1.0s;
}
.visual-txt-inner dd > h4 strong{-moz-transition-delay:0.9s; -ms-transition-delay:0.9s; -webkit-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s;}
.visual-txt-inner dd > h4 b{margin-left:30px; font-size:40px; -moz-transition-delay:1.2s; -ms-transition-delay:1.2s; -webkit-transition-delay:1.2s; -o-transition-delay:1.2s; transition-delay:1.2s;}*/
/* Active */
.visual-img li.visual-container.active img {
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.visual-txt-inner.active dt > h4, .visual-txt-inner.active dd > a {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.visual-txt-inner.active dd:before {
    height: 100%;
}

.visual-txt-inner.active dd > h2, .visual-txt-inner.active dd > h3, .visual-txt-inner.active dd > p {
    left: 0;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

/*.visual-txt-inner.active dd > h4 strong, .visual-txt-inner.active dd > h4 b{left:0; opacity:1.0;filter:Alpha(opacity=100);}*/
@media all and (max-width: 1500px) {
    .visual-txt-wrap {
        width:94%;
        left: 3%;
        margin-left: 0;
    }

    .visual-txt-inner dd {
        min-width: calc(100% - 73px);
    }
}

@media all and (max-width: 1220px) {
    .visual-title {
        font-size:150px;
        right: 0;
        line-height: 110px;
    }
}

@media all and (max-width: 800px) {
    #mainVisual {
        padding-top:60px;
        height: auto;
    }

    .visual-txt-wrap {
        top: 35%;
    }

    .visual-txt-inner dt, .visual-txt-inner dd > p, .visual-txt-inner dd:before {
        display: none;
    }

    .visual-txt-inner dd {
        padding-left: 0;
        min-width: auto;
    }

    .visual-txt-inner dd > h2 {
        font-size: 35px;
        margin-bottom: 10%;
        text-align: left;
    }

    .visual-txt-inner dd > h3 {
        font-size: 18px;
        margin-bottom: 4%;
    }

    .visual-txt-inner dd > h3 span {
        display: inline;
    }

    .visual-txt-inner dd > a {
        width: 110px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .visual-img li.visual-container img {
        max-width: 100%;
        left: 0;
        margin-left: 0;
    }

    .visual-title {
        display: none;
    }



#footer h3 {
    line-height: 30px;
    color: #666;
    text-indent: 0;
    margin-top:20px;
}
#footerBottom{
    padding-top:20px;
}

    #familyContBox {
    display: block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 30px;
    color: #999;
    letter-spacing: -0.75px;
    float: left;
    width: 100%;
}
#familyMenuBox {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
#familyMenuBox > ol li {
    width: 48%;
    float: left;
    margin: 0 2% 0 0;
}

#familySiteBox {
    float: left;
    width: 100%;
    margin: 0px auto;
    text-align: left;
}


}

@media all and (max-width: 480px) {
    .visual-txt-wrap {
        top:34%;
    }

    .visual-txt-inner dd > h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 5%;
        word-break: keep-all;
    }

    .visual-txt-inner dd > h3 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 3%;
    }

    .visual-txt-inner dd > a {
        width: 90px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
    }
}

#mainContent {
    width: 100%;
    overflow: hidden;
}

.main-tit {
    font-size: 35px;
    color: #00183a;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2%;
}

.main-tit > span {
    display: inline-block;
    position: relative;
    /* padding-left:36px; */
}

.main-tit > span:before {
    /* display:inline-block; */
    /* content:""; */
    position: absolute;
    top: -19px;
    left: 0;
    width: 60px;
    height: 35px;
    background: url(../images/main/main_tit_bg.png) no-repeat;
}

.main-subtit {
    font-size: 18px;
    color: #333;
    letter-spacing: -0.75px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.main-tit.type2 {
    color: #fff;
}

.main-subtit.type2 {
    color: #fff;
    opacity: 0.7;
    filter: Alpha(opacity=70);
}

@media all and (max-width: 1220px) {
}

@media all and (max-width: 800px) {
    .main-tit {
        font-size:30px;
        margin-bottom: 3%;
    }

    .main-subtit {
        font-size: 16px;
        line-height: 22px;
        word-break: keep-all;
        padding: 0 3%;
    }
}

@media all and (max-width: 480px) {
    .main-tit {
        font-size:24px;
    }

    .main-subtit {
        font-size: 14px;
        line-height: 20px;
    }
}

.index_service {
    float: left;
    width: 100%;
    height: auto;
    padding: 55px 0 20px 0;
    overflow: hidden;
    background: #f1f1f1;
}

.service_table {
    width: 100%;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
}

.service_list {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px #ddd solid;
    padding-bottom: 20px;
}

.service_list ul li {
    font-size: 16px;
    padding: 0 15px;
    color: #ffffff;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
    transition: all .3s;
    background-color: #c6c6c6;
}

.service_list ul li:hover,.service_list ul li.on {
    background-color: #1780c8;
}

.service_detail {
    width: 100%;
    height: auto;
    min-height: 455px;
    padding: 60px 0 10px;
    text-align: center;
    overflow: hidden;
}

.service_detail .lh {
    width: 1450px;
    padding: 0 25px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    display: none;
    position: relative;
}
.service_detail .lh ul{
    width:100%;
    height:auto;
    clear:both;
    overflow:hidden;
}
.service_detail .lh .morebtn{
    width:100%;
    height:auto;
    overflow:hidden;
}
.service_detail .lh .morebtn a{
    border: 1px solid rgba(0,0,0,0.5);
    color: #333;
}
.service_ico {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.service_ico ul li {
    float: left;
    width: 20%;
    height: auto;
    margin-bottom: 50px;
    overflow: hidden;
    cursor: pointer;
}

.service_ico ul li span {
    width: 200px;
    height: 140px;
    overflow: hidden;
    background: #fff;
    border: 1px #ddd solid;
    display: inline-block;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 2;
}

.service_ico ul li:hover span {
    border: 1px solid #1780c8;
}

.service_ico ul li span em {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 90% auto;
}

.service_ico ul li:hover span em {

}

.service_ico ul li span em:before {
    opacity: 0;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    transition: all .3s ease-in-out;
}

.service_ico ul li:hover span em:before {
    opacity: 1;
}

.service_ico ul li h5 {
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

#mainBusiness {
    /*margin:0 259px;*/
    position: relative;
    padding: 100px 0;
    background: url(../images/main/main_business_bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.main-business-inner {
    max-width: 1500px;
    margin: 0px auto;
    height: auto;
}

.business-list li > a {
    display: block;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    max-height: 465px;
}

.business-img-thum {
    position: relative;
}

.business-img-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 477px;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.business-txt {
    position: absolute;
    left: 0;
    bottom: -60px;
    padding-bottom: 25px;
    overflow: hidden;
    width: 100%;
    max-width: 477px;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255,255,255,0.3);
}

.business-txt > h2, .business-txt > strong, .business-txt > p {
    padding-left: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.business-txt > h2 {
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.75px;
    padding-top: 10px;
}

.business-txt > strong {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    font-weight: 400;
    margin-bottom: 5px;
}

.business-txt > p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    color: rgba(255,255,255,0.5);
    letter-spacing: -0.75px;
    width: 100%;
    min-width: 610px;
    max-width: 610px;
    opacity: 0;
    filter: Alpha(opacity=00);
    font-weight: 300;
}

.business-txt > p span {
    display: block;
}

.business-list li > a img {
}

.business-list li:hover .business-img-cover {
    background: none;
}

.business-list li:hover .business-txt {
    bottom: 0;
    background-color: rgba(21,60,157,0.9);
}

.business-list li:hover .business-txt > h2 {
    font-size: 28px;
}

.business-list li:hover .business-txt > strong {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.business-list li:hover .business-txt > p {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

/* -------- 모바일 Business -------- */
.main-business-inner-mobile {
    display: none;
}

.business-list-mobile {
    width: 100%;
}

.business-list-mobile > li {
    float: left;
    width: 49%;
    margin-left: 2%;
}

.business-list-mobile > li:first-child, .business-list-mobile > li:nth-child(2) {
    margin-bottom: 2%;
}

.business-list-mobile > li > a {
    display: block;
    position: relative;
}

.business-list-mobile > li.mal0 {
    margin-left: 0;
}

.business-list-img-thum {
    width: 100%;
    position: relative;
    padding-top: 97.5%;
}

.business-list-img-thum > span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.business-list-img-thum > span img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.business-list-txt-thum {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7% 5%;
    width: 90%;
    background-color: #153c9d;
    background-color: rgba(21,60,157,0.9);
}

.business-list-txt-thum > h3 {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -1px;
}

.business-list-txt-thum > p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    letter-spacing: -0.5px;
}

@media all and (max-width: 1500px) {
    .main-business-inner {
        width:94%;
    }
}

@media all and (max-width: 1220px) {
    .business-txt > h2, .business-txt > strong, .business-txt > p {
        padding-left:5px;
    }

    .business-txt > h2 {
        font-size: 22px;
        line-height: 44px;
    }

    .business-txt > strong {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.75px;
    }

    .business-txt > p {
        font-size: 14px;
        line-height: 24px;
        min-width: 223px;
        max-width: 223px;
        letter-spacing: -0.95px;
    }

    .business-txt > p span {
        display: inline;
    }

    .business-list li:hover .business-txt > h2 {
        font-size: 22px;
    }

    .business-list li:hover .business-txt > strong {
        font-size: 18px;
        line-height: 24px;
    }
}

@media all and (max-width: 800px) {
    .main-business-inner {
        /* display:none; */
    }

    .main-business-inner-mobile {
        display: block;
    }
}

@media all and (max-width: 480px) {
    .business-list-txt-thum > h3 {
        font-size:16px;
        line-height: 26px;
    }

    .business-list-txt-thum > p {
        font-size: 13px;
        line-height: 18px;
    }
}

#mainCompany {
    padding: 9% 0;
    height:auto;
    background: url(../images/main/main_news_bg.jpg) no-repeat center center;
    background-size: cover;
    overflow:hidden;
}

.main-company-container {
    max-width: 1500px;
    margin: 80px auto;
    height: auto;
}

.main-comapany-list .slick-prev, .main-comapany-list .slick-next {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    z-index: 99;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0.3;
    filter: Alpha(opacity=30);
}

.main-comapany-list .slick-prev {
    left: -4%;
}

.main-comapany-list .slick-next {
    right: -4%;
}

.main-comapany-list .slick-prev:hover, .main-comapany-list .slick-next:hover {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.main-comapany-list li {
    text-align: center;
}

.main-company-img-thum {
    display: inline-block;
    overflow: hidden;
    max-width: 360px;
    max-height: 520px;
    position: relative;
}

.main-company-img-thum img {
    width:auto;
    max-width:100%;
    height: 240px;
    display: block;
    margin: 0px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.main-company-tit {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    padding:0 10px;
    font-size:18px;
    line-height: 35px;
    color: #fff;
    letter-spacing: -0.75px;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
    background:rgba(0,0,0,.2);
}

.main-company-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
    background: rgba(0,0,0,0.9);
}

.main-company-cover-inner {
    position: relative;
    top: 20%;
}

.main-company-detail-tit, .main-company-txt, .main-company-detail-btn {
    position: relative;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

.main-company-detail-tit {
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    letter-spacing: -0.75px;
    font-weight: 400;
    margin:0 auto 10px;
    max-width: 94%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.main-company-txt {
    font-size: 14px;
    line-height: 24px;
    height:48px;
    max-width: 94%;
    margin: 0px auto;
    /* word-break: keep-all; */
    color: #fff;
    color: rgba(255,255,255,0.5);
    letter-spacing: -0.75px;
    font-weight: 300;
    margin-bottom: 10%;
    overflow:hidden;
}

.morebtn{
    text-align:center;
    margin-top:50px;
    height:auto;
    overflow:hidden;
}
.morebtn a{
    display:inline-block;
    width:185px;
    height: 46px;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    transition:all .3s linear;
} 
.morebtn a:hover{
    text-indent:10px;
    transition:all .3s linear;
}

.main-company-detail-btn {
    width: 153px;
    height: 46px;
    border: 1px solid #fff;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    font-size: 16px;
    line-height: 46px;
}

.main-company-detail-btn i {
    vertical-align: middle;
}

.main-comapany-list li:hover .main-company-img-thum img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.main-comapany-list li:hover .main-company-tit {
    opacity: 0;
    filter: Alpha(opacity=0);
}

.main-comapany-list li:hover .main-company-cover {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.main-comapany-list li:hover .main-company-detail-tit, .main-comapany-list li:hover .main-company-txt, .main-comapany-list li:hover .main-company-detail-btn {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media all and (max-width: 1500px) {
    .main-company-container {
        width:94%;
    }

    .main-company-img-thum {
        max-width: 94%;
    }

    .main-comapany-list .slick-prev {
        left: -3%
    }

    .main-comapany-list .slick-next {
        right: -3%;
    }
}

@media all and (max-width: 1220px) {
    .main-company-container {
        width:100%;
        height: auto;
    }
}

@media all and (max-width: 800px) {
    .main-company-img-thum {
        max-width:96%;
    }

    .main-company-cover {
        display: none;
    }

    .main-comapany-list li:hover .main-company-img-thum img {
        -ms-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }

    .main-company-tit {
        font-size: 20px;
        line-height: 40px;
    }

    .main-comapany-list li:hover .main-company-tit {
        opacity: 1.0;
        filter: Alpha(opacity=100);
    }
}

@media all and (max-width: 480px) {
}

#mainCustomer {
    position: relative;
    padding: 100px 0;
    background: url(../images/main/main_business_bg.jpg) no-repeat center bottom;
    background-size: cover;
}

#mainCustomer .bbs-basic-gallery-con li {
    float: left;
    width: 16.6666%;
    margin: 0 0% 0% 0%;
}
#mainCustomer .bbs-basic-gallery-con li a{
    border:1px solid transparent;
}
#mainCustomer .bbs-basic-gallery-con li a .gallery-thum-box {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
}

#mainCustomer .bbs-basic-gallery-con li a .gallery-txt-con {
    padding: 10px 4%;
}

#mainCustomer .bbs-basic-gallery-con li a .gallery-thum img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#mainRecruit {
    /* padding-bottom:9%; */
    background-color: #eee;
}

.main-recruit-top-container {
    width: 100%;
    height: 626px;
    background: url(../images/main/main_recruit_bg.jpg) no-repeat center top;
}

.main-recruit-top-inner {
    display: table;
    height: 100%;
}

.main-recruit-top-box {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.main-recruit-top-box dt, .main-recruit-top-box dd {
    float: left;
}

.main-recruit-top-box dt {
    max-width: 24px;
}

.main-recruit-top-box dt h3 {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-recruit-top-box dt h3 b {
    color: #1e5eff;
    font-weight: 600;
}

.main-recruit-top-box dd {
    padding-left: 40px;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255,255,255,0.3);
}

.main-recruit-top-box dd > h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.25px;
    margin-bottom: 30px;
}

.main-recruit-top-box dd > strong {
    display: block;
    font-size: 24px;
    color: #fff;
    letter-spacing: -0.75px;
    font-weight: 400;
    margin-bottom: 15px;
}

.main-recruit-top-box dd > p {
    font-size: 17.5px;
    line-height: 32px;
    color: #fff;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
    letter-spacing: -0.75px;
    margin-bottom: 3%;
}

.main-recruit-top-box dd > a {
    display: block;
    width: 185px;
    height: 43px;
    border: 1px solid #fff;
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    letter-spacing: -0.5px;
    text-align: center;
    transition:all .3s linear;
}
.main-recruit-top-box dd > a:hover{
    text-indent:10px;
    transition:all .3s linear;
}
.main-recruit-list-wrap {
    margin-top: -74px;
}

.main-recruit-list {
    width: 100%;
    height: 290px;
    position: relative;
}

.main-recruit-list .slick-prev, .main-recruit-list .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 9;
}

.main-recruit-list .slick-prev {
    left: -120px;
}

.main-recruit-list .slick-next {
    right: -110px;
}

.main-recruit-list .slick-prev img, .main-recruit-list .slick-next img {
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.main-recruit-list .slick-prev:hover img, .main-recruit-list .slick-next:hover img {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.main-recruit-list li {
    height: 100%;
}

.main-recruit-list-inner {
    width: 96%;
    height: 288px;
    border: 1px solid #ddd;
    background-color: #f7fdff;
}

.main-recruit-list-inner > a {
    display: block;
    height: 252px;
    padding: 18px 20px;
}

.recruit-tag {
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.75px;
    background-color: #1463d2;
    margin-bottom: 25px;
}

.main-recruit-list-inner > a h3 {
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-weight: 400;
    letter-spacing: -0.75px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}

.main-recruit-list-inner > a p {
    font-size: 14px;
    line-height: 26px;
    max-height: 78px;
    height: 78px;
    overflow: hidden;
    color: #999;
    letter-spacing: -0.75px;
    font-weight: 300;
    margin-bottom: 45px;
}

.main-recruit-list-inner > a h4 span {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    letter-spacing: -0.25px;
    font-weight: 400;
}

.main-recruit-list-inner > a h4 em {
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    font-weight: 500;
    letter-spacing: -0.25px;
}

.main-recruit-list-inner > a h4 em i {
    font-size: 22px;
    vertical-align: middle;
}


.main-recruit-list li.ing .main-recruit-list-inner {
    border-color: #1463d2;
    background-color: #1463d2;
}

.main-recruit-list li.ing .recruit-tag {
    background-color: #fff;
    color: #1463d2;
}

.main-recruit-list li.ing .main-recruit-list-inner > a h3 {
    color: #fff;
}

.main-recruit-list li.ing .main-recruit-list-inner > a p {
    color: #fff;
    color: rgba(255,255,255,0.7);
}

.main-recruit-list li.ing .main-recruit-list-inner > a h4 span {
    color: #fff;
}

.main-recruit-list li.ing .main-recruit-list-inner > a h4 em {
    color: #fff;
    color: rgba(255,255,255,0.6);
}

@media all and (max-width: 1220px) {
}

@media all and (max-width: 800px) {
    #mainRecruit {
        padding-bottom:7%;
    }

    .main-recruit-top-container {
        height: 230px;
        background-size: cover;
        margin-bottom: 3%;
    }
.main-recruit-top-box dt{
    display:none;
}
    .main-recruit-top-box dt, .main-recruit-top-box dd > strong, .main-recruit-top-box dd > p {
        /* display: none; */
    }

    .main-recruit-top-box dd {
        padding-left: 5px;
        border-left: 0;
    }

    .main-recruit-list-wrap {
        width: 97%;
        margin-left: 3%;
        margin-top: 0;
    }

    .main-recruit-list-inner {
        width: 96%;
    }

    .main-recruit-list {
        overflow: hidden;
        height: auto;
    }

    .main-recruit-list > .slick-list {
        margin-left: -5%;
    }

    .main-recruit-list-inner {
        height: auto;
    }

    .main-recruit-list-inner > a {
        height: auto;
    }

    .recruit-tag {
        font-size: 16px;
    }

    .main-recruit-list-inner > a h3 {
        font-size: 18px;
    }

    .main-recruit-list-inner > a p {
        line-height: 22px;
        height: 44px;
        min-height: 44px;
        max-height: 44px;
        overflow: hidden;
        margin-bottom: 6%;
    }

    .main-recruit-top-box dd > h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .main-recruit-top-box dd > a {
        width: 150px;
        height: 38px;
        line-height: 38px;
    }
}

@media all and (max-width: 480px) {
    .main-recruit-top-container {
        height: auto;
        padding:50px 0;
        overflow:hidden;
    }

    .main-recruit-top-box dd > h2 {
        font-size: 24px;
    }

    .main-recruit-top-box dd {
        padding-left: 0;
    }

    .main-recruit-list > .slick-list {
        margin-left: 0;
    }

    .main-recruit-list-inner > a {
        padding: 4%;
    }
}

#rightBar {
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 99;
    margin-top: -72px;
    width: 36px;
}

#rightBar > ul {
    width: 100%;
}

#rightBar > ul li {
    width: 36px;
    height: 24px;
    position: relative;
    line-height: 24px;
    text-align: center;
}

#rightBar > ul li.on {
    height: 36px;
    line-height: 36px;
    margin: 3px 0;
}

#rightBar > ul li .bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #999;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#rightBar > ul li .bullet i {
    display: none;
}

#rightBar > ul li .rightbar-bullet-txt {
    position: absolute;
    right: 10px;
    top: 3px;
    display: inline-block;
    padding: 0 0px 0 10px;
    background-color: #154ad3;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#rightBar > ul li.on .bullet {
    width: 32px;
    height: 32px;
    border-color: #154ad3;
    line-height: 32px;
}

#rightBar > ul li.on .bullet-03 {
    border: 2px solid#fff;
}

#rightBar > ul li.on .bullet i {
    display: block;
    font-size: 20px;
    line-height: 33px;
    color: #154ad3;
}

#rightBar > ul li.on .rightbar-bullet-txt {
    right: 40px;
    opacity: 1.0;
    filter: Alpha(opacity=100);
    padding: 0 20px;
}

@media all and (max-width: 1220px) {
    #rightBar {
        display:none;
    }
}

@media all and (max-width: 800px) {
    #mainBusiness{
        padding:50px 0;
    }
    .service_detail{
        padding:20px 0;
    }
    .service_detail .lh{
        width:100%;
        padding:0 10px;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }
    .service_ico ul li{
        width:50%;
        margin-bottom:20px;
    }
    .service_ico ul li span{
        width:150px;
        height:105px;
    }
    .service_ico ul li h5{
        padding:0 10px;
    }

    .main-company-img-thum img{
        height:120px;
    }
    .morebtn{
        margin-top:50px;
    }

    #mainCustomer{
        padding:50px 0;
    }
    #mainCustomer .bbs-basic-gallery-con li {
    float: left;
    width: 48%;
    margin: 0 1% 1%;
    }
}

@media all and (max-width: 480px) {
}
