/********** MAIN VISUAL **********/
.mainScr {
  color: #fff;
  position: relative;
  background-color: #0a0a0a;
}

.mainScr .mainVid {
  opacity: .8;
}

.mainVisual {
  position: relative;
}

.mainVisual .mainTit {
  position: relative;
  padding-top: 156rem;
}

.mainVisual .mainTit p {
  font-size: 115rem;
  letter-spacing: 11.5rem;
  line-height: 1.2;
}

/* .mainVisual .mainTit p .smile{ display: inline-block; width: 253rem; height: 117rem; border: 17rem solid #fff; border-radius: 60rem; margin: 0 17rem; position: relative;}
.mainVisual .mainTit p .smile::before{ content: ''; display: block; width: 74rem; height: 74rem; border-radius: 50%; background:#B983FF url(/images/main/smile.svg)no-repeat center center / 90%; position: absolute; left:3%; top:6%; transform-origin:center center;}
.mainVisual .mainTit p.aos-animate .smile::before{ animation: smile 2s ease .3s both;} 

@keyframes smile{
  0%{ transform:rotate(0deg); left:3%;}
  33%{ background-color: #FD9A71;}
  66%{ background-color: #FFE652;}
  100%{ transform:rotate(360deg); left:64%; background-color: #f79311;}
} */

.mainVisual .mainTit span {
  margin-top: 20rem;
  font-size: 20rem;
  opacity: .8;
  display: block;
}

.mainVisual .contactBtn {
  width: 161rem;
  position: absolute;
  right: 60rem;
  bottom: 60rem;
  background: url(/images/common/tel.svg)no-repeat center center / 36rem;
  transition: .5s ease
}

.mainVisual .contactBtn:hover {
  transform: scale(1.2);
}

/* 메인 스크롤 추가*/
.mainscroll {
  text-transform: uppercase;
  font-size: 14rem;
  position: fixed;
  bottom: 6.5vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: all .1s ease;
  opacity: 1;
  color: #fff;
}

.mainscroll::after {
  content: '';
  position: absolute;
  top: 34rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60rem;
  background-color: #fff;
  animation: overview-scroll 2s linear infinite;
}



/* MAIN FACE */
.mainFace {
  height: 100vh;
  padding-bottom: 75rem;
  position: relative;
  z-index: 3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.015625) 0.01%, rgba(0, 0, 0, 0.994873) 20%, #000 50%);
}

.mainFace .faceTxt {
  font-size: 40rem;
  font-weight: 300;
  margin-bottom: 88rem;
}

.mainFace .faceImg {
  width: 784rem;
  height: 514rem;
  position: relative;
  margin: 0 auto 250rem;
  opacity: 0;
  transition: .5s ease;
}

.mainFace .faceImg.aos-animate {
  opacity: 1;
}

.mainFace .faceImg::after {
  content: '';
  width: 98%;
  height: 98%;
  position: absolute;
  left: 1%;
  top: 1%;
  right: 1%;
  bottom: 1%;
  border: 1px solid #fff;
  opacity: 1;
  transition: 1.5s cubic-bezier(0.16, 1, 0.3, 1) .7s;
  border-radius: 20rem;
}

.mainFace .faceImg.aos-animate::after {
  opacity: 1;
  transform: scale(1.3);
  opacity: 0;
}

.mainFace .faceImg .imgWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20rem;
  background-color: #fff;
  z-index: 1;
}

.mainFace .faceImg .imgWrap img {
  transform: scale(1.5);
  transition: 1s ease;
  opacity: 0;
}

.mainFace .faceImg.aos-animate .imgWrap img {
  transform: scale(1);
  opacity: 1;
}

.mainFace .faceImg p {
  opacity: .8;
  position: absolute;
  right: -80rem;
  bottom: -50rem;
  transform: translateX(100%);
  opacity: 0;
  transition: 1.5s ease;
}

.mainFace .faceImg.faceImg.aos-animate p {
  bottom: 50rem;
  opacity: .8;
}

.mainFace .faceCon {
  display: flex;
  align-items: center;
}

