@charset "UTF-8";
@media (max-width: 1832px) {
  .innerWide {
    padding: 0 20px;
  }
}

@media (max-width: 1660px) {
  header nav #gnb > li{margin: 0 30px;}
}

@media (max-width: 1400px) {
  header nav #gnb > li{margin: 0; margin-right: 50px;}
  header nav #gnb > li:last-of-type{margin-right: 0;}
  header nav #gnb > li > a{font-size:16px;}
  header nav #gnb .depth2 a{font-size:14px;}
  header .logo .enterprise{margin-left: 5px;}
  header .util .lang{margin-right: 10px;}
  header .logo h1,
  header .logo h1 img{width: 90%;}
}

@media (max-width: 1240px) {
  .inner1200 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1240px) {
  html,
  body,
  table,
  input,
  textarea {
    font-size: 14px;
  }
  .inner1300 {
    padding: 0 20px;
  }
  .countryList,
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .page_depth3 {
    display: none;
    margin-bottom: 48px;
  }
  .page_depth3 ul {
    white-space: nowrap;
    display: block;
    overflow-x: scroll;
  }
  .page_depth3 ul li {
    display: inline-block;
    width: auto;
    text-align: center;
    margin-right: 22px;
  }
  /* 헤더 */
  .gnbBg {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
  }
  header {
    height: auto !important;
    padding: 20px 0;
  }
  header .logo .enterprise {
    margin-left: 25px;
  }
  header nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 90%;
    max-width: 450px;
    z-index: 9999;
    height: 100%;
    overflow-y: scroll;
    background: #1b3a7c;
  }
  header nav #gnb {
    display: block;
  }
  header nav #gnb > li {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  header nav #gnb > li > a {
    padding: 0 30px;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #fff !important;
  }
  header nav #gnb > li:hover > a {
    color: #fff !important;
  }
  header nav #gnb .depth2 {
    position: static;
    display: none;
    padding: 0;
  }
  header nav #gnb .depth2 > li {
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
  }
  header nav #gnb .depth2 > li:last-child {
    border: none;
  }
  header nav #gnb .depth2 > li > a {
    background: #ccc;
    display: block;
    color: #1b3a7c;
    padding: 0 30px;
    font-size: 19px;
    height: 68px;
    line-height: 68px;
  }
  header nav #gnb .depth3 {
    background: #b0b0b0;
    padding: 30px;
    display: none;
  }
  header nav #gnb .depth3 li a {
    color: #fff;
    display: block;
    position: relative;
    padding-left: 77px;
    font-weight: 400;
  }
  header nav #gnb .depth3 li a:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #c8c8c8;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
  }
  header nav #gnb .depth4 {
    display: none;
  }
  header .logo {
    width: 180px;
  }
  header .util .sns ul li {
    padding: 0 5px;
  }
  header .util .sns ul li i {
    font-size: 26px;
  }
  header .lang {
    height: 92px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  header .lang a {
    color: #fff;
    display: block;
    height: 30px;
    background: url("/img/common/earth_icon.png") no-repeat left center;
    padding-left: 56px;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
    font-size: 16px;
  }
  header .menuBtn button {
    display: flex;
  }
  .mobileClose {
    display: block;
    position: absolute;
    right: 30px;
    top: 44px;
  }
  .mobileClose button {
    width: 23px;
    height: 23px;
    background: url("/img/common/close_btn.png") no-repeat center;
    border: none;
    padding: 0;
  }
  /* 푸터*/
  footer {
    padding: 0 0 30px;
  }
  footer .areaList {
    display: none;
  }
  footer #ftTop {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer #ftTop .ftMenu {
    margin-top: 26px;
  }
  footer #ftBot {
    padding: 26px 0;
    padding-right: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer #ftBot .address {
    margin: 0;
  }
  footer .copy {
    text-align: center;
  }
  /* 메인 페이지 */
  #mainContents #news .inner {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #mainContents #eSkil {
    height: auto;
    padding: 32px 0;
  }
  #mainContents #eSkil .tit_s1 {
    padding-top: 30px;
  }
  #mainContents #eSkil > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mainContents #eSkil > div > div {
    width: 100% !important;
  }
  #mainContents #eSkil .newsList {
    margin-top: 30px;
  }
  #mainContents #eSkil .newsList ul li .img {
    margin-right: 27px;
  }
  #mainContents #bnGroup {
    margin-top: 0;
  }
  #mainContents #bnGroup ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #mainContents #bnGroup ul li a {
    padding-top: 30px;
  }
  #mainContents #bnGroup br {
    display: none;
  }
  #mainContents #community {
    padding: 60px 0;
  }
  #mainContents #community .slideWrap {
    padding-top: 80px;
  }
  #mainContents #community .slideWrap .slick-arrow {
    top: -50px;
  }
  #mainContents #community .slideWrap .slick-prev {
    left: auto;
    right: 70px;
  }
  #mainContents #community .slideWrap .slick-next {
    right: 0;
  }
  #mainContents #network .more_s1 {
    margin-top: 40px;
  }
  .contactForm .inputBox {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactForm .inputBox ul {
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* lnb */
  #lnb ul {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }
  #lnb ul li {
    padding: 0 10px;
    display: inline-block;
    margin: 0;
  }
  #subContents {
    padding: 32px 0 115px;
  }
  /* 회사소개 about */
  br {
    display: none;
  }
  .tit_s8 p.nobr br {
    display: block;
  }
  #company_intro .info {
    display: block;
  }
  #company_intro .info .txtBox dt {
    font-size: 1.5rem;
  }
  .downloadBtns a {
    margin-right: 10px;
  }
  .downloadBtns a img {
    margin-left: 5px;
  }
  .pageTit {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  /* 회사소개 - 인사말 */
  #greeting .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #greeting .info .img {
    position: static;
    margin-top: 40px;
    text-align: center;
  }
  #greeting .info .txtBox {
    padding: 0;
    width: 100%;
  }
  #greeting .info .txtBox dl dt {
    font-size: 1.5rem;
  }
  /* 회사소개 - vision */
  #vision .tit_s2 {
    text-align: center;
  }
  #vision .info {
    padding: 45px 0;
  }
  #vision .info .core {
    text-align: center;
    position: static;
    margin-bottom: 60px;
  }
  #vision .info .list {
    margin-top: 20px;
  }
  #vision .info .list > p {
    position: static;
    margin: 0 auto 40px;
  }
  #vision .info .list ul li {
    padding: 0 !important;
    margin-bottom: 20px;
  }
  #vision .info .list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #vision .info .list dd {
    padding: 0;
    margin: 0;
  }
  #vision .info .list dd:after, #vision .info .list dd:before {
    display: none;
  }
  /* 회사소개 - 인재상*/
  #talent .info {
    margin-top: 35px;
    padding: 35px 20px;
  }
  /* 회사소개 - 복리후생*/
  #benefits .list ul li {
    width: 32%;
    margin-right: 2%;
  }
  #benefits .list ul li:nth-child(4n) {
    margin-right: 2%;
  }
  #benefits .list ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 회사소개 - 조직도*/
  .mTit {
    display: block;
    font-weight: 700;
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 20px;
    background: #f5f5f5;
    text-align: center;
    padding: 12px;
    border: 1px solid #ddd;
  }
  .table_s1 colgroup,
  .table_s1 thead {
    display: none;
  }
  .table_s1 tbody,
  .table_s1 table,
  .table_s1 tr,
  .table_s1 td {
    display: block;
    width: 100%;
    border: none;
  }
  .table_s1 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .table_s1 tr td {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .table_s1 tr td:first-child {
    text-align: center;
    width: 100%;
    padding-bottom: 40px;
  }
  /* 오시는 길 */
  #location .wrap_map {
    height: 500px !important;
  }
  /* 공지사항 */
  #notice .list ul li {
    width: 32%;
    margin-right: 2%;
  }
  #notice .list ul li:nth-child(4n) {
    margin-right: 2%;
  }
  #notice .list ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 출판 */
  #public .list ul li {
    width: 32%;
    margin-right: 2%;
  }
  #public .list ul li:nth-child(4n) {
    margin-right: 2%;
  }
  #public .list ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* ip관리 플랫폼*/
  #ipoffice .list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #ipoffice .list ul li {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 180px;
  }
  #ipoffice .list ul li dl {
    width: 100%;
    text-align: left;
  }
  #ipoffice .list ul li dl dt {
    font-size: 1.4rem;
  }
  #ipoffice .list ul li dl dd {
    width: 75%;
  }
  #ipoffice .list ul li:after {
    width: 200px;
    padding: 0;
    height: 200px;
    background-position: right bottom;
    display: block;
  }
  /* 시장개발 */
  #marketAcc .info .country {
    max-width: 370px;
    margin: 0 auto;
  }
  #marketAcc .info .country ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #marketAcc .info .country ul li {
    margin-bottom: 10px;
  }
  #marketAcc .info .country ul li:first-child {
    position: relative;
    left: 0;
  }
  #marketAcc .info .country ul li:nth-child(3n) {
    margin-right: 0;
  }
  #marketAcc .info .list .sme {
    display: none;
  }
  #marketAcc .info .list ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #marketAcc .info .list ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  #marketAcc .info .list ul li dl {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #marketAcc .info .list ul li dl dt {
    width: 100%;
  }
  #marketAcc .info .list ul li dl dd {
    max-width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #marketAcc .info .list ul li dl dd p {
    width: 50%;
  }
  #customers .list ul li {
    width: 32%;
    text-align: center;
    margin-right: 2%;
  }
  #customers .list ul li:nth-child(5n) {
    margin-right: 2%;
  }
  #customers .list ul li:nth-child(3n) {
    margin-right: 0;
  }
  #customers .list ul li .txt {
    font-size: 12px;
  }
  /* 기술수출 */
  #gpi .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gpi .list .tit:after {
    display: none;
  }
  #gpi .list section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    padding-top: 220px;
  }
  #gpi .list section .tit {
    position: absolute;
    margin-bottom: 20px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #gpi .list section:after {
    display: none;
  }
  #gpi .list section article {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
    height: 300px !important;
    padding: 28px 14px;
  }
  /* 공동 R&D 기획*/
  #rdr .develop section {
    padding: 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #rdr .develop section:nth-child(1):after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #rdr .develop section .tit {
    width: 160px;
    height: 160px;
  }
  #rdr .develop section .txt {
    margin: 0;
  }
  #rdr .develop section .txt > p {
    margin-top: 20px;
  }
  #rdr .develop section .txt ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #rdr .develop section .txt ul li {
    margin: 0 0 20px 0;
  }
  /* 가상전시회 */
  #vts .list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  #vts .list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    width: 49%;
    margin-right: 2%;
  }
  #vts .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  #vts .list ul li dl {
    height: 100%;
    width: 100%;
  }
  #vts .list ul li dl dd {
    height: calc(100% - 50px);
  }
  #pdView .info .txtBox table th,
  #pdView .info .txtBox table td {
    padding-left: 20px;
  }
  /* 가치평가 */
  #eval .process .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #eval .process .list section {
    width: 100%;
    margin-bottom: 40px;
  }
  #eval .process .list section:last-child {
    margin: 0;
  }
  #eval .process .list section .dotTxt {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #eval .process .list .tit:after {
    display: none !important;
  }
  /* ppi */
  #ppi .info .tit {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin: 0 auto;
  }
  #ppi .info .tit:after, #ppi .info .tit:before {
    display: none;
  }
  #ppi .info .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ppi .info .list ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #ppi .info .list ul li .shape {
    margin: 0 30px 0 0;
  }
  #ppi .info .list ul li .txt {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  #ppi .errorList br {
    display: block;
  }
  #ppi .errorList ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  #ppi .errorList ul li:nth-child(5n) {
    margin-right: 2%;
  }
  #ppi .errorList ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* b2b */
  #b2b .info {
    height: auto;
    padding: 80px;
  }
  #b2b .info section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 28px;
  }
  #b2b .info section:last-child {
    margin: 0;
  }
  #b2b .info .tit {
    position: static;
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
  }
  #b2b .info dl {
    margin-left: 60px;
    position: static;
  }
  #b2b .info dl:after {
    display: none !important;
  }
  #b2b .list ul li .txt {
    padding: 26px 20px;
  }
  #b2b .list ul li .txt .img {
    right: 16px;
    bottom: 16px;
  }
  /* bmp */
  #bmp .list {
    padding: 76px 30px;
  }
  #bmp .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #bmp .list ul li {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  #bmp .list ul li dl {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-top: 0;
    margin-left: 60px;
  }
  #bmp .list ul li dl dt {
    text-align: left;
  }
  #bmp .list ul li dl dd {
    height: auto;
    padding: 30px;
  }
  /* cnd */
  #cnd .list {
    padding: 85px 20px;
  }
  #cnd .list .tit {
    width: 220px;
    height: 220px;
  }
  #cnd .list ul {
    max-width: 680px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #cnd .list ul li {
    width: 25%;
    position: static;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #cnd .list ul li .icon {
    margin: 0 auto;
  }
  #cnd .list ul li:after {
    display: none;
  }
  #cnd .list ul li .txt {
    position: static;
    margin-top: 20px;
  }
  #cnd .mentoring .tit {
    position: static;
    margin: 0 auto 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #cnd .mentoring .tit:before, #cnd .mentoring .tit:after {
    display: none;
  }
  #cnd .step ul {
    max-width: 580px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #cnd .step ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  #cnd .step ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 가치 평가 */
  #founded .list > section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #founded .list > section .txt {
    width: auto;
    padding: 30px;
  }
  #founded .list > section ul {
    margin: 30px auto;
  }
  #founded .list > section ul:after, #founded .list > section ul:before {
    display: none;
  }
}

