@charset "UTF-8";
.hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px !important;
  clip: rect(0 0 0 0);
}

.controlBtn, .footWrap .footLogo, .layerPop .btnClose, header .logo {
  overflow: hidden;
  text-indent: -9999px;
}

@font-face {
  font-family: "ab";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("AbhayaLibre-Regular"), url(../fonts/AbhayaLibre-Regular.woff2) format("woff2"), url(../fonts/AbhayaLibre-Regular.woff) format("woff");
}
@font-face {
  font-family: "ab";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("AbhayaLibre-Bold"), url(../fonts/AbhayaLibre-Bold.woff2) format("woff2"), url(../fonts/AbhayaLibre-Bold.woff) format("woff");
}
@font-face {
  font-family: "sp";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("SpoqaHanSansNeo-Regular"), url(../fonts/SpoqaHanSansNeo-Regular.woff2) format("woff2"), url(../fonts/SpoqaHanSansNeo-Regular.woff) format("woff");
}
@font-face {
  font-family: "sp";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("SpoqaHanSansNeo-Bold"), url(../fonts/SpoqaHanSansNeo-Bold.woff2) format("woff2"), url(../fonts/SpoqaHanSansNeo-Bold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat-Light"), url(../fonts/Montserrat/static/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat/static/Montserrat-Light.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat-Regular"), url(../fonts/Montserrat/static/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat/static/Montserrat-Regular.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat-Bold"), url(../fonts/Montserrat/static/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat/static/Montserrat-Bold.woff) format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Roboto-Light"), url(../fonts/Roboto/Roboto-Light.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Light.woff) format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Roboto-Medium"), url(../fonts/Roboto/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Medium.woff) format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Roboto-Bold"), url(../fonts/Roboto/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Bold.woff) format("woff");
}
.worksContents > div {
  position: relative;
}
.worksContents .linkArea a {
  position: absolute;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.videoArea { /* position: absolute; */ }
.videoArea iframe {
  width: 100%;
  height: 100%;
}

.videoPopWrap { /* display: none; */
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.videoPopWrap .videoPopInner {
  position: relative;
}
.videoPopWrap .videoPopInner .videoPopCont iframe {
  width: 800px;
  height: 450px;
}
.videoPopWrap .videoPopInner .videoClose {
  position: absolute;
  top: 0;
  right: -50px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
}
.videoPopWrap .videoPopInner .videoClose::before, .videoPopWrap .videoPopInner .videoClose::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  width: 100%;
  height: 2px;
  background-color: white;
}
.videoPopWrap .videoPopInner .videoClose::before {
  transform: rotate(45deg);
}
.videoPopWrap .videoPopInner .videoClose::after {
  transform: rotate(-45deg);
}

.samsungpay .linkArea a {
  width: 62.4%;
  height: 13.6%;
  left: 18.8%;
}
.samsungpay .linkArea a:nth-child(1) {
  bottom: 23.2%;
}
.samsungpay .linkArea a:nth-child(2) {
  bottom: 6%;
}

.instantplays .linkArea a {
  height: 12.3%;
}
.instantplays .linkArea a:nth-child(1) {
  top: 13.5%;
  left: 18.8%;
  width: 42.2%;
}
.instantplays .linkArea a:nth-child(2) {
  top: 13.5%;
  right: 0;
  width: 37.2%;
}
.instantplays .linkArea a:nth-child(3) {
  top: 28%;
  left: 0;
  width: 37.2%;
}
.instantplays .linkArea a:nth-child(4) {
  top: 28%;
  right: 18.8%;
  width: 42.2%;
}

.wjthinkbig .linkArea01 a {
  width: 32%;
  height: 12.3%;
}
.wjthinkbig .linkArea01 a:nth-child(1) {
  bottom: 22.6%;
  left: 17.7%;
}
.wjthinkbig .linkArea01 a:nth-child(2) {
  bottom: 22.6%;
  right: 17.7%;
}
.wjthinkbig .linkArea01 a:nth-child(3) {
  bottom: 9.6%;
  left: 17.7%;
}
.wjthinkbig .linkArea01 a:nth-child(4) {
  bottom: 9.6%;
  right: 17.7%;
}
.wjthinkbig .linkArea02 a {
  width: 15.4%;
}
.wjthinkbig .linkArea02 a:nth-child(1), .wjthinkbig .linkArea02 a:nth-child(2), .wjthinkbig .linkArea02 a:nth-child(3), .wjthinkbig .linkArea02 a:nth-child(4) {
  height: 26%;
  top: 42.8%;
}
.wjthinkbig .linkArea02 a:nth-child(5), .wjthinkbig .linkArea02 a:nth-child(6), .wjthinkbig .linkArea02 a:nth-child(7), .wjthinkbig .linkArea02 a:nth-child(8) {
  height: 13%;
  top: 70%;
}
.wjthinkbig .linkArea02 a:nth-child(1), .wjthinkbig .linkArea02 a:nth-child(5) {
  left: 18.8%;
}
.wjthinkbig .linkArea02 a:nth-child(2), .wjthinkbig .linkArea02 a:nth-child(6) {
  left: 34.5%;
}
.wjthinkbig .linkArea02 a:nth-child(3), .wjthinkbig .linkArea02 a:nth-child(7) {
  left: 50.1%;
}
.wjthinkbig .linkArea02 a:nth-child(4), .wjthinkbig .linkArea02 a:nth-child(8) {
  left: 65.8%;
}

.samsungfund .linkArea a {
  width: 26.9%;
  height: 17.4%;
}
.samsungfund .linkArea a:nth-child(1), .samsungfund .linkArea a:nth-child(2), .samsungfund .linkArea a:nth-child(3) {
  top: 42.4%;
}
.samsungfund .linkArea a:nth-child(4), .samsungfund .linkArea a:nth-child(5), .samsungfund .linkArea a:nth-child(6) {
  top: 67%;
}
.samsungfund .linkArea a:nth-child(1), .samsungfund .linkArea a:nth-child(4) {
  left: 8.3%;
}
.samsungfund .linkArea a:nth-child(2), .samsungfund .linkArea a:nth-child(5) {
  left: 36.6%;
}
.samsungfund .linkArea a:nth-child(3), .samsungfund .linkArea a:nth-child(6) {
  left: 64.8%;
}

.smartthings .linkArea a {
  width: 26.9%;
  height: 17.3%;
}
.smartthings .linkArea a:nth-child(1), .smartthings .linkArea a:nth-child(2), .smartthings .linkArea a:nth-child(3) {
  top: 44.4%;
}
.smartthings .linkArea a:nth-child(4), .smartthings .linkArea a:nth-child(5) {
  top: 68.7%;
}
.smartthings .linkArea a:nth-child(1) {
  left: 8.3%;
}
.smartthings .linkArea a:nth-child(2) {
  left: 36.5%;
}
.smartthings .linkArea a:nth-child(3) {
  left: 64.8%;
}
.smartthings .linkArea a:nth-child(4) {
  left: 22.5%;
}
.smartthings .linkArea a:nth-child(5) {
  left: 50.6%;
}

.skmagic .linkArea.linkArea02 {
  display: none;
}
.skmagic .linkArea a {
  width: 26.9%;
  height: 16.1%;
}
.skmagic .linkArea a:nth-child(1), .skmagic .linkArea a:nth-child(2), .skmagic .linkArea a:nth-child(3) {
  top: 43.8%;
}
.skmagic .linkArea a:nth-child(4), .skmagic .linkArea a:nth-child(5), .skmagic .linkArea a:nth-child(6) {
  top: 66.4%;
}
.skmagic .linkArea a:nth-child(1), .skmagic .linkArea a:nth-child(4) {
  left: 8.3%;
}
.skmagic .linkArea a:nth-child(2), .skmagic .linkArea a:nth-child(5) {
  left: 36.6%;
}
.skmagic .linkArea a:nth-child(3), .skmagic .linkArea a:nth-child(6) {
  left: 64.8%;
}

.kixx .workItem07 {
  position: relative;
  padding: 10px 0;
}
.kixx .workItem07::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f4fbfb;
}
.kixx .workItem09 {
  background-color: #f4fbfb;
}
.kixx .workItem11 {
  position: relative;
  padding: 10px 0;
}
.kixx .workItem11::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -35%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #019096;
}
.kixx .videoArea {
  position: relative;
  width: 61.3%;
  height: 33vw;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background-color: #232323;
  margin-top: 40px;
  border: 10px solid #232323;
  box-shadow: 6px 7px 22px 6px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 6px 7px 22px 6px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 6px 7px 22px 6px rgba(0, 0, 0, 0.17);
}

@media (min-width: 800px) and (max-width: 1900px) {
  .videoPopWrap .videoPopInner .videoPopCont iframe {
    width: 42.1052631579vw;
    height: 23.6842105263vw;
  }
  .videoPopWrap .videoPopInner .videoClose {
    right: -2.6315789474vw;
    width: 2.1052631579vw;
    height: 2.1052631579vw;
  }
  .videoPopWrap .videoPopInner .videoClose::before, .videoPopWrap .videoPopInner .videoClose::after {
    top: 0.8421052632vw;
  }
  .kixx .videoArea {
    margin-top: 20px;
  }
}
@media (max-width: 799px) {
  .videoPopWrap .videoPopInner .videoPopCont iframe {
    width: 280px;
    height: 156px;
  }
  .videoPopWrap .videoPopInner .videoClose {
    right: -25px;
    width: 20px;
    height: 20px;
  }
  .videoPopWrap .videoPopInner .videoClose::before, .videoPopWrap .videoPopInner .videoClose::after {
    top: 8px;
  }
  .samsungpay .linkArea a {
    width: 89.5%;
    height: 24.8%;
    left: 5.6%;
  }
  .samsungpay .linkArea a:nth-child(1) {
    top: 29%;
  }
  .samsungpay .linkArea a:nth-child(2) {
    top: 62.2%;
  }
  .instantplays .linkArea a {
    height: 4.1%;
  }
  .instantplays .linkArea a:nth-child(1) {
    top: 11.8%;
    left: 5.8%;
    width: 47%;
  }
  .instantplays .linkArea a:nth-child(2) {
    top: 11.8%;
    right: 0;
    width: 46.2%;
  }
  .instantplays .linkArea a:nth-child(3) {
    top: 16.5%;
    left: 0;
    width: 46.2%;
  }
  .instantplays .linkArea a:nth-child(4) {
    top: 16.5%;
    right: 5.2%;
    width: 47%;
  }
  .wjthinkbig .linkArea01 a {
    width: 49.6%;
    height: 4.3%;
  }
  .wjthinkbig .linkArea01 a:nth-child(1) {
    bottom: 8.8%;
    left: 0%;
  }
  .wjthinkbig .linkArea01 a:nth-child(2) {
    bottom: 8.8%;
    right: 0;
  }
  .wjthinkbig .linkArea01 a:nth-child(3) {
    bottom: 4.2%;
    left: 0%;
  }
  .wjthinkbig .linkArea01 a:nth-child(4) {
    bottom: 4.2%;
    right: 0;
  }
  .wjthinkbig .linkArea02 a {
    width: 15.4%;
    /*  */
  }
  .wjthinkbig .linkArea02 a:nth-child(1), .wjthinkbig .linkArea02 a:nth-child(2), .wjthinkbig .linkArea02 a:nth-child(3), .wjthinkbig .linkArea02 a:nth-child(4) {
    width: 43.6%;
    height: 13.6%;
  }
  .wjthinkbig .linkArea02 a:nth-child(5), .wjthinkbig .linkArea02 a:nth-child(6), .wjthinkbig .linkArea02 a:nth-child(7), .wjthinkbig .linkArea02 a:nth-child(8) {
    width: 90%;
    height: 11.5%;
    left: 5%;
  }
  .wjthinkbig .linkArea02 a:nth-child(1) {
    left: 5%;
    top: 17.5%;
  }
  .wjthinkbig .linkArea02 a:nth-child(2) {
    left: 51.5%;
    top: 17.5%;
  }
  .wjthinkbig .linkArea02 a:nth-child(3) {
    left: 5%;
    top: 31.7%;
  }
  .wjthinkbig .linkArea02 a:nth-child(4) {
    left: 51.5%;
    top: 31.7%;
  }
  .wjthinkbig .linkArea02 a:nth-child(5) {
    top: 45.9%;
  }
  .wjthinkbig .linkArea02 a:nth-child(6) {
    top: 57.9%;
  }
  .wjthinkbig .linkArea02 a:nth-child(7) {
    top: 70.2%;
  }
  .wjthinkbig .linkArea02 a:nth-child(8) {
    top: 82.2%;
  }
  .samsungfund .linkArea a {
    width: 43.4%;
    height: 10.3%;
  }
  .samsungfund .linkArea a:nth-child(1), .samsungfund .linkArea a:nth-child(2) {
    top: 43.8%;
  }
  .samsungfund .linkArea a:nth-child(3), .samsungfund .linkArea a:nth-child(4) {
    top: 59.6%;
  }
  .samsungfund .linkArea a:nth-child(5), .samsungfund .linkArea a:nth-child(6) {
    top: 75.4%;
  }
  .samsungfund .linkArea a:nth-child(1), .samsungfund .linkArea a:nth-child(3), .samsungfund .linkArea a:nth-child(5) {
    left: 5.3%;
  }
  .samsungfund .linkArea a:nth-child(2), .samsungfund .linkArea a:nth-child(4), .samsungfund .linkArea a:nth-child(6) {
    left: 51.3%;
  }
  .smartthings .linkArea a {
    width: 44%;
    height: 11.3%;
  }
  .smartthings .linkArea a:nth-child(1) {
    top: 42%;
    left: 5.3%;
  }
  .smartthings .linkArea a:nth-child(2) {
    top: 42%;
    left: 51%;
  }
  .smartthings .linkArea a:nth-child(3) {
    top: 58%;
    left: 5.3%;
  }
  .smartthings .linkArea a:nth-child(4) {
    top: 58%;
    left: 51%;
  }
  .smartthings .linkArea a:nth-child(5) {
    top: 74%;
    left: 5.3%;
  }
  .skmagic .linkArea.linkArea01 {
    display: none;
  }
  .skmagic .linkArea.linkArea02 {
    display: block;
  }
  .skmagic .linkArea a {
    width: 43.4%;
    height: 10.3%;
  }
  .skmagic .linkArea a:nth-child(1), .skmagic .linkArea a:nth-child(2) {
    top: 47.2%;
  }
  .skmagic .linkArea a:nth-child(3), .skmagic .linkArea a:nth-child(4) {
    top: 61.8%;
  }
  .skmagic .linkArea a:nth-child(5), .skmagic .linkArea a:nth-child(6) {
    top: 76.4%;
  }
  .skmagic .linkArea a:nth-child(1), .skmagic .linkArea a:nth-child(3), .skmagic .linkArea a:nth-child(5) {
    left: 5.3%;
  }
  .skmagic .linkArea a:nth-child(2), .skmagic .linkArea a:nth-child(4), .skmagic .linkArea a:nth-child(6) {
    left: 51.3%;
  }
  .kiwoom .linkArea a {
    width: 90%;
    height: 13.6%;
  }
  .kiwoom .linkArea a:nth-child(1) {
    top: 33%;
  }
  .kiwoom .linkArea a:nth-child(2) {
    top: 47.8%;
  }
  .kiwoom .linkArea a:nth-child(3) {
    top: 62.5%;
  }
  .kiwoom .linkArea a:nth-child(4) {
    top: 77.4%;
  }
  .kiwoom .linkArea a:nth-child(1), .kiwoom .linkArea a:nth-child(2), .kiwoom .linkArea a:nth-child(3), .kiwoom .linkArea a:nth-child(4) {
    left: 5%;
  }
  .kixx .workItem07 {
    padding: 10px 0;
  }
  .kixx .workItem07::before {
    bottom: -30%;
  }
  .kixx .videoArea {
    width: 90%;
    height: 50vw;
    margin-top: 10px;
    border: 5px solid #232323;
  }
}
.popup {
  position: fixed;
  background-color: #000;
  color: #fff;
  z-index: 999;
  /* left:0;right:0;top:0;bottom:0;z-index:999;overflow:hidden; */
}
.popup.on {
  display: block;
}
.popup .popupClose {
  color: #fff;
}
.popup .popupCont {
  position: relative;
}
.popup .popupCont img {
  width: 100%;
}
.popup .popupCont .popupGo {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
}
.popup .popupBar {
  position: relative;
  padding: 5px;
  height: 30px;
  font-size: 1.2rem;
}
.popup .popupBar .popupCheck input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.popup .popupBar .popupCheck input[type=checkbox] + label {
  display: block;
  position: relative;
  font-size: 1.2rem;
  color: #fff;
  padding-left: 22px;
  line-height: 20px;
}
.popup .popupBar .popupCheck input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 2px;
  background: #fff;
}
.popup .popupBar .popupCheck input[type=checkbox] + label:after {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 9px;
  height: 4px;
  border: solid #000;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.popup .popupBar .popupCheck input[type=checkbox]:checked + label:after {
  display: block;
}
.popup .popupBar .popupClose {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 1.2rem;
}
.popup.popup01 {
  top: 0;
  left: 0;
}
.popup.popup01 .popupCont {
  max-width: 400px;
}
.popup.popup01 .popupCont .popupGo {
  width: 82%;
  height: 7%;
  left: 9%;
  bottom: 7%;
}

@media (min-width: 800px) and (max-width: 1900px) {
  .popup .popupCont {
    position: relative;
  }
  .popup .popupBar {
    font-size: 0.6315789474vw;
  }
}
/* Common */
* {
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
}

html {
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 10px;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, div, figure, article, header, nav, footer, section, input, textarea, button, span, strong, em {
  margin: 0;
  padding: 0;
  font-family: sp, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
  white-space: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

img, fieldset, iframe {
  border: 0;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}
ul:after, ol:after {
  content: "";
  display: block;
  clear: both;
}

em, address {
  font-style: normal;
}

input, select {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  vertical-align: middle;
}

textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  resize: none;
  width: 100%;
  border: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

hr, legend {
  display: none;
}

caption {
  visibility: hidden;
  overflow: hidden;
  position: static;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong, b {
  font-weight: 700;
}

button {
  box-sizing: border-box;
  border: none;
  background: none;
  cursor: url("../image/img_cursor.png"), auto;
}

a {
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
}

a, button, label {
  cursor: url("../image/img_cursor.png"), auto;
}

a:focus, button:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
}

input[type=text]::-ms-clear {
  display: none;
}

[tabindex="0"]:focus {
  outline: 0;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}

textarea::-webkit-input-placeholder {
  font-size: 1.8rem;
}

textarea::placeholder {
  font-size: 1.8rem;
}

/* common */
body {
  cursor: url("../image/img_cursor.png"), auto;
}
body a:hover, body button:hover {
  cursor: url("../image/img_cursor_over.png") 30 30, auto;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  background-color: #1a1818;
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}

.underLine {
  border-bottom: 1px solid #fff;
}

.txtInfo {
  font-size: 1.8rem;
}

.inner {
  position: relative;
  width: 1196px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
}

.dimmed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 280px;
  min-height: 100%;
  max-width: 2560px;
  overflow: hidden;
  margin: 0 auto;
  background: #1a1818;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; /* height:140px; */
  z-index: 12;
}
header .logo {
  display: block;
  position: absolute;
  top: 60px;
  left: 60px;
  width: 84px;
  height: 56px;
  background: url(../image/img_logo.png) no-repeat 0 0/100%;
}
header .btnTotalmn {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
}
header .btnTotalmn .ico {
  position: relative;
  width: 30px;
  height: auto;
  margin: 0 auto;
}
header .btnTotalmn .ico span {
  display: block;
  width: 30px;
  height: 3px;
  background: #000;
  transition: all 0.4s;
}
header .btnTotalmn .ico span:nth-of-type(2) {
  width: 20px;
  margin: 7px 0 7px 10px;
}
header .btnTotalmn[aria-selected=true] .ico span:nth-of-type(1) {
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
}
header .btnTotalmn[aria-selected=true] .ico span:nth-of-type(2) {
  opacity: 0;
}
header .btnTotalmn[aria-selected=true] .ico span:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  transform: rotate(45deg);
}