.mainFace .faceCon ul {
  display: flex;
  font-size: 18rem;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.mainFace .faceCon ul li {
  display: flex;
  align-items: center;
  transform: translateY(100%);
  transition: 1s ease;
}

.mainFace .faceCon ul li:nth-child(2) {
  transition-delay: .3s;
}

.mainFace .faceCon ul li:nth-child(3) {
  transition-delay: .6s;
}

.mainFace .faceCon.aos-animate ul li {
  transform: translateY(0);
}

.mainFace .faceCon ul li+li {
  margin-left: 30rem;
}

.mainFace .faceCon ul li img {
  width: 30rem;
  margin-right: 15rem;
}

.mainFace .faceCon .logo {
  width: 75rem;
  position: absolute;
  right: 0;
  bottom: 0;
}


/********** MAIN : TECH **********/
#main_tech {
  padding: 145rem 0 132rem;
  background-color: #f6f6f6;
  position: relative;
  z-index: 3;
}

#main_tech .tit {
  text-align: center;
}

#main_tech .tit p {
  font-size: 100rem;
  margin-bottom: 20rem;
}

#main_tech .tit span {
  color: #838383;
}

#main_tech .lineList {
  margin: 90rem 0;
}

#main_tech .lineList::before {
  content: '• 2021년 기준';
  display: block;
  text-align: right;
  font-size: 16rem;
  color: #838383;
  padding: 0 110rem 10rem 0;
}

#main_tech .lineList ul {}

#main_tech .lineList ul li {
  padding: 50rem 59rem;
}

#main_tech .lineList ul li .txt1 {
  font-size: 18rem;
  font-weight: 500;
}

#main_tech .lineList ul li .txt2 {
  font-size: 16rem;
  color: #838383;
  margin: 5rem 0 80rem;
}

#main_tech .lineList ul li .count {
  width: 100rem;
  height: 100rem;
  line-height: 100rem;
  border-radius: 10rem;
  overflow: hidden;
  text-align: center;
  background-color: #EFD0EF;
}

#main_tech .lineList ul li:nth-child(2) .count {
  background-color: #B983FF;
}

#main_tech .lineList ul li:nth-child(3) .count {
  background-color: #71DFE7;
}

#main_tech .lineList ul li:nth-child(4) .count {
  background-color: #FFE652;
}

#main_tech .lineList ul li .count b {
  display: inline-block;
  font-family: 'Noto Sans KR';
  font-size: 50rem;
  transform: translateY(-100%);
  transition: 1s ease;
  margin-right: 5rem;
}

#main_tech .lineList ul li:nth-child(2) .count b {
  transition-delay: .2s;
}

#main_tech .lineList ul li:nth-child(3) .count b {
  transition-delay: .4s;
}

#main_tech .lineList ul li:nth-child(4) .count b {
  transition-delay: .6s;
}

#main_tech .lineList ul.aos-animate li .count b {
  transform: translateY(0);
}

#main_tech .moreBtn {
  width: 100%;
  height: 90rem;
  line-height: 90rem;
  text-align: center;
  background-color: #fff;
  border-radius: 44rem;
  transition: .3s ease;
}

#main_tech .moreBtn:hover {
  background-color: #f79311;
  color: #fff;
}


/* MAIN : TECH - SCR */
.mainTechScr {
  position: relative;
  background: #0a0a0a;
  color: #fff;
  text-align: center;
  font-size: 40rem;
  font-weight: 300;
  overflow: hidden;
  z-index: 3;
}

.mainTechScr .bg {
  opacity: 0;
  transform: scale(1.2);
  transition: 1s ease;
}

.mainTechScr .bg1 {
  opacity: 1;
  transform: scale(1);
}

.mainTechScr .scroll {
  text-transform: uppercase;
  font-size: 14rem;
  position: absolute;
  bottom: 6.5vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110;
  transition: all .1s ease;
}

.mainTechScr .scroll::after {
  content: '';
  position: absolute;
  top: 34rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60rem;
  background-color: #fff;
  animation: overview-scroll 2s linear infinite;
}

.mainTechScr .angle {
  width: calc(100% - 220rem);
  height: calc(100% - 120rem);
  transform: translate(-50%, -50%) scale(1.5);
  transition: 1.5s ease;
  position: absolute;
  left: 50%;
  top: 50%;
}

.mainTechScr.start .angle {
  transform: translate(-50%, -50%) scale(1);
}

.mainTechScr .angle span {
  display: block;
  width: 20rem;
  height: 20rem;
  border: 2px solid #fff;
  position: absolute;
}

.mainTechScr .angle span.lt {
  left: 0;
  top: 0;
  border-width: 2px 0 0 2px;
}

