@font-face {
  font-family: 'Pretendard-bold';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-semibold';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-medium';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* 노말라이즈 */
body,
ul,
li,
h1, h2, h3, h4,
p, span {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

 /* 노말라이즈 끝 */

 /* 라이브러리 */
.border-red {
  border: 1px solid red;
}

.border-blue {
  border: 1px solid blue;
}

.border-black {
  border: 1px solid #000;
}

.border-green {
  border: 1px solid green;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.con {
  margin-left: auto;
  margin-right: auto;
  width: 1920px;
}

.img-box>img {
  width: 100%;
  display: block;
}

.text-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.text-box {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.title-name {
  font-size: 16px;
  font-weight: 600;
}

.tag > p {
  color: #FF4D4D;
}

.tag-box {
  border: 2px solid var(--color-main);
  padding: 4px 11px;
  border-radius: 3px;
}

.create_0, .create_27, .create_28, .create_29, .create_30, .create_38 {
  transform: translateX(100%);
  opacity: 0;
}

.create_7, .create_25, .create_31, .create_34, .create_36,
.create_40, .create_42, .create_44, .create_45, .create_46, .create_47 {
  transform: translateX(-100%);
  opacity: 0;
}

.create, .create_1, .create_5, .create_11, .create_12, .create_13, .create_18, .create_20, .create_23, .create_32, .create_35,
.create_37, .create_39, .create_41, .create_43,.create_48, .create_49, .create_50, .create_51, .create_52 {
  transform: translateY(100%);
  opacity: 0;
}

.create_24 {
  transform: translateY(30%);
  opacity: 0;
}

.create_2, .create_3, .create_4, .create_8, .create_9, .create_10, .create_21, .create_22, .create_26 {
  transform: translateY(-100%);
  opacity: 0;
}

.create_17 {
  transform: translate3d(100%, -100%, 0); 
  opacity: 0;
  will-change: clip-path;
}

.create_17 img {
  display: block;
}
.create_55 {
  transform: translateY(100%);
}

.create_53, .create_54 {
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
}

.create_14, .create_15, .create_56, .create_60 {
  opacity: 0;
}

.timeline_wrap {
  overflow: hidden;
}

img {
  width: 100%;
}
 /* 라이브러리 끝 */

/* 컬러칩 */
:root {
    --color-main: #FF4D4D;
    --color-background: #2E2F34;
    --color-fff: #FFF;
    --color-f0: #f0f0f0;
    --color-111: #111;
    --color-4B: #4B4B4B;
    --color-text: #555;
    --color-84: #848484;
    --color-B1: #B1B1B1;
    --color-C0: #C0C0C0;
    --color-D9: #D9D9D9;
}
/* 컬러칩 끝 */

/* 커스텀 */
html {
  font-family: 'Pretendard-Regular';

  /* 스크롤바 커스텀 시작 */


body::-webkit-scrollbar {
  width: 3px;
  height: 0;
}

body::-webkit-scrollbar-thumb {
  height: 15%;
  background: var(--color-main);
  border-radius: 10px;
}

body::-webkit-scrollbar-track {
  background: var(--color-D9);
}
.swiper-horizontal {
  touch-action: auto;
}
/* 스크롤바 커스텀 끝 */
}

/* <!-- 메인페이지 시작 --> */
.main {
  height: 1280px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  position: relative;
}

.main-text-box {
  width: 1920px;
  position: absolute;
  top: 0;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 38px 72px;
}

.main-text-box span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.main-text-box p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.main-img_line {
  position: absolute;
  overflow: hidden;
}

.main-img_back {
  height: 100%;
}

.main-img_back img {
  height: 100%;
}

.main-img_line-1 {
  right: -200px;
  top: 30%;
  /* top: 178px; */
}

.main-img_line-2 {
  right: 0;
  top: 513px;
}

.main-img_line-2 .main-text {
  position: absolute;
  top: 50px;
  left: 50px;
}
/* <!-- 메인페이지 끝 --> */

/* <!-- 오버뷰 시작 --> */
.sec-1 {
  height: 650px;
  position: relative;
  overflow: hidden;
}

.sec-1_text-wrap {
  justify-content: center;
  gap: 30px;
}

.sec-1_text-wrap .overView {
  color: var(--color-main);

}

.sec-1_text-wrap .sec-1_text-box {
  gap: 28px;
}

.sec-1_text-wrap .sec-1_text-box .overView_title {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-111);
}

.sec-1_text-wrap .sec-1_text-box .overView_text {
  font-size: 20px;
  font-weight: 400px;
  line-height: 26px;
  color: var(--color-text);
}

.sec-1_back-img {
  width: 1808px;
  position: absolute;
  bottom: -340px;
  left: 50%;
  transform: translateX(-50%);
}

 /* <!-- 오버뷰 끝 --> */

 /* <!-- 백그라운드 시작 --> */
.sec-2 {
  height: 1386px;
  /* background-color: var(--color-background); */
}

.sec-2 .sec-2_text-wrap {
  justify-content: center;
  height: 378px;
  gap: 28px;
}

.sec-2 .sec-2_text-wrap .background {
  color: var(--color-4B);
}
.sec-2 .sec-2_text-wrap .sec-2_text-box {
  gap: 8px;
}

.sec-2 .sec-2_text-wrap .background_text {
  font-size: 22px;
  font-weight: 400;
  color: var(--color-text);
}

.sec-2 .sec-2_text-wrap .background_title {
  font-size: 45px;
  font-weight: 700;
  color: var(--color-main);
}

.top-content {
  position: relative;
  width: 1580px;
  height: auto;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}

.top-content > .left-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 770px;
  height: 847px;
}

.top-content > .left-top > .top-box {
  position: relative;
  width: 100%;
  height: 383px;
  background-color: #F0F0F0;
  border-radius: 30px;
}

.top-content > .left-top > .top-box > .top-title {
  margin-top: 24px;
  margin-left: 40px;
}

.top-content > .left-top > .top-box > .top-title > span {
  font-size: 16px;
  font-weight: 500;
  color: #848484;
}

.top-content > .left-top > .top-box > .top-img {
  margin-top: 6px;
  margin-left: 260px;
  width: 309px;
  height: auto;
}

.top-content > .left-top > .top-box > .top-img > img {
  display: block;
  width: 100%;
}

/* 커피전문점 */
.top-content .top-text-1 {
  position: absolute;
  top: 113px;
  left: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.top-content .top-text-1 > .title {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  font-size: 28px;
  font-weight: 600;
  color: #FF4D4D;
}

.top-content .top-text-1 > .title > .sub {
  font-size: 18px;
  font-weight: 500;
}

.top-content .top-text-1 > .top-num {
  display: inline-block;
  width: auto;
  margin-top: 14px;
  /* align-self: flex-start; */
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #FF4D4D;
}

.top-content .top-text-1 > .top-num > span {
  font-size: 28px;
  color: #fff;
}

.top-content .dot-img-1 {
  position: absolute;
  top: 134px;
  left: 240px;
  width: 80px;
  height: auto
}

.top-content .dot-img-1 > img {
  display: block;
  width: 100%;
}

.top-content .label {
  display: flex;
  color: #848484;
}

/* 편의점 */
.top-content .store {
  position: absolute;
  top: 145px;
  right: 130px;
}

.top-content .store > .dot-img {
  width: 80px;
  height: auto;
  margin-top: 6px;
  margin-right: 16px;
}

.top-content .store > .dot-img > img {
  display: block;
  width: 100%;
}

.top-content .store > .store-text {
  display: flex;
  flex-direction: column;
}

.top-content .store > .store-text > .title {
  font-size: 18px;
  font-weight: 500;
}

.top-content .store > .store-text > .num {
  font-size: 10px;
  font-weight: 400;
  margin-top: 2px;
}

/* 치킨전문점 */
.top-content .chicken {
  position: absolute;
  bottom: 60px;
  right: 150px;
}

.top-content .chicken > .dot-img {
  width: 80px;
  height: auto;
  margin-top: 6px;
  margin-right: 16px;
}

.top-content .chicken > .dot-img > img {
  display: block;
  width: 100%;
}

.top-content .chicken > .chicken-text {
  display: flex;
  flex-direction: column;
}

.top-content .chicken > .chicken-text > .title {
  font-size: 18px;
  font-weight: 500;
}

.top-content .chicken > .chicken-text > .num {
  font-size: 10px;
  font-weight: 400;
  margin-top: 2px;
}

.top-content .top-total {
  position: absolute;
  bottom: 23px;
  right: 64px;
}

.top-content .top-total > p {
  font-size: 12px;
  color: #C0C0C0;
}

/* bottom 박스 */
.top-content .bottom-box {
  position: relative;
  width: 100%;
  height: 424px;
  background-color: #f0f0f0;
  border-radius: 30px;
}

.top-content .bottom-box > .bottom-title {
  margin-top: 24px;
  margin-left: 40px;
}

.top-content .bottom-box > .bottom-title > span {
  font-size: 16px;
  font-weight: 500;
  color: #848484;
}
.top-content .bottom-box > .bottom-total {
  margin-top: 6px;
  margin-left: 40px;
  margin-bottom: 50px;
}

.top-content .bottom-box > .bottom-total > p {
  font-size: 12px;
  color: #C0C0C0;
}

.top-content .b-right {
  position: absolute;
  top: 24px;
  right: 84px;
  display: flex;
  align-items: center;
}

.top-content .b-right > .korea {
  display: flex;
  align-items: center;
  width: 8px;
  height: 8px;
  background-color: #FF4D4D;
}

.top-content .b-right > .korea > p {
  margin-left: 20px;
  font-size: 18px;
  color: #FF4D4D;
}

.top-content .b-right > .global {
  display: flex;
  align-items: center;
  margin-left: 60px;
  width: 8px;
  height: 8px;
  background-color: #C0C0C0;
}

.top-content .b-right > .global > p {
  margin-left: 20px;
  font-size: 18px;
  color: #C0C0C0;
}


.bottom-content {
  width: 602px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 50px;
}

.bottom-content .left {
  text-align: center;
}

.bottom-content .left-gf .k-total p {
  margin-bottom: 4px;
  font-size: 18px;
  color: #FF4D4D;
}

.bottom-content .left-gf {
  display: flex;
  align-items: flex-end;
}

.bottom-content .left-gf .k-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-right: 12px;
}

.bottom-content .left-gf .k-total .box {
  width: 50px;
  height: 174px;
  border-radius: 6px 6px 0 0;
  background-color: #FF4D4D;
}

.bottom-content .left-gf > .g-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bottom-content .left-gf > .g-total > p {
  font-size: 18px;
  color: #d9d9d9;
}

.bottom-content .left-gf > .g-total > .box {
  width: 50px;
  height: 104px;
  border-radius: 6px 6px 0 0;
  background-color: #d9d9d9;
}

.bottom-content > .left-1 .since {
  margin-top: 7px;
  font-size: 18px;
  color: #555555;
}



.bottom-content .left-gf-2 > .k-total > p {
  margin-bottom: 4px;
  font-size: 18px;
  color: #FF4D4D;
}


.bottom-content .left-gf-2 > .k-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-right: 12px;
}

.bottom-content .left-gf-2 > .k-total > .box {
  width: 50px;
  height: 190px;
  border-radius: 6px 6px 0 0;
  background-color: #FF4D4D;
}

.bottom-content .left-gf-2 > .g-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bottom-content .left-gf-2 > .g-total > p {
  font-size: 18px;
  color: #d9d9d9;
}

.bottom-content .left-gf-2 > .g-total > .box {
  width: 50px;
  height: 105px;
  border-radius: 6px 6px 0 0;
  background-color: #d9d9d9;
}

.bottom-content > .left-2 .since {
  margin-top: 7px;
  font-size: 18px;
  color: #555555;
}


.bottom-content .left-gf-3 > .k-total > p {
  margin-bottom: 4px;
  font-size: 18px;
  color: #FF4D4D;
}


.bottom-content .left-gf-3 > .k-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-right: 12px;
}

