@charset "UTF-8";
@media (max-width: 1800px) {
  .inner1800 {
    padding: 0 20px;
  }
}

@media (max-width: 1400px) {
  .inner1400 {
    padding: 0 20px;
  }
  #member .busiCard {
    width: 260px;
    right: 90%;
  }
  #pipeline .table td {
    padding: 30px 20px;
  }
  /* 기술 - 플랫폼*/
  #platform_sb .info .txtBox br {
    display: none;
  }
  #platform_sb .info .txtBox p {
    font-size: 1.2rem;
  }


  #management .titleBox .txtBox{ padding:  0 20px; }
  #management .titleBox .txtBox .txt br{ display:none; }
  #management .titleBox > figure{ width: 50%;}
  #management .ctnBox .itemBox ul.Box{ white-space:wrap; width: 80%; }
  #management .ctnBox .itemBox ul.Box li{ text-indent: -10px; margin-left: 10px; }
}

/* 125% */
body.ratio125 #project .list,
body.ratio125 #pr .info,
body.ratio125 .tit_s1 {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

body.ratio125 .tit_s1 {
  padding-top: 35px;
}

body.ratio125 #project .list {
  margin-top: 60px;
}

body.ratio125 #pr .info {
  margin-top: -30px;
}

@media screen and (max-width: 1200px) {
  @-webkit-keyframes opa {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes opa {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .dot_circle {
    -webkit-animation: opa 2s infinite;
            animation: opa 2s infinite;
  }
  html,
  body,
  table,
  input,
  textarea {
    font-size: 14px;
  }
  .m {
    display: block;
  }
  .pc {
    display: none;
  }
  header {
    padding: 20px 0;
  }
  header.hover {
    height: auto;
  }
  header .gnbBg {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  header .gnbBg svg {
    display: none;
  }
  header nav {
    -webkit-transition: none;
    transition: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    position: fixed;
    right: -100%;
    overflow-y: auto;
    width: 100%;
    max-width: 420px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #1b4f91;
  }
  header nav .m_top {
    display: block;
    padding: 20px;
  }
  header nav .m_top .closeBtn {
    text-align: right;
    height: 50px;
    cursor: pointer;
  }
  header nav .m_top .closeBtn span {
    position: relative;
    display: inline-block;
    width: 26px;
  }
  header nav .m_top .closeBtn span::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header nav .m_top .closeBtn span::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header nav .m_top .closeBtn span::after, header nav .m_top .closeBtn span::before {
    top: 0;
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header nav .depth1 {
    display: block;
  }
  header nav .depth1 > li {
    text-align: left;
  }
  header nav .depth1 > li > a {
    padding: 20px 50px;
    color: #fff !important;
    font-size: 2rem;
    position: relative;
  }
  header nav .depth1 > li > a:after, header nav .depth1 > li > a:before {
    content: "";
    background: #fff;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
  }
  header nav .depth1 > li > a:before {
    width: 1px;
    height: 21px;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header nav .depth1 > li > a:after {
    width: 21px;
    height: 1px;
    right: 30px;
    top: 50%;
  }
  header nav .depth1 > li > a.on::before {
    height: 0;
  }
  header nav .depth2 {
    -webkit-transition: none;
    transition: none;
    position: static;
    display: none;
    padding-top: 0;
    text-align: left;
  }
  header nav .depth2 > li > a {
    color: #fff;
    opacity: 0.8;
    padding: 15px 70px;
    font-size: 1.2rem;
  }
  header nav .depth2 > li > a::before {
    content: "·";
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    font-size: 20px;
    display: inline-block;
    margin-right: 4px;
  }
  header .lang {
    padding-right: 60px;
  }
  header .m_menu {
    z-index: 101;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
  }
  header .m_menu button {
    width: 30px;
    height: 20px;
  }
  header .m_menu button span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
  }
  header .m_menu button span:not(:last-child) {
    margin-bottom: 6px;
  }
  header.on .m_menu button span {
    background: #333;
  }
  footer > div > div {
    display: block !important;
  }
  footer .info {
    margin-bottom: 30px;
  }
  footer .menu {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  footer .links .familySite ul li a {
    opacity: 1;
    background: #1b4f91;
  }
  html,
  body,
  #wrap,
  #main,
  #mainContents {
    height: auto !important;
  }
  .tit_s1 h2 {
    font-size: 3.4rem;
  }
  /* 메인 */
  .sec_slide_btn {
    display: none;
  }
  .more_s1 p {
    width: 60px;
    height: 60px;
  }
  #mainVisual .slide_controls {
    display: none;
  }
  #mainVisual .txtBox li {
    font-size: 3.3rem;
  }
  body #mainContents > section#platform {
    height: 450px !important;
    padding: 85px 0 300px !important;
  }
  body #mainContents > section#platform .tit_s1 {
    padding-top: 0;
  }
  body #mainContents > section#platform .list dl {
    padding-top: 60px;
  }
  body #mainContents > section#platform .list dl dt {
    font-size: 2rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body #mainContents > section#platform .list dl dd {
    opacity: 1;
    margin-top: 27px;
    display: none;
  }
  body #mainContents > section#platform .list a {
    padding-top: 0;
  }
  body #mainContents > section#platform .more_s1 {
    position: static;
    margin: 30px auto 0;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #mainContents > section:not(#mainVisual):not(#footer) {
    height: auto !important;
    padding: 85px 0;
  }
  #mainContents #project .list {
    margin-top: 60px;
  }
  #mainContents #project .list svg {
    height: 60px;
  }
  #mainContents #project .list dl dt {
    font-size: 2rem;
  }
  #mainContents #project a {
    padding: 30px 0;
  }
  #mainContents #pr {
    padding: 85px 0 0 !important;
  }
  #mainContents #pr .online {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  #mainContents #pr .online .bg {
    background: url("/img/mobile/pr_bg_m.jpg") no-repeat center;
    background-size: cover;
    background-position: right center !important;
  }
  #mainContents #pr .info > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #mainContents #pr .info .list {
    width: 100%;
    padding-top: 0;
    margin-bottom: 50px;
  }
  #mainContents #pr .info .list li a .img {
    width: 240px;
    height: 134px;
    padding-top: 0;
  }
  #mainContents #pr .info .list li a .txt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  #mainContents #pr .info:after {
    display: none;
  }
  #mainContents #hireBn {
    padding: 60px 0;
  }
  #mainContents #hireBn ul {
    display: block;
  }
  #mainContents #hireBn ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #mainContents #hireBn ul li a .icon {
    margin-right: 22px;
    width: 100px;
    height: 100px;
  }
  #mainContents #hireBn ul li a .icon img {
    width: 50px;
  }
  #mainContents #hireBn ul li a .txt {
    width: calc(100% - 122px);
  }
  #mainContents #footer {
    padding-top: 0 !important;
  }
  /* sub */
  #sv {
    height: 350px;
  }
  #sv .tit h3 {
    font-size: 4rem;
  }
  #lnb {
    display: none;
  }
  #subContents {
    padding: 60px 0;
  }
  /* 회사소가 - 기업개요 */
  .tit_s2 {
    margin-bottom: 30px;
  }
  #summary .intro {
    display: block;
  }
  #summary .intro::before {
    display: none;
  }
  #summary .intro .img {
    text-align: center;
  }
  #summary .intro .txtBox {
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  #summary .intro .txtBox dt {
    font-size: 2.5rem;
    -webkit-transform: translateX(110px);
            transform: translateX(110px);
    width: calc(100% - 130px);
  }
  #summary .intro .txtBox dt:after {
    bottom: -0px;
  }
  #summary .intro .txtBox dd {
    margin-top: 30px;
  }
  #summary .value {
    background-color: #f4f4f4;
    margin: 90px 0;
    padding: 90px 0;
  }
  #summary .value li {
    width: 260px;
    height: 260px;
  }
  #summary .value li .icon {
    margin-bottom: 13px;
  }
  #summary .value li img {
    height: 60px;
  }
  #summary .philosophy {
    padding: 0 0 0;
  }
  #summary .philosophy .flexBox {
    margin-top: 0;
  }
  #summary .philosophy .tit_s2 + .flexBox {
    display: block;
    margin-top: 60px;
  }
  #summary .philosophy .txtBox {
    width: 100%;
  }
  #summary .philosophy .txtBox br {
    display: none;
  }
  #summary .philosophy .txtBox dd {
    margin-top: 30px;
  }
  #summary .philosophy .bg {
    height: auto;
    position: static;
    text-align: center;
    margin-top: 30px;
  }
  #summary .philosophy .bg img {
    max-height: 450px;
  }
  #summary .logoInfo {
    padding-top: 110px;
  }
  #summary .logoInfo .imgList li img {
    width: 80%;
  }
  /* 회사소개 - 멤버 */
  #member .info > section {
    padding-top: 0;
  }
  #member .info > section article {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #member .info > section .img {
    position: static;
    text-align: center;
    width: 100%;
  }
  #member .info > section .txtBox {
    background: #f9f9f9;
    padding: 30px;
    margin-top: 30px;
    margin-left: 0;
  }
  #member .info > section .exp {
    width: 100%;
    padding-left: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    display: block;
    opacity: 1 !important;
  }
  #member .busiCard {
    position: static;
  }
  #member .busiCard .more_btn {
    display: none;
  }
  #member .pop_info {
    height: 100%;
    width: 100%;
    z-index: 999999;
    position: fixed;
  }
  #member .pop_info a {
    padding: 0 20px;
    left: 0;
    overflow-y: auto;
    display: block;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 90%;
  }
  #member .pop_info:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
  }
  #member .pop_info .expList {
    padding: 30px 60px;
  }
  #member .pop_info .thum {
    text-align: center;
    background: #eee;
  }
  #member .list .busiCard {
    padding: 20px;
  }
  /* 회사소개 - 연혁 */
  #history .list .year-img {
    padding: 30px;
    width: 100%;
  }
  #history .list .year-img .img {
    text-align: center;
    margin-top: 20px;
  }
  #history .list .info {
    padding: 0 30px 30px 30px;
  }
  #history .list .info dl dt {
    display: none;
    margin-bottom: 20px;
  }
  #history .list li {
    display: block;
  }
  #history .list li > div {
    width: 100%;
  }
  /* 회사소개 - 네트워크*/
  #network .worldInfo text {
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
  #network .worldInfo dl dd {
    font-size: 2.6rem;
  }
  #network .worldInfo .map .mark {
    position: static;
  }
  #network .worldInfo .map .mark li {
    left: 0 !important;
    top: 100% !important;
    width: 100%;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  #network .worldInfo .map .mark li .txtBox {
    width: 100%;
    display: none;
    position: static;
  }
  #network .worldInfo .map .mark li a > p,
  #network .worldInfo .map .mark li span {
    display: none;
  }
  /* 회사소개 r&d*/
  .paging .inner1400 {
    padding: 0;
  }
  .paging .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .paging .arrows a {
    margin: 0 5px;
    width: 22px;
  }
  .paging .arrows a.first, .paging .arrows a.last {
    display: none !important;
  }
  .paging ul {
    margin: 0 14px;
  }
  .paging ul a {
    width: 40px;
    height: 40px;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  /* contact - 오시는길*/
  #location .mapBox > div {
    height: 400px !important;
  }
  #location .info .tit {
    margin-right: 20px;
    width: 28%;
    font-size: 1.8rem;
  }
  #location .info dl dt {
    font-size: 1.4rem;
  }
  /* 핵심기술 - 파이프라인*/
  #pipeline .table {
    border-top: 1px solid #222;
  }
  #pipeline .table colgroup,
  #pipeline .table thead {
    display: none;
  }
  #pipeline .table table,
  #pipeline .table tbody,
  #pipeline .table td,
  #pipeline .table tr {
    display: block;
  }
  #pipeline .table tr {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 12px;
  }
  #pipeline .table td {
    padding: 0 !important;
    border: none;
    display: inline-block;
  }
  #pipeline .table td:not(:last-child) {
    margin-bottom: 12px;
  }
  #pipeline .table td.m_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #pipeline .table td .mobile {
