/*헤더*/
#wrap.subPage #header {
    height: 89px; border-bottom: 1px solid rgba(255,255,255,.4); background-color: #fff;
    position: relative;
    top: 0px;
    left: 0px;
}
#header {height: 89px; border-bottom: 1px solid rgba(255,255,255,.4); background-color: rgba(0,0,0,.4);}
#gnbBox{
  top: 27px;
  right: 159px;
}
#gnbBox ul li::after{
  top: 7px;
}
#gnbBox ul li a{
  font-size: 17px;
}
#gnbBox ul li a:hover{
  font-size: 17px;
  font-weight: 500;
}
#gnbBox ul li a span{
  font-size: 13px;
  font-family: "Malgun Gothic";
}

    /* 언어 선택 - main header */
    #langBox{
        position: absolute;
        top: 30px;
        right: 0;
        display: block;
        width: 119px;
        height: 32px;
    }
    .lang{
        position: absolute;

        display: block;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 2px;
        width: 117px;
        height: 30px;
        color: #fff;
        text-align: center;
        line-height: 28px;
    }
    .lang a{
        display: block;
        width: 117px;
        height: 30px;
        color: #fff;
        font-size: 15px;
        font-family: "Malgun Gothic";
        text-align: center;
        padding-left: 2px;
    }
    .lang a span{
        width: 13px;
        height: 12px;

        background-image: url(../img/bot_arr.png);
        background-repeat: no-repeat;
        background-position: 1px 2px;
        display: inline-block;
    }
    .lang a span.on{
        width: 13px;
        height: 12px;

        background-image: url(../img/bot_arr.png);
        transform: rotate(180deg);
        background-repeat: no-repeat;
        background-position: 0px -2px;
        display: inline-block;
    }
    .langlist{
        background-color: #fff;
        display: none;
        width: 100%;
        margin-top: 32px;
    }
    .langlist.on{
        background-color: #fff;
        display: block;
        width: 100%;
        margin-top: 32px;
    }
    .langlist li{
        height: 27px;
    }
    .langlist li:first-child{
        border-bottom: 1px solid #ddd;
        display: block;
        margin: 0 auto;
    }
    .langlist li a{
        display: block;
        width: 100%;
        height: 27px;
        line-height: 28px;
        color: #333;
        font-weight: normal;
        font-size: 13px;
        text-align: center;
    }
    .langlist li a:hover{
        background-color: #ddd;
        font-weight: 500;
    }

    /* 언어 선택 - sub header */
    .subPage #langBox{
        position: absolute;
        top: 30px;
        right: 0;
        display: block;
        width: 119px;
        height: 32px;
    }
    .subPage #langBox .lang{
        position: absolute;
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.4);
        border-radius: 2px;
        width: 117px;
        height: 30px;
        text-align: center;
        line-height: 28px;
    }
    .subPage #langBox .lang a{
        display: block;
        width: 117px;
        height: 30px;
        color: #333;
        font-size: 15px;
        font-family: "Malgun Gothic";
        text-align: center;
        padding-left: 2px;
    }
    .subPage #langBox .lang a span{
        width: 13px;
        height: 12px;

        background-image: url(../img/bot_arr_b.png);
        background-repeat: no-repeat;
        background-position: 1px 2px;
        display: inline-block;
    }
    .subPage #langBox .lang a span.on{
        width: 13px;
        height: 12px;

        background-image: url(../img/bot_arr_b.png);
        transform: rotate(180deg);
        background-repeat: no-repeat;
        background-position: 0px -2px;
        display: inline-block;
        }
    .subPage #langBox .langlist{
        display: none;
        width: 100%;
        margin-top: 32px;
    }
    .subPage #langBox .langlist.on{
        background-color: #fff;
        display: block;
        width: 100%;
        margin-top: 32px;
    }
    .subPage #langBox .langlist li{
        background-color: #f4f8ff;
        height: 27px;
    }
    .subPage #langBox .langlist li:first-child{
        border-bottom: 1px solid #ddd;
        display: block;
        margin: 0 auto;
    }
    .subPage #langBox .langlist li a{
        display: block;
        width: 100%;
        height: 27px;
        line-height: 28px;
        color: #333;
        font-weight: normal;
        font-size: 13px;
        text-align: center;
    }
    .subPage #langBox .langlist li a:hover{
        background-color: #fff;
        font-weight: 500;
    }

