/* main */
#main {
  max-height: 860px;
  height: 100%;
}
#main .swiper {
  height: 100%;
}
#main .swiper .swiper-wrapper .swiper-slide.one {
  background: url(/img/screen/safe-number/img_main_bg01.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#main .swiper .swiper-wrapper .swiper-slide.two{
  background: url(/img/screen/safe-number/img_main_bg02.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#main .swiper .swiper-wrapper .swiper-slide.three{
  background: url(/img/screen/safe-number/img_main_bg03.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#main .width-wrap{
  padding: var(--padding200-140);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); 
  z-index: 1;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#main .width-wrap > p{
  line-height: normal;
  letter-spacing: -0.8px;
  gap: 8px;
}
#main .width-wrap > p img{
  width: 116px;
}
#main .width-wrap .title-zone {
  position: relative;
  overflow: hidden;
  margin: 20px 0 120px;
}
#main .width-wrap .title-zone h3{
  color: #000;
  letter-spacing: -1.84px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
  position: absolute;
  width: 100%;
}
#main .width-wrap .title-zone h3.active{
  opacity: 1;
  transform: translateY(0);
  position: relative;
}
#main .width-wrap .btn-zone {
  display: flex;
  align-items: center;
  gap: 12px;
}
#main .width-wrap .btn-zone .swiper-pagination{
  width: fit-content;
  position: relative;
  inset: initial;
  display: flex;
  align-items: center;
  gap: 8px;
}
#main .width-wrap .btn-zone .swiper-pagination .swiper-pagination-bullet{
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 500px;
  background: rgba(0, 0, 0, 0.30);
  margin: 0;
  transition: all 0.25s ease-in-out;
}
#main .width-wrap .btn-zone .swiper-pagination .swiper-pagination-bullet-active{
  width: 24px;
  background: #000;
}
#main .width-wrap .btn-zone .swiper-navigaion {
  display: flex;
  align-items: center;
  gap: 4px;
}
#main .width-wrap .btn-zone .swiper-navigaion .swiper-button-prev:after,
#main .width-wrap .btn-zone .swiper-navigaion .swiper-button-next:after {
  content: none
}
#main .width-wrap .btn-zone .swiper-navigaion .swiper-button-prev,
#main .width-wrap .btn-zone .swiper-navigaion .swiper-button-next {
  inset: initial;
  position: relative;
  margin: 0;
  width: 20px;
  height: auto;
  user-select: none;
}
#main .width-wrap .btn-zone .swiper-navigaion .swiper-button-next{
  transform: rotate(180deg);
}

/* what */
#what {
  overflow: hidden; 
}
#what .width-wrap {
  text-align: center;
}
#what .width-wrap .top-area {
  padding-top: 40px;
  position: relative;
}
#what .width-wrap .top-area::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 4px;
  background: var(--po2);
  left: 50%;
  transform: translate(-50%, 0%);
  top: -2px;
}
#what .width-wrap .top-area h3 {
  letter-spacing: -1.84px;
  margin-bottom: 8px;
}
#what .width-wrap .top-area p {
  letter-spacing: -0.96px;
}
#what .width-wrap .middle-area {
  display: grid;
  grid-template-columns: minmax(320px, 46.239%) minmax(360px, 55%);
  align-items: center;
  padding: 0 13px 0 31px;
  margin: 80px auto;
}
#what .width-wrap .middle-area .box {
  align-items: baseline;
  gap: 20px;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 0 40.7px -3px rgba(0, 0, 0, 0.09),
    0 0 6px -4px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
