@import url("reset.css"); /* 초기화, 상속 */
@import url("common.css"); /* 공통 클래스, 헤더, 푸터 */
@import url("main.css"); /* 메인 */
@import url("company.css"); /* 회사정보 */
@import url("business.css"); /* 사업영역 */
@import url("board.css"); /* 사업영역 */
@import url("contact.css"); /* 사업영역 */
@import url("solution.css"); /* 사업영역 */
@import url("pr.css"); /* 사업영역 */
@import url("hr.css"); /* 사업영역 */



/* common */
.ovh{
  overflow: hidden !important;
}
.wr{
  width: 90%;
  margin: auto;
  min-width: 1000px;
  max-width: 1400px;
}
.wr1{
  max-width: 1600px;
}
.wr2{
  max-width: 1147px;
}
.wr3{
  max-width: 1200px;
}

.onlyMob,.smMo{
  display: none !important;
}
/* more */
.more{
  min-width: 160px;
  /* height: 50px; */
  /* line-height: 50px; */
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 50px;
  box-sizing: border-box;
  background-color: var(--font-color-point);
  color:#fff;
  border: 1px solid var(--font-color-point);

  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.03em;
  color:#fff;
  display: inline-block;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
}
.more:hover{
  background-color: transparent;
  color:var(--font-color-point)
}
.more:hover svg path{
  stroke: var(--font-color-point);
}

/* svg */
.svgBox{
  display: flex;
  align-items: center;
}

.line{
  display: block;
  width: 140px;
  height: 1px;
  background-color: var(--font-color-point);
  margin: auto;
  position: relative;
}
.line span{
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(100%,-50%);
  width: 25px;
  height: 25px;
}
.line span::before,
.line span::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--font-color-point);
  opacity: 0.5;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.line span::after{
  width: 50%;
  height: 50%;
  opacity: 1;
  z-index: 1;
}