/*푸터*/
#ftools ul li{
  font-size: 13px;
}
#ftools ul li span{
  font-size: 17px;
}
#ftools #top-btn{
  font-size: 17px;
}
#ftools #top-btn:hover{
  background-color: #0d47a1;
}

#footer-wrap {height: 100px;}
#footer {height: 100px;}

#footer .addrBox{
  top: 24px;
  font-size: 11px;
  font-family: "Malgun Gothic";
}

/**/
#loc-box {
  margin-bottom: 0;
}

.safeBox {
  width: 1200px;
  margin: 0 auto;
}

#pageTitle::before {
  display: none;
  content: '';
  width: 1px;
  height: 35px;
  margin: 0 auto;
  background-color: #333;
}

#pageTitle::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  margin: 5px;
  background-color: #0d47a1;
}

#pageTitle {
  font-size: 40px;
  text-align: left;
  font-weight: 600;
  color: #333;
  padding-bottom: 35px;
  border-bottom: 0px solid #000;
}
/*company*/
    /*company01 - ceo*/
    .subHead {
      text-align: left;
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 40px;
      font-weight: 200px;
      letter-spacing: -1px;
    }
    .subCon {
      text-align: left;
      font-size: 16px;
    }
    .DPsign{
      float: left;
      width: 300px;
    }
    .DP{
      color: #666;
      font-size: 18px;
      text-align: left;
      float: left;
      padding-top: 7px;
      padding-right: 7px;
    }
    .sign{
      font-size: 25px;
      color: #000;
    }

    /*company02 - 연혁*/
    .history_w .tt {
      font-size: 30px;
      font-weight: bold;
      color: #0d47a1;
    }
    .history_w .tt_t {
      font-size: 30px;
      font-weight: bold;
      padding-bottom: 15px;
      color: #0d47a1;
    }
    .history_w .tt_w {
      font-size: 30px;
      font-weight: bold;
      padding-right: 50px;
      padding-left: 90px;
      float: left;
    }
    .history_w img{padding-top:50px;}
    .history_wrapW p {
      margin-top: 20px;
    }
    .history_w>li {
      border-top: 1px dashed #e8e8e8;
    }
    .history_w li ul {
      overflow: hidden;
      margin: 35px 0;
    }
    .history_w li .type03 {
      border-top: none;
      margin-top: 6px;
    }
    .history_w li .type03 strong {
      font-size: 18px;
      color: #0552a9;
      display: block;
      float: left;
      font-weight: bold;
      line-height: 28px;
    }
    .history_w li .type03 span {
      font-size: 17px;
      line-height: 28px;
      display: block;
      padding-left: 40px;
    }

    /*company03 - 인증현황*/
    .INcard{
      border-top: 1px dashed #e8e8e8;
      margin-top: 35px;
    }
    .inzHH_warp{
      width: 1200px;
      margin: 0 auto;
    }
    .inzNY_warp{
      margin: 0 auto;
      width: 100%;
    }
    .inz_list{
      display: inline-block;
      width: 280px;
      border: 1px solid #ddd;
    }
    .noPd{
      margin-left: 0;
    }
    .img_warp{
      background-color: #f4f8ff;
      padding: 10px;
      border-bottom: 1px dashed #ddd;
      width: 260px;
      height: 379px;
    }
    .img_warp img{
      width: 260px;
      height: 379px;
    }
    .inzText{
      margin: 0 auto;
    }
    .inzText .inzTitle{
      color: #666;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      text-align: center;
      margin: 10px 0;
      font-family: "Malgun Gothic";
    }
    /*
    .inzText .inzP{
      color: #999;
      font-size: 14px;
      font-weight: 300;
      text-align: center;
      margin: 10px 0;
      font-family: "Malgun Gothic";
    }
    **/

    .noPR{
      margin-right: 18px;
    }
    .noPB{
      margin-bottom: 24px;
    }

    /*company04 - 회사위치*/
    .WayBox{
      display: inline-block;
      border: 1px solid #e5e5e5;
      height: 30px;
      width: 100px;
      margin-top: 8px;
      margin-right: 4px;
    }
    .Way{
      text-align: center;
      display: block;
      height: 30px;
      line-height: 30px;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
    }
    .Way:hover{
      background-color: #f7f7f7;
    }
    .loadWay .subway{
      border-top: 1px dashed #e8e8e8;
      margin-top: 35px;
    }
      .loadWay .subway ul li{
        display: inline-block;
        padding-right: 40px;
      }
      .loadWay .subway ul li img{
        padding-top: 6px;
        padding-right: 5px;
      }

    .loadWay .bus{
      border-top: 1px dashed #e8e8e8;
      margin-top: 35px;
    }
      .loadWay .bus ul li{
        display: inline-block;
        padding-right: 50px;
      }
      .loadWay .bus ul li img{
        padding-top: 5px;
        padding-right: 5px;
      }

    .contactUs{
      border-top: 1px dashed #e8e8e8;
      margin-top: 35px;
    }
    .contactUs>img{
      display: inline-block;
      margin: 0 auto;
    }
    .contactUs .Adress{
      font-size: 16px;
      padding-bottom: 10px;
    }
    .contactUs .Tel{
      float: left;
      padding-right: 30px;
    }

