@charset "UTF-8";

/* info */
#info {
  background: #f9f9f9;
}
#info .width-wrap {
  padding: var(--paddingMain);
}
#info .width-wrap .desc-area {
  position: relative;
  z-index: 1;
}
#info .width-wrap .desc-area > img {
  width: 52px;
}
#info .width-wrap .desc-area h3 {
  margin: 12px 0 24px;
}
#info .width-wrap .desc-area > p:nth-last-child(2) {
  margin: 100px 0 36px;
}
#info .width-wrap .desc-area .box-zone {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 24px;
  width: 82%;
}
#info .width-wrap .bg-img {
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 140px;
  z-index: 0;
}

/* merit */
#merit .width-wrap h3 {
  margin-bottom: 80px;
}
#merit .width-wrap .box-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
#merit .width-wrap .box-area .box-zone {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#merit .width-wrap .box-area .box-zone.second {
  margin-top: 200px;
}
#merit .width-wrap .box-area .box-zone.third {
  margin-top: 100px;
}
#merit .width-wrap .box-area .box-zone .box {
  position: relative;
  align-items: flex-start;
  background: #f9f9f9;
  padding: 34px 40px;
}
#merit .width-wrap .box-area .box-zone .box.orange {
  background: var(--po1-op-1);
}
#merit .width-wrap .box-area .box-zone .box .img {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

/* procedure */
#procedure {
  display: flex;
  align-items: center;
}
#procedure .width-wrap h3 {
  margin-bottom: 100px;
  text-align: center;
}
#procedure .width-wrap .list-area {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#procedure .width-wrap .list-area .list-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  text-align: center;
}
#procedure .width-wrap .list-area .list-zone .dot {
  width: 13px;
  height: 13px;
  border-radius: 50px;
  background: var(--black);
}

/* s-procedure */
#s-procedure {
  background: #f9f9f9;
}
#s-procedure .width-wrap h3 {
  margin-bottom: 80px;
  text-align: center;
}
#s-procedure .width-wrap .box-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
#s-procedure .width-wrap .box-area .box {
  flex: 1;
  padding: 40px;
  align-items: flex-start;
  gap: 60px;
}

/* make */
#make .width-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 100px;
}
#make .width-wrap h3 {
  width: 100%;
  letter-spacing: -1.84px;
}
#make .width-wrap .list-area {
  max-width: 800px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
#make .width-wrap .list-area .list p:nth-child(2) {
  margin: 40px 0 12px;
  letter-spacing: -1.12px;
}
#make .width-wrap .list-area .list p:nth-child(3) {
  letter-spacing: -0.72px;
}
#make .width-wrap .list-area .list span {
  margin-top: 2px;
  letter-spacing: -0.64px;
}
#make .bg {
  width: 541px;
  position: absolute;
  top: 188px;
  left: -72px;
}

/* free */
#free {
  background: var(--po2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#free .width-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  z-index: 1;
  padding: var(--padding80);
}
#free .width-wrap img {
  width: 100%;
}
#free .width-wrap .right-area p {
  margin: 16px 0 60px;
}
#free .width-wrap .right-area a {
  padding: 12px 26px;
}
#free .bg {
  width: 100%;
  position: absolute;
  animation: vertical-move 1.75s cubic-bezier(0.34, -0.01, 0.63, 0.99) infinite;
  z-index: 0;
}
@keyframes vertical-move {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

/* partner */
#partner {
  background: url("/img/screen/outsider_info/bg_partner.jpg") 50% / cover
    no-repeat;
}
#partner .width-wrap h4 {
  margin-bottom: 80px;
}