#what .width-wrap .middle-area .box.point {
  gap: 24px;
  padding: 34px;
  border: 2px solid var(--po2);
  box-shadow: -6px 0 40.7px -3px rgba(0, 0, 0, 0.09),
    -6px 0 6px -4px rgba(0, 0, 0, 0.08);
  position: relative;
  left: -18px;
  z-index: 2;
}
#what .width-wrap .middle-area .box > .icon-text {
  gap: 12px;
  letter-spacing: -0.64px;
}
#what .width-wrap .middle-area .box.point > .icon-text {
  letter-spacing: -0.72px;
}
#what .width-wrap .middle-area .box > .icon-text img {
  width: 45px;
}
#what .width-wrap .middle-area .box.point > .icon-text img {
  width: 52px;
}
#what .width-wrap .middle-area .box .tel-zone {
  border-radius: 16px;
  background: #f9f9f9;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 28.5px 0;
  position: relative;
}
#what .width-wrap .middle-area .box.point .tel-zone {
  background: var(--po2-op-1);
  gap: 8px;
  padding: 30.5px 0;
}
#what .width-wrap .middle-area .box .tel-zone .stamp {
  opacity: 0;
  position: absolute;
  left: -60px;
  bottom: 63px;
  max-width: 305px;
  aspect-ratio: 16 / 8.4;
  pointer-events: none;
  transform-origin: 50% 50%;
  transform: rotate(-5deg) scale(4.5);
  transition: transform 0.15s cubic-bezier(.75, 0, .25, 1) 1.35s, opacity 0.15s cubic-bezier(.75, 0, .25, 1) 1.35s;
}
#what .width-wrap .middle-area .box.aos-animate .tel-zone .stamp {
  transform: rotate(-0deg) scale(1);    
  opacity: 1;
}
#what .width-wrap .middle-area .box .tel-zone p:nth-child(1) {
  letter-spacing: -0.56px;
}
#what .width-wrap .middle-area .box.point .tel-zone p:nth-child(1) {
  letter-spacing: -0.72px;
}
#what .width-wrap .middle-area .box .tel-zone p:nth-child(2) {
  padding: 12px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 4px 4px 12px 0 rgba(51, 51, 51, 0.1);
  text-align: center;
  width: 64.62%;
  font-family: Inter;
  letter-spacing: -1.12px;
}
#what .width-wrap .middle-area .box.point .tel-zone p:nth-child(2) {
  width: 65.147%;
  letter-spacing: -1.44px;
  color: var(--Primary---100, #2cb34d);
}
#what .width-wrap .middle-area .box .desc-zone {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#what .width-wrap .middle-area .box .desc-zone li {
  gap: 12px;
  letter-spacing: -0.64px;
}
#what .width-wrap .middle-area .box.point .desc-zone li {
  letter-spacing: -0.68px;
}
#what .width-wrap .middle-area .box .desc-zone li img {
  width: 18px;
}
#what .width-wrap .middle-area .box.point .desc-zone li img {
  width: 22px;
}
#what .width-wrap .bottom-area img {
  width: 154px;
  margin-bottom: 20px;
}
#what .width-wrap .bottom-area p {
  letter-spacing: -1.12px;
}