.mainTechScr .angle span.rt {
  right: 0;
  top: 0;
  border-width: 2px 2px 0 0;
}

.mainTechScr .angle span.lb {
  left: 0;
  bottom: 0;
  border-width: 0 0 2px 2px;
}

.mainTechScr .angle span.rb {
  right: 0;
  bottom: 0;
  border-width: 0 2px 2px 0;
}

.mainTechScr .angle .sensor {
  width: 40rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.mainTechScr>p {
  width: 100%;
  opacity: 0;
  transform: translate(-50%, -30%);
  transition: 1s ease;
}

.mainTechScr>p .moreBtn {
  width: 231rem;
  font-size: 20rem;
  padding: 18rem 0;
  margin: 70rem auto 0;
  border: 1px solid #fff;
  border-radius: 33rem;
  transition: .5s ease;
}

.mainTechScr>p .moreBtn:hover {
  background-color: #fff;
  color: #0a0a0a;
}

.mainTechScr.one {}

.mainTechScr.one>.txt1 {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.mainTechScr.two {}

.mainTechScr.two .bg2 {
  opacity: 1;
  transform: scale(1);
}

.mainTechScr.two>.txt2 {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.mainTechScr.three {}

.mainTechScr.three .bg3 {
  opacity: 1;
  transform: scale(1);
}

.mainTechScr.three>.txt3 {
  opacity: 1;
  transform: translate(-50%, -50%);
}


/********** MAIN : TECH **********/
#main_busi {
  margin: 130rem 0 184rem;
  position: relative;
  z-index: 3;
}

#main_busi .tit {
  margin-bottom: 30rem;
}

#main_busi .tit::before {
  top: 3rem;
}

#main_busi .conBox {
  padding-bottom: 130rem;
  margin-bottom: 130rem;
  border-bottom: 1px solid #cdcdcd;
}

#main_busi .conBox .txtBox p {
  font-size: 40rem;
}

#main_busi .conBox .txtBox .btnWrap {
  margin-top: 80rem;
}

#main_busi .conBox .txtBox .btnWrap a {
  display: block;
  max-width: 211rem;
  height: 60rem;
  line-height: 57rem;
  border: 1px solid #0a0a0a;
  border-radius: 30rem;
  margin-right: 15rem;
  transition: .8s ease;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

#main_busi .conBox .txtBox .btnWrap a+a {
  margin-top: 16rem;
}

#main_busi .conBox .txtBox .btnWrap a span {
  display: block;
  width: 100%;
  height: 100%;
  transition: .5s ease, transform .5s ease .6s;
  padding: 0 50rem;
}

#main_busi .conBox .txtBox .btnWrap a:hover {
  max-width: 459rem;
  background-color: #f79311;
  border-color: #f79311;
}

#main_busi .conBox .txtBox .btnWrap a+a:hover {
  max-width: 320rem;
}

#main_busi .conBox .txtBox .btnWrap a:hover span {
  transform: translateY(-100%);
  color: #fff;
}

#main_busi .conBox .imgWrap {
  width: 487rem;
  height: 322rem;
  flex-shrink: 0;
  position: relative;
  border-radius: 20rem;
  overflow: hidden;
}

/* MAIN : BUSI - field */
#main_busi .busiField {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 3;
  background: #fff;
}

#main_busi .busiField>div {
  width: 719rem;
  min-height: 840rem;
}

#main_busi .busiField .txtBox {}

#main_busi .busiField .txtBox .tit {
  font-size: 100rem;
  line-height: 1.18;
  margin-bottom: 80rem;
}

#main_busi .busiField .txtBox .linkListWrap {}

#main_busi .busiField .txtBox .linkListWrap .checkBox {
  text-align: right;
}

#main_busi .busiField .txtBox .linkListWrap .checkBox li {
  display: inline-block;
  cursor: pointer;
}

#main_busi .busiField .txtBox .linkListWrap .checkBox li+li {
  margin-left: 30rem;
}

#main_busi .busiField .txtBox .linkListWrap .checkBox li::before {
  top: 2rem;
  transition: .5s ease;
  border: 1px solid #0a0a0a;
}

#main_busi .busiField .txtBox .linkListWrap .checkBox li.logical::before {
  background-color: transparent;
}

#main_busi .busiField .txtBox .linkListWrap .linkList {
  border-top: 1px solid #CDCDCD;
  margin-top: 30rem;
  font-size: 18rem;
  overflow: hidden;
}