/*biz*/
    /*biz01 - 목표와 비전*/
    .biz01-img{
      width: 1100px;
      padding: 50px 50px 10px 50px;
    }
    .geointID{
      width: 100%;
      border-top: 1px dashed #e8e8e8;
      margin-top: 70px;
      padding-top: 35px;
    }

    .smallIC{
      float: left;
      padding-top: 5px;
      padding-right: 20px;
    }
    .geoint_01, .geoint_02{
      padding-top: 30px;
    }
    .geoint_01 h2, .geoint_02 h2{
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 15px;
    }
    .Component{
      padding-bottom: 10px;
    }
    .subPH{
      font-size: 16px;
      font-weight: 700;
      padding-left: 0px;
      color: #0d47a1;
      font-family: "Malgun Gothic";
    }
    .subP{
      padding-left: 32px;
      color: #444;
      font-family: "Malgun Gothic";
    }
    .subIC{
      float: left;
      padding: 5px 20px 0 7px;
    }

    .geointPS{
      width: 100%;
      border-top: 1px dashed #e8e8e8;
      margin-top: 70px;
      padding-top: 35px;
    }

    /*biz02 - 주요사업분야*/

/*ps*/
/* .psChart tr td ul li{
  padding-left: 45px;
}
.psChart .psList::before{
  display: block;
}
.psChart .psList{
  font-family: "Malgun Gothic";
}
.psImgBox{
  width: 1200px;
  text-align: center;
}
.psImg{
  width: 1100px;
} */

/*rcm*/
.rcmP01{
  border-top: 1px dashed #e8e8e8;
  margin-top: 60px;
}
.rcmP02{
  border-top: 1px dashed #e8e8e8;
  margin-top: 60px;
}
.rcmP03{
  border-top: 1px dashed #e8e8e8;
  margin-top: 60px;
}

  /*ps03 - 전자정부사업*/
  .introEGB{
    width: 100%;
  }
  .smallIC{
    float: left;
    padding-top: 9px;
    padding-right: 20px;
  }
  .EGB01, .EGB02, .EGB03, .EGB04, .EGB05, .EGB06{
    padding-top: 30px;
  }
  .EGB01 h2, .EGB02 h2, .EGB03 h2, .EGB04 h2, .EGB05 h2, .EGB06 h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .Component{
    padding-bottom: 10px;
  }
  .subPH{
    font-size: 16px;
    font-weight: 700;
    padding-left: 0px;
    padding-bottom: 5px;
    color: #0d47a1;
    font-family: "Malgun Gothic";
  }
  .subP{
    padding-left: 32px;
        padding-bottom: 10px;
    color: #444;
    font-family: "Malgun Gothic";
  }
  .subIC{
    float: left;
    padding: 8px 20px 0 7px;
  }

  .devEGM{
    width: 100%;
    border-top: 1px dashed #e8e8e8;
    margin-top: 70px;
    padding-top: 35px;
  }

