@charset "UTF-8";

/* visual */
.visual .visual_item.n1:before {
  background-image: url("../images/qr/pc_main_1.png");
}

.visual .visual_item.n2:before {
  background-image: url("../images/qr/pc_main_2.png");
}

.visual .visual_item .visual_sub {
  position: relative;
  margin-top: 24px;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

/* common */
.qr br.mo {
  display: none;
}

.qr .center {
  text-align: center;
}

.qr .section_label {
  margin-bottom: 16px;
  color: #00BC56;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.qr .section_list {
  position: relative;
  margin-top: 80px;
  font-size: 0;
  line-height: 0;
}

.qr .section_list li {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.qr .section_box {
  font-size: 0;
  line-height: 0;
}

.qr .section_box .box {
  display: inline-block;
  width: calc(50% - 15px);
  vertical-align: middle;
}

.qr .section_box .box+.box {
  margin-left: 30px;
}

.qr .section_img {
  margin-top: 80px;
  font-size: 0;
  line-height: 0;
}

.qr .section_img img {
  width: 100%;
  border-radius: 20px;
}

/* section2 : 도입 이유 */
.qr .section2 .section_list li {
  width: calc(33.33% - 20px);
  padding: 40px 32px;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, .08), 0 8px 16px rgba(0, 0, 0, .08), 0 16px 20px rgba(0, 0, 0, .12);
}

.qr .section2 .section_list li+li {
  margin-left: 30px;
}

.qr .section2 .section_list li img {
  width: 272px;
  max-width: 100%;
}

.qr .section2 .section_list li p {
  margin-top: 32px;
  color: #1F2122;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

/* section4 : 선결제/후결제 */
.qr .section4 {
  position: relative;
  padding: 100px 0;
  background: url("../images/qr/pc_s3.png") no-repeat center / cover;
}

.qr .section4 .section_title,
.qr .section4 .section_text {
  color: #FFF;
}

.qr .section4 table {
  width: 100%;
  margin-top: 60px;
  border-collapse: collapse;
  color: #FFF;
  text-align: center;
}

.qr .section4 th,
.qr .section4 td {
  height: 78px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  vertical-align: middle;
}

.qr .section4 thead th {
  font-size: 22px;
  font-weight: 700;
}

.qr .section4 tbody th {
  font-size: 26px;
  font-weight: 700;
  white-space: nowrap;
}

.qr .section4 tbody tr {
  border-top: 2px solid #FFF;
}

.qr .section4 tbody tr:last-child {
  border-bottom: 2px solid #FFF;
}

/* section5 : 이용 화면 */
.qr .section5 .section_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
}

.qr .section5 .section_list li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.qr .section5 .section_list li img {
  width: 256px;
}

.qr .section5 .section_list li.camera img {
  width: 335px;
}

.qr .section5 .section_list li span {
  display: inline-block;
  margin-top: 24px;
  padding: 0 14px;
  border-radius: 8px;
  background-color: #E5F8EE;
  color: #00BC56;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
}

/* section6 : 공지 노출 */
.qr .section6 {
  background-color: #F5F8FA;
}

.qr .section6 .box.img {
  text-align: right;
}

.qr .section6 .box.img img {
  width: 496px;
  max-width: 100%;
}

/* section7 : POS 연동/다국어 */
.qr .section7 .section_list li {
  width: calc(50% - 15px);
  padding: 40px 32px;
  border-radius: 20px;
  background-color: #F5F8FA;
}

.qr .section7 .section_list li+li {
  margin-left: 30px;
}

.qr .section7 .section_list li img {
  width: 400px;
  max-width: 100%;
}

.qr .section7 .section_list li strong {
  display: block;
  margin-top: 32px;
  color: #00BC56;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.qr .section7 .section_list li p {
  margin-top: 12px;
  color: #545B63;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

/* section8 : 파트너센터 */
.qr .section8 {
  background-color: #F0FAEF;
}

.qr .section8 .section_img {
  position: relative;
}

.qr .section8 .section_img img {
  border-radius: 0;
}

.qr .section8 .chip_list {
  position: absolute;
  top: 40px;
  left: 20px;
  text-align: left;
}

.qr .section8 .chip_list li {
  display: block;
  padding: 12px 24px;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .12);
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  color: #1F2122;
  white-space: nowrap;
}

.qr .section8 .chip_list li+li {
  margin-top: 16px;
}

.qr .section8 .chip_list li strong {
  margin-right: 12px;
  color: #00BC56;
  font-size: 30px;
  font-weight: 700;
}

/* section9 : 설치사례 */
.qr .section9 .section_list li {
  width: calc(50% - 15px);
  overflow: hidden;
  border-radius: 20px;
}

.qr .section9 .section_list li+li {
  margin-left: 30px;
}

.qr .section9 .section_list li a {
  display: block;
  position: relative;
  color: #FFF;
}

.qr .section9 .section_list li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
}

