@charset "UTF-8";

/* 메인 상단 */

.content .content_head {
  position: relative;
}

.content .content_head .head_inner {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}

.content .content_head .bg01 {
  position: absolute;
  bottom: 120px; /* 위쪽 여백 */
  left: calc(50% - 520px - 60px); /* 왼쪽으로 살짝 나가게 */
  width: 430px; /* 이미지 크기 조절 */
  animation: floatY 4s ease-in-out infinite;
  z-index: 2;
}

.content .content_head .bg02 {
  position: absolute;
  bottom: 420px; /* 아래쪽 여백 */
  right: calc(50% - 520px - 360px); /* 오른쪽으로 살짝 나가게 */
  width: 330px;
  animation: floatY 4s ease-in-out infinite;
  z-index: 2;
}

@keyframes floatY {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-15px);
  }
}

.content .content_head .bg03 {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  display: block;
}
.content .content_head {
  width: 100%;
  max-width: none;
  margin: 0;
  background-color: #e4f4ff;
  overflow: hidden;
  z-index: 0;
}
.content .content_head .title_wrap {
  gap: 0;
}
.content .content_head p.tit {
  padding: 5px 24px;
  margin-bottom: 32px;
  font-weight: 400;
  border-radius: 50px;
  border: 1px solid #36cdff;
  color: #36cdff;
}
.content .content_head img {
  width: 90%;
  margin-bottom: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.content .content_head p.des {
  font-size: 22px;
  line-height: 160%;
  color: #8199c0;
}

.content .content_head .visual_wrap {
  max-width: 1040px;
  width: 100%;
  padding: 0;
  margin: 82px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #73c6ff;
  border-radius: 32px;
}
.content .content_head .visual_wrap video {
  border-bottom: 1px solid #73c6ff;
}

.content .content_head .visual_wrap img {
  max-width: 1040px;
  width: auto;
  margin: 0;
  border-bottom: 1px solid #73c6ff;
}

.function .content_head .title_wrap .main_title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content .content_head .visual_wrap .visual_text {
  padding: 32px 0 40px;
}
.content .content_head .visual_wrap .visual_text li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin: 14px 0;
}
.content .content_head .visual_wrap .visual_text .tit {
  padding: 5px 20px 6px;
  font-size: 20px;
  color: #fff;
  background-color: #4caefe;
  border-radius: 30px;
  position: relative;
}
.content .content_head .visual_wrap .visual_text li:first-child .tit {
  top: -11px;
}

.content .content_head .visual_wrap .visual_text .desc {
  font-size: 22px;
  color: #333;
  line-height: 160%;
  text-align: left;
}

/* 바디영역 공통 */
.content .title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  gap: 10px;
}

.content .area_process {
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .area_process h3 {
  color: #333;
}

.content .area_process .cont_wrap {
  margin-bottom: 60px;
}

/* 혜택 */
.content .area_benefit {
  width: 100%;
  padding: 100px 0 150px;
  background-color: #2f3b4f;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content .area_benefit .title_wrap {
  gap: 10px;
}
.content .area_benefit h2 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}
.content .area_benefit p {
  font-size: 20px;
  color: #2debff;
}

