@charset "UTF-8";
@media (min-width: 1200px) {
  #allMenu .depth2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
  }
}

@media (max-width: 1820px) {
  .inner1820 {
    padding: 0 50px;
  }
}

@media (max-width: 1720px) {
  .inner1720 {
    padding: 0 20px;
  }
}

@media (max-width: 1600px) {
  header .depth1 > li > a {
    padding: 0 40px;
  }
  #sv {
    padding: 0 20px;
  }
  #sv .inner1600 {
    padding: 0;
  }
  .inner1600 {
    padding: 0 20px;
  }
  .inner1600 .inner1300 {
    padding: 0;
  }
}

@media (max-width: 1300px) {
  .flexBox.just-c {
    padding-right: 115px;
  }
  .inner1820 {
    padding: 0 20px;
  }
  .inner1820 .inner1300 {
    padding: 0;
  }
  .inner1300 {
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  html,
  body,
  table,
  input,
  textarea {
    font-size: 56.25%;
  }
  header {
    height: auto;
    padding: 20px 0;
  }
  header nav {
    display: none !important;
  }
  header .lang {
    right: 60px;
	padding: 2px 0 1px 30px;
  }
  header .lang ul li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }
  #allMenu {
    text-align: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #allMenu::after {
    content: "";
    width: 57.86666666666667%;
    background: url("/img/common/allMenu_logo.png") no-repeat;
    padding-top: 58.66666666666667%;
    height: 0;
    background-size: cover;
    max-width: 434px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  #allMenu .depth1 {
    overflow-y: auto;
    margin-top: 100px;
    max-width: 100%;
    padding-bottom: 100px;
    height: calc(100vh - 100px);
    z-index: 11;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #allMenu .depth1 > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    width: 100%;
    padding: 0;
  }
  #allMenu .depth1 > li:not(:last-child) {
    margin-bottom: 3.25em;
  }
  #allMenu .depth1 > li > a {
    font-size: 4rem;
    width: 100%;
  }
  #allMenu .depth2 {
    margin-top: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
  #allMenu .depth2 > li {
    margin-right: 0 !important;
  }
  #allMenu .depth2 > li:not(:last-child) {
    margin-bottom: 1.875em;
  }
  #allMenu .depth2 > li > a {
    font-size: 2.4rem;
  }
  #mainVisual {
    height: var(--mobileH) !important;
  }
  #mainVisual .introBox {
    height: var(--mobileH);
  }
  #mainVisual .introBox .mask {
    height: var(--mobileH);
  }
  #mainVisual .introBox .mask img {
    height: var(--mobileH);
  }
  #mainVisual .slideDots {
    bottom: 26.68089647812166%;
  }
  #mainVisual .scroll {
    top: calc(var(--mobileH) - 100px);
  }
  #mainVisual .visu,
  #mainVisual .txtBox {
    height: var(--mobileH);
  }
  #mainVisual .visu dl,
  #mainVisual .txtBox dl {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  #mainContents #business {
    padding-top: 200px;
  }
  #mainContents #business .more_s1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mainContents #business br {
    display: none;
  }
  #mainContents #business .item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 40px;
  }
  #mainContents #business .item:not(:last-child) {
    margin-bottom: 75px;
  }
  #mainContents #business .item .txtBox_s1 {
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
  }
  #mainContents #business .item .img {
    padding: 0 40px;
  }
  #mainContents #business .item .img > img {
    border-radius: 20px;
  }
  #mainContents #business .item .img .icon {
    width: 80px;
    height: 80px;
  }
  #mainContents #business .item .img .icon img {
    width: 35px;
  }
  #mainContents #business .item:nth-child(odd) .img .icon {
    left: 0px;
  }
  #mainContents #business .item:nth-child(2n) .img .icon {
    right: 0;
  }
  #mainContents #solution section {
    gap: 8%;
  }
  #mainContents #solution .tab {
    top: 100%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
    bottom: unset;
  }
  #mainContents #solution .txt .tit {
    font-size: 4rem;
  }
  #mainContents #solution .img {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #news {
    padding: 100px 0;
  }
  #news > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  #news > div > * {
    width: 100% !important;
  }
  #news .txtBox br {
    display: none;
  }
  #news .txtBox .tit {
    font-size: 4rem;
  }
  .txtBox_s1 dt {
    font-size: 4.2rem;
  }
  footer {
    padding: 0;
  }
  footer .inner1300 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .inner1300 > * {
    width: 100% !important;
  }
  footer .info {
    padding: 40px 10px;
  }
  footer .info::before {
    display: none;
  }
  footer .intro {
    padding: 40px 20px;
    text-align: center;
  }
  footer .linkGroup {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .topBtn {
    right: 20px;
    bottom: 40px;
  }
  .tab ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .busiWrap .list > section:not(:last-child) {
    margin-bottom: 60px;
  }
  #sv {
    margin-bottom: 60px;
  }
  #sv .bg {
    height: 250px;
  }
  #pageTit {
    font-size: 5rem;
  }
  #pageTit > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  #pageTit #localNav {
    width: 100% !important;
  }
  #subWrap .tab {
    margin-bottom: 60px;
  }
  .busiWrap .list > section > img {
    max-width: 50%;
  }
  .sub_tit_s1 {
    max-width: 640px;
    margin: 0 auto;
  }
  .sub_tit_s1 br {
    display: none;
  }
  .sub_tit_s1.left {
    max-width: 100%;
    margin-bottom: 30px;
  }
  /* ci */
  #history .info {
    margin-top: 50px;
  }
  #history .tab2 {
    width: 250px;
  }
  #history .tab2.fix + div {
    padding-left: 250px;
  }
  /* 보도자료 */
  #pressRelease .list ul {
    gap: 25px;
  }
  .schWrap {
    padding: 35px 25px;
  }
  .schWrap select,
  .schWrap input[type="text"] {
    padding: 0 15px;
  }
  /* 위치 */
  #location .frame .wrap_map {
    height: 350px;
  }
  #location .info {
    margin-top: 40px;
  }
  #location .info br {
    display: none;
  }
  #location .info ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 20px;
  }
  #location .info ul li {
    width: calc(50% - 20px);
  }
  #location .info ul li:last-child {
    width: 100%;
  }
  /* 재무정보 */
  #financial .info > section:not(:last-child) {
    margin-bottom: 60px;
  }
  /* 인재채용 */
  #competent .info > section:not(:last-child) {
    margin-bottom: 50px;
  }
  #competent .info .top ul li {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 30px;
  }
  #competent .info .top ul li br {
    display: none;
  }
  #competent .info .top ul li .txt {
    padding: 0 !important;
  }
  #competent .info .top ul li .txt .en {
    left: 0;
    font-size: 15vw;
  }
  #competent .info .top ul li > * {
    width: 100% !important;
  }
  #competent .info .step ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 640px;
    margin: 0 auto;
    gap: 10px 0;
  }
  #competent .info .step ul li {
    width: 204px;
    height: 204px;
  }
  #competent .info .benefits ul li {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 30px;
  }
  #competent .info .benefits ul li .txt {
    margin-top: 30px;
  }
  #competent .info .benefits ul li .txt dl dt {
    text-align: center;
    margin-bottom: 20px;
  }
  #competent .info .benefits ul li .txt dl dd {
    max-width: 280px;
    margin: 0 auto;
  }
  #competent .info .inquiryInfo .infoBox {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #competent .info .inquiryInfo .infoBox article.contact {
    padding: 30px;
  }
  #competent .info .inquiryInfo .infoBox article.contact ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  #competent .info .inquiryInfo .infoBox article.doc {
    max-width: 100%;
  }
  /* 개요 */
  #summary .sliderWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 725px;
    margin: 0 auto 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #summary .sliderWrap > * {
    width: 100% !important;
  }
  #summary .sliderWrap .txtWrap {
    height: auto;
    position: static;
    margin-bottom: 30px;
  }
  #summary .sliderWrap .txtWrap dt {
    font-size: 4rem;
  }
  #summary .sliderWrap .txtWrap br {
    display: none;
  }
  #summary .vision .list .tit {
    width: 300px;
    height: 300px;
    background-size: cover;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin: 0 auto;
  }
  #summary .vision .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 0;
    margin-top: 40px;
  }
  #summary .vision .list ul::after {
    content: "";
    width: 70%;
    height: 1px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    top: 50%;
  }
  #summary .vision .list ul li {
    width: 200px;
    height: 200px;
    position: relative;
    background: #050c1e;
  }
  #summary .vision .list ul li::before, #summary .vision .list ul li::after {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--sub-color);
    border: 4px solid #00021b;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
  }
  #summary .vision .list ul li::before {
    left: 100%;
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  #summary .vision .list ul li::after {
    right: 100%;
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  #summary .vision .list ul li:first-child::after {
    display: none;
  }
  #summary .vision .list ul li:last-child::before {
    display: none;
  }
  .coreValue ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    max-width: 480px;
    margin: 0 auto;
  }
  .coreValue ul li:nth-child(2n) .dots {
    display: none;
  }
  .coreValue ul li .num {
    margin: 6px 0;
  }
  .coreValue ul img {
    height: 40px;
  }
  /* 인사말 */
  #greeting .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  #greeting .info .tit {
    text-align: center;
  }
  #greeting .info .txt dt {
    font-size: 2rem;
  }
  #greeting .info .txt dd {
    margin-top: 22px;
  }
  #greeting .info br {
    display: none;
  }
  /* 인증 */
  #certification .year {
    font-size: 10rem;
    padding: 0 30px;
  }
  #certification section:not(:last-child) {
    margin-bottom: 100px;
  }
  /* 공간정보 플랫폼 */
  .busiWrap .contInfo > section:not(:last-child) {
    margin-bottom: 50px;
  }
  .busiWrap .table {
    overflow-x: auto;
  }
  .busiWrap .table table {
    min-width: 768px;
  }
  .busiWrap .table .w2 {
    width: 200px;
  }
  #platform .top {
    -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;
  }
  #platform .top br {
    display: none;
  }
  #platform .mainFn ul li {
    padding: 50px 20px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .case_list br {
    display: none;
  }
  .case_list ul li {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .case_list ul li > * {
    width: 100%;
  }
  .case_list ul li .img {
    text-align: center;
  }
  .case_list ul li .txt {
    padding: 30px;
  }
  .case_list ul li .txt dt {
    font-size: 3rem;
  }
  .txtBox_s1 br {
    display: none;
  }

  /* 22.05.31 */
  .bd_table .w1 {
	width: 60px;
  }
  .bd_table .w2 {
	width: 150px;
  }
  .bd_table .w3 {
	width: 120px;
  }
  .bd_table .w4 {
	width: 100px;
  }
}