.qr .section9 .section_list li img {
  width: 100%;
}

.qr .section9 .section_list li .text {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 1;
  text-align: left;
}

.qr .section9 .section_list li .text strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.qr .section9 .section_list li .text span {
  display: block;
  margin-top: 4px;
  color: #E2E6EA;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.qr .section9 .section_list li .arrow {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .4) url("../images/common/arrow.svg") no-repeat center;
  backdrop-filter: blur(10px);
  transform: scaleX(-1); /* ponytail: 기존 좌향 화살표 재사용 */
}

@media all and (max-width:1200px) {
  .qr .section2 .section_list li {
    padding: 32px 20px;
  }

  .qr .section2 .section_list li p {
    font-size: 18px;
    line-height: 28px;
  }

  .qr .section5 .section_list {
    gap: 16px;
  }

  .qr .section5 .section_list li img {
    width: 200px;
  }

  .qr .section5 .section_list li.camera img {
    width: 262px;
  }

  .qr .section8 .chip_list li {
    font-size: 18px;
    line-height: 30px;
  }

  .qr .section8 .chip_list li strong {
    font-size: 24px;
  }
}

@media all and (max-width:1000px) {
  .qr br.mo {
    display: inline;
  }

  .visual .visual_item.n1:before {
    background-image: url("../images/qr/mo_main_1.png");
  }

  .visual .visual_item.n2:before {
    background-image: url("../images/qr/mo_main_2.png");
  }

  .visual .visual_item .visual_sub {
    margin-top: 16px;
    font-size: 16px;
    line-height: 26px;
  }

  .qr .section_label {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .qr .section_list,
  .qr .section_img {
    margin-top: 40px;
  }

  .qr .section_img img {
    border-radius: 12px;
  }

  .qr .section_box .box {
    display: block;
    width: 100%;
  }

  .qr .section_box .box+.box {
    margin: 40px 0 0;
  }

  .qr .section2 .section_list li,
  .qr .section7 .section_list li,
  .qr .section9 .section_list li {
    display: block;
    width: 100%;
  }

  .qr .section2 .section_list li+li,
  .qr .section7 .section_list li+li,
  .qr .section9 .section_list li+li {
    margin: 20px 0 0;
  }

  .qr .section2 .section_list li img {
    width: 200px;
  }

  .qr .section2 .section_list li p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .qr .section4 {
    padding: 80px 0;
    background-image: url("../images/qr/mo_s3.png");
  }

  .qr .section4 table {
    margin-top: 40px;
  }

  .qr .section4 th,
  .qr .section4 td {
    height: 56px;
    font-size: 13px;
    line-height: 19px;
  }

  .qr .section4 thead th,
  .qr .section4 tbody th {
    font-size: 15px;
  }

  .qr .section5 .section_list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .qr .section5 .section_list li img,
  .qr .section5 .section_list li.camera img {
    width: 100%;
    max-width: 320px;
  }

  .qr .section5 .section_list li span {
    font-size: 18px;
    line-height: 34px;
  }

  .qr .section6 .box.img {
    text-align: center;
  }

  .qr .section6 .box.img img {
    width: 320px;
  }

  .qr .section7 .section_list li img {
    width: 272px;
  }

  .qr .section7 .section_list li strong {
    margin-top: 24px;
    font-size: 20px;
    line-height: 30px;
  }

  .qr .section7 .section_list li p {
    font-size: 16px;
    line-height: 26px;
  }

  /* ponytail: 모바일 이미지(mo_s7) 상단이 투명 영역이라 칩을 그 위에 겹쳐 배치 */
  .qr .section8 .chip_list {
    top: 0;
    left: 0;
  }

  .qr .section8 .chip_list li {
    padding: 6px 14px;
    font-size: 13px;
    line-height: 20px;
  }

  .qr .section8 .chip_list li+li {
    margin-top: 8px;
  }

  .qr .section8 .chip_list li strong {
    margin-right: 8px;
    font-size: 15px;
  }

  .qr .section9 .section_list li .text {
    left: 20px;
    bottom: 20px;
  }

  .qr .section9 .section_list li .text strong {
    font-size: 22px;
    line-height: 32px;
  }

  .qr .section9 .section_list li .text span {
    font-size: 15px;
    line-height: 22px;
  }

  .qr .section9 .section_list li .arrow {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