/*    margin-right: 10px;*/
  }
  #pipeline .table td.project {
    font-size: 1.2rem;
  }
  #pipeline .table td.graph .txt {
    margin-bottom: 10px;
  }
  #pipeline .table td.graph ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    margin-left: 0;
  }
  #pipeline .table td.graph ul li {
    margin-right: 0;
    width: 25%;
    font-size: 1.2rem;
    padding: 10px;
    background: #f5f5f5;
  }
  #pipeline .table td .data > p {
    width: 100px;
  }
  #pipeline .table td .data ul {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin-left: 0;
    width: calc(100% - 100px);
  }
  #pipeline .table td .data ul li {
    margin-right: 0 !important;
    width: 25%;
  }
  #pipeline .table .tit a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #layer_pop section {
    padding: 40px;
  }
  #layer_pop section .info {
    display: block;
  }
  #layer_pop .img {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  #layer_pop .txtBox {
    margin-bottom: 30px;
  }
  #layer_pop .txtBox .scrollBox {
    height: auto !important;
    max-height: inherit !important;
  }
  #layer_pop .txtBox .scrollBox p {
    padding-right: 0;
    font-size: 13px;
  }
  /* 투자정보 - 재무현황*/
  #financialStatus .flexBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #financialStatus section {
    width: 100%;
  }
  #financialStatus section:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  /* 기술 - 플랫폼*/
  #platform_sb .info {
    display: block;
  }
  #platform_sb .info > * {
    width: 100% !important;
  }
  #platform_sb .info .txtBox {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* 기술 - gi */
  .giWrap .top {
    display: block;
    margin-bottom: 38px;
  }
  .giWrap .top > * {
    width: 100% !important;
  }
  .giWrap .top .img {
    text-align: center;
  }
  .giWrap .top .tit {
    padding: 56px 0 0 !important;
  }
  .giWrap .top .tit p {
    font-size: 4.2rem;
    letter-spacing: -3px;
  }
  .giWrap .top .tit p strong {
    display: inline;
  }
  .giWrap .scrollBox > div::before, .giWrap .scrollBox > div::after {
    display: none;
  }
  .giWrap .scrollBox .txtBox {
    margin-left: 60px;
    padding-right: 20px;
  }
  .giWrap .scrollBox .txtBox article {
    display: block;
  }
  .giWrap .scrollBox .txtBox article:nth-child(2n) dl {
    padding-left: 0;
  }
  .giWrap .scrollBox .txtBox article dl {
    padding-top: 50px;
    padding-right: 0;
    width: 100%;
  }
  .giWrap .scrollBox .txtBox article dl dt span {
    display: block;
  }
  .giWrap .scrollBox .txtBox article dl em {
    left: 0;
  }
  .giWrap .scrollBox .txtBox article:not(:last-child) {
    margin-bottom: 60px;
  }
  .giWrap .scrollBox .txtBox > .flexBox {
    display: block;
  }
  .giWrap .scrollBox .txtBox > .flexBox dl {
    padding-right: 0;
  }
  .giWrap .scrollBox .txtBox > .flexBox .txt {
    margin-left: 0;
  }
  .giWrap .scrollBox .txtBox > .flexBox .txt br {
    display: none;
  }
  .giWrap .scrollBox .txtBox > .flexBox .img {
    width: 100%;
    text-align: center;
  }
  .giWrap .scrollBox .txtBox .bigTit {
    font-size: 6rem;
    top: -60px;
  }
  .giWrap .scrollBox .txtBox dl.type1:not(:last-child) {
    margin-bottom: 42px;
  }
  .giWrap .scrollBox .txtBox dl.type1 dt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .giWrap .scrollBox .txtBox dl.s2 dd img {
    margin-top: 15px;
  }
  .giWrap .scrollBox .txtBox ul.type1 {
    padding: 48px 20px 0;
  }
  .giWrap .scrollBox .txtBox ul.type1 li {
    width: 100%;
    padding-right: 0;
  }
  .giWrap .scrollBox .txtBox ul.type1 li:last-child {
    margin: 0;
  }
  #certi .list ul li .txtBox dl dt {
    height: 48px;
  }
  /* 인재 채용*/
  #recruitment .top {
    display: block;
  }
  #recruitment .top > div {
    width: 100%;
  }
  #recruitment .top .img {
    text-align: center;
  }
  #recruitment .top .txt {
    margin-top: 20px;
    padding: 0 20px;
  }
  #recruitment .top .txt br {
    display: none;
  }
  #recruitment .top .txt dl dt {
    font-size: 2.6rem;
  }
  #recruitment .top .txt dl dd {
    background: #f4f4f4;
    margin-top: 20px;
    padding: 30px 20px;
  }
  #recruitment .top .txt::before {
    display: none;
    top: 120px;
    height: 160px;
  }
  #recruitment .top .txt:after {
    display: none;
  }
  #recruitment .slogan {
    padding: 80px 0;
  }
  #recruitment .slogan ul {
    max-width: 640px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #recruitment .slogan ul li {
    width: 48%;
    padding-top: 48%;
    margin-right: 4%;
    margin-top: 15px;
  }
  #recruitment .slogan ul li:nth-child(2n) {
    margin-right: 0;
  }
  #recruitment .welfare {
    padding: 80px 0;
  }
  #recruitment .welfare .tit {
    font-size: 2.6rem;
  }
  #recruitment .welfare br {
    display: none;
  }
  #recruitment .welfare .list .logo {
    position: static;
    margin-top: 40px;
    text-align: right;
  }
  #recruitment .welfare .list .logo img {
    max-width: 460px;
  }
  #recruitment .welfare ul li {
    width: 32%;
    margin-right: 2%;
  }
  #recruitment .welfare ul li:nth-child(4n) {
    margin-right: 2%;
  }
  #recruitment .welfare ul li:nth-child(3n) {
    margin-right: 0;
  }
	
  #management .titleBox{ flex-direction: column; }
  #management .titleBox > figure{ width: auto; }
  #management .titleBox figure.txtImg{ width: 100%; bottom: -50px; }
  #management .titleBox .txtBox h3{ font-size:2.5rem; }	
  #management .titleBox .txtBox .txt{ font-size: 1.125rem;}

  #report .itemBox ul li{ text-indent:-10px; margin-left: 10px; }
  #report .itemBox.post .innerBox{ flex-wrap:wrap; gap:20px; }
  #report .itemBox.post .innerBox > div{ width: 100%; }
  #report .itemBox.privacy .agreeBox .inputBox span{ flex-shrink:0; }
}