@media (max-width: 767px) {
  .tab ul.m4 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  #mainVisual .txtBox dt {
    font-size: 4.5rem;
  }
  #mainVisual .txtBox dd br {
    display: none;
  }
  #mainContents #solution section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  #mainContents #solution section > * {
    width: 100% !important;
  }
  #news > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #news > div > * {
    width: 100% !important;
  }
  #news .list a {
    padding: 24px 15px;
  }
  #news .txtBox br {
    display: none;
  }
  #news .txtBox .tit {
    font-size: 3rem;
    margin-bottom: 22px;
  }
  .txtBox_s1 dt {
    font-size: 3.2rem;
  }
  #pageTit {
    font-size: 4rem;
  }
  #ci .info .list ul.logoImg {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .sub_tit_s1 .tit {
    font-size: 3rem;
  }
  .sub_tit_s1 .tit span {
    font-size: 4rem;
  }
  .sub_tit_s1.flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
  /* ci */
  #ci .mainLogo {
    height: 280px;
  }
  /* history*/
  #history .tab2 {
    background: var(--sub-color);
    width: 100%;
    z-index: 2;
    margin-bottom: 40px;
  }
  #history .tab2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #history .tab2 ul li {
    margin-bottom: 0 !important;
    width: 100%;
    padding: 12px 0;
    text-align: center;
  }
  #history .tab2 ul li.on button {
    padding-left: 12px;
  }
  #history .tab2 ul li button {
    line-height: 1;
    font-size: 1.8rem !important;
  }
  #history .tab2 ul li button::before {
    background: #fff;
    width: 5px;
    height: 5px;
  }
  #history .tab2.fix {
    width: calc(100% - 40px);
    left: 20px;
    top: 0;
  }
  #history .tab2.fix + div {
    padding-left: 0;
    margin-top: 88px;
  }
  #history .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #history .info .list .yearUnit {
    margin-bottom: 30px;
  }
  #history .info section:not(:last-child) {
    margin-bottom: 85px;
  }
  /* 보도자료 */
  #pressRelease .list ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  /* 인재채용 */
  #competent .info .top ul li .txt dt p {
    font-size: 3rem;
  }
  #competent .info .benefits ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  #competent .info .benefits ul li:nth-child(odd) {
    border-right: none;
  }
  #competent .info .benefits ul li:nth-child(even) {
    border-left: none;
  }
  #summary .sliderWrap .txtWrap dt {
    font-size: 3.5rem;
  }
  #summary .vision .list ul li {
    width: 180px;
    height: 180px;
  }
  #greeting .info .tit p {
    font-size: 3rem;
  }
  #subWrap {
    padding: 150px 0 130px;
  }
  /* 인증 */
  #certification section {
    display: block;
  }
  #certification section .year {
    margin: 0 auto 30px;
    opacity: 0.1;
  }
  #certification section .year p {
    max-width: 276px;
  }
  #certification section > * {
    width: 100%;
  }
  .logoList ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }

  /* 22.05.31 */
  .bd_table colgroup,
  .bd_table thead,
  .bd_table table td:first-child {
	display: none;
  }
  .bd_table table tr {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 10px 14px;
	gap: 10px 0;
  }
  .bd_table table td {
	order: 2;
	border: none;
	display: flex;
	align-items: center;
	padding: 0;
  }
  .bd_table table td.tit {
	width: 100%;
	order: 1;
  }
  .bd_table table td.date::before,
  .bd_table table td.date::after {
	content: "|";
	display: inline-block;
	margin: 0 14px 2px;
	font-size: 10px;
  }
}


