@charset "UTF-8";
:root {
  --sub-color: #1376cf;
}

#subWrap,
#subContents {
  position: relative;
}

#subWrap {
  color: #aaa;
  padding: 200px 0 130px;
}

#subWrap .tab {
  position: static;
  margin-bottom: 120px;
}

#subWrap .tab ul button {
  background: rgba(255, 255, 255, 0.02);
}

#subWrap .tab ul.type2 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

#subWrap .tab ul.type2 li button::after {
  z-index: -1;
  width: 100%;
}

#subWrap .tab ul.type2 li.on button::after {
  height: 100%;
  border: 1px solid #005aaa;
}

#pageTit {
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 36px;
}

#pageTit > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#pageTit p {
  position: relative;
  line-height: 1;
  display: inline-block;
}

#pageTit p::after {
  content: "";
  width: 0.8333333333333333em;
  height: 0.8333333333333333em;
  border-radius: 50%;
  background: #003667;
  display: block;
  position: absolute;
  right: -20px;
  top: -0.3333em;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#pageTit span {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

#pageTit span em {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  display: inline-block;
}

#pageTit.animated p::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#pageTit.animated span em {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#localNav {
  font-size: 14px;
  color: #999999;
  font-weight: 300;
}

#localNav .arr {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 11px;
  margin: 0 10px;
}

#localNav li:last-child {
  color: #fff;
}

#sv {
  margin-bottom: 120px;
}

#sv > div {
  border-radius: 18px;
  overflow: hidden;
}

#sv .bg {
  overflow: hidden;
  height: 350px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

#sv.sv01 .bg {
  background: url(/img/sub/company_sv.jpg) no-repeat center;
  background-size: cover;
}

#sv.sv02 .bg {
  background: url(/img/sub/business_sv.jpg) no-repeat center;
  background-size: cover;
}

#sv.sv02_1 .bg {
  background: url(/img/sub/platform_sv.jpg) no-repeat center;
  background-size: cover;
}

#sv.sv02_2 .bg {
  background: url(/img/sub/si_sv.jpg) no-repeat center;
  background-size: cover;
}

#sv.sv02_3 .bg {
  background: url(/img/sub/sm_sv.jpg) no-repeat center;
  background-size: cover;
}

#sv.sv02_4 .bg {
  background: url(/img/sub/smart_sv.jpg) no-repeat center;
  background-size: cover;
}

#sv.sv02_5 .bg {
  background: url(/img/sub/rnd_sv.jpg) no-repeat center;
  background-size: cover;
}

#sv.sv03 .bg {
  background: url(/img/sub/investment_sv.jpg) no-repeat center;
  background-size: cover;
}

#sv.sv04 .bg {
  background: url(/img/sub/competent_sv.jpg) no-repeat center;
  background-size: cover;
}

#sv.sv05 .bg {
  background: url(/img/sub/board_sv.jpg) no-repeat center;
  background-size: cover;
}

#sv.animated .bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* 개요 */
#summary .sliderWrap {
  margin-bottom: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: auto;
}

#summary .sliderWrap.fix .txtWrap {
  padding-top: 50px;
}

#summary .sliderWrap .txtWrap {
  position: -webkit-sticky;
  position: sticky;
  height: calc(100vh - 100px);
  top: 100px;
  width: 575px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#summary .sliderWrap .txtWrap dt {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.333;
}

#summary .sliderWrap .txtWrap dd {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 20px;
}

#summary .sliderWrap .txtWrap .num {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  opacity: 0.05;
  line-height: 1;
  font-family: "Mukta", sans-serif;
}

#summary .sliderWrap .txtWrap .num span {
  font-size: 2rem;
}

#summary .sliderWrap .txtWrap .num .cur {
  font-size: 5rem;
  font-weight: 700;
}

#summary .sliderWrap .txtWrap .num .slash {
  margin: 0 6px;
}

#summary .sliderWrap ul li:not(:last-child) {
  margin-bottom: 70px;
}