/*rcm*/
  .rcmWay{
    width: 1200px;
    margin-top: 45px;
    margin-left: auto; margin-right: auto;
    border-top: 2px solid #ddd;
  }
  .rcmWay th{
    background-image: url(../img/top.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color: #f4f8ff;
    width:149px;
    height: 125px;
    border-bottom: 1px solid #ddd;
  }
  .rcmWay th .num{
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
    color: #0d47a1;
  }
  .rcmWay tr th .numText{
    color: #333;
    font-size: 15px;
  }
  .rcmWay tr td ul{
    list-style: none;
  }
  .rcmWay tr td{
    padding-left: 45px;
    border-bottom: 1px solid #ddd;
  }
  .rcmWay tr td ul li::before{
    position: relative;
    top: -4px;
    margin-right: 10px;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0d47a1;
  }
  .rcmWay tr td ul li{
    line-height: 25px;
    color: #444;
  }
  .rcmWay tr td ul li .rcmButton{
    color: #fff;
    background-color: #0d47a1;
    margin-left: 10px;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #0d47a1;
    font-weight: 500;
  }
  .rcmWay tr td ul li .rcmButton:hover{
    color: #0d47a1;
    background-color: #f4f8ff;
    border: 1px solid #0d47a1;
    font-weight: 500;
  }

  .rcmWay tr th .numText{
    font-size: 18px;
  }


  #mainVisualBox .mainImg:nth-child(1) .slideText {
    position: absolute;
    width: 100%;
    top: 300px;
    left: 0px;
    text-align: center;
  }
  .explainText {
    font-size: 62px;
    font-weight: 500;
    color: #fff;

    position: relative;
    animation-name: ex01;
    animation-duration: 1s;
    top:0;
    left: 0px;
    opacity: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
  .explainText2 {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;

    position: relative;
    animation-name: ex02;
    animation-duration: 1s;
    top:0;
    left: 0px;
    opacity: 0;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
  .linker {
    display: inline-block;
    margin-top: 35px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    transition: background-color .4s, border .4s;

    position: relative;
    animation-name: ex03;
    animation-duration: 1.1s;
    top:0;
    left: 0px;
    opacity: 0;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
  .linker:hover {
    background-color: #2871fc;
    border: 1px solid #112b5d;
  }

  @keyframes ex01{
    0%{top: -150px; left: 0; opacity: 0;}
    100%{top:0; left: 0px; opacity: 1;}
  }
  @keyframes ex02{
    0%{top: -100px; left: 0; opacity: 0;}
    100%{top:0; left: 0px; opacity: 1;}
  }
  @keyframes ex03{
    0%{top: -70px; left: 0; opacity: 0;}
    100%{top:0; left: 0px; opacity: 1;}
  }

  /*rcm - #noticeTable*/
  .tableBDtop{
    border-top: 1px dashed #e8e8e8;
  }
  #noticeTable {
      width:100%;
  }
  #noticeTable, #noticeTable tr th, #noticeTable tr td {
      border: 1px solid #ddd;
      border-collapse: collapse;
  }
  #noticeTable tr th, #noticeTable tr td {
      padding: 5px;
      text-align: center;
  }
  #noticeTable tr:nth-child(even) {
      background-color: #f4f8ff;
  }
  #noticeTable tr:nth-child(odd) {
     background-color:#fff;
  }
  #noticeTable tr th {
      background-color: #0d47a1;
      color: white;
  }
  .tdHead{
    color: #333;
    font-size: 16px;
  }

/* NEW - 20200506 */
.bodyWarp {
  display: block;
  width: 100%;
}
/*ps-image*/
.psImage{
  float: left;
  border: 1px solid #dfdfdf;
}
/*image*/
.srpImage {
  height: 676px;
}
.mifsImage {
  height: 100px;
}
.qubismImage {
  height: 539px;
}
.wissImage {
  height: 493px;
}
.pevImage {
  height: 573px;
}
.geointImage {
  height: 503px;
}
/*chart*/
.srpChart {
  width: 644px;
}
.mifsChart {
  width: 770px;
}
.qubismChart {
  width: 770px;
}
.wissChart {
  width: 662px;
}
.pevChart {
  width: 634px;
}
.geointChart {
  width: 750px;
}

.psChart .subLi {
  height: 24px;
  line-height: 20px;
  font-size: .95em;
  color: #5a5a5a;
}

.psChart .subLi::before {
  position: relative;
  top: -4px;
  left: 18px;
  margin-right: 10px;
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #0095da;
}

/*ps-chart*/
.psChart{
  float: right;
  border-top: 3px solid #0d47a1;
  border-bottom: 3px solid #0d47a1;
}
.psChart li{
  padding-left: 45px;
  font-family: "Malgun Gothic";
}
.psChart li::before{
  /* display: block; */
  position: relative;
  top: -4px;
  margin-right: 10px;
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #0d47a1;
}
.smallLi {

}
.psChart th{
  width: 160px;
  background-color: #efeff1;
  font-size: 18px;
  color: #333;
}
.psChart th, .psChart td{
  border-bottom: 1px solid #dfdfdf;
}
.psChart td ul{
  padding: 30px 0;
}
.psChart td li{
  padding: 0 40px;
  line-height: 35px;
}