/* only */
#only {
  background: #F9F9F9;
  text-align: center;
}
#only .width-wrap .top-area{
  padding-top: 40px;
  position: relative;
}
#only .width-wrap .top-area::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 4px;
  background: var(--po2);
  left: 50%;
  transform: translate(-50%, 0%);
  top: -2px;
}
#only .width-wrap .top-area h3{
  letter-spacing: -1.84px;
}
#only .width-wrap .top-area p{
  margin-top: 8px;
  letter-spacing: -0.96px;
}
#only .width-wrap .middle-area{
  max-width: 650px;
  width: 100%;
  aspect-ratio: 16 / 16.5417;
  margin: 80px auto;
  position: relative;
}
#only .width-wrap .middle-area > img{
  position: absolute;
  left: 0;
  width: 100%;
}
#only .width-wrap .middle-area > p {
  gap: 8px;
  width: fit-content;
  padding: 15px 34px;
  border-radius: 1000px;
  border: 1.5px solid var(--po2);
  background: var(--white);
  box-shadow: 4px 4px 12px 0 rgba(51, 51, 51, 0.10);
  position: absolute;
  z-index: 1;
}
#only .width-wrap .middle-area.aos-animate > p {
  animation: sparkle 0.75s cubic-bezier(0.65, 0.05, 0.36, 1) both;
}
#only .width-wrap .middle-area > p:nth-of-type(1){
  bottom: 41.965%;
  left: -22.463%;
  animation-delay: 0.1s;
}
#only .width-wrap .middle-area > p:nth-of-type(2){
  bottom: 26.19%;
  left: -7.23%;
  animation-delay: 0.2s;
}
#only .width-wrap .middle-area > p:nth-of-type(3){
  bottom: 11.01%;
  left: 16.00%;
  animation-delay: 0.3s;
}
#only .width-wrap .middle-area > p:nth-of-type(4){
  bottom: 47.62%;
  right: -22.61%;
  animation-delay: 0.4s;
}
#only .width-wrap .middle-area > p:nth-of-type(5){
  bottom: 33.93%;
  right: -4.15%;
  animation-delay: 0.5s;
}
#only .width-wrap .middle-area > p:nth-of-type(6){
  bottom: 20.23%;
  right: -17.69%;
  animation-delay: 0.6s;
}
#only .width-wrap .middle-area > p:nth-of-type(7){
  bottom: 5.95%;
  right: -6.62%;
  animation-delay: 0.7s;
}
#only .width-wrap .middle-area > p img{
  width: 25px;
}
#only .width-wrap .bottom-area > p:nth-of-type(1){
  letter-spacing: -0.96px;
}
#only .width-wrap .bottom-area > p:nth-of-type(2){
  margin: 4px 0 40px;
}
#only .width-wrap .bottom-area .special-list{
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
#only .width-wrap .bottom-area .special-list li{
  gap: 16px;
  padding: 28px 48px;
  border-radius: 20px;
  background: var(--white);
}
#only .width-wrap .bottom-area .special-list li .num{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: var(--po2);
  letter-spacing: -0.8px;
}
#only .width-wrap .bottom-area .special-list li p{
  letter-spacing: -0.8px;
  text-align: left;
}

/* company-example */
#company-example .width-wrap {
  padding: var(--paddingB140);
}
#company-example .width-wrap > h3 {
  letter-spacing: -1.84px;
  margin: 120px 0;
}
#company-example .width-wrap .info-list {
  display: grid;
  grid-template-columns: 0.31184fr 1fr;
  gap: 5px 60px;
  padding: 40px 20px 0 20px;
  border-top: 1px solid var(--gray);
}
#company-example .width-wrap .info-list li.tit {
  font-family: "Noto Sans KR";
  text-align: right;
}
#company-example .width-wrap .info-list li:not(.tit) {
  grid-column: 2;
  letter-spacing: -0.8px;
  text-align: left;
  gap: 12px;
}
#company-example .width-wrap .info-list li.alert {
  margin-top: 15px;
}
#company-example .width-wrap .info-list li .dot {
  width: 5px;
  height: 5px;
  aspect-ratio: 1/1;
  background: var(--black);
  border-radius: 1000px;
}

/* example (개인 활용, 기업/관성서 활용 섹션에서 사용중) */
.example .width-wrap {
  text-align: center;
}
.example .width-wrap > p:nth-of-type(1) {
  letter-spacing: -0.96px;
  margin-bottom: 6px;
}
.example .width-wrap > h5 {
  letter-spacing: -1.44px;
}
.example .width-wrap > p:nth-of-type(2) {
  letter-spacing: -0.8px;
  margin: 60px 0;
}
.example .width-wrap .box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(0, 248px);
  gap: 28px;
  max-width: 1070px;
  margin: 0 auto;
}
.example .width-wrap .box-list .box {
  background: #f9f9f9;
  padding: 32px;
  gap: 36px;
}
.example .width-wrap .box-list .box img {
  width: 120px;
}

