/* Reset some default browser styling */
@media (max-width: 430px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html {
    box-sizing: border-box;
  }

  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }

  * {
    word-wrap: nowrap;
  }

  .hide {
    display: none !important;
  }

  .wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }

  .menu2 {
    color: black;
  }

  body {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header {
    width: 100%;
    height: auto;
    position: relative;
  }

  .header-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 10px var(--999999, #99999965);
    position: sticky;
  }

  .header_logo {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }

  .header-content .logo {
    height: 20px;
  }

  .header_navbar {
    height: 46px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }

  header nav ul {
    width: 100vw;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    /* gap: 25px; */
    padding: 16px 20px;
  }

  header nav ul li {
    margin-right: 0;
  }

  header nav ul li a {
    /* width: 300px; */
    text-decoration: none;
    color: #999;
    font-size: 12px;
    font-weight: bold;
  }

  .header_link:hover,
  .header_link:focus,
  .header_link:active {
    color: black;
    /* opacity: 0.75; */
    transition: all 0.3s;
  }

  body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'NanumGothic', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    color: #333;
  }

  .main_container {
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: content-box;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    border-bottom: #ddd solid 1px;
  }

  .breadcrumb-container {
    width: 100%;
    display: flex;
    height: 40px;
    align-items: center;
    background: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .breadcrumb-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .breadcrumb {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
  }

  .breadcrumb-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  .breadcrumb-item {
    cursor: pointer;
    color: #fff;
    font-family: NanumSquare, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    white-space: nowrap;
  }

  .breadcrumb-item.current {
    color: #fae100;
  }

  .header_main {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px 20px 20px 20px;
  }

  .header_main img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }

  .header_main_text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .header_main_text h2 {
    color: #000;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    font-family: NanumSquare, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
  }

  .header_main h2 {
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    text-shadow: rgb(192, 192, 192) 3px 3px 3px;
    margin-left: 0;
    justify-content: center;
    text-decoration-line: none;
  }

  /* ======================================================== */
  /* COUPON NAVIGATION SECTION ================================================================================================== */
  /* ======================================================== */

  .coupon_navigation_header_container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 328px;
    height: auto;
    padding: 16px;
    margin: 0 auto;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
    gap: 8.34px;
    background: #F6F6F9;
  }

  .coupon_navigation_main_text {
    width: 100%;
    max-width: 228px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .coupon_navigation_main_text p {
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    font-family: NanumSquare;
    font-size: 8.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
  }

  .coupon_navigation_bold_text {
    width: 100%;
    max-width: 190px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .coupon_navigation_bold_text p {
    color: #000;
    text-align: center;
    font-family: NanumSquare;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 150% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  .coupon_navigation_header_container img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 88.87px;
    height: auto;
    display: flex;
    justify-content: right;
    align-items: center;
  }

  /* ======================================================== */
  /* CARDS CONTAINER SECTION ================================================================================================== */
  /* ======================================================== */

  .cards-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .dashboard-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
  }

  .event-cards-container {
    width: 100%;
    height: auto;
    display: flex;

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

  .event-card {
    width: 100%;
    max-width: 155px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0.41px solid rgba(0, 0, 0, 0.20);
  }

  .event-card-link {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .event-image-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .event-image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .event-info {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 14px;
    align-items: left;
  }

  .event-title {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Nanum Gothic";
    font-size: 9.646px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .event-date {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Nanum Gothic";
    font-size: 6.967px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 9.753px */
  }

  .event-date-disabled {
    color: #ccc;
    font-family: "Nanum Gothic";
    font-size: 6.967px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .event-status {
    border-radius: 0px;
    color: #F00;
    font-family: "Nanum Gothic";
    font-size: 6.967px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
  }

  .event-status-disabled {
    border-radius: 0px;
    color: #ccc;
    font-family: "Nanum Gothic";
    font-size: 6.967px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 9.753px */
  }

  /* ======================================================== */
  /* PAGINATION CONTAINER SECTION ================================================================================================== */
  /* ======================================================== */

  .pagination-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pagination {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .pagination a {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
  }

  .pagination a .fas {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pagination a.active {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pagination a.active .fas {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* ======================================================== */
  /* FAQ SECTION CONTAINER SECTION ================================================================================================== */
  /* ======================================================== */

  .faq_section_container {
    width: 100%;
    height: auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .info3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .info4 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .FAQ_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .FAQ {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .QA {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .answer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
  }

  .answer p {
    width: auto;
    color: #000;
    text-align: left;
    font-family: NanumSquare;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 14px */
  }

  /* ======================================================== */
  /* INQUIRY SECTION CONTAINER SECTION ================================================================================================== */
  /* ======================================================== */

  .inquiry_section_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .info5 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .b2b_title1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .title1 {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .title1 h2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .B2B_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .B2B_img_mockup {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .B2B_img_mockup img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .B2B_wrap {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F9F9F9;
  }
  .B2B {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .B2B_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part1 {
    color: #000;
    font-family: NanumSquare;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 9.198px;
  }
  .part2 {
    color: #000;
    font-family: NanumSquare;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 9.198px;
  }

  .part3 {
    color: #000;
    font-family: NanumSquare;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 9.198px;
  }

  .part3 span {
    color: #000;
    font-family: NanumSquare;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 9.198px;
  }

  .form_button {
    width: 100%;
    max-width: 191.55px;
    height: auto;
    display: flex;
    padding: 5.417px 13.001px;
    justify-content: center;
    align-items: center;
    gap: 5.417px;
    align-self: stretch;
    border-radius: 2.709px;
background: var(--Text_Alternative, #999);
  }

  /* ======================================================== */
  /* MAIN DIV SECTION ================================================================================================== */
  /* ======================================================== */

  .main_div {
    width: 100%;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #f9f9f9;
    padding: 0 0 30px 0;
  }

  .review_header {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: auto;
    padding: 20px 15px;
    align-items: center;
    gap: 20px;
    background: #F6F6F9;
  }

  .review_header_left {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    gap: 15px;
  }

  .review_header_left p:nth-child(1) {
    width: auto;
    height: auto;
    color: #000;
    font-family: NanumSquare, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }

  .review_header_average_review {
    display: flex;
    width: auto;
    height: auto;
    align-items: flex-end;
    gap: 8px;
  }

  .review_header_average_review p:nth-child(1) {
    width: auto;
    height: auto;
    color: rgba(0, 0, 0, 0.85);
    font-family: NanumSquare, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

  .review_header_average_review p:nth-child(2) {
    width: auto;
    height: auto;
    color: rgba(0, 0, 0, 0.85);
    font-family: NanumSquare, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 4px;
  }

  .review_header_left_star {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .review_header_left_star_text {
    display: flex;
    width: auto;
    height: auto;
  }

  .review_header_left_star_text p {
    color: rgba(0, 0, 0, 0.85);
    font-family: NanumSquare, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }

  .review_header_right {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .review_header_right_left_container {
    display: flex;
    width: auto;
    height: auto;
  }

  .review_header_right_left_container p {
    color: rgba(0, 0, 0, 0.85);
    font-family: NanumSquare, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
  }

  .review_header_right_button {
    display: flex;
    width: auto;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #000;
    border: 1px solid #000;
    cursor: pointer;
  }

  .review_header_right_button p {
    color: #FFF;
    font-family: NanumSquare, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
  }

  .star-rating-display {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
  }

  .star-rating-display .star {
    font-size: 16px;
    color: #ccc;
    line-height: 1;
  }

  .star-rating-display .star.filled {
    color: #ff0000;
  }

  .review_header_left_star .star-rating-display {
    margin-bottom: 0;
  }

  .review_header_left_star .star-rating-display .star {
    font-size: 18px;
  }

  .main_div_box {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main_div_box_2 {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .main_div_container {
    width: 100%;
    height: fit-content;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }

  .app_config_box {
    width: 100%;
    height: fit-content;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .app_config_text {
    width: 100vw;
    justify-content: flex-start;
    margin-left: 20px;
    margin-top: 40px;
  }

  .app_video_check {
    width: 634px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
  }

  .video-modal-content {
    position: relative;
    margin: 5% auto;
    padding: 20px;
    width: 100%;
    max-width: 1440px;
    background-color: black;
    border-radius: 8px;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
  }

  .left_right_div_container {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .left_div_box {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .div_numbers {
    height: 430px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
    padding: 0 20px;
  }
  .second_numbers {
    height: 325px;
    margin-bottom: 43px;
  }

  .num2 {
    height: 323px;
    margin-bottom: 65px;
  }

  .guide_headers {
    width: auto;
    height: 510px;
    gap: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .guide_div_headers1 {
    width: 250px;
  }
  .guide_div_headers1 .guide_div_text {
    margin-left: 0;
  }

  .guide_div_headers {
    width: 90%;
    height: fit-content;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }

  .guide_div_text {
    width: 100%;
    padding: 30px;
    border-radius: 13px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    display: flex;
    font-weight: 500;
  }

  .guide_div_text:hover {
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s;
  }

  .guide_div_text.active {
    font-weight: bold;
    color: #000;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: flex-start;
    font-size: 1.1em;
    list-style-type: none;
  }

  .guide_div_text.active::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
  }

  .right_div_box {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .guide_phone_install {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
  }

  .dowload_apps {
    gap: 40px;
    position: absolute;
    top: -140px;
    left: 130%;
    transform: translateX(-50%);
    width: 400px;
    margin-top: 170px;
    margin-left: -50px;
  }

  .image-container {
    width: 634px; 
    height: 510px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  #stepImage {
    width: 100%;
    max-width: 600px;
    height: auto;
  }

  .div_1 {
    width: 247.59px;
    height: 610px;
  }

  .div_2 {
    width: 247.59px;
    height: 510px;
    left: 0px;
    top: 0px;
    background: white;
  }

  .div_3 {
    width: 247.59px;
    height: 510px;
    left: 0px;
    top: 0px;
    background: white;
  }

  .div_4 {
    width: 222.4px;
    height: 18.53px;
    left: 12.36px;
    top: 9.88px;
  }

  .div_5 {
    width: 247.59px;
    height: 510px;
    left: 0px;
    top: 0px;
  }

  .div_6 {
    width: 247.59px;
    height: 510px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    border: 0.6px #e6e6e6 solid;
  }

  .img_1 {
    width: 247.594px;
    height: 510px;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
  }

  .img_2 {
    width: 225.7px;
    height: 57.66px;
    left: 10.71px;
    top: 440.68px;
    border-top-left-radius: 24.71px;
    border-top-right-radius: 24.71px;
    background: #525a80;
  }

  .div_7 {
    width: 121.3px;
    height: 17.61px;
    left: 63.43px;
    top: 9.88px;
    background: white;
  }

  .img_3 {
    width: 225.7px;
    height: 487.65px;
    left: 10.71px;
    top: 10.71px;
    border: 0.82px #c4c4c4 solid;
    background: #b68888;
  }

  .div_8 {
    width: 388px;
    height: 510px;
    left: 0px;
    top: 0px;
  }

  .div_9 {
    width: 420px;
    height: 0px;
    left: 12px;
    top: 45px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    border: 1px #fae100 solid;
  }

  .div_10 {
    width: 25px;
    height: 25px;
    padding-left: 9.42px;
    padding-right: 9.42px;
    padding-top: 1.45px;
    padding-bottom: 1.45px;
    left: 0px;
    top: 32px;
    background: #fae100;
    border-radius: 12.5px;
    border: 1.81px #fae100 solid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.62px;
    display: flex;
  }

  .div_11 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    font-weight: 500;
    border-radius: 50%;
    border: #999 solid 1px;
  }

  .div_12 {
    vertical-align: baseline;
    width: 1px;
    height: 120px;
    margin: 0;
    justify-content: center;
    align-items: center;
    background: #999;
  }

  .div_13 {
    width: 9.06px;
    flex: 1 1 0;
    color: #fae100;
    font-size: 15.09px;
    font-family: KoPubDotum;
    font-weight: 700;
    line-height: 28.38px;
    word-wrap: break-word;
  }

  .div_14 {
    width: 25px;
    height: 25px;
    padding-left: 9.42px;
    padding-right: 9.42px;
    padding-top: 1.45px;
    padding-bottom: 1.45px;
    left: 0px;
    top: 242px;
    background: #f9f9f9;
    border-radius: 12.5px;
    border: 1px #fae100 solid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.62px;
    display: flex;
  }

  .div_15 {
    width: 9.06px;
    flex: 1 1 0;
    color: #fae100;
    font-size: 15.09px;
    font-family: KoPubDotum;
    font-weight: 700;
    line-height: 28.38px;
    word-wrap: break-word;
  }

  .div_16 {
    width: 25px;
    height: 25px;
    padding-left: 9.42px;
    padding-right: 9.42px;
    padding-top: 1.45px;
    padding-bottom: 1.45px;
    left: 0px;
    top: 347px;
    background: #f9f9f9;
    border-radius: 12.5px;
    border: 1px #fae100 solid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.62px;
    display: flex;
  }

  .div_17 {
    width: 9.06px;
    flex: 1 1 0;
    color: #fae100;
    font-size: 15.09px;
    font-family: KoPubDotum;
    font-weight: 700;
    line-height: 28.38px;
    word-wrap: break-word;
  }

  .div_18 {
    width: 25px;
    height: 25px;
    padding-left: 9.42px;
    padding-right: 9.42px;
    padding-top: 1.45px;
    padding-bottom: 1.45px;
    left: 0px;
    top: 452px;
    background: #f9f9f9;
    border-radius: 12.5px;
    border: 1px #fae100 solid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.62px;
    display: inline-flex;
  }

  .div_19 {
    width: 9.06px;
    flex: 1 1 0;
    color: #fae100;
    font-size: 15.09px;
    font-family: KoPubDotum;
    font-weight: 700;
    line-height: 28.38px;
    word-wrap: break-word;
  }

  .img_4 {
    width: 320.86px;
    height: 90px;
    left: 67.14px;
    top: 0px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
  }

  .img_5 {
    width: 313.86px;
    height: 90px;
    left: 67.14px;
    top: 105px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
  }

  .img_6 {
    width: 313.86px;
    height: 90px;
    left: 67.14px;
    top: 210px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
  }

  .img_7 {
    width: 313.86px;
    height: 90px;
    left: 67.14px;
    top: 315px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
  }

  .img_8 {
    width: 313.86px;
    height: 90px;
    left: 67.14px;
    top: 420px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
  }

  .div_20 {
    width: 308px;
    height: 90px;
    padding: 30px;
    left: 80px;
    top: 0px;
    border-radius: 13px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
  }

  .div_21 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    display: flex;
  }

  .div_22 {
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
  }

  .div_23 {
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin-left: 0;
  }

  .div_23:hover {
    cursor: pointer;
    font-weight: 700;
  }

  .div_23.active {
    font-weight: bold;
    color: #000;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.1em;
    list-style-type: none;
    border: 1px solid #f1f3b4;
  }

  .div_24 {
    width: 308px;
    height: 90px;
    padding: 30px;
    left: 80px;
    top: 105px;
    border-radius: 13px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
  }

  .div_25 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    display: flex;
  }

  .div_26 {
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
  }

  .div_27 {
    display: flex;
    width: 308px;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }

  .div_28 {
    width: 308px;
    height: 90px;
    padding: 30px;
    left: 80px;
    top: 210px;
    border-radius: 13px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
  }

  .div_29 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    display: flex;
  }

  .div_30 {
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
  }

  .div_31 {
    display: flex;
    width: 154px;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div_32 {
    width: 308px;
    height: 90px;
    padding: 30px;
    left: 80px;
    top: 315px;
    border-radius: 13px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
  }

  .div_33 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    display: flex;
  }

  .div_34 {
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
  }

  .div_35 {
    display: flex;
    width: 308px;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }

  .div_36 {
    width: 308px;
    height: 90px;
    padding: 30px;
    left: 80px;
    top: 420px;
    border-radius: 13px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
  }

  .div_37 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    display: flex;
  }

  .div_38 {
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
  }

  .div_39 {
    display: flex;
    width: 308px;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }

  .section {
    padding: 40px 20px;
    border-bottom: 1px solid #ddd;
  }

  .section-content {
    display: flex;
    gap: 20px;
  }

  .steps ol {
    padding-left: 20px;
  }

  .phone-mockup img {
    width: 200px;
    height: auto;
    border: 1px solid #ccc;
  }

  .qr-codes a img {
    width: 80px;
    margin: 10px;
  }

  .coupon_user_guide {
    width: 100%;
    height: fit-content;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .coupon_container {
    width: 100vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .coupon_header {
    width: 100vw;
    height: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .video_test_div {
    width: 344px;
    height: 150px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
  }

  .video_btn {
    font-size: 20px;
    font-weight: 600;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    border-radius: 10px;
    border-color: #fff;
  }
  .video_btn p {
    margin-right: 10px;
  }

  .video_btn:hover {
    cursor: pointer;
    filter: contrast(90%);
    transition: all 0.2s;
  }

  .last_header {
    justify-content: flex-end;
  }
  .last_btn {
    width: 650px;
    height: 90px;
  }

  .coupon_header_text_div {
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
  }

  .coupon_menu_botton {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .qr_sticker_left_container {
    width: 100%;
  }

  .coupon_left_container {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .left3 {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
  }

  .sticker_steps {
    width: 220px;
  }

  .coupon_left_container p {
    text-align: center;
    font-weight: 600;
    color: #999;
    position: absolute;
    line-height: 1.5;
  }

  .coupon_left_container img {
    width: 80%;
  }

  .ellipse_8 {
    border: solid 1px #eef7bb;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }

  .coupon_right_container {
    width: 294px;
    height: 510px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  /* ======================================================== */
  /* NEWS SECTION CONTAINER ================================================================================================== */
  /* ======================================================== */
  
  .qr_sticker .div {
    width: 100%;
    position: relative;
    background-color: #fff;
    height: auto;
    min-height: 400px;
    overflow: hidden;
    padding: 0;
    text-align: center;
  }

  .qr_sticker .image-1857-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .qr_sticker .title-parent {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
    box-sizing: border-box;
    gap: 25px;
    font-size: 18px;
    z-index: 2;
  }

  .qr_sticker .title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }

  .qr_sticker .icon-megaphone {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .qr_sticker .qr {
    line-height: 140%;
    font-weight: 800;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: NanumSquare, sans-serif;
    font-size: 18px;
    color: #000;
  }

  .qr_sticker .card {
    width: 100%;
    align-self: stretch;
    display: flex;
    justify-content: center;
    padding: 0 15px;
    position: relative;
    z-index: 2;
  }

  .qr_sticker .icon-left-parent {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .qr_sticker .icon-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 10;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.60);
    border-radius: 0px;
    padding: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  } 

  .qr_sticker .icon-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 10;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.60);
    border-radius: 0px;
    padding: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  } 

  .qr_sticker .group {
    width: 100%;
    max-width: 364px;
    overflow: hidden;
    flex: 1;
  }

  .qr_sticker .cards-container-inner {
    display: flex;
    width: 100%;
    max-width: 340px;
    gap: 30px;
    transition: transform 0.5s ease-in-out;
  }

  .qr_sticker .news-card {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    overflow: hidden;
    transition: transform 0.2s, opacity 0.2s;
    cursor: pointer;
    line-height: 0;
    width: 140px;
    flex-shrink: 0;
  }

  .qr_sticker .news-card:active {
    opacity: 0.85;
    transform: scale(0.98);
  }

  .qr_sticker .news-card img {
    display: flex;
    width: 100%;
    height: auto;
  }

  .qr_sticker #news-popup.frame-parent1 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1000;
  }

  .qr_sticker .frame-wrapper1 {
    background-color: #fff;
    padding: 15px;
    z-index: 1001;
    border-radius: 8px;
    position: relative;
    max-width: 100%;
    width: 100%;
    max-height: 90vh;
  }

  .qr_sticker .parent5 {
    max-height: 80vh;
    overflow-y: auto;
  }

  .qr_sticker #popup-content-image {
    width: 100%;
    height: auto;
    display: block;
  }

  .qr_sticker .frame-item {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1002;
    cursor: pointer;
  }

  /* ======================================================== */
  /* FOOTER SECTION CONTAINER ================================================================================================== */
  /* ======================================================== */

  footer {
    border-bottom: none;
  }

  .footer_section {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footerTop {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .utilBtm {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .txt {
    width: auto;
    height: auto;
    display: flex;
    margin: 0 10px;
    align-items: center;
    justify-content: center;
  }

  .txt a {
    color: var(--222222, #222);
    font-family: NanumSquare;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .footerBottom {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footerBottom p {
    color: rgba(0, 0, 0, 0.85);
    font-family: NanumSquare;
    font-size: 14.168px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .contect {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .contect p {
    color: rgba(0, 0, 0, 0.85);
    font-family: NanumSquare;
    font-size: 14.168px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .contect p span {
    color: rgba(0, 0, 0, 0.85);
    font-family: NanumSquare;
    font-size: 14.168px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

/* ======================================================== */
/* GUIDE SECTION CONTAINER ================================================================================================== */
/* ======================================================== */

  .left2 {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .numbers1 {
    height: 330px;
  }

  .sticker {
    display: flex;
    flex-direction: column;
  }

  .sticker3 {
    display: flex;
    justify-content: center;
  }
}