#main_busi .busiField .txtBox .linkListWrap .linkList li {
  width: 100%;
  height: 77rem;
  overflow: hidden;
  border-bottom: 1px solid #CDCDCD;
  transition: .5s ease;
  white-space: nowrap;
}

#main_busi .busiField .txtBox .linkListWrap .linkList li a {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  transition: .5s ease;
}

#main_busi .busiField .txtBox .linkListWrap .linkList li:nth-child(2) a {
  transition-delay: .1s;
}

#main_busi .busiField .txtBox .linkListWrap .linkList li:nth-child(3) a {
  transition-delay: .2s;
}

#main_busi .busiField .txtBox .linkListWrap .linkList li:nth-child(4) a {
  transition-delay: .3s;
}

#main_busi .busiField .txtBox .linkListWrap .linkList li:nth-child(5) a {
  transition-delay: .4s;
}

#main_busi .busiField .txtBox .linkListWrap .linkList li:nth-child(6) a {
  transition-delay: .5s;
}

#main_busi .busiField .txtBox .linkListWrap .linkList li a::before {
  content: '';
  display: block;
  width: 30rem;
  height: 30rem;
  background: url(/images/main/checkCon.svg)no-repeat center center / cover;
  margin-right: 25rem;
  transition: .5s ease;
}

#main_busi .busiField .txtBox .linkListWrap .linkList li a:hover::before {
  margin-right: 35rem;
}

#main_busi .busiField .txtBox .linkListWrap .linkList li a::after {
  content: '';
  display: block;
  width: 25rem;
  height: 100%;
  background: url(/images/common/linkArrow.svg)no-repeat center center / 100% auto;
  position: absolute;
  right: 0;
  top: 0;
}

#main_busi .busiField .imgBox {
  position: relative;
}

#main_busi .busiField .imgBox .slot {
  width: 100%;
  height: 100%;
  border-radius: 20rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

#main_busi .busiField .imgBox .slot .card {
  width: 248rem;
  height: 402rem;
  position: absolute;
  right: 0;
  top: 0;
  background: #FD9A71;
  padding: 25rem;
  color: #fff;
  border-bottom-left-radius: 20rem;
  transition: 1s ease .2s;
}

#main_busi .busiField .imgBox .slot .card::before {
  content: '';
  display: block;
  width: 64rem;
  height: 29rem;
  background: url(/images/common/logo2.svg)no-repeat center center / cover;
}

#main_busi .busiField .imgBox .slot .card p {
  font-size: 30rem;
  line-height: 1.2;
  position: absolute;
  right: -28rem;
  bottom: 78rem;
  transform: rotate(-90deg);
}

#main_busi .busiField .imgBox .slot.logical img {
  transform: translateY(-100%);
  transition: 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

#main_busi .busiField.logical .imgBox .slot.logical img {
  transform: translateY(0);
}

#main_busi .busiField .imgBox .slot.logical .card p {
  right: -10rem;
  bottom: 60rem;
}

#main_busi .busiField .imgBox .slot.logical .card {
  background: #B983FF;
  transform: translateX(100%);
}

#main_busi .busiField.logical .imgBox .slot.logical .card {
  transform: translateX(0);
}

#main_busi .busiField.logical .linkListWrap .linkList li a {
  transform: translateY(-100%);
}

#main_busi .busiField .linkListWrap .linkList li a.blank {
  opacity: 0;
}

#main_busi .busiField .linkListWrap .linkList li.odd {
  width: 0;
}

#main_busi .busiField.logical .linkListWrap .linkList li.odd {
  width: 100%;
}

#main_busi .busiField.logical .linkListWrap .checkBox li.logical::before {
  background: #0a0a0a;
}

#main_busi .busiField.logical .linkListWrap .checkBox li.physical::before {
  background-color: transparent;
}

#main_busi .busiField .imgBox .deco {
  position: absolute;
  left: -65rem;
  bottom: 0;
}

#main_busi .busiField .imgBox .deco span {
  display: block;
  width: 25rem;
  height: 40rem;
  background: #0a0a0a;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 1s ease;
}

#main_busi .busiField .imgBox .deco .deco1 {
  border-radius: 12rem;
  bottom: 50rem;
}

#main_busi .busiField .imgBox .deco .deco2 {}

