@charset "utf-8";
@import url(../lib/bootstrap.min.css);
@import url(../lib/jquery.fullpage.min.css);
@import url(../lib/swiper-bundle.min.css);
@import url(../css/swiper.css);
@import url(../css/common.css);
@import url(../css/animate.css);

/*
 * File       : styles.css
 * Date       : 2023. 06. 28
 *
 * Dependency : libs/bootstrap.min.css
 *              libs/fullpage.min.css
 *              libs/swiper-bundle.min.css
 *              libs/swiper.css
 *
 * SUMMARY:
 * 01) Main
 * 02) Consulting
 * 03) About
 * 04) Service Center
 * 05) Servie
 * 06) Product
 */

/* **************************************** *
 * Main
 * **************************************** */

.popup-container {
  position: absolute;
  border: solid 3px rgba(194, 194, 194, 0.08);
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 9999;
}

@media(max-width: 768px) {
  .popup-container {
    top: 100px !important;
    left: 50% !important;
    transform: translateX(-50%);
    min-height: 40vh;


    display: flex;
    flex-direction: column;
  }

  .popup-container>div:first-child {
    width: calc(100vw - 48px) !important;
    height: 100% !important;

    img {
      width: 100% !important;
      margin: 12px auto;
    }
  }

  .popup-container>div.text-center {
    margin-top: auto;
  }
}

.pc .section:not(:first-child) {
  padding-left: calc(50px + 150px);
}

/* @media (min-width: 3000px) {
  .pc .section:not(:first-child) {
    padding-left: calc(50px + 300px);
  }
} */

/* section 01 */
.section_01 {
  background: #000000;
  position: relative;
}

.section_01::before {
  content: "";
  display: inline-block;
  height: 170px;
  position: absolute;
  top: 0;
  width: 100px;
}

.section_01::after {
  bottom: 0;
  content: "";
  display: inline-block;
  height: 170px;
  position: absolute;
  right: 0;
  width: 100px;
}

.section_01 .sc_wrap {
  max-width: 1920px;
  width: 100%;
  height: 100vh;

  display: flex;
  padding: 0px;
  margin: 0 auto;
}

.section_01 .sc_wrap .title_wrap {
  width: 55%;
  margin: 0 auto;
  margin-top: 8%;
  margin-right: 30%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-family: SBAggroB;
  font-weight: normal;

  color: #fff;
  text-align: center;
  /* transform: translate(-100px, 5em); */
}

.section_01 .top_wrap {
  display: flex;
  text-align: center;
}