.bottom-content .left-gf-3 > .k-total > .box {
  width: 50px;
  height: 201px;
  border-radius: 6px 6px 0 0;
  background-color: #FF4D4D;
}

.bottom-content .left-gf-3 > .g-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bottom-content .left-gf-3 > .g-total > p {
  font-size: 18px;
  color: #d9d9d9;
}

.bottom-content .left-gf-3 > .g-total > .box {
  width: 50px;
  height: 105px;
  border-radius: 6px 6px 0 0;
  background-color: #d9d9d9;
}

.bottom-content > .left-3 .since {
  margin-top: 7px;
  font-size: 18px;
  color: #555555;
}


.bottom-content .left-gf-4 > .k-total > p {
  margin-bottom: 4px;
  font-size: 18px;
  color: #FF4D4D;
}


.bottom-content .left-gf-4 > .k-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-right: 12px;
}

.bottom-content .left-gf-4 > .k-total > .box {
  width: 50px;
  height: 212px;
  border-radius: 6px 6px 0 0;
  background-color: #FF4D4D;
}

.bottom-content .left-gf-4 > .g-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bottom-content .left-gf-4 > .g-total > p {
  font-size: 18px;
  color: #d9d9d9;
}

.bottom-content .left-gf-4 > .g-total > .box {
  width: 50px;
  height: 106px;
  border-radius: 6px 6px 0 0;
  background-color: #d9d9d9;
}

.bottom-content > .left-4 .since {
  margin-top: 7px;
  font-size: 18px;
  color: #555555;
}


.right-box {
  position: relative;
  width: 770px;
  height: 847px;
  background-color: #f0f0f0;
  border-radius: 30px;
}

.right-box > .right-title {
  margin-top: 24px;
  margin-left: 40px;
}

.right-box > .right-title > span {
  font-size: 16px;
  font-weight: 500;
  color: #848484;
}

.right-box .bg-line {
  position: absolute;
  top: 176px;
  left: 67px;
  width: 636px;
  height: auto;
  margin: 0 auto;
}

.right-box .bg-line svg {
  width: 100%;
  height: 100%;
  transform: rotate(3deg);
  transform-origin: left bottom;
}

.right-box .bg-line path {
  stroke-dasharray: 1000;    /* 전체 길이 */
  stroke-dashoffset: 1000;   /* 숨김 상태 시작 */
  animation: drawLine 2.5s ease-out forwards;
}

/* @keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
} */

/* .right-box .bg-line > img {
  display: block;
  width: 100%;
} */

.right-box > .gf-bg {
  position: absolute;
  top: 215px;
  left: 67px;
  width: 637px;
  height: 391px;
  margin: 0 auto;
}

.right-box > .gf-bg > img {
  display: block;
  width: 100%;
}

.right-box > .right-up {
  position: absolute;
  top: 188px;
  left: 67px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #FF4D4D;
}

.right-box > .right-up > .up {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}

.right-box > .num {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.right-box > .num p {
  font-size: 16px;
  font-weight: 400;
  color: #FF4D4D;
}

.right-box > .num .dot-img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.right-box > .num .dot-img img {
  display: block;
  width: 100%;
}

.right-box > .num-1 {
  position: absolute;
  top: 324px;
  left: 47px;
}

.right-box > .num-2 {
  position: absolute;
  top: 284px;
  left: 205px;
}

.right-box > .num-3 {
  position: absolute;
  top: 260px;
  left: 363px;
}

.right-box > .num-4 {
  position: absolute;
  top: 235px;
  right: 206px;
}

.right-box > .num-5 {
  position: absolute;
  top: 204px;
  right: 47px;
}

.right-box .bottom-since {
  position: absolute;
  bottom: 200px;
  left: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 114px;
}

.right-box .bottom-since > span {
  font-size: 18px;
  color: #555555
}

.right-box .total {
  position: absolute;
  bottom: 120px;
  right: 62px;
}

.right-box .total > p {
  font-size: 12px;
  color: #C0C0C0;
}
  /* <!-- 백그라운드 끝 --> */

  /* <!-- 데스크 리서치 시작 --> */
  .sec-3 {
    height: 1190px;
    background-color: var(--color-background);
    position: relative;
    overflow: hidden;
  }
  
  .sec-3_text-wrap {
    justify-content: center;
    gap: 28px;
    height: 414px;
  }
  
  .sec-3_text-wrap .desk-research {
    color: var(--color-D9);
  }
  
  .sec-3_text-wrap .sec-3_text-box {
    gap: 16px;
  }
  
  .sec-3_text-wrap .sec-3_text-box .desk-re_title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-main);
  }
  
  .sec-3_text-wrap .sec-3_text-box .desk-re_text {
    font-size: 18px;
    font-weight: 500px;
    line-height: 26px;
    color: var(--color-f0);
  }
  .sec-3_img-wrap {
    height: 437px;
  }

  .sec-3 .desk-re_back-img img {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translateX(-50%);
    width: 2074px;
  }

  .sec-3_img-wrap .desk-re_img-box {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  gap: 42px;
  }

  .desk-re_img-box .desk-re_user {
    width: 768px;
    height: 438px;
    flex-direction: column;
    gap: 42px;
  } 

.desk-re-line-img {
  height: 48px;
}

.desk-re-line-img-2 {
  margin-top: 10px;
}

