
  
  /* common */
  /* Text */
  * {font-weight: 400;}
  h1{ font-size: 4rem; line-height:5.4rem;}
  h2{ font-size: 3rem; line-height: 4.2rem;}
  h3{ font-size: 2.2rem; line-height: 3.2rem;}
  h4{ font-size: 1.6rem; line-height: 2.6rem;}
  h5{ font-size: 1.4rem; line-height: 2.4rem;}
  h6{ font-size: 1rem; line-height: 1.8rem;}
  p{ font-size: 1rem; line-height: 1.8rem;}
  
  
  b, .title {font-weight: 700;}
  a, span,
  a h4,
  a h5{font-weight: inherit;font-family: inherit;}
  
  
  .textBox{
    z-index: 2;
  }


  .wrap.type-flex{
    display: flex;
  }
  .wrap.type-flex.direc-row{
    flex-direction: row;
    align-items: center;
  
  }
  .wrap.type-flex.direc-row.size-50p{
    gap: 60px;
  }
  
  .wrap.type-flex.direc-row.size-col4 > *,
  .wrap.type-flex.direc-row.size-50p > *{
    flex: 1;
  }
  .wrap.type-flex.direc-row.size-col4{
    gap: 12px;
  }
  .wrap.size-center{
    gap: 30px;
  }
  .wrap.size-center > *{
    width: 100%;
  }
  .wrap.type-flex.direc-col{
    flex-direction: column;
  }
  
  .wrap.size-col4 > * {
    text-align: center;
    padding: 40px 20px 30px;
    border-radius: 20px;
    border-top: 1px solid #555;
    border-left: 1px solid #222;
    border-right: 1px solid #333;
    border-bottom: 6px solid var(--color-primary);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,101,255,.3) 100%);
  }
  .wrap.size-col4 .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--color-primaryLight);;
    background-size: 36px auto;
  }
  .wrap.size-col4  h3 {
    margin: 30px auto 15px;
  }
  .wrap.size-col4  h5 {
    min-height: 200px;
    opacity: .6;  
  }
  
  /* icon */
  
  .icon.ic-mail{
    mask-image: url(../resources/icon/icon-mail.png);
    background-color: var(--color-white);
  }
  
  
  
  
  .moreFrame .moreBtn + .moreBox{
    display: none;
  }
  .moreFrame.ON .moreBtn + .moreBox{
    display: block;
  }

  

/* script */


.secItem .fp-tableCell > .wrap > .titleBox h4 {
  margin-bottom: 60px;
  margin-top: 16px;
  color: #aaa;
}
.secItem .fp-tableCell > .wrap > .titleBox h4 b{
  color: #fff;
}
.secItem .fp-tableCell > .wrap {
  padding: 90px 30px 0;
  max-width: 1440px;
  margin: 0 auto;
}
.swiper-pagination-bullet {
  background-color: #eee;
}





/* custom */
body {
  background-color: #111;
  color: #fff;
}