/* responsive */
@media all and (max-width: 1300px) {
  #info .width-wrap .bg-img {
    width: 50%;
  }

  #merit .width-wrap .box-area {
    grid-template-columns: 1fr 1fr;
  }
  #merit .width-wrap .box-area .box-zone {
    display: grid;
    grid-auto-rows: 1fr;
  }

  #merit .width-wrap .box-area .box-zone.second {
    margin-top: 0;
  }
  #merit .width-wrap .box-area .box-zone.third {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: -1 / 1;
  }
  #merit .width-wrap .box-area .box-zone .box {
    justify-content: space-between;
  }
  #merit .width-wrap .box-area .box-zone.third .box:first-child {
    order: 2;
  }
  #merit .width-wrap .box-area .box-zone .box p {
    font-size: 20px;
  }

  #procedure:before {
    transform: translateY(91px);
  }

  #s-procedure .width-wrap .box-area {
    flex-wrap: wrap;
    justify-content: center;
    width: 89%;
    margin: 0 auto;
  }
  #s-procedure .width-wrap .box-area .box {
    max-width: 300px;
    width: 300px;
    flex: auto;
  }

  #free .bg {
    width: auto;
    height: 100%;
  }
}
@media all and (max-width: 1070px) {
  #info .width-wrap .desc-area .mo-img {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0;
  }

  #free .width-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  #free .width-wrap img {
    width: 100%;
    max-width: 300px;
  }
  #free .width-wrap .right-area a {
    margin: 0 auto;
  }
  #free .bg {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 906px) {
  #s-procedure .width-wrap .box-area {
    width: 100%;
    flex-direction: column;
  }
  #s-procedure .width-wrap .box-area > img {
    transform: rotate(90deg);
  }
}
@media all and (max-width: 860px) {
  #info .width-wrap .desc-area .box-zone {
    width: 100%;
  }

  #merit .width-wrap .box-area .box-zone .box {
    padding: 24px 23px;
  }
  #merit .width-wrap .box-area .box-zone .box p {
    font-size: 17px;
  }
  #merit .width-wrap .box-area .box-zone .box.sub-text span {
    display: none;
  }
  #merit .width-wrap .box-area .box-zone .box.sub-text:before {
    content: "*1회선당 1,000원 \A (부가세별도/착신료별도)";
    position: absolute;
    top: 82px;
    font-size: var(--font16);
    letter-spacing: var(--font16-ls);
    color: var(--black-op-5);
    white-space: pre-line;
  }

  #procedure:before,
  #procedure .width-wrap .list-area .list-zone .dot {
    display: none;
  }
  #procedure .width-wrap h3 {
    text-align: center;
  }
  #procedure .width-wrap .list-area {
    gap: 48px;
    flex-direction: column;
  }
  #procedure .width-wrap .list-area .list-zone p {
    display: flex;
    gap: 4px;
    text-align: center;
  }

  #make {
    overflow: hidden;
  }
  #make .width-wrap .list-area {
    grid-template-columns: 1fr;
    gap: 60px;
    max-width: 400px;
    margin: 0 auto;
  }
  #make .bg {
    width: 343px;
    top: 168px;
    left: auto;
    right: -45px;
  }

  #free .bg {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 500px) {
  #info .width-wrap .desc-area > img {
    width: 36px;
  }
  #info .width-wrap .desc-area h3 {
    margin: 10px 0 20px;
  }
  #info .width-wrap .desc-area > p {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  #info .width-wrap .desc-area > p:nth-last-child(2) {
    font-size: 16px;
    letter-spacing: -0.32px;
    margin: 40px 0 28px;
  }
  #info .width-wrap .desc-area .box-zone {
    gap: 16px;
  }
  #info .width-wrap .desc-area .box-zone .box img {
    width: 24px;
  }
  #info .width-wrap .desc-area .box-zone .box p {
    font-size: 14px;
    letter-spacing: -0.28px;
  }

  #merit .width-wrap h3,
  #s-procedure .width-wrap h3 {
    text-align: center;
    margin-bottom: 40px;
  }
  #merit .width-wrap .box-area {
    gap: 14px;
  }
  #merit .width-wrap .box-area .box-zone {
    gap: 14px;
  }
  #merit .width-wrap .box-area .box-zone .box {
    padding: 24px 17px;
  }
  #merit .width-wrap .box-area .box-zone .box p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  #merit .width-wrap .box-area .box-zone .box.sub-text {
    display: flex;
    align-items: center;
  }
  #merit .width-wrap .box-area .box-zone .box.sub-text:before {
    text-align: center;
  }
  #merit .width-wrap .box-area .box-zone .box.sub-text:before {
    text-align: center;
    top: 70px;
    font-size: 12px;
    letter-spacing: -0.24px;
  }
  #merit .width-wrap .box-area .box-zone .box .img {
    width: 58px;
    margin: 27px auto 0;
  }
  #merit .width-wrap .box-area .box-zone .box .img img {
    width: 100%;
  }

  #procedure .width-wrap h3 {
    margin-bottom: 60px;
  }
  #procedure .width-wrap .list-area .list-zone {
    gap: 20px;
  }
  #procedure .width-wrap .list-area .list-zone img {
    width: 84px;
  }

  #s-procedure .width-wrap .box-area > img {
    width: 20px;
  }
  #s-procedure .width-wrap .box-area .box {
    width: 100%;
    max-width: none;
    padding: 24px 0;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  #s-procedure .width-wrap .box-area .box img {
    width: 48px;
  }
  #s-procedure .width-wrap .box-area .box p {
    font-size: 18px;
    letter-spacing: -0.36px;
  }

  #make .width-wrap {
    gap: 80px;
  }
  #make .width-wrap h3 {
    letter-spacing: -0.96px;
  }
  #make .width-wrap .list-area .list img {
    width: 68px;
  }
  #make .width-wrap .list-area .list p:nth-child(2) {
    margin: 24px 0 10px;
    letter-spacing: -0.8px;
  }
  #make .width-wrap .list-area .list p:nth-child(3) {
    letter-spacing: -0.64px;
  }
  #make .width-wrap .list-area .list span {
    margin-top: 0;
    letter-spacing: -0.56px;
  }
  #make .bg {
    width: 196px;
    top: 168px;
    left: auto;
    right: -45px;
  }

  #free .width-wrap {
    gap: 24px;
  }
  #free .width-wrap img {
    width: 71.5%;
    max-width: none;
  }
  #free .width-wrap .right-area p {
    font-size: 16px;
    letter-spacing: -0.32px;
    margin: 10px 0 24px;
  }
  #free .width-wrap .right-area a {
    padding: 10px 20px;
  }

  #partner .width-wrap h4 {
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