#summary .sliderWrap ul .img {
  position: relative;
}

#summary .sliderWrap ul .img > img {
  border-radius: 20px;
}

#summary .sliderWrap ul .img .icon {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 30px;
  top: calc(100% - 30px);
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#summary .sliderWrap ul .img .icon img {
  width: 38px;
}

#summary .sliderWrap ul .txt {
  margin-top: 26px;
}

#summary .sliderWrap ul .num {
  color: var(--sub-color);
  font-weight: 700;
}

#summary .sliderWrap ul p {
  margin-top: 6px;
  font-weight: 300;
  font-size: 1.8rem;
}

#summary .infoWrap section:not(:last-child) {
  margin-bottom: 100px;
}

#summary .info ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}

#summary .info img {
  height: 48px;
}

#summary .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 68px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

#summary .info li p {
  margin: 34px 0 24px;
}

#summary .info li .icon {
  position: relative;
}

#summary .info li .icon::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #005aaa;
  opacity: 0.6;
  display: block;
  position: absolute;
  right: -15px;
  top: 5px;
  z-index: -1;
}

#summary .info li .num {
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

#summary .info li .num b {
  font-size: 3.5rem;
  font-family: "Inter", sans-serif;
}

#summary .vision .list {
  position: relative;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#summary .vision .list .tit dl,
#summary .vision .list li {
  border-radius: 50%;
}

#summary .vision .list .tit {
  position: absolute;
  background: url("/img/sub/vision_circle_bg.png") no-repeat center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 360px;
  height: 360px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#summary .vision .list .tit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 91.66666666666667%;
  height: 91.66666666666667%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #005aaa;
}

#summary .vision .list .tit dt {
  font-size: 2.2rem;
  line-height: 1.3636;
}

#summary .vision .list .tit dd {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 1.22;
  opacity: 0.7;
}

#summary .vision .list ul {
  display: -ms-grid;
  display: grid;
  row-gap: 100px;
  padding-top: 40px;
  position: relative;
}

#summary .vision .list ul::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/img/sub/vision_line.png") no-repeat center bottom;
  display: block;
  position: absolute;
  left: 0;
  bottom: 160px;
}

#summary .vision .list ul li {
  border: 1px solid var(--sub-color);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 280px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

#summary .vision .list ul li:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1;
}

#summary .vision .list ul li:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
}

#summary .vision .list ul li:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

#summary .vision .list ul li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#summary .vision .list ul li:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

#summary .vision .list ul img {
  height: 48px;
}

#summary .vision .list ul .txt {
  font-weight: 300;
  line-height: 1.5;
  margin-top: 22px;
}

#summary .vision.animated .list {
  opacity: 1;
}

#summary .vision.animated .list ul li {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.coreValue ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.coreValue ul img {
  height: 49px;
}

.coreValue ul li {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  padding-top: 100%;
  position: relative;
}

.coreValue ul li:nth-child(even) .circle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.coreValue ul li .num {
  color: var(--sub-color);
  font-weight: 600;
  font-size: 1.5rem;
  margin: 13px 0;
}

.coreValue ul li p {
  font-size: 1.8rem;
  color: #fff;
}

.coreValue ul li .circle {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
}

.coreValue ul li .circle::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  background: url("/img/sub/harfCircle_bg.png") no-repeat center;
  background-size: cover;
}

.coreValue ul li .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  position: absolute;
  width: 40px;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.coreValue ul li .dots span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: block;
  background: #fff;
  opacity: 0.2;
}

/* 인사말 */
#greeting .info {
  gap: 7.692307692307692%;
}

#greeting .info .tit img {
  border-radius: 20px;
}

#greeting .info .txt > p {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.48;
  margin-bottom: 36px;
}

#greeting .info .txt dt {
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
}

#greeting .info .txt dd {
  margin-top: 44px;
  font-weight: 300;
  color: #aaa;
  line-height: 1.875;
}

#greeting .info .txt p:not(:last-child) {
  margin-bottom: 18px;
}