#main_busi .busiField .imgBox .deco .deco2::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12rem;
  background: #fff;
}

#main_busi .busiField.logical .imgBox .deco .deco1 {
  bottom: 0;
}


/********** MAIN : CULTURE **********/
#main_culture {
  background-color: #0a0a0a;
  color: #fff;
  text-align: center;
  padding: 130rem 0;
  position: relative;
  z-index: 3;
}

#main_culture .bg {
  height: auto;
  opacity: 0;
  transition: 1s ease;
}

#main_culture.aos-animate .bg {
  opacity: 1;
}

#main_culture .tit {
  position: relative;
}

#main_culture .tit p {
  font-size: 100rem;
  line-height: 1.2;
  margin-bottom: 20rem;
}

#main_culture .tit span {
  opacity: .8;
}

#main_culture .cultureSld {
  margin: 116rem auto 240rem;
  width: 1310rem;
  color: #0a0a0a;
}

#main_culture .cultureSld>ul>li {
  background-color: #fff;
  border-radius: 10rem;
  text-align: left;
}

#main_culture .cultureSld>ul>li>a {
  padding: 20rem;
}

#main_culture .cultureSld>ul>li .dotTxt {
  margin-bottom: 36rem;
  padding-left: 30rem;
}

#main_culture .cultureSld>ul>li .dotTxt::before {
  top: 6rem;
  width: 16rem;
  height: 16rem;
  background-color: transparent;
  border: 1px solid #0a0a0a;
  transition: .3s ease;
}

#main_culture .cultureSld>ul>li:hover .dotTxt::before {
  background: #0a0a0a;
}

#main_culture .cultureSld>ul>li .dotTxt::after {
  content: '';
  width: 21rem;
  height: 13rem;
  background: url(/images/common/navArrow.svg)no-repeat center center / 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  opacity: .7;
}

#main_culture .cultureSld>ul>li .imgWrap {
  position: relative;
  overflow: hidden;
  height: 420rem;
}

#main_culture .cultureSld>ul>li .imgWrap img {
  height: 0;
  transition: 1s ease, height 1.5s ease .2s;
}

#main_culture .cultureSld>ul>li.aos-animate .imgWrap img {
  height: 100%;
}

#main_culture .cultureSld>ul>li:hover .imgWrap img {
  transform: scale(1.1);
}

#main_culture .meant {}

#main_culture .meant .txt1 {
  position: relative;
}

#main_culture .meant .txt2 {
  margin: 170rem 0 15rem;
  line-height: 105rem;
  font-size: 80rem;
  letter-spacing: 15rem;
}

#main_culture .meant .txt2 img {
  display: inline-block;
  width: 105rem;
  margin: 0 25rem;
}

#main_culture .meant .txt3 {
  opacity: .8;
}

#main_culture .meant a {
  width: 231rem;
  padding: 18rem 0;
  border: 1px solid #fff;
  border-radius: 35rem;
  margin: 80rem auto 0;
  transition: .3s ease;
}

#main_culture .meant a:hover {
  background-color: #fff;
  color: #0a0a0a;
}


/********** MAIN : NEWS **********/
#main_news {
  margin: 130rem 0 210rem;
  background: #fff;
  position: relative;
  z-index: 3;
}

#main_news .newsTit {
  align-items: center;
  font-size: 100rem;
  margin-bottom: 73rem;
}

#main_news .swiper-slide {
  font-size: 18rem
}

#main_news .swiper-slide .date {
  display: block;
  padding-left: 30rem;
  padding-bottom: 28rem;
  border-bottom: 1px solid #cdcdcd;
}

#main_news .swiper-slide .date::before {
  width: 16rem;
  height: 16rem;
  top: 3rem;
}

#main_news .swiper-slide .imgWrap {
  margin: 44rem 0 30rem;
  position: relative;
  border-radius: 20rem;
  overflow: hidden;
  background: #CDCDCD url(/images/common/logo2.svg)no-repeat center center / 70rem;
}

#main_news .swiper-slide .imgWrap img {
  height: 264rem;
  min-height: 264rem;
  max-height: 463rem;
  object-fit: cover;
}

#main_news .swiper-slide .txtBox {
  margin-bottom: 40rem;
}

#main_news .swiper-slide .txtBox img {
  display: none !important;
}

#main_news .swiper-slide .txtBox .tit {
  font-weight: 600;
  margin-bottom: 10rem;
}