@media (max-width: 640px) {
  #mainVisual .txtBox {
    padding: 0 20px;
  }
  #mainVisual .txtBox dt {
    font-size: 3.5rem;
  }
  #mainContents #solution .txt dt {
    font-size: 1.8rem;
  }
  footer .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  footer .info .txtBox {
    text-align: center;
    margin-left: 0;
  }
  footer .info .txtBox .addr span {
    display: none;
  }
  footer .info .txtBox .telGroup,
  footer .info .txtBox .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tab ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  /* 공간정보 솔류션*/
  .busiWrap .list li .txt {
    height: auto;
  }
  .busiWrap .list ul {
    -ms-grid-columns: (1fr)[1] !important;
        grid-template-columns: repeat(1, 1fr) !important;
  }
  .busiWrap .list li {
    height: auto !important;
  }
  .busiWrap .list li br {
    display: none;
  }
  .busiWrap .list li > div {
    padding: 30px 20px;
    position: relative;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 100px;
  }
  .busiWrap .list li > div .icon {
    position: absolute;
    left: 20px;
  }
  .busiWrap .list li > div .num {
    margin: 0 0 10px;
  }
  .busiWrap .list li > div .txt {
    padding: 0;
  }
  #allMenu .depth1 > li > a {
    font-size: 3rem;
  }
  #allMenu .depth2 > li > a {
    font-size: 1.8rem;
  }
  /* ci */
  #ci .mainLogo {
    height: 200px;
  }
  /* news */
  #pressRelease .list ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  /* 위치 */
  #location .info ul li {
    width: 100%;
  }
  #location .info ul li .icon {
    width: 90px;
    height: 90px;
  }
  /* 인재채용 */
  #competent .info .step .list {
    border-radius: 78px;
  }
  #competent .info .step ul li {
    width: 157px;
    height: 157px;
  }
  #summary .sliderWrap .txtWrap dt {
    font-size: 3rem;
  }
  #summary .sliderWrap ul .txt {
    margin-top: 40px;
  }
  #summary .sliderWrap ul .img .icon {
    right: 15px;
    top: calc(100% - 40px);
    width: 80px;
    height: 80px;
  }
  #summary .info ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  #summary .info ul li {
    padding: 34px 20px;
  }
  #summary .vision .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 50px;
  }
  #summary .vision .list ul li {
    width: 220px;
    height: 220px;
  }
  #summary .vision .list ul li::after {
    top: -6px;
    left: 50%;
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  #summary .vision .list ul li::before {
    left: 50%;
    top: calc(100% - 6px);
  }
  #summary .vision .list ul::after {
    height: 100%;
    width: 1px;
    left: 50%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: 0;
    border-bottom: none;
    border-right: 1px dashed rgba(255, 255, 255, 0.15);
  }
  #greeting .info .tit p {
    font-size: 2.2rem;
  }
  #greeting .info .txt dt {
    font-size: 1.8rem;
  }
  /* 공간정보 플랫폼 */
  #platform .mainFn ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  #platform .mainFn ul li {
    border-right: none;
  }
  .case_list ul li .txt dt {
    font-size: 2.5rem;
  }
  .grapthImg {
    padding: 46px 20px;
  }
  .logoList ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .busiWrap .list dl br {
    display: none;
  }
}

@media (max-width: 480px) {
  /* ci */
  #ci .info .list ul.logoImg {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  /* history */
  #history .info .list li .year {
    width: 70px;
  }
}

@media (max-height: 800px) and (orientation: landscape) {
  body .ratio125 #mainContents > section {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  #mainVisual .txtBox dt {
    font-size: 4rem;
  }
  #mainVisual .visu {
    position: absolute;
    top: 0 !important;
    bottom: unset !important;
  }
  #mainVisual .scroll {
    top: calc(100% - 100px);
  }
  .introBox .mask img,
  #mainVisual .txtSlide,
  .introBox .mask,
  #mainVisual .txtBox,
  #mainVisual .visu,
  .introBox {
    height: 100%;
  }
}