/* 연혁 */
.sub_tit_s1 {
  text-align: center;
  margin-bottom: 40px;
}

.sub_tit_s1.left {
  text-align: left;
}

.sub_tit_s1 .tit {
  text-transform: uppercase;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}

.sub_tit_s1 .tit.normal {
  text-transform: capitalize;
}

.sub_tit_s1 .tit span {
  font-size: 5rem;
}

.sub_tit_s1 .txt {
  margin-top: 10px;
  line-height: 1.875;
  font-weight: 300;
}

.downloadList {
  gap: 10px;
}

.downloadList a {
  background: #1c1f27;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  font-size: 1.5rem;
  padding: 0 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.downloadList a i {
  margin-left: 30px;
}

.downloadList a:hover {
  background: var(--sub-color);
  color: #fff;
}

#history {
  position: relative;
}

#history .tab2 {
  width: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  will-change: transform;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}

#history .tab2.fix {
  position: fixed;
  padding-top: 50px;
}

#history .tab2.fix + div {
  padding-left: 350px;
}

#history .tab2 li:not(:last-child) {
  margin-bottom: 35px;
}

#history .tab2 li.on button {
  opacity: 1;
  font-weight: 700;
  padding-left: 20px;
}

#history .tab2 li.on button::before {
  opacity: 1;
}

#history .tab2 button {
  color: #fff;
  position: relative;
  opacity: 0.3;
  font-size: 3rem;
  font-weight: 500;
  text-align: left;
}

#history .tab2 button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  background: var(--sub-color);
}

#history .info {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#history .info section:not(:last-child) {
  margin-bottom: 175px;
}

#history .info .list .yearUnit {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 60px;
}

#history .info .list ul {
  position: relative;
}

#history .info .list ul::before {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background: #fff;
  display: block;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#history .info .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 24px;
}

#history .info .list li:not(:last-child) {
  margin-bottom: 66px;
}

#history .info .list li::before, #history .info .list li::after {
  content: "";
  display: block;
  position: absolute;
  background: var(--sub-color);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#history .info .list li::before {
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  opacity: 0.2;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}

#history .info .list li::after {
  z-index: 2;
  width: 5px;
  height: 5px;
  left: 0;
  top: 0;
  -webkit-transform: translate(-2px, 8px);
          transform: translate(-2px, 8px);
}

#history .info .list li .year {
  width: 88px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}

#history .info .list li p {
  position: relative;
  padding-left: 8px;
  font-weight: 300;
}

#history .info .list li p:not(:last-child) {
  margin-bottom: 10px;
}

#history .info .list li p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

#history .bg_circle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  z-index: -1;
}

#history .bg_circle > div {
  position: absolute;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

#history .bg_circle .icon2 {
  top: 68.08964781216649vh;
  left: 0;
}

#history .bg_circle .icon1 {
  top: 30.94983991462113vh;
  right: -40px;
}

/* ci */
#ci .mainLogo {
  background-color: #101010;
  margin-top: 28px;
  background-image: linear-gradient(#171717 2px, transparent 2px), linear-gradient(90deg, #171717 2px, transparent 2px), linear-gradient(#171717 1px, transparent 1px), linear-gradient(90deg, #171717 1px, #101010 1px);
  background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  height: 380px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
}

#ci .info > section:not(:last-child) {
  margin-bottom: 115px;
}

#ci .info .list ul {
  display: -ms-grid;
  display: grid;
  text-align: center;
}