.desk-re_img-box .desk-re_user li {
  width: 768px;
  height: 118px;
  background-color: var(--color-f0);
  border-radius: 14px;
  display: flex;
  gap: 28px;
  padding: 35px 53px;
  box-sizing: border-box;
  white-space: nowrap;
}

.desk-re_img-box .desk-re_user li:nth-child(2) {
  padding: 23px 39px;
}

.desk-re_img-box .desk-re_user li:nth-child(2) .sec-3_img-title {
  margin-top: 16px;
}

.desk-re_img-box .desk-re_user li .sec-3_img-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-4B);
  text-align: right;
}
.desk-re_img-box .desk-re_user li p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  color: var(--color-4B);
}

.desk-re_img-box .desk-re_user li p span {
  font-weight: 700;
  color: var(--color-main);
}

.desk-re_img-box .li2 {
  width: 770px;
  height: 438px;
  background-color: var(--color-f0);
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 30px 44px;
  gap: 34px;
}

.desk-re_img-box .li2 .sec-3_img2-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-4B);
}

.desk-re_img-box .li2 .sec-3_img-text {
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.desk-re_img-box .li2 .sec-3_img-text p {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text);
}

.sec-3_img-wrap .desk-re_img-line .img-line {
  justify-content: center;
  gap: 790px;
  overflow: hidden;
}

.sec-3_img-wrap .desk-re_sum-wrap {
  height: 150px;
}

.sec-3_img-wrap .desk-re_sum-wrap .sum-box {
  display: flex;
  justify-content: center;
  height: 100%;
  gap: 42px;
}

.sec-3_img-wrap .desk-re_sum-wrap .sum-box li {
  margin-top: 72px;
}

.sec-3_img-wrap .desk-re_sum-wrap .sum-box span {
  font-size: 24px;
  color: var(--color-main);
  font-weight: 700;
  background-color: var(--color-f0);
  border: 1px solid #FF4D4D;
  border-radius: 50px;
  opacity: 0;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__zoomIn {
animation: zoomIn 1.2s ease-out  forwards;
}
.sec-3_img-wrap .desk-re_sum-wrap .sum-box .span1 {
padding: 28px 216px;
}

.sec-3_img-wrap .desk-re_sum-wrap .sum-box .span2 {
  padding: 28px 272px;
  }
  /* <!-- 데스크 리서치 끝 --> */

/* <!-- 유저 리서치 시작 --> */
.sec-4 {
  height: 1004px;
  background-color: var(--color-background);
  background-image: url(./imgs/user-re_img1.png);
  background-size: cover;
  background-position: 50% -50%;
  background-repeat: no-repeat;
  position: relative;
}

.user-re_back-img {
  width: 1049px;
  height: 699px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.sec-4_text-wrap {
  justify-content: center;
  height: 414px;
  gap: 28px;
}

.sec-4_text-wrap .user-research {
  color: var(--color-f0);
}

.sec-4_text-wrap .sec-4_text-box {
  gap: 16px;
}

.sec-4_text-wrap .sec-4_text-box .user-re_title {
  font-size: 45px;
  font-weight: 700;
  color: var(--color-fff);

}

.sec-4_text-wrap .sec-4_text-box .user-re_text {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-D9);
  line-height: 24px;
}

.sec-4_contents-wrap {
  height: calc(1004px - 414px);
}

.sec-4_contents-wrap .user-re_content-box {
  justify-content: center;
  height: 100%;
  gap: 40px;
}

.sec-4_contents-wrap .user-re_content-box .user-re_content-item-box {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 42px;
  background-color: rgba(28, 28, 28, .6);
  border-radius: 14px;
  padding: 65px 66px;
}

.sec-4_contents-wrap .user-re_content-box .user-re_span-box {
  background-color: var(--color-main);
  border-radius: 14px;
  padding: 20px 54px;
  justify-content: center;
}
.sec-4_contents-wrap .user-re_content-box .user-re_span-box-3 {
  padding: 20px 51px;
}
.sec-4_contents-wrap .user-re_content-box .user-re_item-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-f0);
  text-align: center;
  white-space: nowrap;
}

.user-re_item-img {
  width: 15px;
  height: 12px;
  margin-top: 6px;
  margin-right: 6px;
}

.sec-4_contents-wrap .user-re_content-box .user-re_item-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  color: var(--color-D9);
  text-align: center;
}

/* <!-- 유저 리서치 끝 --> */

/* <!-- 페르소나 시작 --> */
.sec-5 {
  height: 1296px;
  background-color: var(--color-main);
}

.sec-5_text-box {
  justify-content: center;
  align-items: center;
  height: 260px;
}

.sec-5_text-box .persona {
  font-size: 28px;
  color: var(--color-f0);
}

.sec-5_text-box .persona img {
  width: 20px;
  height: 20px;
}

.perso_content-box .perso_content-item {
  position: relative;
  justify-content: center ;
  align-items: center;
  gap: 60px;
  opacity: 0;
  transform: translateY(100px);
}

.perso_content-box .perso_skill-box .skill-title {
  font-size: 12px;
  font-weight: 700;
  /* color: var(--color-main); */
  color: var(--color-main);
}

.perso_content-box .perso_skill-box {
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 32%;
  gap: 20px;
  margin-left: 50px;
}
.perso_content-box .perso_skill-box .skill {
  padding: 18px 26px;
}
.perso_content-box .perso_skill-box .bar {
  position: relative;
  width: 246px;
  height: 20px;
  margin: 6px 0;
}

.perso_content-box .perso_skill-box .bar::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 246px;
  height: 2px;
  background-color: #FFCECE;
}
.perso_content-box .perso_skill-box .bar .dot {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.perso_content-box .perso_skill-box .bar .dot img {
margin-top: 3px;
}

.perso_content-box .perso_skill-box .skill-lv {
  justify-content: space-between;
}

.perso_content-box .perso_skill-box .low {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-main);
}

.perso_content-box .perso_skill-box .high {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-main);
}

.perso_content-box .perso_content-item li .perso_img {
  width: 700px;
  height: 844px;
}