.tossing1 {
  animation-name: tossing1;
  -webkit-animation-name: tossing1;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes tossing1 {
  0% {
      transform: translateY(0%) rotate(0deg);
  }

  50% {
      transform: translateY(-15%) rotate(0deg);
  }

  100% {
      transform: translateY(0%) rotate(0deg);
  }
}





/* sub-tit */
.sub-tit{
  position: relative;
  color:#fff;
  text-align: center;
  overflow: hidden;
  max-height: 98vh;
}
.sub-tit .imgBox{
  overflow: hidden;
  height: 470px;
  /* background-image: url(../img/sub-tit-bg.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: sub-tit-bg 1.5s ease-in-out;
  transform-origin: bottom;
}
.sub-tit .txtBox{
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
.sub-tit .txtBox span{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.9;
}
.sub-tit .txtBox h1{
  font-size: 50px;
  margin-top: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: normal;
}
.sub-tit .tabBox{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #262626DB;

}
.sub-tit .tabBox ul{
  display: flex;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  justify-content: center;
}
.sub-tit .tabBox ul li{
  width: 250px;
  height: 80px;
  line-height: 80px;
}
.sub-tit .tabBox ul li.selected{
  background: #A50034CC;
}

@keyframes sub-tit-bg{
  0%{
    transform: scale(1.2);
  }
  100%{
    transform: scale(1);
  }
}

.sub-tit2 .vdoBox{
  height: auto;
  font-size: 0;
}
.sub-tit2 .vdoBox video{
  width: 100%;
}



/* sub-title */
.sub-title{
  position: relative;
  z-index: 11;
}
.sub-title .titArea{
  position: relative;
  padding: 125px 0 80px;
  overflow: hidden;
}
.sub-title .titArea .dfBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.sub-h2{
  font-size: 75px;
  font-size: var(--font-size-75);
  font-weight: 700;
  color:#222;
  line-height: 1;
}
.sub-tag{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.sub-tag li{
  padding: 0px 18px;
  color:#A50034;
  border: 1px solid #A50034;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  height: 38px;
  line-height: 38px;
}


.sub-title .bgArea{
  position: absolute;
  max-height: 100%;
  display: none;
}
.sub-title .bgArea1{
  left: 0;
  top: 0;
  max-width: 12%;
}
.sub-title .bgArea2{
  right: 0;
  bottom: 0;
  max-width: 20%;
}
.sub-title .conArea{
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-title .conArea img{
  opacity: 0;
}

.sub-title-video{
  
}
.sub-title-video .vdoBox{
  
}

.sub-hd{}
.sub-hd .titArea{
  padding: 120px 0 170px;
  padding: 80px 0 100px;
}
.sub-navi{
  display: flex;
  align-items: center;
}
.sub-navi span{
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
  font-size: 16px;
  color:#777;
}
.sub-navi span::before{
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%,-50%);
}
.sub-navi span:first-child{
  padding-left: 0;
  margin-left: 0;
}
.sub-navi span:first-child::before{
  display: none;
}
.sub-navi span:last-child{
  color: var(--font-color-point);
}


.sub-content{
  color:#222;
  /* overflow-x: hidden; */
}
/* .sub-subj{
  padding: 175px 0 0px;
  text-align: center;
} */
.sub-content-hr h3,
#pr .titArea h3{
  font-size: 60px;
  font-size: var(--font-size-60,60px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
#pr .titArea h3 + p,
.sub-subj h3 + p{
  margin-top: 50px;
  font-size: 20px;
  font-size: var(--font-size-20,20px);
  line-height: 1.5;
}

.sub-content .title-ic{
  display: flex;
  align-items: center;
  font-size: 42px;
  font-weight: 700;
  gap: 7px;
  margin-bottom: 110px;
}

.sub-ft{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sub-ft img{
  display: none;
}
.main .sub-ft{
  display: none;
}

.sub-nav{
  position: fixed;
  left: 0;
  top: 35%;
  z-index: 14;
}
.sub-nav h6{
  font-size: 21px;
  font-weight: 700;
  color:#555;
  line-height: 1;
  margin-bottom: 34px;
  padding-left: 24px;
}
.sub-nav ul{
  display: flex;
  flex-flow: column;
  gap: 36px;
}
.sub-nav ul li{
  position: relative;
  padding-left: 46px;
}
.sub-nav ul li::before{
  content: "";
  width: 34px;
  height: 3px;
  background: linear-gradient(90deg, #664188 17.65%, #A20439 100%);
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 0;
}
.sub-nav ul li a{
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  color:#999;
  display: block;
}
.sub-nav ul li.selected a{
  color:#A50034;
}
.sub-nav ul li.selected::before{
  width: 34px;
  /* transition: all .3s; */
}

.sub{
  padding-bottom: 350px;
}

/* tableBox */
.tableBox{
  margin-top: 110px;
  display: flex;
  gap: 26px;
}
.tableBox dl{
  flex: 1;
  letter-spacing: -0.01em;
  display: flex;
  flex-flow: column;
}
.tableBox dl dt{
  margin-bottom: 10px;
  background-color: #452A8833;
  color:#452A88;
  font-size: 23px;
  font-weight: 700;
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
  /* padding: 10px; */
  height: 50px;
  line-height: 50px;
}
.tableBox dl dd{
  background-color: #F4F2F8;
  font-size: 17px;
  font-size: clamp(14px, 0.88vw, 17px);
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 32px 37px;
  line-height: 1.5;
  height: calc(100% - 60px);
  min-height: 240px;
}
.tableBox dl dd b{
  display: block;
  color:#452A88;
  font-size: 19px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.tableBox dl dd strong{
  font-weight: 600;
}



.circleArea{
  display: flex;
  gap: 50px;
  padding: 36px 0;
  margin: 90px auto 0px;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  flex-wrap: wrap;
}
.circleArea.w78{
  width: 78%;
}

.circleBox{
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

  max-width: 180px;
  width: 25%;
}
.circleBox .bgBox{
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  z-index: 5;
}
.circleBox .bgBox .svgBox,
.circleBox .bgBox .svgBox svg{
  width: 100%;
  height: 100%;
}
.circleBox .innerBox{
  width: 86%;
  height: 86%;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  color:#333;
  line-height: 1.5;
  box-shadow: 2px 2px 4px 0px #0000001A;
  text-align: center;

  transform: translateX(0.5%);

  /* width: 100%;
  height: 100%;
  outline: 18px solid #fff;
  outline-offset: -17px; */
  

}


.circleStyle1 .innerBox{
  background: linear-gradient(148.98deg, #A50034 12.06%, #5F478F 90.71%);
  color:#fff;
}
.circleBox:nth-child(2n) .innerBox{
  background: linear-gradient(143.1deg, #AAAAAA 14.91%, #444444 102.27%);
  color:#fff;
}

.circleStyle2 .innerBox{
  background: linear-gradient(180deg, #FAFAFA 0%, #EAEAEA 100%) !important;
  color:#333 !important;
}
.circleStyle2 .innerBox span{
  color:#A50034;
}


.circleStyle4 .innerBox{
  background: #f3dee5 !important;
  color:#A50034 !important;
  box-shadow: none;
}


/* modal */
#modal{
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  letter-spacing: -0.03em;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 300;
  padding: 35px 50px 110px;
  padding: 4% 5.5% 12%;
  border-radius: 30px;
  box-shadow: 0px 0px 27.899999618530273px 0px #00000026;
  overflow: hidden;
  box-sizing: border-box;
  width: 80%;
  max-width: 890px;
  height: 100%;
  max-height: 70%;
  margin: auto;
  background-color: #fff;
  text-align: right;
  display: none;
}
#modal.noEmail{
  height: auto;
}
#modal .modalBox{
  height: 100%;
  text-align: left;
  display: none;
}

#modal h6{
  font-weight: 600;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 30px;
}
#modal .txtBox{
  height: 80%;
  padding: 10px 50px 30px 5px;
  overflow: auto;
  white-space: pre-line;
}
#modalClose{

}
#modal.on{
  display: block;
}
#modal .modalBox.on{
  display: block;
}

.popup{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  z-index: 9999;
  display: none;
}
.popup .box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  padding: 50px 60px;
  box-shadow: 0px 0px 27.899999618530273px 0px #00000026;
  width: 90%;
  max-width: 1200px;
  border-radius: 20px;
  color:#222;
}
.popup .titBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 35px;
  margin-bottom: 45px;
  border-bottom: 2px solid #333;
}
.popup .titBox h2{
  font-size: 41px;
  font-weight: 700;
}
.popup .titBox a{}