#ci .info .list ul.logoImg {
  -ms-grid-columns: (minmax(20px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
  gap: 20px;
}

#ci .info .list ul.logoImg li {
  border-radius: 20px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ci .info .list ul.logoImg li:nth-child(1) {
  background-image: linear-gradient(#0d62ae 2px, transparent 2px), linear-gradient(90deg, #0d62ae 2px, transparent 2px), linear-gradient(#0d62ae 1px, transparent 1px), linear-gradient(90deg, #0d62ae 1px, #005aaa 1px);
  background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

#ci .info .list ul.logoImg li:nth-child(2) {
  background-image: linear-gradient(#1ac0f3 2px, transparent 2px), linear-gradient(90deg, #1ac0f3 2px, transparent 2px), linear-gradient(#1ac0f3 1px, transparent 1px), linear-gradient(90deg, #1ac0f3 1px, #00b9f2 1px);
  background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

#ci .info .list ul.logoImg li:nth-child(3) {
  background-image: linear-gradient(#adafb2 2px, transparent 2px), linear-gradient(90deg, #adafb2 2px, transparent 2px), linear-gradient(#adafb2 1px, transparent 1px), linear-gradient(90deg, #adafb2 1px, #a7a9ac 1px);
  background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

#ci .info .list ul img {
  max-width: 170px;
}

#ci .info .list ul.colorValue {
  -ms-grid-columns: (minmax(20px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}

#ci .info .list ul.colorValue li {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ci .info .list ul.colorValue li:nth-child(1) {
  background: -webkit-gradient(linear, left top, right top, from(#005aaa), to(#009ee2));
  background: linear-gradient(to right, #005aaa, #009ee2);
}

#ci .info .list ul.colorValue li:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(#009ee2), to(#55b7d3));
  background: linear-gradient(to right, #009ee2, #55b7d3);
}

#ci .info .list ul.colorValue li:nth-child(3) {
  background: -webkit-gradient(linear, left top, right top, from(#55b7d3), to(#a6a9ac));
  background: linear-gradient(to right, #55b7d3, #a6a9ac);
}

/* 공간정보 솔루션 */
.busiWrap .list {
  color: #fff;
}

.busiWrap .list > section {
  overflow: hidden;
}

.busiWrap .list > section dt,
.busiWrap .list > section dd,
.busiWrap .list > section > img {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.busiWrap .list > section:not(:last-child) {
  margin-bottom: 120px;
}

.busiWrap .list > section > img,
.busiWrap .list > section dt,
.busiWrap .list > section dd {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.busiWrap .list > section.animated dt,
.busiWrap .list > section.animated dd,
.busiWrap .list > section.animated > img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.busiWrap .list dl {
  margin-top: 34px;
}

.busiWrap .list dt {
  font-size: 2.3rem;
  font-weight: 500;
}

.busiWrap .list dd {
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.6875;
  color: #aaa;
}

.busiWrap .list ul {
  display: -ms-grid;
  display: grid;
  text-align: center;
  -ms-grid-columns: (minmax(310px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 20px;
  margin-top: 50px;
}

.busiWrap .list ul.type2 {
  -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.busiWrap .list ul.type2 li {
  height: 190px;
}

.busiWrap .list ul.type2 li .num {
  margin: 14px 0 5px;
}

.busiWrap .list ul.type2 li .txt {
  height: auto;
}

.busiWrap .list li {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  font-size: 1.5rem;
  height: 300px;
  position: relative;
  overflow: hidden;
  font-weight: 300;
}

.busiWrap .list li > div {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.busiWrap .list li .icon {
  position: relative;
}

.busiWrap .list li .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  height: 43px;
  position: relative;
  z-index: 2;
}

.busiWrap .list li .icon span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -16px;
  background: #005aaa;
  width: 30px;
  height: 30px;
  opacity: 0.6;
  border-radius: 50%;
  display: block;
}

.busiWrap .list li .num {
  color: var(--sub-color);
  font-weight: 600;
  margin: 30px 0 18px;
}

.busiWrap .list li .txt {
  height: 70px;
  line-height: 1.66;
  font-family: "Noto Sans KR", sans-serif;
  padding: 0 8px;
}

.busiWrap .list li:hover > div {
  background: #005aaa;
}

.busiWrap .list li:hover .icon span {
  opacity: 0.2;
  background: #fff;
}

.busiWrap .list li:hover .num {
  color: #fff;
}

.busiWrap .contInfo {
  padding-top: 70px;
}

.busiWrap .contInfo > section:not(:last-child) {
  margin-bottom: 100px;
}

.busiWrap .table {
  border-top: 1px solid #cdcfd2;
}

.busiWrap .table .w1 {
  width: 200px;
}

.busiWrap .table .w2 {
  width: 300px;
}

.busiWrap .table table td {
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1.5rem;
  font-weight: 300;
  padding: 15px;
  color: #aaa;
  font-family: "Noto Sans KR", sans-serif;
}

.busiWrap .table table td:first-child {
  border-left: none;
}

.busiWrap .table table td:not(:first-child) {
  text-align: center;
  border-right: none;
}

/* 공간정보 플랫폼 */
#platform .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 60px;
}

#platform .top img {
  border-radius: 20px;
}

#platform .top .txt dt {
  font-size: 2.3rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

#platform .top .txt dd {
  line-height: 1.6875;
  font-weight: 100;
}

#platform .mainFn ul {
  display: -ms-grid;
  display: grid;
  border-top: 1px solid #cccdce;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

#platform .mainFn ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-left: none;
}

#platform .mainFn ul li:nth-child(even) {
  border-right: none;
}

#platform .mainFn ul li .icon {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#platform .mainFn ul li .icon p {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#platform .mainFn ul li .icon p img {
  height: 46px;
}

#platform .mainFn ul li .txt dt {
  color: #fff;
  font-size: 2rem;
}

#platform .mainFn ul li .txt dd {
  margin-top: 18px;
  font-weight: 300;
  line-height: 1.75;
}

.logoList ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.logoList ul li {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
}

.logoList.type2 {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}

.logoList.type2 li {
  padding: 22px 0;
  color: #fff;
}

.logoList.type2 li p {
  margin-top: 13px;
}

.grapthImg {
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 46px;
}

.grapthImg p {
  margin-bottom: 15px;
  font-weight: 300;
}

.case_list ul li {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case_list ul li:not(:last-child) {
  margin-bottom: 50px;
}

.case_list ul li > * {
  width: 50%;
}

.case_list ul li .img {
  overflow: auto;
}

.case_list ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.case_list ul a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.case_list ul a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.case_list ul img {
  border-radius: 20px;
}

.case_list ul .txt {
  padding: 0 7.692307692307692%;
}

.case_list ul .txt p:not(:last-child) {
  margin-bottom: 16px;
}

.case_list ul .txt span {
  color: var(--sub-color);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.case_list ul .txt dl {
  margin-top: 25px;
}

.case_list ul .txt dt {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
}

.case_list ul .txt dd {
  line-height: 1.666;
  margin-top: 10px;
  font-weight: 300;
  font-size: 1.8rem;
  font-family: "Noto Sans KR", sans-serif;
}

.case_list.type2 ul li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0;
}

.case_list.type2 ul li .txt {
  padding: 0;
  padding-right: 7.692307692307692%;
}

.case_list.type2 ul li .txt dd {
  font-size: 1.6rem;
}

.case_list .fadeLeft,
.case_list img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.case_list .animated .fadeLeft,
.case_list .animated img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#casePop {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  overflow-y: auto;
}

#casePop .img {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1662px;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  height: 90%;
}

#casePop .img img {
  max-height: 100%;
}

#casePop .closeBtn {
  position: absolute;
  right: 20px;
  top: 20px;
}

#casePop .closeBtn button {
  background: var(--sub-color);
  padding: 10px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
}

#casePop .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#rnd .coreValue {
  margin-top: 50px;
}