.animate__slideInUp {
  animation: slideInUp 0.8s ease-out forwards; /* forwards로 최종 상태 유지 */
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* <!-- 페르소나 끝 --> */

/* <!-- 저니맵 시작 --> */
.sec-6 {
  height: calc(1219px + 1219px);
  background-color: var(--color-background);
  padding: 106px 0 140px 0;
  box-sizing: border-box;
}

.j-map_img-box {
  flex-direction: column;
}

.j-map_img-box .j-map_img1 {
  margin-bottom: 132px;
  margin-left: auto;
}

.j-map_img-box .j-map_img2 {
  margin-top: 106px;
  margin-right: auto;
}

/* <!-- 저니맵 끝 --> */

/* <!-- 프로토타입 테스팅 시작 --> */
.sec-7 {
  height: calc(1464px + 1132px + 1132px);
  background-color: var(--color-background);
  box-sizing: border-box;
  padding: 160px 180px 120px 180px;
}
.sec-7_text-wrap {
  gap: 28px;
  height: calc(108px + 144px);
}

.sec-7_text-wrap .Usability-Testing {
  color: var(--color-f0);
  font-size: 16px;
  font-weight: 600;
}

.sec-7_text-wrap .sec-7_text-box {
  gap: 16px;
}

.sec-7_text-wrap .sec-7_text-box .usab-te_title {
  color: var(--color-main);
  font-size: 45px;
  font-weight: 700;
}

.sec-7_text-wrap .sec-7_text-box .usab-te_text {
  color: var(--color-D9);
  font-size: 18px;
  font-weight: 500;
}

.usab-te_img-wrap {
  flex-direction: column;
  gap: 200px;
}

.usab-te_img-wrap .usab-te_img-box {
  place-items: center;
  overflow: visible;
  position: relative;

}

.usab-te_img-wrap .usab-te_img-box .usab-te_img-item {
  width: 750px;
  height: 932px;
  border-radius: 30px;
}

.usab-te_img-wrap .usab-te_img-box .usab-te_img-item-1 {
  grid-area: 1/1;
  will-change: transform, opcity, filter;
  opacity: 1;
  z-index: 2;
  background-color: #373737;
}

.usab-te_img-wrap .usab-te_img-box .usab-te_img-item-2 {
  background-color: var(--color-text);
  grid-area: 1/1;
  will-change: transform, opcity, filter;
  opacity: 0;
  filter: blur(2px);
  z-index: 1;
}
.usab-te_img-wrap .usab-te_img-box .usab-te_img-item li {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.usab-te_img-wrap .usab-te_img-box .usab-te_arrow-box {  
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.usab-te_img-wrap .usab-te_img-box .usab-te_img-item_text {
  height: 250px;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  text-align: center;
  align-items: center;
}

.usab-te_img-box .usab-te_img-item_text span {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 16px;
  border-radius: 20px;
  width: 72px;
}

.usab-te_img-box .usab-te_img-item_text-1 span {
  color: var(--color-fff);
  opacity: 60%;
  border: 1px solid var(--color-text);
}

.usab-te_img-box .usab-te_img-item_text-2 .sec-7_img-tiile {
  color: var(--color-fff);
  background-color: var(--color-main);
} 

.usab-te_img-box .usab-te_img-item_text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
}

.usab-te_img-box .usab-te_img-item_text-1 p {
  color: var(--color-B1);
}

.usab-te_img-box .usab-te_img-item_text-2 p {
  color: var(--color-fff);
}

.usab-te_img-box .usab-te_img-item_text-2 p span {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-main);
}

.usab-te_img-box .usab-te_img-item .usab-te_img-item-img {
  width: 624px;
  height: 570px;
}

/* <!-- 프로토타입 테스팅 끝 --> */

/* <!-- 벤치마킹 시작 --> */
.sec-8  {
  height: 1286px;
  background-color: var(--color-background);
}

.sec-8_text-wrap {
  gap: 28px;
  height: 400px;
  justify-content: center;
}

.sec-8_text-wrap .benchimarking {
  color: var(--color-f0);
}

.sec-8_text-wrap .sec-8_text-box {
  gap: 16px;
}

.sec-8_text-wrap .sec-8_text-box .benchi-mk_title {
  color: var(--color-main);
  font-size: 45px;
  font-weight: 700;
}

.sec-8_text-wrap .sec-8_text-box .benchi-mk_text {
  color: var(--color-D9);
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
}

table {
  border-collapse: collapse; /* 셀 경계선 합치기 */
  border-spacing: 0;         /* 셀 사이 여백 제거 */
}

.benchi-mk_table {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.benchi-mk_table .benchi-mk_table-title {
  background-color: var(--color-text);
  border-radius: 14px 14px 0 0 ;
}

.benchi-mk_table .benchi-mk_table-title th {
  display: flex;
  flex-direction: column; /* 위아래 배치 */
  align-items: center;    /* 가운데 정렬 */
  justify-content: center;
  box-sizing: border-box;
  gap: 14px;
}

.benchi-mk_table .benchi-mk_table-title tr{
  font-size: 17px;
  color: var(--color-f0);
  font-weight: 700;
  line-height: 27.2px;
  letter-spacing: -1.1;
}

.benchi-mk_table .benchi-mk_table-title tr th {
  box-sizing: border-box;
  width: 304px;
  height: 146px;
}

.benchi-mk_table .benchi-mk_table-text {
  background-color: var(--color-text);
  border-radius: 0 0 0 14px;
}

.benchi-mk_table .benchi-mk_table-text td {
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  letter-spacing: -1.1;
  color: var(--color-f0);
  width: 304px;
  height: 146px;
  text-align: center;
  box-sizing: border-box;
  background-color: var(--color-background);
}

.benchi-mk_table .benchi-mk_table-text td span {
  font-weight: 700;
}

.benchi-mk_table tr .benchi-mk_table-sub {
  color: var(--color-f0);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -1.1;
  width: 304px;
  height: 146px;
  background-color: var(--color-text);
  text-align: center;
  box-sizing: border-box;
}

.benchi-mk_table tr:last-child  .benchi-mk_table-sub{
  border-radius: 0 0 0 14px;
}

.benchi-mk_table tr .benchi-mk_table-sub .benchi-mk_span-sub {
  font-size: 14px;
  font-weight: 500;
  color: #848484;
  letter-spacing: -1.1;
}

.benchi-mk_img-box .benchi-mk_img-text li span {
  font-weight: 700;
} 
/* <!-- 벤치마킹 끝 --> */

/* <!-- 프로젝트 골& 솔루션 시작 --> */
.sec-9 {
  height: 2014px;
  background-color: var(--color-background);
  position: relative;
  overflow: hidden;
}

.sec-9_text-wrap {
  gap: 28px;
  height: 340px;
  justify-content: center;
}

.sec-9_text-wrap .project-solution {
  color: var(--color-f0);
}

.sec-9_text-wrap .sec-9_text-box {
  gap: 16px;
}

.sec-9_text-wrap .sec-9_text-box  .proj-G-sol_title {
  font-size: 45px;
  font-weight: 700;
  color: var(--color-main);
}

.sec-9_text-wrap .sec-9_text-box  .proj-G-sol_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  color: var(--color-D9);
}

.sec-9_text-wrap .sec-9_text-box  .proj-G-sol_text span {
  font-weight: 700;
}

.sec-9_img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.sec-9_img-wrap .sec-9_img-text {
  display: flex;
  justify-content: space-between;
  width: 972px;
}

.sec-9_img-wrap .sec-9_img-text .as-is {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-84);
}

.sec-9_img-wrap .sec-9_img-text .to-be {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-main);
}

.sec-9_img-wrap .sec-9_img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sec-9_img-wrap .sec-9_img-box .proj-G-so_line  {
  margin-right: -8px;
  z-index: 1;
}

.sec-9_img-wrap  .proj-G_item-box {
  width: 524px;
  height: 120px;
  border-radius: 14px;
  background-color: var(--color-4B);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

.sec-9_img-wrap .sec-9_img-box .proj-G_item {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-B1);
}

.sec-9_img-wrap .sec-9_img-box .proj-G_sub {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-84);
}

.sec-9_img-wrap .sec-9_img-box  .sol_item-box {
  width: 524px;
  height: 120px;
  border-radius: 14px;
  background-color: var(--color-f0);
  border: 1px solid var(--color-main);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.sec-9_img-wrap .sec-9_img-box .sol_item {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-111);  
}

.sec-9_img-wrap .sec-9_img-box .sol_sub {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text);
}

.sec-9_bottom-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 370px;
  gap: 78px;
  overflow: hidden;
}

.sec-9_bottom-box p {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  color: var(--color-f0);
  text-align: center;
}

.sec-9_bottom-box p span {
  font-weight: 700;
}

.sec-9_back-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 612px;
  z-index: 0;
  width: 2277px;
}