@media (max-width: 639px) {
  /* bmp */
  #bmp .list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #bmp .list ul li .circle:after {
    display: none;
  }
  #bmp .list ul li dl {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  #bmp .list ul li dl dt {
    text-align: center;
  }
  #network .info ul {
    margin-top: 20px;
    display: block;
  }
  #network .info ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  #network .info ul li:last-child {
    margin: 0;
  }
  #network .list ul {
    margin-top: 24px;
  }
  #network .list ul li .txtBox {
    padding: 0 20px 20px 20px;
  }
  #network .list ul li .txtBox dl dt {
    width: 100px;
  }
  #network .list > div {
    display: block;
  }
  #network .list > div section {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  /* 서브 비주얼*/
  #sv {
    height: 250px;
  }
  #sv .tit {
    font-size: 2.5rem;
  }
  /* 푸터*/
  footer #ftBot .address p em {
    display: block;
    width: 100%;
  }
  /* 메인 페이지 */
  .tit_s1 h2 {
    font-size: 2.6rem;
  }
  .tab_s1 ul {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    display: block;
  }
  .tab_s1 ul li {
    display: inline-block;
    margin: 0;
  }
  #mainContents #eSkil .newsList .slick-list {
    max-height: 284px;
  }
  #mainContents #eSkil .newsList ul li .img {
    width: 120px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  #mainContents #eSkil .newsList ul li dl {
    padding-top: 10px;
  }
  #mainContents #eSkil .newsList ul li dl dd {
    margin-top: 12px;
  }
  #mainContents #bnGroup ul {
    flex-wrap:wrap;
  }
  #mainContents #bnGroup ul li {
	width: 100%;
    margin-bottom: 20px;
    height: 200px;
	-webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
  }
  #mainContents #bnGroup ul li a {
    padding: 30px;
  }
  #mainContents #bnGroup ul li dl dt {
    font-size: 2.4rem;
  }
  #mainContents #bnGroup ul li dl dd {
    margin-top: 10px;
  }
  #mainContents #network .map {
    margin-top: 37px;
  }
  #mainContents #community .slideWrap .slick-prev {
    right: 60px;
  }
  #mainContents #community .slideWrap .slick-arrow {
    width: 50px;
    height: 50px;
  }
  /* tii */
  #tii .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #tii .info .img {
    width: 280px;
    margin: 0 auto;
  }
  #tii .info .txt {
    margin: 30px 0 0 0;
  }
  #tii .service .list ul li {
    height: auto;
    width: 48%;
    padding: 20px 10px;
    margin-right: 4%;
  }
  #tii .service .list ul li dt {
    font-size: 1.2rem;
  }
  #tii .service .list ul li dd {
    margin-top: 10px;
  }
  #tii .service .list ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #tii .service .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  #tii .mainService .tit {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #tii .mainService .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #tii .mainService .list ul li {
    margin-bottom: 12px;
  }
  /* 회사소개 about */
  #company_intro .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #company_intro .info .img {
    text-align: center;
    margin: 0 auto;
    width: 220px;
  }
  #company_intro .info .txtBox {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  #company_intro .downloadBtns{margin-bottom:0px;}
  .downloadBtns a img {
    height: 18px;
  }
  /* 회사소개 - vision*/
  .tit_s4 {
    font-size: 1.5rem;
  }
  .tit_s6 {
    font-size: 2.2rem;
  }
  #vision .info .core {
    width: 340px;
    margin: 0 auto 60px;
  }
  #vision .purpose ul li {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #vision .purpose ul li > div {
    width: 100%;
  }
  #vision .purpose ul li .img {
    margin-top: 20px;
  }
  /* 연혁 */
  #history .list section .bg {
    font-size: 1.3rem;
  }
  #history .list section .bg b {
    font-size: 1.8rem;
  }
  #history .list section .since {
    font-size: 1.5rem;
    height: 70px;
    margin-top: -35px;
  }
  #history .list section ul {
    padding: 0 20px;
  }
  #history .list section ul:before {
    left: 20px;
  }
  #history .list section ul li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #history .list section ul li dd {
    margin: 20px;
  }
  /* 회사소개 - 복리후생 */
  #benefits .list ul li {
    width: 49%;
  }
  #benefits .list ul li dl dt {
    font-size: 1rem;
  }
  #benefits .list ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #benefits .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .table_s1 tr td {
    width: 100%;
    margin-bottom: 40px;
  }
  .table_s1 tr td:first-child {
    margin-bottom: 0;
  }
  /* 오시는 길 */
  #location .info {
    margin-top: 20px;
  }
  #location .wrap_map {
    height: 300px !important;
  }
  #location .addr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #location .addr .img {
    width: 100%;
    height: 150px;
  }
  #location .addr .txtBox {
    padding: 30px 20px;
  }
  #location .addr .txtBox ul {
    margin-top: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #location .addr .txtBox ul li {
    width: 100%;
    padding: 10px !important;
  }
  #location .addr .txtBox ul li::after {
    display: none;
  }
  #location .trasnfer .icon {
    width: 80px;
    height: 80px;
  }
  #location .trasnfer .icon img {
    width: 30px;
  }
  /* 공지사항 */
  #notice .list ul li {
    width: 49%;
  }
  #notice .list ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #notice .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .paging a {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .paging a img {
    line-height: 20px;
  }
  /* 출판 */
  #public .list ul li {
    width: 49%;
  }
  #public .list ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #public .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .tit_s2 {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  /* 시장 개발 */
  #marketAcc .info .country ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #marketAcc .info .country ul li {
    margin-bottom: 10px;
  }
  #marketAcc .info .country ul li:nth-child(3n) {
    margin-right: 0;
  }
  .skillWrap .txtBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
  }
  .skillWrap .txtBox dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
    margin-bottom: 40px;
  }
  .skillWrap .txtBox dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
  .skillWrap .txtBox .icon {
    margin: 0 auto;
  }
  #gpi .list section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gpi .list section article {
    width: 100%;
    margin-bottom: 10px;
    height: auto !important;
  }
  /* 가상전시회 */
  #vts .list {
    padding: 44px 0;
    margin-top: 50px;
  }
  #vts .list ul li {
    width: 100%;
    margin-right: 0;
  }
  #vts .list ul li dl dd {
    height: auto;
  }
  /* 기술제품 */
  #pdList .list ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pdList .list ul li .img {
    width: 100%;
    max-width: 285px;
    padding-top: 30%;
  }
  #pdList .list ul li .img img {
    max-height: 100%;
  }
  #pdList .list ul li .txt {
    margin: 20px 0;
    width: 100%;
  }

  #pdList .list ul li .ui{display:flex; width: 100%; justify-content:space-between; padding: 0 20px;}
  #pdList .list ul li .ui div{margin-bottom:0px; width: 50%; text-align: right;}
   #pdList .list ul li .ui div:last-of-type{order:-1; text-align: left;}