.txtBox_s1 dl dt {
  font-size: 2.3rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
}

.txtBox_s1 dl dd {
  font-weight: 300;
  line-height: 1.6875;
}

/* 보도자료 */
.schWrap {
  background: #1b1d1f;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 55px;
  gap: 5px;
  border-radius: 20px;
}

.schWrap select,
.schWrap input[type="text"] {
  font-size: 15px;
  height: 100%;
  padding: 0 20px;
  width: 100%;
  border: none;
}

.schWrap select {
  background: url("/img/sub/selectBg.png") no-repeat 92% center #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.schWrap input[type="text"] {
  background: #fff;
}

.schWrap > div {
  overflow: hidden;
  border-radius: 3px;
  height: 50px;
  border: 1px solid #e0e0e0;
}

.schWrap .select {
  width: 120px;
}

.schWrap .inputBox {
  background: #fff;
  width: 320px;
  position: relative;
}

.schWrap .inputBox input {
  width: calc(100% - 40px);
}

.schWrap .inputBox button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
}

#pressRelease .list ul {
  gap: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

#pressRelease a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#pressRelease .img {
  border-radius: 20px;
  padding-top: 67.5%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

#pressRelease .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}

#pressRelease .txt {
  margin-top: 24px;
}

#pressRelease .txt p {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  min-height: 66px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#pressRelease .txt .date {
  margin-top: 14px;
  font-size: 13px;
  color: #777;
}