.solution-img-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 330px;
  margin-top: 196px;
  overflow: hidden;
}

  .solution-img-box .solutin-img-1 {
    width: 207px;
    height: 166px;
    margin-bottom: -30px;
    z-index: 2;
  }

  .solutin-box {
    border: 2px solid var(--color-main);
    background-color: var(--color-f0);
    padding: 60px 268px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .solutin-box p {
    font-size: 24px;
    font-weight: 500;
    color: var(--color-4B);
    line-height: 34px;
    letter-spacing: -1px;
  }

  .solutin-box p span {
    font-weight: 600;
    color: var(--color-main);
  }
    /* <!-- 프로젝트 골& 솔루션 끝 --> */

    /* <!-- 로고 소개 시작 --> */
    .sec-10 {
      height: 880px;
    }

    .sec-10_text-wrap {
      height: 476px;
      justify-content: center;
    }

    .sec-10_text-wrap .sec-10_text-box {
      gap: 28px;
    }

    .sec-10_text-wrap .sec-10_text-box .logo_title {
      font-size: 60px;
      font-weight: 700;
      color: var(--color-main);
    }

    .sec-10_text-wrap .sec-10_text-box .logo_text {
      font-size: 22px;
      font-weight: 500;
      line-height: 35.2px;
      color: var(--color-text);
    }

    .sec-10_logo-box {
      justify-content: center;
      align-items: center;
    }

    .sec-10_logo-box .logo_item {
      width: 960px;
      height: 404px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .sec-10_logo-box .logo_item-1 {
      background-color: var(--color-main);
    }

    .sec-10_logo-box .logo_item-1 img {
      width: 348px;
    }

    .sec-10_logo-box .logo_item-2 {
      background-color: var(--color-background);
    }

    .sec-10_logo-box .logo_item-2 img {
      width: 197px;
    }
    /* <!-- 로고 소개 끝 --> */

    /* <!-- 디자인 시스템 시작 --> */
    .sec-11 {
      height: 850px;
      background-color: var(--color-background);
    }

    .sec-11_text-wrap {
      height: 314px;
      gap: 28px;
      justify-content: center;
    }

    .sec-11_text-wrap .design-system {
      color: var(--color-main);
    }

    .sec-11_text-wrap .sec-9_text-box .design-st_title {
      font-size: 40px;
      font-weight: 700;
      color: var(--color-f0);
    }

    .design-st_img-box {
      gap: 100px;
      justify-content: center;
    }

    .design-st_img-box .pretendard {
      flex-direction: column;
      gap: 8px;
    }

    .design-st_img-box .pretendard span {
      font-size: 48px;
      font-weight: 600;
      color: #fff;
    }

    .design-st_img-box .pretendard p {
      font-size: 22px;
      font-weight: 400;
      color: var(--color-84);
    }

    .design-st_img-box .design-st_img-text {
      display: flex;
      align-items: end;
      margin-bottom: 42px;
      gap: 14px;
      overflow: hidden;
    }

    .design-st_img-box .design-st_img-text span {
      font-size: 32px;
      font-weight: 600;
      color: var(--color-main);
    }
    .color-wrap {
      flex-direction: column;
      gap: 26px;
    }

    .color-wrap .color {
      flex-direction: column;
      gap: 18px;
    }

    .color-wrap .color .main-color {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      gap: 8px;
      background-color: var(--color-main);
      height: 116px;
      border-radius: 10px;
    }

    .color-wrap .color .main-color span {
      font-size: 24px;
      font-weight: 500;
      color: var(--color-111);
    }

    .color-wrap .color .sub-color .sub-color-1 {
      background-color: #FEE93C;
      height: 106px;
      flex-grow: 1;
      border-radius: 10px 0 0 10px;
      justify-content: center;
      align-items: end;
    }

    .color-wrap .color .sub-color .sub-color-2 {
      flex-grow: 1;
      height: 104px;
      border: 1px solid var(--color-84); 
      border-radius: 0 10px 10px 0;
      justify-content: center;
      align-items: end;
    }

    .color-wrap .color .sub-color span {
      font-size: 24px;
      font-weight: 500;
      color: var(--color-84);
      margin-bottom: 18px;
    }

    .color-wrap .color-gray {
      flex-direction: column;
      gap: 16px;
    }

    .color-wrap .color-gray span {
      font-size: 24px;
      font-weight: 600;
      color: var(--color-84);
    }

    .color-wrap .color-gray .gray-color li {
      flex-grow: 1;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: left;
    }

    .color-wrap .color-gray .gray-color .gray-color-1 {
      background-color: #222;
      border-radius: 10px 0 0 10px;
    }
    .color-wrap .color-gray .gray-color .gray-color-2 {
      background-color: #a1a1a1;
    }

    .color-wrap .color-gray .gray-color .gray-color-3 {
      background-color: #fafafa;
      color: #fafafa;
    }

    .color-wrap .color-gray .gray-color .gray-color-4 {
      background-color: #fff;
      border-radius: 0 10px 10px 0;
    }

    .color-wrap .color-gray .gray-color span {
      font-size: 10px;
      font-weight: 500;
      color: #fff;
      margin-left: 10px;
    }

    .color-wrap .color-gray .gray-color .gray-color-3 span,
    .color-wrap .color-gray .gray-color .gray-color-4 span {
      color: #a1a1a1;
    }

    .design-st_img-box .design-st_img-text p {
      font-size: 20px;
      font-weight: 600;
      color: var(--color-84);
      /* margin-left: 14px; */
    }


    /* <!-- 디자인 시스템 끝 --> */

    /* <!-- 컴포넌트 시작 --> */
    .sec-12 {
      height: 1126px;
      background-color: var(--color-background);
    }

    .sec-12_text-box {
      height: 218px;
      justify-content: center;
      align-items: center;
    }

    .sec-12_text-box .component {
      font-size: 28px;
      font-weight: 600;
      color: var(--color-main);
    }

    .compo_img-box {
      justify-content: center;
      gap: 20px;
    }

    .compo_img-box .compo_img-text {
      margin-bottom: 12px;
    }

    .compo_img-box .compo_img-text span {
      font-size: 20px;
      font-weight: 500;
      color: #e5e5e5;
      margin-left: 22px;
    }

    .compo_img-wrap {
      flex-direction: column;
      gap: 20px;
    }
    .compo_img-wrap-1 {
      gap: 20px;
    }

    .compo_img-wrap .compo_item-box {
      gap: 20px;
    }
    .compo_img-wrap-1 .compo_item-box-1 {
      flex-direction: column;
      gap: 20px;
    }
    .compo_item {
      flex-direction: column;
      justify-content: start;
      border-radius: 20px;
      background-color: var(--color-text);
      gap: 35px;
      box-sizing: border-box;
      transition: all .5s;
    }

    .compo_item span {
      font-size: 16px;
      font-weight: 500;
      color: var(--color-fff);
    }

    .compo_item:hover {
      /* background-color: rgba(128, 0, 0, .3); */
      background-color: #B10B0B;
    }

    /* .compo_item:hover span {
      color: var(--color-main);
      font-weight: 700;
    } */
    .compo_img-wrap .compo_item-box .compo_item {
      width: 375px;
      height: 352px;
      padding: 22px 43px 38px;
    }

    .compo_img-wrap .compo_item-box .compo_item img {
      width: 288px;
      height: 238px;
    }

    .compo_img-wrap .compo_item {
      width: 770px;
      height: 362px;
      padding: 22px 43px 43px;
    }

    .compo_img-wrap .compo_item img {
      width: 683px;
      height: 244px;
    }
    .compo_img-wrap-1 .compo_item-box-1 .compo_item-1 {
      padding: 22px 27px 84px;
      gap: 55px;
    }
    .compo_img-wrap-1 .compo_item-box-1 .compo_item-1 img {
      width: 320px;
      height: 172px;
    } 

    .compo_img-wrap-1 .compo_item-box-1 .compo_item-1-2 {
      height: 310px;
      gap: 42px;
    }

    .compo_img-wrap-1 .compo_item-box-1 .compo_item-1-2 img {
      width: 320px;
      height: 172px;
    }

    .compo_img-wrap-1 .compo_item-box-1 .compo_item-2 {
      height: 363px;
      gap: 35px;
      padding: 22px 27px 42px;
    }

    .compo_img-wrap-1 .compo_item-box-1 .compo_item-2 img {
      width: 320px;
      height: 244px;
    }

    .compo_img-wrap-1 .compo_item-box-1 .compo_item-2-1 {
      height: 405px;
      padding: 28px 43px 48px;
      gap: 40px;
    }

    .compo_img-wrap-1 .compo_item-box-1 .compo_item-2-1 img {
      width: 288px;
      height: 270px;
    }
    /* <!-- 컴포넌트 끝 --> */

    /* <!-- 플로우차트 시작 --> */
    .sec-13 {
      height: 1188px;
      background-color: var(--color-background);
    }

    .sec-13_text-box {
      height: 182px;
      align-items: center;
      margin-left: 240px;
    }

    .sec-13_text-box .flow-chart {
      font-size: 28px;
      font-weight: 600;
      color: var(--color-main);
    }

    .flow-ch_btn-box {
      font-size: 20px;
      font-weight: 700;
      color: var(--color-f0);
      text-align: center;
    }

    .flow-ch_btn-box span {
      background-color: #232426;
      border: 2px solid var(--color-main);
      padding: 6px 34px;
      border-radius: 100px;
      margin-left: 240px;
    }

    .flow-ch_img-box {
      margin: 0 auto;
      width: 1440px;
    }

    .animate__pulse {
      transform-origin: bottom center;          /* 꼭대기 축으로 흔들림 */
      animation: pulse 1s ease-in-out forwards;
      animation-iteration-count: 3;
      /* animation: swing 1s ease-in-out both;  both = 시작/끝 상태 유지 */
    }

    @keyframes pulse {
      /* 
      animate__swing
      20%  { transform: rotate3d(0, 0, 1, 15deg); }
      40%  { transform: rotate3d(0, 0, 1, -10deg); }
      60%  { transform: rotate3d(0, 0, 1, 5deg); }
      80%  { transform: rotate3d(0, 0, 1, -5deg); }
      100% { transform: rotate3d(0, 0, 1, 0deg); } */
      0%   { transform: scale(1); }
      50%  { transform: scale(1.1); } /* 중간에 살짝 커짐 */
      100% { transform: scale(1); }    /* 다시 원래 크기 */
    }
    /* <!-- 플로우차트 끝 --> */

    /* <!-- 와이어프레임 시작 --> */
    .sec-14 {
      height: 1300px;
      background-color: var(--color-background);
      position: relative;
    }

    .sec-14_text-wrap {
      height: 298px;
      gap: 28px;
      justify-content: center;
      overflow: hidden;
    }

    .sec-14_text-wrap .wire-frame {
      font-weight: 600;
      color: var(--color-f0);
    }

    .sec-14_text-wrap .sec-14_text-box .wire-fm_title {
      font-size: 40px;
      font-weight: 700;
      color: var(--color-main);
    }

    .wire-fm_img-box {
      justify-content: center;
      overflow: hidden;
      position: relative;
      z-index: 1;
    }

    .wire-fm_back-img {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 1704px;
    }
    /* <!-- 와이어프레임 끝 --> */

    /* ---- 어플 소개 시작 ---- */
.sec_1-1 {
  position: relative;
  height: 1080px;
  overflow: hidden;
  background-color: #2E2F34;
}

.sec_1-1 > .top-text {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  margin: 0 240px;
  font-size: 16px;
  font-weight: 500;
  color: #FF4D4D;
}

.sec_1-1 > .sec_1-img-box {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 100%;
  height: 826px;
}

.sec_1-1 .app-bg-img img {
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 2120px;
  height: auto;
  max-width: none;
}

.app-arc-img-box {
 justify-content: center;
 position: absolute;
 top: 0;
right: 350px;
width: 100%;
height: 100%;
}

/* .sec_1-1 .app-arc-img {
position: absolute;
top: 0;
} */

/* .sec_1-1 .app-arc-img-1 {
  width: 1655px;
  height: 1655px;
  border-radius: 50%;
animation-name: wave_2;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}

.sec_1-1 .app-arc-img-2 {
  width: 1380px;
  height: 1380px;
  margin-top: 136px;
  border-radius: 50%;
animation-name: wave_2;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}

.sec_1-1 .app-arc-img-3 {
  width: 1108px;
  height: 1108px;
  margin-top: 272px;
  border-radius: 50%;
animation-name: wave_2;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
} */

/* @keyframes wave_2 {
  0% {box-shadow: 0 0 0px 0px rgba(255, 77, 77, 0.3);}
  100% {box-shadow: 0 0 0px 15px rgba(255, 77, 77, 0);}
} */

.sec_1-1 .app-arc-img {
  position: absolute;
  top: 0;
  width: 1600px;
  height: 1600px;
  border: 2px solid var(--color-main);
  border-radius: 42%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

-webkit-animation: drift 4s infinite linear;
  animation: drift 4s infinite linear;
  }

  .sec_1-1 .app-arc-img-2 {
    -webkit-animaton: drift 6000ms infinite linear;
    animation: drift 6000ms infinite linear;
  }

  .sec_1-1 .app-arc-img-3 {
    -webkit-animation: drift 8000ms infinite linear;
    animation: drift 8000ms infinite linear;
  }


@-webkit-keyframes drift {
  from {
    -webkit-transform: rotate(0deg) scale(0,0);
            transform: rotate(0deg) scale(0,0);
            opacity: 1;
  }
  to {
    -webkit-transform: rotate(360deg) scale(1.3,1.3);
            transform: rotate(360deg) scale(1.3,1.3);
            opacity: 0;
  }
}

@keyframes drift {
  from {
    -webkit-transform: rotate(0deg) scale(0,0);
            transform: rotate(0deg) scale(0,0);
            opacity: 1;
  }
  to {
    -webkit-transform: rotate(360deg) scale(1.3,1.3);
            transform: rotate(360deg) scale(1.3,1.3);
            opacity: 0;
  }
}

.intro-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  /* margin-top: 210px; */
  z-index: 1;
}

/* -- intro-left -- */
.intro-container > .intro-left {
  margin-top: 230px;
  white-space: nowrap;
}

.intro-container > .intro-left > .choice-text {
  font-size: 100px;
  font-weight: 500;
  margin-left: 250px;
  color: #B7B7B7;
}

.intro-container > .intro-left > .pickup-text {
  font-size: 140px;
  font-weight: 500;
  margin-left: 130px;
  color: #D34748;
}

.intro-container .app-img-1 {
  position: absolute;
  width: 384px;
  top: 115px;
  left: 760px;
  z-index: 1;
}

.intro-container .app_img-shdow {
  position: absolute;
  width: 986px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* -- intro-right -- */
.intro-container .intro-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 280px;
  margin-right: 188px;
  z-index: 1;
}

.intro-container .logo-box {
  width: 440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intro-container .logo-box > .logo {
  display: block;
  width: 94px;
  height: 94px;
}

.intro-container .logo-box > .text {
  display: block;
  width: 314px;
}

.intro-container .sub-title {
  font-size: 18px;
  color: #FF4D4D;
}

/* ---- 어플 소개 끝 ---- */


/* ---- 온보딩 시작 ---- */
.sec_1-2 {
  position: relative;
  height: 1265px;
  /* overflow: hidden; */
  background-color: #2E2F34;
}

.sec_1-2 > .onb-bg-img {
  position: absolute;
  width: 1300px;
  height: 536px;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.sec_1-2 > .onb-bg-img > img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.sec_1-2 .onb_text-box {
  padding-top: 114px;
  margin-left: 236px;
}

.sec_1-2 .onb_text-box > .onb-tag {
  width: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.sec_1-2 .onb_text-box .onb-title {
  margin-top: 19px;
}

.sec_1-2 .onb_text-box .onb-title > span {
  font-size: 45px;
  font-weight: 600;
  color: #FF4D4D;
}

.sec_1-2 .onb_text-box .onb-sub {
  margin-top: 16px;
}

.sec_1-2 .onb_text-box .onb-sub > p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.sec_1-2 .onb-img-box {
  position: relative;
  margin-top: 40px;
  z-index: 1;
}

.sec_1-2 .line-img {
  position: absolute;
  width: 1140px;
  top: 450px;
  left: 212px;
}

.sec_1-2 .line-img > img {
  display: block;
  width: 100%;
}

.sec_1-2 .onb-img-box > .onb-left-img {
  position: absolute;
  width: 384px;
  height: auto;
  bottom: 0px;
  right: 178px;
}

.sec_1-2 .onb-img-box > .onb-left-img > img {
  display: block;
  width: 100%;
  object-fit: cover;
}

/* -- onb-con 시작  -- */
.sec_1-2 .onb-con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 941px;
  height: 700px;
  margin-top: 141px;
  margin-left: 306px;
  z-index: 1;
}

.sec_1-2 .onb-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
}

.onb-step_dot-1 {
  width: 10px;
  height: 10px;
}

.onb-step_text {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 15px;
}
.step_phone {
  width: 260px;
  height: auto;
}

.step-title {
  color: #FF4D4D;
}

/* ---- 온보딩 끝 ---- */


/* ---- 메인 페이지 시작 ---- */
.sec_1-3 {
  position: relative;
  height: 1520px;
  background-color: #2E2F34;
}

/* -- 상단 텍스트 -- */
.main-text-box-2 {
  width: 1400px;
  padding-top: 122px;
  margin: 0 auto;
}

.main-text-box-2 > .main-tag {
  display: inline-block;
}

.main-text-box-2 > .main-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main-text-box-2 .main-title {
  color: #FF4D4D;
  margin-top: 32px;
}

.main-text-box-2 .main-title > span {
  font-size: 45px;
  font-weight: 600;
}

.main-text-box-2 .main-sub {
  text-align: right;
  color: #EEEEEE;
  margin-top: 32px;
}

.main-text-box-2 .main-sub > p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.main-text-box-2 .main-sub .bold {
  color: #FFFFFF;
  font-weight: 600;
}

.up-img {
  width: 87px;
  height: auto;
  margin-top: 74px;
  margin-left: 260px;
}

.up-img > img {
  display: block;
  width: 100%;
}

.main-content {
  position: relative;
  width: 1400px;
  height: 980px;
  margin: 0 auto;
}

.main-content .menu-img-box {
  position: absolute;
  width: 824px;
  top: 0;
  height: auto;
}

.sec_1-3 .main-bg-1 {
  position: relative;
  width: 703px;
  height: auto;
  margin-left: 50px;
  padding-top: 180px;
  z-index: 0;
}

.sec_1-3 .main-bg-1 > img {
  display: block;
  width: 100%;
}

.sec_1-3 .menu {
  position: absolute;
  top: 250px;
  left: 50px;
  display: block;
  width: 600px;
  height: auto;
}

.sec_1-3 .menu > img {
  display: block;
  width: 100%;
}

.menu-con {
  position: absolute;
  display: flex;
  margin-top: 450px;
  margin-left: 400px;
  white-space: nowrap;
}

.menu-con .menu-dot {
  width: 85px;
  height: 85px;
  margin-right: 16px;
  padding-top: 8px;
}

.menu-con .menu-dot > img {
  display: block;
  width: 100%;
}

.menu-con .menu-text span {
  font-size: 26px;
  font-weight: 600;
  color: #FF4D4D;
}

.menu-con .menu-text p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #DBDBDB;
}

/* 오른쪽 */
.main-content .order-img-box {
  position: absolute;
  width: 824px;
  height: auto;
  right: 50px;
}

.order-img-box .main-bg-2 {
  position: absolute;
  width: 365px;
  height: auto;
  bottom: 0;
  left: 220px;
  z-index: 0;
}

.order-img-box .main-bg-2 > img {
  display: block;
  width: 100%;
}

.order-img-box .order-bg {
  position: relative;
  width: 600px;
  height: auto;
  margin-left: 30px;
  padding-top: 20px;
  z-index: 1;
}

.order-img-box .order-bg > img {
  display: block;
  width: 100%;
}

.order-con {
  position: absolute;
  top: 340px;
  right: 0;
  display: flex;
  align-items: flex-start;
}

.order-con .order-dot {
  width: 16px;
  height: auto;
  margin-right: 16px;
  margin-top: 10px;
}

.order-con .order-dot > img {
  display: block;
  width: 100%;
}

.order-con .order-text-fl {
  display: flex;
  flex-direction: column;
  margin-top: 110px;
}

.order-con .order-text-fl span {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #FF4D4D;
}

.order-con .order-text-fl p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #DBDBDB;
}
/* ---- 메인 페이지 끝 ---- */