/* give */
#give {
  overflow: hidden;
  background: #f9f9f9;
}
#give .width-wrap {
  padding: var(--paddingT140);
  text-align: center;
}
#give .width-wrap > h3 {
  letter-spacing: -1.84px;
}
#give .width-wrap > p {
  letter-spacing: -0.96px;
  margin: 16px 0 80px;
}
#give .width-wrap > .box {
  display: none;
}
#give .width-wrap .bottom-area {
  position: relative;
  aspect-ratio: 16 / 6.8244;
}
#give .width-wrap .bottom-area .circle-zone {
  max-width: 1320px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--white);
  border-radius: 100%;
  border: 1px solid var(--po2);
  position: absolute;
  z-index: 1;
}
#give .width-wrap .bottom-area .title-zone {
  position: relative;
  z-index: 2;
  top: 49.8%;
}
#give .width-wrap .bottom-area .title-zone p:nth-of-type(1) {
  display: flex;
  justify-content: center;
  gap: 8px;
}
#give .width-wrap .bottom-area .title-zone p:nth-of-type(1) span {
  transition: 0.3s ease-in-out;
}
#give .width-wrap .bottom-area .title-zone p:nth-of-type(1) span.active {
  color: var(--po2);
}
#give .width-wrap .bottom-area .title-zone p:nth-of-type(2) {
  position: relative;
  top: -8px;
}
#give .width-wrap .bottom-area .text-zone {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#give .width-wrap .bottom-area .text-zone .text {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 28px;
}
#give .width-wrap .bottom-area .text-zone .text.num1 {
  left: 0.758%;
  top: 69.29%;
}
#give .width-wrap .bottom-area .text-zone .text.num2 {
  left: 18.183%;
  top: 16.1%;
}
#give .width-wrap .bottom-area .text-zone .text.num3 {
  left: 44.773%;
  top: -5.8%;
}
#give .width-wrap .bottom-area .text-zone .text.num4 {
  right: 18.182%;
  top: 16.1%;
}
#give .width-wrap .bottom-area .text-zone .text.num5 {
  right: 0.758%;
  top: 69.29%;
}
#give .width-wrap .bottom-area .text-zone .text.left {
  flex-direction: row-reverse;
}
#give .width-wrap .bottom-area .text-zone .text.bottom {
  flex-direction: column;
}
#give .width-wrap .bottom-area .text-zone .text > p {
  width: 64px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  border-radius: 500px;
  background: linear-gradient(
      0deg,
      rgba(44, 179, 77, 0.1) 0%,
      rgba(44, 179, 77, 0.1) 100%
    ),
    #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#give .width-wrap .bottom-area .text-zone .text.active > p {
  background-color: var(--po2);
  color: var(--white);
}
#give .width-wrap .bottom-area .text-zone .text .desc p:nth-of-type(2) {
  letter-spacing: -0.96px;
}

/* money */
#money .width-wrap {
  text-align: center;
}
#money .width-wrap > h3 {
  letter-spacing: -1.84px;
}
#money .width-wrap > p {
  letter-spacing: -0.96px;
  margin: 16px 0 80px;
}
#money .width-wrap .box-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(0, 419px);
  gap: 20px;
}
#money .width-wrap .box-list .box {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  padding: 32px;
  align-items: initial;
  justify-content: initial;
  text-align: left;
}
#money .width-wrap .box-list .box .badge-zone {
  display: flex;
  gap: 8px;
}
#money .width-wrap .box-list .box .badge-zone .badge {
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: -0.64px;
  background: var(--black);
}
#money .width-wrap .box-list .box .badge-zone .badge.orange {
  background: var(--po1-light);
}
#money .width-wrap .box-list .box .badge-zone .badge.green {
  background: var(--po2);
}
#money .width-wrap .box-list .box > p:nth-of-type(1) {
  margin-top: 24px;
}
#money .width-wrap .box-list .box > p:nth-of-type(1) span {
  letter-spacing: -0.64px;
}
#money .width-wrap .box-list .box > p:nth-of-type(2) {
  letter-spacing: -1.28px;
  margin: 4px 0;
}
#money .width-wrap .box-list .box > p:nth-of-type(3) {
  margin-bottom: 24px;
}
#money .width-wrap .box-list .box .info-zone {
  border-radius: 10px;
  padding: 24px;
  background: #f9f9f9;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
#money .width-wrap .box-list .box .info-zone li {
  letter-spacing: -0.72px;
  gap: 8px;
}
#money .width-wrap .box-list .box .info-zone li img {
  width: 20px;
  padding: 6px 0;
}