#bd_view .contBox {
  border-top: 1px solid #cdcfd2;
}

#bd_view .contBox > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#bd_view .contBox .tit {
  padding: 40px 20px;
}

#bd_view .contBox .tit > P {
  text-align: center;
  font-size: 2rem;
  color: #fff;
}

#bd_view .contBox .tit .write {
  gap: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
}

#bd_view .contBox .editor {
  padding: 40px 30px;
}

#bd_view ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bd_view ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#bd_view ul li span {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

#bd_view ul li a:hover {
  text-decoration: underline;
}

#bd_view ul li p {
  padding: 0 20px;
}

#bd_view .listBtn {
  text-align: center;
  margin: 50px 0;
}

#bd_view .listBtn a,
#bd_view .listBtn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  background: var(--sub-color);
  color: #fff;
  border-radius: 6px;
  font-size: 1.8rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#bd_view .listBtn a:hover,
#bd_view .listBtn button:hover {
  background: none;
  border: 1px solid #fff;
}

.paging a {
  border: none;
  border-radius: 50%;
  margin-right: 0 !important;
}

.paging ul li {
  margin-right: 0 !important;
}

.paging ul li.on a {
  background: #023b74;
}

/* 위치 */
#location .frame {
  border-radius: 20px;
  overflow: hidden;
}

#location .frame > div {
  width: 100% !important;
}

#location .frame .wrap_map {
  height: 430px;
}

#location .frame .wrap_controllers {
  display: none !important;
}

#location .info {
  margin-top: 80px;
}

#location .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#location .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#location .info ul li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(255, 255, 255, 0.05);
}

#location .info ul li .icon img {
  width: 38px;
}

#location .info ul li .txt {
  margin-left: 28px;
  font-size: 1.7rem;
  font-weight: 300;
  color: #fff;
}

#location .info ul li .txt .tit {
  margin-bottom: 12px;
}

#location .info ul li .txt p {
  color: #ccc;
  line-height: 1.764;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#location .info ul li .txt p span {
  margin-top: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-right: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 15px;
}

#location .info ul li .txt p span.line2 {
  background: #02a94e;
}

#location .info ul li .txt p span.line7 {
  background: #758002;
}

/* 인증 수상 */
#certification .tab {
  padding-top: 70px;
}

#certification section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#certification section:not(:last-child) {
  margin-bottom: 150px;
}

#certification section:nth-child(odd) .list ul li::after {
  left: -11px;
}

#certification section:nth-child(odd) .list ul li::before {
  left: -2px;
}

#certification section:nth-child(odd) .list dd p::before {
  left: 0;
}

#certification section:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#certification section:nth-child(2n) .list ul {
  text-align: right;
}

#certification section:nth-child(2n) .list ul::before {
  left: 100%;
}

#certification section:nth-child(2n) .list ul li::after {
  right: -11px;
}

#certification section:nth-child(2n) .list ul li::before {
  right: -2px;
}

#certification section:nth-child(2n) .list dd p::before {
  right: 0;
}

#certification section > * {
  width: 50%;
}

#certification .year {
  font-size: 15rem;
  font-weight: 700;
  opacity: 0.03;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100%;
}