.pin-spacer {
  background: #1a1818;
}

.fontColor01 .visualItem > * {
  color: #fff;
}

.fontColor02 .visualItem > * {
  color: #1a1818;
}
.fontColor02 header .logo {
  background: url(../image/img_logo_black.png) no-repeat 0 0/100%;
}
.fontColor02 header .btnTotalmn .ico span {
  background: #1a1818;
}

.layerPop {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow: hidden;
}
.layerPop .popInner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 1196px;
}
.layerPop .contInner {
  overflow-y: auto;
  max-height: 100%;
  height: 1000px;
}
.layerPop .btnClose {
  position: absolute;
  right: 40px;
  top: 40px;
  background: url(../image/ico_close.png) no-repeat 0 0/100%;
  width: 40px;
  height: 40px;
}
.layerPop.active {
  display: block;
}
.layerPop.active .popInner {
  animation: popup-in 0.3s ease both;
  transform-origin: 0 0;
}
@keyframes popup-in {
  from {
    transform: scale(0.9) translate(-50%, -50%);
  }
  to {
    transform: scale(1) translate(-50%, -50%);
  }
}

.stopScroll {
  height: 100%;
  overflow: hidden;
}

.totalMn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* background:#000; */
  background: #fff;
  z-index: 11;
  overflow-y: auto;
  transition: all 0.35s ease-out;
  opacity: 0;
}
.totalMn .totalWrap {
  position: absolute;
  width: 914px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.totalMn .list {
  position: relative;
}
.totalMn .list li {
  margin-bottom: 60px;
  /*button {font-size:rem(60px);padding:15px 30px 15px 0;background:url(../image/ico_upload.png) no-repeat right 50% / 18px;}*/
}
.totalMn .list li:last-child {
  margin-bottom: 0;
}
.totalMn .list li a, .totalMn .list li button {
  position: relative;
  display: inline-block;
  font-size: 9rem;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
  color: #eee;
  font-weight: 700;
  overflow: hidden;
  background: linear-gradient(to right, #282828, #282828 50%, #eee 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 250% 100%;
  background-position: 0 100%;
  transition: padding 0.5s ease-in-out, background-position 0.8s ease-in-out;
  transition-delay: 0.1s;
  text-decoration: none;
}
.totalMn .list li a .num, .totalMn .list li button .num {
  position: absolute;
  top: 0;
  left: 60px;
  font-size: 1.7rem;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
  opacity: 0;
  overflow: hidden;
  background: #2c469b;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.1s;
}
.totalMn .list li a::after, .totalMn .list li button::after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: linear-gradient(to right, #2c469b, #2c469b 50%, transparent 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 250% 100%;
  background-position: 100%;
  transition: left 0.5s ease-in-out, background-position 0.8s ease-in-out;
  transition-delay: 0.1s;
  text-decoration: none;
}
.totalMn .list li a:hover, .totalMn .list li a:active, .totalMn .list li button:hover, .totalMn .list li button:active {
  background: linear-gradient(to right, #eee);
  padding-left: 60px;
}
.totalMn .list li a:hover::after, .totalMn .list li a:active::after, .totalMn .list li button:hover::after, .totalMn .list li button:active::after {
  left: 60px;
  background-position: 0 100%;
  /* background: $col_blue;background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent; */
}
.totalMn .list li a:hover .num, .totalMn .list li a:active .num, .totalMn .list li button:hover .num, .totalMn .list li button:active .num {
  left: 40px;
  opacity: 1;
}
.totalMn .list::after {
  content: "MENU";
  display: block;
  position: absolute;
  left: -96px;
  top: 45px;
  transform: rotate(-90deg);
  color: #0c0c0e;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.totalMn.color .list li a, .totalMn.color .list li button {
  background-position: 100%;
}
.totalMn .totalMn_foot {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: 20px;
}
.totalMn .totalMn_foot > * {
  display: block;
  color: #444;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  text-transform: capitalize;
}
.totalMn .totalMn_foot > *:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 16px;
}
.totalMn .totalMn_foot > *.icoDownload:before {
  background: url(../image/ico_download_b.png) no-repeat 0 0/100%;
}
.totalMn .totalMn_foot > *.icoEmail:before {
  background: url(../image/ico_email_b.png) no-repeat 0 0/100%;
}
.totalMn .totalMn_foot > * ~ * {
  margin-top: 25px;
}

.menuOn header .logo {
  background-image: url(../image/img_logo_b.png);
}
.menuOn header .btnTotalmn {
  background: rgba(17, 17, 17, 0.9);
}
.menuOn header .btnTotalmn .ico span {
  background: #fff;
}
.menuOn.color header .btnTotalmn {
  background: #fff;
}
.menuOn.color header .btnTotalmn .ico span {
  background: rgba(17, 17, 17, 0.9);
}
.menuOn.color .totalMn {
  background: #000;
}
.menuOn.color .totalMn .list li a, .menuOn.color .totalMn .list li button {
  overflow: hidden;
  background: linear-gradient(to right, #fff, #fff 50%, #1b1b1b 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 250% 100%;
  background-position: 0 100%;
  transition: padding 0.5s ease-in-out, background-position 0.8s ease-in-out;
  transition-delay: 0.1s;
  text-decoration: none;
}
.menuOn .totalMn.on {
  opacity: 1;
}

.color header .logo {
  background: url(../image/img_logo_b.png) no-repeat 0 0/100%;
}
.color header .btnTotalmn {
  background: rgba(17, 17, 17, 0.9);
}
.color header .btnTotalmn .ico span {
  background: #fff;
}
.color .totalMn {
  background: #fff;
}
.color .totalMn::after {
  background-color: #000;
}
.color .totalMn .list li a:hover, .color .totalMn .list li a:active, .color .totalMn .list li button:hover, .color .totalMn .list li button:active {
  padding-left: 60px;
}
.color .totalMn .list li a:hover::after, .color .totalMn .list li a:active::after, .color .totalMn .list li button:hover::after, .color .totalMn .list li button:active::after {
  left: 60px;
  background-position: 0 100%;
}
.color .totalMn .list li a:hover .num, .color .totalMn .list li a:active .num, .color .totalMn .list li button:hover .num, .color .totalMn .list li button:active .num {
  left: 40px;
  opacity: 1;
}
.color .totalMn .list::after {
  color: #808080;
}
.color .totalMn.color .list li a, .color .totalMn.color .list li button {
  background-position: 100%;
}
.color .totalMn .totalMn_foot > * {
  color: #fff;
}
.color .totalMn .totalMn_foot > *:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 16px;
}
.color .totalMn .totalMn_foot > *.icoDownload:before {
  background: url(../image/ico_download.png) no-repeat 0 0/100%;
}
.color .totalMn .totalMn_foot > *.icoEmail:before {
  background: url(../image/ico_email.png) no-repeat 0 0/100%;
}

.footContact {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #0d0d0d;
}
.footContactWrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
}
.footContactCon .subTxt {
  width: 1450px;
  margin: 0 auto;
}
.footContactCon .subTxt em .cuTxt {
  position: relative;
  display: block;
  overflow: hidden;
}
.footContactCon .subTxt em .cuTxt span {
  display: block;
  font-family: Roboto, Open Sans, Helvetica Neue, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  transform: translateY(150%);
}
.footContactCon .subTxt em .cuTxt:last-of-type {
  display: inline-block;
}
.footContactCon .subTxt em:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 112px;
  height: 112px;
  background: #22346d url(../image/img_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  border-radius: 100%;
  margin: 15px 0 0 18px;
  animation: ani-go-arrow 1s infinite linear;
}
@keyframes ani-go-arrow {
  0% {
    background-position-x: -100%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -100%;
  }
}
.footContactCon a {
  display: block;
}
.footContact .companyInfor {
  width: 1450px;
  margin: 160px auto 0;
  text-align: right;
}
.footContact .companyInfor .inforItem {
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
  text-align: left;
}
.footContact .companyInfor .inforItem dt {
  position: relative;
  padding-bottom: 20px;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
.footContact .companyInfor .inforItem dt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  display: block;
  width: 15px;
  height: 11px;
  background: url(../image/img_go_arrow.png) no-repeat center/cover;
}
.footContact .companyInfor .inforItem dd {
  padding-top: 30px;
}
.footContact .companyInfor .inforItem dd span {
  display: block;
  font-size: 1.8rem;
  line-height: 2;
  opacity: 0.3;
}
.footContact .companyInfor .inforItem ~ .inforItem {
  margin-left: 70px;
}
.footContact .controlBtn {
  position: absolute;
  bottom: 47px;
}

.container {
  height: 100%;
}

.contents {
  background-color: #1a1818;
}
.contents > div {
  position: relative;
  z-index: 1;
}

.footWrap {
  padding: 80px 0 70px;
  color: #bcbcbd;
  background-color: #1e1f29;
}
.footWrap .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footWrap .footLogo {
  width: 210px;
  height: 43px;
  margin-bottom: 40px;
  background: url(../image/img_foot_logo.png) no-repeat 50%/100%;
}
.footWrap .footInfo .footMn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.footWrap .footInfo .footMn li {
  position: relative;
}
.footWrap .footInfo .footMn li a, .footWrap .footInfo .footMn li button {
  display: block;
  padding: 0 10px;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.footWrap .footInfo .footMn li button {
  color: #bcbcbd;
}
.footWrap .footInfo .footMn li::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 13px;
  background: #fff;
}
.footWrap .footInfo .footMn li:last-child::after {
  display: none;
}
.footWrap .footInfo .addInfo address {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.footWrap .footInfo .addInfo small {
  font-size: 1.4rem;
}

.spinner {
  width: 68px;
  height: 68px;
  background: url(../image/img_m_logo.png) no-repeat 0 0/100%;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -34px;
  margin-top: -34px;
  z-index: 99999;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sideBtn {
  display: flex;
  flex-direction: row-reverse;
  position: fixed;
  top: 50%;
  right: -115px;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 10;
}
.sideBtn li {
  padding: 0 20px;
}
.sideBtn li button {
  font-family: ab, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
  font-size: 2.8rem;
  color: #fff; /*-webkit-writing-mode:vertical-rl;-ms-writing-mode:vertical-rl;writing-mode:vertical-rl;*/
  transition: color 0.3s ease;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.sideBtn li button:hover {
  color: #f12535;
  text-shadow: 0px 0px 10px rgba(241, 37, 53, 0.25);
}

.controlBtn {
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 50px;
  height: 50px;
  z-index: 10;
  color: #fff;
}
.controlBtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 26px;
  background: url(../image/ico_pagescroll.png) no-repeat 0 0;
}
.controlBtn.controlTop:before {
  background-position: 0 -26px;
}

.tabType01 {
  text-align: center;
  overflow-y: hidden;
}
.tabType01 .tab {
  display: inline-block;
  margin-left: 55px;
}
.tabType01 .tab a {
  display: block;
  position: relative;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  color: #d0d0d0;
  padding: 0 17px;
  line-height: 80px;
  background: linear-gradient(to right, #fff 100%, transparent 0%) no-repeat;
  background-size: 0%;
  transition: background-size 0.5s;
}
.tabType01 .tab a:after {
  content: attr(data-text);
  position: absolute;
  padding: 0 17px;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #2c469b 100%, transparent 0%) no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  transition: background-size 0.5s;
  background-size: 0%;
}
.tabType01 .tab.active a {
  color: #2c469b;
  background-size: 100%;
}
.tabType01 .tab:first-child {
  margin-left: 0;
}
.tabType01 .tab:not(.active) a:hover {
  background-size: 100%;
}
.tabType01 .tab:not(.active) a:hover:after {
  background-size: 100%;
}

.tabCont {
  padding: 0 20px;
  margin-top: 120px;
}

/** 메인(contact us 포함) **/
.projectWrap {
  opacity: 0;
  transition: opacity 1s linear;
}
.projectWrap .swiper-pagination {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.projectWrap .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin-bottom: 15px;
}
.projectWrap .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.projectWrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.projectWrap .swiper-control {
  position: absolute;
  width: 285px;
  height: 80px;
  bottom: 225px;
  right: 360px;
  text-align: center;
}
.projectWrap .swiper-control .swiper-button-prev, .projectWrap .swiper-control .swiper-button-next {
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: rgba(255, 255, 255, 0.5);
  font-family: Roboto, Open Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  background: none;
  border: 1px solid transparent;
  border-radius: 50%;
  text-transform: uppercase;
}
.projectWrap .swiper-control .swiper-button-prev:hover, .projectWrap .swiper-control .swiper-button-next:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.projectWrap .swiper-control .swiper-button-prev {
  top: 21px;
  left: 0;
}
.projectWrap .swiper-control .swiper-button-next {
  top: 21px;
  right: 0;
}
.projectWrap .swiper-control .swiper-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background: #1c2939;
}
.projectWrap .swiper-control .swiper-bar span {
  display: block;
  width: 0%;
  height: 100%;
  background-color: #fff;
}
.projectWrap .swiper-control .swiper-bar span.pause {
  transition: width 0s linear;
}
.projectWrap .swiper-control .swiper-bar span.play {
  transition: width 0.3s linear;
}
.projectWrap .icon {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  z-index: 10;
}
.projectWrap .icon-mouse {
  position: relative;
  width: 30px;
  height: 46px;
  margin: 0 auto 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}
.projectWrap .icon-mouse span {
  position: absolute;
  width: 6px;
  display: block;
  left: 8px;
}
.projectWrap .icon-mouse span::before, .projectWrap .icon-mouse span::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.projectWrap .icon-mouse span::before {
  transform: rotate(45deg);
}
.projectWrap .icon-mouse span::after {
  left: 4px;
  transform: rotate(-45deg);
}
.projectWrap .icon-mouse span:nth-child(1) {
  top: 15px;
  animation: ani-icon-scroll 1s infinite linear;
}
.projectWrap .icon-mouse span:nth-child(1)::before, .projectWrap .icon-mouse span:nth-child(1)::after {
  background-color: #fff;
}
.projectWrap .icon-mouse span:nth-child(2) {
  top: 23px;
}
@keyframes ani-icon-scroll {
  0% {
    top: 15px;
  }
  100% {
    top: 23px;
  }
}
.projectWrap .icon > span {
  font-family: Roboto, Open Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
}
.projectWrap.fade-in {
  opacity: 1;
}

.projectImg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  transition: opacity 1s linear;
}
.projectImg.fade-in {
  opacity: 1;
}
.projectImg .swiper-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.projectImg .swiper-wrapper {
  display: block;
  background: linear-gradient(90deg, rgba(128, 128, 128, 0.2), rgba(255, 255, 255, 0.3), rgba(128, 128, 128, 0.2));
  background-size: 400% 400%;
  background-position: 0% 50%;
  animation: gradient 2s ease infinite;
}
.projectImg .swiper-slide {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* picture{display: none;height:100vh;
      img{width:100%;height:100%;object-fit:cover;}
  } */
}
.projectImg .swiper-slide.swiper-slide-active picture img {
  animation: imgScaleUp 5.1s ease;
}
.projectImg .swiper-slide video {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.projectImg .swiper-slide video::-webkit-media-controls {
  display: none;
}
.projectImg .projectDim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.projectImg .projectDim span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/pattern.png) no-repeat center/cover;
}
.projectImg .swiper-container-initialized .swiper-wrapper {
  animation: none;
  background: none;
  display: flex;
}

@keyframes imgScaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes imgScaleDown {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.project-lists {
  overflow: hidden;
  padding-top: 140px;
}

.projectMn {
  position: relative; /*counter-reset:section;*/ /* width:1220px; */
  width: 100% !important;
  margin: 0 auto;
  padding-bottom: 100px;
  height: 100vh;
}
.projectMn li {
  position: relative; /*transform:scale(1.1);transform-origin:left center;transition:transform .4s ease-out;*/
  /*&:before {content:counter(section, decimal-leading-zero);counter-increment:section;position:absolute;top:26px;left:0;color:$col_white;opacity:0.5;font-size:rem(20px);}*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.projectMn li .slideContent {
  width: 1220px;
  margin: 0 auto;
}
.projectMn li a {
  position: relative;
  display: block;
  font-size: 12rem;
  font-weight: 700;
  word-break: keep-all;
  color: #fff; /* opacity:0.5; */
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-left: 35px;
  word-break: break-word;
}
.projectMn li a[aria-selected=true] {
  opacity: 1;
}
.projectMn li.swiper-slide-active:before {
  opacity: 1;
}
.projectMn li.swiper-slide-active a {
  -webkit-text-fill-color: #fff;
}
.projectMn li .projectNum {
  font-size: 20px;
  position: absolute;
  left: 2px;
  top: 10px;
}
.projectMn li .projectDesc {
  display: block;
  padding-left: 35px;
  padding-top: 175px;
  font-family: Roboto, Open Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
}

.projectSelect .indicator {
  display: none;
}

.main .footContact {
  background: #1f1f29;
}

.main .contactUs {
  position: relative;
  height: 100vh;
  background: transparent;
}

.contactWrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  z-index: 10;
}

.contactCon {
  position: relative;
  background-image: url(../image/img_txt_contact_us.png);
  background-repeat: repeat-x;
  background-position: 0 30%;
  animation: imgslide 16s linear infinite;
}
.contactCon .subTxt {
  width: 1450px;
  margin: 0 auto;
}
.contactCon .subTxt em .cuTxt {
  display: block;
  overflow: hidden;
}
.contactCon .subTxt em .cuTxt span {
  display: block;
  font-family: ab, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  transform: translateY(150%);
}
.contactCon .subTxt em .cuTxt:last-of-type {
  display: inline-block;
}
.contactCon .subTxt em i.eng {
  font-family: ab, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  color: #f12535;
  font-style: normal;
}
.contactCon .subTxt em:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 112px;
  height: 112px;
  background: #f12535 url(../image/img_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  border-radius: 100%;
  margin: 15px 0 0 18px;
  animation: ani-go-arrow 1s infinite linear;
}
@keyframes ani-go-arrow {
  0% {
    background-position-x: -100%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -100%;
  }
}
.contactCon .subTxt a {
  display: block;
}
.contactCon .companyInfor {
  width: 1450px;
  margin: 115px auto 0;
  text-align: right;
}
.contactCon .companyInfor .inforItem {
  display: inline-block;
  vertical-align: top;
  max-width: 220px;
  text-align: left;
}
.contactCon .companyInfor .inforItem dt {
  font-family: ab, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
  font-size: 4.6rem;
}
.contactCon .companyInfor .inforItem dd {
  padding-top: 30px;
}
.contactCon .companyInfor .inforItem dd span {
  display: block;
  font-size: 1.8rem;
  line-height: 2;
}
.contactCon .companyInfor .inforItem ~ .inforItem {
  margin-left: 70px;
}