/* counsel */
#counsel {
  background: url(/img/screen/safe-number/img_counsel_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#counsel .width-wrap h3 {
  letter-spacing: -1.84px;
}
#counsel .width-wrap p {
  margin: 12px 0 80px;
}
#counsel .width-wrap .btn-zone {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 700px;
  margin: 0 auto;
}
#counsel .width-wrap .btn-zone .btn {
  padding: 21px 20px;
  line-height: 160%;
  letter-spacing: -0.8px;
}
#counsel .width-wrap .btn-zone .btn:nth-child(1) img {
  width: 20px;
}
#counsel .width-wrap .btn-zone .btn:nth-child(2) img {
  width: 22px;
}

/* responsive */
@media all and (max-width: 1420px) {
  /* give */
  #give .width-wrap {
    padding: 80px 0 40px;  
  }
  #give .width-wrap > p {
    margin: 12px 0 40px;
  }
  #give .width-wrap > .box {
    display: flex;
    width: 79.355%;
    padding: 24px 48px;
    margin: 0 auto 40px;
    border-radius: 15px;
    position: relative;
    z-index: 3;
  }
  #give .width-wrap .bottom-area {
    aspect-ratio: initial;
  }
  #give .width-wrap .bottom-area .circle-zone,
  #give .width-wrap .bottom-area .title-zone {
    display: none;
  }
  #give .width-wrap .bottom-area .text-zone {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: fit-content;
    margin: 0 auto;
  }
  #give .width-wrap .bottom-area .text-zone::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: calc(100% + 120px);
    background: var(--po2);
    left: 25px;
    bottom: -40px;
  }
  #give .width-wrap .bottom-area .text-zone .text.num1, 
  #give .width-wrap .bottom-area .text-zone .text.num2, 
  #give .width-wrap .bottom-area .text-zone .text.num3, 
  #give .width-wrap .bottom-area .text-zone .text.num4, 
  #give .width-wrap .bottom-area .text-zone .text.num5 { 
    position: relative;
    inset: unset;
    opacity: 0;
  }
  #give.start .text-zone .text {
    animation: fadeUp 1s ease forwards;
  }
  #give.start .text-zone .text.num1 {
    animation-delay: 200ms;
  }
  #give.start .text-zone .text.num2 {
    animation-delay: 400ms;
  }
  #give.start .text-zone .text.num3 {
    animation-delay: 600ms;
  }
  #give.start .text-zone .text.num4 {
    animation-delay: 650ms;
  }
  #give.start .text-zone .text.num5 {
    animation-delay: 700ms;
  }
  #give .width-wrap .bottom-area .text-zone .text.bottom,
  #give .width-wrap .bottom-area .text-zone .text.left {
    flex-direction: row;
  }
  #give .width-wrap .bottom-area .text-zone .text > p {
    width: 50px;
    background-color: var(--po2);
    color: var(--white);
  }
  #give .width-wrap .bottom-area .text-zone .text .desc  {
    text-align: left;
  }

  /* money */
  #money .width-wrap .box-list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
  }
}
@media all and (max-width: 1020px) {
  /* main */
  #main .swiper .swiper-wrapper .swiper-slide.one,
  #main .swiper .swiper-wrapper .swiper-slide.two,
  #main .swiper .swiper-wrapper .swiper-slide.three {
    background-position: 70% center;
  }

  /* what */
  #what .width-wrap .middle-area {
    padding: 0;
  }
  #what .width-wrap .middle-area .box {
    padding: 28px 20px;
  }
  #what .width-wrap .middle-area .box.point {
    padding: 26px 18px;
  }
  #what .width-wrap .middle-area .box .tel-zone .stamp {
    bottom: 85.27px;
    left: 36px;
    max-width: 250px;
  }

  #only .width-wrap .middle-area > p:nth-of-type(1) {
    left: -18.463%;
  }
  #only .width-wrap .middle-area > p:nth-of-type(4) {
    right: -18.61%;
  }

  /* company-example */
  #company-example .width-wrap .info-list {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0 0;
  }
  #company-example .width-wrap .info-list li.tit {
    text-align: center;
    margin-bottom: 10px;
  }
  #company-example .width-wrap .info-list li:not(.tit) {
    grid-column: initial;
    gap: 8px;
  }
  #company-example .width-wrap .info-list li.alert {
    margin-top: 10px;
  }
}
@media all and (max-width: 900px) {
  /* main */
  #main .width-wrap {
    justify-content: start;
  }
  
  /* what */
  #what .width-wrap .middle-area {
    margin: 60px 0;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #what .width-wrap .middle-area .box,
  #what .width-wrap .middle-area .box.point {
    gap: 32px;
  }
  #what .width-wrap .middle-area .box.point {
    left: 0;
  }
  #what .width-wrap .middle-area .box > .icon-text {
    gap: 8px;
  }
  #what .width-wrap .middle-area .box .tel-zone,
  #what .width-wrap .middle-area .box.point .tel-zone {
    gap: 8px;
    padding: 20px 12px;
    border-radius: 12px;
  }
  #what .width-wrap .middle-area .box .tel-zone p:nth-child(2),
  #what .width-wrap .middle-area .box.point .tel-zone p:nth-child(2) {
    width: 100%;
  }
  #what .width-wrap .middle-area .box .desc-zone li {
    gap: 8px;
  }

  /* only */
  #only .width-wrap .middle-area > p {
    padding: 7px 16px;
  }
  #only .width-wrap .middle-area > p:nth-of-type(1),
  #only .width-wrap .middle-area > p:nth-of-type(2),
  #only .width-wrap .middle-area > p:nth-of-type(3){
    left: 0;
  }
  #only .width-wrap .middle-area > p:nth-of-type(4),
  #only .width-wrap .middle-area > p:nth-of-type(5),
  #only .width-wrap .middle-area > p:nth-of-type(6),
  #only .width-wrap .middle-area > p:nth-of-type(7){
    right: 0;
  }
  #only .width-wrap .middle-area > p:nth-of-type(1){
    bottom: 31.965%;
  }
  #only .width-wrap .middle-area > p:nth-of-type(2) {
    bottom: 21.19%;
  }
  #only .width-wrap .middle-area > p:nth-of-type(4){
    bottom: 36.62%;
  }
  #only .width-wrap .middle-area > p:nth-of-type(5){
    bottom: 26.93%;
  }
  #only .width-wrap .middle-area > p:nth-of-type(6){
    bottom: 16.5%;
  }
  #only .width-wrap .middle-area > p img {
    width: 15px;
  }
  #only .width-wrap .bottom-area .special-list li {
    padding: 18px 20px;
    border-radius: 16px;
  }
  #only .width-wrap .bottom-area .special-list li .num {
    width: 28px;
    height: 28px;
    font-size: 15px;
    letter-spacing: -0.6px;
  }

  /* company-example */
  #company-example .width-wrap > h3 {
    margin: 60px 0;
    font-weight: 600;
  }

  /* example */
  .example .width-wrap .box-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media all and (max-width: 750px) {
  /* only */
  #only .width-wrap .middle-area{
    width: 90.4%;
  }
  
  /* company-example */
  #company-example .width-wrap .info-list li:not(.tit) {
    font-size: 14px;
  }
  
  /* money */
  #money .width-wrap > p {
    margin: 12px 0 40px;
  }
  #money .width-wrap .box-list {
    grid-template-columns: 1fr;
  }
  #money .width-wrap .box-list .box {
    border-radius: 16px;
    padding: 24px;
  }
  #money .width-wrap .box-list .box > p:nth-of-type(1) {
    margin-top: 16px;
  }
  #money .width-wrap .box-list .box > p:nth-of-type(3) {
    margin-bottom: 16px;
  }
  #money .width-wrap .box-list .box .info-zone {
    padding: 16px;
  }
  
  /* counsel */
  #counsel {
    background: url(/img/screen/safe-number/img_counsel_bg_mo.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #counsel .width-wrap p {
    font-size: 16px;
    margin: 12px 0 60px;
  }
  #counsel .width-wrap .btn-zone {
    gap: 12px;
  }
  #counsel .width-wrap .btn-zone .btn {
    padding: 19px 20px;
  }
}
@media all and (max-width: 500px) {
  /* main */
  #main {
    max-height: 760px;
  }
  #main .swiper .swiper-wrapper .swiper-slide.one {
    background: url(/img/screen/safe-number/img_main_bg01-M.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #main .swiper .swiper-wrapper .swiper-slide.two{
    background: url(/img/screen/safe-number/img_main_bg02-M.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #main .swiper .swiper-wrapper .swiper-slide.three{
    background: url(/img/screen/safe-number/img_main_bg03-M.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #main .width-wrap {
    padding: 250px 0 80px;
  }
  #main .width-wrap > p {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.64px;
  }
  #main .width-wrap > p img {
    width: 93px;
  }
  #main .width-wrap .title-zone {
    margin: 24px 0;
  }
  #main .width-wrap .title-zone h3 {
    font-weight: 600;
    letter-spacing: -0.96px;
  }
  #main .width-wrap .btn-zone {
    gap: 8px;
  }
  #main .width-wrap .btn-zone .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
  }
  #main .width-wrap .btn-zone .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
  #main .width-wrap .btn-zone .swiper-navigaion .swiper-button-prev, 
  #main .width-wrap .btn-zone .swiper-navigaion .swiper-button-next {
    width: 18px;
    height: 18px;
  }

  /* what */
  #what .width-wrap .top-area {
    padding-top: 20px;
  }
  #what .width-wrap .top-area h3 {
    font-weight: 600;
    letter-spacing: -0.96px;
  }
  #what .width-wrap .top-area p {
    font-size: 16px;
    letter-spacing: -0.64px;
  }
  #what .width-wrap .middle-area .box > .icon-text {
    font-size: 16px;
  }
  #what .width-wrap .middle-area .box.point > .icon-text {
    font-size: 18px;
  }
  #what .width-wrap .middle-area .box > .icon-text img {
    width: 35px;
  }
  #what .width-wrap .middle-area .box.point > .icon-text img {
    width: 40px;
  }
  #what .width-wrap .middle-area .box.point .tel-zone p:nth-child(1) {
    font-size: 18px;
  }
  #what .width-wrap .middle-area .box .tel-zone p:nth-child(2) {
    font-size: 22px;
    letter-spacing: -0.88px;
  }
  #what .width-wrap .middle-area .box.point .tel-zone p:nth-child(2) {
    font-size: 28px;
    letter-spacing: -1.12px;
  }
  #what .width-wrap .middle-area .box .tel-zone .stamp {
    max-width: 202px;
  }
  #what .width-wrap .middle-area .box .desc-zone li,
  #what .width-wrap .middle-area .box.point .desc-zone li {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
  #what .width-wrap .middle-area .box .desc-zone li img,
  #what .width-wrap .middle-area .box.point .desc-zone li img {
    width: 16px;
  }
  #what .width-wrap .bottom-area img {
    width: 130px;
  }
  #what .width-wrap .bottom-area p {
    letter-spacing: -0.8px;
  }

  /* only */
  #only .width-wrap .top-area {
    padding-top: 20px;
  }
  #only .width-wrap .top-area h3 {
    font-weight: 600;
    letter-spacing: -0.96px;
  }
  #only .width-wrap .top-area p {
    font-size: 16px;
    letter-spacing: -0.64px;
  }
  #only .width-wrap .middle-area {
    width: 100%;
    margin: 40px auto 80px;
  }
  #only .width-wrap .middle-area > p {
    gap: 6px;
    border: 0.773px solid var(--po2);
    box-shadow: 2.062px 2.062px 6.185px 0 rgba(51, 51, 51, 0.10);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.6px;
  }
  #only .width-wrap .middle-area > p:nth-of-type(1){
    bottom: 26.17%;
  }
  #only .width-wrap .middle-area > p:nth-of-type(2){
    bottom: 13.02%;
  }
  #only .width-wrap .middle-area > p:nth-of-type(3){
    bottom: 0%;
    left: 11.21%;
  }
  #only .width-wrap .middle-area > p:nth-of-type(4){
    bottom: 32.71%;
  }
  #only .width-wrap .middle-area > p:nth-of-type(5){
    bottom: 19.00%;
  }
  #only .width-wrap .middle-area > p:nth-of-type(6){
    bottom: 5.29%;
  }
  #only .width-wrap .middle-area > p:nth-of-type(7){
    bottom: -8.41%;
  }
  #only .width-wrap .bottom-area > p:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: -0.72px;
  }
  #only .width-wrap .bottom-area > p:nth-of-type(2) {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.96px;
  }
  #only .width-wrap .bottom-area .special-list {
    gap: 12px;
  }
  #only .width-wrap .bottom-area .special-list li p{
    letter-spacing: -0.64px;
  }

  /* company-example */
  #company-example .width-wrap > h3 {
    letter-spacing: -0.96px;
  }
  #company-example .width-wrap .info-list li:not(.tit) {
    font-size: 14px;
    letter-spacing: -0.56px;
    align-items: start;
  }
  #company-example .width-wrap .info-list li .dot {
    margin-top: 7px;
  }

  /* example */
  .example .width-wrap > p:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: -0.72px;
    margin-bottom: 4px;
  }
  .example .width-wrap > h5 {
    font-weight: 600;
    letter-spacing: -0.96px;
  }
  .example .width-wrap > p:nth-of-type(2) {
    margin: 40px 0;
    font-size: 14px;
    letter-spacing: -0.56px;
  }
  .example .width-wrap .box-list {
    grid-auto-rows: minmax(0, 210px);
  }
  .example .width-wrap .box-list .box {
    gap: 28px;
    padding: 28px 18px;
    border-radius: 16px;
  }
  .example .width-wrap .box-list .box img {
    width: 100px;
  }

  /* give */
  #give .width-wrap > h3 {
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.96px;
  }
  #give .width-wrap > p {
    font-size: 16px;
    letter-spacing: -0.64px;
  }
  #give .width-wrap .bottom-area {
    width: 88.4%;
  }
  #give .width-wrap .bottom-area .text-zone::before {
    left: 18px;
  }
  #give .width-wrap .bottom-area .text-zone .text > p {
    width: 36px;
  }
  #give .width-wrap .bottom-area .text-zone .text > p::before, 
  #give .width-wrap .bottom-area .text-zone .text.num1 > p::after {
    height: calc(100% + 40px);
  }
  #give .width-wrap .bottom-area .text-zone .text.num1 > p::after {
    top: -75%;
  }
  #give .width-wrap .bottom-area .text-zone .text .desc p:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: -0.72px;
  }

  /* money */
  #money .width-wrap > h3 {
    font-weight: 600;
    letter-spacing: -0.96px;
  }
  #money .width-wrap > p {
    font-size: 16px;
    letter-spacing: -0.64px;
  }
  #money .width-wrap .box-list .box .badge-zone .badge {
    letter-spacing: -0.56px;
  }
  #money .width-wrap .box-list .box > p:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: -0.72px;
  }
  #money .width-wrap .box-list .box > p:nth-of-type(1) span {
    letter-spacing: -0.56px;
  }
  #money .width-wrap .box-list .box > p:nth-of-type(2) {
    font-size: 28px;
    letter-spacing: -1.12px;
  }
  #money .width-wrap .box-list .box .info-zone li {
    letter-spacing: -0.64px;
  }
  #money .width-wrap .box-list .box .info-zone li img {
    width: 18px;
    padding: 5.5px 0;
  }

  /* counsel */
  #counsel .width-wrap h3 {
    letter-spacing: -0.96px;
    font-weight: 600;
  }
  #counsel .width-wrap p {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
  #counsel .width-wrap .btn-zone {
    grid-template-columns: 1fr;
  }
  #counsel .width-wrap .btn-zone .btn {
    letter-spacing: -0.64px;
    border-radius: 12px;
  }
}