#certification .year p {
  width: 100%;
  max-width: 445px;
  font-family: "Mukta", sans-serif;
  letter-spacing: -0.02em;
}

#certification .year p:nth-child(2) {
  text-align: right;
}

#certification .list ul {
  position: relative;
  padding-bottom: 48px;
}

#certification .list ul::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.15;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
}

#certification .list ul li {
  padding: 0 12.30769230769231%;
  position: relative;
}

#certification .list ul li::after, #certification .list ul li::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}

#certification .list ul li::after {
  width: 24px;
  height: 24px;
  background: #1377cd;
  opacity: 0.2;
  top: 3px;
}

#certification .list ul li::before {
  width: 6px;
  height: 6px;
  background: #fff;
  top: 12px;
}

#certification .list ul li:not(:last-child) {
  margin-bottom: 48px;
}

#certification .list dt {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Mukta", sans-serif;
}

#certification .list dd {
  font-size: 1.7rem;
  font-weight: 300;
  margin-top: 20px;
}

#certification .list dd p {
  padding: 0 10px;
  position: relative;
}

#certification .list dd p:not(:last-child) {
  margin-bottom: 10px;
}

#certification .list dd p::before {
  content: "·";
  position: absolute;
  top: 0;
}

/* 재무 상태표 */
#financial .info > article {
  display: none;
}

#financial .info > article:first-child {
  display: block;
}

#financial .info > article section:not(:last-child) {
  margin-bottom: 110px;
}

#financial .info .unit {
  text-align: right;
  font-weight: 300;
  color: #aaa;
  margin-bottom: 16px;
}

#financial .info table th,
#financial .info table td {
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 15px 5px;
  color: #aaa;
  font-family: "Mukta", sans-serif;
}

#financial .info table th span,
#financial .info table td span {
  font-family: "Noto Sans KR", sans-serif;
}

#financial .info table th:last-child,
#financial .info table td:last-child {
  border-right: none;
}

#financial .info table th:first-child,
#financial .info table td:first-child {
  border-left: none;
}

#financial .info table th {
  background: rgba(255, 255, 255, 0.05);
}

#financial .info table thead th {
  border-top: 1px solid #cdcfd2;
  background: rgba(255, 255, 255, 0.12);
  font-size: 1.6rem;
  color: #fff;
}

#financial .info table thead th span {
  font-size: 1.5rem;
}

#financial .info table td {
  opacity: 0.8;
}

/* 공시정보 */
.bd_table {
  border-top: 1px solid #fff;
}

.bd_table table th,
.bd_table table td {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 14px;
  font-size: 1.5rem;
  text-align: center;
}

.bd_table table th:first-child,
.bd_table table td:first-child {
  border-left: none;
}

.bd_table table th:last-child,
.bd_table table td:last-child {
  border-right: none;
}

.bd_table table th {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: 300;
}

.bd_table table td.tit {
  text-align: left;
}

.bd_table table td.tit a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bd_table table td.file a {
  color: var(--sub-color);
  font-size: 1.8rem;
}

.bd_table .w1 {
  width: 100px;
}

.bd_table .w2 {
  width: 200px;
}

.bd_table .w3 {
  width: 170px;
}

.bd_table .w4 {
  width: 140px;
}

/* 인재채용 */
#competent .info > section:not(:last-child) {
  margin-bottom: 100px;
}

#competent .info .top ul {
  padding-top: 70px;
}

#competent .info .top ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#competent .info .top ul li:not(:last-child) {
  margin-bottom: 100px;
}

#competent .info .top ul li:nth-child(odd) .txt {
  padding-right: 7.692307692307692%;
}

#competent .info .top ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#competent .info .top ul li:nth-child(even) .txt {
  padding-left: 7.692307692307692%;
}

#competent .info .top ul li .txt {
  width: 50.76923076923077%;
  position: relative;
}