.contactUs {
  background: #1e1f29;
}
.contactUs .visualItem {
  position: relative;
  padding: 230px 0 175px;
  background: #1e1f29;
  min-height: 1520px;
}
.contactUs .visualItem:before {
  content: "";
  display: block;
  position: absolute;
  width: 1103px;
  height: 1183px;
  right: -10%;
  top: -30%;
  background: url(../image/bg_contact_us.png) no-repeat center/cover;
}
.contactUs .visualItem h1 {
  font-size: 2rem;
  font-family: Roboto, Open Sans, Helvetica Neue, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.contactUs .visualItem .txt {
  display: block;
  padding-top: 85px;
}
.contactUs .visualItem .txt em {
  display: block;
  font-family: Roboto, Open Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  font-size: 12.8rem;
  letter-spacing: 2px;
  color: #fff;
  line-height: 130px;
  opacity: 0;
  animation: in-text-up 1s both;
}
.contactUs .visualItem .txt span {
  display: block;
  font-family: Roboto, Open Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  font-size: 13rem;
  letter-spacing: 2px;
  word-break: break-all;
  color: #395ac5;
  line-height: 130px;
  opacity: 0;
  animation: in-text-up 1s 0.2s both;
}
.contactUs .visualItem .contactInfo {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 180px;
}
.contactUs .visualItem .contactInfo dl dt, .contactUs .visualItem .contactInfo dl dd {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
}
.contactUs .visualItem .contactInfo dl dt {
  opacity: 0.5;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
  margin-bottom: 15px;
}
.contactUs .visualItem .contactInfo address {
  text-align: left;
}
.contactUs .visualItem .contactInfo address::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 26px;
  background: url(../image/ico_map.png) no-repeat 0 0;
  background-size: 20px;
}
.contactUs .visualItem .contactInfo .addr {
  margin-bottom: 60px;
}
.contactUs .visualItem .contactInfo .addr span {
  font-family: sp, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  margin-right: 10px;
}
.contactUs .visualItem .contactInfo .tel {
  display: flex;
}
.contactUs .visualItem .contactInfo .tel dl dd {
  opacity: 0.9;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
}
.contactUs .visualItem .contactInfo .tel dl:nth-child(2) {
  margin-left: 64px;
}
.contactUs .visualItem .contactInfo .btn_dl {
  /* position: absolute;bottom: 0;right: 0;width: 275px;height: 70px;line-height: 70px;border: 1px solid #7d7d7d;font-family: $Roboto;font-size: rem(20px);text-align: center;color:$col_white; */
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 115px 0 75px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #7d7d7d;
  font-family: Roboto, Open Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
.contactUs .visualItem .contactInfo .btn_dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  width: 18px;
  height: 18px;
  margin-top: -11px;
  background: url(../image/ico_download.png) no-repeat 0 0/18px;
}

.mvExperience {
  display: flex;
  align-items: center;
  width: 100%;
  background: url(../image/img_experience.jpg) repeat-x 0 0/100%;
  min-height: 675px;
}
.mvExperience .inner {
  vertical-align: middle;
}
.mvExperience .inner p {
  position: relative;
  left: -104px;
}
.mvExperience .inner p .cuTxt {
  position: relative;
  display: block;
}
.mvExperience .inner p .cuTxt span {
  display: block;
  font-size: 10rem;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transform: translateY(50%);
}

@keyframes in-text-up {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
h1.tit {
  font-family: ab, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
}

@keyframes imgslide {
  100% {
    background-position: -2324px 30%;
  }
}
@keyframes imgslide2 {
  100% {
    background-position: -1920px 0;
  }
}
.locationWrap {
  display: flex;
  margin-top: 80px;
}
.locationWrap > * {
  flex: 0 50%;
}
.locationWrap > * > * {
  font-family: ab, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
}
.locationWrap .tit {
  display: block;
  font-family: sp, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
  font-size: 3.6rem;
}
.locationWrap address {
  padding-top: 20px;
  font-size: 2rem;
}
.locationWrap address .kr {
  font-family: sp, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
}
.locationWrap address button {
  display: block;
  padding: 15px 30px 15px 0;
  background: url(../image/ico_down.png) no-repeat right 50%;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: underline;
}
.locationWrap .info {
  padding-top: 49px;
}
.locationWrap .info span {
  display: block;
  padding-bottom: 20px;
  font-size: 2.4rem;
}
.locationWrap .info span em, .locationWrap .info span a {
  padding-left: 10px;
  font-size: 2.4rem;
  font-weight: 700;
}

.mapType .contInner {
  overflow: hidden;
}

.mapInfor {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.mapInfor .mapArea {
  display: table-cell;
  width: 800px;
  overflow: hidden;
  height: 1000px;
  vertical-align: top;
}
.mapInfor .mapArea img {
  height: 100%;
}
.mapInfor .mapArea .mapPin img {
  width: 34px;
  height: auto;
}
.mapInfor .inforArea {
  display: table-cell;
  vertical-align: top;
}
.mapInfor .inforArea dl {
  padding: 140px 50px 0;
}
.mapInfor .inforArea dl dt {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1a1818;
}
.mapInfor .inforArea address {
  font-size: 1.8rem;
  color: #1a1818;
  margin-top: 40px;
}
.mapInfor .inforArea .officeItem span {
  display: block;
  margin-top: 20px;
  color: #1a1818;
  font-size: 1.8rem;
  font-weight: 700;
}
.mapInfor .inforArea .officeItem span em {
  display: inline-block;
  width: 40px;
  color: #1a1818;
  font-size: 1.8rem;
}
.mapInfor .inforArea .officeItem span ~ span {
  margin-top: 10px;
}

.accWrap {
  overflow: hidden;
}
.accWrap .accCon {
  display: none;
}
.accWrap .accCon .txtInfo {
  color: #fff;
}
.accWrap .accCon .txtInfo button {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 15px;
}
.accWrap .accCon .txtInfo button em {
  font-size: 1.8rem;
}

.requsetAcc {
  margin-top: 115px;
}
.requsetAcc .accTit {
  display: block;
  position: relative;
  color: #fff;
  text-align: left;
  width: 100%;
  padding: 40px 30px 32px 0;
  font-size: 4rem;
  border-bottom: 1px solid #5b5959;
}
.requsetAcc .accTit[aria-selected=true] {
  border-bottom: none;
}
.requsetAcc .accTit[aria-selected=true]:before, .requsetAcc .accTit[aria-selected=true]:after {
  background: #395ac5;
}
.requsetAcc .accTit[aria-selected=true]:before {
  transform: rotate(90deg);
}
.requsetAcc .accTit[aria-selected=true] + .accCon {
  display: block;
}
.requsetAcc .accTit:before, .requsetAcc .accTit:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 4px;
  height: 28px;
  background: #fff;
  margin-top: -14px;
  transition: 0.3s;
}
.requsetAcc .accTit:after {
  transform: rotate(90deg);
}
.requsetAcc .accCon {
  padding-bottom: 100px;
  border-bottom: 1px solid #5b5959;
}
.requsetAcc .agreeCheck {
  min-height: 30px;
  margin-top: 20px;
}
.requsetAcc .agreeCheck button {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.requsetAcc .titArea {
  position: relative;
  margin-bottom: 20px;
}
.requsetAcc .titArea .side {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.requsetAcc .btnResume {
  border: 1px solid rgba(255, 35, 52, 0.4);
  font-size: 1.5rem;
  color: #ff2334;
  padding: 9px 18px 10px 19px;
  border-radius: 2px;
}
.requsetAcc .btnResume:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  width: 14px;
  height: 18px;
  background: url(../image/ico_resume.png) no-repeat 0 0;
}
.requsetAcc .txtInfoS {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 30px;
  padding-left: 18px;
}
.requsetAcc .txtInfoS:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}

.formInp {
  position: relative;
}

input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
input[type=checkbox] + label {
  display: block;
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  padding-left: 44px;
  line-height: 30px;
}
input[type=checkbox] + label em {
  border-bottom: 1px solid #fff;
}
input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #8d8c8c;
  border-radius: 2px;
}
input[type=checkbox] + label:after {
  content: "";
  display: none;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 18px;
  height: 8px;
  border: solid #fff;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
input[type=checkbox]:checked + label:after {
  display: block;
}

input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
input[type=radio] + label {
  display: block;
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  line-height: 60px;
  border: 1px solid #5f5e5e;
  text-align: center;
  border-radius: 60px;
}
input[type=radio]:checked + label {
  background: #395ac5;
  border-color: #395ac5;
  color: #fff !important;
}

.btnArea {
  margin-top: 50px;
  text-align: center;
}
.btnArea button, .btnArea a {
  height: 72px;
  line-height: 72px;
  border: 1px solid #fff;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
  font-size: 2.8rem;
  color: #fff;
  font-weight: 400;
  border-radius: 2px;
}
.btnArea button:hover, .btnArea a:hover {
  background: #fff;
  color: #000;
  transition: all 0.3s;
}
.btnArea a {
  display: block;
  width: 290px;
  margin: 0 auto;
}
.btnArea .submit {
  width: 290px;
}

.requsetList {
  padding-top: 20px;
}
.requsetList input {
  padding: 19px 30px 20px;
  background: #2e2f38;
  border-radius: 2px;
  font-size: 1.8rem;
  color: #fff;
}
.requsetList ::-webkit-input-placeholder {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.3);
}
.requsetList ::placeholder {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.3);
}
.requsetList input:focus {
  outline: 0;
  border: 1px solid #fff;
  padding: 18px 29px 19px;
}
.requsetList textarea {
  height: 280px;
  padding: 30px;
  background: #2e2f38;
  color: #fff;
  outline: 0;
  border-radius: 2px;
}
.requsetList textarea:focus {
  border: 1px solid #fff;
  padding: 29px;
}
.requsetList .formWrap {
  display: flex;
  margin: 0 -6px;
  padding: 10px 0;
}
.requsetList .formWrap.only {
  margin: 0;
}
.requsetList .formWrap span {
  display: block;
  flex: 0 50%;
  padding: 0 6px;
}
.requsetList .fileUpload {
  position: relative;
  width: 100%;
}
.requsetList .fileUpload input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
.requsetList .fileUpload input + label {
  display: block;
  position: relative;
  width: 100%;
  padding: 19px 30px 20px;
  background: #2e2f38;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
.requsetList .fileUpload input + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(../image/ico_upload.png) no-repeat 0 0/18px;
}
.requsetList .fileUpload input + label:hover {
  background: #fff;
  color: #000;
}
.requsetList .fileUpload input + label:hover:after {
  background: url(../image/ico_upload_hover.png) no-repeat 0 0/18px;
}
.requsetList .fileUpload .uploadFile {
  display: none;
  background: #2e2f38;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.requsetList .fileUpload .uploadFile span {
  display: inline-block;
  color: #fff;
  padding: 0 0 0 30px;
  line-height: 60px;
  font-size: 1.8rem;
}
.requsetList .fileUpload .uploadFile button {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  width: 11px;
  height: 11px;
  background: url(../image/ico_del.png) no-repeat 0 0/12px;
  margin-left: 8px;
}

.supportArea {
  margin: 40px 0 60px;
}
.supportArea .tit {
  display: block;
  padding-bottom: 18px;
  color: #395ac5;
  font-weight: 400;
  font-size: 20px;
}
.supportArea .radList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.supportArea .radList span {
  flex: 0 25%;
  padding: 8px 6px;
}
.supportArea .radList label:hover {
  border-color: #395ac5;
  color: #395ac5;
  transition: background-color 0.3s;
}

.viewProject {
  position: relative;
  margin-top: 150px;
}
.viewProject figure img {
  width: 100%;
  object-fit: cover;
}
.viewProject .con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  text-align: center;
}
.viewProject .con .tit {
  display: block;
  font-size: 4.6rem;
  color: #fff;
}
.viewProject .con a {
  display: block;
  width: 290px;
  height: 73px;
  margin: 80px auto 0;
  background: #f12535;
  border-radius: 2px;
  font-family: ab, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
  font-size: 2.8rem;
  line-height: 73px;
  color: #fff;
  font-weight: 700;
}

.layerPop.termsType .contInner {
  height: 880px;
}

.popCont {
  height: 100%;
}
.popCont .terms {
  overflow-y: auto;
  max-height: 100%;
  height: 880px;
}
.popCont .termsCont {
  padding: 0 50px 50px;
}
.popCont h2.popTit {
  font-size: 4rem;
  font-weight: 700;
  line-height: 120px;
  padding-left: 50px;
  background: #fff;
}
.popCont .txtInfo {
  font-size: 1.5rem;
  line-height: 32px;
}
.popCont .numList {
  counter-reset: section;
}
.popCont .numList > li {
  position: relative;
  margin-top: 90px;
  /*p ~ p{margin-top:20px;}*/
}
.popCont .numList > li:before {
  content: counter(section) ".";
  counter-increment: section;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: 700;
}
.popCont .numList > li > strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 0 20px 24px;
}
.popCont .numList > li p {
  font-size: 1.5rem;
  line-height: 32px;
}
.popCont .numList > li .tit {
  display: block;
  padding: 30px 0 10px 0;
}
.popCont .numList > li .tit ~ * {
  margin-top: 0;
}
.popCont .numList > li.double > strong {
  padding-left: 34px;
}
.popCont table {
  border-collapse: collapse;
  margin-top: 30px;
}
.popCont table thead th {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  background: #f8f7fa;
  padding: 20px;
  border-top: 3px solid #1a1818;
}
.popCont table tbody td {
  font-size: 1.5rem;
  text-align: center;
  color: #444;
  padding: 20px;
  border: solid #e0e0e0;
  border-width: 1px 0 1px 1px;
}
.popCont table tbody td:first-child {
  border-left: 0;
}
.popCont .table ~ p {
  margin-top: 30px;
}
.popCont .barList {
  margin-top: 30px;
}
.popCont .barList li {
  position: relative;
  font-size: 1.5rem;
  padding-left: 20px;
  line-height: 32px;
}
.popCont .barList li:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 15px;
  width: 6px;
  height: 1px;
  background: #1a1818;
}
.popCont .circleList {
  counter-reset: section;
  margin-top: 30px;
}
.popCont .circleList > li {
  position: relative;
  font-size: 1.5rem;
  padding-left: 24px;
  line-height: 32px;
}
.popCont .circleList > li:before {
  content: counter(section);
  counter-increment: section;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 7px;
  border: 1px solid #1a1818;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 1.2rem;
  margin-right: 4px;
  box-sizing: border-box;
}
.popCont .noti {
  margin-top: 30px;
}

.layerPop.welcomeType .contInner {
  height: 920px;
  position: relative;
}
.layerPop.welcomeType .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 920px;
  background: url(../image/bg_welcome.jpg) no-repeat 0 0/100%;
  overflow: hidden;
}
.layerPop.welcomeType .header strong {
  display: block;
  font-size: 12rem;
  font-family: ab, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 0.8;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -95px;
}
.layerPop.welcomeType .header strong em {
  display: block;
  font-size: 12rem;
  font-family: ab, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
  color: #fff;
  font-weight: 700;
  text-indent: 130px;
}

.welCome {
  position: relative; /*height:100%;*/
}
.welCome .benefitItem {
  padding: 120px 50px 50px 550px;
}
.welCome .benefitItem > ol {
  counter-reset: section;
}
.welCome .benefitItem > ol > li {
  position: relative;
  padding-left: 38px;
  font-size: 3.4rem;
  font-weight: 700;
  margin-top: 20px;
  line-height: 50px;
}
.welCome .benefitItem > ol > li:before {
  content: "0" counter(section);
  counter-increment: section;
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: -10px;
}
.welCome .benefitItem > ol > li.type02:before {
  content: "" counter(section);
}
.welCome .benefitItem > ol > li:first-child {
  margin-top: 0;
}
.welCome .benefitItem > ol > li:last-child {
  padding-bottom: 50px;
}
.welCome .benefitItem > ol > li .highlight {
  position: relative;
  font-size: 3.4rem;
  font-weight: 700;
}
.welCome .benefitItem > ol > li .highlight:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 20px;
  background: #ffd1d1;
  z-index: -1;
}
.welCome .benefitItem > ol > li .marginal {
  color: #d9d9d9;
  font-size: 3.4rem;
  font-weight: 700;
}

.todayCheck {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #000;
  width: 696px;
  padding: 15px 50px;
}
.todayCheck input {
  width: auto;
}
.todayCheck input + label {
  display: inline-block;
}
.todayCheck input + label:before {
  top: -2px;
}
.todayCheck .btnClose {
  text-indent: inherit;
  background: none;
  color: #fff;
  right: 50px;
  top: 13px;
  font-size: 1.6rem;
}

