/* business.css */



  .bsn_area_sec2 {
    padding: 100px 0;
    background: url(../../img/business/bns_area_bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .bsn_area_sec2 .tit_area.subpage * {
    text-align: center;
    color: rgba(255,255,255,0.8);

  }
  
  .bsn_area_sec2 .tit_area.subpage .desc {
    width: 70%;
  }
  
  .bsn_area_sec2  .tit-line{
    display: block;
    width: 40px;
    height: 2px;
    background-color:rgba(255,255,255,0.7);
    margin: 30px auto 0;
    
  }
  
  .bsn_area_sec3 .tit_area  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

  }
  .bsn_area_sec3 .tit_area .tit_box {
    width: 40%;
    padding-right: 20px;
  }
  
  .bsn_area_sec3 .tit_area .desc {
    margin: 0;
    width: 60%;
  }
  
  .bsn_area_sec3 .bsn_img_area {
    margin-top: 70px;
  }
  
  .bsn_area_sec3 .bsn_img_area img {
    width: 100%;
  }
  
 
  
  .bsn_area_sec1 .sec1_content {
    display: flex;
    flex-wrap: wrap;
  }
  .bsn_area_sec1 .text_area {
    padding-right: 50px;
    width: 50%;
  }
  
  .bsn_area_sec1 .tit_area {
    padding-bottom: 30px;
    margin-bottom: 30px;
   
  }
  
  .bsn_area_sec1 .detail_box ul { 
    display: flex;
    flex-wrap: wrap;
    margin:0 -8px;
  }
  .bsn_area_sec1 .detail_box li {

    padding:0 8px;
    width: 50%;
  }

  .bsn_area_sec1 .detail_box li+li {
    border-left: 1px solid #ddd;
  }
  

  .bsn_area_sec1 .detail_box .icon {
    display: table-cell;
    width: 45px;
    height: 45px;
    background-image: url(../../img/business/bns_area_icon1.png) ;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: top center;
  }
  
  .bsn_area_sec1 .detail_box .icon2 {
    background-image: url(../../img/business/bns_area_icon2.png);
  }
  
  .bsn_area_sec1 .detail_box .detail_box_text {
    display: table-cell;
    padding-left: 20px;
  }
  
  .bsn_area_sec1 .detail_box .detail_box_text .tit {
    font-size: 18px;
    color: #00387D;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 500;
  }
  
  .bsn_area_sec1 .detail_box .detail_box_text .desc {
    margin-top: 10px;
    color: #535353;
    font-size: 14px;
    line-height: 20px;
  }
  
  .bsn_area_sec1 .bsn_img_area {
    width: 50%;
  }
  
  .bsn_area_sec1 .bsn_img {
    width: 100%;
    overflow: hidden;
  }
  
  .bsn_area_sec1 .bsn_img img {
    width: 100%;
  }
  
  .bsn_info_sec2 {
    background: #f5f5f5;
  }
  
  .bsn_info_sec2 .tit_area.subpage * {
    text-align: center;
  }

  .bsn_info_sec2 .tit_area.subpage .main_tit {
    font-weight: 400;
  }
  
  .bsn_info_sec2 .tit_area.subpage .main_tit strong{
    font-weight: 700;
  }
  
  .bsn_info_sec2 .list_area {
    margin-top: 60px;
  }
  
  .bsn_info_sec2 .list_area li {
    float: left;
    width: 25%;
  }
  
  .bsn_info_sec2 .list_area li .icon {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-size: 50px;
    /* background-color: #3a3838; */
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border: 2px solid #fff;
  }

  .bsn_info_sec2 .list_area li:hover .icon{
    border-color: #00387D;
    transform: rotateY(
      180deg
      );
  } 

  
  .bsn_info_sec2 .list_area li.box1 .icon1 {
    background-image: url(../../img/business/bns_info_icon1.png);

  }
  
  .bsn_info_sec2 .list_area .box2 .icon2 {
    background-image: url(../../img/business/bns_info_icon2.png);
  }
  
  .bsn_info_sec2 .list_area .box3 .icon3 {
    background-image: url(../../img/business/bns_info_icon3.png);
  }
  
  .bsn_info_sec2 .list_area .box4 .icon4 {
    background-image: url(../../img/business/bns_info_icon4.png);
  }
  
  .bsn_info_sec2 .list_area li .tit {
    margin: 20px auto 10px;
    text-align: center;
    font-size: 18px;
  }
  
  .bsn_info_sec2 .list_area li .desc {
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    color: #888;
    line-height: 20px;
  }
  

  
  .bsn_info_sec3 .tit_area.subpage .main_tit {
    font-weight: 400;
  }
  
  .bsn_info_sec3 .tit_area.subpage .main_tit strong {
    font-weight: 700;
  }
  
  .bsn_info_sec3 .list_area {
    margin-top: 60px;
  }

  .bsn_info_sec3 .list_area ul {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    margin:0 -8px;
  }
  
  .bsn_info_sec3 .list_area li {
    width: 33.3333%;
    padding:0 8px;
  }
  
  
  .bsn_info_sec3 .list_area .list_item {
    width: 100%;
  }
  
  .bsn_info_sec3 .list_area .list_item img {
    width: 100%;
  }
  
  .bsn_info_sec3 .list_area .text {
    margin-top: 26px;
    display: flex;
  }
  
  .bsn_info_sec3 .list_area .text .num {

    width: 45px;
    font-size: 30px;
    color: #353535;
    line-height: 35px;
    margin-right: 16px;
    letter-spacing: -3px;
    font-weight: 700;
  }
  
  .bsn_info_sec3 .list_area .text .con {
  }
  
  .bsn_info_sec3 .list_area .text .con .tit {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.6px;
    line-height: 22px;
  }
  
  .bsn_info_sec3 .list_area .text .con .desc {
    margin-top: 10px;
    padding-right: 15px;
    font-size: 14px;
    color: #777;
    line-height: 20px;
  }
  

  .tbl{width:100%; border-top:1px solid #333; border-collapse:collapse;}
.tbl th{width:33.3%; background:#f2f2f2; border-bottom:1px solid #ccc; border-right:1px solid #ccc; border-left:1px solid #ccc;padding:5px 0; font-size:0.9em; font-weight:normal;  color:#000; text-align:center;}
.tbl td{width:33.3%; border-bottom:1px solid #ccc;  border-right:1px solid #ccc;border-left:1px solid #ccc;  padding:5px 0;  font-size:0.9em; font-weight:400; text-align:center;}


.tbl2{width:100%; border-top:1px solid #333; border-collapse:collapse;}
.tbl2 th{width:20%; background:#f2f2f2; border-bottom:1px solid #ccc; padding:5px 0; font-size:1.0em; font-weight:normal;  color:#000; text-align:center;}
.tbl2 td{width:20%; border-bottom:1px solid #ccc;   padding:5px 0;font-size:0.9em; text-align:center;} /* text-indent:10px; */

.tba{width:100%; border-top:1px solid #333; border-collapse:collapse; background:#fff;}
.tba th{width:35%; background:#f2f2f2; border-bottom:1px solid #ccc; padding:6px 0; font-size:0.9em; font-weight:normal;  color:#000; text-align:center;}
.tba td{width:65%; border-bottom:1px solid #ccc; padding:6px 0; text-indent:10px; font-size:0.9em;}



  @media screen and (max-width: 1199px) {
  
    .bsn_area_sec2 {
      padding: 70px 0;
    }
    .bsn_area_sec3 .tit_area .tit_box {
      width: 42%;
    }
    .bsn_area_sec3 .tit_area .desc {
      margin: 43px auto 0;
      width: 55%;
    }
    .bsn_area_sec1 .detail_box .detail_box_text .tit {
      font-size: 15px;
    }
    .bsn_area_sec1 .detail_box .detail_box_text .desc {
      font-size: 13px;
    }
    .bsn_info_sec2 .list_area {
      margin-top: 50px;
    }
    .bsn_info_sec2 .list_area li .icon {
      width: 90px;
      height: 90px;
      background-size: 35px auto;
    }
    .bsn_info_sec2 .list_area li .tit {
      font-size: 16px;
    }
    .bsn_info_sec2 .list_area li .desc {
      font-size: 13px;
    }
    .bsn_info_sec3 .list_area {
      margin-top: 50px;
    }
    .bsn_info_sec3 .list_area .text .num {
      width: 40px;
      font-size: 24px;
      line-height: 30px;
    }
    .bsn_info_sec3 .list_area .text .con .tit {
      font-size: 16px;
    }
    .bsn_info_sec3 .list_area .text .con .desc {
      font-size: 13px;
      line-height: 18px;
    }
  }
  
  @media screen and (max-width: 1024px) {

    .bsn_area_sec1 .inner {
      display: block;
    }
    .bsn_area_sec1 .text_area {
      display: block;
      padding-right: 0;
      width: 100%;
    }
    .bsn_area_sec1 .detail_box .icon {
      width: 40px;
      height: 40px;
      background-size: 30px auto;
    }
    .bsn_area_sec1 .detail_box .detail_box_text {
      padding-left: 10px;
    }
    .bsn_area_sec1 .detail_box .detail_box_text .desc {
      margin-top: 10px;
    }
    .bsn_area_sec1 .bsn_img_area {
      display: block;
      padding-top: 50px;
      width: 100%;
    }
    .bsn_info_sec3 .list_area li {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 24px;
    }
    .bsn_info_sec3 .list_area li:last-child {
      margin-bottom: 0;
    }

    .bsn_info_sec3 .list_area .list_item {
      width: 50%;
    }
    .bsn_info_sec3 .list_area .text {
      margin-top: 0;
      padding: 0 10px;
      width: 50%;
      vertical-align: middle;
    }
  }
  
  @media screen and (max-width: 767px) {

    .bsn_area_sec2 {
      padding: 60px 0;
    }
    .bsn_area_sec2 .tit_area.subpage .desc {
      width: 90%;
    }
    .bsn_area_sec3 .tit_area .tit_box {
      float: none;
      width: 100%;
    }
    .bsn_area_sec3 .tit_area .desc {
      float: none;
      margin: 30px auto 0;
      width: 100%;
    }
    .bsn_area_sec3 .bsn_img_area {
      margin-top: 50px;
    }
    .bsn_info_sec2 .list_area li {
      width: 50%;
      margin-bottom: 30px;
    }
  }
  
  @media screen and (max-width: 600px) {
    .bsn_info_sec3 .list_area li {
      width: 100%;
      display: block;
    }
    .bsn_info_sec3 .list_area .list_item {
      display: block;
      width: 100%;
    }
    .bsn_info_sec3 .list_area .text {
      padding: 20px 0 0;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 480px) {


    .bsn_area_sec1 .tit_area {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ddd;
    }
    .bsn_area_sec1 .detail_box li {
      padding: 0;
      width: 100%;
      margin-bottom: 20px;
    }

    .bsn_area_sec1 .detail_box li+li {
      border-left: 0;
    }

    .bsn_area_sec1 .detail_box .icon {
      width: 30px;
      height: 30px;
      background-size: 28px;
    }

    .bsn_area_sec1 .bsn_img_area {
      padding-top: 30px;
    }

    .bsn_area_sec2 {
      padding: 50px 0;
    }
    .bsn_area_sec2 .tit_area.subpage .desc {
      width: 100%;
    }
    
    .bsn_area_sec3 .tit_area .desc {
      margin: 30px auto 0;
    }
    .bsn_area_sec3 .bsn_img_area {
      margin-top: 40px;
      height: 200px;
    }
    .bsn_area_sec3 .bsn_img {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    .bsn_area_sec3 .bsn_img_area img {
      width: auto;
      height: 100%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  
    .bsn_info_sec2 .list_area li {
      width: 100%;
      margin-bottom: 40px;
    }
    .bsn_info_sec2 .list_area li .icon {
      width: 80px;
      height: 80px;
      background-size: 30px auto;
    }
    .bsn_info_sec2 .list_area li .tit {
      font-size: 14px;
    }
    .bsn_info_sec2 .list_area li .desc {
      margin: 0 auto;
      max-width: 350px;
      font-size: 12px;
      line-height: 18px;
    }
    .bsn_info_sec3 .tit_area.subpage .main_tit br {
      display: none;
    }
    .bsn_info_sec3 .list_area .text .num {
      width: 30px;
      font-size: 20px;
      line-height: 24px;
    }
    .bsn_info_sec3 .list_area .text .con .tit {
      font-size: 15px;
    }

  }
  
  /*# sourceMappingURL=widget.css.map */
  



  /*  사업안내  */  

/* section1 */
.bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_bg {position: relative; height: 480px; background-image: url(../../img/business/bsn_info_1.jpg); background-repeat: no-repeat; background-position: center;    background-size: cover;}
.bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt {position: absolute; top: 0; left: 0;  height: 100%; width: 50%; max-width: 600px;       padding: 70px 50px 50px 100px;     background-color: rgba(0, 56, 125, 0.8);}
.bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt:after {content: ''; display: block; position: absolute; width: 70px; height: 1px;  top: 100px; left: 0; background: #fff;}

.bnsi_sec1 .tit_area.subpage .sub_tit {
  color: rgba(255,255,255,0.5);
}

.bnsi_sec1 .tit_area.subpage .main_tit{
  color:#fff;
}
.bnsi_sec1 .tit_area.subpage .desc {
  color: rgba(255,255,255,0.7);
}





 @media screen and (max-width:1199px) {
	.bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt {  width: 55%;  padding: 40px 40px 50px 50px;}
  .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt:after {width: 30px; top: 60px;}

}

@media screen and (max-width:768px) {
  .sub_sec.bsn_info_sec1 {padding-bottom: 0;}
  .bnsi_sec1 {margin: 0 -15px;}
	.bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt{width: 100%;
    max-width: 100%; position: relative;}
    .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_bg {height: 100%;}

}

@media screen and (max-width:600px) {
	.bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt:after {top: 55px;}

  /* business.css */
  .bsn_area_sec2 {
    padding: 100px 0;
    background: url(../../img/business/bns_area_bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .bsn_area_sec2 .tit_area.subpage * {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .bsn_area_sec2 .tit_area.subpage .desc {
    width: 70%;
  }
  
  .bsn_area_sec2 .tit-line {
    display: block;
    width: 40px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 30px auto 0;
  }
  
  .bsn_area_sec3 .tit_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .bsn_area_sec3 .tit_area .tit_box {
    width: 40%;
    padding-right: 20px;
  }
  
  .bsn_area_sec3 .tit_area .desc {
    margin: 0;
    width: 60%;
  }
  
  .bsn_area_sec3 .bsn_img_area {
    margin-top: 70px;
  }
  
  .bsn_area_sec3 .bsn_img_area img {
    width: 100%;
  }
  
  .bsn_area_sec1 .inner {
    display: table;
  }
  
  .bsn_area_sec1 .sec1_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .bsn_area_sec1 .text_area {
    padding-right: 50px;
    width: 50%;
  }
  
  .bsn_area_sec1 .tit_area {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  
  .bsn_area_sec1 .detail_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
  }
  
  .bsn_area_sec1 .detail_box li {
    padding: 0 8px;
    width: 50%;
  }
  
  .bsn_area_sec1 .detail_box li + li {
    border-left: 1px solid #ddd;
  }
  
  .bsn_area_sec1 .detail_box .icon {
    display: table-cell;
    width: 45px;
    height: 45px;
    background-image: url(../../img/business/bns_area_icon1.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: top center;
  }
  
  .bsn_area_sec1 .detail_box .icon2 {
    background-image: url(../../img/business/bns_area_icon2.png);
  }
  
  .bsn_area_sec1 .detail_box .detail_box_text {
    display: table-cell;
    padding-left: 20px;
  }
  
  .bsn_area_sec1 .detail_box .detail_box_text .tit {
    font-size: 18px;
    color: #00387D;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 500;
  }
  
  .bsn_area_sec1 .detail_box .detail_box_text .desc {
    margin-top: 10px;
    color: #535353;
    font-size: 14px;
    line-height: 20px;
  }
  
  .bsn_area_sec1 .bsn_img_area {
    width: 50%;
  }
  
  .bsn_area_sec1 .bsn_img {
    width: 100%;
    overflow: hidden;
  }
  
  .bsn_area_sec1 .bsn_img img {
    width: 100%;
  }
  
  .bsn_info_sec2 {
    background: #f5f5f5;
  }
  
  .bsn_info_sec2 .tit_area.subpage * {
    text-align: center;
  }
  
  .bsn_info_sec2 .tit_area.subpage .main_tit {
    font-weight: 400;
  }
  
  .bsn_info_sec2 .tit_area.subpage .main_tit strong {
    font-weight: 700;
  }
  
  .bsn_info_sec2 .list_area {
    margin-top: 60px;
  }
  
  .bsn_info_sec2 .list_area li {
    float: left;
    width: 25%;
  }
  
  .bsn_info_sec2 .list_area li .icon {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-size: 50px;
    /* background-color: #3a3838; */
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border: 2px solid #fff;
  }
  
  .bsn_info_sec2 .list_area li:hover .icon {
    border-color: #00387D;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  
  .bsn_info_sec2 .list_area li.box1 .icon1 {
    background-image: url(../../img/business/bns_info_icon1.png);
  }
  
  .bsn_info_sec2 .list_area .box2 .icon2 {
    background-image: url(../../img/business/bns_info_icon2.png);
  }
  
  .bsn_info_sec2 .list_area .box3 .icon3 {
    background-image: url(../../img/business/bns_info_icon3.png);
  }
  
  .bsn_info_sec2 .list_area .box4 .icon4 {
    background-image: url(../../img/business/bns_info_icon4.png);
  }
  
  .bsn_info_sec2 .list_area li .tit {
    margin: 20px auto 10px;
    text-align: center;
    font-size: 18px;
  }
  
  .bsn_info_sec2 .list_area li .desc {
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    color: #888;
    line-height: 20px;
  }
  
  .bsn_info_sec3 .tit_area.subpage .main_tit {
    font-weight: 400;
  }
  
  .bsn_info_sec3 .tit_area.subpage .main_tit strong {
    font-weight: 700;
  }
  
  .bsn_info_sec3 .list_area {
    margin-top: 60px;
  }
  
  .bsn_info_sec3 .list_area ul {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
  }
  
  .bsn_info_sec3 .list_area li {
    width: 33.3333%;
    padding: 0 8px;
  }
  
  .bsn_info_sec3 .list_area .list_item {
    width: 100%;
  }
  
  .bsn_info_sec3 .list_area .list_item img {
    width: 100%;
  }
  
  .bsn_info_sec3 .list_area .text {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .bsn_info_sec3 .list_area .text .num {
    width: 45px;
    font-size: 30px;
    color: #353535;
    line-height: 35px;
    margin-right: 16px;
    letter-spacing: -3px;
    font-weight: 700;
  }
  
  .bsn_info_sec3 .list_area .text .con .tit {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.6px;
    line-height: 22px;
  }
  
  .bsn_info_sec3 .list_area .text .con .desc {
    margin-top: 10px;
    padding-right: 15px;
    font-size: 14px;
    color: #777;
    line-height: 20px;
  }
  
  @media screen and (max-width: 1199px) {
    .bsn_area_sec2 {
      padding: 70px 0;
    }
    .bsn_area_sec3 .tit_area .tit_box {
      width: 42%;
    }
    .bsn_area_sec3 .tit_area .desc {
      margin: 43px auto 0;
      width: 55%;
    }
    .bsn_area_sec1 .detail_box .detail_box_text .tit {
      font-size: 15px;
    }
    .bsn_area_sec1 .detail_box .detail_box_text .desc {
      font-size: 13px;
    }
    .bsn_info_sec2 .list_area {
      margin-top: 50px;
    }
    .bsn_info_sec2 .list_area li .icon {
      width: 90px;
      height: 90px;
      background-size: 35px auto;
    }
    .bsn_info_sec2 .list_area li .tit {
      font-size: 16px;
    }
    .bsn_info_sec2 .list_area li .desc {
      font-size: 13px;
    }
    .bsn_info_sec3 .list_area {
      margin-top: 50px;
    }
    .bsn_info_sec3 .list_area .text .num {
      width: 40px;
      font-size: 24px;
      line-height: 30px;
    }
    .bsn_info_sec3 .list_area .text .con .tit {
      font-size: 16px;
    }
    .bsn_info_sec3 .list_area .text .con .desc {
      font-size: 13px;
      line-height: 18px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .bsn_area_sec1 .inner {
      display: block;
    }
    .bsn_area_sec1 .text_area {
      display: block;
      padding-right: 0;
      width: 100%;
    }
    .bsn_area_sec1 .detail_box .icon {
      width: 40px;
      height: 40px;
      background-size: 30px auto;
    }
    .bsn_area_sec1 .detail_box .detail_box_text {
      padding-left: 10px;
    }
    .bsn_area_sec1 .detail_box .detail_box_text .desc {
      margin-top: 10px;
    }
    .bsn_area_sec1 .bsn_img_area {
      display: block;
      padding-top: 50px;
      width: 100%;
    }
    .bsn_info_sec3 .list_area li {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 24px;
    }
    .bsn_info_sec3 .list_area li:last-child {
      margin-bottom: 0;
    }
    .bsn_info_sec3 .list_area .list_item {
      width: 50%;
    }
    .bsn_info_sec3 .list_area .text {
      margin-top: 0;
      padding: 0 10px;
      width: 50%;
      vertical-align: middle;
    }
  }
  
  @media screen and (max-width: 767px) {
    .bsn_area_sec2 {
      padding: 60px 0;
    }
    .bsn_area_sec2 .tit_area.subpage .desc {
      width: 90%;
    }
    .bsn_area_sec3 .tit_area .tit_box {
      float: none;
      width: 100%;
    }
    .bsn_area_sec3 .tit_area .desc {
      float: none;
      margin: 30px auto 0;
      width: 100%;
    }
    .bsn_area_sec3 .bsn_img_area {
      margin-top: 50px;
    }
    .bsn_info_sec2 .list_area li {
      width: 50%;
      margin-bottom: 30px;
    }
  }
  
  @media screen and (max-width: 600px) {
    .bsn_info_sec3 .list_area li {
      width: 100%;
      display: block;
    }
    .bsn_info_sec3 .list_area .list_item {
      display: block;
      width: 100%;
    }
    .bsn_info_sec3 .list_area .text {
      padding: 20px 0 0;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 480px) {
    .bsn_area_sec1 .tit_area {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ddd;
    }
    .bsn_area_sec1 .detail_box li {
      padding: 0;
      width: 100%;
      margin-bottom: 20px;
    }
    .bsn_area_sec1 .detail_box li + li {
      border-left: 0;
    }
    .bsn_area_sec1 .detail_box .icon {
      width: 30px;
      height: 30px;
      background-size: 28px;
    }
    .bsn_area_sec1 .bsn_img_area {
      padding-top: 30px;
    }
    .bsn_area_sec2 {
      padding: 50px 0;
    }
    .bsn_area_sec2 .tit_area.subpage .desc {
      width: 100%;
    }
    .bsn_area_sec3 .tit_area .desc {
      margin: 30px auto 0;
    }
    .bsn_area_sec3 .bsn_img_area {
      margin-top: 40px;
      height: 200px;
    }
    .bsn_area_sec3 .bsn_img {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    .bsn_area_sec3 .bsn_img_area img {
      width: auto;
      height: 100%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .bsn_info_sec2 .list_area li {
      width: 100%;
      margin-bottom: 40px;
    }
    .bsn_info_sec2 .list_area li .icon {
      width: 80px;
      height: 80px;
      background-size: 30px auto;
    }
    .bsn_info_sec2 .list_area li .tit {
      font-size: 14px;
    }
    .bsn_info_sec2 .list_area li .desc {
      margin: 0 auto;
      max-width: 350px;
      font-size: 12px;
      line-height: 18px;
    }
    .bsn_info_sec3 .tit_area.subpage .main_tit br {
      display: none;
    }
    .bsn_info_sec3 .list_area .text .num {
      width: 30px;
      font-size: 20px;
      line-height: 24px;
    }
    .bsn_info_sec3 .list_area .text .con .tit {
      font-size: 15px;
    }
  }
  
  /*# sourceMappingURL=widget.css.map */
  /*  사업안내  */
  /* section1 */
  .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_bg {
    position: relative;
    height: 480px;
    background-image: url(../../img/business/bsn_info_1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    max-width: 600px;
    padding: 70px 50px 50px 100px;
    background-color: rgba(0, 56, 125, 0.8);
  }
  
  .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 1px;
    top: 100px;
    left: 0;
    background: #fff;
  }
  
  .bnsi_sec1 .tit_area.subpage .sub_tit {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .bnsi_sec1 .tit_area.subpage .main_tit {
    color: #fff;
  }
  
  .bnsi_sec1 .tit_area.subpage .desc {
    color: rgba(255, 255, 255, 0.7);
  }
  
  @media screen and (max-width: 1199px) {
    .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt {
      width: 55%;
      padding: 40px 40px 50px 50px;
    }
    .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt:after {
      width: 30px;
      top: 60px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .sub_sec.bsn_info_sec1 {
      padding-bottom: 0;
    }
    .bnsi_sec1 {
      margin: 0 -15px;
    }
    .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt {
      width: 100%;
      max-width: 100%;
      position: relative;
    }
    .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_bg {
      height: 100%;
    }
  }
  
  @media screen and (max-width: 600px) {
    .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt:after {
      top: 55px;
    }
  }

  

}

.fc_pointer {color:#1F88E5; }
	.daon_content_wrap{width:100%; max-width:1200px; min-width:320px; margin:0 auto;}
	.daon_page_title{width:100%; margin-bottom:70px;}
	.daon_page_title h1{width:100%; margin:0 auto; text-align:center; font-size:2.5em; font-weight:600;}
	.daon_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
	.daon_page_title h2{width:100%; margin:0 auto; text-align:center; font-size:1.2em; color:#666; margin-top:20px; }

.partner_type2{clear:both; width:100%; min-width:320px; margin:0 auto;}
	.partner_type2:after{content:""; clear:both; display:block;}
	.partner_type2 .txt{text-align:left; font-size:1em; line-height:2em; border-left:5px solid #666; padding-left:15px; margin-bottom:50px;}
	.partner_type2 .txt span{font-weight:700; font-size:1.4em;}
	.partner_type2 .con_area{ width:49%; float:left;  padding:0; padding-bottom:50px; margin:0 auto; border-bottom:1px solid #eee; margin-bottom:50px;}
	.partner_type2 .con_area:nth-child(2n){float:right; }
	.partner_type2 .con_area:after{content:""; clear:both; display:block;}
	.partner_type2 .con_area .thumb{float:left; width:230px; height:300px; overflow:hidden;}
	.partner_type2 .con_area .thumb img{width:100%; max-width:750px;}
	.partner_type2 .con_area .txtArea{float:left; width:auto; padding-left:40px;}
	.partner_type2 .con_area .txtArea .tit{font-size:2em; color:#222; margin-top:10px;}
	.partner_type2 .con_area .txtArea ul{margin-top:20px;}
	.partner_type2 .con_area .txtArea ul li{margin-top:15px;}
	.partner_type2 .con_area .txtArea ul li:first-child{margin-top:0}
	.partner_type2 .con_area .txtArea ul li span{font-weight:700; margin-right:10px; }
	.partner_type2 .con_area .txtArea ul li p{display:inline-block; }

		
	@media screen and (max-width:992px){
		
		.daon_content_wrap{width:96%;}
		.daon_page_title{margin-bottom:40px;}
		.daon_page_title h1{font-size:2em;}
		.daon_page_title h2{font-size:1em;}

		.partner_type2 .con_area .thumb{float:none; width:90%; height:auto; margin:0 auto; }
	}

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

		.partner_type2 .con_area{width:100%; float:none;}

	}

	
	.business_type2{ width:100%; max-width:1200px; margin:0 auto;}
	.business_type2:after{content:""; display:block; clear:both;}
	.business_type2 .business_info { width:100%; background:#fff; margin-bottom:80px; }
	.business_type2 .business_info:after{content:""; display:block; clear:both;}
	.business_type2 .business_info ul{ padding:0; margin:0;}
	.business_type2 .business_info ul li{ padding:0; margin:0;}
	.business_type2 .business_info ul li.left_box { float:left; width:500px; height:300px; overflow:hidden; }
	.business_type2 .business_info ul li.left_box img{ width:100%; height:100%; }
	.business_type2 .business_info ul li.right_box{position:relative; float:right; width:50%; height:300px;}
	.business_type2 .business_info ul li.right_box .txt03{ position:absolute; left:0; bottom:0; width:100%; border-top:1px solid #ddd; font-size:0.9em; color:#555; line-height:1.5em; text-transform: uppercase; background:#f8f8f8; overflow:hidden;}
	.business_type2 .business_info ul li.right_box .txt03 span {display:block; padding:20px 25px; height:100px; }

	.business_type2 .txt_area { width:100%; padding-top:40px; border-top:2px solid #000; }
	.business_type2 .txt_area:after{content:""; display:block; clear:both;}
	.business_type2 .txt_area .txt01 { float:left; width:100%; word-break: keep-all; }
	.business_type2 .txt_area .txt01 p { padding:0; margin:0; margin-bottom:15px; padding:0;}
	.business_type2 .txt_area .txt01 span.tit { display:block; font-size:2.2em; color:#000; font-weight:700; line-height:1.2em;  }
	.business_type2 .txt_area .txt01 span.txt { display:block; font-size:1.0em; color:#333; font-weight:400; line-height:1.4em; }
	.business_type2 .txt_area .txt02 { float:left; width:100%; margin-top:20px;}
	.business_type2 .txt_area .txt02 ul {margin:0; padding:0; }
	.business_type2 .txt_area .txt02 ul li { position:relative; color:#555; font-weight:400; line-height:1.5em; list-style:none; padding-left:3%; margin-bottom:5px;}
	.business_type2 .txt_area .txt02 ul li:before {position:absolute; top:8px; left:0; content:""; display:inline-block; width:4px; height:4px; background:#555; margin-right:10px; vertical-align:middle;}



	.business_type2 .con_arrow2{ width:100%; max-width:1200px;  padding-bottom:20px;  margin:0 auto;}
	.business_type2 .con_arrow2 p{position:relative; font-size:2em; color:#000; padding-left:30px; }
	.business_type2 .con_arrow2 span{  position:absolute; right:0; display:inline-block; font-size: 1em;  padding-left: 10px;  color: #555;}
	.business_type2 .con_arrow2 > p:before{position:absolute; top:4px; left:10px; display:inline-block; content:""; width:3px; height:23px; background-color:#1F88E5; -ms-transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}

	.business_type2 .con_box{ width:100%; padding:20px 0; border-top:1px solid #000; border-bottom:1px solid #000;}
	.business_type2 .con_box:after{content:""; display:block; clear:both;}
	.business_type2 .con_box ul { padding:0; margin:0; }
	.business_type2 .con_box ul li {float:left; width:50%; list-style:none; margin:10px 0; }
	.business_type2 .con_box ul li p{display:table; width:100%; }
	.business_type2 .con_box ul li p > em, .business_type2 .con_box p > span{display:table-cell; vertical-align:top; }
	.business_type2 .con_box ul li p > em{ width:30px; }
	.business_type2 .con_box ul li p > em > strong{display:inline-block; width:30px; height:30px;  line-height:30px; color:#fff; background-color:#000; text-align:center; font-size:1em;  border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; -o-border-radius:100%; font-weight:500;}
	.business_type2 .con_box ul li p > span{font-size:1em; line-height:30px; color:#555; letter-spacing:-0.75px;  padding:0 15px;}


	@media screen and (max-width:992px){
		
		.daon_content_wrap{width:100%;}
		.daon_page_title{margin-bottom:50px;}	
		.daon_page_title h1{font-size:2em;}
		.daon_page_title h2{font-size:1em;}
		.daon_s_tit{font-size:1.2em;}
		
		.business_type2 .business_info{margin-bottom:0px;}
		.business_type2 .business_info ul li.left_box { width:100%; height:300px;  }
		.business_type2 .business_info ul li.right_box{ width:100%; }
		.business_type2 .business_info ul li.right_box .txt03 {position:relative !important; margin-top:40px;}
		.business_type2 .business_info ul li.right_box .txt03 span {height:auto;}
		.business_type2 .txt_area { width:90%; margin:0 auto; border-top:0;}
		.business_type2 .txt_area .txt01 span.tit {font-size:1.85em;}
		.business_type2 .con_arrow2{width:95%; margin:0 auto;}
		.business_type2 .con_box{width:95%; margin:0 auto;}

	}

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

	
		.business_type2 .con_arrow2 p{ font-size:1.5em; margin-top:30px;}
		.business_type2 .con_box ul li { width:100%; }

	}


		
	.company_type2 {width:100%; min-width:320px; max-width:1200px; margin:0 auto; }
	.company_type2:after{content:""; clear:both; display:block;}
	.company_type2 .ceo_img {width:100%; }
	.company_type2 .ceo_img img {width:100%; height:auto; }
	.company_type2 .ceo_area{ position:relative; left:0; bottom:0; width:94%;  padding-top:50px; z-index:1; margin:0 auto;} 
	.company_type2 .ceo_area .ceo_tit { position:relative; float:left; width:30%; font-size:2em; text-align:center; line-height:1.4em; letter-spacing:-0.05em; padding-bottom:200px; }
	.company_type2 .ceo_area .ceo_tit:after {content:''; position:absolute; width:1px; height:150px; background-color:#aaa; bottom:0; left:50%; }
	.company_type2 .ceo_area .ceo_txt { position:relative; float:right; width:65%; height:auto;}
	.company_type2 .ceo_area .ceo_txt h4 {font-size:1.5em;  line-height:1.5em;  color: #000; }
	.company_type2 .ceo_area .ceo_txt p {margin-top:20px; line-height:1.5em; color: #333; word-break: keep-all;}
	.company_type2 .ceo_area .ceo_txt span.ceo_sign{ display:block; font-size:1.1em; color:#000; margin-top:50px; font-family: 'Satisfy', 'Noto Sans KR', sans-serif;}

	.daon_s_tit {width:100%; height:30px; line-height:30px; text-align:left; border-left:5px solid #000; margin:50px auto;  margin-bottom:10px;  font-size:1.5em;  text-indent:10px;}
	.tbla{width:100%; border-collapse: collapse; margin:0 auto; border:1px solid #ddd; border-bottom:0px;}
	.tbla tr th{width:25%; height:45px; padding:15px 0; text-align:center; border-bottom:1px solid #666;  border-right:1px solid #ddd; font-size:1em; background:#eee;}
	.tbla tr td{width:25%; border-bottom:1px solid #ddd;  border-right:1px solid #ddd; padding-left:15px; height:45px; text-align:center; padding:15px 5px;}
		
	@media screen and (max-width: 992px){

		.daon_content_wrap{width:96%;}
		.daon_page_title{margin-bottom:50px;}
		.daon_page_title h1{font-size:2em;}
		.daon_page_title h2{font-size:1em;}
		.daon_s_tit{font-size:1.2em;}

		.company_type2 .ceo_area .ceo_tit { width:100%; font-size:1.8em; padding-bottom:50px; }
		.company_type2 .ceo_area .ceo_tit:after {height:40px; }
		.company_type2 .ceo_area .ceo_txt { width:100%; }
		.company_type2 .ceo_area .ceo_txt h4 {margin-top:40px; font-size:1.2em;}
		.company_type2 .ceo_area .ceo_sign {margin-top: 20px; }
		
		.tbla tr th{width:25%; font-size:0.9em;}
		.tbla tr td{width:25%; font-size:0.9em;}
	}



	
.tbl_type1{width:100%; border-collapse:separate; border-spacing:0px; border-top:1px solid #ddd; border-left:1px solid #ddd;}
.tbl_type1 th{  padding:15px 0; text-align:center; border-bottom:1px solid #666;  border-right:1px solid #ddd; font-size:1em; background:#eee;}
.tbl_type1 td{  border-bottom:1px solid #ddd;  border-right:1px solid #ddd; padding-left:15px; height:45px; text-align:center; padding:15px 5px;}