#main_news .swiper-slide .txtBox .info {
  font-size: 16rem;
  opacity: .7;
  height: 48rem;
}

#main_news .swiper-slide a {
  display: inline-block;
  padding: 11rem 44rem;
  border: 1px solid #0a0a0a;
  border-radius: 25rem;
  position: relative;
  bottom: 1px;
}

#main_news .swiper-slide a:hover {
  background: #009DAE;
  color: #fff;
  border: 1px solid #009DAE;
}

@media screen and (max-width:767px) {

  /********** MAIN VISUAL **********/
  .mainVisual .mainTit {
    padding-top: 110rem;
  }

  .mainVisual .mainTit p {
    font-size: 40rem;
    letter-spacing: 0;
    line-height: 1.2;
  }

  /* .mainVisual .mainTit p .smile{ width: 101rem; height:40rem; border-width: 5rem; border-radius: 20rem; margin: 0 3rem;}
  .mainVisual .mainTit p .smile::before{ width: 24rem; height: 24rem; top: 10%;} */
  .mainVisual .mainTit span {
    margin-top: 20rem;
    font-size: 15rem;
  }

  @keyframes smile {
    0% {
      transform: rotate(0deg);
      left: 3%;
    }

    33% {
      background-color: #FD9A71;
    }

    66% {
      background-color: #FFE652;
    }

    100% {
      transform: rotate(360deg);
      left: 70%;
      background-color: #f79311;
    }
  }

  .mainVisual .contactBtn {
    width: 110rem;
    right: 20rem;
    bottom: 20rem;
    background-size: 29rem;
  }


  /* MAIN FACE */
  .mainFace {
    padding-bottom: 50rem;
  }

  .mainFace .faceTxt {
    font-size: 20rem;
    margin-bottom: 30rem;
  }

  .mainFace .faceImg {
    width: 100%;
    height: 58.4vw;
    margin-bottom: 151rem;
  }

  .mainFace .faceImg p {
    right: auto;
    left: 0;
    bottom: 10rem;
    transform: translateY(100%);
  }

  .mainFace .faceImg.faceImg.aos-animate p {
    bottom: -15rem;
  }

  .mainFace .faceCon ul {
    display: block;
    font-size: 14rem;
    position: relative;
  }

  .mainFace .faceCon ul li {
    transform: translateX(-30rem);
  }

  .mainFace .faceCon.aos-animate ul li {
    transform: translateX(0);
  }

  .mainFace .faceCon ul li+li {
    margin: 15rem 0 0;
  }

  .mainFace .faceCon ul li img {
    width: 20rem;
    margin-right: 10rem;
  }

  .mainFace .faceCon .logo {
    width: 41rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }


  /********** MAIN : TECH **********/
  #main_tech {
    padding: 60rem 0;
  }

  #main_tech .tit p {
    font-size: 45rem;
    margin-bottom: 15rem;
    line-height: 1.1;
  }

  #main_tech .lineList {
    margin: 40rem 0;
  }

  #main_tech .lineList::before {
    padding: 0 20rem 10rem 0;
    font-size: 14rem;
  }

  #main_tech .lineList ul li {
    padding: 20rem 30rem;
  }

  #main_tech .lineList ul li .txt1 {
    font-size: 16rem;
  }

  #main_tech .lineList ul li .txt2 {
    font-size: 14rem;
    margin-bottom: 40rem;
  }

  #main_tech .moreBtn {
    height: 50rem;
    line-height: 50rem;
    border-radius: 25rem;
  }


  /* MAIN : TECH - SCR */
  .mainTechScr {
    font-size: 20rem;
  }

  .mainTechScr .angle {
    width: calc(100% - 40rem);
    height: calc(100% - 60rem);
  }

  .mainTechScr>p {
    width: calc(100% - 40rem);
  }

  .mainTechScr>p .moreBtn {
    width: 160rem;
    font-size: 15rem;
    padding: 10rem 0;
    margin-top: 20rem;
    border-radius: 22rem;
  }


  /********** MAIN : TECH **********/
  #main_busi {
    margin: 60rem 0;
  }

  #main_busi .tit {
    margin-bottom: 25rem;
  }

  #main_busi .tit::before {
    top: 1rem;
  }

  #main_busi .conBox {
    display: block;
    margin-bottom: 60rem;
    padding-bottom: 60rem;
    position: relative;
  }

  #main_busi .conBox .txtBox p {
    font-size: 20rem;
  }

  #main_busi .conBox .txtBox p br {
    display: none;
  }

  #main_busi .conBox .txtBox .btnWrap {
    margin-top: calc(60rem + 59vw);
  }

  #main_busi .conBox .txtBox .btnWrap a {
    max-width: 100%;
    height: 47rem;
    line-height: 43rem;
    border-radius: 26rem;
    margin-right: 0;
  }

  #main_busi .conBox .txtBox .btnWrap a span {
    padding: 0 20rem;
  }

  #main_busi .conBox .txtBox .btnWrap a:hover {
    max-width: 306rem;
  }

  #main_busi .conBox .txtBox .btnWrap a:nth-child(2):hover {
    max-width: 210rem;
  }

  #main_busi .conBox .txtBox .btnWrap a+a {
    margin-top: 15rem;
  }

  #main_busi .conBox .imgWrap {
    width: 100%;
    height: 59vw;
    position: absolute;
    left: 0;
    bottom: 261rem;
  }

  /* MAIN : BUSI - field */
  #main_busi .busiField {
    display: block;
    height: auto;
    position: relative;
  }

  #main_busi .busiField>div {
    width: 100%;
    min-height: unset;
  }

  #main_busi .busiField .txtBox .tit {
    font-size: 45rem;
    margin-bottom: 50rem;
  }

  #main_busi .busiField .txtBox .linkListWrap .checkBox li+li {
    margin-left: 20rem;
  }

  #main_busi .busiField.logical .txtBox .linkListWrap .checkBox li.logical::before {
    background-color: #0a0a0a;
  }

  #main_busi .busiField .txtBox .linkListWrap .linkList {
    margin-top: calc(70rem + 97vw);
    font-size: 15rem;
  }

  #main_busi .busiField .txtBox .linkListWrap .linkList li {
    height: 55rem;
  }

  #main_busi .busiField .txtBox .linkListWrap .linkList li a::before {
    width: 25rem;
    height: 25rem;
    margin-right: 15rem;
  }

  #main_busi .busiField .txtBox .linkListWrap .linkList li a:hover::before {
    margin-right: 25rem;
  }

  #main_busi .busiField .imgBox {
    position: absolute;
    left: 0;
    top: 200rem;
    height: 97vw;
  }

  #main_busi .busiField .imgBox .slot {
    border-radius: 10rem;
  }

  #main_busi .busiField .imgBox .slot .card {
    width: 110rem;
    height: 190rem;
    padding: 15rem;
    border-bottom-left-radius: 10rem;
  }

  #main_busi .busiField .imgBox .slot .card::before {
    width: 29rem;
    height: 13rem;
  }

  #main_busi .busiField .imgBox .slot .card p {
    font-size: 20rem;
    right: -23rem;
    bottom: 50rem;
  }

  #main_busi .busiField .imgBox .slot.logical .card p {
    right: -8rem;
    bottom: 39rem;
  }



  /********** MAIN : CULTURE **********/
  #main_culture {
    padding: 60rem 0;
  }

  #main_culture .tit p {
    font-size: 45rem;
    margin-bottom: 15rem;
  }

  #main_culture .tit span {
    opacity: .8;
  }

  #main_culture .cultureSld {
    margin: 50rem auto 90rem;
    width: 100%;
  }

  #main_culture .cultureSld>ul>li .dotTxt {
    margin-bottom: 32rem;
  }

  #main_culture .cultureSld>ul>li .dotTxt::before {
    top: 0rem;
    transition: 1s ease;
  }

  #main_culture .cultureSld>ul>li:hover .dotTxt::before {
    background: transparent;
  }

  #main_culture .cultureSld>ul>li.swiper-slide-active .dotTxt::before {
    background: #0a0a0a;
  }

  #main_culture .cultureSld>ul>li .imgWrap {
    height: 363rem;
  }

  #main_culture .cultureSld .pagi {
    margin-top: 25rem;
  }

  #main_culture .cultureSld .pagi span {
    opacity: 1;
    background-color: #fff;
    margin: 0 10rem;
  }

  #main_culture .cultureSld .pagi span.swiper-pagination-bullet-active {
    background-color: #f79311;
  }

  #main_culture .meant .txt2 {
    margin-top: 50rem;
    line-height: 54rem;
    font-size: 30rem;
    letter-spacing: 5rem;
  }

  #main_culture .meant .txt2 img {
    width: auto;
    height: 54rem;
    margin: 0;
  }

  #main_culture .meant .txt2 img:nth-child(2) {
    margin: 0 15rem 0 0;
  }

  #main_culture .meant a {
    width: 160rem;
    padding: 14rem 0;
    margin-top: 40rem;
  }


  /********** MAIN : NEWS **********/
  #main_news {
    margin: 60rem 0 100rem;
  }

  #main_news .newsTit {
    font-size: 45rem;
    margin-bottom: 50rem;
  }

  #main_news .swiper-slide {
    font-size: 15rem
  }

  #main_news .swiper-slide .date {
    padding-left: 25rem;
    padding-bottom: 21rem;
  }

  #main_news .swiper-slide .date::before {
    top: 2rem;
  }

  #main_news .swiper-slide .imgWrap {
    margin: 30rem 0;
  }

  #main_news .swiper-slide .imgWrap img {
    height: 264rem;
    max-height: 370rem;
  }

  #main_news .swiper-slide .txtBox .tit {
    font-size: 16rem;
    margin-bottom: 10rem;
  }

  #main_news .swiper-slide .txtBox .info {
    font-size: 15rem;
    height: 44rem;
  }

  #main_news .swiper-slide a {
    padding: 12rem 50rem;
  }

}