.topic {
  background: #1a1818;
  padding-top: 230px;
  min-height: 2526px;
  /*&:before{content:'';display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:url(../image/bg_topic.jpg) no-repeat 50% 0;min-height:2526px;}*/
}
.topic .topicList {
  margin: 70px -273px 0;
}
.topic .topicList > li {
  float: left;
  width: 500px;
  margin-left: 100px;
  padding-bottom: 200px;
  transform: translateY(10vh);
  opacity: 0;
  overflow: hidden;
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
}
.topic .topicList > li > a {
  display: block;
  height: 100%;
  position: relative; /* cursor:url("../image/img_cursor_view.svg") 64 64, auto; */
}
.topic .topicList > li > a .thum {
  display: block;
  width: 500px;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.topic .topicList > li > a .thum img {
  width: 100%;
  height: 100%;
  animation: imgScaleDown 1s forwards;
  object-fit: cover;
}
.topic .topicList > li > a .thum.loaded {
  animation: none;
}
.topic .topicList > li > a:hover .thum img {
  animation: imgScaleUp 1s forwards;
}
.topic .topicList > li .title {
  display: block;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 400;
  padding: 50px 20px 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}
.topic .topicList > li .date {
  display: block;
  color: #fff;
  font-size: 2rem;
  opacity: 0.3;
  padding: 20px 20px 0;
}
.topic .topicList > li .sort {
  position: absolute;
  right: 20px;
  bottom: 0;
  color: #fff;
  font-size: 2rem;
  opacity: 0.3;
}
.topic .topicList > li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.topic .topicList > li.show {
  transform: translateY(0);
  opacity: 1;
}

.moreBtn {
  text-align: center;
}
.moreBtn a, .moreBtn button {
  color: #fff;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
  font-size: 10rem;
  font-weight: 600;
}

.topic_view {
  background: #1a1818;
  padding-top: 230px;
}
.topic_view .detailView dt {
  font-size: 7rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.topic_view .detailView dt .sort {
  display: inline-block;
  position: absolute;
  left: -70px;
  top: -65px;
  background: #f12535;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  padding: 18px 20px;
  border-radius: 40px;
  opacity: 0.9;
}
.topic_view .detailView dt .sort:after {
  content: "";
  display: block;
  width: 0px;
  position: absolute;
  left: 40px;
  bottom: -20px;
  height: 0px;
  border-top: 20px solid #f12535;
  border-right: 0px solid transparent;
  border-left: 18px solid transparent;
}
.topic_view .detailView .date {
  padding-top: 50px;
  color: #fff;
  font-size: 2.4rem;
}
.topic_view .detailView .viewCont {
  padding-top: 90px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 48px;
  padding-bottom: 90px;
}
.topic_view .detailView .viewCont img {
  width: 100%;
}
.topic_view .detailView .attachFile {
  padding-bottom: 250px;
}
.topic_view .detailView .attachFile > * {
  color: #f12535;
  font-size: 2rem;
  border-bottom: 1px solid #f12535;
}
.topic_view .controller {
  display: flex;
}
.topic_view .controller > div {
  position: relative;
  flex: 1;
  height: 400px;
  overflow: hidden;
}
.topic_view .controller > div a {
  display: block;
  height: 100%;
}
.topic_view .controller > div a .thum {
  display: block;
  background: #000;
  opacity: 0.5;
}
.topic_view .controller > div a .thum img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease;
}
.topic_view .controller > div a .title {
  display: none;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, 0);
  font-size: 3rem;
  color: #fff;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}
.topic_view .controller > div a .title:after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
}
.topic_view .controller > div a:hover .thum img {
  transform: translate(-50%, -50%) scale(1.05);
}
.topic_view .controller > div a:hover .title {
  display: block;
}
.topic_view .controller > div button {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  text-indent: -9999px;
}
.topic_view .controller > div.prev button {
  background: url(../image/ico_prev.png) no-repeat 50% 50%/60px;
  left: 40px;
}
.topic_view .controller > div.next button {
  background: url(../image/ico_next.png) no-repeat 50% 50%/60px;
  right: 40px;
}

.viewPage .btnBack {
  display: none;
}
.viewPage .footWrap {
  border-top: 0;
}
.viewPage .contents {
  background: #fff;
}

.works {
  background: #fff;
  padding-top: 230px;
  min-height: 100vh;
}
.works .inner {
  width: 1800px;
}
.works .tabCont {
  padding: 0 0 200px;
}
.works .worksList { /*padding-bottom:200px;*/
  background: #fff;
}
.works .worksList > li {
  overflow: hidden;
  width: 600px;
  height: 600px;
  float: left;
  opacity: 0;
  transform: translateY(10vh);
}
.works .worksList > li a {
  display: block;
  height: 100%;
  position: relative; /* cursor:url("../image/img_cursor_view.svg") 64 64, auto; */
}
.works .worksList > li .thum {
  display: block;
  height: 100%;
  overflow: hidden;
  /*&:before{content:'';display:block;background:#000;height:200%;width:200%;opacity:0.15;position:absolute;left:-50%;right:-50%;top:-50%;bottom:-50%;z-index:1;}*/
}
.works .worksList > li .thum img {
  width: 100%;
  height: 100%;
  animation: imgScaleDown 1s forwards;
  object-fit: cover;
}
.works .worksList > li .thum.loaded {
  animation: none;
}
.works .worksList > li .worksTitle {
  position: absolute;
  left: 60px;
  bottom: 60px;
  color: #fff;
  font-size: 2.8rem;
}
.works .worksList > li:hover .thum {
  /*&:before{opacity:0.25;}*/
}
.works .worksList > li:hover .thum img {
  animation: imgScaleUp 1s forwards;
}
.works .worksList > li.show {
  transform: translateY(0);
  opacity: 1;
}
.works .worksList > li:nth-child(4) {
  width: 1200px;
  height: 1200px;
}
.works .worksList > li:nth-child(7) {
  clear: left;
}
.works .worksList > li:nth-child(13) {
  float: right;
  width: 1200px;
  height: 1200px;
}
.works .moreBtn {
  margin-top: 100px;
}
.works .moreBtn a, .works .moreBtn button {
  display: inline-block;
  width: 290px;
  height: 70px;
  line-height: 70px;
  color: #2c2c36;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
  font-size: 2.8rem;
  border: 2px solid #2c2c36;
}

.works_view {
  position: relative;
  overflow: hidden;
}
.works_view .pin-spacer {
  background: #000;
}
.works_view > * {
  color: #fff;
}
.works_view picture {
  font-size: 0;
}
.works_view .visualItem { /*background-repeat:no-repeat;background-size:cover;background-position:50% 0;*/
  height: 100vh;
  position: relative;
}
.works_view .visualItem .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.works_view .visualItem .bg.pc {
  display: block;
}
.works_view .visualItem .bg.mo {
  display: none;
}
.works_view .visualItem .worksTitle {
  display: block;
  width: 850px;
  font-size: 10rem;
  line-height: 140px;
  padding-top: 210px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.works_view .visualItem .inner {
  height: 100%;
  z-index: 1;
}
.works_view .visualItem .visualCont {
  position: relative;
  opacity: 0;
  height: 100%;
}
.works_view .visualItem .projectInfor {
  position: absolute;
  left: 30px;
  bottom: 100px;
}
.works_view .visualItem .projectInfor ul > li {
  margin-top: 20px;
}
.works_view .visualItem .projectInfor ul > li em {
  display: inline-block;
  font-size: 1.8rem;
  width: 105px;
  vertical-align: middle;
}
.works_view .visualItem .projectInfor ul > li span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: middle;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.works_view .visualItem .projectInfor ul > li span a {
  display: block;
  height: 100%;
}
.works_view .visualItem .projectInfor ul > li span.shortcut {
  position: relative;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 100%;
  text-indent: -9999px;
  margin-right: 14px;
  background: #fff url(../image/ico_pcmo.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}
.works_view .visualItem .projectInfor ul > li span.pcmo {
  background-image: url(../image/ico_pcmo.png);
}
.works_view .visualItem .projectInfor ul > li span.pc {
  background-image: url(../image/ico_pc.png);
}
.works_view .visualItem .projectInfor ul > li span.mo {
  background-image: url(../image/ico_mo.png);
}
.works_view .visualItem .projectInfor ul > li span.playstore {
  background-image: url(../image/ico_playstore.png);
}
.works_view .visualItem .projectInfor ul > li span.appstore {
  background-image: url(../image/ico_appstore.png);
}
.works_view .visualItem .projectInfor ul > li span:last-child {
  margin-right: 0;
}
.works_view .fullImg img { /*width:100%;*/
  max-width: 100%;
}
.works_view .fullImg .pc {
  display: block;
  text-align: center;
}
.works_view .fullImg .mo {
  display: none;
}
.works_view .worksContents {
  text-align: center;
}
.works_view .worksContents img {
  width: 100%;
}
.works_view .worksContents .pcVs {
  display: block;
}
.works_view .worksContents .pcVs img {
  max-width: 2560px;
}
.works_view .worksContents .moVs {
  display: none;
}
.works_view .worksContents .moVs .item {
  width: 100%;
}
.works_view .worksContents .moVs * {
  margin: 0 !important;
  padding: 0 !important;
}

.main .works { /* min-height: auto; */ }
.main .works .tabCont {
  padding: 0 0 120px;
}
.main .works .worksList { /*  display: none; */ }
.main .works .worksList > li {
  float: left;
  width: 600px;
  height: 600px;
}

/***************************************************************************************************/
.worksContents {
  background-color: #fff;
}
.worksContents .item {
  width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.worksContents .tcenter {
  text-align: center;
}
.worksContents .tleft {
  text-align: left;
}
.worksContents .tright {
  text-align: right;
}
.worksContents .fullImg img {
  width: 100%;
}
.worksContents .mgu55 {
  margin-top: -55px;
}
.worksContents .mgt140 {
  margin-top: 140px;
}
.worksContents .mgt160 {
  margin-top: 160px;
}

/* .gsretail{
    .workItem01{
        .bg{padding:165px 0;}
    }
    .workItem02{background:$col_white url(../image/works/gsretail/img_work02_05.png) no-repeat 100% 100%;padding-bottom:295px;}
    .workItem03{
        .bg{padding:120px 0;}
    }
    .workItem04{padding:150px 0 120px;}
    .workItem05{
        .bg{padding:120px 0;}
    }
    .workItem06{
        .bg{position:relative;
            &:after{content:'';position:absolute;right:0;top:0;bottom:0;background:#f8fcff;width:50%;z-index:-1;}
        }
    }
} */
/*
.worksContents{background:$col_white;
    img{width:100%;}
}
*/
/***************************************************************************************************/
.about {
  position: relative;
  background: #1f1f29;
  overflow: hidden;
}
.about:before {
  content: "";
  display: block;
  position: absolute;
  width: 1103px;
  height: 1183px;
  right: -20%;
  top: -8%;
  background: url(../image/bg_img_about.png) no-repeat center/cover;
}
.about .pin-spacer {
  background: #1f1f29;
}
.about .pin-spacer .visualItem .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.about .pin-spacer .visualItem .txt strong {
  display: block;
  font-size: 13.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: ab, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
  line-height: 120px;
  white-space: nowrap;
  opacity: 1;
}
.about .pin-spacer .visualItem .txt strong:before, .about .pin-spacer .visualItem .txt strong:after {
  font-size: 16rem;
  font-weight: 700;
  color: #f12535;
  font-family: ab, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
}
.about .pin-spacer .visualItem .txt strong:nth-child(1):before {
  content: "“";
  margin: 0 10px 0 -50px;
}
.about .pin-spacer .visualItem .txt strong:nth-child(2):after {
  content: "”";
  margin: 0 -60px 0 10px;
  vertical-align: -32px;
}
.about .companyProfile {
  padding: 215px 0;
  background: #fff;
}
.about .companyProfile p {
  font-size: 2.8rem;
  color: #646464;
  line-height: 44px;
}
.about .companyProfile p strong {
  font-size: 2.8rem;
  color: #2c469b;
  line-height: 44px;
}
.about .companyProfile .coreValues {
  padding: 40px 0 100px;
  position: relative; /* overflow:hidden; */
}
.about .companyProfile .coreValues .cvTxt {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about .companyProfile .coreValues .cvTxt strong {
  display: block;
  font-size: 10.3rem;
  font-weight: 600;
  color: #2c469b;
  line-height: 132px;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
  height: 132px;
  transform: translateY(150%);
}
.about .companyProfile .coreValues .cvTxt:last-of-type {
  position: absolute;
  width: 1055px;
  left: 254px;
  top: 204px;
  z-index: 1;
}
.about .companyProfile .coreValues .cvTxt:last-of-type strong {
  font-size: 13rem;
  -webkit-text-stroke: 2px #2c469b; /* -webkit-text-fill-color:transparent; */
  -webkit-background-clip: text;
  height: 200px;
  line-height: 200px;
  letter-spacing: -7px;
}
.about .companyProfile .coreValues .cvTxt:last-of-type strong::after {
  content: attr(data-text);
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-text-stroke: 0px #fff;
}
.about .companyProfile .img {
  display: block;
  overflow: hidden;
  height: 280px;
  width: 0%;
}
.about .companyProfile .img img {
  transform: translateY(0);
  width: 1196px;
}
.about .companyProfile .srv {
  padding-top: 215px;
}
.about .companyProfile .srv strong {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  color: #2c469b;
  padding-bottom: 20px;
}
.about .companyProfile .srv strong em {
  display: block;
  font-size: 1.8rem;
  color: #646464;
  letter-spacing: 6px;
  text-transform: uppercase;
  line-height: 40px;
}
.about .companyProfile .srv > strong {
  letter-spacing: 3px;
}
.about .companyProfile .srv p {
  margin-bottom: 110px;
}
.about .companyProfile .srv .swiper-container {
  overflow: visible;
}
.about .companyProfile .srv .swiper-slide {
  width: 600px;
  cursor: url("../image/img_cursor_drag.png"), auto;
}
.about .companyProfile .srv .swiper-slide em {
  font-size: 2.4rem;
  color: #2c469b;
  padding-bottom: 35px;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
}
.about .companyProfile .srv .swiper-slide strong {
  font-size: 8rem;
  font-weight: 400;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
}
.about .companyProfile .srv .swiper-slide span {
  font-size: 2.4rem;
  color: #2c469b;
}
.about .companyProfile .srv .srvItem {
  display: flex;
  flex-wrap: wrap;
}
.about .companyProfile .srv .srvItem .item {
  margin-top: 110px;
  width: 460px;
}
.about .companyProfile .srv .srvItem .item:nth-child(3n) {
  width: auto;
}
.about .companyProfile .srv .srvItem .item em {
  font-size: 2.4rem;
  color: #2c469b;
  padding-bottom: 35px;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
}
.about .companyProfile .srv .srvItem .item strong {
  font-size: 7.2rem;
  font-weight: 400;
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
}
.about .companyProfile .srv .srvItem .item span {
  font-size: 2.4rem;
  color: #2c469b;
}
.about .backgroundImg {
  position: relative;
}
.about .backgroundImg .imgBox {
  display: block;
  width: 0%;
  overflow: hidden;
}
.about .backgroundImg .imgBox img {
  width: auto;
  height: 615px;
  transform: translateY(0);
}
.about .backgroundImg::before {
  content: "";
  display: block;
  position: absolute;
  top: -1%;
  left: 0;
  width: 100%;
  height: 51%;
  background: #fff;
  z-index: -1;
}
.about .clientsProfile, .about .awardsProfile {
  background: #1f1f29;
  padding: 215px 0;
}
.about .clientsProfile p, .about .awardsProfile p {
  font-size: 2.8rem;
  color: #fff;
  line-height: 44px;
}
.about .clientsProfile .inner > strong, .about .awardsProfile .inner > strong {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px;
}
.about .clientsProfile .inner > strong em, .about .awardsProfile .inner > strong em {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 6px;
  text-transform: uppercase;
  line-height: 40px;
}
.about .clientsProfile .tabType02, .about .awardsProfile .tabType02 {
  margin-top: 150px;
}
.about .clientsProfile .tabCont, .about .awardsProfile .tabCont {
  margin-top: 0;
  padding: 0;
}
.about .clientsProfile .clientsList, .about .awardsProfile .clientsList {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.about .clientsProfile .clientsList li, .about .awardsProfile .clientsList li {
  width: 20%;
  margin-top: 40px;
  text-align: center;
}
.about .clientsProfile .clientsList li .thum, .about .awardsProfile .clientsList li .thum {
  display: block;
  width: 180px;
  margin: 0 auto;
  background: none;
}
.about .clientsProfile .clientsList li .thum img, .about .awardsProfile .clientsList li .thum img {
  width: 100%;
}
.about .clientsProfile .btnArea, .about .awardsProfile .btnArea {
  margin-top: 140px;
}
.about .clientsProfile .btnArea button, .about .awardsProfile .btnArea button {
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
  width: 290px;
}
.about .awardsProfile {
  position: relative;
  padding-bottom: 150px;
  /* .yearContainer{padding-bottom:200px;}
  .yearCont{margin-top:115px;
      dt{font-size:rem(60px);font-family:$eng_Font;color:$col_white;}
      dd{
          ul{
              li{margin-top:25px;
                  > *{display:block;font-size:rem(28px);}
                  strong{color:#838383;font-weight:400;margin-right:30px;float:left;}
                  span{color:$col_white;overflow:hidden;}
              }
          }
      }
      &:first-child{margin-top:0;}
  } */
}
.about .awardsProfile p:after {
  content: "";
  display: block;
  width: 166px;
  height: 68px;
  margin-top: 40px;
  background: url(../image/img_awards.png) no-repeat 0 0/100%;
}
.about .awardsProfile .yearTab {
  margin: 145px 0 75px;
  display: flex;
  overflow-x: auto;
  padding-top: 5px;
}
.about .awardsProfile .yearTab .tab {
  display: inline-flex;
  padding-right: 140px;
  position: relative;
}
.about .awardsProfile .yearTab .tab:after {
  content: "";
  display: block;
  position: absolute;
  left: 55px;
  top: 8px;
  width: 100%;
  height: 1px;
  background: #f12535;
  opacity: 0.3;
}
.about .awardsProfile .yearTab .tab a {
  display: block;
  position: relative;
  height: 100%;
  padding-top: 40px;
}
.about .awardsProfile .yearTab .tab a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 17px;
  height: 17px;
  border-radius: 100%;
  border: 1px solid #f12535;
  background: #1a1818;
  z-index: 1;
}
.about .awardsProfile .yearTab .tab a:hover:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  border-radius: 100%;
  width: 29px;
  height: 29px;
  background: #f12535;
  opacity: 0.4;
  margin: 0 auto;
}
.about .awardsProfile .yearTab .tab a span {
  color: #f12535;
  font-size: 1.8rem;
  opacity: 0.4;
}
.about .awardsProfile .yearTab .tab.active a {
  font-weight: 700;
  opacity: 1;
}
.about .awardsProfile .yearTab .tab.active a:before {
  border: 1px solid #f12535;
  background: #f12535;
  animation: blink 1s infinite;
}
.about .awardsProfile .yearTab .tab.active a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  border-radius: 100%;
  width: 29px;
  height: 29px;
  background: #f12535;
  opacity: 0.4;
  margin: 0 auto;
}
.about .awardsProfile .yearTab .tab.active a span {
  opacity: 1;
}
.about .awardsProfile .yearTab .tab:last-child {
  padding-right: 0;
}
.about .awardsProfile .yearTab .tab:last-child:after {
  display: none;
}
.about .awardsProfile .yearTab.fixedTab {
  position: fixed;
  top: 355px;
}
.about .awardsProfile .tabCont {
  overflow: hidden;
}
.about .awardsProfile .yearSwiper {
  margin-top: 140px;
}
.about .awardsProfile .yearSwiper .swiper-container {
  overflow: visible;
}
.about .awardsProfile .yearSwiper .swiper-slide {
  cursor: url("../image/img_cursor_drag.png"), auto;
}
.about .awardsProfile .yearSwiper .swiper-slide dt {
  font-family: Montserrat, Open Sans, Helvetica Neue, sans-serif;
  font-size: 4.5rem;
  color: #fff;
}
.about .awardsProfile .yearSwiper .swiper-slide dd {
  margin-top: 30px;
}
.about .awardsProfile .yearSwiper .swiper-slide dd li {
  margin-bottom: 30px;
}
.about .awardsProfile .yearSwiper .swiper-slide dd li:last-child {
  margin-bottom: 0;
}
.about .awardsProfile .yearSwiper .swiper-slide dd strong {
  display: inline-block;
  font-size: 2.8rem;
  color: #838383;
  font-weight: 400;
  margin-right: 30px;
}
.about .awardsProfile .yearSwiper .swiper-slide dd span {
  font-size: 2.8rem;
  color: #fff;
}
.about .awardsProfile .yearScroll {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #24242d;
}
.about .awardsProfile .yearScroll .swiper-scrollbar-drag {
  background: #36363f;
}
.about .aboutBanner {
  position: relative;
  background: #1a1818; /*padding-top:135px;*/
}
.about .aboutBanner p {
  position: absolute;
  left: 0;
  top: -135px;
  font-size: 8rem;
  font-weight: 700;
  color: #fff;
}
.about .aboutBanner a {
  display: block;
  position: relative;
}
.about .aboutBanner a:after {
  content: "";
  width: 46px;
  height: 46px;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 200px;
}
.about .aboutBanner .img {
  display: block;
  text-align: center;
  overflow: hidden;
}
.about .aboutBanner .img img {
  width: 100%;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tabType02 .tab {
  display: inline-block;
  margin-right: 60px;
}
.tabType02 .tab a {
  font-size: 3rem;
  font-weight: 700;
  opacity: 0.2;
  color: #fff;
  font-family: ab, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
  position: relative;
}
.tabType02 .tab a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background: #f12535;
  transition: width 0.3s ease;
}
.tabType02 .tab a:hover {
  color: #f12535;
  opacity: 1;
  transition: all 0.3s ease;
}
.tabType02 .tab.active a {
  color: #f12535;
  opacity: 1;
}
.tabType02 .tab.active a:after {
  width: 100%;
}
.tabType02 .tab:last-of-type {
  margin-right: 0;
}

.error {
  height: 100vh;
}
.error .inner {
  text-align: center;
  display: table-cell;
  width: 100vw;
  height: 100vh;
  vertical-align: middle;
}
.error .inner:before {
  content: "";
  display: block;
  width: 536px;
  height: 300px;
  margin: 0 auto;
  background: url(../image/img_error.png) no-repeat 0 0/100%;
}
.error .inner p {
  font-size: 2.4rem;
  color: #fff;
  margin: 50px 0 100px;
}
.error .inner .btnArea a {
  background: #f12535;
  border-color: #f12535;
}
.error .inner .btnArea a:hover {
  background: #fff;
  border-color: #fff;
}

.thum {
  background: linear-gradient(90deg, rgba(128, 128, 128, 0.2), rgba(255, 255, 255, 0.3), rgba(128, 128, 128, 0.2));
  background-size: 400% 400%;
  background-position: 0% 50%;
  animation: gradient 2s ease infinite;
}
.thum img.lazy {
  padding-bottom: 56.25%;
  transition: transform 0.3s ease, opacity 1s linear !important;
  opacity: 0;
}
.thum img.lazy.loaded {
  opacity: 1;
  padding-bottom: 0;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 135% 50%;
  }
}
.listFunc {
  height: 220px;
  overflow: hidden;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.listFunc a {
  display: block;
  position: relative;
}
.listFunc .btnList {
  display: table-cell;
  width: 220px;
  background: #000;
}
.listFunc .btnList:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 24px;
  height: 24px;
  background: url(../image/btn_list.png) no-repeat 0 0/100%;
}
.listFunc .btnList:hover {
  background: #1a1818;
}
.listFunc .btnList a, .listFunc .btnList span {
  display: block;
  width: 100%;
  height: 100%;
}
.listFunc .prev, .listFunc .next {
  display: table-cell;
}
.listFunc .prev.disabled, .listFunc .next.disabled {
  background: #000;
}
.listFunc .prev.disabled em, .listFunc .next.disabled em {
  display: none;
}
.listFunc .prev.disabled .bg img, .listFunc .next.disabled .bg img {
  display: none;
}
.listFunc .prev:hover .bg:after, .listFunc .next:hover .bg:after {
  background: rgba(0, 0, 0, 0.5);
}
.listFunc em {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 5.2rem;
  font-family: "ab";
  font-weight: 700;
  color: #fff;
  z-indeX: 1;
}
.listFunc em:before, .listFunc em:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 1px;
  background: #fff;
}
.listFunc .bg {
  display: block;
  height: 220px;
  overflow: hidden;
  position: relative;
  background: #000;
}
.listFunc .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}
.listFunc .bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.listFunc .prev em:before {
  margin-right: 20px;
}
.listFunc .prev em:after {
  display: none;
}
.listFunc .next em:before {
  display: none;
}
.listFunc .next em:after {
  margin-left: 20px;
}

