@import url(../reset.css);
/* .sub-wrap{
    width: 100%;
  } 
 */
 
  .bigImg{
      width: 100%; 
      height: 498px;
      background: url(../../images/common/sub_img_1.png) no-repeat center / cover;
  }
  
     .sub-wrap-title{
      margin-top: 60px;   
      font-size: 38px;
      font-weight: 700;
      color :#090909;
      text-align: center;
      }
  .sub-wrap-title p::after{
      content: '';
      display: block;
      width: 40px;
      height: 2px;
      margin: 5px auto;
      background-color: #090909;
  }
  .sub_navBar{
    height: 40px;  
    border-bottom: 1px solid #a0a3a3;
  }
  
  .sub_navBar_list{
     
      margin-top: 70px;
      font-size: 17px;
      font-weight: 600;
      color: #3f4243; 
      display: flex;
      justify-content:center; 
     
     
  }
  .sub_navBar_list>li{
    margin-left: 80px;
 }
  .sub_navBar_list>li>a:hover::after{
     margin: 22px auto ;
     display: block;
     content:'';
     border-bottom: 3px solid #3195d9;
     /* transition :  0.5s */
   }

   .BI_first{
       width: 100%;
   }
   .BI_firstText{
       margin: 30px 0 70px;
   
   }
   .BI_firstText p{
       font-size: 18px;
       line-height: 35px;
      
   }



/* ¹öÆ° */
    .menu{
        width: 100%;
        display: flex;     
        margin-top: 78px;       
    
    }  
    .menu>li{
        border: 0.5px solid #d1d1d1;
        width: 100%;
        height: 36px;
        font-size: 16px;
        color: black;
        text-decoration: none;
        text-align: center;
        padding-top: 22px;
        font-weight: 600;
    }
    
    .menu>li:hover{
        background-color: #3f87d2;
        color: #fff;
    }
    
        /* page1 */
    
    .first_page{
        margin-top:80px ;
      }
      .winwiz_info th{
        color:#000;
        font-size: 17px;
        text-align: left;
        font-weight: 1;
        padding-left: 6px;
        line-height: 40px;
      }

      .winwiz_info td{
        font-size: 26px;
        color: #0776d3;
        padding-right: 100px;
       
      }
      .address{
        margin-top: 30px;
      }
      .address span{
        color:#000;
        font-size: 17px;
        padding-left: 6px;
        font-weight: 1;
        line-height: 40px;
      }
      .address p{
        
        font-size: 26px;
        color: #0776d3;
    }


    .tabMbutton{
        display: block;
        width: 100%;
        height: auto;
      }
    