#competent .info .top ul li .txt .en {
  position: absolute;
  font-size: 12rem;
  font-weight: 700;
  color: #fff;
  opacity: 0.02;
  white-space: nowrap;
  line-height: 1;
  left: -48px;
  letter-spacing: -0.04em;
  bottom: calc(100% - 0.45em);
}

#competent .info .top ul li .txt dl {
  position: relative;
}

#competent .info .top ul li .txt dt {
  color: #fff;
}

#competent .info .top ul li .txt dt p {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 24px;
}

#competent .info .top ul li .txt dt span {
  font-size: 2.1rem;
}

#competent .info .top ul li .txt dd {
  margin-top: 15px;
  line-height: 1.764;
}

#competent .info .top ul li .img {
  width: 49.23076923076923%;
  border-radius: 20px;
  overflow: hidden;
}

#competent .info .step .list {
  border: 1px dotted rgba(255, 255, 255, 0.2);
  border-radius: 145px;
}

#competent .info .step .animated ul li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#competent .info .step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}

#competent .info .step ul li {
  width: 210px;
  margin: 0 -9px;
  height: 210px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#competent .info .step ul li span {
  color: var(--sub-color);
}

#competent .info .step ul li p {
  margin-top: 20px;
  color: #fff;
  font-size: 1.9rem;
}

#competent .info .step ul li:last-child {
  background: var(--sub-color);
}

#competent .info .step ul li:last-child span {
  color: #fff;
}

#competent .info .step ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#competent .info .step ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#competent .info .step ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#competent .info .step ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#competent .info .step ul li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#competent .info .step ul li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#competent .info .benefits ul {
  border-top: 1px solid #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

#competent .info .benefits ul li {
  border: 1px dashed rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
}

#competent .info .benefits ul li:nth-child(odd) {
  border-left: none;
}

#competent .info .benefits ul li:nth-child(even) {
  border-right: none;
}

#competent .info .benefits ul li:last-child {
  border-bottom: none;
}

#competent .info .benefits ul .icon {
  padding-top: 13px;
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

#competent .info .benefits ul .icon img {
  width: 60px;
}

#competent .info .benefits ul .txt dt {
  color: #fff;
  font-weight: 500;
  font-size: 2.1rem;
}

#competent .info .benefits ul .txt dd {
  margin-top: 18px;
  font-weight: 300;
}

#competent .info .benefits ul .txt dd p {
  padding: 6px 10px;
  position: relative;
}

#competent .info .benefits ul .txt dd p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 6px;
}

#competent .info .benefits ul .txt dd.flexBox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#competent .info .benefits ul .txt dd.flexBox p {
  width: 50%;
}

#competent .info .inquiryInfo .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.692307692307692%;
}

#competent .info .inquiryInfo .infoBox article {
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
}

#competent .info .inquiryInfo .infoBox article img {
  width: 38px;
}

#competent .info .inquiryInfo .infoBox article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#competent .info .inquiryInfo .infoBox article.contact ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 0 6.500541711809317%;
}

#competent .info .inquiryInfo .infoBox article.contact .icon {
  margin-right: 26px;
}

#competent .info .inquiryInfo .infoBox article.contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#competent .info .inquiryInfo .infoBox article.contact span {
  font-size: 1.5rem;
  font-weight: 300;
}

#competent .info .inquiryInfo .infoBox article.contact p {
  color: #fff;
  font-size: 2rem;
}

#competent .info .inquiryInfo .infoBox article.doc {
  max-width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

#competent .info .inquiryInfo .infoBox article.doc li {
  height: 180px;
  width: 50%;
}

#competent .info .inquiryInfo .infoBox article.doc li:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

#competent .info .inquiryInfo .infoBox article.doc li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#competent .info .inquiryInfo .infoBox article.doc .icon {
  margin-bottom: 24px;
}

#competent .info .inquiryInfo .infoBox article.doc .icon img {
  width: 28px;
}

#competent .info .inquiryInfo .infoBox article.doc p {
  color: #fff;
  font-weight: 300;
  line-height: 1.625;
}

.dumy {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
}
