/******************비지니스영역 수정************/
.cont-business{
    width:100%;
    height:900px;
/*    background-color: rgb(238,238,238)*/
    background-color: #eee;
}
.cont-business-box{
    width: 900px;
    height: 900px;
    margin: 0 auto;
    font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
}
.title-area{
    height: 100px;
    text-align: center;
}

.title-area-title{
    line-height: 40px;
    text-align: center;
    font-size: 25pt;
    color: #333;
    font-weight: bold;
    font-family: 'NanumSquareB', "맑은 고딕", "Malgun Gothic", "NanumGothicB", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
}
.title-area >span{
    display: block;
    width: 75px;
    margin: 0 auto;
    height: 1px;
    background-color: #000;
    margin-top: 10px;
}
.tab-view{
    margin-top: 40px;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.business-infomation{
    opacity:1;
    position: absolute;
    width: 100%;
    height: 100%;
}
.business-text-area{
    position: absolute;
    left:0;
    top:0px;
    z-index: 501;
    width: 352px;
    background-color: #eee;
    letter-spacing: 0px;
/*    word-spacing:200%;*/
}

/**********************페이드2 조절********************/
.plan-title{
    height: 100px;
    opacity:0;
    transition-property:all;
    
/*    몇초 뒤에 시작하는지*/
    transition-delay:0.5s;
/*    몇초 뒤에 시작하는지*/
    
/*    몇초에 걸쳐서 진행하는지*/  
    transition-duration:0.5s;
/*    몇초에 걸쳐서 진행하는지*/
}
.plan-title.on{
    opacity:1;
}
/**********************페이드2 조절********************/

.plan-title01{
    display: block;
    font-size:27px;
    color:#000;
    margin-bottom: 6px;
    font-weight: 500;
    font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
}
.plan-title02{
    display: block;
    font-size:20px;
    color:#000;
    margin-bottom: 20px;
    font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
}
.plan-title03{
    font-size:33px;
    color:#000;
    font-weight: 600;
    font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
}

.plan-title04-eng{
    font-size:30px;
    color:#000;
    font-weight: 600;
    font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
}

/**********************페이드3 조절********************/
.plan-explain{
    height: 250px;
    opacity:0;
    border-bottom: 1px solid #888;
    transition-property:all;
/*    몇초 뒤에 시작하는지*/    
    transition-delay:0.7s;
/*    몇초 뒤에 시작하는지*/    
    
/*    몇초에 걸쳐서 진행하는지*/  
    transition-duration:0.5s;
/*    몇초에 걸쳐서 진행하는지*/
}
.plan-explain.on{
    opacity:1;
}
/**********************페이드3 조절********************/


@media screen and (-ms-high-contrast:active), ( -ms-high-contrast:none ){

    /* IE10~11 */

    .plain-explain-title{
        margin-top: 20px;
        line-height: 180%;
        font-size: 14px;
        color:#2765a9;
        font-weight: 800;
        font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
    }


 }


@media screen and ( -webkit-min-device-pixel-ratio:0 ){

    /* Chrome */
    .plain-explain-title{
        margin-top: 20px;
        line-height: 180%;
        font-size: 14px;
        color:#2765a9;
        font-weight: 800;
        font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
    }
}


.plain-explain-title{
    margin-top: 10px;
    line-height: 180%;
    font-size: 14px;
    color:#2765a9;
    font-weight: 600;
    font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
}





 
.plain-explain-explain{
    margin-top: 10px;
    padding: 0 2px;
    line-height: 180%;
    color:#000;
    font-size:14px;
    font-weight: 400;
    word-break: break-all;
    font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
}

/**********************페이드4 조절********************/
.plan-icon{
/*    border-top: 1px solid #000;*/
    height: 100px;
    opacity:0;
    transition-property:all;
    
/*    몇초 뒤에 시작하는지*/ 
    transition-delay:1s;
/*    몇초 뒤에 시작하는지*/
    
/*    몇초에 걸쳐서 진행하는지*/   
    transition-duration:0.5s;
/*    몇초에 걸쳐서 진행하는지*/
}
.plan-icon.on{
    opacity:1;
}
/**********************페이드4 조절********************/

.plan-icon-list{
    margin-top: 24px;
    width: 500px;
}
.plan-icon-list li{
    float:left;
    margin-left: 4px;
    width:70px;
}

.plan-icon-list li img{
    width: 70px; 
}

.plan-icon-list li:first-child{
    margin-left: 0;
}

/**********************페이드1 조절********************/
.business-img-area{
    opacity:0;
    transition-property:all;
/*    몇초 뒤에 시작하는지*/    
    transition-delay:0.2s;
/*    몇초 뒤에 시작하는지*/
    
/*    몇초에 걸쳐서 진행하는지*/    
    transition-duration:0.5s;
/*    몇초에 걸쳐서 진행하는지*/
    position: absolute;
    right:-100px;
    top:0;
    z-index: 500;
    width: 500px;
    
}
.business-img-area.on{
    opacity:1;
}
/**********************페이드1 조절********************/

.business-img-area img{
    width: 100%;
}

.business-tab-area{
    position: absolute;
    bottom:60px;
    left:50%;
    margin-left: -350px;
    z-index: 500;
    width: 700px;
    height: 130px;
}


.business-tab-area .eng-span{
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    line-height: 10pt;
}


.tab-area-list li{
    float:left;
    margin-left: 20px;
    width: 100px;
}
.tab-area-list li:first-child{
    margin-left: 0;
}
.tab-area-list li:hover a{
    opacity: 1;
    border:1px solid #111;
}
.tab-area-list li a{
    display: block;
    width: 100px;
    height: 100px;
    border:1px solid #ddd;
    border-radius: 2px;
    opacity: 0.4;
    filter:opacity(40);
    transition: all 0.6s;
    overflow: hidden;
}
.tab-area-list li a img{
    max-width:100px;
}
.tab-area-list li span{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size:14px;
    color:#111;
    font-weight: 500;
    font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
}

.business-tab-area .eng-span{
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    line-height: 12pt;
}

.tab-area-list li:hover span{
    color:#0c4da2;
    font-weight: 500;
}



@media screen and (max-width:1200px){
    .cont-business-box{position: relative;;max-width:900px;width:100% }
}

@media screen and (max-width:1199px){
    .sub-menu.posr{display: none !important;}
}

@media screen and (max-width:950px){
       .business-text-area{width:45%;}
    .business-img-area{width:50%;right:20px }
    #section-box01-eng{margin-right: 0 !important;border:none;box-shadow: none;}
}


@media screen and (max-width:767px){
      .business-text-area, .business-img-area{position: static!important}
    .plain-explain-explain{display:none !important}
    .plan-explain{height:auto;padding-bottom:10px;}
    .business-text-area{width:100% !important;text-align: center}
    .plan-icon-list{width:100% ;display:flex;justify-content: flex-start}
    .title-area{height:80px }
    .title-area-title{font-size:18px;}
    .plan-title01{font-size:16px;margin-bottom:15px;color:#000;font-weight: 600;}
    .plan-title02{font-size:18px;margin-bottom:15px;}
    .plan-title03{font-size:20px;margin:0 0 10px 0}
    
    .business-img-area{max-width:400px;width:100%;margin:0 auto;}
    .plan-title{height: auto;}
    .business-tab-area{width:auto;position: static;margin-left:0;height:auto;}
    .business-tab-area>ul{display: flex;justify-content: center;padding:0 20px}
    
    .tab-area-list li{width:16.66666666666667%;margin-left:2%}
    .tab-area-list li a{width:100%;height:auto;}
    .tab-area-list li:first-child{margin-left:0;}
    .cont-business{height: auto;}
    .cont-business-box{height: auto;}
    .business-img-area{display: none !important;}
    .tab-view{height: auto;}
    .business-infomation{position: static !important}
    
    
        .main_in_title{display: flex;justify-content: space-between}
    .main_in_title.mo{display: flex !important;justify-content: space-between}
    .main_in_title h2{font-weight: 600;color:#000;font-size:21pt;}
    .main_in_title span{display: inline-block;width:80px;height: 2px;background-color:#000;margin:10px 0 0}
    .business_box{display:flex;align-items: center;margin:50px 0 0;position: relative;padding:0 0  30px;}

     .business_box>div{width:100%}
    .business_text{height:75px;}
    
    
    .main_in_title  .swiper-button-next, .main_in_title .swiper-button-prev{position: static !important;width:auto;height:auto;margin-top:0;}
    .main_in_title>div:last-child{display: flex;;flex-direction: row-reverse}
    .main_in_title>div:last-child i{color:#000;font-size:26px;}
    .main_in_title>div:last-child>div:first-child{margin-left: 45px;}
    
    
    .brand-view{position: relative;}
    .blog-txt-area{box-shadow: none;position: absolute;left:0;bottom:0;background-color:rgba(0,0,0,0.5);color:#fff;padding:10px;height: auto !important}
    .brand-view{padding:0;}
    .brand-view p{color:#fff !important;padding:0 !important;line-height: inherit !important;height: auto;}
    .brand-title{margin:0  0 8px  0}
    .blog-date{margin-top:13px ;text-align: left;}
    .swiper-container5,  .swiper-container7 {margin-top:20px;}
    

 
     
    
    
        .business_box1{background:url(/resources/img/mobile/main/business_01_0.png) center center;background-size:cover;background-repeat: no-repeat;}
     .business_box2{background:url(/resources/img/mobile/main/business_02_0.png) center center;background-size:cover;background-repeat: no-repeat;}
     .business_box3{background:url(/resources/img/mobile/main/business_03_0.png) center center;background-size:cover;background-repeat: no-repeat;}
     .business_box4{background:url(/resources/img/mobile/main/business_04_0.png) center center;background-size:cover;background-repeat: no-repeat;}
     .business_box5{background:url(/resources/img/mobile/main/business_05_0.png) center center;background-size:cover;background-repeat: no-repeat;}
     .business_box6{background:url(/resources/img/mobile/main/business_06_0.png) center center;background-size:cover;background-repeat: no-repeat;}
     .swiper-container7 .blog-box a{height:28vw}
    .main_mobile_link a{width:100% !important;margin:0 !important}
    
}

@media screen and (max-width:640px){
    .business-tab-area>ul{flex-wrap: wrap;}
    .business-tab-area>ul li{width:45px;text-align: center;}
/*    .business-tab-area>ul li:nth-child(4){margin-left:0;}*/
    .tab-area-list li a img{width:100%;}
    .plain-explain-title{font-size:12px;}
    
        .business_box{padding:0;}

 .swiper-container7 .blog-box a{height:29vw}
}





@media screen and (max-width:550px){
    .blog-box a{height:58vw}
    .swiper-container7 .blog-box a{height:52vw}
    .main_in_title h2{font-size:17pt;}
    
    .brand-view{text-align: center;}
    .brand-view>div{display: inline-block;margin:0 auto;}

}

@media screen and (max-width:499px){
    .plan-title03{font-size:20px;} 
    .plan-title02{font-size:15px;}
    .plain-explain-title{font-size:10px;}
    .plan-icon-list li{width:45px;margin-top:5px;}
    .plan-icon-list li a{width:100%;}
    .plan-icon-list{flex-wrap: wrap;}
    .plan-icon-list li:nth-child(4){margin-left:0;}
    .main_in_title h2{font-size:26px;}
    
    
}

@media screen and (max-width:450px){
    
}
/******************비지니스영역 수정************/