/*   #pdList .list ul li .date {
    text-align: right;
    width: 100%;
    padding: 0 20px;
  } */
  #pdView .tit {
    font-size: 1.6rem;
  }
  #pdView .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pdView .info > div {
    width: 100% !important;
  }
  #pdView .info .txtBox {
    margin-top: 20px;
  }
  /* ppi */
  #ppi .info .tit {
    width: 240px;
    height: 240px;
  }
  #ppi .info .list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  #ppi .info .list ul li:last-child {
    margin: 0;
  }
  #ppi .info .list ul li .txt {
    margin-top: 30px;
  }
  #ppi .info .list ul li .shape {
    margin: 0 auto;
    width: 170px;
    height: 170px;
  }
  #ppi .errorList br {
    display: none;
  }
  #ppi .errorList ul li {
    width: 49%;
  }
  #ppi .errorList ul li:nth-child(4n) {
    margin-right: 2%;
  }
  #ppi .errorList ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* b2b */
  #b2b .info section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
  }
  #b2b .info dl {
    margin-left: 0;
    margin-top: 60px;
  }
  #b2b .info .tit {
    width: 180px;
    height: 180px;
  }
  #b2b .info .tit img {
    width: 50px;
  }
  #b2b .info .tit:after {
    width: 220px;
    height: 220px;
  }
  #b2b .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #b2b .list ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  #b2b .list ul li .txt {
    height: auto;
  }
  /* cnd */
  #cnd .list ul {
    max-width: 320px;
    margin: 30px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #cnd .list ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  #cnd .mentoring .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cnd .mentoring .info > section {
    width: 100%;
    margin: 0 auto 30px;
  }
  #cnd .mentoring .info > section ul {
    max-width: 300px;
    margin: 0 auto;
  }
  #cnd .step {
    padding: 36px 20px;
  }
  #cnd .step ul li {
    width: 100%;
    margin-right: 0;
  }
  #cnd .step ul li .txt {
    min-height: inherit;
  }
  /* 가치 평가 */
  #founded .list > section ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 320px;
    margin: 30px auto 0;
  }
  #founded .list > section ul li {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
