
@font-face {
        font-family: 'Pretendard';
        font-weight: 400;
        font-style: normal;
        src: url('/static/fonts/Pretendard-Regular.eot');
        src: url('/static/fonts/Pretendard-Regular.eot?#iefix') format('embedded-opentype'),
            url('/static/fonts/Pretendard-Regular.woff2') format('woff2'),
            url('/static/fonts/Pretendard-Regular.woff') format('woff'),
            url('/static/fonts/Pretendard-Regular.ttf') format("truetype");
        font-display: swap;
      }
      @font-face {
        font-family: 'Pretendard';
        font-weight: 500;
        font-style: normal;
        src: url('/static/fonts/Pretendard-Medium.eot');
        src: url('/static/fonts/Pretendard-Medium.eot?#iefix') format('embedded-opentype'),
            url('/static/fonts/Pretendard-Medium.woff2') format('woff2'),
            url('/static/fonts/Pretendard-Medium.woff') format('woff'),
            url('/static/fonts/Pretendard-Medium.ttf') format("truetype");
        font-display: swap;
      }
      @font-face {
        font-family: 'Pretendard';
        font-weight: 600;
        font-style: normal;
        src: url('/static/fonts/Pretendard-SemiBold.eot');
        src: url('/static/fonts/Pretendard-SemiBold.eot?#iefix') format('embedded-opentype'),
            url('/static/fonts/Pretendard-SemiBold.woff2') format('woff2'),
            url('/static/fonts/Pretendard-SemiBold.woff') format('woff'),
            url('/static/fonts/Pretendard-SemiBold.ttf') format("truetype");
        font-display: swap;
      }
      @font-face {
        font-family: 'Pretendard';
        font-weight: 700;
        font-style: normal;
        src: url('/static/fonts/Pretendard-Bold.eot');
        src: url('/static/fonts/Pretendard-Bold.eot?#iefix') format('embedded-opentype'),
            url('/static/fonts/Pretendard-Bold.woff2') format('woff2'),
            url('/static/fonts/Pretendard-Bold.woff') format('woff'),
            url('/static/fonts/Pretendard-Bold.ttf') format("truetype");
        font-display: swap;
      }    
      @font-face {
        font-family: 'Pretendard';
        font-weight: 800;
        font-style: normal;
        src: url('/static/fonts/Pretendard-ExtraBold.eot'); /* 폰트 파일 경로를 적절히 변경하세요 */
        src: url('/static/fonts/Pretendard-ExtraBold.eot?#iefix') format('embedded-opentype'),
             url('/static/fonts/Pretendard-ExtraBold.woff2') format('woff2'),
             url('/static/fonts/Pretendard-ExtraBold.woff') format('woff'),
             url('/static/fonts/Pretendard-ExtraBold.ttf') format('truetype');
        font-display: swap;
      }
      /*----- CSS reset -----*/
      html,
      body,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      header,
      footer,
      div,
      p,
      ul,
      li,
      fieldset,
      form {
        margin: 0;
        padding: 0;
        /*scroll-behavior: smooth;*/
      }
      :root {
        --vh: 100%;
      }
      
      html{
        /* 드래그 방지 */
        -ms-user-select: none;
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        user-select: none;
      
      }
      
      /*----- 공용 코드 -----*/
      

      * {
        box-sizing: border-box;
        font-style: normal;
        font-weight: 700;
        white-space: nowrap;
        font-family: "Pretendard";
        image-rendering:  auto | inherit | optimizeSpeed | optimizeQuality | -moz-crisp-edges | -o-crisp-edges 
      }
      
      body {
        height: 100%;
        /*scroll-behavior: auto;*/
        width: 100%;
        overflow-x: hidden;
      }
      
      .red_color {
        color: rgb(232, 68, 42);
        font-size: inherit;
      }
      
      .blue_color {
        color: #4c7fea;
        font-size: inherit;
      }
      
      a {
        text-decoration: none;
        color: inherit;
      }
      img,
      video {
        max-width: 100%;
        height: auto;
      }
      
      body {
        color: rgb(51, 51, 51);
      }
      
      li {
        list-style: none;
      }
      
      :focus-visible {
        outline: none;
      }
      .modal-content {
        height: 100%;
        padding-bottom: 20px !important;
      }
      
      #hover_review_box {
        display: none;
        position: fixed;
        bottom: 50px;
        left: 50%;
        width: 680px;
        height: 150px;
        overflow: hidden;
        background: url("/static/img/review_box_bg.png") no-repeat;
        background-size: cover;
        box-sizing: border-box;
        padding: 15px;
      }
      #hover_review_box .review_hbar {
        width: 1px;
        height: 57px;
        background: #a9a9a9;
        position: absolute;
        top: 45px;
        left: 50%;
      }
      #hover_review_box .btn_close_review {
        width: 50px;
        height: 50px;
        background: url("/static/img/x.png") no-repeat 50% 50%;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
      }
      #hover_review_box .btn_review_box {
        display: block;
        cursor: pointer;
        padding-top: 25px;
        padding-left: 40px;
        float: left;
        overflow: hidden;
        width: 50%;
        height: 120px;
        box-sizing: border-box;
      }
      #hover_review_box .btn_review_box .btn_review_box_img {
        float: left;
      }
      #hover_review_box .btn_review_box .btn_review_box_img img {
        width: 70px;
        height: 70px;
      }
      #hover_review_box .btn_review_box .btn_review_box_content {
        float: left;
        padding-top: 5px;
      }
      #hover_review_box .btn_review_box .btn_review_box_content .btn_review_box_content_title {
        margin-left: 15px;
        font-size: 20px;
        font-weight: bold;
      }
      #hover_review_box .btn_review_box .btn_review_box_content .btn_review_box_content_count {
        margin-top: 6px;
        margin-left: 15px;
      }
      #hover_review_box .btn_review_box .btn_review_box_content .btn_review_box_content_count span {
        color: #FFFFFF;
        font-size: 16px;
        background: #e84429;
        border-radius: 10px;
        padding: 2px 10px;
      }
      
      strong {
        font-size: 16px;
        font-weight: 700;
      }
      .weak {
          font-size: 20px;
          font-weight: 400;
          line-height: 125%;
      }
      button {
        border: none;
      }
      
      .none {
        display: none;
      }
      
      .main-link {
        cursor: pointer;
        display: flex;
        height: 60px;
        width: 60px;
      }
      
      .section_header_text {
          background-color: #F5F5F7;
          color: #8F9AAA;
          height: 54px;
          width: 100vw;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: 400;
          font-size: 16px;
          line-height: 125%;
      }
      .section_header_text strong {
        color: #8F9AAA;
      }
      
      .nav-container {
        display: flex;
        width: 940px;
        align-items: center;
        justify-content: space-between;
      }
      .header-wrap {
        display: flex;
      }
      .navbar-container {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .navbar-img {
        width: 60px;
      }
      
      .navbar-nav {
        display: flex;
        color: #9E9E9E;
        font-size: 16px;
        line-height: 125%;
        
      }
      .nav-item {
        cursor: pointer;
        padding-left: 32px;
      }
      .activate {
        color: #212121;
        font-weight: 600;
      }
      .navbar {
        display: flex;
        justify-content: center;
        background-color: #ffffff;
        opacity: 0.98;
        min-width: 100%;
        position: sticky;
        top: 0;
        z-index: 9;
      }
      .container {
        display: flex;
        width: 100%;
        align-items: center;
      }
      .bg-gray {
        background-color: #FAFAFA !important;
      }
      .header {
        display: flex;
        align-items: center;
      }
      .head-telephone {
        display: flex;
        align-items: center;
      }
      .head-telephone object {
        height: 22px;
        margin-right: 10px;
      }
      .phone-number {
        font-size: 16px;
        color: #424242;
        font-weight: 700;
        margin-right: 30px;
        white-space: nowrap;
      }
      .submit-mail {
        background: #FAFAFA;
        padding: 8px 12px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 16px
      }
      .section {
        margin: 0 auto;
        width: 940px;
      }
      .table-menu {
        display: flex;
        height: 318px;
      }
      .main-image {
        width: 458px;
        height: 258px;
        margin: 37px 0 23px 112px;
      }
      .tablet-sub-text {
        /* 태블릿메뉴판 */
        width: 431px;
        height: 20px;
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        color: #424242;
        font-weight: 400;
        margin-bottom: 8px;
      }
      .tablet-main-text {
        font-weight: 700;
        font-size: 40px;
        line-height: 125%;
        margin-bottom: 28px;
      }
      .tablet-menu-text {
        margin-top: 50px;
        margin-bottom: 50px;
      }
      .main-color {
        font-style: normal;
        color: #E84429;
        display: inline;
      }
      .tablet-border-text {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #212121;
        border-radius: 6px;
        padding: 16px 24px;
        color: #ffffff;
        width: 231px;
        font-size: 18px;
        cursor: pointer;
        height: 50px;
      }
      .tablet-border-text object {
        margin: 4px 8px 4px 0;
      }
      .sb-main-text {
        display: flex;
        font-weight: 700;
        font-size: 32px;
        line-height: 125%;
        justify-content: center;
        margin: 64px 0;
        color: #9E9E9E;
      }
      
      .first-benefit {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 24px 24px;
        height: 700px;
        background: linear-gradient(180deg, #292B32 0%, #454150 100%);
        border-radius: 32px;
      }
      
      .fb-sub-text {
        font-weight: 700;
        font-size: 20px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #9E9E9E;
      }
      .fb-sub-text object {
        margin-right: 11px;
      }
      .fb-main-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        font-size: 40px;
        line-height: 125%;
        margin-top: 20px;
      }
      .fb-border-text {
        margin-top: 32px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 38px;
        line-height: 140%;
        width: 806px;
        height: 144px;
        background: #212121;
        border-radius: 16px;
        font-weight: 400;
        font-size: 20px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
      }
      .sub-color {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        color: #FFBB00;
      }
      .fb-tou {
        margin: 0 24px;
        width: 100%;
        margin-top: 40px;
        text-align: end;
        color: #E0E0E0;
        font-size: 16px;
        font-weight: 400;
        line-height: 125%;
        text-align: right;
      }
      .fb-table-wrapping {
        width: 892px;
        height: 212px;
      }
      .fb-table {
        color: #9E9E9E;
        width: 100%;
        height: 100%;
        border-radius: 12px 0px 0px 0px;
        margin-top: 16px;
      }
      .th-menuit {
        border-radius: 12px 0px 0px 0px;
        display: flex;
        background-color: #E84429;
        align-items: center;
        justify-content: center;
        padding: 12px 0px 12px 0px;
        width: 50%;
        color: #ffffff;
        font-size: 20px;
      }
      .th-other {
        display: flex;
        font-size: 20px;
        background-color: #1D1D1B;
        align-items: center;
        justify-content: center;
        border-radius: 0px 12px 0px 0px;
        padding: 12px 32px 12px 40px;
        width: 50%;
        color: #ffffff;
      }
      .th-menuit object {
        margin-right: 8px;
      }
      .fb-tb-head {
        border-radius: 0px, 0px, 16px, 16px;
      }
      .fb-tb-thead {
        display: flex;
      }
      .fb-tb-tr {
        display: flex;
        background-color: #ffffff;
      }
      .fb-tb-td {
        display: flex;
        padding: 16px;
        width: 50%;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-size: 20px;
        line-height: 125%;
        color: #000000;
      }
      .fb-tb-td:first-child {
        border-right: 1px dashed #BDBDBD;
      }
      .first-ftt {
        padding-top: 12px;
      }
      .last-ftt {
        padding-bottom: 12px;
      }
      .gray-text {
        font-weight: 700;
        color: #9E9E9E !important;
      }
      .white-space {
        height: 8px;
        background-color: #ffffff;
      }
      .white-end-space {
        height: 8px;
        background-color: #ffffff;
        border-radius: 0 0 16px 16px;
      }
      .second-benefit {
        margin-top: 153px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 24px 44px;
        width: 940px;
        background: #FAFAFA;
        border-radius: 32px;
      }
      .sb-main-text-bottom {
        font-weight: 700;
        font-size: 40px;
        line-height: 125%;
        align-items: center;
        text-align: center;
        color: #1D1D1B;
        margin: 0;
      }
      .sb-main-text-top {
        margin-top: 20px;
        font-weight: 700;
        font-size: 40px;
        line-height: 125%;
      }
      .sb-circle-group {
        width: 100%;
        margin-top: 48px;
        display: flex;
        align-items: center;
      }
      
      .black-circle {
        display: flex;
        padding-left: 128px;
        padding-right: 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      .first-b {
        width: 278px;
        height: 278px;
        border-radius: 50%;
        background: linear-gradient(180deg, #31343D 0%, #272930 100%);
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .second-b {
        background-color: #212329;
        width: 224px;
        height: 224px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .third-b {
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(180deg, #20232B 0%, #0E0C0C 100%);
        width: 190px;
        height: 190px;
        border-radius: 50%;
      }
      .sb-contact-fee {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        flex-direction: column;
        font-size: 18px;
      }
      .sb-cf-text {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
      }
      .huge-fee {
        font-size: 36px;
        display: inline;
      }
      .first-o {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px;
        width: 190px;
        height: 190px;
        background: linear-gradient(180deg, #FFA87E 0%, #FF7342 100%);
        border-radius: 50%;
        margin-top: 43px;
      }
      .sb-text {
        margin-top: 36px;
        font-weight: 700;
        font-size: 24px;
        line-height: 125%;
        display: flex;
        align-items: center;
        text-align: center;
        color: #212121;
      }
      .orange-cicle {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
      }
      .sb-o-text {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 125%;
        display: flex;
        align-items: center;
        text-align: center;
        color: #E84429;
        margin-top: 81px;
      }
      
      .sb-border-text {
        margin-top: 48px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 32px 36px;
        width: 892px;
        background: #FFFFFF;
        border: 1px solid #F5F5F5;
        border-radius: 24px;
      }
      .sb-border-f {
        font-weight: 400;
        font-size: 20px;
        line-height: 125%;
        color: #424242;
      }
      .sb-border-s {
        margin-top: 4px;
        text-align: center;
        font-weight: 700;
        font-size: 24px;
        line-height: 125%;
        color: #E84429;
      }
      .sb-tou {
        margin-top: 36px;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 125%;
        display: flex;
        align-items: center;
        text-align: center;
        color: #9E9E9E;
      }
      .third-benefit {
        margin-top: 153px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 24px 24px;
        width: 940px;
        height: 987px;
        background: #212121;
        border-radius: 32px;
      }
      .third-b-text {
        color: #ffffff;
      }
      .tb-sub-text {
        margin-top: 44px;
        margin-bottom: 24px;
        font-size: 24px;
        font-weight: 400;
        line-height: 125%;
        text-align: center;
        color: #ffffff;
      }
      .tb-sub-text strong {
        font-size: 24px;
        font-weight: 700;
      }
      .tb-main-box {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 0px 0px 48px;
        width: 892px;
        background: #FFFFFF;
        border-radius: 24px;
      }
      .tb-main-box-tail {
        position: absolute;
        width: 0px;
        height: 0px;
        left: 360px;
        top: -13px;
        border-bottom: 30px solid #ffffff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
      }
      .tb-main-box-text object {
        margin: 0 16px 0 40px;
      }
      .tb-main-box-text {
        position: relative;
        margin: 0 auto;
        padding: 8px 0px;
        height: 64px;
        background: #FFFFFF;
        border-radius: 32px;
        width: 760px;
        display: flex;
        align-items: center;
        margin-bottom: 24px;
      }
      .tb-mo {
        margin-top: 4px;
      }
      .tb-mo-text {
        font-size: 24px;
        padding: 7px 0;
        font-weight: 400;
        line-height: 125%;
        text-align: left;
      }
      
      .tb-mo-text strong {
        font-size: 24px;
        font-weight: 700;
      }
      .tb-notice {
        display: flex;
        margin: 32px 0 40px 0;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 700;
        line-height: 125%;
        text-align: left;
        color: #E84229;
        position: relative;
        width: auto;
      }
      .tb-notice img {
        margin-right: 8px;
        cursor: pointer;
      }
      .tb-graph {
        display: flex;
        width: 300px;
        margin: 0 auto;
        justify-content: center;
      }
      .tb-other {
        display: flex;
        flex-direction: column;
        width: 50%;
      }
      .tb-menuit {
        display: flex;
        flex-direction: column;
        width: 50%;
      }
      .tb-graph-fee-text {
        font-size: 16px;
        line-height: 125%;
        color: #212121;
        text-align: center;
        margin-bottom: 15px;
      }
      .tb-graph-fee-text strong {
        font-size: 36px;
        line-height: 125%;
      }
      .tb-o-graph {
        display: flex;
        flex-direction: column;
        margin-left: 11px;
        width: 126px;
        height: 234px;
        background: linear-gradient(180deg, #0D0E10 0%, #2D313C 100%);
        color: #ffffff;
        border-radius: 10px 10px 0 0;
      }
      .tb-o-text {
        margin-top: 48px;
        font-size: 20px;
        font-weight: 700;
        line-height: 125%;
        text-align: center;
      }
      .tb-o-graph-bar {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .tb-o-graph-bar img {
        margin-top: 5px;
      }
      .tb-o-header {
        width: 126px;
        background: #4F5463;
        color: #ffffff;
        font-size: 14px;
        line-height: 125%;
        text-align: center;
        padding: 12px;
      }
      .tb-graph-header {
        display: flex;
        margin-left: 307px;
        width: 274px;
        border-bottom: 2px solid #212121;
      }
      .tb-m-header {
        width: 126px;
        background: linear-gradient(180deg, #FF5E42 0%, #FF6A4D 100%);
        color: #ffffff;
        font-size: 14px;
        line-height: 125%;
        text-align: center;
        padding: 12px;
        margin-left: 22px;
      }
      .tb-menuit {
        padding-top: 84px;
      }
      .tb-menuit-graph {
        width: 126px;
        border-radius: 10px 10px 0 0;
        height: 234px;
        margin-left: 9px;
        background-color: #FDCBCE;
        color: #E84429;
        padding-top: 73px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
      }
      .border-dash {
        border-top: 1px dashed #212121;
        position: absolute;
        width: 274px;
      }
      .tb-text-head {
        margin-left: 307px;
        width: 274px;
        margin-top: 12px;
        display: flex;
        gap: 37px;
      }
      .tb-text {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 15px;
        font-weight: 700;
        line-height: 125%;
        text-align: center;
      }
      .mc-image {
        width: 266px;
        height: 146px;
      }
      .rc_table {
        width: 940px;
        height: 534px;
        padding: 20px;
        background: #1A1C29;
        border-radius: 24px;
      }
      .rc_white_banner {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          gap: 10px;
          width: 900px;
          height: 50px;
          background: #FFFFFF;
          border-radius: 10px;
          font-weight: 700;
          font-size: 23px;
          line-height: 130%;
          color: #1A1C29;
      }
      .rc_head_text {
          width: 900px;
          height: 38px;
          font-weight: 700;
          font-size: 26px;
          line-height: 130%;
          text-align: center;
          color: #FFFFFF;
          text-align: center;
          margin-top: 20px;
      }
      .rc_sub_text {
        margin-top: 8px;
        width: 900px;
        height: 63px;
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        text-align: center;
        color: #C5D6ED;
      }
      .rc_sub_text strong {
        color: #ffffff;
        font-weight: 600;
      }
      .rc_change_image {
        width: 406px;
        height: 271px;
      }
      .rc_img_wrap {
        width: 900px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 24px;
      }
      .rc_tou {
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        text-align: center;
        color: #626680;
        margin-top: 16px;
        margin-bottom: 90px;
      }
      .tb-text .main-color {
        margin-left: 2px;
      }
      .tb-tou {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27px;
        font-size: 15px;
        font-weight: 400;
        line-height: 125%;
        text-align: center;
        color: #9E9E9E;
      }
      .tb-toolbar {
        display: flex;
        width: fit-content;
        flex-direction: column;
        text-align: left;
        position: absolute;
        top: 38px;
        border: 1px solid #E0E0E0;
        box-shadow: 0px 4px 10px 0px rgba(187, 186, 204, 0.2);
        background-color: #FFFFFF;
        color: #1D1D1B;
        padding: 20.88px 16px 18px 16px;
        opacity: 0;
        font-size: 15px;
        font-weight: 400;
        line-height: 125%;
        border-radius: 8px;
        transition: ease-in-out 0.3s;
      }
      
      .tb-notice-text {
        cursor: pointer;
      }
      .tb-notice img:hover ~ .tb-toolbar {
        opacity: 0.98;
        transition: ease-in-out 0.3s;
      }
      .tb-notice-text:hover ~ .tb-toolbar {
        opacity: 0.98;
        transition: ease-in-out 0.3s;
      }
      .tb-toolbar-second-text {
        color: #1D1D1B;
        font-size: 15px;
        font-weight: 400;
        line-height: 125%;
      }
      
      .tb-toolbar-second-text strong {
        font-size: 15px;
        font-weight: 700;
        line-height: 125%;
        color: #E84429;
      }
      .toolbar-mark {
        position: absolute;
        top: -5px;
        left: 18px;
        width: 8px;
        height: 8px;
        border-left: 1px solid #E0E0E0;
        border-top: 1px solid #E0E0E0;
        background-color: #FFFFFF;
        transform: rotate(45deg);
        border-radius: 1px;
      }
      
      .banner-image {
        position: relative;
      }
      .bg-dark {
        background: #212121;
        margin-top: 90px;
        justify-content: center;
      }
      .banner-wrapper {
        display: flex;
        width: 940px;
        padding: 0 70px 0 42px;
      }
      .banner-text {
        display: flex;
        flex-direction: column;
        width: 470px;
        padding-top: 72px;
        
      }
      .banner-sub-text {
        font-size: 20px;
        font-weight: 700;
        line-height: 125%;
        text-align: left;
        color: #9E9E9E;
        margin-bottom: 14px;
      }
      .banner-main-text {
        font-size: 40px;
        font-weight: 700;
        line-height: 125%;
        text-align: left;
        color: #ffffff;
        margin-bottom: 28px;
      }
      .banner-link {
        font-size: 18px;
        line-height: 125%;
        text-align: left;
        color: #ffffff;
        margin-bottom: 84px;
        cursor: pointer;
      }
      .banner-link a {
        font-weight: 400;
      }
      .banner-ipad {
        margin-left: 137px;
      }
      .banner-ticket {
        position: absolute;
        left: 38px;
        top: 130px;
      }
      .modal-image {
        position: relative;
      }
      .modal-ipad {
        margin-top: 28px;
      }
      .modal-ticket {
        width: 257px;
        height: 106px;
        position: absolute;
        left: -10px;
        top: 130px;
      }
      .bg-pink {
        background: linear-gradient(180deg, #FFFFFF 0%, #FFF4F4 100%);
      }
      
      .focus-market {
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 64px;
      }
      
      .fm-box-text {
        text-align: center;
        margin-top: 64px;
        padding: 12px 24px;
        width: 174px;
        height: 52px;
        background: #FEEAEC;
        border-radius: 16px;
        color: #DE706A;
        font-size: 20px;
        line-height: 125%;
        font-weight: 700;
      }
      .fm-box-text_en {
        color: #DE706A;
        margin-top: 64px;
        font-size: 20px;
        font-weight: 700;
        line-height: 140%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 12px 24px;
        /* red 50 */
        background: #FEEAEC;
        border-radius: 16px;
      }
      .black {
        color: #212121;
        display: inline;
      }
      .fm-main-text {
        margin-top: 28px;
        font-size: 40px;
        font-weight: 700;
        line-height: 125%;
        text-align: center;
        margin-bottom: 30px;
      }
      .fm-main-text {
        margin-bottom: 48px;
      }
      .grid-card-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
      }
      .menuit-card {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 40px 0px 16px;
        width: 298px;
        height: 434px;
        background: #FFFFFF;
        border: 1px solid #FEEAEC;
        border-radius: 24px;
      }
      
      .mc-hero-text {
        font-size: 32px;
        font-weight: 700;
        line-height: 125%;
        text-align: center;
        color: #DE706A;
      }
      .mc-main-text {
        font-size: 32px;
        font-weight: 700;
        line-height: 125%;
        text-align: center;
        color: #212121;
      }
      .mc-expain-text {
        margin-top: 16px;
        font-size: 18px;
        font-weight: 400;
        line-height: 140%;
        text-align: center;
      }
      .mc-expain-text strong {
        font-size: 18px;
        font-weight: 700;
      }
      .menuit-card-wrapper {
        display: flex;
        flex-direction: column;
      }
      .fm-box {
        width: 187px;
        background-color: #E6EEFF;
        color: #7288AA;
      }
      
      .fit-market {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
      .review {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 100px;
      }
      .r-box {
        width: 145px;
        background-color: #9E9E9E;
        color: #ffffff;
      }
      .fm-toggle-button {
        display: flex;
        gap: 24px;
        margin-bottom: 40px;
      }
      .fm-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 16px 24px;
        width: 458px;
        background: #FFFFFF;
        border: 1px solid #E0E0E0;
        border-radius: 8px;
        font-size: 20px;
        font-weight: 400;
        line-height: 140%;
        text-align: center;
        cursor: pointer;
      }
      .fm-button strong {
        font-size: 20px;
        font-weight: 700;
        line-height: 140%;
      }
      .fm-btn-first {
        font-size: 18px;
        font-weight: 400;
        line-height: 125%;
        text-align: center;
      }
      .focus-fm {
        background: #1B2C42;
        color: #ffffff;;
      }
      .machine-card {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 20px 16px;
        width: 940px;
        background: #FFFFFF;
        border: 1px solid #E0E0E0;
        border-radius: 24px;
        margin-bottom: 64px;
        gap: 24px;
      }
      
      .fm-sub-text {
        font-weight: 600;
        font-size: 20px;
        line-height: 125%;
        display: flex;
        align-items: center;
        color: #9E9E9E;
      }
      .fm-card-main-text {
        font-weight: 700;
        font-size: 32px;
        line-height: 125%;
        display: flex;
        align-items: center;
        color: #1D1D1B;
      }
      .fm-text-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8px 16px;
        background: #FEEAEC;
        border: 1px solid #FDCBCE;
        border-radius: 12px;
        color: #DE706A;
        font-size: 20px;
        line-height: 125%;
        width: 106px;
        height: 44px;
        margin: 4px 0;
      }
      .fm-blue {
        border: 1px solid #C5D6ED;
        background: #E6EEFF;
        color: #7288AA;
      }
      
      .fm-category-wraaper {
        display: flex;
        margin-top: 28px;
      }
      .fm-box-wrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }
      .fm-fee-wraaper {
        display: flex;
        flex-direction: column;
        margin-left: 24px;
        align-items: center;
        gap: 10px;
      }
      .fm-fee {
        display: flex;
        align-items: center;
        justify-content: end;
        height: 52px;
        font-size: 24px;
        font-weight: 700;
        line-height: 125%;
        text-align: left;
      }
      .fm-fee strong {
        font-size: 32px;
        font-weight: 700;
        line-height: 125%;
        text-align: left;
      }
      .fm-weak {
        font-size: 24px;
        font-weight: 400;
        line-height: 125%;
        text-align: left;  
        color: #9E9E9E;
      }
      .fm-tou {
        margin-top: 8px;
        font-size: 16px;
        font-weight: 400;
        line-height: 125%;
        text-align: left;
        color: #9E9E9E;
      }
      .r-sub-text {
        margin-bottom: 60px;
        font-size: 24px;
        font-weight: 400;
        line-height: 125%;
        text-align: center;
        color: #424242;
      }
      .r-card-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
      }
      .r-card {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0px;
        width: 426px;
        border: 1px solid #E0E0E0;
        border-radius: 24px;
      }
      .r-card-main-text {
        font-size: 28px;
        font-weight: 700;
        line-height: 125%;
        text-align: center;
        margin-top: 32px;
        color: #212121;
      }
      .r-card-sub-text {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 400;
        line-height: 125%;
        text-align: center;
        color: #424242;
      }
      .r-card-reviewr {
        margin-top: 36px;
        font-size: 18px;
        font-weight: 500;
        line-height: 125%;
        text-align: center;
        color: #BDBDBD;
        margin-bottom: 32px;
      }
      .bg-blue {
        background: #1B2C42;
      }
      .survey {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: fit-content;
        width: 933px;
        margin: 0 auto;
        color: #ffffff;
        padding: 80px 0;
      }
      .su-main-text {
        font-size: 36px;
        font-weight: 700;
        line-height: 125%;
        text-align: center;
      }
      .su-sub-text {
        margin-top: 16px;
        font-size: 24px;
        font-weight: 400;
        line-height: 125%;
        text-align: center;
      }
      .su-sub-text strong {
        font-size: 24px;
        font-weight: 700;
      }
      .surv-area {
        display: flex;
        height: 87px;
        margin-top: 48px;
        width: 100%;
        padding: 12px 14px;
        background: #FFFFFF;
        border: none;
        border-radius: 8px;
        resize: none;
        white-space: pre;
        font-size: 15px;
        font-weight: 400;
        line-height: 125%;
      }
      .surv-area::placeholder {
          font-size: 15px;
          font-weight: 400;
          line-height: 125%;
          text-align: left;
          color: #BDBDBD;
      }
      .surv-area:focus {
        outline: none;
      }
      
      .submit-survey {
        width: 100%;
        margin-top: 28px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 12px 24px;
        height: 46px;
        background: #FFFFFF;
        border: 1px solid #E0E0E0;
        border-radius: 8px;
        color: #1B2C42;
        font-size: 16px;
        cursor: pointer;
      }
      .footer-section {
        background: #212121;
        width: 100vw;
        display: flex;
        justify-content: center;
        padding-bottom: 100px;
      }
      .f-tou-wrapper {
        height: auto;
        width: 940px;
        display: flex;
        flex-direction: column;
        color: #ffffff;
      }
      .f-tou-wrapper object {
        height: 64px;
        width: 64px;
        margin-top: 36px;
        transition: ease-in-out 0.2s;
      }
      .f-menuit {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 125%;
        text-align: left;
      }
      
      .f-menu {
        margin-top: 10px;
        display: flex;
        align-items: center; 
        font-size: 16px;
        font-weight: 500;
        line-height: 125%;
        text-align: left;
        cursor: pointer;
      }
      .f-menu img {
        height: 10px;
        width: 10px;
        margin: 0 0 0 12px;
      }
      .f-tou {
        display: none;
        color: #9E9E9E;
        font-size: 14px;
        font-weight: 400;
        line-height: 125%;
        text-align: left;
        margin-top: 10px;
        flex-direction: column;
        gap: 4px;
        transition: ease-in-out 0.5s;
      }
      .tou-text {
        font-size: 15px;
        font-weight: 500;
        line-height: 125%;
      }
      .tou-text strong {
        font-size: 15px;
        font-weight: 500;
        line-height: 125%;
        text-align: left;
        color: #ffffff;
        margin-left: 8px;
      }
      .f-tou-link {
        margin-top: 22px;
        display: flex;
        gap: 10px;
        font-size: 14px;
        font-weight: 500;
        line-height: 125%;
      }
      .f-tou-link a {
        font-weight: 500;
      }
      
      .f-tou-menuit-right {
        font-size: 13px;
        font-weight: 600;
        line-height: 125%;
        text-align: left;
        color: #9E9E9E;
        margin-top: 8px;
      }
      
      .footer-fixed {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        width: 100%;
        bottom: 16px;
      }

      .f-tou-bar {
        color: #424242;
      }
      
      /*-----상담신청 모달 -----*/
      .modal {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        z-index: 99;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .modal-content {
        display: flex;
        flex-direction: column;
        width: 396px;
        height: fit-content;
        left: 754px;
        top: 220px;
        background: #FAFAFA;
        border-radius: 32px;
        padding: 0 16px;
      }
      .refer-modal-contents {
        overflow: hidden;
        height: fit-content;
      }
      .modal {
        opacity: 0;
      }
      
      .close-btn {
        display: flex;
        position: relative;
        justify-content: end;
      }
      .close-button {
        position: absolute;
        cursor: pointer;
        top: 10px;
        width: 40px;
        height: 40px;
      }
      
      .modal-main-text {
        display: inline-block;
        margin: 60px 0 32px 0;
        font-size: 26px;
        font-weight: 700;
        line-height: 125%;
        text-align: left;
        padding: 0 40px;
      }
      .re-modal-main-text {
        display: inline-block;
        margin: 68px 0 32px 0;
        font-size: 28px;
        font-weight: 700;
        line-height: 125%;
        text-align: left;
        padding: 0 40px;
      }
      .modal-direct {
        margin: 40px 0 32px 0;
      }
      
      .modal-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 40px;
        width: 364px;
        background: #FFFFFF;
        border: 1px solid #F5F5F5;
        border-radius: 16px;
      }
      .more-referel-box {
        padding: 36px 0 0 0;
        height: fit-content;
      }
      .modal-sub-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 125%;
        text-align: left;
        margin-left: 40px;
      }
      form {
        display: flex;
        flex-direction: column;
      }
      
      .modal-content form {
        padding-top: 32px;
      }
      .form-text {
        position: relative;
        font-size: 15px;
        font-weight: 700;
        line-height: 125%;
        text-align: left;
        color: #212121;
        margin-bottom: 8px;
      }
      .form-text img {
        position: absolute;
        left: 256px;
        top: 48px;
      }
      .f-name {
        margin-bottom: 20px;
      }
      .f-num {
        margin-bottom: 48px;
      }
      .f-input {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 12px;
        width: 284px;
        height: 45px;
        background: #FFFFFF;
        border: 1px solid #E0E0E0;
        border-radius: 8px;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 130%;
      }
      .f-input::placeholder {
        font-size: 16px;
        font-weight: 400;
        line-height: 125%;
        text-align: left;
        color: #BDBDBD;
      }
      #privacy_label {
        display: flex;
        align-items: center;
      }
      .modal-privacy {
        font-size: 13px;
        font-weight: 400;
        line-height: 125%;
        text-align: left;
        cursor: pointer;
      }
      .wrap_privacy {
        margin-top: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: fit-content;
      }
      #agree_privacy {
        margin-right: 10px;
        width: 17.11px;
        height: 17.11px;
        accent-color: #E84429;
      }
      .wrap_privacy a {
        font-size: 13px;
        font-weight: 400;
        line-height: 125%;
        text-align: right;
        text-decoration: underline;
      }
      
      .dilly_wrap {
        text-align: left;
        padding-top: 18px;
      }
      .dilly_wrap img {
        float: left;
        margin-right: 10px;
      }
      
      hr {
        border-top: 1px solid #dddddd;
        margin-bottom: 27px;
        margin: auto;
      }
      
      #select_serving_robot {
        font-size: 18px;
        font-family: "Black Han Sans";
        color: rgb(42, 193, 188);
        line-height: 0.9;
      }
      
      #required_dilly_privacy {
        color: #afafaf;
      }
      #required_dilly_privacy.span_red {
        color: rgb(232, 68, 42);
      }
      
      .required {
        border: solid 1px rgb(232, 68, 42);
      }
      
      #go_free {
        width: 100%;
        height: 46px;
        border: none;
        border-radius: 8px;
        background: #FDCBCE;
        margin: 24px 0 0 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 125%;
        text-align: center;
        color: #ffffff;
      }
      .refer-more-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 296px;
        height: 46px;
        border: none;
        border-radius: 8px;
        background: #E84429;
        font-size: 16px;
        font-weight: 700;
        line-height: 125%;
        color: #ffffff;
        margin-left: 40px;
        margin-bottom: 32px;
      }
      .freetrial_bg {
        width: 100%;
        height: 100%;
        background-image: url("/static/img/bg_9.png");
        background-size: cover;
        z-index: 1003;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
      }
      .freetrial {
        display: none;
        z-index: 1005;
        overflow: hidden;
        background: rgb(255, 255, 255);
      }
      
      .warn-check {
        color: #E84429;
      }
      input.placeholderred::-webkit-input-placeholder {
        color: rgb(232, 68, 42);
      }
      
      .refer-modal {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        z-index: 99;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
      }
      .modal-bottom-sub {
        margin-top: 4px;
        margin-left: 40px;
      }
      .modal-sub-text strong {
        font-size: 16px;
        line-height: 125%;
      }
      
      .show-modal {
        opacity: 1;
        visibility: visible;
        overflow: hidden;
      }
      
      .pc-no-show {
        display: none;
        font-weight: 400;
      }
      
      
      select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
          display: flex;
          flex-direction: row;
          align-items: center;
          padding: 11px 12px;
          width: 280px;
          height: 43px;
          background: #FFFFFF;
          border: 1px solid #E0E0E0;
          border-radius: 8px;
          cursor: pointer;
          font-size: 15px;
      }
      option[value=""][disabled] {
       display:none
      }
      option {
        color: black;
      }
      .modal-form-input-box {
        overflow-y: scroll;
        height: 224px;
      }
      .modal-form-input-box::-webkit-scrollbar {
        display: none;
      }
      .nav-link {
        font-weight: 600;
      }
      .generation_wrapper {
        display: flex;
        height: 457px;
        width: 940px;
        margin: 0 auto;
        justify-content: center;
        align-items: start;
        position: relative;
      }
      .gene_head {
        width: 387px;
        font-weight: 700;
        font-size: 28px;
        line-height: 130%;
        display: flex;
        align-items: center;
        color: #1D1D1B;
      }
      .gene_main {
        display: flex;
        font-weight: 800;
        font-size: 60px;
        line-height: 130%;
        color: #1D1D1B;
        margin-top: 8px;
      }
      .gene-text-wrapper {
        margin-top: 112px;
      }
      .gene_sub {
        margin-top: 32px;
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
        display: flex;
        align-items: center;
        color: #AEB0C0;
      }
      .gene-img {
          overflow:hidden;
        width: 446px;
        height: 420px;
        position: relative;
        margin-left: 133px;
        margin-top: 40px;
      }
      .gene-img img {
          right: 0;
          bottom: 50px;
        position: absolute;
        height: 420px;
        width: 446px;
        max-width: none;
      }
      .first_wireless {
        width: 100%;
        height: 597px;
        left: 0px;
        top: 709px;
        background: linear-gradient(180deg, #151516 0%, #1A1C2B 100%);
        display: flex;
        align-items: center;
        flex-direction: column;
      }
      .fw_head {
        margin-top: 90px;
        font-weight: 700;
        font-size: 42px;
        line-height: 130%;
        background: linear-gradient(90deg, #B8BFEF 34.84%, #FFFFFF 50.39%, #B8BFEF 65.64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
      }
      .fw_main {
        margin-top: 18px;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 52px;
      }
      .monster_keep {
        display: flex;
        height: 580px;
        width: 940px;
        margin: 0 auto;
        justify-content: center;
      }
      .mk-img {
        height: 509px;
        margin-top: 71px;
      }
      .mk_head {
        margin-top: 90px;
        font-weight: 700;
        font-size: 42px;
        line-height: 130%;
        display: flex;
        align-items: center;
        color: #1D1D1B;
      }
      .mk_sub {
        margin-top: 20px;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        display: flex;
        align-items: center;
        color: #757575;
        margin-right: 157px;
        margin-bottom: 53px;
      }
      .mk-time-wrapper {
        display: flex;
        gap: 32px;
      }
      .mk-to {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        display: flex;
        align-items: center;
        color: #212121;
      }
      .mk-large {
        margin-top: 2px;
        font-weight: 700;
        font-size: 32px;
        line-height: 130%;
        display: flex;
        align-items: center;
        color: #1D1D1B;
      }
      .mk-tou {
        margin-top: 2px;
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        align-items: center;
        color: #BDBDBD;
      }
      .ddalkack-one {
        position: relative;
        width: 100%;
        height: 580px;
        background: linear-gradient(180deg, rgba(25, 27, 40, 0.8) 0%, rgba(25, 27, 40, 0.32) 45.47%, rgba(183, 188, 211, 0) 100%);
        background-blend-mode: multiply;
        z-index: 5;
        top: 0;
        left: 0;
      }
      .bs_text {
        width: 940px;
        margin: 0 auto;
      }
      .bs_main {
        padding-top: 90px;
        font-weight: 700;
        font-size: 42px;
        line-height: 130%;
        text-align: right;
        color: #FFFFFF;
        z-index: 1;
      }
      .bs_sub {
        margin-top: 20px;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        text-align: right;
        color: #FFFFFF;
      }
      .bettery_set {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 597px;
        background: linear-gradient(180deg, #151516 0%, #1A1C2B 100%);
        overflow: hidden;
      }
      .bs_text_wrapper {
        width: 940px;
        margin: 0 auto;
      }
      .bs_head {
        margin-top: 90px;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        color: #8A93B0;
      }
      .bs_copy {
        margin-top: 20px;
        font-weight: 700;
        font-size: 42px;
        line-height: 130%;
        color: #FFFFFF;
      }
      .bs_sub_text {
        margin-top: 20px;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        color: #FFFFFF;
      }
      .bs_tou {
        margin-top: 120px;
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        color: #3E4061;
      }
      .bs-image {
        width: 940px;
        margin: 0 auto;
        position: relative;
        left: 444px;
        bottom: 400px;
      }
      .bs_left {
        position: absolute;
        top: 0;
      }
      .bs_right {
        position: absolute;
        left: 250px;
        top: 34px;
      }
      .ddalcak_wrap {
        z-index: 4;
        position: relative;
        width: 940px;
        margin: 0 auto;
        height: auto;
      }
      .ddalckack {
        position: absolute;
        width: 577px;
        height: 490px;
        left: 60px;
        bottom: 0px;
        z-index: 6;
      }
      .footer-fixed {
        z-index: 99 !important;
      }
      .more-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 976px;
        padding: 16px;
        background-color: #E84429;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 700;
        line-height: 125%;
        text-align: center;
        color: #ffffff;
        height: 57px;
        cursor: pointer;
        box-shadow: 0px 4px 4px 0px rgba(138, 138, 138, 0.25);
      }
      .shadow {
        top: 380px;        
      }
      .right_shadow {
        left: 254px;
      }
      .renew_care {
        width: 100%;
        background: linear-gradient(180deg, #13131A 0%, #181A27 100%);
        position: relative;
      }
      .renew_back {
        width: 940px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        text-align: center;
      }
      .renew_back_word {
        width: 940px;
        text-align: center;
        position: absolute;
        font-weight: 800;
        font-size: 128px;
        line-height: 120%;
        color: #1A222B;
        top: 126px;
      }
      .rc_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 940px;
        margin: 0 auto;
      }
      .rc_hero {
        width: 940px;
        margin-top: 90px;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #4691E1;
      }
      .renew_img {
        z-index: 1;
        margin-top: 56px;
        width: 76px;
        height: 76px;
      }
      .rc_title {
        margin-top: 21px;
        font-weight: 700;
        font-size: 42px;
        line-height: 130%;
        display: flex;
        align-items: center;
        text-align: center;
        background: linear-gradient(90deg, #47DEFF 38.67%, #4F8FEE 60.43%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        mix-blend-mode: normal;
      }
      .rc_decription {
        margin-top: 24px;
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        text-align: center;
        color: #FFFFFF;
        mix-blend-mode: normal;
      }
      .rc_decription strong {
        font-size: 20px;
      }
      .rc_price {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
        width: 940px;
        height: 133px;
        border: 2px solid transparent;
        border-radius: 16px;
        background-image: linear-gradient(#13131A 0%, #181A27 100%),
        linear-gradient(to right, #47DEFF 0%, #4F8EEE 100%);
        background-origin: border-box;
        background-clip: content-box, border-box;
      }
      .rc_price_text {
        display: flex;
        justify-content: center;
        align-items: start;
        width: 100%;
        margin: 0 auto;
        font-weight: 400;
        font-size: 64px;
        line-height: 120%;
        text-align: center;
        color: #FFFFFF;        
      }
      .rc_price_text strong {
        font-size: 77px;
      }
      .rc_price_slice_text {
        margin-top: 6px;
        width: 100%;
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        text-align: center;
        text-decoration-line: line-through;
        color: #469BEC;
        mix-blend-mode: normal;
      }
      .rc_card_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 32px;
        margin-bottom: 28px;
      }
      .rc_card {
        width: 460px;
        height: 184px;
        background: #1A1C29;
        border-radius: 24px;
        display: flex;
      }
      .rc_card_image {
        margin: 24px 20px 0 36px;
      }
      .rc_card_text_wrap {
        margin-top: 29px;
      }
      .rc_card_main {
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        align-items: center;
        color: #FFFFFF;
      }
      .rc_card_sub {
        margin-top: 6px;
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        color: #C5D6ED;
        mix-blend-mode: normal;
      }
      .rc_card_sub strong {
        font-weight: 700;
        color: #ffffff;
      }
      .deal_policy {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
      }
      .dp_main_text {
        margin-top: 90px;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        display: flex;
        align-items: center;
        text-align: center;
        color: #71778B;
        mix-blend-mode: normal;
      }
      .dp_hero {
        margin-top: 18px;
        font-weight: 700;
        font-size: 42px;
        line-height: 130%;
        display: flex;
        align-items: center;
        text-align: center;
        color: #1D1D1B;
        mix-blend-mode: normal;
      }
      .dp_card {
        width: 500px;
        height: 184px;
        background: linear-gradient(180deg, #080A12 0%, #111625 100%);
        border-radius: 24px;
        margin-top: 56PX;
        padding: 40px;
        color: #FFFFFF;
        margin-bottom: 64px;
      }
      .dp_white {
        background: #ffffff;
        border: 1px solid #EAEAEA;
        margin-top: 20PX;
        margin-bottom: 90PX;
        color: #000000;
      }
      .dp_pay_method {
        height: 43px;
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        display: flex;
        align-items: center;
        padding: 7px 0;
      }
      .dp_moeny {
        height: 43px;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        display: flex;
        align-items: baseline;
        text-align: right;
        margin-bottom: 18px;
      }
      .dp_moeny strong {
        font-weight: 700;
        font-size: 36px;
      }
      .dp_text_wrap {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
      }
      .dp_divider {
        width: 100%;
        border: 1px solid #2F323E;
      }
      .dp_tou {
        margin-top: 18px;
        font-weight: 500;
        font-size: 20px;
        line-height: 140%;
        color: #71778B;
        mix-blend-mode: normal;
      }
      .dp_ea {
        border: 1px solid #EAEAEA;
      }
      .black-tou {
        color: #000000;
      }
      .promtion_button {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 522px;
        background: linear-gradient(180deg, #151516 0%, #1A1C2B 100%);
      }
      .pb_hero {
        margin-top: 90px;
        font-weight: 800;
        font-size: 46px;
        line-height: 140%;
        display: flex;
        align-items: center;
        text-align: center;
        background: linear-gradient(89.88deg, #FFA53C 26.49%, #FFFFFF 75.64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
      }
      .pb_btn {
        margin-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 24px;
        width: 181px;
        height: 49px;
        mix-blend-mode: normal;
        border: 1px solid #FFA843;
        color: #FFA843;
        cursor: pointer;
        border-radius: 33399px;
      }
      .pb_tou {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        text-align: center;
        color: #A3AAD0;
        margin-top: 46px;
      }
      /* 노트북 & 테블릿 가로 (해상도 1024px ~ 1279px)*/ 
      @media all and (min-width:1024px) and (max-width:1279px) { 
        .r-card-grid {
          width: 940px;
          overflow-x: scroll;  
        }
      } 
      .hidden {
        display: none;
      }
      .flex {
        display: flex;
      }
      /* 모바일 (해상도 200px ~ 939px) */ 
      @media all and (min-width:200px) and (max-width:939px) {

          #battery_package {
              display:block;
              position:relative;
              width: 100%;
              height: 107px;
          }
          #renew_care {
              display:block;
              position:relative;
              margin-top:-107px;
              width: 100%;
              height: 107px;
          }
          .rc_table { 
            width: 328px;
            height: 442px;
            padding: 16px 16px 23px 16px;
          }
          .rc_tou {
            font-weight: 400;
            font-size: 14px;
            line-height: 130%;
            text-align: center;
            color: #626680;
            margin-top: 12px;
            margin-bottom: 40px;
          }
          .rc_white_banner {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 6px 16px;
            width: 296px;
            height: 31px;
            background: #FFFFFF;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 800;
            
          }
        .gene-text-wrapper {
          margin-top: 39px;
          text-align: center;
          width: 100%;
        }
        .rc_head_text {
          width: 296px;
          height: auto;
          font-size: 18px;
          margin-top: 16px;
        }
        .rc_img_wrap {
          width: 296px;
          padding-top: 20px;
        }
        .rc_change_image {
          width: 260px;
          height: 173px;
        }
        .fw_head {
          font-size: 30px;
          margin-top: 40px;
          text-align: center;
          line-height: 120%;
        }
        .fw_main {
          margin-top: 14px;
          font-size: 15px;
          margin-bottom: 38px;
          line-height: 130%;
        }
        .generation_wrapper {
                width: auto;
                height: 440px;
                overflow: hidden;
                padding: 0px 32px;
                display: flex;
                flex-direction: column;
                justify-content: start;
        }
        .gene_head_mo {
          width: 100%;
          font-weight: 700;
          font-size: 18px;
          line-height: 140%;
          justify-content: center;
        }
        .dp_main_text {
          margin-top: 40px;
          font-weight: 700;
          font-size: 16px;
          line-height: 140%;
        }
        .dp_hero {
          margin-top: 10px;
            font-weight: 700;
            font-size: 28px;
            line-height: 130%;
        }
        .dp_card {
          margin-top: 28px;
          border-radius: 16px;
        }
        .dp_pay_method {
          font-size: 16px; 
          height: 29px;
        }
        .dp_moeny {
          height: 29px;
          vertical-align: bottom;
          line-height: 120%;
          font-size: 14px;
          margin-bottom: 8px;
        }
        .dp_moeny strong {
          font-weight: 800;
          font-size: 24px;
        }
        .dp_tou {
          margin-top: 10px;
          font-size: 14px;
          margin-bottom: 12px;
        }
        .dp_white {
          margin-top: 16px;
          margin-bottom: 48px;
        }
        .pb_hero {
          margin-top: 40px;
        }
        .pb_btn {
          margin-top: 24px;
          width: 159px;
          height: 45px;
          font-size: 15px;
        }
        .promtion_button {
          align-items: start;
          padding-left: 36px;
          height: 320px;
        }
        .pb_tou {
          text-align: left;
          font-size: 14px;
          margin-top: 42px;
          margin-bottom: 28px;
        }
        .gene_main {
          display: block;
          font-weight: 800;
          font-size: 40px;
          line-height: 120%;
        }
        .first_wireless {
          height: 410px;
        }
        .first_wireless img {
          width: 222px;
          height: 269px;
        }
        .gene-img {
          position: relative;
          margin-top: 19px;
          margin-left: 0;
          width: 100%;
          height: 250px;
        }
        .gene_sub {
          font-weight: 700;
          font-size: 16px;
          line-height: 140%;
          margin-top: 20px;
          width: auto;
          display: block;
        }
        .gene-img img {
          position: static;
          width: 288px;
          height: 241px;
          margin: 0 auto;
        }
        .monster_keep {
                width: 360px;
                position: relative;
                display: flex;
                flex-direction: column;
                height: 520px;
                justify-content: start;
        }
        .mk_text {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
        }
        .mk_head {
          margin-top: 40px;
          font-weight: 700;
          font-size: 30px;
          line-height: 120%;
          text-align: center;
        }
        .mk-img {
                position: absolute;
                top: 238px;
                margin-top: 0;
                left: 190px;
                height: 279px;
        }
        .bs_text_wrapper {
          width: 360px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
        }
        .bs_head {
          margin-top: 40px;
          font-weight: 700;
          font-size: 16px;
        }
        .bs_copy {
            text-align: center;
          font-size: 28px;
          margin-top: 10px;
        }
        .bs_sub_text {
          margin-top: 14px;
          font-size: 16px;
          text-align: center;
          font-weight: 500;
        }
        .ddalkack-one {
          height: 455px;
          padding: 40px 36px 0 0;
        }
        .bs_main {
          padding-top: 0;
          font-size: 30px;
        }
        .bs_sub {
          font-size: 16px;
        }
        .mk_sub {
          font-weight: 700;
          font-size: 15px;
          line-height: 140%;
          text-align: center;
          margin: 0;
          margin-top: 14px;
        }
        .mk-time-wrapper {
          width: 350px;
          margin-top: 55px;
          flex-direction: column;
          align-items: start;
          justify-content: start;
          text-align: start;
          padding-left: 40px;
          margin-bottom: 80px;
        }
        .mk-to {
          font-weight: 500;
          font-size: 13px;
          line-height: 130%;
          display: block;
        }
        .mk-large {
            font-weight: 700;
            font-size: 24px;
            line-height: 130%;
        }
        .mk-img img {
                width: 182px;
                height: 279px;
        }
        .ddalckack {
                width: 380px;
                height: 420px;
                left: -100px;
        }
        .bs_text {
                width: auto;
        }
        .bs_text_wrapper {
                width: auto;
        }
        .bs-image {
          width: 360px;
                left: 40px;
                bottom: 320px;
        }
        .bs_tou {
          margin-top: 308px;
          font-weight: 500;
          font-size: 13px;
          line-height: 130%;
          margin-bottom: 24px;
          color: #9E9E9E;

        }
        .bettery_set {
          height: 587px;
        }

        .bs_left {
          top: 20px;
        }
        .dp_card {
                padding: 20px 25px;
                width: 288px;
                height: 104px;
        }
        .dp_hero {
                display: inline;
        }
        .pb_hero {
                text-align: left;
                font-size: 26px;
        }
        .bs_right {
                width: 137px;
                height: 209px;
                left: 150px;
        }
        .shadow {
                top: 220px;
                height: 108px;
        }
        .right_shadow {
          top: 230px;
        }
        .rc_hero {
                width: auto;
          font-weight: 700;
          font-size: 16px;
          line-height: 140%;
          margin-top: 40px;
        }
        .renew_img {
          margin-top: 23px;
        }
        .rc_wrapper {
                width: auto;
         }
        .renew_care {
                overflow: hidden;
        }
        .rc_price {
                width: 328px;
        }
        .rc_card_grid {
          margin-top: 17px;
          gap: 12px;
          grid-template-columns: repeat(1, 1fr);
          margin-bottom: 20px;
        }
        .renew_back {
          width: 360px;
          overflow: hidden;
        }
        .renew_back_word {
                width: 360px;
                font-size: 64PX;
                text-align: left;
                left: -12px;
                top: 80px;
        }
        .rc_title {
          margin-top: 20px;
        }
        .ddalcak_wrap {
                width: auto;
                font-size: 36px;
        }
        .rc_decription {
          margin-top: 14px;
          font-size: 15px;
        }
        .rc_decription strong {
          font-size: 15px;
        }
        .rc_price {
          margin-top: 28px;
          height: 88px;
          width: 333px;
          border: 1px solid transparent;
        }
        .rc_price_text {
          margin-top: 11px;
          vertical-align: bottom;
          display: flex;
          width: 43px;
          height: 43px;
          font-size: 44px;
        }
        .rc_price_text strong {
          font-size: 53px;
        }
        .rc_price_slice_text {
          font-weight: 500;
          font-size: 14px;
          line-height: 120%;
          margin-bottom: 12px;
        }
        .rc_card {
          height: 140px;
          width: 328px;
        }
        .rc_card:nth-child(5) {
          height: 160px; 
        }
        .rc_card_image {
          margin: 16px 16px 16px 20px;
        }
        .rc_card_image img {
          width: 28px;
          height: 28px;
          max-width: none;
        }
        .rc_card_text_wrap {
          margin-top: 20px;
        }
        .rc_card_sub {
          margin-top: 4px;
          flex-wrap: wrap;
          font-weight: 400;
        }
        .rc_card_sub strong {
          font-size: 14px;
          display: contents;
          font-weight: 700;
        }
        .rc_card_main {
          font-size: 16px;
        }
        .rc_card_sub {
          font-size: 14px;
        }
        .modal-form-input-box {
          height: 180px;
        }      
        .modal-content {
          height: 650px;
        }
        .modal-main-text {
          margin-top: 0px;
        }
        body::-webkit-scrollbar {
          display: none;
        }
        .close-button {
          position: relative;
          top: 0;
        }
        .tb-main-box-tail {
          display: none;
          border-left: 0px;
          border-right: 0px;
          background-color: #ffffff;
          border-bottom: 10px solid #ffffff;
          border-radius: 30%;
          width: 20px;
          height: 5px;
          transform: rotate(45deg);
          left: 130px;
          top: -15px;
        }
        .mo-tail {
          position: absolute;
          top: -10px;
          left: 130px;
        }
        .mo-no-show {
          display: none;
        }
        .pc-no-show {
          display: flex;
          line-height: 125%;
        }
        .rc_sub_text-mo {
    line-height: 130%;
    text-align: center;
    color: #C5D6ED;
          width: 296px;
          font-size: 14px;
          margin-top: 6px;
          display: block;
        }
        .rc_sub_text-mo strong {
          color: #ffffff;
          font-size: 14px;
        }
        .tou-text {
          margin-bottom: 10px;
          gap: 2px;
        }
        .tou-text .pc-no-show {
          height: 2px;
        }
        .tou-text strong {
          margin-top: 2px;
          margin-left: 0;
        }
        strong {
          font-size: 15px;
        }
        .section {
          width: fit-content;
        }
        .section_header_text {
        font-size: 15px;
        line-height: 125%;
        text-align: center;
        display: flex;
        flex-direction: row;
        padding: 8px 16px;
        height: 37px;
        left: 134px;
        top: 306px;
        }
        .navbar-nav {
          width: 100%;
          padding: 0 4px;
          display: flex;
          align-items: center;
          font-size: 15px;
          gap: 30px;
        }
        .navbar-img {
          width: 40px;
          height: 40px;
        }
        .main-link {
          width: 40px;
          height: 40px;
        }
        .nav-container {
          width: 100vw;
        }
        .header {
          width: 100vw;
          margin: 0;
          padding: 6px 16px;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
        }
        .mo-header-button  {
          display: flex;
          align-items: center;
          height: 33px;
          padding: 8px 12px;
          border-radius: 6px;
          opacity: 0px;
          border: 1px solid #E0E0E0;
          font-size: 13px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
          cursor: pointer;
        }
        .mo-header-button object {
          cursor: pointer;
          margin-right: 8px;
        }
        .mo-header-button-night  {
          display: flex;
          align-items: center;
          height: 33px;
          padding: 8px 12px;
          border-radius: 6px;
          font-size: 13px;
          font-weight: 700;
          line-height: 125%;
gap: 8px;
height: 34px;
background: #FAFAFA;
border: 1px solid #FFFFFF;
border-radius: 6px;
        }
        .fm-box-text_en {
        padding: 8px 10px;
        background: #FEEAEC;
        border-radius: 8px;
        font-size: 14px;
        margin-top: 36px;
        }
        .mo-header-button-night object {
          cursor: pointer;
        }
        .navbar {
          justify-content: flex-start;
        }
        .nav-container {
          margin: 0;
          justify-content: flex-start;
        }
        .nav-item {
          margin-top: 12px;
          line-height: 125%;
          padding: 12px 0;
        }
        .mo-header {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
        }
        .tablet-main-text .main-color {
          display: block;
        }
        .table-menu {
          position: relative;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 100%;
          overflow: hidden;
          height: 276px;
          padding: 36px 0 40px 0;
        }
        .tablet-sub-text {
          width: auto;
          font-size: 15px;
          font-weight: 400;
          line-height: 125%;
          text-align: center;
          margin-bottom: 8px;
        }
        .tablet-main-text {
        font-size: 28px;
        font-weight: 700;
        line-height: 125%;
        text-align: center;
        margin-bottom: 24px;
        margin-top: 0;
        }
        .tablet-menu-text {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin: 0;
        }
        .tablet-border-text {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 12px 24px;
          gap: 10px;
          width: 214.67px;
          height: 45px;
          background: #212121;
          border-radius: 8px;
          font-size: 15px;
        }
        .main-image {
          display: none;
          position: absolute;
          top: 42px;
          left: 200px;
          margin: 0;
        }
        .sb-main-text-m {
          display: block;
          width: 328px;
          height: 56px;
          font-size: 20px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
          margin: 36px 0px;
          color: #9E9E9E;
          text-align: center;
        }
        .fb-tb-tbody {
          margin-bottom: 16px;
        }
        .first-benefit {
          width: 328px;
          height: 618px;
          padding: 32px 16px 0 16px;
          margin: 0 auto;
          border-radius: 24px;
        }
        .fb-sub-text {
          font-size: 14px;
          font-weight: 700;
          line-height: 125%;
          text-align: left;
        }
        .fb-main-text {
          font-size: 28px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
          margin-top: 18px;
        }
        .fb-border-text {
          display: block;
          padding: 12px 24px;
          width: 296px;
          height: 119px;
          background: #212121;
          border-radius: 16px;
          font-size: 15px;
          font-weight: 400;
          text-align: center;
          margin-top: 40px;
          line-height: 125%;
        }
        .sub-color {
          font-weight: 500;
          font-size: 15px;
          line-height: 125%;
          text-align: center;
        }
        .fb-tou {
          color: #BDBDBD;
          font-size: 13px;
          font-weight: 400;
          line-height: 125%;
          text-align: right;
          margin-top: 32px;
          margin-right: 16px;
          margin-bottom: 8px;
        }
        .fb-table-wrapping {
          width: 296px;
          height: 239px;
        }
        .th-menuit {
          padding: 8px 0;
          font-size: 16px;
          font-weight: 700;
          line-height: 125%;
          text-align: left;
          height: 38px;
        }
        .th-menuit img {
          margin-right: 5.42px;
          width: 20px;
        }
        .th-other {
          padding: 8px;
          font-size: 16px;
          font-weight: 700;
          line-height: 125%;    
        }
        .white-space {
          border: none;
        }
        .fb-table {
          margin-top: 0;
          border: 16px;
        }
        .gray-text {
          color: #9E9E9E !important;
          font-weight: 700 !important;
        }
        .fb-tb-td {
          color: #1D1D1B;
          display: block;
          text-align: center;
          font-size: 16px;
          font-weight: 400;
          line-height: 125%;
          padding: 12px 16px;
          height: 65px;
        }
        .first-ftt {
          height: 60px;
          padding: 8px 16px;
        }
        .last-ftt {
          height: 60px;
          padding: 8px 16px;
        }
        .weak {
          font-size: 16px;
          font-weight: 400;
          line-height: 125%;
        }
        .white-end-space {
          height: 0px;
          padding-top: 8px;
        }
        .second-benefit {
          margin-top: 48px;
          width: 328px;
          height: 637px;
          padding: 32px 24px 20px 24px;
          margin: 48px 0 0 0;
        }
        .sb-main-text-top {
          margin-top: 18px;
          font-size: 28px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
        }
        .deal_policy {
          height: 338px;
        }
        .sb-main-text-bottom {
          font-size: 28px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
        }
        .black-circle {
          padding-left: 0;
          padding-right: 22px;
        }
        .first-b {
          width: 151px;
          height: 151px;
        }
        .second-b {
          width: 127px;
          height: 127px;
        }
        .third-b {
          width: 107px;
          height: 107px;
        }
        .sb-cf-text {
          font-size: 14px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;    
        }
        .sb-cf-fee {
          font-size: 14px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;    
        }
        .huge-fee {
          font-size: 24px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;    
        }
        .sb-text {
          margin-top: 12px;
          font-size: 15px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
        }
        .first-o {
          width: 107px;
          height: 107px;
          margin-top: 22px;
        }
        .sb-o-text {
          margin-top: 33px;
          font-size: 15px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
        }
        .sb-border-text {
          display: block;
          text-align: center;
          padding: 16px 44px;
          width: 280px;
          height: 112px;
          background: #FFFFFF;
          border: 1px solid #F5F5F5;
          border-radius: 12px;
          margin-top: 63px;
        }
        .sb-border-f {
          font-size: 14px;
          font-weight: 400;
          line-height: 125%;
          text-align: center;
        }
        .sb-border-s {
          margin-top: 4px;
          font-size: 16px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
        }
        .sb-tou {
          margin-top: 16px;
          font-size: 13px;
          font-weight: 400;
          line-height: 125%;
          text-align: center;
        }
        #benefit3 {
          padding-top: 48px;
        }
        .third-benefit {
          padding: 32px 16px 16px 16px;
          margin-top: 0;
          width: 328px;
          height: 800px;
          background: linear-gradient(180deg, #2B2C32 0%, #2B2C32 100%);
        }
        .tb-sub-text {
          margin-top: 15px;
          font-size: 15px;
          font-weight: 400;
          line-height: 140%;
          text-align: center;     
          color: #BDBDBD;
          margin-bottom: 7px;
        }
        .tb-sub-text strong {
          color: #ffffff;
          font-size: 15px;
        }
        .tb-main-box {
          width: 296px;
          border-radius: 16px;
          padding-bottom: 0;
        }
        .tb-main-box-text {
          display: flex;
          width: 296px;
          height: 56px;
          border-radius: 16px;
          margin-top: 10px;
          margin-bottom: 18px;
        }
        .tb-mo-text {
          padding: 8px 0;
          font-size: 14px;
          font-weight: 400;
          line-height: 125%;
          text-align: left;
        }
        .tb-mo-text strong {
          font-size: 14px;
          font-weight: 700;
          text-align: left;
        }
        .tb-main-box-text object {
          width: 40px;
          height: 40px;
          margin: 0 18px 0 20px;
        }
        .tb-main-box-text .pc-no-show {
          display: block;
        }
        .tb-notice {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 0;
          margin-top: 20px;
        }
        .tb-notice img {
          margin-right: 3px;
          width: 15px;
          height: 15px;
          margin: auto 3px auto 0;
        }
        .tb-notice-text {
          font-size: 15px;
          font-weight: 700;
          line-height: 125%;
          text-align: left;
        }
        .tb-graph {
          margin-top: 36px;
          width: 256px;
          gap: 20px;
        }
        .tb-graph-fee-text {
          width: 118px;
          font-size: 13px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
          margin-bottom: 10px;
        }
        .tb-graph-fee-text strong {
          font-size: 22px;
          font-weight: 700;
          line-height: 140%;
          letter-spacing: -0.02em;
          text-align: center;     
        }
        .tb-o-graph {
          margin-left: 0;
          width: 118px;
          height: 209px;
        }
        .tb-mo {
          margin-top: 2px;
          font-size: 13px;
        }
        .tb-o-text {
          font-size: 18px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
          margin-top: 70px;
        }
        .tb-o-graph-bar img {
          width: 20px;
          height: 20px;
          margin-top: 8px;
        }
        .tb-menuit {
          width: 118px;
          padding-top: 62px;
        }
        .tb-menuit-graph {
          height: 206px;
          width: 118px;
          margin-left: 0;
          font-size: 18px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
          padding-top: 96px;
        }
        .tb-other {
          width: 118px;
        }
        .tb-graph-header {
          width: fit-content;
          margin-left: 20px;
          margin-right: 20px;
        }
        .tb-o-header {
          display: block;
          align-items: center;
          justify-content: center;
          width: 118px;
          height: 50px;
          font-size: 14px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
          padding: 7px 0 5px 0;
        }
        .tb-m-header {
          display: block;
          align-items: center;
          justify-content: center;
          width: 118px;
          height: 50px;
          font-size: 14px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
          margin-left: 20px;
          padding: 7px 0 5px 0;
        }
        .border-dash {
          width: 256px;
        }
        .tb-text-head {
          margin-left: 20px;
          margin-top: 12px;
          gap: 20px;
        }
        .tb-text {
          width: 118px;
        }
        .tb-tou {
          margin-top: 24px;
          padding: 0;
          font-size: 13px;
          font-weight: 400;
          line-height: 125%;
          text-align: center;
          margin-bottom: 36px;
        }
        .bg-dark {
          margin-top: 48px;
          justify-content: center;
        }
        .banner-wrapper {
          height: 190px;
          padding: 24px 0 0 0;
          width: fit-content;
        }
        .banner-text {
          padding-top: 0px;
          margin-left: 32px;
          width: 160px;
          height: fit-content;
        }
        .banner-sub-text {
          margin-top: 8px;
          font-size: 13px;
          font-weight: 400;
          line-height: 125%;
          text-align: left;    
          margin-bottom: 4px;
        }
        .mo-banner-main-text {
          display: block;
          font-size: 20px;
          font-weight: 700;
          line-height: 125%;
          text-align: left;    
          margin-bottom: 12px;
          color: #ffffff;
        }
        .banner-link {
          margin-bottom: 32px;
          font-size: 12px;
          font-weight: 400;
          line-height: 125%;
          text-align: left;
        }
        .banner-link img {
          width: 6px;
          height: 6px;
        }
        .banner-ipad {
          margin-top: 20px;
          margin-left: 28px;
          width: 120px;
          height: 100px;
        }
        .banner-ticket {
          width: 126px;
          height: 53px;
          top: 80px;
          left: 10px;
        }
        .fm-box-text {
          margin-top: 36px;
          font-size: 14px;
          font-weight: 700;
          line-height: 140%;
          text-align: center;
          padding: 8px 10px;
          height: 36px;
          width: fit-content;
          border-radius: 8px;
        }

        .grid-card-box {
          scroll-behavior: unset;
          overflow-x: hidden;
          width: 328px;
          height: fit-content;
          grid-template-columns: repeat(4, 1fr);
          border-radius: 24px;
        }
        .grid-card-box::-webkit-scrollbar {
          display: none;
        }
        .focus-market {
          width: 328px;
          padding-bottom: 0;
        }
        .bg-pink {
          height: fit-content;
          padding-bottom: 48px;
        }
        .fm-main-text {
          margin-top: 18px;
          font-size: 28px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
          margin-bottom: 24px;
        }
        .mc-hero-text {
          font-size: 22px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
          justify-content: center;
        }
        .mc-main-text {
          font-size: 22px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
          justify-content: center;
        }
        .mc-expain-text-m {
          margin-top: 12px;
          font-size: 16px;
          font-weight: 400;
          line-height: 140%;
          text-align: center;
          display: block;
          margin-bottom: 24px;
        }
        .mc-expain-text-m-en {
          margin-top: 12px;
          font-size: 16px;
          font-weight: 400;
          line-height: 140%;
          text-align: center;
          display: block;
          margin-bottom: 24px;
        }
        .mc-expain-text-m strong {
          font-size: 14px;
        }
        .mc-image {
          width: 296px;
          height: 167px;
        }
        .fm-nav {
          width: 328px;
          margin-bottom: 20px;
          align-items: center;
          justify-content: space-between;
          overflow-x: hidden;
        }
        .fm-nav-link {
          cursor: pointer;
          padding: 8px;
          font-size: 14px;
          font-weight: 700;
          line-height: 125%;
          text-align: left;
          color: #9E9E9E;
        }
        .fm-nav .activate {
          color: #212121;
        }
        .mc-indicator-wrap {
          margin-top: 20px;
          display: flex;
          gap: 4px;
          margin-bottom: 48px;
        }
        .mc-indicator {
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #FDCBCE;
          transition: ease-in-out 0.5s
        }
        .mc-indicator-wrap .activate {
          width: 18px;
          border-radius: 300px;
          background: #DE706A;
          transition: ease-in-out 0.5s
        }
        .fm-button {
          width: 158px;
          height: 95px;
          font-size: 15px;
          font-weight: 400;
          line-height: 140%;
        }
        .fm-image {
          width: 296px;
          height: 167px;
        }
        .fm-btn-first strong {
          font-size: 15px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
        }
        .fm-btn-first {
          font-size: 15px;
          line-height: 125%;
        }
        .fm-toggle-button {
          gap: 12px;
          margin-bottom: 24px;
        }
        .machine-card {
          height: fit-content;
          width: 328px;
          flex-direction: column;
          padding: 16px 16px 32px 16px;
          border-radius: 24px 0px 0px 0px;
          border: 1px 0px 0px 0px;
          opacity: 0px;
          border-radius: 24px;
          gap: 24px;
          margin-bottom: 48px;
        }
        .fm-sub-text {
          display: block;
          font-size: 14px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
        }
        .fm-text-wrapper {
          width: 294px;
        }
        .fm-card-main-text {
          display: block;
          font-size: 22px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
        }
        .fm-category-wraaper {
          margin-top: 24px;
          justify-content: center;
          align-items: flex-start;
        }
        .r-box {
          margin-top: 38px;
        }
      
        .fm-box-wrapper {
          gap: 12px;
        }
        .fm-text-box {
          width: 64px;
          height: 30px;
          padding: 6px 8px 6px 8px;
          border-radius: 8px;
          font-size: 13px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
        }
        .fm-fee-wraaper {
          gap: 18px;
        }
        .fm-fee {
          height: 34px;
          font-weight: 700;
          font-size: 16px;
          line-height: 140%;
          display: flex;
          align-items: center;
        }
        .fm-fee strong {
          font-size: 24px;
        }
        .fm-weak {
          font-size: 16px;
          font-weight: 400;
          text-align: left;
        }
        .fm-tou {
          font-size: 13px;
          font-weight: 400;
          line-height: 125%;
          text-align: center;
          margin-top: 16px;
        }
        .r-sub-text {
          margin: 0 0 48px 0;
          font-size: 14px;
          font-weight: 400;
          line-height: 125%;
          text-align: center;
        }
        .r-card-grid {
          padding-left: 16px;
          width: 100vw;
          overflow-x: scroll;  
        }
        .r-card-grid::-webkit-scrollbar{
          display:none;
        }
        .r-card {
          width: 264px;
          border: 1px solid #E0E0E0;
          border-radius: 16px;
        }
        .r-card-main-text {
          font-size: 20px;
          font-weight: 700;
          line-height: 125%;
          margin-top: 16px;
        }
        .r-card-sub-text {
          margin-top: 12px;
          font-size: 15px;
          font-weight: 400;
          line-height: 125%;
          text-align: center;
        }
        .r-card-reviewr {
          margin-top: 18px;
          margin-bottom: 16px;
          font-size: 12px;
          line-height: 125%;
          text-align: center;
        }
        .review {
          margin-bottom: 48px;
        }
        .survey {
          width: 100%;
          margin: 0;
          padding: 32px 16px 54px 16px;
          height: 366px;
        }
        .su-main-text {
          font-size: 28px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
        }
        .su-sub-text {
          font-size: 14px;
          font-weight: 400;
          line-height: 125%;
          text-align: center;
        }
        .su-sub-text strong {
          font-size: 14px;
        }
        .surv-area {
          margin-top: 24px;
          height: 87px;
        }
        .surv-area::placeholder {
          font-size: 15px;
          font-weight: 400;
          line-height: 125%;
          text-align: left;
        }
        .submit-survey {
          margin-top: 16px;
          height: 43px;
          font-size: 15px;
          font-weight: 700;
          line-height: 125%;
        }
        .f-tou-wrapper {
          padding: 0px 0 44px 16px;
        }
        .f-tou-wrapper object {
          margin-top: 40px;
        }
        .f-menuit {
          font-size: 15px;
          font-weight: 700;
          line-height: 125%;
          text-align: left;
          margin-top: 36px;
        }
        .f-menu {
          margin-top: 8px;
        }
        .f-menu img {
          margin-top: 0;
          margin-left: 20px;
        }
        .f-tou {
          font-size: 14px;
          font-weight: 400;
          line-height: 125%;
        }
        .fm-fm-en {
          margin-bottom: 32px;
        }

        .footer-fixed {
          box-shadow: 0px -4px 8px 0px rgba(87, 87, 87, 0.1);
          background-color: #ffffff;
          height: 80px;
          width: 100%;
          bottom: 0px;
        }
        .more-btn {
          width: 100%;
          margin: 8px 16px 18px 16px;
          box-shadow: none;
        }
        .f-tou-menuit-right {
          margin-bottom: 0;
        }
        .refer-main-text {
          display: inline;
          margin: 26px 8px 32px 8px;
          font-size: 28px;
          font-weight: 700;
          line-height: 125%;
          text-align: left;
          padding: 0 40px;
        }
        .tb-toolbar {
          display: flex;
          width: 280px;
          height: 75.5px;
          top: 28px;
          padding: 16px;
          font-size: 12px;
          font-weight: 600;
          line-height: 125%;
          text-align: left;
        }
        .toolbar-wrap {
          position: relative;
        }
        .tb-toolbar img {
          width: 30px;
          height: 30px;
          margin-right: 0;
          position: absolute;
          z-index: 99;
          left: 230px;
          top: -15px;
        }
        .tb-toolbar-second-text {
          font-size: 12px;
          font-weight: 600;
          line-height: 125%;    
        }
        .tb-toolbar-second-text strong {
          font-size: 12px;
          font-weight: 600;
          line-height: 125%;    
        }
        .toolbar-mark {
          left: 34px;
        }
        .banner-image object {
          overflow-x: hidden;
          margin: 0;
          width: 175px;
          height: 159px;
        }
        .tb-notice img:hover ~ .tb-toolbar {
          opacity: 0;
        }
        .tb-notice-text:hover ~ .tb-toolbar {
          opacity: 0;
        }
        .f-tou-link {
          margin-top: 24px;
        }
        .grid-card-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        }
        .menuit-card {
                width: 328px;
                height: 365px;
                padding-top: 20px;
        }
      }
      @media all and (min-width:200px) and (max-width:425px) {
        .modal-content {
          height: 100vh;
          width: 100%;
          border-radius: 0px;
          padding: 0;
        }
        .modal-sub-text {
          margin-left: 0px;
        }
        .modal-main-text {
          width: 310px;
          padding: 10px 12px 20px 12px;
          font-size: 24px;
          font-weight: 700;
          line-height: 125%;
          text-align: left;
          margin: 0 auto;
        }
        .refer-main-text {
          display: inline;
          width: 300px;
          margin: 0 auto;
          padding: 0;
          font-size: 24px;
          font-weight: 700;
          line-height: 125%;
          text-align: left;
        }
        .modal-box {
          width: fit-content;
          padding: 20px 12px 12px 12px;
          margin: 0 auto;
        }
      
        .form-text {
          font-size: 15px;
          font-weight: 700;
          line-height: 125%;
          text-align: left;
        }
        .form-text input {
          width: auto;
        }
        .f-num {
          margin-bottom: 0px;
        }
        .modal-form {
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
        }
        #go_free {
          font-size: 15px;
          font-weight: 700;
          line-height: 125%;
          text-align: center;
          cursor: default;
        }
        .more-referel-box {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: max-content;
          margin-top: 20px;
          padding: 24px 24px 12px 24px;
        }
        .modal-bottom-sub {
          margin-top: 8px;
        }
        .modal-form-input-box {
          height: 250px;
        }
        .modal-ipad {
          width: 250px;
          height: 174px;  
          margin-top: 50px;
        }
        .refer-modal-contents {
          overflow: hidden;
          height: 100%;
          padding-bottom: 48px !important;
        }
        .refer-more-button {
          margin-top: 2rem;
          margin-left: 0px;
        }
      
      }
      
      