/* ---- 즐겨찾기 시작 ---- */
.sec_1-4 {
  position: relative;
  height: 1260px;
  background-color: #2E2F34;
}

.fav-con {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  padding-top: 150px;
}

.fav-top {
  display: flex;
  gap: 115px;
}

.fav-img-box {
  width: 685px;
  height: auto;
}

.fav-img-box > img {
  display: block;
  width: 100%;
}

.f-text-box > .main-tag {
  display: inline-block;
  margin-top: 50px;

}

.f-text-box .main-title {
  margin-top: 32px;
  color: #FF4D4D;
}

.f-text-box .main-title span {
  font-size: 45px;
  font-weight: 600;
}

.f-text-box .main-sub {
  margin-top: 19px;
  white-space: nowrap;
}

.f-text-box .main-sub p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #F6F8FD;
}

.fav-down-box {
  position: absolute;
  width: 685px;
  height: auto;
  top: 500px;
  right: 0;
}

.fav-down-box > img {
  display: block;
  width: 100%;
}

.sec_1-4 .intro-text {
  white-space: nowrap;
  margin-top: 49px;
  margin-left: 97px;
}

.sec_1-4 .intro-text > span {
  font-size: 24px;
  color: #FF4D4D;
}

.sec_1-4 .intro-text > p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #CCCCCC;
}