/**** tablet  ****/
@media (min-width: 800px) and (max-width: 1900px) {
  .inner {
    width: 73.6842105263vw;
    padding: 0vw 1.5789473684vw;
  }
  .txtInfo {
    font-size: 1.5rem;
  }
  .layerPop .popInner {
    width: 73.6842105263vw;
    max-height: 800px;
  }
  .layerPop .contInner {
    height: 700px;
  }
  .layerPop .btnClose {
    right: 2.1052631579vw;
    top: 2.1052631579vw;
    width: 2.1052631579vw;
    height: 2.1052631579vw;
  }
  .layerPop.active .popInner {
    animation: popup-in 0.3s ease both;
  }
  header { /* @include vw-convert-tablet(height, 140px); */ }
  header .logo {
    top: 3.1578947368vw;
    left: 3.1578947368vw;
    width: 4.4210526316vw;
    height: 2.9473684211vw;
  }
  header .btnTotalmn {
    top: 3.1578947368vw;
    right: 3.1578947368vw;
    width: 3.1578947368vw;
    height: 3.1578947368vw;
  }
  header .btnTotalmn .ico {
    width: 1.5789473684vw;
  }
  header .btnTotalmn .ico span {
    width: 1.5789473684vw;
    height: 0.1578947368vw;
  }
  header .btnTotalmn .ico span:nth-of-type(2) {
    width: 1.0526315789vw;
    margin: 0.3684210526vw 0vw 0.3684210526vw 0.5263157895vw;
  }
  .totalMn .totalWrap {
    width: 48.1052631579vw;
  }
  .totalMn .list li {
    margin-bottom: 3.1578947368vw;
  }
  .totalMn .list li a, .totalMn .list li button {
    font-size: 4.7368421053vw;
  }
  .totalMn .list li a .num, .totalMn .list li button .num {
    left: 3.1578947368vw;
    font-size: 0.8947368421vw;
  }
  .totalMn .list li a:hover, .totalMn .list li a:active, .totalMn .list li button:hover, .totalMn .list li button:active {
    padding-left: 3.1578947368vw;
  }
  .totalMn .list li a:hover::after, .totalMn .list li a:active::after, .totalMn .list li button:hover::after, .totalMn .list li button:active::after {
    left: 3.1578947368vw;
  }
  .totalMn .list li a:hover .num, .totalMn .list li a:active .num, .totalMn .list li button:hover .num, .totalMn .list li button:active .num {
    left: 2.1052631579vw;
  }
  .totalMn .list::after {
    left: -5.0526315789vw;
    top: 2.3684210526vw;
    font-size: 0.7894736842vw;
  }
  .totalMn .totalMn_foot {
    margin-bottom: 1.0526315789vw;
  }
  .totalMn .totalMn_foot > * {
    font-size: 1.7894736842vw;
  }
  .totalMn .totalMn_foot > *:before {
    width: 1.2631578947vw;
    height: 1.2631578947vw;
    margin-right: 0.8421052632vw;
  }
  .footContactCon .subTxt {
    width: 76.3157894737vw;
  }
  .footContactCon .subTxt em .cuTxt span {
    font-size: 5.2631578947vw;
  }
  .footContactCon .subTxt em:after {
    width: 5.8947368421vw;
    height: 5.8947368421vw;
    margin: 0.7894736842vw 0vw 0vw 0.9473684211vw;
    background-size: 5.2631578947vw;
  }
  .footContact .companyInfor {
    width: 76.3157894737vw;
    margin: 60px auto 0;
  }
  .footContact .companyInfor .inforItem {
    max-width: 15.7894736842vw;
  }
  .footContact .companyInfor .inforItem dt {
    padding-bottom: 1.0526315789vw;
    font-size: 1.7894736842vw;
  }
  .footContact .companyInfor .inforItem dt::after {
    top: 0.7894736842vw;
    width: 0.7894736842vw;
    height: 0.5789473684vw;
  }
  .footContact .companyInfor .inforItem dd {
    padding-top: 1.5789473684vw;
  }
  .footContact .companyInfor .inforItem dd span {
    font-size: 0.9473684211vw;
  }
  .footContact .companyInfor .inforItem ~ .inforItem {
    margin-left: 30px;
  }
  .footWrap {
    padding: 4.2105263158vw 0vw 3.6842105263vw;
  }
  .footWrap .footLogo {
    width: 11.0526315789vw;
    height: 2.2631578947vw;
  }
  .footWrap .footInfo .footMn {
    margin-bottom: 1.3157894737vw;
  }
  .footWrap .footInfo .footMn li {
    position: relative;
  }
  .footWrap .footInfo .footMn li a, .footWrap .footInfo .footMn li button {
    padding: 0vw 0.5263157895vw;
    font-size: 1.6rem;
  }
  .footWrap .footInfo .addInfo address {
    font-size: 1.4rem;
    margin-bottom: 0vw 0.5263157895vw;
  }
  .footWrap .footInfo .addInfo small {
    font-size: 1.4rem;
  }
  .sideBtn li {
    padding: 1.0526315789vw;
  }
  .tabType01 .tab {
    margin-left: 2.8947368421vw;
  }
  .tabType01 .tab a {
    font-size: 3.6842105263vw;
    padding: 0vw 0.8947368421vw;
    line-height: 4.2105263158vw;
  }
  .tabType01 .tab a:after {
    padding: 0vw 0.8947368421vw;
  }
  .tabCont {
    padding: 0vw 1.0526315789vw;
    margin-top: 6.3157894737vw;
  }
  /** 메인(contact us 포함) **/
  .project-lists {
    padding-top: 7.3684210526vw;
  }
  .projectMn { /* @include vw-convert-tablet(width, 1100px);@include vw-convert-tablet(padding-bottom, 100px); */ }
  .projectMn li .slideContent {
    width: 57.8947368421vw;
  }
  .projectMn li:before {
    top: 1.3684210526vw;
    font-size: 1.5rem;
  }
  .projectMn li a {
    font-size: 7rem;
  }
  .projectMn li.swiper-slide-active a {
    opacity: 1;
    -webkit-text-fill-color: #fff;
  }
  .projectWrap .swiper-pagination {
    right: 3.1578947368vw;
  }
  .projectWrap .swiper-control {
    bottom: 11.8421052632vw;
    right: 6.3157894737vw;
  }
  .projectImg .swiper-slide {
    overflow: hidden;
  }
  .projectImg .swiper-slide video {
    width: auto;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .projectImg .swiper-slide video::-webkit-media-controls {
    display: none;
  }
  .contactCon {
    background-size: 122.3157894737vw;
  }
  .contactCon .subTxt {
    width: 76.3157894737vw;
  }
  .contactCon .subTxt em .cuTxt span {
    font-size: 6.3157894737vw;
  }
  .contactCon .subTxt em i.eng {
    font-size: 6.3157894737vw;
  }
  .contactCon .subTxt em:after {
    width: 5.8947368421vw;
    height: 5.8947368421vw;
    margin: 0.7894736842vw 0vw 0vw 0.9473684211vw;
  }
  .contactCon .subTxt em:after {
    background-size: 5.2631578947vw;
  }
  .contactCon .companyInfor {
    width: 76.3157894737vw;
    margin: 60px auto 0;
  }
  .contactCon .companyInfor .inforItem dt {
    font-family: ab, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
    font-size: 4rem;
  }
  .contactCon .companyInfor .inforItem dd {
    padding-top: 30px;
  }
  .contactCon .companyInfor .inforItem dd span {
    font-size: 1.6rem;
  }
  .contactCon .companyInfor .inforItem ~ .inforItem {
    margin-left: 50px;
  }
  .locationWrap {
    margin-top: 4.2105263158vw;
  }
  .locationWrap .tit {
    display: block;
    font-size: 2.6rem;
  }
  .locationWrap address {
    padding-top: 1.0526315789vw;
    font-size: 1.5rem;
  }
  .locationWrap address button {
    padding: 0.7894736842vw 1.5789473684vw 0.7894736842vw 0vw;
    background-size: 1.0526315789vw;
    font-size: 1.3rem;
  }
  .locationWrap .info {
    padding-top: 2.5789473684vw;
  }
  .locationWrap .info span {
    padding-bottom: 1.0526315789vw;
    font-size: 1.4rem;
  }
  .locationWrap .info span em, .locationWrap .info span a {
    padding-left: 0.5263157895vw;
    font-size: 1.4rem;
  }
  .requsetAcc {
    margin-top: 6.0526315789vw;
  }
  .requsetAcc .accTit {
    padding: 1.6842105263vw 2.1052631579vw 1.6842105263vw 0vw;
    font-size: 3.2rem;
  }
  .requsetAcc .accTit:before, .requsetAcc .accTit:after {
    right: 0.7894736842vw;
    width: 0.2105263158vw;
    height: 1.4736842105vw;
    margin-top: -0.7368421053vw;
  }
  .requsetAcc .accCon {
    padding-bottom: 5.2631578947vw;
  }
  .requsetAcc .agreeCheck {
    min-height: 1.5789473684vw;
    margin-top: 1.0526315789vw;
  }
  .requsetAcc .agreeCheck button {
    font-size: 1.3rem;
  }
  .requsetAcc .titArea {
    margin-bottom: 1.0526315789vw;
  }
  .requsetAcc .btnResume {
    font-size: 1.3rem;
  }
  .requsetAcc .txtInfoS {
    font-size: 1.3rem;
    margin-top: 1.5789473684vw;
    padding-left: 14px;
  }
  .requsetAcc .txtInfoS:before {
    width: 3px;
    height: 3px;
  }
  .requsetList {
    padding-top: 1.0526315789vw;
  }
  .requsetList input {
    font-size: 1.3rem;
    padding: 15px 25px 16px;
  }
  .requsetList ::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  .requsetList ::placeholder {
    font-size: 1.3rem;
  }
  .requsetList input:focus {
    padding: 14px 24px 15px;
  }
  .requsetList textarea {
    padding: 25px;
  }
  .requsetList textarea:focus {
    padding: 24px;
  }
  .requsetList .formWrap {
    margin: 0vw -0.3157894737vw;
    padding: 0.5263157895vw 0vw;
  }
  .requsetList .formWrap span {
    padding: 0vw 0.3157894737vw;
  }
  .requsetList .fileUpload input + label {
    font-size: 1.3rem;
    padding: 15px 25px 16px;
  }
  .requsetList .fileUpload input + label:after {
    right: 20px;
    background-size: 15px;
  }
  .requsetList .fileUpload .uploadFile span {
    padding: 0 0 0 25px;
    line-height: 47px;
    font-size: 1.3rem;
  }
  .supportArea {
    margin: 4.2105263158vw 0vw 3.1578947368vw;
  }
  .supportArea .radList span {
    flex: 0 50%;
  }
  input[type=checkbox] + label {
    font-size: 1.3rem;
    padding-left: 2.3157894737vw;
    line-height: 1.5789473684vw;
  }
  input[type=checkbox] + label:before {
    width: 1.5789473684vw;
    height: 1.5789473684vw;
    border-radius: 0.1052631579vw;
  }
  input[type=checkbox] + label:after {
    top: 0.4210526316vw;
    left: 0.2631578947vw;
    border-width: 0vw 0vw 0.1578947368vw 0.1578947368vw;
    width: 0.9473684211vw;
    height: 0.4210526316vw;
    border-radius: 0.1052631579vw;
  }
  input[type=radio] + label {
    font-size: 1.4rem;
    line-height: 48px;
  }
  input[type=radio] + label:before {
    width: 1.2631578947vw;
    height: 1.2631578947vw;
  }
  input[type=radio] + label:after {
    top: 0.3157894737vw;
    left: 0.3157894737vw;
    width: 0.7368421053vw;
    height: 0.7368421053vw;
  }
  .btnArea button {
    font-size: 2.8rem;
    height: 58px;
    line-height: 58px;
  }
  .btnArea .submit {
    width: 200px;
  }
  .viewProject {
    margin-top: 7.8947368421vw;
  }
  .viewProject .con .tit {
    font-size: 2.4210526316vw;
  }
  .viewProject .con a {
    font-size: 1.4736842105vw;
    width: 15.2631578947vw;
    width: 15.2631578947vw;
    height: 3.8421052632vw;
    margin-top: 4.2105263158vw;
    line-height: 3.8421052632vw;
  }
  .contactUs .visualItem {
    padding: 12.1052631579vw 0vw 9.2105263158vw;
    min-height: 80vw;
  }
  .contactUs .visualItem:before {
    width: 58.0526315789vw;
    height: 62.2631578947vw;
    top: -26.3157894737vw;
    right: -5.2631578947vw;
  }
  .contactUs .visualItem h1 {
    font-size: 2rem;
  }
  .contactUs .visualItem .txt {
    padding-top: 5.2631578947vw;
  }
  .contactUs .visualItem .txt em {
    font-size: 13rem;
    line-height: 110px;
  }
  .contactUs .visualItem .txt span {
    font-size: 13rem;
    line-height: 110px;
  }
  .contactUs .visualItem .contactInfo {
    padding-top: 5.2631578947vw;
  }
  .contactUs .visualItem .contactInfo dl dt {
    margin-bottom: 0.7894736842vw;
  }
  .contactUs .visualItem .contactInfo .addr {
    margin-bottom: 3.1578947368vw;
  }
  .contactUs .visualItem .contactInfo .tel dl:nth-child(2) {
    margin-left: 3.3684210526vw;
  }
  .contactUs .visualItem .contactInfo .btn_dl {
    position: relative;
    margin-top: 3.1578947368vw;
  }
  .mvExperience {
    min-height: 28.9473684211vw;
  }
  .mvExperience .inner p {
    left: -5.2rem;
  }
  .mvExperience .inner p .cuTxt span {
    font-size: 5.2631578947vw;
  }
  h1.tit {
    font-size: 3rem;
  }
  @keyframes imgslide {
    100% {
      background-position: -2324px 30%;
    }
  }
  @keyframes imgslide2 {
    100% {
      background-position: -1920px 0;
    }
  }
  .accWrap .accCon .txtInfo button {
    font-size: 1.5rem;
  }
  .accWrap .accCon .txtInfo button em {
    font-size: 1.5rem;
  }
  .mapInfor .mapArea {
    width: 42.1052631579vw;
    height: 52.6315789474vw;
  }
  .mapInfor .mapArea img {
    height: auto;
  }
  .mapInfor .mapArea .mapPin img {
    width: 1.7894736842vw;
  }
  .mapInfor .inforArea dl {
    padding: 7.3684210526vw 2.6315789474vw 0vw;
  }
  .mapInfor .inforArea dl dt {
    font-size: 2.8rem;
  }
  .mapInfor .inforArea address {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .mapInfor .inforArea .officeItem span {
    font-size: 1.8rem;
  }
  .mapInfor .inforArea .officeItem span em {
    width: 40px;
    font-size: 1.8rem;
  }
  .mapInfor .inforArea .officeItem span ~ span {
    margin-top: 0.5263157895vw;
  }
  .layerPop.termsType .contInner {
    height: 700px;
  }
  .popCont .terms {
    height: 700px;
  }
  .popCont .termsCont {
    padding: 0vw 2.6315789474vw 2.6315789474vw;
  }
  .popCont h2.popTit {
    font-size: 2.8rem;
    line-height: 100px;
    padding-left: 2.6315789474vw;
  }
  .popCont .numList > li {
    margin-top: 4.7368421053vw;
  }
  .popCont .numList > li:before {
    font-size: 1.8rem;
  }
  .popCont .numList > li > strong {
    font-size: 1.8rem;
    padding: 0 0 10px 18px;
  }
  .popCont .numList > li p {
    font-size: 1.5rem;
  }
  .popCont .numList > li .tit {
    padding: 1.5789473684vw 0vw 0.5263157895vw;
  }
  .layerPop.welcomeType .contInner {
    height: 700px;
    overflow-y: hidden;
  }
  .layerPop.welcomeType .header {
    width: 26.3157894737vw;
    height: 100%;
    background-size: 100% 100%;
  }
  .layerPop.welcomeType .header strong {
    font-size: 10rem;
    margin-top: -4.2105263158vw;
  }
  .layerPop.welcomeType .header strong em {
    font-size: 10rem;
    text-indent: 100px;
  }
  .welCome {
    height: 100%;
  }
  .welCome .benefitItem {
    padding: 0;
    height: calc(100% - 50px);
    overflow-y: auto;
  }
  .welCome .benefitItem > ol {
    padding: 6.3157894737vw 2.6315789474vw 0vw 28.9473684211vw;
  }
  .welCome .benefitItem > ol > li {
    padding-left: 28px;
    font-size: 3rem;
    line-height: 46px;
    margin-top: 16px;
  }
  .welCome .benefitItem > ol > li:before {
    font-size: 1.2rem;
    top: -5px;
  }
  .welCome .benefitItem > ol > li .highlight {
    font-size: 3rem;
  }
  .welCome .benefitItem > ol > li .highlight:before {
    bottom: 0.1578947368vw;
    height: 1.0526315789vw;
  }
  .welCome .benefitItem > ol > li .marginal {
    font-size: 3rem;
  }
  .todayCheck {
    width: 47.3684210526vw;
    padding: 0vw 2.6315789474vw;
    height: 50px;
    line-height: 50px;
  }
  .todayCheck input + label {
    line-height: 50px;
    padding-left: 38px;
  }
  .todayCheck input[type=checkbox] + label:before {
    top: 12px;
    width: 24px;
    height: 24px;
    border-radius: 2px;
  }
  .todayCheck input[type=checkbox]:checked + label:after {
    top: 18px;
    border-width: 0 0 2px 2px;
    width: 16px;
    height: 6px;
  }
  .todayCheck .btnClose {
    right: 2.6315789474vw;
    top: 0px;
    width: auto;
    height: 100%;
  }
  .topic {
    padding-top: 12.1052631579vw;
    min-height: 132.9473684211vw;
    /*&:before{@include vw-convert-tablet(min-height, 2526px);}*/
  }
  .topic .topicList {
    margin: 3.6842105263vw -10.5263157895vw 0vw;
  }
  .topic .topicList > li {
    width: 26.3157894737vw;
    margin-left: 5.2631578947vw;
    padding-bottom: 10.5263157895vw;
  }
  .topic .topicList > li a .thum {
    width: 26.3157894737vw;
    height: 26.3157894737vw;
  }
  .topic .topicList > li .title {
    font-size: 1.7894736842vw;
    padding: 2.6315789474vw 1.0526315789vw 0vw;
  }
  .topic .topicList > li .date {
    font-size: 1.0526315789vw;
    padding: 1.0526315789vw 1.0526315789vw 0vw;
  }
  .topic .topicList > li .sort {
    right: 1.0526315789vw;
    font-size: 1.0526315789vw;
  }
  .moreBtn a, .moreBtn button {
    width: 15.2631578947vw;
    height: 3.6842105263vw;
    line-height: 3.6842105263vw;
    font-size: 1.4736842105vw;
  }
  .topic_view {
    padding-top: 12.1052631579vw;
  }
  .topic_view .detailView dt {
    font-size: 3.6842105263vw;
  }
  .topic_view .detailView dt .sort {
    left: -3.6842105263vw;
    top: -3.4210526316vw;
    font-size: 1.8947368421vw;
    padding: 0.9473684211vw 1.0526315789vw;
    border-radius: 2.1052631579vw;
  }
  .topic_view .detailView dt .sort:after {
    left: 2.1052631579vw;
    bottom: -1.0526315789vw;
  }
  .topic_view .detailView .date {
    padding-top: 2.6315789474vw;
    font-size: 1.8rem;
  }
  .topic_view .detailView .viewCont {
    padding-top: 4.7368421053vw;
    font-size: 1.8rem;
    line-height: 30px;
    padding-bottom: 4.7368421053vw;
  }
  .topic_view .detailView .attachFile {
    padding-bottom: 13.1578947368vw;
  }
  .topic_view .detailView .attachFile > * {
    font-size: 1.8rem;
  }
  .topic_view .controller > div {
    height: 21.0526315789vw;
  }
  .topic_view .controller > div a .title {
    font-size: 1.5789473684vw;
  }
  .topic_view .controller > div button {
    width: 5.2631578947vw;
    height: 5.2631578947vw;
  }
  .topic_view .controller > div.prev button {
    background-size: 3.1578947368vw;
    left: 2.1052631579vw;
  }
  .topic_view .controller > div.next button {
    background-size: 3.1578947368vw;
    right: 2.1052631579vw;
  }
  .works {
    padding-top: 12.1052631579vw;
  }
  .works .inner {
    width: 94.7368421053vw;
  }
  .works .tabCont {
    padding: 0vw 0vw 10.5263157895vw;
  }
  .works .worksList { /*@include vw-convert-tablet(padding-bottom, 200px);*/ }
  .works .worksList > li {
    width: 31.5789473684vw;
    height: 31.5789473684vw;
  }
  .works .worksList > li .worksTitle {
    left: 3.1578947368vw;
    bottom: 3.1578947368vw;
    font-size: 2rem;
  }
  .works .worksList > li:nth-child(4) {
    width: 63.1578947368vw;
    height: 63.1578947368vw;
  }
  .works .worksList > li:nth-child(13) {
    width: 63.1578947368vw;
    height: 63.1578947368vw;
  }
  .works .moreBtn {
    margin-top: 10.5263157895vw;
  }
  .works_view .visualItem .worksTitle {
    font-size: 5.2631578947vw;
    line-height: 7.3684210526vw;
    padding-top: 11.0526315789vw;
    width: 44.7368421053vw;
  }
  .works_view .visualItem .projectInfor {
    left: 1.5789473684vw;
    bottom: 5.2631578947vw;
  }
  .works_view .visualItem .projectInfor ul > li {
    margin-top: 1.0526315789vw;
  }
  .works_view .visualItem .projectInfor ul > li em {
    font-size: 1.5rem;
    width: 85px;
  }
  .works_view .visualItem .projectInfor ul > li span {
    font-size: 1.5rem;
  }
  .works_view .visualItem .projectInfor ul > li span.shortcut {
    margin-right: 10px;
  }
  .works_view .detailView {
    width: 101.0526315789vw;
  }
  .main .works .tabCont {
    padding: 0vw 0vw 6.3157894737vw;
  }
  .main .works .worksList > li {
    float: left;
    width: 31.5789473684vw;
    height: 31.5789473684vw;
  }
  .main .works .moreBtn {
    margin-top: 5.2631578947vw;
  }
  .about:before {
    width: 58.0526315789vw;
    height: 62.2631578947vw;
    top: -26.3157894737vw;
    right: -5.2631578947vw;
  }
  .about .pin-spacer .visualItem .txt strong {
    font-size: 6.9473684211vw;
    line-height: 6.3157894737vw;
  }
  .about .pin-spacer .visualItem .txt strong:before, .about .pin-spacer .visualItem .txt strong:after {
    font-size: 8.4210526316vw;
  }
  .about .pin-spacer .visualItem .txt strong:nth-child(1):before {
    margin: 0vw 0.5263157895vw 0vw -2.6315789474vw;
  }
  .about .pin-spacer .visualItem .txt strong:nth-child(2):after {
    margin: 0vw -3.1578947368vw 0vw 0.5263157895vw;
    vertical-align: -1.6842105263vw;
  }
  .about .companyProfile {
    padding: 11.3157894737vw 0vw;
  }
  .about .companyProfile p {
    font-size: 1.4736842105vw;
    line-height: 2.3157894737vw;
  }
  .about .companyProfile p strong {
    font-size: 1.4736842105vw;
  }
  .about .companyProfile .coreValues {
    padding: 2.1052631579vw 0vw 5.2631578947vw;
  }
  .about .companyProfile .coreValues .cvTxt strong {
    font-size: 5.4210526316vw;
    line-height: 6.9473684211vw;
    height: 6.9473684211vw;
  }
  .about .companyProfile .coreValues .cvTxt:last-of-type {
    left: 13.3684210526vw;
    top: 10.7368421053vw;
  }
  .about .companyProfile .coreValues .cvTxt:last-of-type strong {
    font-size: 6.8421052632vw;
    height: 10.5263157895vw;
    line-height: 10.5263157895vw;
    letter-spacing: -0.3684210526vw;
  }
  .about .companyProfile .img {
    height: 14.7368421053vw;
  }
  .about .companyProfile .img img {
    width: 62.9473684211vw;
  }
  .about .companyProfile .srv {
    padding-top: 11.3157894737vw;
  }
  .about .companyProfile .srv strong {
    font-size: 2.1052631579vw;
    padding-bottom: 1.0526315789vw;
  }
  .about .companyProfile .srv strong em {
    font-size: 0.9473684211vw;
    letter-spacing: 0.3157894737vw;
    line-height: 2.1052631579vw;
  }
  .about .companyProfile .srv p {
    margin-bottom: 5.7894736842vw;
  }
  .about .companyProfile .srv .swiper-slide {
    width: 31.5789473684vw;
  }
  .about .companyProfile .srv .swiper-slide em {
    font-size: 1.3684210526vw;
    padding-bottom: 1.8421052632vw;
  }
  .about .companyProfile .srv .swiper-slide strong {
    font-size: 4.7368421053vw;
  }
  .about .companyProfile .srv .swiper-slide span {
    font-size: 1.2631578947vw;
  }
  .about .companyProfile .srv .srvItem .item {
    margin-top: 5.7894736842vw;
    width: 24.2105263158vw;
  }
  .about .companyProfile .srv .srvItem .item:nth-child(3n) {
    width: 24.2105263158vw;
  }
  .about .companyProfile .srv .srvItem .item em {
    font-size: 1.3684210526vw;
    padding-bottom: 1.8421052632vw;
  }
  .about .companyProfile .srv .srvItem .item strong {
    font-size: 3.7894736842vw;
  }
  .about .companyProfile .srv .srvItem .item span {
    font-size: 1.2631578947vw;
  }
  .about .backgroundImg .imgBox img {
    height: 32.3684210526vw;
  }
  .about .clientsProfile, .about .awardsProfile {
    padding: 11.3157894737vw 0vw;
  }
  .about .clientsProfile p, .about .awardsProfile p {
    font-size: 1.4736842105vw;
    line-height: 2.3157894737vw;
  }
  .about .clientsProfile .inner > strong, .about .awardsProfile .inner > strong {
    font-size: 2.1052631579vw;
    padding-bottom: 1.0526315789vw;
  }
  .about .clientsProfile .inner > strong em, .about .awardsProfile .inner > strong em {
    font-size: 0.9473684211vw;
    letter-spacing: 0.3157894737vw;
    line-height: 2.1052631579vw;
  }
  .about .clientsProfile .tabType02, .about .awardsProfile .tabType02 {
    margin-top: 7.8947368421vw;
  }
  .about .clientsProfile .clientsList, .about .awardsProfile .clientsList {
    margin-top: 2.1052631579vw;
  }
  .about .clientsProfile .clientsList li, .about .awardsProfile .clientsList li {
    margin-top: 6.3157894737vw;
  }
  .about .clientsProfile .clientsList li .thum, .about .awardsProfile .clientsList li .thum {
    width: 9.4736842105vw;
  }
  .about .clientsProfile .btnArea, .about .awardsProfile .btnArea {
    margin-top: 7.3684210526vw;
  }
  .about .clientsProfile .btnArea button, .about .awardsProfile .btnArea button {
    width: 200px;
    height: 60px;
    line-height: 60px;
  }
  .about .awardsProfile {
    padding-bottom: 7.8947368421vw;
    /* .yearContainer{@include vw-convert-tablet(padding-bottom, 200x);}
    .yearCont{@include vw-convert-tablet(margin-top, 115px);
        dt{@include vw-convert-tablet(font-size, 60px);}
        dd{
            ul{
                li{@include vw-convert-tablet(margin-top, 25px);
                    > *{@include vw-convert-tablet(font-size, 28px);}
                    strong{@include vw-convert-tablet(margin-right, 30px);}
                }
            }
        }
    } */
  }
  .about .awardsProfile p:after {
    width: 8.7368421053vw;
    height: 3.5789473684vw;
    margin-top: 2.1052631579vw;
  }
  .about .awardsProfile .yearTab {
    margin: 7.6315789474vw 0vw 3.9473684211vw;
  }
  .about .awardsProfile .yearTab .tab {
    padding-right: 100px;
  }
  .about .awardsProfile .yearSwiper {
    margin-top: 7.3684210526vw;
  }
  .about .awardsProfile .yearSwiper .swiper-slide dt {
    font-size: 2.3684210526vw;
  }
  .about .awardsProfile .yearSwiper .swiper-slide dd {
    margin-top: 1.5789473684vw;
  }
  .about .awardsProfile .yearSwiper .swiper-slide dd li {
    margin-bottom: 1.5789473684vw;
  }
  .about .awardsProfile .yearSwiper .swiper-slide dd strong {
    font-size: 1.4736842105vw;
    margin-right: 1.5789473684vw;
  }
  .about .awardsProfile .yearSwiper .swiper-slide dd span {
    font-size: 1.4736842105vw;
  }
  .about .aboutBanner { /*@include vw-convert-tablet(padding-top, 135px);*/ }
  .about .aboutBanner p {
    top: -7.1052631579vw;
    font-size: 4.2105263158vw;
  }
  .about .aboutBanner a:after {
    width: 2.1052631579vw;
    height: 2.1052631579vw;
    border-top: 7px solid #fff;
    border-right: 7px solid #fff;
    margin-left: 10.5263157895vw;
  }
  .tabType02 .tab {
    margin-right: 40px;
  }
  .tabType02 .tab a {
    font-size: 2.4rem;
  }
  .error .inner:before {
    width: 28.2105263158vw;
    height: 15.7894736842vw;
  }
  .error .inner p {
    font-size: 1.2631578947vw;
    margin: 2.6315789474vw 0vw 5.2631578947vw;
  }
  .listFunc {
    height: 11.5789473684vw;
  }
  .listFunc .btnList {
    width: 11.5789473684vw;
  }
  .listFunc .btnList:after {
    width: 1.2631578947vw;
    height: 1.2631578947vw;
  }
  .listFunc em {
    font-size: 2.7368421053vw;
  }
  .listFunc em:before, .listFunc em:after {
    width: 6.8421052632vw;
    height: 0.0526315789vw;
  }
  .listFunc .bg {
    height: 11.5789473684vw;
  }
  .listFunc .prev em:before {
    margin-right: 1.0526315789vw;
  }
  .listFunc .next em:before {
    margin-left: 1.0526315789vw;
  }
}
/**** mobile  ****/
@media (max-width: 799px) {
  .container {
    height: calc(var(--vh, 1vh) * 100) !important;
    min-height: 100vh;
  }
  .inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .layerPop .popInner {
    left: 0;
    top: auto;
    bottom: 0;
    transform: inherit;
    transform-origin: inherit;
    width: 100%;
    max-height: calc(100% - 56px);
    overflow-y: auto;
  }
  .layerPop .contInner {
    overflow-y: auto;
    max-height: 100%;
    height: auto;
  }
  .layerPop .btnClose {
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .layerPop.active .popInner {
    transform: scale(0);
    animation: popup-in 0.5s ease 0.01s forwards;
  }
  @keyframes popup-in {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  header { /* height:64px; */ }
  header .logo {
    top: 30px;
    left: 20px;
    width: 46px;
    height: 30px; /* background-image:url(../image/img_m_logo.png); */
  }
  header .btnTotalmn {
    top: 30px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
  header .btnTotalmn .ico {
    width: 15px;
  }
  header .btnTotalmn .ico span {
    width: 15px;
    height: 2px;
  }
  header .btnTotalmn .ico span:nth-of-type(2) {
    width: 10px;
    margin: 3px 0 3px 5px;
  }
  .totalMn .totalWrap {
    display: block;
    top: 0;
    left: 0;
    transform: none;
    width: auto;
    margin: 150px 20px 0;
  }
  .totalMn .list li {
    margin-bottom: 40px;
  }
  .totalMn .list li a, .totalMn .list li button {
    font-size: 3.6rem;
  }
  .totalMn .list li a:hover, .totalMn .list li a:active, .totalMn .list li button:hover, .totalMn .list li button:active {
    padding-left: 0;
  }
  .totalMn .list li a:hover .num, .totalMn .list li a:active .num, .totalMn .list li button:hover .num, .totalMn .list li button:active .num {
    opacity: 0;
  }
  .totalMn .totalMn_foot {
    position: relative;
    padding: 120px 0 20px;
  }
  .totalMn .totalMn_foot > * {
    font-size: 1.6rem;
  }
  .totalMn .totalMn_foot > *:before {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
  .totalMn .totalMn_foot > * ~ * {
    margin-top: 20px;
  }
  .totalMn.on {
    transform: translateX(0%);
  }
  .menuOn {
    /*  header {
         .logo {background-image:url(../image/img_logo.png);}
     }
     &.color { //dark
             header {
             .logo {background-image:url(../image/img_logo_b.png);}
         }
     } */
  }
  .footContactCon {
    width: 100%;
    padding: 170px 20px 50px;
  }
  .footContactCon .subTxt {
    width: 100%;
  }
  .footContactCon .subTxt em .cuTxt span {
    font-size: 4rem;
  }
  .footContactCon .subTxt em:after {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 13px 0 0 -5px;
    background-size: 28px;
    z-index: -1;
  }
  .footContact .companyInfor {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    margin: 120px 0 auto;
  }
  .footContact .companyInfor .inforItem {
    max-width: none;
    width: 50%;
  }
  .footContact .companyInfor .inforItem dt {
    padding-bottom: 12px;
    font-size: 2.2rem;
  }
  .footContact .companyInfor .inforItem dt::after {
    top: 7px;
    width: 19px;
    height: 14px;
  }
  .footContact .companyInfor .inforItem dd {
    padding-top: 15px;
  }
  .footContact .companyInfor .inforItem dd span {
    font-size: 0.8rem;
  }
  .footContact .companyInfor .inforItem ~ .inforItem {
    margin-left: 40px;
  }
  .footContact .controlBtn {
    bottom: 12px;
    right: 10px;
  }
  .footWrap {
    padding: 40px 0 35px;
  }
  .footWrap .footLogo {
    width: 105px;
    height: 22px;
    margin-bottom: 20px;
  }
  .footWrap .footInfo .footMn {
    margin-bottom: 12px;
  }
  .footWrap .footInfo .footMn li a, .footWrap .footInfo .footMn li button {
    padding: 0 5px;
    font-size: 1rem;
  }
  .footWrap .footInfo .footMn li::after {
    top: 3px;
    right: 0;
    width: 1px;
    height: 6px;
    background: #fff;
  }
  .footWrap .footInfo .footMn li:last-child::after {
    display: none;
  }
  .footWrap .footInfo .addInfo address {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  .footWrap .footInfo .addInfo small {
    font-size: 0.9rem;
  }
  .projectImg .swiper-slide video {
    width: auto;
  }
  .controlBtn {
    right: 20px;
    bottom: 20px;
  }
  .controlBtn:before {
    width: 22px;
    height: 20px;
    background: url(../image/ico_m_pagescroll.png) no-repeat 0 0;
    background-size: 22px 40px;
  }
  .controlBtn.controlTop:before {
    background-position: 0 -20px;
  }
  /*
  .controlBtn {position:fixed;bottom:140px;right:55px;width:50px;height:50px;z-index:10;color:$col_white;@extend %textHidden;
      &:before {content:'';display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:29px;height:26px;background:url(../image/ico_pagescroll.png) no-repeat 0 0;}
      &.controlTop:before {background-position:0 -26px;}
  }
  */
  .tabType01 {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -20px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
  }
  .tabType01 .tab {
    margin-left: 20px;
  }
  .tabType01 .tab a {
    font-size: 2.5rem;
    padding: 0 7px;
    line-height: 32px;
    display: inline-block;
  }
  .tabType01 .tab a:after {
    padding: 0 7px;
    left: 50%;
    transform: translateX(-50%);
  }
  .tabType01 .tab:not(.active) a:hover {
    background-size: 0%;
  }
  .tabType01 .tab:not(.active) a:hover:after {
    background-size: 0%;
    color: #fff;
  }
  /*
  .tabType01{text-align:center;overflow-y:hidden;
      .tab{display:inline-block;margin-left:55px;
          a{display:block;position:relative;font-family:$eng_Font;font-size:rem(80px);font-weight:700;color:$col_white;padding:0 17px;line-height:80px;background:linear-gradient(to right, #fff 100%, transparent 0%) no-repeat;background-size:0%;transition:background-size 0.5s;
              &:after{content:attr(data-text);position:absolute;padding:0 17px;left:0;top:0;background:linear-gradient(to right, #1a1818 100%, transparent 0%) no-repeat;background-clip:text;-webkit-background-clip: text;color:transparent;transition:background-size 0.5s;background-size:0%;}
          }
          &.active{
              a{color:#1a1818;background-size:100%;}
          }
          &:first-child{margin-left:0;}
          &:not(.active){
              a{
                  &:hover{background-size:100%;
                      &:after{background-size:100%;}
                  }
              }
          }
      }
  }
  */
  .tabType01::-webkit-scrollbar {
    display: none;
  }
  .tabCont {
    padding: 0;
    margin-top: 30px;
  }
  /** 메인(contact us 포함) **/
  .project-lists {
    margin: 0 20px;
    padding-top: 105px;
  }
  .projectMn {
    width: 100%;
  }
  .projectMn li {
    opacity: 0;
  }
  .projectMn li .slideContent {
    width: 100%;
    margin-top: -80px;
  }
  .projectMn li:before {
    top: -15px;
    left: 0;
    font-size: 1.2rem;
  }
  .projectMn li a {
    margin-left: 0;
    font-size: 3.7rem;
    padding: 0 20px;
    word-break: normal;
  }
  .projectMn li .projectNum {
    display: block;
    font-size: 13px;
    position: relative;
    top: inherit;
    padding-bottom: 5px;
  }
  .projectMn li .projectDesc {
    padding-left: 20px;
    padding-top: 40px;
    font-size: 12px;
  }
  .projectMn li.swiper-slide-active, .projectMn li.swiper-slide-prev, .projectMn li.swiper-slide-next {
    opacity: 1;
  }
  .projectWrap .swiper-pagination {
    bottom: 100px;
    right: auto;
    left: 20px;
    width: 100%;
    height: 7px;
    justify-content: start;
    flex-direction: row;
  }
  .projectWrap .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .projectWrap .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .projectWrap .swiper-control {
    width: 240px;
    height: 40px;
    bottom: 140px;
    right: auto;
    left: 15px;
  }
  .projectWrap .swiper-control .swiper-button-prev, .projectWrap .swiper-control .swiper-button-next {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.5);
    font-family: Roboto, Open Sans, Helvetica Neue, sans-serif;
    font-size: 1.3rem;
    background: none;
    border: 1px solid transparent;
    border-radius: 50%;
    text-transform: uppercase;
  }
  .projectWrap .swiper-control .swiper-button-prev:hover, .projectWrap .swiper-control .swiper-button-next:hover {
    border: none;
  }
  .projectWrap .swiper-control .swiper-button-prev {
    top: 21px;
    left: 0;
  }
  .projectWrap .swiper-control .swiper-button-next {
    top: 21px;
    right: 0;
  }
  .projectWrap .swiper-control .swiper-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 2px;
    background: #1c2939;
  }
  .projectWrap .swiper-control .swiper-bar span {
    display: block;
    width: 0%;
    height: 100%;
    background-color: #fff;
    transition: width 0.3s linear;
  }
  .projectWrap .icon {
    bottom: 45px;
  }
  .projectWrap .icon-mouse {
    display: none;
  }
  .projectWrap .icon > span {
    position: relative;
    display: block; /* width: 14px;height: 7px; */
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    animation: ani-icon-scroll 1s infinite linear;
  }
  .projectWrap .icon > span::before, .projectWrap .icon > span::after {
    content: "";
    position: absolute;
    display: block;
    top: 5px;
    width: 7px;
    height: 1px;
    background-color: #fff;
  }
  .projectWrap .icon > span::before {
    left: 3px;
    transform: rotate(45deg);
  }
  .projectWrap .icon > span::after {
    left: 8px;
    transform: rotate(-45deg);
  }
  @keyframes ani-icon-scroll {
    0% {
      top: 0px;
    }
    100% {
      top: 5px;
    }
  }
  .projectSelect {
    position: relative;
  }
  .projectSelect .indicator {
    display: none;
    position: absolute;
    right: 25px;
    bottom: 75px;
    transform: rotate(90deg);
    z-index: 1;
  }
  .projectSelect .indicator span {
    color: #fff;
    opacity: 0.3;
    font-size: 13px;
  }
  .projectSelect .indicator span.active {
    color: #fff;
    opacity: 1;
  }
  .contactWrap {
    position: relative;
    left: inherit;
    top: inherit;
    transform: inherit;
  }
  .contactCon {
    width: 100%;
    padding: 110px 20px 50px;
    background: #1a1818 url(../image/img_txt_contact_us.png);
    background-repeat: repeat-x;
    background-position: 0 40%;
    background-size: 1162px;
  }
  .contactCon .subTxt {
    width: 100%;
  }
  .contactCon .subTxt em {
    display: block;
  }
  .contactCon .subTxt em .cuTxt span {
    font-family: ab, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
    font-size: 3.4rem;
  }
  .contactCon .subTxt em i.eng {
    font-size: 3.4rem;
  }
  .contactCon .subTxt em:after {
    width: 40px;
    height: 40px;
    margin: 3px 0 0 10px;
    background-size: 28px;
  }
  .contactCon .companyInfor {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .contactCon .companyInfor .inforItem {
    display: block;
    max-width: 100%;
    margin-top: 120px;
  }
  .contactCon .companyInfor .inforItem dt {
    font-size: 26px;
  }
  .contactCon .companyInfor .inforItem dd {
    padding-top: 13px;
  }
  .contactCon .companyInfor .inforItem dd span {
    display: inline-block;
    font-size: 1.5rem;
    line-height: normal;
  }
  .contactCon .companyInfor .inforItem dd span ~ span {
    margin-left: 20px;
  }
  .contactCon .companyInfor .inforItem ~ .inforItem {
    margin: 35px 0 0;
  }
  @keyframes imgslide {
    100% {
      background-position: -1162px 40%;
    }
  }
  /*.main .contactUs {height:100%;}*/
  .contactUs .visualItem {
    position: relative;
    padding: 100px 0 58px;
    min-height: inherit;
  }
  .contactUs .visualItem:before {
    width: 552px;
    height: 592px;
    right: -50%;
  }
  .contactUs .visualItem h1 {
    font-size: 1rem;
  }
  .contactUs .visualItem .txt {
    padding-top: 25px;
  }
  .contactUs .visualItem .txt em {
    font-size: 6.4rem;
    line-height: 68px;
  }
  .contactUs .visualItem .txt span {
    font-size: 6.5rem;
    line-height: 68px;
  }
  .contactUs .visualItem .contactInfo {
    padding-top: 55px;
  }
  .contactUs .visualItem .contactInfo dl dt, .contactUs .visualItem .contactInfo dl dd {
    font-size: 1.5rem;
  }
  .contactUs .visualItem .contactInfo dl dt {
    margin-bottom: 20px;
  }
  .contactUs .visualItem .contactInfo .addr {
    margin-bottom: 30px;
  }
  .contactUs .visualItem .contactInfo .addr span {
    font-size: 1.5rem;
  }
  .contactUs .visualItem .contactInfo .tel {
    flex-direction: column-reverse;
  }
  .contactUs .visualItem .contactInfo .tel dl {
    margin-bottom: 20px;
  }
  .contactUs .visualItem .contactInfo .tel dl dt {
    display: inline-block;
    width: 60px;
    margin-bottom: 0;
  }
  .contactUs .visualItem .contactInfo .tel dl dd {
    display: inline-block;
    font-size: 1.5rem;
  }
  .contactUs .visualItem .contactInfo .tel dl:nth-child(2) {
    margin-left: 0;
  }
  .contactUs .visualItem .contactInfo .tel a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .contactUs .visualItem .contactInfo .btn_dl {
    position: relative;
    width: 186px;
    padding: 0;
    padding-right: 20px;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    font-size: 1.5rem;
  }
  .contactUs .visualItem .contactInfo .btn_dl::after {
    top: 50%;
    right: 45px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url(../image/ico_download.png) no-repeat 0 0/10px;
  }
  .mvExperience {
    min-height: 205px;
    background-size: auto 100%;
  }
  .mvExperience .inner p {
    left: 0;
  }
  .mvExperience .inner p .cuTxt span {
    font-size: 3rem;
  }
  h1.tit {
    font-size: 2rem;
  }
  .locationWrap {
    display: block;
    margin-top: 65px;
  }
  .locationWrap .con + .con {
    margin-top: 63px;
  }
  .locationWrap .tit {
    font-size: 1.7rem;
  }
  .locationWrap address {
    padding-top: 15px;
    font-size: 1.7rem;
  }
  .locationWrap address button {
    margin-top: 20px;
    padding: 10px 25px 10px 0;
    background: url(../image/ico_m_down.png) no-repeat right 50%/15px 15px;
    font-size: 1.2rem;
  }
  .locationWrap .info {
    padding-top: 20px;
  }
  .locationWrap .info span {
    font-size: 1.7rem;
    padding-bottom: 10px;
  }
  .locationWrap .info span em, .locationWrap .info span a {
    padding-left: 10px;
    font-size: 1.7rem;
    font-weight: 700;
  }
  .requsetAcc {
    margin-top: 65px;
  }
  .requsetAcc .accTit {
    padding: 20px 30px 20px 0;
    font-size: 1.7rem;
  }
  .requsetAcc .accTit em {
    display: block;
    padding-bottom: 10px;
    font-size: 1.1rem;
  }
  .requsetAcc .accTit:before, .requsetAcc .accTit:after {
    right: 15px;
    width: 2px;
    height: 14px;
    margin-top: -7px;
  }
  .requsetAcc .accTit:after {
    transform: rotate(90deg);
  }
  .requsetAcc .accCon {
    padding-bottom: 50px;
  }
  .requsetAcc .agreeCheck {
    font-size: 1.6rem;
  }
  .requsetAcc .agreeCheck button {
    font-size: 1.6rem;
  }
  .requsetAcc .titArea {
    display: none;
  }
  .requsetAcc .txtInfoS {
    font-size: 1.3rem;
    margin-top: 15px;
    padding-left: 12px;
  }
  .requsetAcc .txtInfoS:before {
    left: 1px;
    top: 4px;
    width: 4px;
    height: 4px;
  }
  input[type=checkbox] + label {
    font-size: 1.6rem;
    padding-left: 42px;
    line-height: 28px;
  }
  input[type=checkbox] + label em {
    font-size: 1.2rem;
  }
  input[type=checkbox] + label:before {
    width: 28px;
    height: 28px;
  }
  input[type=checkbox] + label:after {
    top: 8px;
    left: 8px;
    width: 14px;
    height: 7px;
    border-width: 0 0 1px 1px;
  }
  /* 디자인 요청 */
  input[type=radio] + label {
    font-size: 1.8rem;
    color: #fff;
    line-height: 60px;
    border: 1px solid #5f5e5e;
    text-align: center;
    border-radius: 60px;
  }
  /* //디자인 요청 */
  .btnArea {
    margin-top: 35px;
  }
  .btnArea button, .btnArea a {
    height: 45px;
    line-height: 45px;
    font-size: 2rem;
  }
  .btnArea .submit {
    width: 186px;
  }
  .requsetList {
    padding-top: 0;
  }
  .requsetList input {
    padding: 15px 15px 16px;
    font-size: 1.5rem;
  }
  .requsetList ::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  .requsetList ::placeholder {
    font-size: 1.4rem;
  }
  .requsetList input:focus {
    padding: 14px 14px 15px;
  }
  .requsetList textarea {
    height: 140px;
    padding: 15px 15px 15px;
  }
  .requsetList textarea:focus {
    padding: 14px 14px 14px;
  }
  .requsetList .formWrap {
    display: block;
    margin: 0;
    padding: 0;
  }
  .requsetList .formWrap.only {
    margin: 0;
    padding-top: 5px;
  }
  .requsetList .formWrap span {
    display: block;
    flex: 0 50%;
    padding: 5px 0;
  }
  .requsetList .fileUpload input {
    padding: 0;
  }
  .requsetList .fileUpload input + label {
    padding: 15px 15px 16px;
    font-size: 1.5rem;
  }
  .requsetList .fileUpload input + label:after {
    right: 18px;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background: url(../image/ico_upload.png) no-repeat 0 0/15px;
  }
  .requsetList .fileUpload input + label:hover:after {
    background-size: 15px;
  }
  .requsetList .fileUpload .uploadFile {
    position: relative;
    margin-top: 5px;
    padding: 15px 0;
    background: transparent;
  }
  .requsetList .fileUpload .uploadFile span {
    display: block;
    padding: 5px 15px;
    line-height: normal;
    font-size: 1.5rem;
  }
  .requsetList .fileUpload .uploadFile button {
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    width: 11px;
    height: 11px;
    background: url(../image/ico_del.png) no-repeat 0 0/12px;
    margin-left: 8px;
  }
  .supportArea {
    margin: 42px 0 70px;
  }
  .supportArea .tit {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .supportArea .radList {
    margin: 0 -7px;
  }
  .supportArea .radList span {
    flex: 0 50%;
    padding: 10px 7px;
  }
  .supportArea .radList input[type=radio] + label {
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
  }
  .accWrap .accCon .txtInfo {
    font-size: 1.3rem;
  }
  .accWrap .accCon .txtInfo button {
    color: #fff;
    font-size: 1.3rem;
    margin-top: 5px;
  }
  .accWrap .accCon .txtInfo button em {
    font-size: 1.3rem;
  }
  .mapType .popInner {
    max-height: 100%;
  }
  .mapType .gm-style button {
    right: auto;
    left: 0;
  }
  .mapInfor {
    display: block;
    max-height: 100%;
    overflow-y: auto;
  }
  .mapInfor .mapArea {
    display: block;
    width: 100%;
    height: calc(100vh - 215px);
  }
  .mapInfor .mapArea img {
    width: 100%;
    height: auto;
  }
  .mapInfor .mapArea .mapPin img {
    width: 20px;
  }
  .mapInfor .inforArea {
    display: block;
    min-height: 215px;
  }
  .mapInfor .inforArea dl {
    padding: 40px 20px;
  }
  .mapInfor .inforArea dl dt {
    font-size: 2.3rem;
  }
  .mapInfor .inforArea address {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .mapInfor .inforArea .officeItem span {
    font-size: 1.6rem;
  }
  .mapInfor .inforArea .officeItem span em {
    width: 40px;
    font-size: 1.6rem;
  }
  .mapInfor .inforArea .officeItem span ~ span {
    margin-top: 10px;
  }
  .viewProject {
    margin-top: 65px;
  }
  .viewProject figure {
    height: 214px;
  }
  .viewProject figure img {
    height: 214px;
  }
  .viewProject .con .tit {
    font-size: 2rem;
  }
  .viewProject .con a {
    width: 145px;
    height: 36px;
    margin: 20px auto 0;
    font-size: 1.4rem;
    line-height: 36px;
  }
  .sideBtn {
    display: none;
  }
  .layerPop.welcomeType .popInner {
    background: transparent;
    overflow-y: hidden;
  }
  .layerPop.welcomeType .contInner {
    overflow-y: auto;
    height: calc(100vh - 233px) !important;
    background: #fff;
  }
  .layerPop.welcomeType .header {
    position: relative;
    width: 100%;
    height: 177px;
    background-position: 50% 0;
    border-radius: 20px 20px 0 0;
  }
  .layerPop.welcomeType .header strong {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    font-size: 5rem;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
    padding: 60px 20px 0;
  }
  .layerPop.welcomeType .header strong em {
    display: block;
    font-size: 5rem;
    text-indent: 63px;
  }
  .layerPop.welcomeType .btnClose {
    background: url(../image/ico_close_white.png) no-repeat 0 0/20px;
  }
  .layerPop.welcomeType .todayCheck .btnClose {
    background: none;
  }
  .no-touchevents .layerPop .contInner {
    overflow-y: auto;
    height: 100%;
  }
  .welCome {
    height: auto;
  }
  .welCome .benefitItem {
    display: block;
    padding: 35px 20px 50px;
  }
  .welCome .benefitItem > ol > li {
    padding-left: 30px;
    font-size: 1.8rem;
    margin-top: 18px;
    line-height: 26px;
  }
  .welCome .benefitItem > ol > li:before {
    font-size: 1.1rem;
    top: -3px;
  }
  .welCome .benefitItem > ol > li:first-child {
    margin-top: 0;
  }
  .welCome .benefitItem > ol > li .highlight {
    position: relative;
    font-size: 1.8rem;
  }
  .welCome .benefitItem > ol > li .highlight:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 20px;
    background: #ffd1d1;
    z-index: -1;
  }
  .welCome .benefitItem > ol > li .marginal {
    color: #d9d9d9;
    font-size: 1.8rem;
  }
  .welCome .benefitItem > ol > li .txtGuide {
    margin-top: 15px;
  }
  .todayCheck {
    width: 100%;
    padding: 11px 20px;
  }
  .todayCheck input {
    width: 50%;
  }
  .todayCheck input + label {
    font-size: 1.4rem;
    padding-left: 38px;
    display: inline-block;
  }
  .todayCheck input + label:before {
    top: 0;
  }
  .todayCheck input[type=checkbox] + label:before {
    width: 24px;
    height: 24px;
  }
  .todayCheck input[type=checkbox]:checked + label:after {
    left: 6px;
    top: 6px;
  }
  .todayCheck .btnClose {
    text-indent: inherit;
    color: #fff;
    right: 20px;
    top: 15px;
    font-size: 1.4rem;
    width: auto;
  }
  .layerPop.termsType .popInner {
    max-height: 100%;
    height: 100%;
    overflow-y: hidden;
  }
  .layerPop.termsType .contInner {
    height: calc(100% - 56px);
    overflow-y: auto;
  }
  .layerPop.termsType .header {
    height: 92px;
    line-height: 92px;
  }
  .layerPop.termsType .header h2.popTit {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
  }
  .layerPop.termsType .btnClose {
    top: 34px;
  }
  .popCont .terms {
    height: 100%;
  }
  .popCont .termsCont {
    padding: 0 20px 100px;
  }
  .popCont h2.popTit {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    font-size: 1.7rem;
    line-height: 92px;
    height: 92px;
    padding-left: 20px;
  }
  .popCont .txtInfo {
    font-size: 1.5rem;
    line-height: 32px;
  }
  .popCont .numList {
    counter-reset: section;
  }
  .popCont .numList > li {
    position: relative;
    margin-top: 90px;
    /*p ~ p{margin-top:20px;}*/
  }
  .popCont .numList > li:before {
    content: counter(section) ".";
    counter-increment: section;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    font-weight: 700;
  }
  .popCont .numList > li > strong {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    padding: 0 0 20px 24px;
  }
  .popCont .numList > li p {
    font-size: 1.5rem;
    line-height: 32px;
  }
  .popCont .numList > li .tit {
    display: block;
    padding: 30px 0 10px 0;
  }
  .popCont .numList > li .tit ~ * {
    margin-top: 0;
  }
  .popCont .numList > li.double > strong {
    padding-left: 34px;
  }
  .popCont .table {
    width: 100%;
    overflow-x: auto;
  }
  .popCont table {
    width: 700px;
    border-collapse: collapse;
    margin-top: 30px;
  }
  .popCont table thead th {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    background: #f8f7fa;
    padding: 20px;
    border-top: 3px solid #1a1818;
  }
  .popCont table tbody td {
    font-size: 1.5rem;
    text-align: center;
    color: #444;
    padding: 20px;
    border: solid #e0e0e0;
    border-width: 1px 0 1px 1px;
  }
  .popCont table tbody td:first-child {
    border-left: 0;
  }
  .popCont .table ~ p {
    margin-top: 30px;
  }
  .popCont .barList {
    margin-top: 30px;
  }
  .popCont .barList li {
    position: relative;
    font-size: 1.5rem;
    padding-left: 20px;
    line-height: 32px;
  }
  .popCont .barList li:before {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 15px;
    width: 6px;
    height: 1px;
    background: #1a1818;
  }
  .popCont .circleList {
    counter-reset: section;
    margin-top: 30px;
  }
  .popCont .circleList > li {
    position: relative;
    font-size: 1.5rem;
    padding-left: 24px;
    line-height: 32px;
  }
  .popCont .circleList > li:before {
    content: counter(section);
    counter-increment: section;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 7px;
    border: 1px solid #1a1818;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 1.2rem;
    margin-right: 4px;
    box-sizing: border-box;
  }
  .popCont .noti {
    margin-top: 30px;
  }
  .topic {
    padding-top: 90px;
    min-height: inherit;
    /*&:before{background:url(../image/bg_m_topic.jpg) no-repeat 100% 0;min-height:inherit;}*/
  }
  .topic .topicList {
    margin: 40px 0 0;
  }
  .topic .topicList > li {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-bottom: 60px;
  }
  .topic .topicList > li a .thum {
    max-height: 335px;
  }
  .topic .topicList > li a .thum img {
    animation: imgScaleDown2 1s forwards;
  }
  .topic .topicList > li a:hover .thum img {
    animation: imgScaleUp2 1s forwards;
  }
  .topic .topicList > li .title {
    font-size: 2rem;
    padding: 30px 10px 0;
  }
  .topic .topicList > li .date {
    font-size: 1.4rem;
    padding: 15px 10px 0;
  }
  .topic .topicList > li .sort {
    right: 10px;
    font-size: 1.4rem;
  }
  @keyframes imgScaleUp2 {
    0% {
      transform: translate(0, 0) scale(1);
    }
    100% {
      transform: translate(0, 0) scale(1.15);
    }
  }
  @keyframes imgScaleDown2 {
    0% {
      transform: translate(0, 0) scale(1.15);
    }
    100% {
      transform: translate(0, 0) scale(1);
    }
  }
  .moreBtn a, .moreBtn button {
    font-size: 4rem;
  }
  .topic_view {
    padding-top: 100px;
  }
  .topic_view .detailView dt {
    font-size: 2.4rem;
  }
  .topic_view .detailView dt .sort {
    left: 0;
    top: -26px;
    background: #f12535;
    font-size: 1.4rem;
    padding: 5px 10px;
    border-radius: 13px;
  }
  .topic_view .detailView dt .sort:after {
    left: 13px;
    bottom: -6px;
    border-top: 6px solid #f12535;
    border-left: 7px solid transparent;
  }
  .topic_view .detailView .date {
    padding-top: 25px;
    font-size: 1.4rem;
  }
  .topic_view .detailView .viewCont {
    padding-top: 55px;
    font-size: 1.6rem;
    line-height: 26px;
    padding-bottom: 60px;
  }
  .topic_view .detailView .attachFile {
    padding-bottom: 90px;
  }
  .topic_view .detailView .attachFile > * {
    font-size: 1.4rem;
  }
  .topic_view .controller > div {
    height: 80px;
  }
  .topic_view .controller > div a .title {
    display: block;
    font-size: 1.2rem;
    max-width: 50%;
  }
  .topic_view .controller > div button {
    width: 50px;
    height: 50px;
  }
  .topic_view .controller > div.prev button {
    background-size: 20px;
    left: 0;
  }
  .topic_view .controller > div.next button {
    background-size: 20px;
    right: 0;
  }
  .viewPage .logo {
    display: none;
  }
  .viewPage .btnBack {
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    width: 64px;
    height: 36px;
    background: url(../image/ico_back_white.png) no-repeat 50% 50%/22px;
    text-indent: -9999px;
  }
  .fontColor02 .viewPage .btnBack {
    background-image: url(../image/ico_back.png);
  }
  .menuOn .viewPage .btnBack {
    display: none;
  }
  .menuOn .viewPage .logo {
    display: block;
  }
  .works {
    padding-top: 90px;
  }
  .works .inner {
    width: 100%;
  }
  .works .tabType01 {
    overflow: visible;
    margin: 0;
    padding: 0;
    justify-content: space-between;
  }
  .works .tabType01 .tab {
    margin: 0;
  }
  .works .tabType01 .tab a {
    padding: 0;
  }
  .works .tabCont {
    padding-bottom: 80px;
  }
  .works .worksList {
    position: relative; /* 추가 */
  }
  .works .worksList > li {
    width: 50%;
    height: 168px;
  }
  .works .worksList > li .worksTitle {
    left: 20px;
    bottom: 20px;
    font-size: 1.6rem;
  }
  .works .worksList > li:nth-child(4) {
    width: 50%;
    height: 168px;
  }
  .works .worksList > li:nth-child(13) {
    float: left;
    width: 50%;
    height: 168px;
  }
  .works .moreBtn {
    margin-top: 50px;
  }
  .works .moreBtn a, .works .moreBtn button {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
    font-weight: 400;
  }
  .main .works .tabCont {
    padding: 0 0 45px;
  }
  .main .works .worksList > li {
    float: left;
    width: 50%;
    height: 168px;
  }
  .main .works .moreBtn {
    margin-top: 50px;
  }
  .works_view .visualItem .bg img {
    left: 50%;
    top: 0;
    min-width: auto;
    min-height: auto;
    right: 0;
    bottom: 0;
    height: 100%;
    transform: translateX(-50%);
  }
  .works_view .visualItem .bg.pc {
    display: none;
  }
  .works_view .visualItem .bg.mo {
    display: block;
  }
  .works_view .visualItem .worksTitle {
    width: 100%;
    font-size: 3rem;
    line-height: 44px;
    padding-top: 85px;
  }
  .works_view .visualItem .projectInfor {
    position: static;
    margin-top: 40px; /* left:20px;bottom:40px; */
  }
  .works_view .visualItem .projectInfor ul > li {
    margin-top: 13px;
  }
  .works_view .visualItem .projectInfor ul > li em {
    display: none;
  }
  .works_view .visualItem .projectInfor ul > li span {
    font-size: 1.4rem;
  }
  .works_view .visualItem .projectInfor ul > li span.shortcut {
    width: 46px;
    height: 46px;
    background-size: 20px;
    margin-top: 10px;
  }
  .works_view .fullImg img {
    width: 100%;
  }
  .works_view .fullImg .pc {
    display: none;
  }
  .works_view .fullImg .mo {
    display: block;
  }
  .works_view .detailView {
    width: 100%;
  }
  .works_view .worksContents .pcVs {
    display: none;
  }
  .works_view .worksContents .moVs {
    display: block;
  }
  /***************************************************************************************************/
  .about::before {
    display: none;
  }
  .about .pin-spacer .visualItem .txt strong {
    font-size: 5rem;
    line-height: 45px;
    white-space: normal;
  }
  .about .pin-spacer .visualItem .txt strong:before, .about .pin-spacer .visualItem .txt strong:after {
    font-size: 8rem;
    display: block;
  }
  .about .pin-spacer .visualItem .txt strong:nth-child(1):before {
    margin: 0 0 -20px 0;
  }
  .about .pin-spacer .visualItem .txt strong:nth-child(2):after {
    margin: 20px 0 0 0;
  }
  .about .pin-spacer .visualItem .txt br {
    display: none;
  }
  .about .companyProfile {
    padding: 70px 0 130px;
  }
  .about .companyProfile p {
    font-size: 1.6rem;
    line-height: 24px;
  }
  .about .companyProfile p strong {
    font-size: 1.6rem;
  }
  .about .companyProfile .coreValues {
    padding: 40px 0 35px;
  }
  .about .companyProfile .coreValues .cvTxt strong {
    font-size: 4.2rem;
    line-height: 40px;
    height: 40px;
  }
  .about .companyProfile .coreValues .cvTxt:last-of-type {
    left: 92px;
    top: 100px;
  }
  .about .companyProfile .coreValues .cvTxt:last-of-type strong {
    -webkit-text-stroke: 2px rgba(44, 70, 155, 0.7);
    font-size: 3.8rem;
    height: 42px;
    line-height: 42px;
    letter-spacing: -1px;
  }
  .about .companyProfile .img {
    height: 78px;
  }
  .about .companyProfile .img img {
    transform: translateY(0);
    width: 150%;
  }
  .about .companyProfile .srvSwiper {
    margin-right: -20px;
    overflow: hidden;
  }
  .about .companyProfile .srv {
    padding-top: 85px;
  }
  .about .companyProfile .srv strong {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
  .about .companyProfile .srv strong em {
    font-size: 1.2rem;
    line-height: 20px;
  }
  .about .companyProfile .srv p {
    margin-bottom: 55px;
  }
  .about .companyProfile .srv .swiper-slide {
    width: 260px;
  }
  .about .companyProfile .srv .swiper-slide em {
    font-size: 1.3rem;
    padding-bottom: 20px;
  }
  .about .companyProfile .srv .swiper-slide strong {
    font-size: 3.6rem;
  }
  .about .companyProfile .srv .swiper-slide span {
    font-size: 1.4rem;
  }
  .about .companyProfile .srv .srvItem .item em {
    font-size: 1.3rem;
    padding-bottom: 20px;
  }
  .about .companyProfile .srv .srvItem .item strong {
    font-size: 3.6rem;
  }
  .about .companyProfile .srv .srvItem .item span {
    font-size: 1.4rem;
  }
  .about .companyProfile .srv .srvItem .item {
    width: 50%;
    margin-top: 55px;
  }
  .about .companyProfile .srv .srvItem .item:nth-child(3n) {
    width: 50%;
  }
  .about .companyProfile .srv .srvItem .item em {
    padding-bottom: 20px;
    font-size: 1.3rem;
  }
  .about .companyProfile .srv .srvItem .item strong {
    font-size: 2.4rem;
  }
  .about .companyProfile .srv .srvItem .item span {
    font-size: 1.4rem;
  }
  .about .backgroundImg {
    display: none;
  }
  .about .clientsProfile, .about .awardsProfile {
    padding: 50px 0;
  }
  .about .clientsProfile p, .about .awardsProfile p {
    font-size: 1.6rem;
    line-height: 24px;
  }
  .about .clientsProfile .inner > strong, .about .awardsProfile .inner > strong {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
  .about .clientsProfile .inner > strong em, .about .awardsProfile .inner > strong em {
    font-size: 1.2rem;
    line-height: 20px;
  }
  .about .clientsProfile .tabType02, .about .awardsProfile .tabType02 {
    margin-top: 65px;
  }
  .about .clientsProfile .clientsList, .about .awardsProfile .clientsList {
    margin-top: 20px;
  }
  .about .clientsProfile .clientsList li, .about .awardsProfile .clientsList li {
    float: left;
    width: 50%;
    margin-top: 20px;
  }
  .about .clientsProfile .clientsList li .thum, .about .awardsProfile .clientsList li .thum {
    width: 90px;
    margin: 0 auto;
  }
  .about .clientsProfile .clientsList li :nth-child(2n+1), .about .awardsProfile .clientsList li :nth-child(2n+1) {
    clear: left;
  }
  .about .clientsProfile .btnArea, .about .awardsProfile .btnArea {
    margin-top: 65px;
  }
  .about .clientsProfile .btnArea button, .about .awardsProfile .btnArea button {
    width: 186px;
  }
  .about .clientsProfile {
    padding-bottom: 100px;
  }
  .about .awardsProfile {
    position: relative;
    /* .yearContainer{padding-bottom:0}
    .yearCont{margin-top:35px;
        dt{font-size:rem(30px);}
        dd{
            ul{
                li{margin-top:15px;
                    > *{font-size:rem(16px);line-height:24px;}
                    strong{margin-right:20px;float:none;display:inline;}
                    span{display:inline;}
                }
            }
        }
    } */
  }
  .about .awardsProfile p:after {
    width: 83px;
    height: 34px;
    margin-top: 20px;
  }
  .about .awardsProfile .yearTab {
    margin: 0;
    padding: 70px 0 35px;
    text-align: center;
    justify-content: center;
    position: relative;
    top: 0;
    background: #1a1818;
    z-index: 1;
  }
  .about .awardsProfile .yearTab .tab {
    padding-right: 40px;
  }
  .about .awardsProfile .yearTab .tab:after {
    left: 40px;
    top: 6px;
  }
  .about .awardsProfile .yearTab .tab a {
    padding-top: 30px;
  }
  .about .awardsProfile .yearTab .tab a:before {
    width: 12px;
    height: 12px;
  }
  .about .awardsProfile .yearTab .tab a:hover:after {
    top: -3px;
    width: 20px;
    height: 20px;
  }
  .about .awardsProfile .yearTab .tab a span {
    font-size: 1.5rem;
  }
  .about .awardsProfile .yearTab .tab.active a:after {
    top: -3px;
    width: 20px;
    height: 20px;
  }
  .about .awardsProfile .yearSwiper {
    margin-top: 45px;
  }
  .about .awardsProfile .yearSwiper .swiper-slide dt {
    font-size: 2.2rem;
  }
  .about .awardsProfile .yearSwiper .swiper-slide dd {
    margin-top: 15px;
  }
  .about .awardsProfile .yearSwiper .swiper-slide dd li {
    margin-bottom: 15px;
  }
  .about .awardsProfile .yearSwiper .swiper-slide dd li:last-child {
    margin-bottom: 0;
  }
  .about .awardsProfile .yearSwiper .swiper-slide dd strong {
    font-size: 1.4rem;
    margin-right: 15px;
  }
  .about .awardsProfile .yearSwiper .swiper-slide dd span {
    font-size: 1.4rem;
  }
  .about .aboutBanner {
    padding-top: 135px;
  }
  .about .aboutBanner p {
    left: 20px;
    top: -40px;
    font-size: 2.4rem;
  }
  .about .aboutBanner a {
    display: block;
    position: relative;
  }
  .about .aboutBanner a:after {
    width: 13px;
    height: 13px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    margin-left: 35px;
  }
  .about .aboutBanner .img {
    display: block;
    text-align: center;
  }
  .about .aboutBanner .img img {
    width: 100%;
  }
  @keyframes blink {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  .tabType02 {
    text-align: center;
  }
  .tabType02 .tab {
    margin-right: 20px;
  }
  .tabType02 .tab a {
    font-size: 1.9rem;
  }
  .tabType02 .tab a:after {
    bottom: 0;
    height: 1px;
  }
  .error .inner:before {
    width: 210px;
    height: 117px;
    background-size: 210px 117px;
  }
  .error .inner p {
    font-size: 1.6rem;
    margin: 30px 0 45px;
  }
  .listFunc {
    height: 90px;
  }
  .listFunc .btnList {
    width: 90px;
  }
  .listFunc .btnList:after {
    width: 19px;
    height: 19px;
  }
  .listFunc em {
    font-size: 2rem;
    left: 0;
    transform: translate3d(0, -50%, 0);
  }
  .listFunc em:before, .listFunc em:after {
    width: 40px;
  }
  .listFunc .bg {
    height: 90px;
  }
  .listFunc .bg img {
    width: auto;
    height: 100%;
  }
  .listFunc .prev em:before {
    margin-right: 15px;
  }
  .listFunc .next em {
    left: auto;
    right: 0;
  }
  .listFunc .next em:after {
    margin-left: 15px;
  }
}

/*# sourceMappingURL=mvint.min.css.map */