@media (max-width: 960px) {
  #network .worldInfo text {
    font-size: 2rem;
  }
  #project .list ul {
	gap: 20px;
	flex-wrap: wrap;
  }
  #project .list li {
    width: calc((100% - 40px) / 3);
  }
  #pipeline .table td .data p {
    width: 70px;
  }
  #pipeline .table td .data ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 70px);
  }
  #pipeline .table td .data ul li {
    width: 50%;
    padding: 10px 0;
  }
  #pipeline .table td .data ul li a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* 기술 - gi */
  .giWrap .top .tit p {
    font-size: 3.8rem;
  }

  /*management*/
  #management .titleBox{ margin-bottom: 100px;}
  #management .ctnBox{ gap:20px; flex-wrap:wrap; margin-bottom: 60px; }
  #management .ctnBox .itemBox{ width: calc((100% - 20px) / 2);}
  #management figure.bg{ text-align: center; }
  #management .btnBox button{ font-size: 1.2rem; width: 200px; padding: 0 20px;}
  #management .btnBox button.on{ margin-right: 15px;}
  
  #report .itemBox.privacy .agreeBox .inputBox label{ align-items: flex-start; }
  #report .itemBox:not(:last-child){ margin-bottom: 40px;}
  #report .itemBox .title{ font-size:1.7rem; }
  #report .itemBox.post{ margin-bottom: 60px;}
  #report .itemBox.post .innerBox > div > p{ font-size:16px; }
  #report .itemBox.privacy .agreeBox .Box .policy::-webkit-scrollbar{ width: 16px;}
  #report .itemBox.privacy .agreeBox .Box .policy::-webkit-scrollbar-thumb{ border: 2px solid transparent; }
  #report .itemBox.privacy .agreeBox .Box{ padding: 20px;}
  #report .itemBox.post .innerBox input[type="text"], 
  #report .itemBox.post .innerBox select,
  #report .itemBox.post .innerBox.type2-2 textarea,
  #report .itemBox.post .innerBox .fileBox label.button{ font-size:14px; }
  #report .itemBox.post .innerBox > div > p{ width: 80px;}
  #report .itemBox.post .innerBox:last-child > div{ align-items:flex-start; }
  #report .itemBox.post .innerBox:last-child > div > p{ margin-top: 15px;}
  #report .itemBox.post .innerBox .spam{ flex-direction:column; gap:10px; }
  #report .itemBox.post .innerBox .spam figure{ width: 150px; height: 50px;}
}