.sec_1-4 .short-text {
  position: absolute;
  display: inline-block;
  text-align: right;
  top: 990px;
  right: 755px;
}

.sec_1-4 .short-text > span {
  font-size: 18px;
  font-weight: 600;
  color: #888888;
}

.sec_1-4 .short-text > p {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #BCBCBC;
}
/* ---- 즐겨찾기 끝 ---- */

/* ---- 상세페이지 시작 ---- */
.sec_1-5 {
  position: relative;
  background-color: #2E2F34;
  overflow: hidden;
  z-index: 0;
}

.sec_1-5 > .order_title-text {
  width: 1440px;
  margin: 0 auto;
  text-align: right;
  padding-top: 189px;
}

.sec_1-5 > .order_title-text > .order-tag {
  display: inline-block;
}

.sec_1-5 > .order_title-text > .order-title {
  margin-top: 32px;
  font-size: 45px;
  font-weight: 600;
  color: #FF4D4D;
}

.sec_1-5 > .order_title-text > .order-sub {
  font-size: 18px;
  font-weight: 500;
  color: #f0f0f0;
  margin-top: 19px;
  line-height: 1.5;
}

.sec_1-5 > .order-content {
  position: relative;
  width: 1440px;
  margin: 0 auto;
}

.order-content > .order-img {
  display: flex;
  white-space: nowrap;
  z-index: 10;
}

.order-content > .order-img .left-img {
  width: 420px;
}

.order-content > .order-img > .left-con {
  display: flex;
  margin-top: 278px;
  height: 146px;
}

.order-content > .order-img > .left-con > .dot-img {
  width: 100px;
  height: auto;
  top: 280px;
  left: 410px;
  margin-top: 4px;
}

.order-content > .order-img > .left-con > .dot-img > img {
  display: block;
  width: 100%;
}

.order-content > .order-img > .left-con .order-text-1 {
  margin-left: 16px;
}

.order-text .title {
  font-size: 22px;
  font-weight: 500;
  color: #FF4D4D;
}

.order-text .sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-D9);
}

.order-content .left-con .order-text-1 .sub {
  margin-top: 6px;
}

.order-content .o-text {
  position: absolute;
  display: flex;
  margin-left: 414px;
 bottom:  560px;
}

.order-content .o-text > .o-dot {
  width: 110px;
  height: auto;
  margin-top: 4px;
  margin-right: 12px;
}

.order-content .o-text > .o-dot > img {
  display: block;
  width: 100%;
}

.order-content .o-text > .text-con {
  display: flex;
  flex-direction: column;
}

.order-content .o-text > .text-con > .title {
  font-size: 18px;
  font-weight: 600;
  color: #BCBCBC
}

.order-content .o-text > .text-con > .sub {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.2;
  color: #888888;
}

.order-content .order-right {
  justify-content: end;
  position: relative;
  bottom: 420px;
}

.order-content .order-right .right-img {
  width: 636px;
}

 .link_dot-img {
  width: 936px;
  height: 521px;
  top: 1150px;
  left: 580px;
  position: absolute;
}

.link_dot-one {
  position: absolute;
  width: 28px;
  top: 0;
  left: 920px;
  height: 28px;
  width: 28px;
  color: #333;
  background: #fff;
  box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes wave {
  0% {box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);}
  100% {box-shadow: 0 0 0px 30px rgba(255, 255, 255, 0);}
}

.order-chack {
  width: 1440px;
  margin: 50px auto;
}

.order-chack .order-chack_img-box {
  width: 733px;
}

.order-chack .order-chack_img-box img {
  display: block;
  width: 100%;
}

.order-chack_img-dot-box {
  height: 20px;
  margin-top: 6px;
}

.order-chack_text-box {
  gap: 16px;
  height: 126px;
  margin-top: 90px;
}
.order-chack_text {
  flex-direction: column;
  gap: 12px;
}

.order-cart {
  width: 1440px;
  justify-content: center;
  margin: 0 auto;
}

.order-cart .order-cart_img-box {
  width: 380px;
}

.order-cart .order-cart_img-box img {
  display: block;
  width: 100%;
}

.order-cart_text-wrap {
  flex-direction: column;
  gap: 590px;
}

.order-cart .order-cart_text-box {
  gap: 16px;
  margin-top: 140px;
}

.order-cart_text-box .order-cart_mg-dot-box {
  height: 20px;
  margin-top: 5px;
}