.content .area_benefit .cont_wrap {
  max-width: 100%;
  margin: 0 auto;
}
.content .area_benefit .cont_wrap .box_cont {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.content .area_benefit .cont_wrap .card {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 24px;
}

.content .ic_label {
  width: 77px;
  height: 63px;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 250px;
}

.content .ic_label.n01 {
  background: url(./images/ic_label01.png);
}
.content .ic_label.n02 {
  background: url(./images/ic_label02.png);
}

.content .area_benefit .cont_wrap .card .text_wrap {
  padding: 50px 40px 50px;
}

content .area_benefit .text_wrap .title {
  font-size: 28px;
  color: #333;
  line-height: 140%;
  font-weight: 600;
  margin: 20px 0 11px;
}

content .area_benefit .text_wrap p {
  font-size: 20px;
  color: #888;
  margin: 0px 0 20px;
}
.content .ic_service01 {
  width: 80px;
  height: 80px;
  background: url(./images/ic_service01.png);
  display: inline-block;
}
.content .ic_service02 {
  width: 80px;
  height: 80px;
  background: url(./images/ic_service02.png);
  display: inline-block;
}

.content .area_benefit .cont_wrap .info {
  text-align: center;
  color: #d9d9d9;
}

/* 올인원 업무플랫폼 다우오피스 */
.content .area_service {
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.content .area_service .title_wrap {
  text-align: center;
}
.content .area_service .title_wrap p {
  font-size: 20px;
  color: #888;
  margin-top: 10px;
}
.content .area_service .title_wrap h2 {
  font-size: 48px;
  font-weight: 600;
  color: #333;
}

/* 우리 회사에 맞는 상품은? */
.content .area_price {
  padding: 80px 0 140px;
  margin: 0 auto;
  background: linear-gradient(to top, #9decff, #fff);
}
.content .area_price .title_wrap h2 {
  font-size: 48px;
  font-weight: 600;
  color: #333;
}
.content .area_price .title_wrap p {
  font-size: 20px;
  color: #888;
}

.content .area_price .cont_wrap {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.content .area_price .cont_wrap .box_cont {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.content .area_price .cont_wrap .box {
  width: 100%;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.content .area_price .cont_wrap .box_main {
  padding: 60px 50px;
}

.content .cont_wrap .info {
  text-align: center;
  font-size: 16px;
  color: #868686;
  margin-top: 20px;
}

.content .area_price .cont_wrap .box_cont .box .box_main .tit {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.content .area_price .cont_wrap .box_cont .box .box_main .desc {
  font-size: 22px;
  color: #6b7072;
}
.content .area_price .cont_wrap .box_cont .box .box_main .ic_check {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 8px;
  background: url("../0203_hr-support/images/ic_check.png");
}

.content .area_price .cont_wrap .box_cont .box .box_main .box_txt {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 22px;
}
.content .area_price .cont_wrap .box_cont .box .box_main .box_num {
  color: #333;
  margin-top: 24px;
}
.content
  .area_price
  .cont_wrap
  .box_cont
  .box
  .box_main
  .box_num
  .strikethrough {
  color: #a1a1a1;
  font-size: 22px;
  text-decoration: line-through;
  margin-right: 10px;
  font-weight: 400;
}

.content .area_price .cont_wrap .box_cont .box .box_main .box_num .num {
  font-size: 42px;
  font-weight: 500;
  margin-right: 2px;
}

.content .area_price .cont_wrap .box_cont .box .box_main .price {
  font-size: 20px;
  color: #2f2f2f;
}
.content .area_price .cont_wrap .box_cont .box .box_main .box_desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 22px;
}

.content .area_price .cont_wrap .box_cont .box .box_main .box_desc li {
  display: flex;
  flex-direction: row;
}
.content .area_price .cont_wrap .box_cont .box .box_desc div {
  display: flex;
  gap: 8px;
}
.content .area_price .cont_wrap .box_cont .box .box_desc div .tag {
  color: #939697;
  display: inline-block;
  font-size: 15px;
  padding: 0px 8px;
  border-radius: 6px;
  border: 1.5px solid #939697;
}
.content
  .area_price
  .cont_wrap
  .box_cont
  .box:last-child
  .box_desc
  div:last-child
  .tag {
  height: 23px;
}
.content .area_price .cont_wrap .box_cont .box .box_desc div .desc {
  color: #00a4cd;
}

.content .area_price .cont_wrap .box_cont .box.active .box_main {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #02b6d7 0%, #9f1aff 100%) border-box;
  border: 3px solid transparent;
  border-radius: 25px;
}

.content .area_price .cont_wrap .box_cont .box .box_main .tit {
  background: linear-gradient(to right, #00e4f6, #a64cff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

/* 다우오피스를 믿고 쓸 수 있는 이유 */
.content .area_feature {
  width: 100%;
  padding: 140px 0 60px;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .area_feature h2 {
  font-size: 48px;
  color: #333;
  line-height: 140%;
  font-weight: 600;
}
.content .area_feature p {
  font-size: 20px;
  color: #888;
  margin-top: 10px;
}
.content .area_feature ul {
  max-width: 1000px;
  margin-top: 60px;
  padding: 40px 140px;
  border-radius: 30px;
  background-color: #eef9ff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content .area_feature ul li {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #c5ebff;
  padding: 30px 0;
}
.content .area_feature ul li:last-child {
  border-bottom: none;
}
.content .area_feature ul li .text_wrap {
  display: flex;
  flex-direction: column;
}
.content .area_feature ul li .tit {
  font-size: 28px;
  color: #2688ff;
  font-weight: 600;
}
.content .area_feature ul li .txt {
  font-size: 22px;
  color: #747474;
  margin-top: 10px;
}

.content .ic_feature01 {
  width: 94px;
  height: 94px;
  background: url("./images/ic_feature01.png");
  display: inline-block;
}
.content .ic_feature02 {
  width: 94px;
  height: 94px;
  background: url("./images/ic_feature02.png");
  display: inline-block;
}
.content .ic_feature03 {
  width: 94px;
  height: 94px;
  background: url("./images/ic_feature03.png");
  display: inline-block;
}

.content .ic_arrow {
  background: url("./images/ic_arrow.svg") no-repeat;
  width: 30px;
  height: 34px;
  display: inline-block;
  top: 3px;
  position: relative;
  margin-left: 4px;
}

.content .ic_arrow_blue {
  background: url("./images/ic_arrow_blue.svg") no-repeat;
  width: 30px;
  height: 34px;
  display: inline-block;
  top: 3px;
  position: relative;
  margin-left: 4px;
}

/* 푸터 */
.content_foot .main_title span {
  font-size: 48px;
  color: #333;
  font-weight: 300;
}

/* 유의사항 */
.content .area_notice {
  width: 100%;
  margin: 0;
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1d2d54;
  color: #fff;
}
.content .area_notice .info_cont {
  max-width: 1040px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 90px 0;
}
.content .area_notice .info_cont p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.content .area_notice .info_cont li {
  margin: 4px;
  font-size: 19px;
  color: #8199c0;
}

@media (max-width: 1240px) {
  .content .inner {
    padding: 0 6%;
  }
  .content .content_head .bg01 {
    display: none;
  }
  .content .content_head .bg02 {
    display: none;
  }
  .content .content_head img {
    width: 100%;
  }
  .content .content_head .visual_wrap img {
    width: 100%;
  }

  .content .content_head .visual_wrap video {
    width: 100%;
    height: 100%;
  }

  .function .content_head .title_wrap .main_title {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .content .area_price .cont_wrap .box_cont {
    display: flex;
    flex-direction: column;
  }

  .content .area_feature ul {
    padding: 10px 12%;
    margin-top: 30px;
  }
  .content .area_feature ul li {
    flex-direction: column;
  }
  .content .ic_feature01 {
    width: 51px;
    height: 51px;
    background: url(./images/ic_feature01_mo.png);
    display: inline-block;
  }
  .content .ic_feature02 {
    width: 51px;
    height: 51px;
    background: url(./images/ic_feature02_mo.png);
    display: inline-block;
  }
  .content .ic_feature03 {
    width: 51px;
    height: 51px;
    background: url(./images/ic_feature03_mo.png);
    display: inline-block;
  }
  .content .area_feature ul li {
    gap: 15px;
  }
  .content .area_feature ul li .tit {
    font-size: 20px;
  }
  .content .area_feature ul li .txt {
    font-size: 16px;
  }
}

@media (max-width: 999px) {
  .content h3 {
    margin-bottom: 22px;
  }
  .content h4 {
    font-size: 24px;
    text-align: inherit;
  }
  .content h5 {
    font-size: 20px;
    text-align: center;
  }

  .content .content_head .bg03 {
    display: none;
  }

  .content .content_head .visual_wrap .visual_text {
    padding: 16px 40px 24px;
  }

  .content .content_head .visual_wrap .visual_text .tit {
    font-size: 16px;
    padding: 5px 20px 5px;
  }
  .content .content_head .visual_wrap .visual_text li {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin: 24px 0;
  }
  .content .content_head .visual_wrap .visual_text li:first-child .tit {
    top: 0;
  }

  .content .content_head .visual_wrap .visual_text .desc {
    text-align: center;
    font-size: 15px;
  }

  .content .area_process h2,
  .content .area_service .title_wrap h2,
  .content .area_price .title_wrap h2,
  .content .area_feature h2,
  .content .area_benefit h2,
  .content .area_faq h2 {
    font-size: 28px;
  }
  .content .area_service .title_wrap p,
  .content .area_price .title_wrap p,
  .content .area_feature p,
  .content .area_benefit p {
    font-size: 15px;
    text-align: center;
  }

  .content .content_head p.tit {
    display: none;
  }
  .content .content_head p.des {
    font-size: 16px;
  }
  .content .content_head .visual_wrap {
    margin: 60px auto 0;
    border-radius: 20px;
  }

  .content .area_benefit .card_horizental .card {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    gap: 24px;
  }
  .content .area_benefit .card_horizental .card .text_wrap {
    width: 100%;
    text-align: center;
  }
  .content .area_benefit .card_horizental .card .text_wrap p {
    font-size: 16px;
  }
  .content .area_benefit .card_horizental .card .text_wrap .label {
    margin: 0 auto 24px;
    padding: 4px 16px;
    font-size: 16px;
  }
  .content .area_benefit .card_horizental .card img {
    margin: auto;
  }
  .content .area_benefit .notice_wrap .tit {
    font-size: 14px;
  }
  .content .area_benefit .notice_wrap p {
    font-size: 12px;
  }

  .content .area_feature {
    margin: 50px auto 0;
  }
  .content .area_feature .image_wrap {
    flex-direction: column;
  }
  .content .area_trans .cont_wrap .card {
    padding: 32px 32px 0 32px;
  }
  .content .area_trans .cont_wrap .card img {
    margin-top: 24px;
  }

  .content .area_notice .info_cont {
    margin: 0;
  }
  .content .area_notice .info_cont p {
    font-size: 20px;
  }
  .content .area_notice .info_cont li {
    font-size: 16px;
  }

  .content .area_service h3 {
    margin-top: 40px;
  }

  .content .area_service p {
    font-size: 16px;
  }

  .content .area_price .cont_wrap .box_cont .box .box_main .tit {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .content .area_price .cont_wrap .box_cont .box .box_main .desc {
    font-size: 14px;
  }
  .content
    .area_price
    .cont_wrap
    .box_cont
    .box
    .box_main
    .box_num
    .strikethrough {
    font-size: 14px;
  }

  .content .area_price .cont_wrap .box_cont .box.active .box_main {
    background:
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(90deg, #02b6d7 0%, #9f1aff 100%) border-box;
    border: 2px solid transparent;
    border-radius: 25px;
  }
  .content .area_price .cont_wrap .box_cont .box .box_main .ic_check {
    top: 0px;
  }
  .content .area_price .cont_wrap .box_cont .box .box_main .box_num {
    display: flex;
    flex-direction: column;
  }
  .content .area_price .cont_wrap .box_cont .box .box_main .box_desc {
    gap: 6px;
  }
  .content .area_price .cont_wrap .box_cont .box .box_main .desc {
    font-size: 15px;
  }
  .content .area_price .cont_wrap .box_cont .box .box_main .box_num .num {
    font-size: 24px;
  }
  .content .area_price {
    padding-bottom: 10px !important;
  }
  .content .area_price .cont_wrap .box_main {
    padding: 40px;
  }
  .content .area_price .cont_wrap {
    margin-bottom: 30px;
  }
  .content .cont_wrap .info {
    font-size: 13px;
  }
  .content_foot .main_title span {
    font-size: 28px;
  }
  .content_foot .btn_wrap {
    margin-bottom: 30px;
  }
  .function .title_wrap {
    margin: 40px 0;
  }
}