.section_01 .top_wrap .description_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.section_01 .top_wrap .description_wrap>span:first-child {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-family: Pretendard;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.section_01 .top_wrap .description_wrap>span:last-child {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.section_01 .top_wrap>span {
  font-size: 155px;
  line-height: 25%;

  font-family: SBAggroM;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.section_01 h1 {
  color: #02ead7;
  font-family: SBAggroM;
  font-size: 260px;
  font-weight: 800;
  text-align: center;
  text-shadow: 0px 4px 8px #212121;
  line-height: 100%;
  z-index: 2;
  align-self: flex-start;
  position: relative;
  letter-spacing: -0.04em;
}

.swiper-hero-progress-wrap {
  position: absolute;
  top: 49.8%;
  right: calc(10em);

  width: 40vw;
  height: 2px;
  background: #8e8e8e;
  z-index: 2;
}

.swiper-hero-progress {
  position: absolute;
  left: 0px;
  width: 0px;
  height: 2px;
  background: #fff;
  z-index: 2;
}

/* .swiper-hero-progress.animation {
  animation: 0.5s loadingBar linear;
} */

@keyframes loadingBar {
  0% {
    width: 0px;
  }

  100% {
    width: 100%;
  }
}

/* .section_01 h1::after {
  position: absolute;
  content: '';

  width: calc(100vw - 100% - 36px - 120px);
  background: #fff;
  height: 2px;
    top: 3.9rem;
  right: calc(-36px - (100vw - 100% - 36px - 120px));
}

.section_01 h1::before {
  position: absolute;
  content: '';
  width: calc(100vw - 100% - 36px - 120px);
  background: #8e8e8e;
  opacity: 0.5;
  height: 2px;
  top: 3.9rem;
  right: calc(-36px - (100vw - 100% - 36px - 120px));
  z-index: 0;
} */

.section_01 h2 {
  font-size: 198px;
  font-family: SBAggroM;
  font-weight: 500;
  line-height: 50%;
  text-align: center;
  z-index: 0;
  align-self: flex-end;
  letter-spacing: -0.08em;
}

.section_01 h6 {
  color: #256bc2;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 1;
}

.section_01 h6::before {
  background: #256bc2;
  content: "";
  display: block;
  height: 40px;
  margin: 16px auto 16px auto;
  width: 1px;
}

.section_01 .swiper_cont {
  max-width: 400px;
  margin: 40px 16px 0 16px;
}

.section_01 .sc_wrap .content_01 {
  background: #000;
  position: absolute;
  right: 0px;
  width: 10em;
  min-height: calc(100vh - 160px);

  margin: 80px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;

  /* box-sizing: border-box; */
  /* border-left: 2px solid #343434; */
}

.section_01 .sc_wrap .content_01 a {
  color: #8b8b8b;
  text-decoration: none;
}

.section_01 .sc_wrap .content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;

  min-width: 120px;
  /* height: 100%; */
  padding: 14px 10px;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  border-left: 2px solid #343434;

  box-sizing: border-box;
}

.section_01 .sc_wrap .content:not(:nth-child(4)) {
  border-right: none;
}

.section_01 .sc_wrap .content:nth-child(4) {
  align-items: flex-end;
}

.section_01 .sc_wrap .content:last-child {
  border-bottom: 1px solid #343434;
}

.section_01 .sc_wrap .content span:first-child {
  font-size: 13px;
  color: #8b8b8b;
  text-align: left;
  display: block;
}

.section_01 .content-panel {
  position: absolute;
  display: none;

  right: 70px;
  bottom: 18%;
  transform: translateY(-3.6em);

  width: 300px;
  height: 135px;
  padding: 10px;

  border-radius: 10px;

  background: rgba(72, 72, 72, 100%);

  transition: 1s;
  z-index: 1;
}

.section_01 .content-panel.active {
  display: flex;
}

.section_01 .content-panel .img-wrap {
  overflow: hidden;

  width: 140px;
  height: 110px;
  border-radius: 4px;
  background: #cecece;

  display: flex;
  align-items: center;

  padding-top: 8px;
  padding-left: 8px;
  /* padding-right: 8px; */
}

.section_01 .content-panel .img-wrap img {
  width: 100%;
  height: auto;
}

.section_01 .content-panel .right-wrap {
  width: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;

  margin-left: 12px;
}

.section_01 .content-panel .right-wrap img {
  width: 36px;
  align-self: flex-end;
}

.section_01 .content-panel .right-wrap .description_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.section_01 .content-panel .right-wrap .description_wrap span:first-child {
  font-family: 'SUIT';
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.section_01 .content-panel .right-wrap .description_wrap span:last-child {
  font-family: 'SUIT';
  font-weight: 400;
  font-size: 13px;
  color: #bbbbbb;
  line-height: 100%;
}

.section_01 .scroll_img {
  width: 27px;

  position: absolute;
  left: 50%;
  bottom: 80px;
}

.section_01 .scroll-controller {
  position: absolute;
  bottom: 20px;
  right: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.section_01 .scroll-controller .arrow_wrap {
  position: relative;

  width: 80px;

  display: flex;
  flex-direction: column;
  align-items: center;

  margin-right: 50px;
}

.section_01 .scroll-controller .arrow_wrap svg {
  cursor: pointer;
  color: #8e8e8e;
  stroke-width: 5;
  /* SVG 요소의 경계두껍게  */
  margin: 25px 0;
  /* 25px 위, 아래로 각각 간격을 줘서 총 50px 간격을 만듦 */
}

.section_01 .scroll-controller .arrow_wrap .line {
  width: 24px;
  height: 1px;
  background-color: #8e8e8e;
}

/* @media (min-width: 3000px) {
  .section_01 .top_wrap>span {
    font-size: 15rem;
    line-height: 100%;
  }

  .section_01 .top_wrap .description_wrap>span:first-child {
    font-size: 2rem;
  }

  .section_01 .top_wrap .description_wrap>span:last-child {
    font-size: 3rem;
  }

  .section_01 h1 {
    font-size: 26rem;
  }

  .section_01 h2 {
    font-size: 20rem;
    line-height: 100%;
  }

  .section_01 h1::before,
  .section_01 h1::after {
    top: 5.5rem;
  }

  .section_01 .sc_wrap .content_01 {
    width: 8vw;
  }

  .section_01 .sc_wrap .content span:first-child {
    font-size: 34px;
  }

  .section_01 .content-panel {
    padding: 10%;
    width: 200%;
    height: auto;
    aspect-ratio: 2 / 1;
  }

  .section_01 .content-panel .img-wrap {
    width: 100%;
    height: auto;
  }

  .section_01 .content-panel .right-wrap {
    margin-left: 5%;
  }

  .section_01 .content-panel .right-wrap img {
    width: 30%;
  }

  .section_01 .content-panel .right-wrap .description_wrap span:first-child {
    font-size: 38px;
  }

  .section_01 .content-panel .right-wrap .description_wrap span:last-child {
    font-size: 30px;
  }
} */

@media (max-width: 1500px) {
  .section_01 .sc_wrap .title_wrap {
    width: 50%;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap span:first-child {
    font-size: 28px;
    font-weight: 500;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap span:last-child {
    font-size: 36px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap>span {
    font-size: 120px;
  }

  .section_01 .sc_wrap .title_wrap>h1 {
    font-size: 200px;
  }

  .section_01 .sc_wrap .title_wrap>h2 {
    font-size: 180px;
    transform: translateX(200px);
  }
}

@media (max-width: 1400px) {
  .section_01 .sc_wrap .title_wrap {
    width: 48%;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap span:first-child {
    font-size: 20px;
    font-weight: 500;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap span:last-child {
    font-size: 28px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap>span {
    font-size: 100px;
  }

  .section_01 .sc_wrap .title_wrap>h1 {
    font-size: 180px;
  }

  .section_01 .sc_wrap .title_wrap>h2 {
    font-size: 160px;
    transform: translateX(200px);
  }
}

/* 640px 기준 */
@media (max-width: 992px) {
  .section_01 {
    height: 100vh;
  }

  .section_01 .sc_wrap {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  .section_01 h1::before,
  .section_01 h1::after {
    content: none;
  }

  .section_01 .sc_wrap .title_wrap {
    width: 100%;
    justify-content: center;
    transform: none;
    padding: 0 28px;
    height: fit-content;
    position: relative;
    top: 10%;
    background: #000;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap {
    width: 100%;
    flex-direction: column;
    overflow: hidden;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap>span {
    font-size: 119px;
    font-weight: 500;
    line-height: 100%;
    margin-left: 24px;
    letter-spacing: -4px;
    color: #fff;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap {
    font-size: 24px;
    font-weight: 400;
    margin-left: 28px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap span:first-child {
    font-family: Pretendard;
    font-weight: 500;
    font-size: 24px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap span:last-child {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-size: 35px;
    color: #fff;
  }

  .section_01 .sc_wrap .title_wrap>h1 {
    font-size: 189px;
    line-height: 100%;
  }

  .section_01 .sc_wrap .title_wrap>h2 {
    font-size: 147px;
    transform: translate(-10%, -4%);
    line-height: 100%;
    color: #fff;
    z-index: 1;
  }


  /* 
    .section_01 .sc_wrap .title_wrap > h2::after {
      position: absolute;
      content: '';
      bottom: 0px;
      background: #fff;
      width: 1px;
      height: 22em;
      left: 50%;
      transform: translateX(-50%); 

      position: absolute;
      content: '';
      bottom: -5em;
      background: #fff; 
      width: 1px;
      height: 0px;
      left: 50%;
      transform: translateX(-50%);
      
    } 
  */

  .section_01 .sc_wrap .content,
  .section_01 .sc_wrap .content_01 {
    height: auto;
    border-left: none;
  }

  .section_01 .sc_wrap .content span:first-child {
    min-height: 3em;
  }

  .section_01 .content-panel .bottom-wrap {
    display: flex;
    flex-direction: column;
  }

  .section_01 .content-panel .bottom-wrap .title_arrow_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section_01 .content-panel .bottom-wrap .title_arrow_wrap>span {
    font-family: 'SUIT';
    font-weight: 400;
    font-size: 1.4em;
    color: #fff;
    line-height: 100%;
    margin-right: 1em;
  }

  .section_01 .content-panel .bottom-wrap .title_arrow_wrap>img {
    width: 25px;
    height: auto;
    object-fit: contain;
  }

  .section_01 .content-panel .bottom-wrap span {
    font-family: 'SUIT';
    font-weight: 400;
    font-size: 1.15em;

    color: #a6a6a6;
    white-space: nowrap;
  }


  .section_01 .content-panel .right-wrap img {
    width: 25px;
    align-self: flex-end;
  }

  .section_01::after {
    content: none;
  }

  .section_01 .sc_wrap .content_01 {
    position: relative;
    padding-bottom: 0px;
    width: calc(100vw - 40px);
    min-height: unset;

    display: flex;
    flex-direction: row;

    margin: 0px 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
  }

  .section_01 .sc_wrap .content_01::before {
    content: none;
  }

  .section_01 .sc_wrap .content {
    position: unset;

    min-width: unset;

    height: 120px;

    border: none;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

    box-sizing: border-box;
    border-left: 1px solid #626262;
    border-right: 1px solid #626262;
    border-top: 1px solid #626262;

    cursor: pointer;
    pointer-events: all;
  }

  .section_01 .sc_wrap .content>span:first-child {
    align-self: flex-end;
  }

  .section_01 .sc_wrap .content:last-child {
    border: none;
  }

  .section_01 .content-panel-wrap {
    position: absolute;

    height: 50%;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%, -30%);

    display: flex;
    justify-content: space-between;
    align-items: center;

    z-index: 1;

    touch-action: none;
    pointer-events: none;
  }

  .section_01 .content-panel-wrap svg {
    color: #8e8e8e;

    margin: 0px 20px;
    transform: translateY(-50px);

    cursor: pointer;
    pointer-events: all;
  }

  .section_01 .content-panel-wrap .content-panel {
    position: unset;

    display: none;
    flex-direction: column;
    justify-content: space-between;

    width: 200px;
    height: auto;
    aspect-ratio: 9 / 11;

    z-index: 3;
    pointer-events: all;

    /* margin-bottom: 2em; */
    /* min-height: calc(110px + 80px + 20px); */
  }

  .section_01 .content-panel-wrap .content-panel.active {
    display: flex;
  }

  .content-divider-wrap {
    position: relative;
    top: 0px;
    margin: 0 auto;
    background: transparent;
    width: 1px;
    height: calc(100% - 15% - 50% - 100px);
  }

  .content-divider {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #626262;
    width: 1px;
  }

  .content-divider::before {
    /* content: '';
    position: absolute;
    width: 1px;
    height: 0px;
    top: 0px;
    background-color: #626262; */
  }

  .section_01 .content-panel .img-wrap {
    width: 100%;
    height: auto;
    min-height: max-content;

    margin-bottom: 1rem
  }

  .section_01 .content-panel .right-wrap {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 0px;
  }


  .section_01 .content-panel .right-wrap img {
    transform: rotate(90deg);
  }
}

@media (max-width: 600px) {
  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap span:first-child {
    font-size: 20px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap span:last-child {
    font-size: 24px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap>span {
    font-size: 68px;
  }

  .section_01 .sc_wrap .title_wrap>h1 {
    font-size: 100px;
  }

  .section_01 .sc_wrap .title_wrap>h2 {
    font-size: 80px;
  }

  .section_01 .content-panel {
    width: 150px;
    height: 200px;
    top: -150px;
  }

  .section_01 .content-panel .right-wrap .description_wrap span:first-child {
    font-size: 14px;
    min-width: max-content;
  }

  .section_01 .content-panel .right-wrap .description_wrap span:last-child {
    font-size: 16px;
  }

  .section_01 .sc_wrap .content_01 {
    margin-bottom: 30px;
  }

  .section_01 .content-panel-wrap .content-panel {
    width: 150px;
    aspect-ratio: 9/10;
    padding: 8px;
  }
}

@media (max-width: 450px) {
  :root {
    font-size: 24px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap>span {
    font-size: 3.2rem;
    line-height: 80%;
  }

  .section_01 .sc_wrap .title_wrap>h1 {
    /* font-size: 5rem; */
    font-size: 26.5vw;
  }

  .section_01 .sc_wrap .title_wrap>h2 {
    /* font-size: 3.5rem; */
    font-size: 21vw;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap {
    margin-bottom: 18px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap span:first-child {
    font-size: 14px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap span:last-child {
    font-size: 18px;
  }

  .section_01 .content-panel-wrap .content-panel {
    width: 9.5em s
  }

  .section_01 .content-panel .bottom-wrap .title_arrow_wrap>span {
    font-size: 0.7rem;
  }

  .section_01 .content-panel .bottom-wrap span {
    font-size: 0.8em;
  }

  .section_01 .content-panel .bottom-wrap .title_arrow_wrap>img {
    width: 18px;
  }

  .section_01 .sc_wrap .content_01 {
    margin-bottom: 16px;
  }
}

@media (min-width: 416px) {
  .section_01 .swiper_cont {
    margin: 40px auto 0 auto;
  }
}

@media (max-width: 400px) {
  .section_01 .sc_wrap .title_wrap>h2 {
    font-size: 22vw;
  }
}

@media (max-width: 390px) {
  :root {
    font-size: 20px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap>span {
    font-size: 3.5rem;
    line-height: 80%;
  }

  .section_01 .sc_wrap .title_wrap>h2 {
    font-size: 22vw;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap {
    margin-bottom: 8px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap span:first-child {
    font-size: 14px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap span:last-child {
    font-size: 18px;
  }

  .section_01 .content-panel-wrap .content-panel {
    width: 9.5em s
  }

  .section_01 .content-panel .bottom-wrap .title_arrow_wrap>span {
    font-size: 0.7rem;
  }

  .section_01 .content-panel .bottom-wrap span {
    font-size: 0.8em;
  }

  .section_01 .content-panel .bottom-wrap .title_arrow_wrap>img {
    width: 18px;
  }

  .section_01 .sc_wrap .content_01 {
    margin-bottom: 16px;
  }
}

/* @media (max-width: 380px) {
  :root {
    font-size: 20px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap>span {
    font-size: 3.5rem;
    line-height: 80%;
  }

  .section_01 .sc_wrap .title_wrap>h2 {
    font-size: 4rem;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap {
    margin-bottom: 8px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap span:first-child {
    font-size: 14px;
  }

  .section_01 .sc_wrap .title_wrap .top_wrap .description_wrap span:last-child {
    font-size: 18px;
  }

  .section_01 .content-panel-wrap .content-panel {
    width: 9.5em s
  }

  .section_01 .content-panel .bottom-wrap .title_arrow_wrap>span {
    font-size: 0.7rem;
  }

  .section_01 .content-panel .bottom-wrap span {
    font-size: 0.8em;
  }

  .section_01 .content-panel .bottom-wrap .title_arrow_wrap>img {
    width: 18px;
  }

  .section_01 .sc_wrap .content_01 {
    margin-bottom: 16px;
  }
} */

@media (max-width: 360px) {
  :root {
    font-size: 18px;
  }
}

@media (max-width: 340px) {
  :root {
    font-size: 14px;
  }


}

@media (max-width: 320px) {
  .section_01 .sc_wrap .title_wrap>h1 {
    font-size: 25vw;
  }

  .section_01 .sc_wrap .title_wrap>h2 {
    font-size: 20vw;
  }
}

/* section 02 */
.section_02 {
  background: #fff;
}


.section_02 .fp-scrollable,
.section_02 .fp-scroller {
  overflow: unset;
}

.section_02 .content_02 {
  height: 100vh;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 20px;
}

.section_02 .consulting_box {
  display: flex;
  justify-content: flex-start;
  width: 92%;
  /* 1920×0.92=1766.4 */
  max-width: 1765px;
  min-height: 300px;

  background: #000;
  border-radius: 0px 100px 100px 0px;

  overflow: hidden;

  transform: translateX(calc(-80px - 150px));
}

.section_02 .consulting_box .left_wrap {
  width: 70%;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 32px;
  padding-left: 15%;

  border-radius: 0px 100px 100px 0px;

  background: url("../img/section_02/image.png");
  background-size: cover;

  position: relative;
  overflow: hidden;
}

/* 추가 */
.section_02 .consulting_box .left_wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #212121;
  z-index: 0;
  inset: 0;
  opacity: 0.8;
}

.section_02 .consulting_box .left_wrap .section_text {
  width: 330px;
  margin-bottom: 40px;
  z-index: 1;
}

.section_02 .consulting_box .left_wrap>ul {
  width: 100%;
  max-width: 600px;

  display: flex;
  justify-content: space-between;
}

.section_02 .consulting_box .left_wrap>ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  position: relative;
  text-align: center;

  width: 100px;
}

.section_02 .consulting_box .left_wrap>ul li:nth-child(5) {
  min-width: fit-content;
  width: 250px;
}

.consulting_container .consulting_box .left_wrap>ul li.arrow_between {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

/* .section_02 .consulting_box .left_wrap>ul li:not(.arrow_between) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  position: relative;
  text-align: center;

  width: 100px;
} */

/* .section_02 .consulting_box .left_wrap>ul li.arrow_between {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;

  width: 12px;
  height: 100%;

  margin: 0px 8px;
  margin-top: auto;
} */

.section_02 .consulting_box .left_wrap>ul li.arrow_between>img {
  width: 12px;
  height: auto;
  position: absolute;
  bottom: -3px;
  filter: invert(100%) sepia(0%) saturate(7430%) hue-rotate(352deg) brightness(118%) contrast(99%);
  transform: none;
}

.section_02 .consulting_box .left_wrap>ul li:last-child::after {
  display: none;
}

.section_02 .consulting_box .left_wrap>ul li img {
  transform: scale(0.66);
  transition: 0.3s;
  z-index: 1;

  /* width: auto; */
  height: 50px;

  object-fit: contain;
}

.section_02 .consulting_box .left_wrap>ul li p {
  /* width: 100%;

  color: #fff;
  font-family: 'SUIT';
  font-weight: 400;

  font-size: 15px;
  text-align: center;
  z-index: 1;

  word-wrap: break-word;
  word-break: keep-all; */

  color: #fff;
  font-size: 15px;
  text-align: center;
  word-break: keep-all;
  z-index: 1;
  margin-top: 15px;
}

.section_02 .consulting_box .right_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: transparent;

  margin-left: 100px;
  padding: 24px;
}

.section_02 .consulting_box .right_wrap>span:first-child {
  display: flex;
  align-items: center;

  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;

  margin-bottom: 20px;
}

.section_02 .consulting_box .right_wrap>span:first-child>img {
  width: 12px;
  object-fit: contain;
  margin-left: 12px;
}

.section_02 .consulting_box .right_wrap>span>span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin-left: 12px;
}

.section_02 .consulting_box .right_wrap>span:nth-child(2) {
  font-size: 80px;
  font-family: 'GmarketSans';
  font-weight: 700;
  color: #02ead7;
  line-height: 100%;
}

.section_02 .made_it_wrap {
  position: relative;

  width: calc(100% - 50px);

  padding: 50px;
  padding-right: 0px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 50px;
}

.section_02 .made_it_wrap::before {
  position: absolute;
  content: "";

  width: 1px;
  height: 95%;

  border-left: 1px solid #000;

  top: 50%;
  left: 0px;

  transform: translateY(-50%);
}

.section_02 .made_it_wrap::after {
  position: absolute;
  content: "";

  width: calc(100vw - 100px);
  height: 100%;

  border-top: 1px solid #000;
  border-bottom: 1px solid #000;

  top: 0px;
  left: -150px;
}

.section_02 .made_it_wrap .text_wrap {
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section_02 .made_it_wrap .title_wrap h2 {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-size: 50px;
  letter-spacing: -0.06em;
}

@media (min-width: 3000px) {
  .section_02 .consulting_box {
    height: 25vh;
    max-height: 500px;
  }

  .section_02 .made_it_wrap {
    height: 28vh;
    max-height: 500px;
  }

  .section_02 .consulting_box .right_wrap>span:first-child {
    margin-bottom: 50px;
  }
}


/* @media (min-width: 3000px) {
  .section_02 .consulting_box {
    transform: translateX(calc(-80px - 300px))
  }

  .section_02 .consulting_box .left_wrap {
    padding-left: 10%;
    padding-top: 2%;
  }

  .section_02 .consulting_box .left_wrap .section_text {
    width: 30%;
  }

  .section_02 .consulting_box .left_wrap>ul {
    max-width: 65%;
  }

  .section_02 .consulting_box .left_wrap>ul {
    height: 200px;
  }

  .section_02 .consulting_box .left_wrap>ul li img {
    width: 60%;
    height: auto;
  }

  .section_02 .consulting_box .left_wrap>ul li p {
    font-size: 32px;
  }

  .section_02 .consulting_box .right_wrap>span:first-child {
    width: 350px;
    margin-bottom: 30px;
  }

  .section_02 .consulting_box .right_wrap>span:first-child {
    font-size: 80px;
  }

  .section_02 .consulting_box .right_wrap>span:first-child>img {
    width: 10%
  }

  .section_02 .consulting_box .right_wrap>span:last-child {
    font-size: 165px;
  }

  .section_02 .made_it_wrap .title_wrap h2 {
    font-size: 100px;
  }

  .section_02 .made_it_wrap .title_wrap img {
    width: 15%;
    height: auto;
  }
} */

@media (max-width: 1600px) {


  .section_02 .consulting_box .left_wrap .section_text {
    width: 280px;
    margin-bottom: 30px
  }

  .section_02 .consulting_box .right_wrap {
    margin-left: 80px;
  }

  .section_02 .consulting_box .right_wrap>span:last-child {
    /* font-size: 68px; */
    text-align: center;
  }

  .section_02 .made_it_wrap {
    height: 300px;
    /* margin-top: 80px; */
    margin-bottom: 100px;
  }

  .section_02 .made_it_wrap .title_wrap h2 {
    font-size: 42px;
  }
}

@media (max-width: 1500px) {
  .section_02 .made_it_wrap {
    height: 240px;
    /* margin-top: 80px; */
  }

  .section_02 .made_it_wrap .title_wrap h2 {
    font-size: 40px;
  }

}

@media (max-width: 1440px) {
  .section_02 .consulting_box {
    margin-top: 38px;
  }

  .section_02 .consulting_box .left_wrap {
    padding: 20px;
    padding-left: 15%;
  }

  .section_02 .consulting_box .left_wrap .section_text {
    width: 220px;
    margin-bottom: 24px;
  }

  .section_02 .consulting_box .right_wrap {
    margin-left: 64px;
  }

  .section_02 .made_it_wrap {
    padding: 32px;
  }

  .section_02 .made_it_wrap .title_wrap h2 {
    font-size: 36px;
  }

}

@media (min-width: 3000px) {
  .section_02 .content_02 {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-height: 920px) {
  .section_02 .content_02 {
    padding-top: 100px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .section_02 .consulting_box {
    flex-direction: column;

    width: calc(100% - 30px);
    max-height: 550px;
    min-height: unset;
    height: auto;

    margin-right: 30px;
    margin-top: 82px;

    border-radius: 0px 80px 80px 0px;

    transform: none;
  }

  .section_02 .consulting_box .left_wrap {
    height: 100%;
    border-radius: 0px 60px 0px 0px;
    background-position: bottom;
  }

  .section_02 .consulting_box .left_wrap .section_text {
    width: 40%;
  }

  .section_02 .consulting_box .left_wrap {
    width: 100%;
    padding: 32px;
    padding-left: 5%;
  }

  .section_02 .consulting_box .left_wrap ul li:not(.arrow_between) {
    display: flex;
  }

  .section_02 .consulting_box .right_wrap {
    /*flex-direction: row;*/
    align-items: center;
    justify-content: flex-start;

    /* .consulting_box height - .left_wrap height */
    /* 550px - 325px */
    height: 225px;
    padding: 0px;
    margin-left: 65px;
  }

  .section_02 .consulting_box .right_wrap>span:first-child {
    font-size: 30px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .section_02 .consulting_box .right_wrap>span:first-child>svg {
    margin-left: 8px;
  }

  .section_02 .made_it_wrap {
    width: calc(100% - 130px);
    height: auto;
    flex-direction: column;
    padding: 24px 0px;
    margin: 90px 65px;
  }

  .section_02 .made_it_wrap::after {

    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    width: 100%;
    left: 0px;
  }

  .section_02 .made_it_wrap::before {
    content: none;
  }

  .section_02 .made_it_wrap .text_wrap {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .section_02 .made_it_wrap .text_wrap h2 {
    font-size: 50px;
  }

  .section_02 .made_it_wrap .made_it_list {
    width: 100%;
    margin: 0px auto;
    margin-top: 35px;

    display: flex;
    justify-content: center;
  }

  .section_02 .made_it_wrap .made_it_list>img {
    height: auto;
  }

  .section_02 .consulting_box .left_wrap>ul {
    gap: 8px;
    align-items: flex-end;
  }

  .section_02 .consulting_box .left_wrap>ul li:nth-child(5) {
    width: 135px;
  }

  .section_02 .consulting_box .left_wrap>ul li.arrow_between {
    flex: 0.5;
    /* 너비를 50%로 고정 */
    display: flex;
    justify-content: center;
    /* 가로 가운데 정렬 */
  }

  .section_02 .consulting_box .left_wrap>ul li.arrow_between>img {
    transform: unset;
  }

  /* .section_02 .consulting_box .left_wrap>ul li img{
    width: 100%;
  } */
}


@media (max-width: 640px) {
  .section_02 .consulting_box .left_wrap .section_text {
    width: 55%;
  }

  .section_02 .consulting_box .left_wrap {
    padding-right: 24px;
  }

  .section_02 .consulting_box .left_wrap>ul li {
    width: 92px;
  }

  .section_02 .consulting_box .left_wrap>ul li img {
    width: 42px;
    height: 42px;
  }

  .section_02 .consulting_box .left_wrap>ul li p {
    font-size: 12px;
  }
}

@media (max-width: 500px) {

  .section_02 .consulting_box {
    margin-top: 60px;
  }

  .section_02 .consulting_box .right_wrap {
    height: auto;
    padding: 35px 0;
    display: flex;
    justify-content: center;
    margin-left: 0;
  }

  .section_02 .consulting_box .right_wrap>span:first-child {
    font-size: 18px;
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .section_02 .consulting_box .right_wrap>span:nth-child(2) {
    font-size: 60px;
    font-family: 'GmarketSans';
    font-weight: 700;
    color: #02ead7;
    line-height: 100%;
  }

  .section_02 .consulting_box .right_wrap img {
    width: 60%;
  }

  .section_02 .consulting_box .left_wrap {
    justify-content: space-between;
  }

  .section_02 .consulting_box .left_wrap>ul {
    margin-bottom: 0px;
    gap: 4px;
  }

  .consulting_box .left_wrap>ul li img {
    width: 34px;
    height: 34px;
  }

  .section_02 .consulting_box .left_wrap>ul li.arrow_between>img {
    width: 7px;
    height: auto;
    transform: translateY(-8px);
  }

  .section_02 .consulting_box .left_wrap>ul li::after {
    width: 12px;
    height: 12px;
  }

  .section_02 .consulting_box .left_wrap>ul li p {
    height: 20px;
    font-size: 10px;
    margin-top: 8px;
  }

  .section_02 .made_it_wrap {
    width: calc(100% - 60px);
    padding: 15px 0;
    margin: 45px 30px;
  }

  .section_02 .made_it_wrap .text_wrap h2 {
    letter-spacing: -0.06em;
    font-size: 26px;
  }

  .section_03 .service_list {
    margin: 0px 30px;
  }

}

@media (max-width: 400px) {
  .section_02 .consulting_box {
    margin-top: 42px;
  }

  .section_02 .made_it_wrap .text_wrap h2 {
    font-size: 30px;
  }

  .section_02 .consulting_box .left_wrap .section_text {
    width: 54%;
    margin-bottom: 20px;
  }

  .section_02 .consulting_box .left_wrap ul li:not(.arrow_between) {
    justify-content: flex-end;
  }

  .section_02 .consulting_box .left_wrap>ul li.arrow_between {
    margin-left: 6px;
    margin-right: 6px;
  }

  .section_02 .consulting_box .right_wrap>span:last-child {
    font-size: 36px;
  }

  .section_02 .consulting_box .left_wrap>ul li img {
    width: 30px;
    height: 30px;
  }

  .section_02 .consulting_box .left_wrap>ul li:nth-child(9) img {
    width: 44px;
  }
}

@media (max-width: 380px) {
  .section_02 .consulting_box .right_wrap>span:first-child {
    font-size: 14px;
  }

  .section_02 .consulting_box {
    margin-top: 38px;
  }

  .section_02 .made_it_wrap .text_wrap h2 {
    font-size: 24px;
  }

  .section_02 .consulting_box .left_wrap>ul li img {
    width: 28px;
    height: 28px;
  }

  .section_02 .consulting_box .left_wrap>ul li:nth-child(9) img {
    width: 40px;
  }
}

@media (max-width: 360px) {
  .section_02 .consulting_box .left_wrap {
    padding: 12px;
  }

  .section_02 .consulting_box .left_wrap>ul li img {
    width: 24px;
    height: 24px;
  }

  .section_02 .consulting_box .left_wrap>ul li.arrow_between>img {
    width: 4px;
    transform: translateY(-12px)
  }

  .section_02 .consulting_box .left_wrap>ul li.arrow_between {
    margin-left: 4px;
    margin-right: 4px;
  }
}


@media (max-width: 315px) {
  .section_02 .consulting_box .left_wrap {
    padding: 12px;
  }

  .section_02 .consulting_box .left_wrap>ul li img {
    width: 20px;
    height: 20px;
  }

  .section_02 .consulting_box .left_wrap>ul li.arrow_between>img {
    width: 4px;
    transform: translateY(-12px)
  }

  .section_02 .consulting_box .left_wrap>ul li.arrow_between {
    margin-left: 2px;
    margin-right: 2px;
  }

  .section_02 .consulting_box .left_wrap>ul li p {
    font-size: 8px;
  }
}


/* section 03 */

.section_03 {
  position: relative;
  display: flex;
  flex-direction: column;

  margin-top: 80px
}

.section_03 .fp-tableCell {
  vertical-align: sub;
}

.section_03 .content_03 {
  position: relative;
  min-height: 800px;
  /* height: calc(100% - 100px); */
  overflow: hidden;
  /* margin-bottom: 100px; */
}

.section_03 .content_03::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 12px;
  width: 1px;
  height: 100%;
  background: #000;
}

.section_03 .content_03::after {
  content: '';
  position: absolute;
  width: calc(100vw - 100px);
  height: 1px;
  background: #000;
  top: 0px;
  left: -150px;
}

.section_03 .all_service_wrap {
  position: relative;
  margin: 0 auto;

  width: 100%;
  max-width: 1500px;

  padding: 50px 0px 50px 50px;

  display: flex;
  justify-content: space-between;

  min-height: 40%;
}

.section_03 .all_service_wrap .title_wrap {
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;

}

.section_03 .all_service_wrap .title_wrap span {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-size: 48px;
  margin-right: 8px;
  letter-spacing: -1.5px;
}

.section_03 .all_service_wrap .service_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 15px;
  row-gap: 50px;
}

.section_03 .all_service_wrap .service_list .service_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 145px;
  height: auto;
  text-decoration: none;
}

.section_03 .all_service_wrap .service_list .service_wrap>img {
  width: 30px;
  height: 30px;
  align-self: center;
}

.section_03 .all_service_wrap .service_list .service_wrap .service_text {
  position: relative;
  cursor: pointer;

  width: 100%;
  padding-bottom: 4px;

  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* .section_03 .all_service_wrap .service_list .service_wrap:hover .service_text span {
  margin-right: 20px;
} */

.section_03 .service_list .service_wrap .service_text span {
  font-family: 'SUIT';
  font-weight: 300;
  font-size: 15px;
  margin-top: 12px;
  color: #000;
}

.section_03 .all_service_wrap .service_list .service_wrap .service_text>img {
  display: none;
  width: 12px;
  height: 12px;
  margin-bottom: 5px;
  object-fit: contain;
  transform: translateX(12px);
}


.section_03 .all_service_wrap .service_list .service_wrap .service_text::before {
  position: absolute;
  left: 00px;
  bottom: -4px;
  content: "";

  width: 100%;
  height: 1px;
  background: #888888;
  border-radius: 8px;
}

.section_03 .all_service_wrap .service_list .service_wrap:hover .service_text::after {
  content: '';
  position: absolute;
  bottom: -6px;
  width: calc(100% - 34px);
  text-align: center;
  background: #000;
  border-radius: 6px;
  height: 6px;
  transition: all 0.5s;


  left: 50%;
  transform: translateX(-50%);
}

.section_03 .all_service_wrap .service_list .service_wrap:hover .service_text span {
  font-weight: 700;
}

.section_03 .all_service_wrap .service_list .service_wrap:hover .service_text>img {
  display: block;
}

.section_03 .all_service_wrap .service_list .service_wrap .service_text span {
  font-family: 'SUIT';
  font-weight: 300;
  font-size: 13px;
  margin-top: 14px;
}

.section_03 .partner_container {
  /* 80px (좌측 여백) + 150px (좌측 메뉴 width) */
  width: calc(100% - 50px);
  height: 10%;

  margin: 0 auto;
  margin-top: 30px;
  margin-left: 16px;

  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.section_03 .partner_container .partner_wrap {
  position: relative;

  width: 100%;
  padding: 30px 0px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_03 .review_wrap {
  max-width: calc(1500px - 500px);

  margin: 0 auto;
  margin-top: 12px;

  transform: translateX(300px);
  /* margin-left: 550px; */

  padding-top: 38px;
  padding-left: 50px;

  position: relative;
  display: flex;
  justify-content: space-between;

  /* border-left: 1px solid #000; */
}

.section_03 .review_wrap::before {
  position: absolute;
  content: '';
  top: -12px;
  left: 0px;
  height: 50vh;
  width: 1px;
  background: #000;
}

.section_03 .review_wrap .text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  margin-right: 60px;
}

.section_03 .review_wrap .title_wrap {
  display: flex;
  align-items: center;
}

.section_03 .review_wrap .title_wrap img {
  height: auto;
  object-fit: contain;
}

.section_03 .review_wrap .title_wrap h2 {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-size: 50px;
  margin-right: 8px;
  letter-spacing: -2px;
}

.section_03 .review_wrap .review_list {
  width: 100%;
}

.section_03 .review_container .review_box .review_title {
  font-family: 'SUIT';
  font-weight: 400;
}

.section_03 .review_wrap .review_box {
  font-size: 16px;

  padding: 10px;

  display: flex;
  justify-content: space-between;

  cursor: pointer;
}

.section_03 .review_wrap .review_box:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.section_03 .review_wrap .review_box>span:last-child {
  width: 25%;
  text-align: center;
}


@media (min-width: 2000px) {

  .section_03 .fp-tableCell {
    border-top: 1px solid #000;
  }

  .section_03 .content_03 {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 9%;
  }

  .section_03 .all_service_wrap {
    height: 38vh;
    max-width: 2000px;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 120px;
    transform: translateY(-75px);
  }

  .section_03 .all_service_wrap .service_list {
    width: 100%;
    column-gap: 48px;
    row-gap: 80px;
  }

  .section_03 .all_service_wrap .service_list .service_wrap {
    width: 100%;
    justify-content: space-between;
  }

  .section_03 .all_service_wrap .service_list .service_wrap>img {
    width: 1.3vw;
    height: 1.3vw;
    object-fit: contain;
  }

  .section_03 .all_service_wrap .service_list .service_wrap .service_text {
    padding-bottom: 12px;
  }

  .section_03 .all_service_wrap .service_list .service_wrap .service_text span {
    font-size: 20px;
    margin-top: 18px;
  }



  .section_03 .content_03::after {
    content: none;
  }

  .section_03 .review_wrap::before {
    height: 100vh;
  }

  .section_03 .review_wrap {
    max-width: unset;
    width: 100%;
    transform: translateX(45%);
  }

  /* .section_03 .all_service_wrap {
    min-height: 40%;
    top: 100px;
  }

  .section_03 .review_wrap {
    height: calc(100vh - 80px - 40% - 50px - 100px - 10%);
  } */
}

/* @media (min-width: 3000px) {
  .section_03 .all_service_wrap {
    width: calc(100% - 350px)
  }

  .section_03 .review_wrap {
    width: calc(90% - 350px)
  }

  .section_03 .all_service_wrap .title_wrap {
    width: 35%;
  }

  .section_03 .all_service_wrap .title_wrap span,
  .section_03 .review_wrap .title_wrap h2 {
    font-size: 100px;
  }

  .section_03 .all_service_wrap .title_wrap>img {
    width: 6%;
  }

  .section_03 .all_service_wrap .service_list {
    width: 65%;
  }

  .section_03 .all_service_wrap .service_list .service_wrap {
    width: 100%;
  }

  .section_03 .all_service_wrap .service_list .service_wrap>img {
    width: 25%;
    height: auto;
  }

  .section_03 .all_service_wrap .service_list .service_wrap .service_text span {
    font-size: 32px;
    margin-top: 24px;
  }

  .section_03 .all_service_wrap .service_list .service_wrap .service_text:hover>img {
    width: 6%;
    height: auto;
  }

  .section_03 .all_service_wrap .service_list .service_wrap .service_text:hover::after {
    width: calc(100% - 120px)
  }

  .section_03 .review_wrap .title_wrap {
    width: 20%;
  }

  .section_03 .review_wrap .title_wrap>img {
    width: 50%;
  }

  .section_03 .review_wrap .review_box {
    padding: 24px;
    font-size: 28px;
  }
} */

@media (max-width: 1750px) {
  .section_03 .all_service_wrap {
    width: 1400px;
  }

  .section_03 .review_wrap {
    width: calc(1400px - 50px - 400px);
    margin-left: 14%;
  }
}

@media (max-width: 1600px) {

  .section_03 .fp-scroller,
  .section_03 .fp-scrollable {
    overflow: unset;
  }

  .section_03 .all_service_wrap {
    width: 1300px;
    padding: 40px;
  }

  .section_03 .all_service_wrap .service_list {
    grid-template-columns: repeat(6, 1fr);
  }

  .section_03 .all_service_wrap .service_list .service_wrap {
    width: 120px;
  }

  .section_03 .all_service_wrap .service_list .service_wrap .service_text::after {
    width: 100px;
  }

  .section_03 .review_wrap {
    width: calc(1200px - 50px - 330px);
    margin-top: 38px;
  }

  .section_03 .review_wrap .title_wrap h2 {
    font-size: 42px;
  }

  .section_03 .all_service_wrap .title_wrap span {
    font-size: 42px;
    letter-spacing: -2px;
  }

  .section_03 .all_service_wrap .title_wrap img {
    width: 30px;
  }

  .section_03 .all_service_wrap .service_list {
    row-gap: 52px;
  }

  .section_03 .partner_container {
    margin-top: 20px;
  }
}

@media (max-width: 1500px) {
  .section_03 .all_service_wrap .title_wrap span {
    font-size: 38px;
  }

  .section_03 .review_wrap .title_wrap h2 {
    font-size: 38px;
  }
}

@media (max-width: 1350px) {
  .section_03 .all_service_wrap .title_wrap span {
    font-size: 32px;
  }

  .section_03 .all_service_wrap .title_wrap img {
    width: 24px;
  }

  .section_03 .review_wrap .title_wrap h2 {
    font-size: 32px;
  }
}

@media (max-width: 1300px) {
  .section_03 .all_service_wrap .service_list {
    grid-template-columns: repeat(6, 1fr);
  }

  .section_03 .review_wrap {
    width: 850px;
    border-left: none;
  }

  .section_03 .all_service_wrap .title_wrap {
    margin-right: 30px;
  }
}

/* 모바일 */
@media (max-width: 992px) {
  .section_03 .title_wrap {
    height: fit-content;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    margin: 0px 65px;
    margin-bottom: 12px;
  }

  .section_03 .title_wrap span {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-family: 'GmarketSans';
    font-weight: 700;
    font-size: 48px;
    margin-right: 8px;
  }

  .section_03 .service_list {
    width: calc(100% - 130px);
    margin: 0px auto;


    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3));
    grid-template-rows: repeat(6, 1fr);
    justify-content: center;
    align-items: center;

    column-gap: 0px;
    row-gap: 0px;

    border-bottom: 1px solid #000;
  }

  .section_03 .service_list .service_wrap {
    width: auto;
    padding: 12px;
    height: auto;
    border-top: 1px solid #000;
    display: flex;
    flex-direction: column;
  }

  .section_03 .service_list .service_wrap img {
    width: auto;
    height: 25px;
    object-fit: contain;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .section_03 .service_list .service_wrap .service_text {
    margin-top: 10px;
    text-align: center;
  }

  .section_03 .service_list .service_wrap .service_text span {
    margin: 0px;
    padding-left: 0px;
  }

  .service_list .service_wrap .service_text:hover::after {
    content: none;
  }

  .section_03 .service_list .service_wrap:not(:nth-child(3n + 0)) {
    position: relative;
  }

  .section_03 .service_list .service_wrap:not(:nth-child(3n + 0))::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 93%;
    background: #000;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }

  .section_03 .partner_box {
    margin-top: 70px;
    padding: 24px;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
  }

  .section_03 .review_container {
    width: calc(100% - 130px);

    margin: 0 auto;
    margin-top: 80px;

    display: flex;
    flex-direction: column;
  }

  .section_03 .review_container .text_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .section_03 .review_container .title_wrap {
    display: flex;
    align-items: center;
  }

  .section_03 .review_container .title_wrap h2 {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-family: 'GmarketSans';
    font-weight: 700;
    font-size: 50px;
    margin-right: 8px;
  }

  .section_03 .review_container .review_list {
    width: 100%;
    margin-top: 25px;
  }

  .section_03 .review_container .title_wrap {
    padding: 0px;
    margin: 0px;
  }

  .section_03 .review_container .review_box {
    font-size: 22px;

    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
  }

  .section_03 .review_container .review_box:not(:last-child) {
    border-bottom: 1px solid #eee;
  }

  .section_03 .review_container .review_box .review_title {
    font-size: 22px;
    padding: 0px;
  }

  .section_03 .partner_box .marquee-item>img {
    width: 100%;
  }
}

@media (max-width: 640px) {

  .service_list .service_wrap {
    padding: 15px 8px;
  }

  .section_03 .service_list .service_wrap .service_text span {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .section_03 {
    margin-top: 42px;
  }

  .section_03 .title_wrap {
    margin: 0px 30px;
  }

  .section_03 .review_container {
    width: calc(100% - 60px);
    margin: 32px auto;
    margin-bottom: 8px;
  }

  .section_03 .title_wrap span {
    font-size: 26px;
  }

  .title_wrap img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }

  .section_03 .service_list {
    width: calc(100% - 60px);
  }

  .section_03 .service_list .service_wrap .service_text {
    margin-top: 4px;
  }

  .service_list .service_wrap .service_text span {
    font-size: 12px;
  }

  .section_03 .review_container .title_wrap h2 {
    font-size: 26px;
  }

  .section_03 .service_list .service_wrap {
    padding: 28px 14px 10px 14px;
  }

  .section_03 .service_list .service_wrap img {
    width: 28px;
    height: 28px;
  }

  .section_03 .partner_box {
    padding: 20px;
    margin-top: 20px;
  }

  .section_03 .review_container .review_box .review_title {
    font-size: 14px;
  }
}

@media (max-width: 530px) {
  .section_03 .service_list .service_wrap .service_text {
    margin-top: 10px;
  }

  .section_03 .service_list .service_wrap .service_text span {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .section_03 .service_list .service_wrap .service_text span {
    font-size: 14px;
  }
}


@media (max-width: 400px) {
  .section_03 {
    margin-top: 0px;
  }

  .section_03 .title_wrap img {
    width: 32px;
    height: 32px;
  }

  .section_03 .title_wrap span {
    font-size: 32px;
  }

  .section_03 .review_container .title_wrap h2 {
    font-size: 32px;
  }

  .section_03 .service_list .service_wrap {
    padding: 12px;
  }

  .section_03 .service_list .service_wrap img {
    width: 26px;
    height: 26px;
  }

  .section_03 .service_list .service_wrap .service_text span {
    font-size: 14px;
  }

  .section_03 .partner_box {
    padding: 16px;
  }
}

@media (max-width: 365px) {
  .section_03 .title_wrap img {
    width: 22px;
    height: 22px;
  }

  .section_03 .title_wrap span {
    font-size: 22px;
  }

  .section_03 .service_list .service_wrap .service_text span {
    font-size: 12px;
  }

  .section_03 .review_container .title_wrap h2 {
    font-size: 22px;
  }

  .section_03 .review_container .review_box .review_title {
    font-size: 14px;
    padding: 0px;
  }

  .section_03 .service_list .service_wrap {
    padding: 8px;
  }

  .section_03 .partner_box {
    padding: 8px;
  }

  .section_03 .service_list .service_wrap img {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 340px) {}

/* section 04 */
.section_04 {
  position: relative;
  background: #fff;
}

.section_04 .fp-tableCell {
  vertical-align: top;
}

.section_04 {
  background: url(../img/main/content_04.png);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: bottom right;
}

.section_04 .content_04 {
  position: relative;
  height: calc(100% - 130px);

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.section_04 .fp-scroller {
  height: 100%;
}

.section_04 .title_wrap {
  width: calc(100% - 100px);
  height: fit-content;

  margin: 0 auto;
  margin-top: 35px;
  padding: 25px 50px;

  display: flex;
  justify-content: flex-start;
  align-items: center;

  border-bottom: 1px solid #000;
}

.title_wrap img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}

.section_04 .title_wrap span {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-right: 8px;
}

.section_04 .content_04 .left_wrap {
  min-width: 400px;
  width: 25%;
  height: 500px;

  display: flex;
  flex-direction: column;

  transform: translateX(220px);
}

.section_04 .content_04 .left_wrap .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;

  padding-bottom: 25px;

  border-bottom: 1px solid #000;
}

.section_04 .content_04 .left_wrap .title>span {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-size: 42px;
  margin-right: 50px;
  letter-spacing: -2px;
  line-height: 100%;
}

.section_04 .content_04 .left_wrap .title img {
  height: fit-content;
  object-fit: contain;
  margin-bottom: 8px;

  width: 37px;
  height: 37px;
}

.section_04 .content_04 .left_wrap .sub_title {
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: white;
  padding: 50px 0;
}

.section_04 .content_04 .left_wrap .sub_title>span:first-child {
  font-size: 30px;
  font-weight: 700;
  min-width: fit-content;
}

.section_04 .content_04 .left_wrap .sub_title>span:last-child {
  font-size: 16px;
  font-weight: 500;
  min-width: fit-content;
}

.section_04 .content_04 .left_wrap .more_info {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  justify-items: center;

  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.section_04 .content_04 .left_wrap .more_info>span {
  width: 100%;
  position: relative;
  padding: 20px 0px;
  cursor: pointer;
  background-color: white;
  text-align: center;
}

.section_04 .content_04 .left_wrap .more_info>span>a {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #7b7b7b;
}

.section_04 .content_04 .left_wrap .more_info>span:hover>a {
  color: #000;
  font-weight: 700;
}

.section_04 .content_04 .left_wrap .more_info>span:not(:nth-child(3n + 0))::after {
  position: absolute;
  content: "";

  width: 1px;
  height: 24px;
  right: 0px;

  background: #979797;
}

.section_04 .content_04 .left_wrap .more_info>span:first-child,
.section_04 .content_04 .left_wrap .more_info>span:nth-child(2),
.section_04 .content_04 .left_wrap .more_info>span:nth-child(3) {
  border-bottom: 1px solid black;
}

.section_04 .content_04>img {
  width: 70%;
  align-self: flex-end;
}

@media(min-width: 3000px) {
  .section_04 {
    background: url(../img/main/content_04.png);
    background-repeat: no-repeat;
    background-size: 38%;
    background-position-y: bottom;
    background-position-x: 68%;
  }
}

@media (max-width: 1600px) {
  .section_04 .content_04 .left_wrap {
    transform: translateX(100px);
  }
}

@media (max-width: 1500px) {}

@media (max-width: 1400px) {}

@media (max-width: 1350px) {}

/* mobile section_04 */

@media (max-width: 992px) {
  .section_04 {
    background: none;
    margin-bottom: 120px;
  }

  .section_04 .content_04 {
    display: flex;
    flex-direction: column;
    margin: 0px 64px;
    margin-top: 85px;

    position: relative;

    border-bottom: 1px solid #000;
  }

  .section_04 .content_04 .title_wrap {
    width: 100%;
    height: fit-content;

    padding: 20px 0px;
    margin-top: 0px;

    border-bottom: 1px solid #000;
  }

  .section_04 .content_04::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 88px);
    top: auto;
    bottom: 0px;
    left: 48px;
    background: #000;
    z-index: 1;
  }

  .section_04 .ppt_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .section_04 .sub_title {
    display: grid;
    grid-template-columns: 42px auto;

    border-bottom: 1px solid #000;
  }

  .section_04 .sub_title>img {
    width: 80%;
    padding-bottom: 20px;
    align-self: flex-end;
  }

  .section_04 .sub_title>span {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-size: 36px;
    padding: 20px 0px 24px 20px;
  }

  .section_04 .ppt_wrap {
    margin-top: 60px;
  }

  .section_04 .ppt_content {
    position: relative;
    flex-direction: column;
    z-index: 2;
    background: #fff;
  }

  .section_04 .ppt_content .description_wrap {
    display: flex;
    flex-direction: column;
    padding: 40px 0px 50px 74px;

    border-bottom: 1px solid #000;
  }

  .section_04 .ppt_content .description_wrap>span:first-child {
    font-family: 'SUIT';
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 100%;
  }

  .section_04 .ppt_content .description_wrap>span:last-child {
    font-family: 'SUIT';
    font-weight: 400;
    font-size: 22px;
    line-height: 125%;
  }

  .section_04 .ppt_content .type_example_wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    justify-items: center;
    border-bottom: 1px solid #000;
  }

  .section_04 .ppt_content .type_example_wrap span {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 25px;
  }

  .section_04 .proposal_document .ppt_content .type_example_wrap span:nth-child(-n + 3) {
    border-bottom: 1px solid #979797;

  }

  .section_04 .ppt_content .type_example_wrap span:not(:nth-child(3n + 0))::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px solid #979797;
    pointer-events: none;
  }

  .section_04 .ppt_content .type_example_wrap span>a {
    font-family: 'SUIT';
    font-family: 'SUIT';
    font-weight: 400;
    font-size: 22px;
    color: #7b7b7b;
  }

  .section_04 .ppt_content .img_wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-left: 64px;
    /* margin-left: 38px; */
    border-bottom: 1px solid #000;
    padding-bottom: 27px;
  }

  .section_04 .ppt_content .img_wrap::before {
    position: absolute;
    content: "";
    left: 48px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #000;
  }

  .section_04 .ppt_wrap:nth-child(even) .ppt_content .img_wrap {
    padding-bottom: 0px;
  }

  .section_04 .ppt_wrap .proposal_document .ppt_content .img_wrap>img {
    width: 100vw;
    transform: translateX(-20%);
  }

  .section_04 .ppt_wrap .ppt_content .img_wrap>img {
    width: 85vw;
    transform: unset;
    transform: translateX(-10%);
  }
}


@media (max-width: 600px) {
  .section_04 {
    margin-bottom: 42px;
  }

  .section_04 .content_04 {
    margin: 0px 16px;
    padding: 0 14px;
    border-bottom: none;
  }

  .section_04 .content_04::before {
    height: calc(100% - 120px);
  }

  .section_04 .content_04 .title_wrap {
    margin-top: 24px;
  }

  .section_04 .ppt_content .type_example_wrap span {
    padding: 12px 20px;
  }

  .section_04 .ppt_content .type_example_wrap span>a {
    font-size: 18px;
  }

  .section_04 .sub_title>span {
    font-size: 36px;
  }
}

@media (max-width: 500px) {
  .section_04 .content_04::before {
    left: 52px;
  }

  .section_04 .title_wrap span {
    font-size: 26px;
  }

  .section_04 .sub_title>span {
    font-size: 32px;
    padding: 20px 0 10px;
  }

  .section_04 .sub_title>img {
    width: 28px;
  }

  .section_04 .ppt_wrap {
    margin-top: 24px;
  }

  .section_04 .ppt_content .description_wrap {
    padding: 24px 0px 24px 50px;
  }

  .section_04 .ppt_content .description_wrap>span:first-child {
    font-size: 20px;
  }

  .section_04 .ppt_content .description_wrap>span:last-child {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .section_04 .title_wrap span {
    font-size: 32px;
  }

  .section_04 .sub_title {
    grid-template-columns: 50px auto;
  }

  .section_04 .sub_title>span {
    font-size: 22px;
  }

  .section_04 .sub_title>img {
    width: 20px;
  }

  .section_04 .ppt_wrap {
    margin-top: 12px;
  }

  .section_04 .ppt_content .description_wrap {
    padding: 20px 0px 20px 52px
  }

  .section_04 .ppt_content .description_wrap>span:first-child {
    font-size: 20px;
  }

  .section_04 .ppt_content .description_wrap>span:last-child {
    font-size: 14px;
  }

  .section_04 .ppt_content .type_example_wrap span {
    padding: 8px 12px;
  }

  .section_04 .ppt_content .type_example_wrap span>a {
    font-size: 12px;

  }

  .section_04 .title_wrap img {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 380px) {
  .section_04 .content_04::before {
    left: 40px;
  }

  .section_04 .title_wrap span {
    font-size: 28px;
  }

  .section_04 .sub_title {
    grid-template-columns: 30px auto;
  }

  .section_04 .sub_title>span {
    font-size: 20px;
    padding: 12px;
  }

  .section_04 .ppt_wrap {
    margin-top: 12px;
  }

  .section_04 .ppt_content .description_wrap {
    padding: 20px 0px 20px 42px
  }

  .section_04 .ppt_content .description_wrap>span:first-child {
    font-size: 18px;
  }

  .section_04 .ppt_content .description_wrap>span:last-child {
    font-size: 12px;
  }
}

/* section 05 */
.section_05 {
  position: relative;
  background: #fff;
}

.section_05 .fp-scroller {
  height: 100%;
}

.section_05 .content_05 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_05 .content_05 .content_container {
  width: 100%;
  height: auto;

  display: flex;
  align-items: center;
  justify-content: center;
}

.section_05 .content_05 .right_wrap {
  min-width: 400px;
  width: 25%;
  height: auto;

  padding: 30px 0px 0px 30px;

  display: flex;
  flex-direction: column;

  align-self: flex-end;
}

.section_05 .content_05 .right_wrap .title {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  border-bottom: 1px solid black;
  padding-bottom: 25px;
}

.section_05 .content_05 .right_wrap .title>span {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -2.5px;
}

.section_05 .content_05 .right_wrap .title>img {
  height: fit-content;
  transform: scaleX(-1);
  width: 37px;
  height: 37px;
}

.section_05 .content_05 .right_wrap .sub_title {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 50px 0;
}

.section_05 .content_05 .right_wrap .sub_title>span:first-child {
  font-size: 30px;
  font-weight: 700;
  min-width: fit-content;
}

.section_05 .content_05 .right_wrap .sub_title>span:last-child {
  font-size: 16px;
  font-weight: 500;
  min-width: fit-content;
}

.section_05 .content_05 .right_wrap .more_info {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  justify-items: center;

  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.section_05 .content_05 .right_wrap .more_info>span {
  width: 100%;
  position: relative;
  padding: 20px 0px;
  text-align: center;
  cursor: pointer;
}

.section_05 .content_05 .right_wrap .more_info>span>a {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #7b7b7b;
}

.section_05 .content_05 .right_wrap .more_info>span:hover>a {
  color: #000;
  font-weight: 700;
}

.section_05 .content_05 .right_wrap .more_info>span:not(:nth-child(3n + 0))::after {
  position: absolute;
  content: "";

  width: 1px;
  height: 24px;
  right: 0px;

  background: #979797;
}


.section_05 .content_05 .left_wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.section_05 .content_05 .left_wrap .introduction_list {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  margin: 0px;
  margin-right: 45px;
  margin-top: 120px;
  background: #fff;
}

.section_05 .content_05 .left_wrap .introduction_list>img {
  width: 175px;
}

@media (max-width: 992px) {
  .section_05 .content_05 {
    display: flex;
    flex-direction: column;
    margin: 0px 65px;
    margin-top: 90px;

    position: relative;
    border-top: 1px solid #000;
  }

  .about_wrap,
  .notice_wrap {
    width: 100%;
  }

  .section_05 .sub_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    border-bottom: 1px solid #000;
    padding: 30px 0px 20px;
  }

  .section_05 .sub_title .sub_title_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section_05 .sub_title .sub_title_wrap>span {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-family: 'GmarketSans';
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    margin-right: 12px;
  }

  .section_05 .sub_title .sub_title_wrap>img {
    width: 34px;
    height: auto;
    object-fit: contain;
    align-self: flex-end;
  }

  .section_05 .content_05 .accordion-trigger.active+.about_content {
    display: flex !important;
    padding: 0px;
  }

  .section_05 .content_05 .about_content {
    display: none;
    flex-direction: column;
    margin-top: 24px;
  }

  .section_05 .content_05 .about_content .sub_description {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    color: #a6a5a5;

    margin-bottom: 30px;
  }

  .section_05 .content_05 .about_content .detail_description {
    font-family: 'SUIT';
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: #000;
  }

  .section_05 .content_05 .notice_list_wrap {
    margin-top: 24px;
  }

  .section_05 .content_05 .accordion-trigger.active+.notice_list_wrap {
    width: 100%;
    display: flex !important;
    min-height: 120px;
  }

  .section_05 .content_05 .notice_list {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .section_05 .content_05 .notice_list li {
    font-family: 'SUIT';
    font-weight: 500;
    font-size: 22px;
    font-weight: 500;
    font-size: 22px;
    color: #000;
    padding: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
  }
}

@media (max-width: 650px) {
  .section_05 .content_05 {
    margin: 30px 60px;
  }

  .section_05 .sub_title .sub_title_wrap>span {
    font-size: 46px;
  }
}

@media (max-width: 600px) {
  .section_05 .content_05 {
    margin: 0px 30px;
  }

  .section_05 .content_05 .notice_list li {
    padding: 10px;
  }
}

@media (max-width: 500px) {
  .section_05 .sub_title .sub_title_wrap>span {
    font-size: 26px;
    line-height: 0.7;
  }

  .section_05 .content_05 .about_content .sub_description {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .section_05 .content_05 .about_content .detail_description {
    font-size: 13px;
    font-weight: 600;
  }

  .section_05 .sub_title .sub_title_wrap>img {
    width: 26px;
    height: 26px;
  }

  .section_05 .content_05 .notice_list li {
    padding: 8px;
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .section_05 .content_05 .notice_list li {
    padding: 6px;
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .section_05 .sub_title .sub_title_wrap>span {
    font-size: 32px;
  }

  .section_05 .sub_title .sub_title_wrap>img {
    width: 24px;
  }

  .section_05 .content_05 .notice_list li {
    padding: 4px;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .section_05 .sub_title .sub_title_wrap>span {
    font-size: 28px;
  }

  .section_05 .content_05 .about_content .sub_description {
    font-size: 16px;
  }

  .section_05 .content_05 .about_content .detail_description {
    font-size: 12px;
  }

  .section_05 .sub_title .sub_title_wrap>img {
    width: 20px;
  }

  .section_05 .content_05 .notice_list li {
    font-size: 12px;
  }
}

/* section 06 */

.section_06 .content_06 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_06 .content_06 .left_wrap {
  min-width: 400px;
  width: 25%;
  height: 420px;

  display: flex;
  flex-direction: column;

  transform: translate(200px, 120px);
}

.section_06 .content_06 .left_wrap .title {
  display: flex;
  justify-content: space-between;
  align-items: end;

  border-bottom: 1px solid #000;
  padding: 0 70px 25px 0;
}

.section_06 .content_06 .left_wrap .title>span {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  margin-right: 8px;
  letter-spacing: -2px;
}

.section_06 .content_06 .left_wrap .title>img {
  height: fit-content;
  margin-bottom: 8px;
  width: 37px;
  height: 37px;
}

.section_06 .content_06 .left_wrap .sub_title {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: white;
  padding: 50px 0;
}

.section_06 .content_06 .left_wrap .sub_title>span:first-child {
  font-size: 30px;
  font-weight: 700;
  min-width: fit-content;
}

.section_06 .content_06 .left_wrap .sub_title>span:last-child {
  font-size: 16px;
  font-weight: 500;
  min-width: fit-content;
}

.section_06 .content_06 .left_wrap .more_info {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  justify-items: center;

  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.section_06 .content_06 .left_wrap .more_info>span {
  width: 100%;
  position: relative;
  padding: 20px 0px;
  text-align: center;
  cursor: pointer;
  background-color: white;
}

.section_06 .content_06 .left_wrap .more_info>span>a {

  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #7b7b7b;
}

.section_06 .content_06 .left_wrap .more_info>span:hover>a {
  color: #000;
  font-weight: 700;
}

.section_06 .content_06 .left_wrap .more_info>span:not(:nth-child(3n + 0))::after {
  position: absolute;
  content: "";

  width: 1px;
  height: 24px;
  right: 0px;

  background: #979797;
}

.section_06 .content_06>img {
  width: 70%;
  align-self: center;
  margin-left: auto;
  z-index: 1;
  pointer-events: none;
}

.portfolio_wrap {
  aspect-ratio: 1 / 1;
  width: 100%;
  position: relative;
}


.hover_overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}

.hover_overlay::after {
  right: 0;
  bottom: 0;
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 1px;
}

.hover_overlay::before {
  right: 0;
  top: 50%;
  position: absolute;
  content: '';
  background: #fff;
  width: 1px;
  height: 95%;
  transform: translateY(-50%);
}


li.portfolio_wrap:nth-child(5n) .hover_overlay::before {
  display: none;
}

.hover_top {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.hover_top span {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  color: #fff;
  font-family: 'SUIT';
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.portfolio_wrap:hover .hover_overlay {
  opacity: 0;
}

@media (min-width: 3000px) {
  .section_06 .content_06 .left_wrap .title {
    padding-left: 34px;
    padding-right: 150px;
  }
}

@media (max-width: 1600px) {
  .section_06 .content_06 .left_wrap {
    transform: translateX(100px);
  }
}

@media (max-width: 1500px) {}

@media (max-width: 1400px) {}

@media (max-width: 1350px) {}

@media (max-width: 992px) {
  .section_06 .content_06 {
    display: flex;
    flex-direction: column;
    margin: 0px 65px;
    margin-top: 90px;

    position: relative;
    border-top: 1px solid #000;

    padding-bottom: 200px;
  }

  .about_wrap,
  .notice_wrap {
    width: 100%;
  }

  .section_06 .sub_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    border-bottom: 1px solid #000;
    padding: 40px 0px 20px;
  }

  .section_06 .sub_title .sub_title_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section_06 .sub_title .sub_title_wrap>span {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-family: 'GmarketSans';
    font-weight: 700;
    font-size: 50px;
    margin-right: 12px;
  }

  .section_06 .sub_title .sub_title_wrap>img {
    width: 34px;
    height: auto;
    object-fit: contain;

    align-self: flex-end;
    padding-bottom: 18px;
  }

  .section_06 .content_06 {
    border: none;
    margin-top: 40px;
  }

  .section_06 .content_06 .portfolio_list {
    display: grid !important;
    grid-template-columns: repeat(2, 50%);
  }


  .section_06 .content_06 .portfolio_list .portfolio_wrap {
    position: relative;

    aspect-ratio: 1 / 1;
    width: 100%;
    padding: 0px;

    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #c6c6c6;
  }



  .section_06 .content_06 .portfolio_list .portfolio_wrap .portfolio_img_inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section_06 .content_06 .portfolio_list .portfolio_wrap .portfolio_img_inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .section_06 .content_06 .portfolio_list .portfolio_wrap:nth-child(odd)::before {
    border-right: 1px solid #c6c6c6;
  }

  .section_06 .content_06 .portfolio_list .portfolio_wrap.service_wrap:not(:nth-child(-n + 4)) {
    display: none;
  }

  .section_06 .content_06 .portfolio_list .portfolio_wrap>img {
    position: relative;
    z-index: 3;
    align-self: flex-start;
  }

  .section_06 .content_06 .portfolio_list .portfolio_wrap>span {
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 3;
  }

  .hover_overlay {
    padding: 12px;
    background: rgba(0, 0, 0, 0.5);
  }

  .hover_top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hover_top span {
    width: auto;
    font-size: 12px;
  }

  .hover_top img {
    min-width: fit-content;
    max-width: 12px;
    height: auto;
    object-fit: contain;
  }

  li.portfolio_wrap:nth-child(odd) .hover_overlay::before {
    display: flex;
    top: 50%;
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    height: 95%;
    transform: translateY(-50%);
  }

  .section_06 .content_06 .portfolio_list li.portfolio_wrap:nth-child(even) .hover_overlay::before {
    content: '';
    display: none;
  }
}

@media (max-width: 600px) {
  .section_06 .content_06 {
    margin: 0px 30px;
  }
}

@media (max-width: 500px) {
  .section_06 .sub_title .sub_title_wrap>span {
    font-size: 26px;
    line-height: 0.7;
  }

  .section_06 .sub_title .sub_title_wrap>img {
    width: 26px;
    height: 26px;
    padding-bottom: 0;
  }

  .section_06 .content_06 .portfolio_list .portfolio_wrap>span {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .section_06 .sub_title .sub_title_wrap>span {
    font-size: 32px;
  }

  .section_06 .sub_title .sub_title_wrap>img {
    width: 24px;
  }

  .section_06 .content_06 .portfolio_list .portfolio_wrap>span {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .section_06 .sub_title .sub_title_wrap>span {
    font-size: 28px;
  }

  .section_06 .sub_title .sub_title_wrap>img {
    width: 20px;
  }

  .section_06 .content_06 .portfolio_list .portfolio_wrap>span {
    font-size: 12px;
  }
}

/* section 07 */
.section_07 .content_07 {
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section_07 .content_07 .top_wrap {
  width: 100%;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 32px;
}

.section_07 .content_07 .top_wrap>img {
  width: 40%;
  transform: translateX(-10em);
}

.section_07 .content_07 .top_wrap .left_wrap {
  min-width: 400px;
  width: 25%;
  height: 450px;

  display: flex;
  flex-direction: column;

  transform: translateX(200px)
}

.section_07 .content_07 .top_wrap .left_wrap .title {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
}

.section_07 .content_07 .top_wrap .left_wrap .title>span {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: -2px;
  margin-right: 20px;
}

.section_07 .content_07 .top_wrap .left_wrap .title img {
  height: fit-content;
  margin-bottom: 8px;


  width: 37px;
  height: 37px;
}

.section_07 .content_07 .top_wrap .left_wrap .sub_title {
  max-width: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: white;
  padding: 50px 0px;
}

.section_07 .content_07 .top_wrap .left_wrap .sub_title>span:first-child {
  font-size: 30px;
  font-weight: 700;

  min-width: fit-content;
}

.section_07 .content_07 .top_wrap .left_wrap .sub_title>span:first-child>.dot {
  font-size: 20px;
}

.section_07 .content_07 .top_wrap .left_wrap .sub_title>span:last-child {
  width: max-content;
  font-size: 16px;
  font-weight: 500;
  margin-right: -15px;
  word-break: keep-all;
}

.section_07 .content_07 .top_wrap .left_wrap .more_info {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  justify-items: center;

  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.section_07 .content_07 .top_wrap .left_wrap .more_info>span {
  width: 100%;
  position: relative;
  padding: 20px 0px;
  text-align: center;
  cursor: pointer;
  background-color: white;
}

.section_07 .content_07 .top_wrap .left_wrap .more_info>span>a {

  font-size: 16px;
  font-weight: 400;

  text-align: center;
  color: #7b7b7b;
}

.section_07 .content_07 .left_wrap .more_info>span:hover>a {
  color: #000;
  font-weight: 700;
}

.section_07 .content_07 .left_wrap .more_info>span:not(:nth-child(3n + 0))::after {
  position: absolute;
  content: "";

  width: 1px;
  height: 24px;
  right: 0px;

  background: #979797;
}

.section_07 .content_07 .education_list {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  z-index: 1;
  padding-right: 18px;
}

.section_07 .content_07 .education_list>img {
  width: calc((100% - 100px) / 3);
  align-self: flex-end;
}

@media (max-width: 1750px) {

  .section_07 .content_07 .top_wrap>img {
    width: 40%;
  }
}

@media (max-width: 1600px) {
  .section_07 .content_07 .top_wrap .left_wrap {
    transform: translateX(100px)
  }
}

@media (max-width: 1200px) {
  .section_07 .content_07 {
    width: 100%;
  }
}

/* section 08 */
.section_08 {
  /* height: 100vh !important;
  overflow-y: auto; */
  padding-bottom: 140px;
}

.section_08 .fp-scroller,
.section_08 .fp-scrollable {
  overflow: unset;
}

.section_08 .content_08 {
  max-width: 1920px;
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;

  margin: 0 auto;
  margin-top: 80px;
}

.section_08 .content_08::after {
  content: '';
  position: absolute;
  width: calc(100vw - 100px);
  height: 1px;
  background: #000;
  top: 0px;
  left: -150px;
}

.section_08 .content_08 .top_wrap {
  position: relative;
  width: 100%;
  padding: 20px 0px;

  display: flex;
  justify-content: flex-start;
}

.section_08 .content_08 .top_wrap::after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: -150px;
  width: calc(100vw - 100px);
  height: 1px;
  background: #000;
}

.section_08 .content_08 .top_wrap .about_wrap,
.section_08 .content_08 .top_wrap .notice_wrap {
  width: 50%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;

  position: relative;
  padding-bottom: 18px;
  padding-left: 32px;
}

.section_08 .content_08 .top_wrap .about_wrap::before,
.section_08 .content_08 .top_wrap .notice_wrap::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
}

.section_08 .content_08 .top_wrap .about_wrap .title,
.section_08 .content_08 .top_wrap .notice_wrap .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 50px;
}

.section_08 .content_08 .top_wrap .about_wrap .title>span,
.section_08 .content_08 .top_wrap .notice_wrap .title>span {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-size: 50px;
  margin-right: 8px;
  line-height: 100%;
  letter-spacing: -2px;
}

.section_08 .content_08 .top_wrap .about_wrap .title>img,
.section_08 .content_08 .top_wrap .notice_wrap .title>img {
  margin-bottom: 8px;
  width: 37px;
  height: 37px;
  object-fit: contain;
}

.section_08 .content_08 .top_wrap .about_wrap .description_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section_08 .content_08 .top_wrap .about_wrap .description_wrap .description_01 {
  font-family: 'GmarketSans';
  font-weight: 500;
  font-size: 20px;
  color: #a6a5a5;
  letter-spacing: -0.04em;
  margin-bottom: 42px;

}

.section_08 .content_08 .top_wrap .about_wrap .description_wrap .description_02 {
  font-family: 'SUIT';
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 29px;
  letter-spacing: -0.04em;
}

.section_08 .content_08 .top_wrap .notice_wrap .notice_list {
  width: 100%;
}

.section_08 .content_08 .top_wrap .notice_wrap .notice_list .notice_box {
  padding: 8px;
}

.section_08 .content_08 .top_wrap .notice_wrap .notice_list .notice_box:not(:last-child) {
  font-family: 'SUIT';
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.section_08 .content_08 .portfolio_container {
  position: relative;
  width: calc(100% - 100px);
  max-width: calc(100% - 100px);
  height: 100%;
  margin-top: 100px;
  margin-right: auto;
}

.section_08 .content_08 .portfolio_container .title {
  position: -webkit-sticky;
  /* For Safari */
  position: sticky;
  top: 0;
  /* Adjust the value as needed */
  background-color: white;
  /* Optional: Ensure it doesn't get hidden by content scrolling underneath */
  z-index: 1000;
  /* Optional: Ensure it stays above other content */

  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 25px;
}

.section_08 .content_08 .portfolio_container .title>span {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-size: 50px;
  margin-right: 8px;
  line-height: 100%;
  letter-spacing: -2px;
}

.section_08 .content_08 .portfolio_container .title>img {
  width: 37px;
  height: 37px;
  margin-bottom: 8px;
}

.section_08 .content_08 .portfolio_container .portfolio_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.section_08 .content_08 .portfolio_container .portfolio_list .portfolio_wrap {
  position: relative;

  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
}

.section_08 .content_08 .portfolio_container .portfolio_list .portfolio_wrap .portfolio_img_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.section_08 .content_08 .portfolio_container .portfolio_list .portfolio_wrap:hover {
  /* background: url('../img/main/portfolio/portfolio_1.png'); */
  /* background-size: contain; */
  /* background-repeat: no-repeat; */
}


.section_08 .content_08 .portfolio_container .portfolio_list .portfolio_wrap>img {
  align-self: flex-end;
}

.section_08 .content_08 .portfolio_container .portfolio_list .portfolio_wrap>span {
  font-size: 20px;
  color: #fff;
}

@media (min-width: 3000px) {
  .section_08 .content_08 .top_wrap::after {
    left: -65%;
    width: 100vw;
  }

  .section_08 .content_08 .top_wrap {
    max-width: unset;
  }

  .section_08 .content_08 .portfolio_container .portfolio_list .portfolio_wrap .portfolio_img_inner img {
    width: 100%;
    height: 100%;
  }
}

/* @media (min-width: 3000px) {

  .section_08 .content_08 .top_wrap,
  .section_08 .content_08 .portfolio_container {
    width: calc(100% - 350px);
    height: calc(100% - 100px);
    padding: 50px;
  }

  .section_08 .content_08 .top_wrap .about_wrap,
  .section_08 .content_08 .top_wrap .notice_wrap {
    height: 40vh;
  }

  .section_08 .content_08 .top_wrap .about_wrap .title,
  .section_08 .content_08 .top_wrap .notice_wrap .title,
  .section_08 .content_08 .portfolio_container .title {
    width: 100%;
  }

  .section_08 .content_08 .top_wrap .about_wrap .title>span,
  .section_08 .content_08 .top_wrap .notice_wrap .title>span,
  .section_08 .content_08 .portfolio_container .title>span {
    font-size: 100px;
  }

  .section_08 .content_08 .top_wrap .about_wrap .title>img,
  .section_08 .content_08 .top_wrap .notice_wrap .title>img {
    width: 5%;
  }

  .section_08 .content_08 .portfolio_container .title>img {
    width: 3%;
  }

  .section_08 .content_08 .top_wrap .notice_wrap .notice_list .notice_box,
  .section_08 .content_08 .top_wrap .notice_wrap .notice_list .notice_box:not(:last-child) {
    padding: 24px;
    font-size: 42px;
  }

  .section_08 .content_08 .top_wrap .about_wrap .description_wrap .description_01 {
    font-size: 54px;
    line-height: 100%;
  }

  .section_08 .content_08 .top_wrap .about_wrap .description_wrap .description_02 {
    font-size: 40px;
    line-height: 105%;
  }

  .section_08 .content_08 .portfolio_container .portfolio_list {
    grid-template-columns: repeat(4, 1fr);
  }
} */

@media(min-width: 3000px) {}

@media (max-width: 1600px) {
  .section_08 .content_08 .top_wrap {
    width: 100%;
    padding: 30px 20px;
  }

  .section_08 .content_08 .top_wrap .about_wrap .title,
  .section_08 .content_08 .top_wrap .notice_wrap .title {
    margin-bottom: 42px;
  }

  .section_08 .content_08 .top_wrap .about_wrap,
  .section_08 .content_08 .top_wrap .notice_wrap {
    height: 480px;
  }

  .section_08 .content_08 .top_wrap .about_wrap .title>span,
  .section_08 .content_08 .top_wrap .notice_wrap .title>span {
    font-size: 40px;
  }

  .section_08 .content_08 .top_wrap .about_wrap .title>img,
  .section_08 .content_08 .top_wrap .notice_wrap .title>img {
    font-size: 28px;
  }

  .section_08 .content_08 .top_wrap::before {
    top: -20px;
  }

  .section_08 .content_08 .top_wrap .about_wrap,
  .section_08 .content_08 .top_wrap .notice_wrap {
    left: 0px;
    padding: 20px;
  }

  .section_08 .content_08 .top_wrap .about_wrap::before,
  .section_08 .content_08 .top_wrap .notice_wrap::before {
    left: -20px;
  }

  .section_08 .content_08 .top_wrap .about_wrap .description_wrap .description_01 {
    font-size: 18px;
    margin-bottom: 38px;
  }

  .section_08 .content_08 .top_wrap .about_wrap .description_wrap .description_02 {
    font-size: 12px;
    margin-bottom: 38px;
  }

  .section_08 .content_08 .top_wrap .notice_wrap .notice_list .notice_box .notice_title {
    font-size: 12px;
  }
}


/* section 09 */
.section_09 {
  background: #f9f9f9;
  padding: 40px 0;
}

.section_09 .sc_wrap {
  background: #eeeeee;
  padding: 60px 16px;
}

.section_09 .logo_text {
  border: 4px solid #fff;
  border-bottom: 0;
  height: 100px;
  margin: 0 auto 20px auto;
  padding: 16px;
  width: 200px;
}

.section_09 .logo_text p {
  color: #6e6e6e;
  font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
}

.section_09 img {
  display: block;
  margin: 0 auto;
  width: 260px;
}

.section_09 .about {
  color: #000;
  font-size: 13px;
  margin: 40px 0 0 0;
}

.section_09 .about b {
  font-weight: 800;
}

.section_09 .sc_notice {
  padding: 60px 16px 0 16px;
}

.section_09 .sc_notice ul li {
  border-bottom: 1px solid #e6e6e6;
  color: #646464;
  cursor: pointer;
  font-size: 13px;
  overflow: hidden;
  padding: 8px 0;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.section_09 .sc_notice ul li:last-child {
  border: 0;
}

/* etc */
#fp-nav.right {
  display: none;
  right: 16px;
}

@media (min-width: 1820px) {
  #fp-nav.right {
    right: 50px;
    top: 186px;
  }
}

#fp-nav ul {
  display: none;
}

#top_fixed {
  display: none;
}

.top.sub {
  display: block !important;
}

#kakao {
  display: none;
}

@media (min-width: 992px) {
  #fp-nav ul {
    display: flex;
    flex-direction: column;
    width: 19px;
  }

  #fp-nav ul li {
    height: 30px;
    margin: 0;
    width: 100%;
  }

  #fp-nav ul li a {
    align-items: center;
    display: flex;
    height: 28px;
    width: 17px;
  }

  #fp-nav ul li a span {
    background: transparent;
    border: 0.5px solid #646464;
    border-radius: 100%;
    display: flex;
    width: 8px;
    height: 8px;
    margin: 0;
    transform: translateX(-50%);
  }

  #fp-nav ul li:hover a span,
  .fp-slidesNav ul li:hover a span {
    height: 8px;
    margin: 0;
    width: 8px;
  }

  #fp-nav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li a.active span,
  .fp-slidesNav ul li:hover a.active span {
    background: #646464;
    margin: 0px;
    /* background: url(../img/icon/i_mouse.png); */
    /* border-radius: 0; */
    /* height: 28px; */
    /* margin: -12px 0 0 0; */
    /* width: 17px; */
  }

  #top_fixed {
    bottom: 20px;
    display: none;
    position: fixed;
    right: 40px;
    z-index: 1000;
  }

  #top_fixed button {
    align-items: center;
    background: transparent;
    border: none;

    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 44px;
    width: 44px;
  }

  #top_fixed button:first-child {
    margin-bottom: 8px;
  }

  #top_fixed button img {
    width: 44px;
    height: 44px;
  }

  /* #top_fixed button::before {
        background: url(../img/icon/i_top.png) no-repeat;
        content: '';
        display: inline-block;
        height: 16px;
        width: 16px;
    } */

  #kakao {
    bottom: 160px;
    display: block;
    position: fixed;
    right: 40px;
    z-index: 1000;
  }

  #kakao img {
    height: 44px;
  }
}

/* **************************************** *
 * Consulting
 * **************************************** */

.consulting .sub_cont_top {
  background: #f9f9f9;
  width: 100%;
  padding: 40px 0;
  position: relative;
}

.consulting .sub_cont_top::before {
  background: url(../img/deco/bg_sc_left.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 200px;
  position: absolute;
  top: 0;
  width: 130px;
  z-index: 1;
}

.consulting .sub_cont_top::after {
  background: url(../img/deco/bg_sc_right.png) no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 200px;
  position: absolute;
  right: 0;
  width: 130px;
  z-index: 1;
}

.consulting .container {
  padding: 0;
  position: relative;
  max-width: 100%;
  z-index: 2;
}

.step_header {
  align-items: center;
  background: #74bbfe;
  display: flex;
  padding: 0 16px;
}

.step_header h1 {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  padding: 12px 0;
}

.step_header h1 span {
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 0 12px;
}

.trg_group {
  display: none;
}

.step_body {
  background: #fff;
  padding: 80px 16px;
}

.step_body .col-12 {
  display: flex;
}

.step_title {
  align-items: center;
  color: #727171;
  font-size: 20px;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin: 0 16px 0 0;
  text-align: center;
  width: 35%;
}

.btn_start {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  width: 65%;
}

.btn_start img {
  width: 160px;
}

.step {
  display: flex;
  margin: 20px auto 0 auto;
  max-width: 400px;
  width: 100%;
}

.step li {
  position: relative;
  text-align: center;
  width: 20%;
}

.step li::after {
  background: url(../img/step_right.png) no-repeat;
  background-size: cover;
  bottom: 6px;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  transform: translateX(50%);
  right: 0;
  width: 20px;
}

.step li:last-child::after {
  display: none;
}

.step li img {
  width: 40px;
}

.step li p {
  font-size: 12px;
  line-height: 1.3;
  margin: 4px 0 0 0;
  text-align: center;
}

@media (min-width: 992px) {
  .consulting {
    background: #f9f9f9;
    padding: 80px 0;
    position: relative;
  }

  .consulting::before {
    background: url(../img/deco/bg_sc_left.png) no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    z-index: 0;
  }

  .consulting::after {
    background: url(../img/deco/bg_sc_right.png) no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 400px;
    position: absolute;
    right: 0;
    width: 300px;
    z-index: 0;
  }

  .consulting .sub_cont_top .container {
    margin: 0 auto;
    max-width: 100%;
  }

  .consulting .sub_cont_top {
    background: #fff;
    box-shadow: inset 5px 5px 10px 5px rgb(77, 71, 71, 0.1);
    border-radius: 300px 0 0 300px;
    margin: 0 0 0 auto;
    max-width: 1593px;
    padding: 0;
    position: relative;
    z-index: 10;
  }

  /* .consulting .sub_cont_top::before {
        background: url(../img/deco/consulting.png) no-repeat;
        background-size: 100% 100%;
        background-position: right center;
        content: '';
        display: inline-block;
        position: absolute;
        top: 80px;
        right: 0;
        height: 645px;
        max-width: 1620px;
        width: 100%;
    } */

  .consulting .sub_cont_top::before {
    display: none;
  }

  .consulting .sub_cont_top::after {
    display: none;
  }

  .start .step_header {
    display: none;
  }

  .trg_group {
    align-items: center;
    display: flex;
    width: 33.33%;
  }

  .trg_group .trg_1 {
    background: url(../img/icon/i_trg.png) no-repeat;
    background-size: cover;
    display: inline-block;
    height: 110px;
    width: 90px;
  }

  .trg_group .trg_2 {
    background: url(../img/icon/i_trg.png) no-repeat;
    background-size: cover;
    display: inline-block;
    height: 110px;
    transform: scale(0.66);
    width: 90px;
  }

  .trg_group .trg_3 {
    background: url(../img/icon/i_trg.png) no-repeat;
    background-size: cover;
    display: inline-block;
    height: 70px;
    transform: scale(0.66);
    width: 60px;
  }

  .start .step_body {
    background: none;
    padding: 180px 0 80px 0;
  }

  .step_title {
    font-size: 40px;
    margin: 0;
    width: 33.33%;
  }

  .btn_start {
    justify-content: center;
    padding: 0 40px;
    width: 33.33%;
  }

  .btn_start img {
    width: 240px;
  }

  .step {
    margin: 40px auto 0 auto;
    max-width: 854px;
  }

  .step li::after {
    bottom: 4px;
  }

  .step li img {
    width: 60px;
  }

  .step li p {
    font-size: 16px;
    margin: 8px 0 0 0;
  }
}

@media (min-width: 1400px) {
  .consulting .sub_cont_top .container {
    margin: 0 auto 0 0;
    max-width: 1280px;
  }

  .consulting .sub_cont_top {
    max-width: 1335px;
  }
}

@media (min-width: 1500px) {
  .consulting .sub_cont_top .container {
    margin: 0 auto 0 0;
  }

  .consulting .sub_cont_top {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .consulting .sub_cont_top {
    max-width: 1450px;
  }
}

@media (min-width: 1800px) {
  .consulting .sub_cont_top {
    max-width: 1540px;
  }
}

@media (min-width: 1900px) {
  .consulting .sub_cont_top {
    max-width: 1592px;
  }
}

/* @media (min-width: 1800px) {
    .consulting .sub_cont_top .container {
        margin: 0 auto 0 0;
    }
} */

/* step_01 */
.step_01 .step_body,
.step_02 .step_body,
.step_03 .step_body,
.step_04 .step_body,
.step_05 .step_body {
  background: #fff;
  padding: 16px;
}

.category_wrap {
  height: 400px;
  overflow-y: scroll;
  width: 100%;
}

.category_wrap::-webkit-scrollbar {
  background: #f9f9f9;
  border-radius: 100px;
  width: 8px;
}

.category_wrap::-webkit-scrollbar-thumb {
  background: #b5b5b6;
  border-radius: 100px;
}

.category_wrap hr {
  margin: 0 0 16px 0;
}

.category_wrap h6 {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
}

.check_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
}

.check_wrap .check_group {
  padding: 8px 0;
  width: 33.3333%;
}

/* .check_group input {
  display: none;
}

.check_group label {
  align-items: center;
  color: #646464;
  display: flex;
  font-size: 14px;
}

.check_group label::before {
  background: url(../img/icon/i_check.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 4px 0 0;
  width: 16px;
}

.check_group input:checked+label::before {
  background: url(../img/icon/i_check_checked.png) no-repeat;
  background-size: cover;
} */

.step_pagination {
  margin: 8px 0;
  position: relative;
  width: 100%;
}

.step_pagination ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.step_pagination ul li {
  align-items: center;
  background: #74bbfe;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 48px;
  position: relative;
  justify-content: center;
  width: 48px;
  z-index: 2;
}

.step_pagination ul li img {
  opacity: 0.6;
  width: 20px;
}

.step_pagination ul li p {
  color: #fff;
  font-size: 14px;
}

.step_pagination ul::after {
  background: #eeeeee;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.result_wrap {
  width: 100%;
}

.step_result {
  margin: 20px 0;
  width: 100%;
}

.step_result h6 {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
}

.input_group {
  margin: 16px 0;
}

.input_group label {
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}

.input_group input {
  border: 0;
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  width: 100%;
}

.info_group {
  margin: 16px 0 0 0;
}

.info_group h6 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.info_group p {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

@media (min-width: 992px) {

  .step_01 .step_body,
  .step_02 .step_body,
  .step_03 .step_body,
  .step_04 .step_body,
  .step_05 .step_body {
    background: none;
    padding: 24px;
    width: 100%;
  }

  .container.step_01,
  .container.step_02,
  .container.step_03,
  .container.step_04,
  .container.step_05 {
    border-radius: 300px 0 0 300px;
    display: flex;
  }

  .category_wrap {
    padding: 0 10px 0 0;
  }

  .category_wrap hr {
    margin: 0 0 24px 0;
  }

  .category_wrap h6 {
    color: #000;
    font-weight: 500;
    font-size: 16px;
  }

  .check_wrap .check_group {
    padding: 12px 0;
    width: 25%;
  }

  .step_02 .check_wrap .check_group {
    width: 33.3%;
  }

  .check_group label {
    font-size: 16px;
  }

  .check_group label::before {
    height: 20px;
    margin: 0 8px 0 0;
    width: 20px;
  }

  .step_01 .step_body .col-12:nth-child(2),
  .step_02 .step_body .col-12:nth-child(2),
  .step_03 .step_body .col-12:nth-child(2),
  .step_04 .step_body .col-12:nth-child(2),
  .step_05 .step_body .col-12:nth-child(2) {
    order: 3;
  }

  .step_01 .step_header,
  .step_02 .step_header,
  .step_03 .step_header,
  .step_04 .step_header,
  .step_05 .step_header {
    align-items: flex-start;
    border-radius: 300px 0 0 300px;
    flex-direction: column;
    flex: 0 0 auto;
    justify-content: center;
    padding: 0 0 0 80px;
    position: relative;
    width: 300px;
    z-index: 2;
  }

  .step_header h1 {
    font-size: 40px;
    line-height: 1;
    text-align: left;
  }

  .step_header p {
    color: #fff;
    font-size: 20px;
    margin: 40px 0 0 0;
  }

  .step_pagination ul::after {
    display: none;
  }

  .result_wrap {
    border: 1px solid #b5b5b6;
    border-radius: 8px;
    margin: 0;
    padding: 20px 12px 20px 20px;
  }

  .step_result {
    overflow-y: scroll;
    margin: 0;
    max-height: 360px;
    padding: 0 8px 0 0;
  }

  .step_result::-webkit-scrollbar {
    background: #f9f9f9;
    border-radius: 100px;
    width: 8px;
  }

  .step_result::-webkit-scrollbar-thumb {
    background: #b5b5b6;
    border-radius: 100px;
  }

  .step_result h6 {
    font-size: 16px;
  }

  .input_group label {
    font-size: 16px;
  }

  .input_group input {
    font-size: 16px;
  }

  .info_group {
    margin: 24px 0 0 0;
  }

  .info_group h6 {
    font-size: 16px;
  }

  .info_group p {
    font-size: 16px;
    line-height: 1.5;
    margin: 4px 0 0 0;
  }
}

/* step_03:의뢰인 정보 */
.input_group_two {
  margin: 0 0 16px 0;
}

.input_group_two label {
  color: #000;
  font-size: 14px;
  width: 100%;
}

.input_group_two input {
  border: 0;
  border-bottom: 1px solid #898989;
  color: #646464;
  font-size: 14px;
  padding: 0;
  width: 100%;
}

.phone_number {
  display: flex;
}

.phone_number span {
  margin: 0 6px 0 4px;
}

.phone_number input {
  text-align: center;
}

.phone_number select {
  border: 0;
  border-bottom: 1px solid #898989;
  color: #646464;
  flex: 100%;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 992px) {
  .input_group_two {
    margin: 0 0 24px 0;
  }

  .input_group_two label {
    font-size: 16px;
  }

  .input_group_two input {
    font-size: 16px;
    margin: 4px 0 0 0;
  }

  .phone_number span {
    margin: 0 10px 0 8px;
  }
}

/* step_04:기타정보 */
.input_wrap textarea {
  border: 1px solid #b5b5b6;
  border-radius: 8px;
  color: #b5b5b6;
  font-size: 14px;
  padding: 8px;
  width: 100%;
}

@media (min-width: 992px) {
  .input_wrap textarea {
    border: 1px solid #b2b2b2;
    color: #b2b2b2;
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 12px;
  }
}

/* step_05:접수완료 */
.step_05 .category_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}

.message {
  font-size: 14px;
  text-align: center;
}

@media (min-width: 992px) {
  .message {
    font-size: 16px;
    text-align: center;
  }
}

section.container {
  padding: 30px 0 !important;
}

.consulting .sub_cont_body .container {
  background: #fff;
}

.cont_header {
  align-items: center;
  display: flex;
  margin: 0 0 20px 0;
  padding: 0 16px;
}

.cont_title {
  color: #444444;
  font-size: 20px;
  font-weight: 700;
}

.btn_primary {
  background: #74bbfe;
  border-radius: 4px;
  border: 0;
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 auto;
  padding: 2px 12px;
}

.cont_body {
  padding: 0 16px;
}

.input_group.type2 {
  margin: 0;
  position: relative;
}

.input_group.type2 select {
  appearance: none;
  -webkit-appearance: none;
  /* 사파리, 크롬 하위버전용 */
  -moz-appearance: none;
  /* 사파리, 크롬 하위버전용 */
  background-image: url(../img/icon/i_down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 95%) center;
  border: 0;
  border-bottom: 1px solid #b2b2b2;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  height: 30px;
  text-align: center;
  width: 100%;
}

.input_group.type2 select:focus {
  outline: none;
}

.input_group.type2 input {
  border-bottom: 1px solid #b2b2b2;
  color: #9fa0a0;
  font-size: 14px;
  padding: 4px 0 4px 26px;
}

.btn_search {
  background: url(../img/icon/i_search.png) no-repeat;
  background-size: cover;
  border: 0;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.request_table,
.notice_table {
  border-collapse: collapse;
  margin: 20px 0 0 0;
  width: 100%;
}

.request_table tr td,
.notice_table tr td {
  border-bottom: 1px solid #e6e6e6;
  color: #646464;
  font-family: 'SUIT';
  font-weight: 500;
  /* font-size: 12px; */
  /* line-height: 1.3; */
  padding: 4px 0;
  min-height: 24px;
}


.request_table tr td:nth-child(1),
.notice_table tr td:nth-child(1) {
  width: 12%;
}

.request_table tr td:nth-child(2),
.notice_table tr td:nth-child(2) {
  text-align: left;
  width: 60%;
}

.request_table tr:not(.answer_list) td:last-child,
.notice_table tr td:last-child {
  text-align: center;
}

.table_pagination ul {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  width: 100%;
}

.table_pagination li {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin: 0 2px;
}

.table_pagination .prev,
.table_pagination .next {
  background: #b3b3b3;
  border-radius: 4px;
  color: #fff;
  padding: 4px 16px;
}

.table_pagination .prev {
  margin: 0 8px 0 0;
}

.table_pagination .next {
  margin: 0 0 0 8px;
}

.table_pagination .prev span,
.table_pagination .next span {
  font-size: 10px;
}

.table_pagination .prev span {
  margin: 0 4px 0 0;
}

.table_pagination .next span {
  margin: 0 0 0 4px;
}

@media (min-width: 992px) {
  section.container {
    max-width: 1280px !important;
    padding: 0 !important;
  }

  .cont_left {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    justify-content: space-between;
  }

  .cont_title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
  }

  .btn_primary {
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 4px 0px;
    width: 100%;
  }

  .input_group.type2 select {
    font-size: 16px;
    height: 36px;
  }

  .input_group.type2 input {
    font-size: 16px;
    height: 36px;
    padding: 0 0 0 32px;
  }

  .btn_search {
    padding: 0;
    left: 6px;
  }

  .cont_right {
    padding: 20px;
    min-height: 350px;
  }

  .request_table,
  .notice_table {
    margin: 0;
  }

  .request_table tbody tr,
  .notice_table tbody tr {
    line-height: 100%;
  }

  .request_table thead tr th,
  .notice_table tbody th {
    border-bottom: 1px solid #b3b3b3;
    font-size: 16px;
    text-align: center;
  }

  .request_table tr td,
  .notice_table tr td {
    font-size: 16px;
    padding: 8px 0;
    min-height: 12px;
    ;
  }

  .request_table tr td:nth-child(1),
  .notice_table tr td:nth-child(1) {
    width: 10%;
  }

  .request_table tr td:nth-child(2),
  .notice_table tr td:nth-child(2) {
    text-align: left;
    width: 60%;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .request_table tr td:nth-child(3),
  .notice_table tr td:nth-child(3) {
    text-align: center;
    width: 10%;
  }

  .request_table tr td:nth-child(4),
  .notice_table tr td:nth-child(4) {
    text-align: right;
    width: 13.33%;
  }

  .request_table tr td:nth-child(5),
  .notice_table tr td:nth-child(5) {
    text-align: center;
    width: 13.33%;
  }

  .request_table tr:nth-child(2n) td:nth-child(2) {
    text-align: start;
    width: 13.33%;
  }

  .table_pagination ul {
    margin: 12px 0 0 0;
  }

  .table_pagination ul:nth-child(1) {
    display: flex;
    justify-content: space-between;
  }

  .table_pagination li {
    font-size: 16px;
    justify-content: center;
  }

  .table_pagination .prev,
  .table_pagination .next {
    margin: 0;
    width: calc((100% - 16px) / 2);
  }

  .table_pagination .prev span {
    margin: 0 12px 0 0;
  }

  .table_pagination .next span {
    margin: 0 0 0 12px;
  }

  .request_table.type2 tr td:nth-child(1) {
    text-align: center;
    width: 5%;
  }

  .request_table.type2 tr td:nth-child(2) {
    width: 10%;
  }

  .request_table.type2 tr td:nth-child(2) ul {
    justify-content: center;
  }

  .request_table.type2 tr td:nth-child(3) {
    text-align: left;
    width: 50%;
  }

  .request_table.type2 tr td:nth-child(4) {
    width: 10%;
  }

  .request_table.type2 tr td:nth-child(5) {
    width: 10%;
  }

  .request_table.type2 tr td:nth-child(6) {
    width: 10%;
  }
}

.container.partner {
  background: none !important;
  margin: 60px 0;
  padding: 0 16px !important;
}

.container.partner>h1 {
  color: #444444;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px 0;
}

@media (min-width: 992px) {
  .container.partner {
    margin: 60px auto;
    padding: 0 !important;
  }

  .container.partner>h1 {
    font-size: 32px;
    margin: 0 0 20px 0;
  }
}

.container.pf {
  background: none !important;
  margin: 60px 0;
  padding: 0 16px !important;
}

.container.pf>h1 {
  color: #444444;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.pf img {
  width: 100%;
}

.pf .row {
  margin: 0;
}

.pf .row>* {
  padding: 0;
}

@media (min-width: 992px) {
  .container.pf {
    margin: 60px auto;
    padding: 0 !important;
  }

  .container.pf>h1 {
    font-size: 32px;
    margin: 0 0 20px 0;
  }
}

.writing-modal .modal-header {
  border-bottom: 0;
  padding: 12px;
}

.writing-modal .modal-title {
  font-size: 16px;
}

.writing-modal .modal-header .btn-close {
  height: 20px;
  width: 20px;
}

.writing-modal .modal_body_area {
  border-top: 1px solid #898989;
  padding: 16px 0 0 0;
}

.writing-modal .modal-body {
  padding: 0 12px;
}

.writing-modal p {
  color: #444444;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  padding: 12px 0 0 0;
  text-align: center;
}

.writing-modal h6 {
  color: #444444;
  font-size: 14px;
  margin: 0 0 12px 0;
  text-align: center;
}

.star {
  display: flex;
}

.star li {
  color: #646464;
  /* padding:0px 10px; */
}

.star li.on {
  color: #88c5fe;
}

.star input[type="radio"] {
  display: none;
}

.star input[type="radio"]+label {
  vertical-align: middle;
  cursor: pointer;
  padding: 0px 10px;
}

.writing-modal .star {
  font-size: 20px;
  justify-content: center;
}

.writing-modal .input_area {
  width: 100%;
  margin: 20px 0 0 0;
}

.writing-modal .input_group {
  border-bottom: 1px solid #000;
  display: flex;
  margin: 12px 0;
}

.writing-modal .input_group label {
  border-bottom: 0;
  width: 45%;
}

.writing-modal .input_group input {
  margin: 0 0 0 8px;
}

.w_17 {
  width: 17% !important;
}

.writing-modal textarea {
  border: 1px solid #444;
  border-radius: 8px;
  margin: 12px 0;
  width: 100%;
}

.caution h4 {
  font-size: 14px;
  margin: 0 0 8px 0;
}

.caution h4::before {
  background: url(../img/icon/i_exclamation-circle.svg);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 4px 0 0;
  width: 12px;
}

.caution ul li {
  font-size: 12px;
}

.writing-modal .modal-footer {
  border-top: 0;
  justify-content: center;
}

.writing-modal .modal-footer button {
  background: #55acfd;
  border: 0;
  width: 70px;
}

@media (min-width: 1300px) {
  .writing-modal .modal-dialog {
    max-width: 1200px;
  }

  .writing-modal .modal-header {
    padding: 16px 40px;
  }

  .writing-modal .modal-title {
    font-size: 20px;
  }

  .writing-modal .modal-body {
    border-top: 1px solid #898989;
    margin: 0 40px;
  }

  .writing-modal .modal_body_area {
    border: 0;
    max-width: 600px;
    margin: 0 auto;
  }

  .writing-modal p {
    border: 0;
    font-size: 20px;
  }

  .writing-modal h6 {
    font-size: 16px;
  }

  .writing-modal .star {
    font-size: 24px;
  }
}

.review-modal .modal-body {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin: 0 12px 20px 12px;
  padding: 0;
}

.writing-modal .modal_review {
  border-bottom: 1px solid #898989;
  padding: 12px 0;
}

.writing-modal h5 {
  font-size: 15px;
  margin: 0 0 8px;
}

.writing-modal .data {
  display: flex;
}

.writing-modal .data>li {
  font-size: 14px;
  margin: 0 20px 0 0;
}

.writing-modal .data .star {
  font-size: 14px;
}

.modal_review_text {
  margin: 12px 0;
}

.modal_review_text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  text-align: left;
}

@media (min-width: 1300px) {
  .review-modal .modal-body {
    margin: 0 40px 40px 40px;
  }

  .writing-modal .modal_review {
    padding: 20px 0;
  }

  .writing-modal h5 {
    font-size: 18px;
  }

  .writing-modal .data>li {
    font-size: 16px;
  }

  .writing-modal .data .star {
    font-size: 16px;
  }

  .modal_review_text {
    margin: 20px 0;
  }

  .modal_review_text p {
    font-size: 16px;
  }
}

/* **************************************** *
 * About
 * **************************************** */
.about {
  position: relative;
}

.about .container {
  padding: 30px 16px 60px 16px !important;
  position: relative;
  max-width: 100%;
}

.about::before {
  background: url(../img/deco/bg_sc_left.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  z-index: 0;
}

.about .container::after {
  background: url(../img/deco/bg_sc_right.png) no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 200px;
  position: absolute;
  right: 0;
  width: 150px;
  z-index: -1;
}

.about h1 {
  color: #444444;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.about p {
  color: #000;
  font-size: 15px;
  margin: 0 0 20px 0;
}

.about h2 {
  color: #256bc2;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px 0;
  text-align: center;
}

.about_box {
  align-items: center;
  background: #f9f8f8;
  border: 2px solid #f1f1f1;
  border-radius: 100px;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 40px 28px;
}

.about_box li {
  display: flex;
  flex: 1;
  justify-content: center;
}

.about_box li dt {
  color: #256bc2;
  font-size: 16px;
  text-align: center;
}

.about_box li dd {
  color: #9b9b9b;
  font-size: 14px;
  text-align: center;
}

.about_box li.plus {
  color: #9b9b9b;
  flex: 0 0 auto;
  margin: 0 8px;
}

.trg {
  display: none;
}

@media (min-width: 992px) {
  .about::before {
    height: 400px;
    width: 300px;
  }

  .about .container {
    padding: 140px 16px 100px 16px !important;
    position: relative;
  }

  .about .container::after {
    display: none;
  }

  .about h1 {
    font-size: 52px;
    margin: 0;
  }

  .about p:nth-child(1) {
    font-size: 24px;
  }

  .about p {
    color: #000;
    font-size: 20px;
    margin: 0 0 20px 0;
  }

  .about .container-fluid {
    margin: 0 0 0 auto;
    max-width: 1280px;
    padding: 0 0 180px 0;
    position: relative;
  }

  .about .container-fluid .row {
    margin: 0;
  }

  .about .container-fluid .row>* {
    padding: 0;
  }

  .about h2 {
    font-size: 24px;
    width: 700px;
  }

  .about_box_wrap {
    align-items: center;
    background: #f9f8f8;
    border: 2px solid #f1f1f1;
    border-radius: 100px 0 0 100px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
  }

  .about_box {
    border: 0;
    box-shadow: none;
    min-width: 700px;
  }

  .about_box li dt {
    font-size: 20px;
  }

  .about_box li dd {
    font-size: 16px;
    font-weight: 400;
  }

  .trg {
    display: block;
    height: 100px;
    position: absolute;
    width: 114px;
  }

  .trg_1 {
    background: url(../img/deco/trg_1.png) no-repeat;
    top: -50%;
    right: 18%;
  }

  .trg_2 {
    background: url(../img/deco/trg_2.png) no-repeat;
    top: 11%;
    right: 27%;
  }

  .trg_3 {
    background: url(../img/deco/trg_1.png) no-repeat;
    bottom: 10%;
    right: 43%;
  }
}

@media (min-width: 1320px) {
  .about .container {
    padding: 140px 0 100px 0 !important;
  }
}

.address {
  background: #f9f9f9;
  position: relative;
}

.address::before {
  background: #444;
  content: "";
  display: inline-block;
  height: 140px;
  position: absolute;
  top: 0;
  width: 100%;
}

.address .container {}

.address .container::after {
  display: none;
}

.address h1 {
  color: #fff;
}

.address img {
  width: 100%;
}

.address_text {
  font-size: 14px !important;
  margin: 12px 0 0 0 !important;
}

@media (min-width: 992px) {
  .address::before {
    height: 280px;
  }

  .address::after {
    background: url(../img/deco/bg_sc_right.png) no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 400px;
    position: absolute;
    right: 0;
    width: 300px;
    z-index: 0;
  }

  .address .container {
    max-width: 1280px;
    padding: 60px 0 100px 0 !important;
  }

  .address h1 {
    margin: 0 0 20px 0;
  }

  .address_text.pc {
    display: flex !important;
    font-size: 16px !important;
    justify-content: space-between;
    margin: 12px 0 0 0 !important;
  }
}

/* **************************************** *
 * Servie Center
 * **************************************** */
.sc .container_wrap {
  background: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}

.sc .container {
  padding: 0 16px;
}

.sc .container h1 {
  color: #444444;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.sc .notice_wrap ul {
  border-top: 1px solid #b3b3b3;
}

.sc .notice_wrap ul li {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  color: #646464;
  font-size: 14px;
  padding: 12px 0;
}

.sc .notice_pagination ul {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  width: 100%;
}

.sc .notice_pagination li {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin: 0 2px;
}

.sc .notice_pagination .prev,
.sc .notice_pagination .next {
  background: #b3b3b3;
  border-radius: 4px;
  color: #fff;
  padding: 4px 16px;
}

.sc .notice_pagination .prev {
  margin: 0 8px 0 0;
}

.sc .notice_pagination .next {
  margin: 0 0 0 8px;
}

.sc .notice_pagination .prev span,
.sc .notice_pagination .next span {
  font-size: 10px;
}

.sc .notice_pagination .prev span {
  margin: 0 4px 0 0;
}

.sc .notice_pagination .next span {
  margin: 0 0 0 4px;
}

.sc .sub_cont_body {
  background: #f9f9f9;
}

@media (min-width: 992px) {
  .sc .container_wrap {
    padding: 0;
    position: relative;
    z-index: 2;
  }

  .sc .sub_cont_top {
    margin: 0 auto;
    max-width: 1280px;
  }

  .sc .container h1 {
    font-size: 32px;
    margin: 0;
  }

  .sc .notice_wrap {
    background: #fff;
    height: auto;
  }

  .sc .container.pc {
    padding: 0;
  }

  .cont_title.type2 {
    display: flex;
    justify-content: space-between;
  }

  .cont_title.type2 button {
    margin: 0;
    width: 70px !important;
  }

  .sc .cont_left {
    padding: 32px;
  }

  .sc .cont_right {
    padding: 32px;
  }

  .sc .notice_wrap ul {
    border-top: 0;
  }

  .sc .notice_wrap ul li {
    font-size: 16px;
  }

  .sc .notice_wrap ul li:last-child {
    border-bottom: 0;
  }

  .sc .notice_pagination .prev,
  .sc .notice_pagination .next {
    justify-content: center;
    width: 30%;
  }

  .sc .notice_pagination .prev {
    margin: 0 auto 0 0;
  }

  .sc .notice_pagination .next {
    margin: 0 0 0 auto;
  }

  .sc .input_wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .sc .input_wrap .input_group.type2:nth-child(1) {
    width: 30%;
  }

  .sc .input_wrap .input_group.type2:nth-child(2) {
    width: 60%;
  }
}

/* **************************************** *
 * Servie
 * **************************************** */
.service {
  position: relative;
}

.service::before {
  background: url(../img/deco/bg_sc_left.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 200px;
  position: absolute;
  top: 0;
  width: 130px;
  z-index: 1;
}

.service::after {
  background: url(../img/deco/bg_sc_right.png) no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 200px;
  position: absolute;
  right: 0;
  width: 130px;
  z-index: 0;
}

.service .sub_cont_body {
  padding: 30px 0 60px 0;
}

.service .container {
  padding: 0 16px;
}

.service h1 {
  color: #444444;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.service .title_desc {
  color: #000;
  font-size: 16px;
  margin: 0 0 16px 0;
}

.service .box_color .box {
  background: #ecebeb;
}

.service .box.op {
  padding: 24px 0;
}

.service .box {
  background: #f3f3f3;
}

.service .row>* {
  padding: 8px;
}

@media (min-width: 992px) {
  .service::before {
    height: 400px;
    width: 300px;
  }

  .service::after {
    height: 400px;
    width: 300px;
  }

  .service .sub_cont_body {
    padding: 100px 0 100px 0;
  }

  .service h1 {
    font-size: 60px;
    margin: 0;
  }

  .service .title_desc {
    font-size: 20px;
  }

  .box_wrap .col-4 {
    width: 11.11111%;
  }
}

.tab_container {
  margin: 60px 0 0 0;
}

.tab_container .nav {
  justify-content: space-between;
  padding: 0 16px;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item {
  width: 20%;
}

.nav-tabs .nav-link {
  border: 1px solid #585858;
  border-bottom: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #585858;
  font-weight: 400;
  font-size: 12px;
  flex: 1;
  padding: 8px 0;
  width: 100%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #000;
  border: 1px solid #000;
  border-bottom: 0;
  color: #fff;
}

.tab-content-wrap {
  background: #f9f9f9;
}

.tab-content .row {
  margin: 0;
}

.tab-content .row>* {
  padding: 0 16px;
}

.tab_text {
  padding: 30px 16px !important;
}

.tab_text>h1 {
  color: #5a5a5a;
  font-size: 32px;
}

.tab_text>p {
  color: #000;
  font-size: 14px;
  margin: 0 0 30px 0;
}

.tab_text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab_text ul li {
  border: 1px solid #cbcbcb;
  color: #7b7b7b;
  font-size: 12px;
  margin: 4px;
  padding: 4px;
  text-align: center;
  width: 22%;
}

.process_wrap {
  background: #f3f3f3;
  border-top: 1px solid #f1f1f1;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.process {
  padding: 30px 0;
}

.process ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
}

.process ul li {
  color: #000;
  font-size: 12px;
  padding: 4px;
  position: relative;
  text-align: center;
  width: 33.3%;
}

.process.type2 ul {
  justify-content: center;
}

.process.type2 ul li {
  width: 25%;
}

.process ul li::after {
  background: url(../img/icon/i_right.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(-50%);
  width: 12px;
}

.process ul li:last-child::after {
  display: none;
}

.process_img {
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.process_img img {
  width: 100%;
}

@media (min-width: 576px) {

  .tab_container .nav,
  .process,
  .process_img,
  .tab-content .row {
    margin: 0 auto;
    max-width: 540px;
  }

  .tab-content .row {
    margin: 0 auto;
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .tab_container .nav,
  .process,
  .process_img,
  .tab-content .row {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .tab_container .nav,
  .process,
  .tab-content .row {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .tab_container .nav,
  .process,
  .tab-content .row {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .tab_container .nav,
  .process,
  .tab-content .row {
    max-width: 1280px;
  }
}

@media (min-width: 992px) {
  .nav-tabs .nav-link {
    font-size: 16px;
  }

  .tab-content-wrap {
    margin: 40px 0;
  }

  .tab_text {
    display: flex;
    flex-direction: column;
    padding: 0 16px !important;
  }

  .tab_text>h1 {
    font-size: 40px;
    margin: 0 0 20px 0;
  }

  .tab_text>p {
    font-size: 18px;
  }

  .tab_text ul {
    margin: auto 0 0 0;
  }

  .tab_text ul li {
    font-size: 16px;
  }

  .process_img img {
    object-fit: cover;
    height: 340px;
  }

  .process_wrap {
    background: #f3f3f3;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border: 1px solid #f1f1f1;
    border-top: 0;
    margin: 0 0 0 auto;
    max-width: 1600px;
    position: relative;
    z-index: 10;
  }

  .process {
    margin: 0 auto 0 0;
    padding: 40px 16px;
  }

  .process ul {
    width: 100%;
  }

  .process ul li {
    font-size: 16px;
    line-height: 1.2;
    padding: 0;
    width: 16.666666%;
  }

  .process.type2 ul {
    justify-content: center;
  }

  .process.type2 ul li {
    width: 14.285%;
  }

  .process ul li::after {
    background: url(../img/icon/i_right.png) no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 16px;
    position: absolute;
    right: -10px;
    top: 33%;
    transform: translate(-50%);
    width: 16px;
  }
}

/* **************************************** *
 * Product
 * **************************************** */
.product .container {
  padding: 0 16px !important;
}

.product .sub_cont_top {
  align-items: center;
  background: #55acfd;
  display: flex;
  padding: 12px 16px;
}

.product .sub_cont_top h1 {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  margin: 0 8px 0 0;
}

.product .sub_cont_top h1::before {
  background: url(../img/icon/i_right_w.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 8px 0 0;
  width: 6px;
}

.product .sub_cont_top img {
  height: 20px;
  margin: 0 0 0 12px;
}

.product_wrap {
  padding: 24px 0 40px 0;
}

.product_wrap p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 12px 0;
}

.product_wrap ul {
  padding: 0 0 0 20px;
}

.product_wrap ul li {
  font-size: 14px;
  font-weight: 400;
  list-style: disc;
}

.product_wrap h6 {
  color: #000;
  font-size: 14px;
}

.product_box {
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  margin: 24px 0 0 0;
}

.product_box img {
  border-radius: 8px;
  object-fit: cover;
}

.swiper_area {
  margin: 0 0 12px 0;
  position: relative;
}

.product_top {
  margin: 0 0 24px 0;
  width: 100%;
}

.product_top img {
  height: 180px;
}

.product_bot {
  width: 90%;
}

.product_bot img {
  height: 90px;
}

@media (min-width: 992px) {
  .product .container {
    max-width: 920px !important;
    padding: 0 !important;
  }

  .product .sub_cont_top {
    display: none;
  }

  .product .sub_cont_top h1 {
    border-top: 1px solid #000;
    font-size: 28px;
    margin: 100px 0 0;
    padding: 12px 16px;
  }

  .product .sub_cont_top h1::before {
    height: 20px;
    margin: 0 12px 0 0;
    width: 12px;
  }

  .product .sub_cont_top img {
    height: 32px;
  }

  .product_wrap {
    padding: 100px 0 100px 0;
  }

  .product_wrap p {
    font-size: 24px;
    margin: 0 0 16px 0;
  }

  .product_wrap ul li {
    font-size: 20px;
  }

  .product_box {
    background: #fff;
    border-radius: 12px;
    padding: 36px 40px;
    margin: 32px 0 0 0;
  }

  .product_top {
    margin: 0 0 24px 0;
    width: 95%;
  }

  .product_top img {
    height: 500px;
  }

  .product_bot {
    width: 100%;
  }

  .product_bot img {
    height: 100%;
  }

  .product_name {
    background: #55acfd;
    height: 168px;
    left: 60px;
    position: absolute;
    top: 0;
    width: 400px;
  }

  .product_name .logo {
    margin: 40px 20px 34px 20px;
  }

  .product_name h1::before {
    background: url(../img/icon/i_right_w.png) no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 20px;
    margin: 0 8px 0 0;
    width: 12px;
  }

  .product_name h1 {
    align-items: center;
    border-top: 1px solid #000;
    color: #fff;
    display: flex;
    font-size: 28px;
    font-weight: 700;
    padding: 16px 20px;
  }

  .product_name h1 img {
    height: 32px;
    margin: 0 0 0 12px;
  }
}

@media (min-width: 1200px) {
  .product .container {
    max-width: 1100px !important;
  }
}

@media (min-width: 1400px) {
  .product .container {
    max-width: 1240px !important;
  }
}

@media (min-width: 1740px) {
  .product .container {
    max-width: 1720px !important;
  }
}

.product_box_2 {
  margin: 24px 0 0 0;
}

.product_list {
  background: #fff;
  border-radius: 8px;
  margin: 0 0 20px 0;
  padding: 16px;
}

.product_list .row {
  margin: 0;
}

.product_list h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px 8px;
}

.b_tl_r {
  border-top-left-radius: 8px;
}

.b_tr_r {
  border-top-right-radius: 8px;
}

.b_bl_r {
  border-bottom-left-radius: 8px;
}

.b_br_r {
  border-bottom-right-radius: 8px;
}

.product_item {
  padding: 4px;
}

.product_item img {
  width: 100%;
}

.ani_box {
  align-items: center;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  padding: 12px 0;
}

.ani_box img {
  width: 50%;
}

@media (min-width: 992px) {
  .product_box_2 {
    background: #fff;
    border-radius: 8px;
    padding: 20px 0;
  }

  .product_list {
    background: none;
  }

  .product_list h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 8px;
  }

  .product_box_2 .col-lg-6 {
    padding: 0 30px;
  }

  .product_list .col-4 {
    padding: 0;
  }

  .product_item img {
    height: 100%;
  }

  .ani_box {
    height: 100%;
  }

  .ani_box img {
    height: auto;
    width: 50%;
  }
}

@media (min-width: 1800px) {
  .ani_box {
    padding: 19px 0;
  }
}

/* PC에서 공통적으로 사용하는 스타일들  */
.content_04,
.content_05,
.content_06,
.content_07 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.content_04::before,
.content_05::before,
.content_06::before,
.content_07::before {
  position: absolute;
  content: "";
  background: #000;
  width: 1px;
  height: 100%;
  left: 565px;
}

/* @media (min-width: 3000px) {

  .content_04::before,
  .content_05::before,
  .content_06::before,
  .content_07::before {
    position: absolute;
    content: "";
    background: #000;
    width: 1px;
    height: 100%;
    left: 1000px;
  }

  .content_07::before {}
} */

@media (max-width: 1600px) {

  .content_04::before,
  .content_05::before,
  .content_06::before,
  .content_07::before {
    position: absolute;
    content: "";
    background: #000;
    width: 1px;
    height: 100%;
    left: 450px;
    /* left: 650px; */
  }
}

@media (max-width: 1280px) {
  /* .content_04::before {
    position: absolute;
    content: "";
    background: #000;
    width: 1px;
    height: 100%;
    top: 0;
    left: 300px;
  } */

  .content_04::before,
  .content_05::before,
  .content_06::before,
  .content_07::before {
    position: absolute;
    content: "";
    background: #000;
    width: 1px;
    height: 100%;
    left: 300px;
    /* left: 500px; */
  }
}

@media (max-width: 992px) {

  .content_04::before,
  .content_05::before,
  .content_06::before,
  .content_07::before {
    content: none;
  }
}

.section_08 {
  position: relative;
}

/* 전체보기 / 상세보기 공통 스타일 적용  */
.view_all_wrap_link,
.view_all_wrap_link:hover {
  text-decoration: none;
  cursor: pointer;
}

.section_02 .view_all_wrap_link {
  align-self: center;
}

.section_05 .view_all_wrap_link {
  align-self: flex-end;
}

.view_all_wrap {
  width: 118px;
  height: fit-content;

  display: flex;
  justify-content: space-between;
  align-items: center;

  position: relative;
  cursor: pointer;

  z-index: 2;
  text-decoration: none;
}


.view_all_wrap img {
  width: 20px;
  height: auto;
  object-fit: contain;
}

.view_all_wrap>span {
  font-size: 16px;
  color: #000;
}

.view_all_wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 20px;
  background: #000;
  bottom: -8px;
  z-index: -1;
  transition: all 0.3s;
}

.view_all_wrap:hover {
  font-weight: 700;
}

.view_all_wrap:hover::after {
  background: #02ead7;
}

.section_04 .content_04 .view_all_wrap,
.section_05 .content_05 .view_all_wrap,
.section_06 .content_06 .view_all_wrap,
.section_07 .content_07 .view_all_wrap,
.section_08 .content_08 .view_all_wrap {
  margin-top: 50px;
}

/* @media (min-width: 3000px) {
  .view_all_wrap {
    width: 200px;
  }

  .view_all_wrap>span{
    font-size: 30px;
  }

  .view_all_wrap > img {
    width: 10%;
    height: auto;
  }
} */


@media (max-width: 992px) {
  .view_all_wrap {
    height: fit-content;
    align-self: flex-end;
  }

  .section_04 .content_04 .view_all_wrap {
    margin-left: 26px;
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .section_05 .content_05 .view_all_wrap {
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .view_all_wrap img {
    width: 12px;
  }
}

@media (max-width: 640px) {
  .section_04 .content_04 .view_all_wrap {
    margin-top: 0px;
  }

  .view_all_wrap::after {
    height: 4px;
    bottom: -4px;
  }

  .section_05 .content_05 .view_all_wrap {
    margin-top: 0px;
    margin-bottom: 0px
  }
}

@media (max-width: 500px) {
  .view_all_wrap {
    width: 100px;
    margin-top: 20px;
  }

  .view_all_wrap>span {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .view_all_wrap {
    width: 80px;
  }

  .view_all_wrap>span {
    width: 80px;
    font-size: 12px;
  }

  .view_all_wrap img {
    width: 10px;
    height: 10px;
    object-fit: contain;
  }
}



/* PC content 4 _ 7 공통 스타일 수정 */


/* @media (min-width: 3000px) {

  .section_04 .content_04 .left_wrap,
  .section_05 .content_05 .right_wrap,
  .section_06 .content_06 .left_wrap,
  .section_07 .content_07 .top_wrap .left_wrap {
    width: 25vw;
  }

  .section_04 .content_04 .left_wrap .title>span,
  .section_05 .content_05 .right_wrap .title>span,
  .section_06 .content_06 .left_wrap .title>span,
  .section_07 .content_07 .top_wrap .left_wrap .title>span {
    font-size: 84px;
  }

  .section_06 .content_06 .left_wrap .title>span {
    line-height: 90%
  }

  .section_04 .content_04 .left_wrap .title img,
  .section_05 .content_05 .right_wrap .title>img,
  .section_06 .content_06 .left_wrap .title>img,
  .section_07 .content_07 .top_wrap .left_wrap .title>img {
    width: 8%;
  }

  .section_04 .content_04 .left_wrap .sub_title,
  .section_05 .content_05 .right_wrap .sub_title,
  .section_06 .content_06 .left_wrap .sub_title,
  .section_07 .content_07 .top_wrap .left_wrap .sub_title {
    gap: 32px;
  }

  .section_04 .content_04 .left_wrap .sub_title>span:first-child,
  .section_05 .content_05 .right_wrap .sub_title>span:first-child,
  .section_06 .content_06 .left_wrap .sub_title>span:first-child,
  .section_07 .content_07 .top_wrap .left_wrap .sub_title>span:first-child {
    font-size: 62px;
  }

  .section_04 .content_04 .left_wrap .sub_title>span:last-child,
  .section_05 .content_05 .right_wrap .sub_title>span:last-child,
  .section_06 .content_06 .left_wrap .sub_title>span:last-child,
  .section_07 .content_07 .top_wrap .left_wrap .sub_title>span:last-child {
    font-size: 34px;
  }

  .section_04 .content_04 .left_wrap .more_info>span>a,
  .section_05 .content_05 .right_wrap .more_info>span>a,
  .section_06 .content_06 .left_wrap .more_info>span>a,
  .section_07 .content_07 .top_wrap .left_wrap .more_info>span>a {
    font-size: 30px;
  }
} */

#sentinelPC {
  height: 100px;
  width: 1px;
}

.footer_pc {
  display: none;
}