.order-cart_text-box .order-cart_text {
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.order-cart .order-cart_text-box-2 {
  margin-top: 550px;
}

.order-cart_text-box .order-cart_text-2 {
  width: 100%;
  flex-direction: column;
  gap: 12px;
  text-align: right;
}

.order-cart_brand-box {
  height: 254px;
  gap: 2px;
}

.order-cart_brand-box .order-cart_brand-box_dot {
  width: 73px;
  height: 15px;
  margin-top: 40px;
}

.order-cart_brand-box .order-cart_brand-box_dot img {
  display: block;
  width: 100%;
}

.order-cart_brand-text .order-cart_brand-img {
  width: 340px;
}

.order-cart_brand-box .order-cart_brand-text .sub {
  font-size: 14px;
  font-weight: 500;
  color: #888;
  letter-spacing: -1px;
  margin: 5px 0 0 20px;
}

.link_dot-img-2 {
  width: 282px;
  position: absolute;
  left: 630px;
  bottom: 450px;
}

.order-pay {
  width: 1440px;
  margin: 50px auto 0;
  justify-content: center;
  padding-right: 180px;
}

.order-pay .order-pay_img-box {
  width: 440px;
}

.order-pay .order-pay_img-box img {
  display: block;
  width: 100%;
}

.order-pay_text-box {
  gap: 16px;
  margin-top: 140px;
}

.order-pay_text-box .order-pay_bot-box {
  width: 98px;
  height: 10px;
  margin-top: 8px;
}

.order-pay_text-box .order-pay_bot-box img {
  display: block;
  width: 100%;
}

.order-pay_text-box .order-pay_text {
  flex-direction: column;
  gap: 12px;
}

.sec_1-5_back-img {
  position: absolute;
  width: 2210px;
  left: 50%;
  transform: translateX(-50%);
  top: 1200px;
  z-index: -1;
}

/* ---- 상세페이지 끝 ---- */


/* ---- 매장 혼잡도 안내 시작 ---- */
.sec_1-6 {
  position: relative;
  height: 1020px;
  padding-top: 343px;
  background-color: #2E2F34;
  z-index: 0;
}

.sec_1-6 .bg-img-box {
  position: absolute;
  width: 1795px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  margin: 0 auto;
  z-index: 0;
  z-index: -1;
}

.sec_1-6 > .bg-img-box > img {
  display: block;
  width: 100%;
}

.sec_1-6 .store-text {
  position: absolute;
  width: 1440px;
  margin: 0 auto;
  text-align: right;
}

.sec_1-6 .store-text > .store-tag {
  display: inline-block;
}

.sec_1-6 .store-text .store-title {
  margin-top: 28px;
  font-size: 45px;
  font-weight: 600;
  color: #FF4D4D;
}

.sec_1-6 .store-text .store-sub {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #F6F8FD;
}

.sec_1-6 .store-content {
  display: flex;
  width: 1440px;
  margin: 0 auto;
}

.sec_1-6 .store-content > .search-left {
  display: flex;
  flex-direction: column;
}

.sec_1-6 .store-content > .search-left > .sl-img-box {
  margin-left: 98px;
  width: 352px;
  height: auto;
  z-index: 1;
}

.sec_1-6 .store-content > .search-left > .sl-img-box > img {
  display: block;
  width: 100%;
}

.sec_1-6 .store-content > .search-left .sl-text {
  width: 310px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 126px;
  margin-top: 33px;
}

.sec_1-6 .store-content > .search-left .sl-text > .title {
  font-size: 18px;
  font-weight: 500;
  color: #BCBCBC;
}

.sec_1-6 .store-content > .search-left .sl-text > .sub {
  font-size: 14px;
  margin-top: 4px;
  text-align: right;
  color: #888888;
}

.sec_1-6 .store-content > .search-right {
  position: relative;
  display: flex;
  margin-left: 66px;
  margin-top: 82px;
}

.sec_1-6 .store-content > .search-right > .sr-img-box {
  width: 352px;
  height: auto;
}

.sec_1-6 .store-content > .search-right > .sr-img-box > img {
  display: block;
  width: 100%;
}

.sec_1-6 .store-content > .search-right > .sr-con {
  position: absolute;
  display: flex;
  white-space: nowrap;
  left: 355px;
  bottom: 176px;
}

.sec_1-6 .store-content > .search-right > .sr-con > .sr-dot {
  width: 79px;
  height: auto;
  margin-top: 5px;
}

.sec_1-6 .store-content > .search-right > .sr-con > .sr-dot > img {
  display: block;
  width: 100%;
}

.sec_1-6 .store-content > .search-right > .sr-con .sr-text {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}

.sec_1-6 .store-content > .search-right > .sr-con .sr-text > .title {
  font-size: 22px;
  font-weight: 500;
  color: #FF4D4D;
}

.sec_1-6 .store-content > .search-right > .sr-con .sr-text > .sub {
  margin-top: 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #CCCCCC;
}
/* ---- 매장 혼잡도 안내 끝 ---- */


/* ---- 마이페이지 시작 ---- */
.sec_1-7 {
  position: relative;
  height: 1428px;
  background-color: #2E2F34;
}

.sec_1-7 > .mp-img-box {
  position: absolute;
  width: 1920px;
  height: auto;
  bottom: 0;
  z-index: 0;
}

.sec_1-7 > .mp-img-box > img {
  display: block;
  width: 100%;
}

.sec_1-7 > .my-text {
  text-align: center;
}

.sec_1-7 > .my-text > .my-tag {
  display: inline-block;
  color: #FF4D4D;
  margin-top: 95px;
}

.sec_1-7 > .my-text > .my-title {
  font-size: 45px;
  font-weight: 600;
  color: #FF4D4D;
  margin-top: 28px;
}

.sec_1-7 > .my-text > .my-sub {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #F6F8FD;
}

.sec_1-7 > .my-content {
  position: relative;
  display: flex;
  width: 1440px;
  margin: 0 auto;
  margin-top: 135px;
}

.sec_1-7 > .my-content > .my-img-box {
  width: 420px;
  height: auto;
}

.sec_1-7 > .my-content > .my-img-box > img {
  display: block;
  width: 100%;
}

.my-content .pg-con {
  white-space: nowrap;
  margin-top: 140px;
}

.my-content .pg-con > .page-img-box {
  display: flex;
  margin-left: 128px;
  width: 350px;
  height: auto;
}

.my-content .pg-con > .page-img-box .dot-img {
  position: absolute;
  width: 187px;
  height: auto;
  top: 176px;
  left: 360px;
}

.my-content .pg-con > .page-img-box .page-text {
  position: absolute;
  bottom: 72px;
  right: 280px;
}

.my-content .pg-con .page-text > .title {
  font-size: 18px;
  font-weight: 600;
  color: #bcbcbc;
}

.my-content .pg-con .page-text > .sub {
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
  line-height: 1.3;
  color: #888888;
}

.sec_1-7 > .my-content > .right-img-box {
  position: absolute;
  right: 0;
}
.sec_1-7 > .my-content .right-img {
  width: 352px;
  right: 0;
}

.sec_1-7 > .my-content > .right-img-box > .dot-img {
  position: absolute;
  width: 697px;
  height: auto;
  top: 100px;
  right: 365px;
}

.sec_1-7 > .my-content > .right-img-box > .dot-img > img {
  display: block;
  width: 100%;
}
/* ---- 마이페이지 끝 ---- */
    
    /* <!-- 워치 메인 시작 --> */
    .sec-1-8 {
      height: 1083px;
      background-color: var(--color-background);
      position: relative;
      overflow: hidden;
    }
    .watch_back-img {
      height: 100%;
      justify-content: center;
      align-items: center;
    }
    .watch_top-line {
      position: absolute;
      top: 650.5px;
      left: 840px;
      z-index: 1;
      width: 190px;
    }
    .watch {
      position: absolute;
      top: 140px;
      left: 590px;
      width: 618px;
    }

    .watch_text-box {
      position: absolute;
      flex-direction: column;
      top: 95px;
      left: 310px;
      gap: 380px;
    }
    .watch_text-box .Available {
      font-size: 168px;
      font-weight: 800;
      line-height: 135px;
      color: #565656;
    }

    .watch_text-box .Smart_Watch {
      font-size: 146px;
      font-weight: 700;
      color: #b0b0b1;
      margin-left: 525px;
    }
    /* <!-- 워치 메인 끝 --> */

    /* <!-- 워치 픽업 시작 --> */
    .sec-1-9 {
      height: 1156px;
      background-color: var(--color-background);
      overflow: hidden;
    }

    .sec-1-9_text-wrap {
      height: 388px;
      justify-content: center;
      gap: 28px;
    }

    .sec-1-9_text-wrap .Smart-Watch {
      color: var(--color-main);
      display: inline-block;
    }

    .sec-1-9_text-wrap .sec-1-9_text-box {
      gap: 18px;
    }

    .sec-1-9_text-wrap .sec-1-9_text-box .s-watch_title {
      font-size: 45px;
      font-weight: 700;
      color: var(--color-main);
    }

    .sec-1-9_text-wrap .sec-1-9_text-box .s-watch_text {
      font-size: 18px;
      font-weight: 500;
      color: var(--color-f0);
    }

    .watch-img-box {
      justify-content: center;
      align-items: center;
      gap: 52px;
    }

    .watch-img-box .watch-m {
      margin: 0 22px;
    }

    .watch-img-box .watch-m img {
      width: 376px;
    }
    /* <!-- 워치 픽업 끝 --> */

    /* ---- 브랜드 정리 시작 ---- */
.sec_1-10 {
  position: relative;
  height: 586px;
  background-color: #2E2F34;
}

.sec_1-10 > .last-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: auto;
  margin: 0 auto;
  padding-top: 155px;
}

.sec_1-10 > .last-con > .logo-box {
  width: 130px;
  height: 130px;
}

.sec_1-10 > .last-con > .logo-box > img {
  display: block;
  width: 100%;
}

.sec_1-10 > .last-con > .text-con {
  position: relative;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  text-align: center;
  margin-top: 50px;
}

.sec_1-10 > .last-con > .text-con > .text {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.sec_1-10 > .last-con > .text-con .text-sub {
  position: relative;
  padding-left: 16px;
  display: flex;
}

.sec_1-10 > .last-con > .text-con .text-sub .text {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.sec_1-10 > .last-con > .text-con .text-sub .img-box {
  position: absolute;
  width: 122px;
  height: auto;
  bottom: 11px;
  right: 16px;
}

.sec_1-10 > .last-con > .text-con .text-sub .img-box > img {
  display: block;
  width: 100%;
}
/* ---- 브랜드 정리 끝 ---- */