.sec-intro .fp-tableCell > .wrap {
  width: 100%;
  height: 100%;
  padding: unset !important;
  max-width: unset !important
}
.swiperIntro .swiper-slide{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.swiperIntro .swiper-slide .textBox {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.swiperIntro .swiper-slide .textBox h1 {
  overflow: hidden;
  margin-bottom: 30px;
}
.swiperIntro .swiper-slide:not(.swiper-slide-active) .textBox h1{
  padding-top: 80px;
  opacity: 0;
}
.swiperIntro .swiper-slide .textBox span {
  display: block;
  height: 34px;
  overflow: hidden;
}
.swiperIntro .swiper-slide:not(.swiper-slide-active) .textBox span{
  padding-top: 36px;
  opacity: 0;
}
.swiperIntro .swiper-slide .videoBox {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.swiperIntro .videoBox::after {
  content: '';
  position: absolute;
  width: 110%;
  height: 80vh;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.swiperIntro .videoBox video{
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.swiperIntro .swiper-controll {
  z-index: 5;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.swiperIntro .swiper-controll > .wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.swiperIntro .swiper-controll > .wrap > *{
  position: unset;
  width: fit-content;
}
.swiperIntro .swiper-controll .swiper-pagination{
  gap: 10px;
}
.swiperIntro .swiper-controll .swiper-pagination .swiper-pagination-bullet{
  border-radius: 4px;

}
.swiperIntro .swiper-controll .swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
}
.swiperIntro .swiper-controll .swiper-button-next, 
.swiperIntro .swiper-controll .swiper-button-prev {
  margin-top: unset;
  height: unset;
}
.swiperIntro .swiper-controll .swiper-button-next:after, 
.swiperIntro .swiper-controll .swiper-button-prev:after {
  font-size:18px;
  color: #fff;
}





.sec-point::after {
  content: '';
  position: absolute;

  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-image: url(https://imageio.forbes.com/specials-images/imageserve/5fa5af64c1571671084b661d//960x0.jpg?height=474&width=711&fit=bounds);

  opacity: .2;
  z-index: -1;
background-position: center;
}

.sec-point .titleBox h3 {
  opacity: .6;
  margin-top: 24px;
}
.sec-point .pointList {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 80px 0 60px;

}
.sec-point .pointList .pointItem {
  flex: 1;
}
.sec-point .pointList .pointItem .icon {
  width: 70px;
  height: 70px;

  /* border-radius: 50%;
  background-color: #333; */
}
  .icon.ic-point1 {    background-image: url(../resources/icon/icon-point1.png);}
  .icon.ic-point2 {    background-image: url(../resources/icon/icon-point2.png);}
  .icon.ic-point3 {    background-image: url(../resources/icon/icon-point3.png);}

.sec-point .pointList .pointItem h3 {
  margin: 20px 0 12px;
}
.sec-point .bnerBox {
  padding: 30px;
  background-color: rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: space-between;
}
.sec-point .bnerBox .textBox h5{
  opacity: .6;
  margin-bottom:6px;
}


.sec-service .titleBox {
  text-align: center;
  
  width: 50vw;
  min-width: 300px;
  margin: 0 auto 40px;
}
body[data-location="dpg"] .sec-service .titleBox {width: 100%;max-width: 900px}
.sec-service .titleBox h4{
  margin-top: 16px;
  opacity: .6;
}

.swiperService .swiper-slide{
  /* background-image: url(); */
  background-size: cover;
  background-position: center;
  padding: 80px;
  width: 50vw;
  min-width: 280px;
  max-height: 500px;
  text-align: center;
  height: 50vh;
  display: flex;
  align-items: center;

  background-color: #333;
}
.swiperService .swiper-slide .textBox h5 {
  margin-top: 20px;
}

body[data-location="dpg"] .swiperService .swiper-slide .textBox h5 {
  /* opacity: .6; */
  color: var(--color-primaryLight);
}
.swiperService .swiper-slide .icon {

  z-index: 1;
  border-radius: 12px;
  background-color: #444;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 60px;
  height: 60px;
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://cdn.prod.website-files.com/650311fc2ebc7fe34237a592/6509b11e938e58f3588a8197_Security.svg);
}

.swiperService .swiper-pagination {
  margin-top: 80px;
  position: unset;
}

.swiperService [class*="swiper-button"]{
  position: absolute;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  margin-top: unset;
  right: unset;
  background-color: #222;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.swiperService [class*="swiper-button"]::after{
  font-size: 20px;
  color: #fff;
}
.swiperService [class*="swiper-button"].swiper-button-prev{
  left:calc( 50% - 25vw - 70px - 20px);
  
}

.swiperService [class*="swiper-button"].swiper-button-next{
  right:calc( 50% - 25vw - 70px - 20px);
}







.sec-news .titleBox {
  text-align: center;
  
  width: 60vw;
  min-width: 300px;
  margin: 0 auto 40px;
}
.sec-news .titleBox h4{
  margin-top: 16px;
  opacity: .6;
}
.swiperNews .swiper-slide{
  width: unset;
  height: unset;
}
.swiperNews .swiper-slide a{
  padding: 40px;
  width: 60vw;
  min-width: 280px;
  height: 50vh;

  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  background-color: #333;

}
.swiperNews .swiper-slide a > *{
  flex: 1;
}
.swiperNews .swiper-slide .thm{
  height: 100%;
  background-image: url(https://cdn.epnc.co.kr/news/photo/202309/236973_238716_312.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.swiperNews .swiper-slide .textBox .tag {
  color: var(--color-primary);
}
.swiperNews .swiper-slide .textBox h3 {
  margin: 20px 0;
  font-weight: 800;
}
.swiperNews .swiper-slide .textBox .btn{
  margin-top: 40px;
  display: block;
}
.swiperNews .swiper-slide .textBox .btn span{
  display: inline-block;

  vertical-align: middle;
  margin-left: 4px;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: .6em;
}
.swiperNews .swiper-pagination {
  margin-top: 80px;
  position: unset;
}

.swiperNews [class*="swiper-button"]{
  position: absolute;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  margin-top: unset;
  right: unset;
  background-color: #222;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.swiperNews [class*="swiper-button"]::after{
  font-size: 20px;
  color: #fff;
}
.swiperNews [class*="swiper-button"].swiper-button-prev{
  left:calc( 50% - 30vw - 70px - 20px);
  
}

.swiperNews [class*="swiper-button"].swiper-button-next{
  right:calc( 50% - 30vw - 70px - 20px);
}



.sec-issue .titleBox h4 {
  margin-bottom: 60px;
  margin-top: 16px;
}
.sec-issue .imgBox {
  position: relative;
  margin-top: 60px;
  height: 50vh;
  padding: 2px;
  overflow: hidden;
  background-color: #333;
  box-shadow: 5px 0 30px rgba(255,255,255,.1);
}
.sec-issue .imgBox .img{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec-issue .imgBox::after {
  animation: borderBright 2s ease infinite;
  content: '';
  z-index: 0;
  position: absolute;
  width: 90vw;
  height: 90vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #8ECAFF 0%, rgba(255,255,255,0) 50%, #8ECAFF 100%);
}

@keyframes borderBright {
  0%{transform: translate(-50%,-50%) rotate(0);}
  100%{transform: translate(-50%,-50%) rotate(180deg);}
}


.sec-partners .partnerList {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.sec-partners .partnerList .partnerItem{
  flex: 1;
  padding: 24px 30px;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(315deg, rgba(1, 1, 1, 1) 0%, rgba(54, 54, 54, 1) 100%);
  border: 1px solid rgba(255,255,255,.1);
}
.sec-partners .partnerList .partnerItem:hover {
  border: 1px solid rgba(255,255,255,.4);
  transform: translateY(-30px);
  box-shadow: 0 20px 40px #000;
}
.sec-partners .partnerList .partnerItem:hover .imgBox {
  filter: brightness(1);
}
.sec-partners .partnerList .partnerItem .imgBox{
  width: 100%;
  height: 50px;

  background-image: url(https://blog.kakaocdn.net/dn/I18HL/btsz6kPXqo8/d6osL5r4UkdtzCeHwhum30/img.png);
  filter: brightness(10);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-partners .partnerList .partnerItem .textBox{
  text-align: center;
  margin-top: 20px;
}
.sec-partners .partnerList .partnerItem .textBox h5{
  margin-top: 16px;

  color: #aaa;
}
.sec-partners .partnerList .partnerItem .textBox h5 b{
  color: #fff;
}



.sec-title .titleBox{
  margin-top: 20px;
  margin-bottom: 80px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15vh 20px;
  text-align: center;
}


.sec-ceo .imgBox ,
.sec-content .imgBox {
  height: 50vh;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.sec-ceo .titleBox h4 {
  opacity: .6;
}
.sec-content .imgBox {
  background-size: cover;
  background-position: center;
}
.sec-content .wrap.size-center .imgBox {
  height: 40vh;
  min-height: 300px;
  /* background-color: #333; */
  /* background-size: contain; */
}

.sec-content .wrap.size-center .titleBox{
  text-align: center;
}
.sec-content .wrap.size-center .titleBox h4 {

  text-align: left;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;

  padding: 30px;
  background-color: #000;
  border-radius: 30px;
  margin-top: 20px;

}
.sec-title,
.sec-title .fp-tableCell ,
.sec-ceo,
.sec-ceo .fp-tableCell,
.sec-content ,
.sec-content .fp-tableCell{
  height: fit-content !important;
}
.sec-title .fp-tableCell > .wrap {
max-width: unset;
}
.sec-ceo .titleBox h4 span {
  font-style: italic;
}

.sec-content .tag {
  color: var(--color-primary);
}




.img-layer {
  border-radius: 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


.img-table {
  width: 100%;
  margin: 0 auto;
}