/********** MAIN : BLOG **********/
#main_blog {
  margin: 130rem 0 210rem;
  background: #fff;
  position: relative;
  z-index: 3;
}

#main_blog .newsTit {
  align-items: center;
  font-size: 100rem;
  margin-bottom: 73rem;
}

#main_blog .swiper-slide {
  font-size: 18rem
}

#main_blog .swiper-slide .date {
  display: block;
  padding-left: 30rem;
  padding-bottom: 28rem;
  border-bottom: 1px solid #cdcdcd;
}

#main_blog .swiper-slide .date::before {
  width: 16rem;
  height: 16rem;
  top: 3rem;
}

#main_blog .swiper-slide .imgWrap {
  margin: 44rem 0 30rem;
  position: relative;
  border-radius: 20rem;
  overflow: hidden;
  background: #CDCDCD url(/images/common/logo2.svg)no-repeat center center / 70rem;
}

#main_blog .swiper-slide .imgWrap img {
  height: 264rem;
  min-height: 264rem;
  max-height: 463rem;
  object-fit: cover;
}

#main_blog .swiper-slide .txtBox {
  margin-bottom: 40rem;
}

#main_blog .swiper-slide .txtBox img {
  display: none !important;
}

#main_blog .swiper-slide .txtBox .tit {
  font-weight: 600;
  margin-bottom: 10rem;
}