@media screen and (max-width: 767px) {
  #mainVisual .txtBox ul {
    margin-bottom: 25px;
  }
  #mainVisual .txtBox p {
    padding: 10px 20px;
  }
  #mainVisual .txtBox .frame {
    margin-top: 45px;
  }
  #mainVisual .txtBox li {
    padding: 0 20px;
    font-size: 2.2rem;
  }
  #mainVisual .txtBox li::before {
    height: 10px;
    bottom: 2px;
  }
  #mainVisual .txtBox li:not(:last-child):after {
    width: 4px;
    height: 20px;
  }
  /* 회사소개 - 기업개요*/
  #summary .value br {
    display: none;
  }
  #summary .value ul {
    max-width: 520px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #summary .value li {
    margin: 10px 0 !important;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 30px 20px;
  }
  /* 회사소개 - 멤버 */
  #member .busiCard {
    width: 220px;
    padding: 30px 20px;
    height: auto;
  }

  #management .titleBox .txtBox h3{ margin:  20px 0 30px;}
}

@media (max-width: 640px) {
  html,
  body,
  table,
  input,
  textarea {
    font-size: 13px;
  }
  .tit_s1 {
    padding: 0 20px;
  }
  .tit_s1 h2 {
    font-size: 2.4rem;
  }
  /* 메인 */
  .more_s1 p {
    width: 40px;
    height: 40px;
  }
  .more_s1 p span:nth-child(1) {
    width: 16px;
  }
  .more_s1 p span:nth-child(2) {
    height: 16px;
  }
  body #mainContents > section#platform {
    padding: 80px 0 0 !important;
  }
  body #mainContents > section#platform .list {
    position: static;
    margin-top: 30px;
  }
  body #mainContents > section#platform .list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: auto;
  }
  body #mainContents > section#platform .list ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  body #mainContents > section#platform .list ul li a {
    padding: 0 0 40px;
  }
  body #mainContents > section#platform .list dl {
    padding-top: 0%;
  }
  body #mainContents > section#platform .list dl dt {
    font-size: 1.6rem;
  }
  body #mainContents > section#platform .list .num {
    font-size: 4rem;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  #mainContents > section:not(#mainVisual):not(#footer) {
    padding: 60px 0;
  }
  #mainContents #project .list {
    margin-top: 30px;
  }
  #mainContents #project .list dl {
    margin-bottom: 15px;
  }
  #mainContents #project .list dl dt {
    font-size: 1.6rem;
  }
  #mainContents #project .list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	gap: 10px;
  }
  #mainContents #project .list ul li {
    -ms-grid-column-align: end;
        justify-self: end;
    margin: 10px 0;
    width: 32%;
    margin-right: 2%;

	width: calc((100% - 20px) / 3);
	margin: 0;
  }
  #mainContents #project .list ul li:nth-child(3n) {
    margin-right: 0;
  }
  #mainContents #project .list ul li a {
    padding: 20px 0;
  }
  #mainContents #pr .info {
    margin-top: 30px;
  }
  #mainContents #pr .online dt {
    font-size: 2.2rem;
  }
  #mainContents #hireBn ul li {
    margin-bottom: 20px;
  }
  /* 서브 */
  #sv {
    height: 300px;
  }
  #sv .tit h3 {
    font-size: 3rem;
  }
  .pageTit {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .pageTit p {
    margin-top: 22px;
    font-size: 1.3rem;
  }
  /* 회사소개 - 기업개요 */
  #summary .intro .txtBox dt {
    font-size: 2rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    padding-left: 50px;
  }
  #summary .intro .txtBox dt::before {
    left: 0;
  }
  #summary .intro .txtBox dt::before, #summary .intro .txtBox dt::after {
    width: 30px;
    height: 38px;
    background-size: 100%;
  }
  #summary .logoInfo .info .tit_s2 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  #summary .logoInfo .info > div {
    display: block;
  }
  /* 회사소개 - 멤버 */
  #member .busiCard {
    width: 100%;
  }
  #member .info > section article {
    display: block;
  }
  #member .info > section .exp {
    padding-left: 0;
    margin-top: 30px;
  }
  #member .info > section .exp ul li span {
    width: 76px;
  }
  #member .list > ul li {
    width: 48%;
    margin-right: 4%;
  }
  #member .list > ul li:nth-child(3n) {
    margin-right: 4%;
  }
  #member .list > ul li:nth-child(2n) {
    margin-right: 0;
  }
  #member .pop_info .expList {
    padding: 30px;
  }
  #member .pop_info .flexBox {
    display: block;
  }
  #member .pop_info .flexBox > div {
    width: 100%;
  }
  /* 회사소개 - 연혁 */
  #history .list .year-img {
    padding: 20px;
    width: 100%;
  }
  #history .list .year-img .img {
    margin-top: 20px;
  }
  #history .list .year-img .yearBtn strong {
    font-size: 1.5rem;
  }
  #history .list .info {
    padding: 0 20px 20px 20px;
  }
  #history .list .info dl dt {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  #history .list .info dl dd span {
    width: 50px;
  }
  #history .list li {
    display: block;
  }
  #history .list li > div {
    width: 100%;
  }
  /* 회사소개 - 네트워크*/
  #network .worldInfo text {
    font-size: 2.6rem;
  }
  #network .worldInfo dl dd {
    font-size: 2.3rem;
    padding: 50px 0;
  }
  #network .worldInfo dl dd:after, #network .worldInfo dl dd::before {
    width: 40px;
    height: 27;
  }
  #network .partner {
    margin-top: 42px;
  }
  #network .partner section:not(:last-child) {
    margin-bottom: 48px;
    padding-bottom: 78px;
  }
  #network .partner ul li {
    margin-top: 20px;
    width: 30%;
    margin-right: 5%;
  }
  #network .partner ul li:nth-child(4n) {
    margin-right: 5%;
  }
  #network .partner ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 회사소개 r&d*/
  #certi .list ul li {
    width: 32%;
    margin-right: 2%;
  }
  #certi .list ul li:nth-child(4n) {
    margin-right: 2%;
  }
  #certi .list ul li:nth-child(3n) {
    margin-right: 0;
  }
  #certi .list ul li .txtBox dl dt {
    height: 42px;
  }
  /* contact - 오시는길*/
  #location .mapBox > div {
    height: 300px !important;
  }
  #location .info section {
    display: block;
  }
  #location .info .tit {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
    font-size: 1.6rem;
  }
  #location .info dl dt {
    font-size: 1.2rem;
  }
  #layer_pop section {
    padding: 40px 20px;
  }
  #layer_pop .txtBox dl dt {
    font-size: 1.5rem;
  }
  #layer_pop .txtBox .scrollBox table th {
    width: 80px;
  }
  #pipeline .slogan {
    font-size: 1.3rem;
  }
  #videoWrap .list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #videoWrap .list ul li {
    width: 49%;
  }
  #videoWrap .list ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #videoWrap .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  #videoWrap .list ul li .tit p {
    height: 36px;
  }
  /* 기술 - 플랫폼*/
  #platform_sb .info .tit p {
    font-size: 3rem;
  }
  #platform_sb .info .txtBox {
    display: block;
  }
  #platform_sb .info .txtBox dl {
    text-align: center !important;
  }
  #platform_sb .info .txtBox .icon {
    text-align: center;
    margin: 25px 0;
  }
  #platform_sb .imgInfo .list ul li {
    display: block;
  }
  #platform_sb .imgInfo .list ul li p {
    margin-top: 10px;
  }
  #platform_sb .imgInfo .list dl dd {
    font-size: 1rem;
  }
  /* 기술 - gi*/
  .giWrap .top {
    margin-bottom: 0;
  }
  .giWrap .top .tit p {
    font-size: 3.2rem;
  }
  .giWrap .scrollBox .tit {
    position: relative;
    text-align: left;
    top: 0 !important;
  }
  .giWrap .scrollBox section {
    display: block;
  }
  .giWrap .scrollBox section > .tit {
    padding: 0 20px !important;
  }
  .giWrap .scrollBox section:not(:last-child) {
    margin-bottom: 0;
  }
  .giWrap .scrollBox section .txtBox {
    margin-left: 0;
    width: 100%;
    padding: 0 20px;
    margin-top: 80px;
  }
  .giWrap .scrollBox section .txtBox .bigTit {
    left: 20px;
    font-size: 5rem;
  }
  .giWrap .scrollBox section .img {
    text-align: center;
  }
  /* 인재 채용*/
  #recruitment .top .txt dl dt {
    font-size: 2.2rem;
  }
  #recruitment .slogan ul li .txt img {
    width: 50px;
  }
  #recruitment .slogan ul li .txt p {
    margin-top: 13px;
  }
  #recruitment .welfare ul li {
    padding: 40px 15px;
    width: 49%;
    margin-right: 2%;
  }
  #recruitment .welfare ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #recruitment .welfare ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 639px) {
  #mainVisual .txtBox p {
    font-size: 1.6rem;
  }
  #mainVisual .txtBox p:nth-child(3) {
    font-size: 1.2rem;
  }
  #mainVisual .txtBox li {
    font-size: 1.9rem;
  }
  footer {
    font-size: 1rem;
  }
  footer .contact {
    display: block;
  }
  .tit_s1 h2 {
    font-size: 2.2rem;
  }
  #pr .list li a {
    padding: 28px 14px;
    display: block;
  }
  #pr .list li a .img {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }
  #pr .list li a .img img {
    max-width: 100%;
    width: auto;
  }
  #pr .list li a .txt {
    margin-top: 20px;
    width: 100%;
  }
  #hireBn {
    padding: 0 0 60px !important;
  }
  #hireBn br {
    display: none;
  }
  #hireBn ul {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hireBn ul li {
    width: 100%;
  }
  #hireBn ul li .icon img {
    width: 40px !important;
  }
  #hireBn ul li a {
    height: 100% !important;
    padding: 30px 15px !important;
  }
  #hireBn.type2 ul li a .icon img {
    width: 120px !important;
  }
  /* 회사소개 - 기업개요 */
  #summary .intro .txtBox dt {
    font-size: 1.6rem;
    padding-left: 30px;
  }
  #summary .intro .txtBox dt::before, #summary .intro .txtBox dt::after {
    width: 20px;
    height: 38px;
  }
  #summary .value {
    padding: 60px 0;
    margin: 60px 0;
  }
  #summary .philosophy .txtBox p img {
    max-width: 200px;
  }
  #summary .logoInfo {
    padding-top: 55px;
  }
  #summary .logoInfo .txtBox dt {
    font-size: 1.3rem;
  }
  #summary .logoInfo .txtBox .color li .val {
    display: block;
  }
  #summary .logoInfo .txtBox .color li .val p span:not(:last-child) {
    margin-right: 5px;
  }
  .tab_s1 {
    margin-bottom: 30px;
  }
  /* 회사소개 - 멤버 */
  #member .busiCard dl dt {
    font-size: 1.3rem;
  }
  #member .list .busiCard {
    padding: 20px;
  }
  /* 핵심기술 - 파이프라인*/
  #pipeline .lineBox p {
    font-size: 0.9rem;
  }
  #platform_sb .imgInfo .list ul li .sub-txt > div {
    display: block;
  }
  #platform_sb .imgInfo .list ul li .sub-txt > div span {
    width: 100%;
  }
  #platform_sb .imgInfo .list ul li .sub-txt > div p {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media (max-width: 520px) {
  #sv .tit h3 {
    font-size: 2.2rem;
  }
  #network .worldInfo dl dd {
    font-size: 1.8rem;
  }
  /* 기술 - 플랫폼*/
  #platform_sb .info .tit p {
    font-size: 2.5rem;
  }
  #platform_sb .info .txtBox p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #platform_sb .info .icon img {
    width: 50px;
  }
  #platform_sb .imgInfo ul {
    display: block;
  }
  #platform_sb .imgInfo ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }
  /* 기술 - gi*/
  .giWrap .top .tit p {
    font-size: 2.6rem;
    letter-spacing: -2px;
  }
  .giWrap .top .tit p strong {
    display: block;
    margin-top: 8px;
  }
  .giWrap .scrollBox section .txtBox .bigTit {
    font-size: 4rem;
  }
  /* 인재 채용*/
  #recruitment .top .txt dl dt {
    font-size: 2rem;
    line-height: 1.4;
  }

  /* 22.08.19 */
  #pipeline .table td.graph ul li { font-size: 1rem; }
}

@media (max-width: 480px) {
  #network .worldInfo dl dd {
    font-size: 1.6rem;
  }
  /* contact - 오시는길*/
  #location .info section:not(:last-child) dl {
    margin-bottom: 22px;
    padding-bottom: 22px;
  }
  #location .info .tit {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  #location .info dl dt {
    line-height: 1.4;
  }
  /* 기술 - gi*/
  .giWrap .top .tit p {
    font-size: 2.2rem;
  }
  .giWrap .scrollBox section .txtBox .bigTit {
    font-size: 3.4rem;
  }
}
