/* 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;
  }
  
  @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;
    }
  }

  

}




#pro_tab2 {position: relative; width:100%; margin:50px auto 10px auto; }
#pro_tab2:after{ content:""; display:block; clear:both;}
#pro_tab2 .tab { width:100%; max-width:1200px; height:50px; line-height:30px; margin:0 auto; text-align:center;}
#pro_tab2 .tab:after {content:""; display:block; clear:both;}
#pro_tab2 .tab li{display:inline-block; width:160px; margin-right:0px;}

#pro_tab2 .tab a{display: block; height:35px; line-height:35px; text-align: center; border:1px solid #DDD;  box-sizing:border-box; background:#fff; color:#333; border-radius:4px; }
#pro_tab2 .tab a:hover{background:#3375C0; color:#fff; font-weight:bold;}
#pro_tab2 .tab li:last-child {margin:0;}
#pro_tab2 .tab li.all { width:40px; color:#fff; border:0;  border-radius:4px; }
#pro_tab2 .tab li.all a { background:#333; color:#fff; border:0;  }
#pro_tab2 .tab li.on a{font-weight:700; border-bottom: 0 none;  background:#3375C0; color:#fff;}
#pro_tab2 li{position: relative; line-height:30px;}
#pro_tab2 li span.date{position: absolute; right:0; text-align:right; line-height:30px; font-size:0.9em; color:#ddd; }
#pro_tab2 div li a{display: inline-block; margin-right:0px; font-size:0.9em; color:#333;}
#pro_tab2 > div{display: none; padding:0; }
#pro_tab2 .active{display: block; }
#pro_tab2 .pro_list{ width:100%; text-align:center; padding-top:50px; margin:0 auto; overflow:hidden;}
#pro_tab2 .pro_list:after {content:""; display:block; clear:both;}
#pro_tab2 .pro_list > ul{ width:100%; font-size:0; list-style:none; margin:0; padding:0; overflow:hidden; }
#pro_tab2 .pro_list > ul > li{ display:inline-block; width:380px; margin:0 0.5% 2% 0.5%; text-align:center; border:0px solid red;}
#pro_tab2 .pro_list > ul > li > a{width:100%;}
#pro_tab2 .pro_list > ul > li > a > div > img { width:100%;  border:1px solid #ddd; box-sizing:border-box; cursor:pointer; }
#pro_tab2 .pro_list > ul > li > a > p {display:block; height:30px; width:90%; margin:0 auto; margin-top:20px; font-size:1.5em;font-weight:700; text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden}
#pro_tab2 .pro_list > ul > li > a > div.text {display:block; width:90%; margin:0 auto;  height:30px; margin-top:10px; margin-bottom:20px; color:#777; border:0px solid red; text-overflow:ellipsis; white-space:nowrap;word-wrap:normal;overflow:hidden;}
#pro_tab2 .pro_zoom { width:100%; height:100%; margin:0; overflow:hidden;}
#pro_tab2 .pro_zoom img {width:100%; border:1px solid #ddd; transition: transform 1s; -webkit-transition: -webkit-transform 1s;}
#pro_tab2 .pro_list > ul > li > a > p > span.new_icon{display:inline-block; line-height:1em; color:#fff; background-color:#2E5A98; padding:1px 5px 1px 3px; font-size:0.6em !important;}
#pro_tab2 .pro_list > ul > li > a > p > span.hot_icon{display:inline-block; line-height:1em; color:#fff; background-color:#C53629; padding:1px 5px 1px 3px; font-size:0.6em !important;}

#pro_tab3 {position: relative; width:100%; margin:50px auto 10px auto; }
#pro_tab3:after{ content:""; display:block; clear:both;}
#pro_tab3 .tab { width:100%; max-width:1200px; height:50px; line-height:30px; margin:0 auto; text-align:center;}
#pro_tab3 .tab:after {content:""; display:block; clear:both;}
#pro_tab3 .tab li{display:inline-block; width:140px; margin-right:0px;}

#pro_tab3 .tab a{display: block; height:35px; line-height:35px; text-align: center; border:1px solid #DDD;  box-sizing:border-box; background:#fff; color:#333; border-radius:4px; }
#pro_tab3 .tab a:hover{background:#3375C0; color:#fff; font-weight:bold;}
#pro_tab3 .tab li:last-child {margin:0;}
#pro_tab3 .tab li.all { width:40px; color:#fff; border:0;  border-radius:4px; }
#pro_tab3 .tab li.all a { background:#333; color:#fff; border:0;  }
#pro_tab3 .tab li.on a{font-weight:700; border-bottom: 0 none;  background:#3375C0; color:#fff;}
#pro_tab3 li{position: relative; line-height:30px;}
#pro_tab3 li span.date{position: absolute; right:0; text-align:right; line-height:30px; font-size:0.9em; color:#ddd; }
#pro_tab3 div li a{display: inline-block; margin-right:0px; font-size:0.9em; color:#333;}
#pro_tab3 > div{display: none; padding:0; }
#pro_tab3 .active{display: block; }
#pro_tab3 .pro_list{ width:100%; text-align:center; padding-top:50px; margin:0 auto; overflow:hidden;}
#pro_tab3 .pro_list:after {content:""; display:block; clear:both;}
#pro_tab3 .pro_list > ul{ width:100%; font-size:0; list-style:none; margin:0; padding:0; overflow:hidden; }
#pro_tab3 .pro_list > ul > li{ display:inline-block; width:380px; margin:0 0.5% 2% 0.5%; text-align:center; border:0px solid red;}
#pro_tab3 .pro_list > ul > li > a{width:100%;}
#pro_tab3 .pro_list > ul > li > a > div > img { width:100%;  border:1px solid #ddd; box-sizing:border-box; cursor:pointer; }
#pro_tab3 .pro_list > ul > li > a > p {display:block; height:30px; width:90%; margin:0 auto; margin-top:20px; font-size:1.5em;font-weight:700; text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden}
#pro_tab3 .pro_list > ul > li > a > div.text {display:block; width:90%; margin:0 auto;  height:30px; margin-top:10px; margin-bottom:20px; color:#777; border:0px solid red; text-overflow:ellipsis; white-space:nowrap;word-wrap:normal;overflow:hidden;}
#pro_tab3 .pro_zoom { width:100%; height:100%; margin:0; overflow:hidden;}
#pro_tab3 .pro_zoom img {width:100%; border:1px solid #ddd; transition: transform 1s; -webkit-transition: -webkit-transform 1s;}
#pro_tab3 .pro_list > ul > li > a > p > span.new_icon{display:inline-block; line-height:1em; color:#fff; background-color:#2E5A98; padding:1px 5px 1px 3px; font-size:0.6em !important;}
#pro_tab3 .pro_list > ul > li > a > p > span.hot_icon{display:inline-block; line-height:1em; color:#fff; background-color:#C53629; padding:1px 5px 1px 3px; font-size:0.6em !important;}
@media all and (max-width:992px){	
	
	



	#pro_tab2{margin-bottom:0px;}
	#pro_tab2 .tab { width:95%; height:100%; margin:30px auto; }
	#pro_tab2 .tab li{float:left; width:98%; margin-right:1%; margin-left:1%; margin-bottom:1.5%;}
	#pro_tab2 .tab li:last-child {margin-left:1%; margin-right:1%;}
	#pro_tab2 .tab li.all { width:48%; margin-right:1%; margin-left:1%; margin-bottom:1.5%;}
	#pro_tab2 .pro_list{width:95%; padding-top:0px; }
	#pro_tab2 .pro_list ul li{width:48%; margin-bottom:4%; }
	#pro_tab2 .pro_list > ul > li{ margin:0 1% 2% 1%;} 
	#pro_tab2 .pro_list > ul > li > a > p {font-size:1.2em;}

  #pro_tab3{margin-bottom:0px;}
	#pro_tab3 .tab { width:95%; height:100%; margin:30px auto; }
	#pro_tab3 .tab li{float:left; width:98%; margin-right:1%; margin-left:1%; margin-bottom:1.5%;}
	#pro_tab3 .tab li:last-child {margin-left:1%; margin-right:1%;}
	#pro_tab3 .tab li.all { width:48%; margin-right:1%; margin-left:1%; margin-bottom:1.5%;}
	#pro_tab3 .pro_list{width:95%; padding-top:0px; }
	#pro_tab3 .pro_list ul li{width:48%; margin-bottom:4%; }
	#pro_tab3 .pro_list > ul > li{ margin:0 1% 2% 1%;} 
	#pro_tab3 .pro_list > ul > li > a > p {font-size:1.2em;}



}
