@charset "UTF-8";
/* template 별 커스텀 css */
.f__header {
  background-color: transparent;
  border-color: transparent;
}

.kvSection {
  position: relative;
  padding: 0 20px;
  height: 510px;
  margin-bottom: 140px;
}
.kvSection .kvContWrap {
  position: relative;
  z-index: 2;
  width: 800px;
  min-height: 283px;
  margin: 0 auto;
  margin-top: 217px;
  text-align: center;
  top: -72px;
}
.kvSection .kvContWrap .kvTit .point {
  background: linear-gradient(90deg, #519AFF -15%, #7D20EE 115%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-top: 8px;
}
.kvSection .kvContWrap .kvSubTit {
  margin: 30px 0 80px 0;
}
.kvSection .kvContWrap .kvSubTit h3 {
  color: var(--gray_10);
}
.kvSection .kvContWrap .ic_kv {
  position: absolute;
  border-radius: 23.7px;
  backdrop-filter: blur(3.9583330154px);
  -webkit-backdrop-filter: blur(3.9583330154px);
}
.kvSection .kvContWrap .ic_kv.ic_1 {
  right: -171px;
  top: -20px;
  box-shadow: 0 0 3.167px 0 rgba(255, 255, 255, 0.25) inset;
  filter: drop-shadow(0 0 23.75px rgba(218, 72, 182, 0.2));
}
.kvSection .kvContWrap .ic_kv.ic_2 {
  right: -85px;
  bottom: -50px;
  box-shadow: 0 0 3.167px 0 rgba(255, 255, 255, 0.25) inset;
  filter: drop-shadow(0 0 23.75px rgba(156, 70, 198, 0.2));
}
.kvSection .kvContWrap .ic_kv.ic_3 {
  left: -150px;
  top: 62px;
  box-shadow: 0 0 3.167px 0 rgba(255, 255, 255, 0.25) inset;
  filter: drop-shadow(0 0 23.75px rgba(255, 210, 206, 0.5));
}
.kvSection .kvContWrap .ic_kv.ic_4 {
  left: 20px;
  bottom: -135px;
  box-shadow: 0 0 3.167px 0 rgba(255, 255, 255, 0.25) inset;
  filter: drop-shadow(0 0 23.75px rgba(218, 72, 182, 0.2));
}
.kvSection .kvImageWrap {
  position: absolute;
  top: -290px;
  overflow: hidden;
  width: calc(100% - 40px);
  height: 800px;
  max-width: 2520px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.kvSection .kvImageWrap .bg_kv {
  max-width: unset;
  border-radius: 50px;
}

.svSection {
  margin-bottom: 260px;
}
.svSection .svList {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.svSection .svBox {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.svSection .svBox .boxFront {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.svSection .svBox .boxFront p {
  color: var(--gray_10);
  margin-bottom: 4px;
}
.svSection .svBox .boxFront h4 {
  color: var(--gray_10);
}
.svSection .svBox .boxFront .f__ic_plus {
  position: absolute;
  right: 30px;
  top: 30px;
}
.svSection .svBox .boxFront > a {
  display: block;
  width: 100%;
  height: 100%;
}
.svSection .svBox .boxBack {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  height: 100%;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  display: none;
}
.svSection .svBox .boxBack p {
  color: var(--gray_20);
}
.svSection .svBox .boxBack h4 {
  color: var(--gray_10);
  margin-bottom: 16px;
}
.svSection .svBox .boxBack .view_detail {
  z-index: 3;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.svSection .svBox.active .boxFront {
  display: none;
}
.svSection .svBox.active .boxBack {
  display: block;
}
.svSection .svBox .view_detail {
  position: relative;
  padding: 14px 52px 14px 30px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.054px;
  color: white;
}
.svSection .svBox .view_detail:before {
  display: block;
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"%3E%3Cpath d="M4.25 14H20.75" stroke="white" stroke-width="1.725"/%3E%3Cpath d="M13.6179 21.864L21.4818 14L13.6179 6.13604" stroke="white" stroke-width="1.725"/%3E%3C/svg%3E') no-repeat center center;
  background-size: contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.svSection .svBox .sv_BG {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.svSection .svBox.sv_CMS {
  background: linear-gradient(180deg, #E0F3EB 0%, #C1EDDA 100%);
}
.svSection .svBox.sv_CMS .boxBack {
  background: rgba(235, 255, 246, 0.4);
}
.svSection .svBox.sv_CLM {
  background: linear-gradient(180deg, #FFE7E7 0%, #FDD9D9 100%);
}
.svSection .svBox.sv_CLM .boxBack {
  background: rgba(255, 243, 243, 0.4);
}
.svSection .svBox.sv_cloud {
  background: linear-gradient(180deg, #E4EDFC 0%, #D1E0F9 100%);
}
.svSection .svBox.sv_cloud .boxBack {
  background: rgba(238, 245, 255, 0.4);
}
.svSection .svBox.sv_ICT {
  background: linear-gradient(180deg, #F9E4F2 0%, #FED8F1 100%);
}
.svSection .svBox.sv_ICT .boxBack {
  background: rgba(255, 244, 251, 0.4);
}
.svSection .svBox:hover .pcBack {
  display: block;
}

.ctSection {
  padding: 182px 0 200px 0;
  background: url(/common/brand/images/BG_main_1.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.ctSection .f__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ctSection .logoImg {
  width: 100px;
  margin-bottom: 30px;
}
.ctSection .btnWrap {
  margin-top: 40px;
  display: flex;
  gap: 12px;
}

/*** tablet ***/
@container (min-width: 760px) and (max-width: 1015px) {
  .kvSection {
    height: 418px;
    margin-bottom: 120px;
  }
  .kvSection .kvContWrap {
    width: 624px;
    margin-top: 126px;
    top: -56px;
  }
  .kvSection .kvContWrap .kvSubTit {
    margin: 16px 0 40px 0;
  }
  .kvSection .kvContWrap .ic_kv {
    display: none;
  }
  .kvSection .kvImageWrap {
    height: 600px;
    top: -182px;
    background: url(/common/brand/images/BG_kv1_tab.png) no-repeat center center;
    background-size: cover;
  }
  .kvSection .kvImageWrap img {
    display: none;
  }
  .svSection {
    margin-bottom: 180px;
  }
  .svSection .svList {
    gap: 20px;
  }
  .svSection .svBox {
    border-radius: 20px;
  }
  .svSection .svBox .boxFront {
    padding: 24px;
  }
  .svSection .svBox .boxFront .f__ic_plus {
    right: 24px;
    top: 24px;
  }
  .svSection .svBox .boxBack {
    padding: 24px;
  }
  .svSection .svBox .boxBack h4 {
    margin-bottom: 12px;
  }
  .svSection .svBox .boxBack .f__ic_view {
    width: 44px;
    height: 44px;
    background-size: 44px;
    right: 24px;
    bottom: 24px;
  }
  .svSection .svBox .view_detail {
    padding: 8px 40px 8px 20px;
  }
  .svSection .svBox .view_detail:before {
    width: 26px;
    height: 26px;
    right: 10px;
  }
  .ctSection {
    padding: 107px 0 120px 0;
  }
  .ctSection .logoImg {
    width: 70px;
    margin-bottom: 20px;
  }
  .ctSection .btnWrap {
    margin-top: 30px;
  }
}
/*** mobile ***/
@container (max-width: 759px) {
  .kvSection {
    padding: 0;
    height: 367px;
    margin-bottom: 80px;
  }
  .kvSection .kvContWrap {
    width: calc(100% - 20px);
    margin-top: 96px;
    top: -56px;
  }
  .kvSection .kvContWrap .kvSubTit {
    margin: 16px 0 42px 0;
  }
  .kvSection .kvContWrap .ic_kv {
    display: none;
  }
  .kvSection .kvContWrap .kvButton .f__btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.042px;
  }
  .kvSection .kvImageWrap {
    border-radius: 0;
    width: 100%;
    height: 520px;
    top: -153px;
    background: url(/common/brand/images/BG_kv1_mo.png) no-repeat center center;
    background-size: cover;
  }
  .kvSection .kvImageWrap img {
    display: none;
  }
  .svSection {
    margin-bottom: 140px;
  }
  .svSection .svList {
    margin-top: 32px;
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .svSection .svBox {
    border-radius: 15px;
  }
  .svSection .svBox .boxFront {
    padding: 20px;
  }
  .svSection .svBox .boxFront .f__ic_plus {
    right: 20px;
    top: 20px;
  }
  .svSection .svBox .boxBack {
    padding: 20px;
  }
  .svSection .svBox .boxBack h4 {
    margin-bottom: 8px;
  }
  .svSection .svBox .boxBack .f__ic_view {
    width: 36px;
    height: 36px;
    background-size: 36px;
    right: 20px;
    bottom: 20px;
  }
  .svSection .svBox .view_detail {
    padding: 8px 38px 8px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.042px;
  }
  .svSection .svBox .view_detail:before {
    width: 24px;
    height: 24px;
    right: 10px;
  }
  .ctSection {
    padding: 119px 0 80px 0;
  }
  .ctSection .logoImg {
    width: 50px;
    margin-bottom: 16px;
  }
  .ctSection .btnWrap {
    margin-top: 30px;
  }
}