.popup .contBox{
  background-color: var(--font-color-bg-gr);
  padding: 90px 12.5%;
  padding: 50px;
  max-height: 700px;
  overflow: auto;
}
.popup .contBox .cont{
  margin-bottom: 50px;
}
.popup .contBox h5{
  color:#A50034;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.6;
  margin-bottom: 40px;
}
.popup .contBox h6{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.45;
  margin-bottom: 12px;
}
.popup .contBox p{
  /* font-size: 22px; */
  /* text-align: center; */
  line-height: 1.6;
  word-break: keep-all;
  font-size: 18px;
  color:#333;
  letter-spacing: -0.01em;
}
.popup .contBox p br:nth-child(1){
  display: none;
}
#career-popup .contBox p span{
  display: flex;
  gap: 5px;
}
#career-popup .contBox p span::before{
  content: "-";
}
#career-popup .contBox p span + br{
  display: none;
}
.popup .contBox a{
  font-weight: 700;
}

.popup .btnBox{
  margin-top: 30px;
}
.popup .btnBox a{
  width: 316px;
  height: 64px;
  line-height: 64px;
  color: #fff;
  background-color: var(--font-color-point);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border-radius: 999px;
  display: block;
  margin: auto;
  border: 0;

}

#popup-nameCard{
  z-index: 100000;
}
#popup-nameCard .box{
  max-width: 650px;
  color:#333;
  padding: 30px;
}
#popup-nameCard .titBox{
}
#popup-nameCard .contBox{
  background: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#popup-nameCard .contBox .nameCard{
  /* flex: 1; */
  border: 1px solid #ddd;
  padding: 14px;
  /* width: calc(33.33% - 13.33px); */
  flex: 1;
}
#popup-nameCard .contBox .nameCard h6{
  font-size: 20px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}
#popup-nameCard .contBox .nameCard .imgBox{
  /* margin: 36px 0 21px;
  display: flex;
  justify-content: space-between;
  align-items: center; */
  position: absolute;
  right: 0;
  top: 0;
}
#popup-nameCard .contBox .nameCard .imgBox img{
  /* transform: scale(1.2); */
}
#popup-nameCard .contBox .nameCard .txtBox{
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 5px;
}
#popup-nameCard .contBox .nameCard .txtBox dl{
  line-height: 1.4;
  font-size: 16px;
  display: flex;
  gap: 8px;
}
#popup-nameCard .contBox .nameCard .txtBox dt{
  font-weight: 600;
  min-width: 85px;
}
#popup-nameCard .contBox .nameCard .txtBox dd{
  font-weight: 400;
}
#popup-nameCard .contBox .nameCard .txtBox dd a{
  font-weight: inherit;
}
a.linkedin{
  position: relative;
  text-decoration: underline;
  color: var(--font-color-point);
}
a.linkedin::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/ft-hv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  transform: translate(90%, 80%);
  z-index: 10;
}
#popup-nameCard a.linkedin::after{
  background-image: url(../img/nc-hv.png);
  transform: translate(80%, 50%);
}
#popup-nameCard .contBox .nameCard .txtBox > span{
  position: absolute;
  right: 0;
  bottom: 0;
}
#popup-nameCard .contBox .nameCard .txtBox > span img{
  min-width: 86px;
}

/* quick */
.chat{cursor: pointer;}
.top_btn{cursor: pointer;visibility:hidden;transition-duration: 0.5s;}



@media (max-width:1300px){
  #popup-nameCard .box{
    max-width: 550px;
    padding: 20px;
  }
  #popup-nameCard .contBox .nameCard{
    width: 100%;
    padding: 12px;
  }
  #popup-nameCard .contBox{
    max-height: 750px;
  }
  #popup-nameCard .contBox .nameCard .txtBox{
    padding-bottom: 30px;
  }
  #popup-nameCard .contBox .nameCard .txtBox dl{
    font-size: 13px;
    gap: 4px;
  }
  #popup-nameCard .contBox .nameCard .txtBox dt{
    font-size: 0;
    min-width: auto;
  }
}

/* temp */