#main_blog .swiper-slide .txtBox .info {
  font-size: 16rem;
  opacity: .7;
  height: 48rem;
}

#main_blog .swiper-slide a {
  display: inline-block;
  padding: 11rem 44rem;
  border: 1px solid #0a0a0a;
  border-radius: 25rem;
  position: relative;
  bottom: 1px;
}

#main_blog .swiper-slide a:hover {
  background: #009DAE;
  color: #fff;
  border: 1px solid #009DAE;
}


@media screen and (max-width:767px) {

  /********** MAIN : BLOG **********/
  #main_blog {
    margin: 60rem 0 100rem;
  }

  #main_blog .newsTit {
    font-size: 45rem;
    margin-bottom: 50rem;
  }

  #main_blog .swiper-slide {
    font-size: 15rem
  }

  #main_blog .swiper-slide .date {
    padding-left: 25rem;
    padding-bottom: 21rem;
  }

  #main_blog .swiper-slide .date::before {
    top: 2rem;
  }

  #main_blog .swiper-slide .imgWrap {
    margin: 30rem 0;
  }

  #main_blog .swiper-slide .imgWrap img {
    height: 264rem;
    max-height: 370rem;
  }

  #main_blog .swiper-slide .txtBox .tit {
    font-size: 16rem;
    margin-bottom: 10rem;
  }

  #main_blog .swiper-slide .txtBox .info {
    font-size: 15rem;
    height: 44rem;
  }

  #mamain_blogin_news .swiper-slide a {
    padding: 12rem 50rem;
  }
}


/* SEO 어썸폰트 */
.tool-icon {
  font-size: 3em;
}