/* <page2> */
    .history-desc{
        margin-top: 105px;
    text-align: center;}
    
    .desc-4{
        display: flex;
        position: relative;
    }
    
    .year-title{
        font-size: 22.5px;
        font-weight: 700;
        color: #0776d3;
        margin-right: 81px;
		
        width: 50px;
    }
    
    .desc-5:after{
        content: '';
        position: absolute;
        left: 135px;
        top: 0;
        width: 0.08px;
        height: 100%;
        background: #aaabab;
    }
    
    .year2007{
        display: none;
    }
    
    .desc5{
        margin-left: 132px;
        margin-bottom: 200px;
    }
    
    .desc5-1{
        margin-bottom: 300px;
    }
    
    .desc-5{
        font-size: 18px;
        font-weight: 400;
        padding: 8px 58px 41px 55px;
    
    }
    
    .desc-5:before{
        content: '';
        position: absolute;
        left: 135px;
        top: 8px;
        width: 13px;
        height: 13px;
        border-radius: 100%;
        background: #0859be;
        transform: translateX(-50%);
        z-index: 1;
    }
    
    .desc-6{
        font-size: 18px;
        font-weight: 400;
        margin-top: 8px;
    }
    
    .history-desc-img{
        border: 1px solid #000;
    }
    
    .history-img1{
        position: relative;
        right: 350px;
        top: 60px;
    }
    
    .history-img2{
        position: relative;
        right: 426px;
        top: 60px;
    }
    
    .history-img3{
        position: relative;
        right: 411px;
        top: 60px;
    }
    
    .history-img4{
        position: relative;
        right: 190px;
        top: 50px;
    }
    
    .desc5-2{
        margin-bottom: 280px;
    }
    
    .history-img5{
        position: relative;
        right: 160px;
        top:60px;
    }
    
	 .history-img6{
        position: relative;
        right: 170px;
        top:70px;
    }
    .desc5-3{
        margin-bottom: 228px;
    }
	
	 .desc5-100{
        margin-bottom: 130px;
    }
	
	
    .history{
        display: flex;
        justify-content: center;
    }
     /*page2 ³¡*/

     /*page3 ½ÃÀÛ*/
    .organization-chart{margin-top: 50px;}

    

    .boss{
        margin-bottom: 145px;
        border: 1px solid #aaabab;
    }
    
    h2{
        font-size: 18px;
        font-weight: 400;
        border-radius: 40px 40px 40px 40px;
        height: 55px;
        width: 264px;
        text-align: center;
        padding-top: 15px;
        box-sizing: border-box;
    }
    
    .part{
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 15px;
    }
    
    .part::before{
        content: '\2022';
        margin-left: 20px;
        margin-right: 25px;
    }
    
    .p1,.p2,.p3{
        color: #0841a0;
        font-size: 11px;
        font-weight: 400;
        margin-left: 60px;
        margin-bottom: 35px;
    }
    
    .p3{
        color: #0841a0;
        font-size: 11px;
        font-weight: 400;
        margin-left: 47px;
        margin-bottom: 10px;
        margin-top: 15px;
        margin-left: 60px;
    }
    
    
	/*µµÇü or À§Ä¡*/
    
    .main-chart{
    display: flex;
    align-items: center;
    justify-content: center;
    }
    
    .boss{
        position: relative;
    }
    
    .boss::before{
        content: '';
        position: absolute;
        border: 0.5px solid #aaabab;
        height: 145px;
        top: 54px;
        left: 130px;
    }
    
    .sub-chart{
        display: flex;
        justify-content: center;
        padding-left: 150px;
    }
    
    .lab,.support,.develop{
        color: #fff;
        background-color: #000;
        margin-right: 148px;
    }
    
    .chart-child{
        position: relative;
        margin-bottom: 50px;
    }
    .chart-child::after{
        content: '';
        position: absolute;
        border-top: 0.5px solid #aaabab;
        width: 148px;
        height: 100px;
        left: 264px;
        top: 26px;
    }
    
    .lab::after{
        content: '';
        display: none;
    }
    
    .chart-child::before{
        content: '';
        position: absolute;
        border-left:0.5px solid #aaabab;
        height: 358px;
        top: 26px;
        left: -0.5px;
    }
    
	/*page3 ³¡*/
    

/* <page4> */

    .BI_fourth{
        width: 100%;
        margin-top: 70px;
    }
    
    .BI_fourth p{
        font-size: 21px;
        line-height: 30px;
    }
   
    .BI_fourthBox{
       display: flex;
       justify-content: center;
       padding-top: 70px;
    }
   
    .CEO p{
        margin: 38px 0 22px;
    }
    .BI_fourthText .ceoName{
        font-size: 26px;
        font-weight: bold;
    }

    .BI_fourthText img{
        width: 350px;
        height: 300px;
        margin-top: 86px ;
       
    }
    .BI_fourthText_content{ 
        height: 500px;
       padding-left: 70px;  
        line-height: 30px;  
    }
    .BI_fourthText_content p{
        font-size: 17px;
        margin-bottom: 47px;
    }
    @media screen and (min-width: 768px) {
        .d-content{
        word-break: keep-all;
        }
        }
