@import url('https://fastly.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-jp-dynamic-subset.css');
  ::selection {
    background-color: #1EA041;
    color: #fff;
  }
  :root {
  font-family: 'Pretendard Variable', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}
  html {
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  body {
  font-family: 'Pretendard Variable', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  }
button#scroll-top-btn {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
  * {
    color: #1A1A1A;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-wrap: break-word;
    word-break: break-all;
    font-family: "Pretendard JP Variable", "Pretendard JP", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Apple SD Gothic Neo", Meiryo, "Noto Sans JP", "Noto Sans KR", "Malgun Gothic", Osaka, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    scroll-behavior: smooth;
  }
  
  *:focus {
    outline: 0;
  }
  
  html {
    -ms-touch-action: manipulation;
    touch-action: manipulation
  }
  
  html, body {
    height: auto;
  }
  
  /* Set body default */
  body {
    display: flex;
    flex-direction: column;
    background: #fff;
  
    font-family: "Pretendard JP Variable", "Pretendard JP", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Apple SD Gothic Neo", Meiryo, "Noto Sans JP", "Noto Sans KR", "Malgun Gothic", Osaka, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 12px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1A1A1A;
  }
  
  
  
  body::-webkit-scrollbar-thumb {
    height: 30%;
  
    background: #C3CDE8;
  
    border-radius: 10px;
  }
  
  body::-webkit-scrollbar-track {
    background: rgba(33, 122, 244, .1);
  
  }
  
  /* Inherit fonts */
  body * {
    font: inherit;
    vertical-align: baseline;
  }
  
  /* Remove default padding, margin, border */
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea, input, button {
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  /* Semantic tag */
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  
  /* ul, ol, dl tag */
  ul, ol, dl {
    list-style: none;
  }
  
  /* blockquote, q tag */
  blockquote, q {
    quotes: none;
  }
  
  blockquote:before, blockquote:after, q:before, q:after {
  
    content: none;
  }
  
  /* table tag */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  tspan {
    font-size: 10px;
  }
  
  /* a tag */
  a {
    text-decoration: none;
    color: inherit;
  }
  
  @media (hover: hover) {
    a:hover {
      color: inherit;
      text-decoration: none;
    }
  }
  
  /* hr tag */
  caption, hr {
    display: none;
  }
  
  /* button tag */
  button {
    background: none;
    outline: none;
    cursor: pointer;
  }
  
  /* ---------------- End body default ---------------- */
  span.select2-selection__text {
    color: #535355;
  }
  
  
  @media (min-width: 1024px) {
    #layout {
      /* border-width: 20px; */
    }
  }
  
  @media (max-width: 1899px) {
    #layout {
      /* overflow-x: hidden; */
      /* overflow-y: hidden; */
    }
  }
  
  /* ---------------- Start header ---------------- */
  header {
    width: 100%;
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #00000029;
    padding: 0 12px 0;
    z-index: 100;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
div.header_betweenWrapper {
	display:flex;
      align-items: center;
  height: 100%;
}
  @media (max-width: 1024px) {
    header {
      padding:0 16px;
    }
  }
  
  @media (min-width: 1024px) {
    header {
      height: 70px;
      padding: 0 16px;
      min-height: 70px;
      width: 100%;
      position: sticky;
      top: 0px;
      z-index: 99;
    }
  }
  
  div.header_wrapper {
    position: relative;
    display: flex;
    justify-content: end;
    height: 100%;
    width: 100%;
  }
  
  @media (min-width: 1024px) {
    div.header_wrapper {
      height: 100%;
      max-width: 1200px;
      margin: auto;
    }
  }
  
  div.header_topWrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    justify-content: space-between;
    width: 100%;
  }
  
  @media (min-width: 1024px) {
    div.header_topWrapper {
      height: 100%;
    }
  }
  
  div.header_logoWrapper {
    display: flex;
    align-items: center;
    margin-right: auto;
  }
  
  @media (max-width: 1024px) {
    div.header_logoWrapper {
    }
  }
  
  img.header_logoWrapper_smallLogo {
    height: 26px;
    width: auto;
  }
  
  @media (min-width: 1024px) {
    img.header_logoWrapper_smallLogo {
      display: none;
    }
  }
  
  img.header_logoWrapper_longLogo {
    display: none;
    width: 140px;
  }
  div.header_logoWrapper i {
    display:none;
    font-size: 16px;
    color: #1A1A1A;
  }
  @media (min-width: 1024px) {
    img.header_logoWrapper_longLogo {
      display: inline-block;
    }
  }
  
  div.header_mobileMenuButton {
    display: flex;
    align-items: center;
    width: 32px;
    height: 100%;
    cursor: pointer;
    justify-content: center;
  }
  div.header_mobileMenuButton i {
    font-size:16px;
    color:#1a1a1a;
    padding: 5px;
  }
  div.testfree_logout {
    background: linear-gradient(to right, #0B67CE, #1EA041);
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    margin-right: 30px;
  }
  
  div.testfree_logout a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.1px;
  }
  
  .bar span {
    display: block;
    width: 21px;
    height: 2px;
    background: #333;
    position: absolute;
  }
  
  .bar {
    display: block;
    width: 33px;
    height: 22px;
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  
  .bar span {
    display: block;
    width: 21px;
    height: 2px;
    background: #333;
    position: absolute;
  }
  
  .bar span:first-child {
    top: 2px;
    width: 14px;
    right: 12px;
    opacity: 1;
    transition: 0.3s;
  }
  
  .bar span:nth-child(2) {
    top: 10px;
    transition: 0.5s;
  }
  
  .bar span:nth-child(3) {
    top: 10px;
    transition: 0.5s;
  }
  
  .bar span:last-child {
    top: 18px;
    width: 14px;
    right: 12px;
    opacity: 1;
    transition: 0.3s;
  }
  
  @media (min-width: 1024px) {
    div.header_mobileMenuButton {
      display: none;
    }
  }
  
  a.header_notice {
  
  }
  
  @media (min-width: 1024px) {
    a.header_notice {
  
    }
  }
  
  a.header_loginButton {
    display: block;
    background: #0b67ce;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    padding: 3px 12px;
    margin-left: auto;
    cursor: pointer;
    margin-right: 30px;
  }
  
  @media (min-width: 1024px) {
    a.header_loginButton {
      display: none;
    }
  }
  
  /* ---------------- End header ---------------- */
  main {
    width: 100%;
  }
  
  @media (min-width: 1024px) {
    main {
      display: flex;
      /* max-height: calc(100vh - (20px * 2) - 56px);
      overflow-y: auto;*/
      flex-direction: column;
      width: 100%;
      flex: auto;
    }
  }
  
  #main {
    display: flex;
    max-height: calc(100vh - (20px * 2) - 120px);
    overflow-y: auto;
  }
  
  /* ---------------- Start nav ---------------- */
  nav {
    width: 100%;
    height: 100%;
    position: sticky;
    top: 0;
    transition: left 0.2s ease-in-out;
    z-index: 150;
  }
  
  @media (min-width: 1024px) {
    nav {
      position: sticky;
      top: 0;
      z-index: 100;
    }
  
    nav {
    }
  }
  
  div.nav_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 0;
  }
  
  @media (min-width: 1024px) {
    div.nav_bg {
      display: none;
    }
  }
  
  div.nav_contents {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 100%;
    position: relative;
    background: #fff;
    padding: 0 16px;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  body::-webkit-scrollbar {
    width:5px;
  }
  div.nav_contents::-webkit-scrollbar {
    width: 5px;
  }
  
  div.nav_contents::-webkit-scrollbar-thumb {
    background: #7d839652;
    border-radius: 10px;
    height: 10%;
  }
  
  div.nav_contents::-webkit-scrollbar-track {
    background: rgb(236 236 236 / 29%);
  }
  
  @media (min-width: 1024px) {
    div.nav_contents {
      width: 100%;
      background: #fafbfd;
      height: 100%;
    }
  }
  
  div.nav_contents_userInfoWrapper {
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 22px 0 16px;
    margin-bottom: 16px;
    z-index: 5;
  }
  
  @media (min-width: 1024px) {
    div.nav_contents_userInfoWrapper {
      align-items: flex-start;
      background: #fafbfd;
    }
  }
  
  img.nav_contents_userProfile {
    display: block;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 12px;
    overflow: hidden;
  }
  
  @media (min-width: 1024px) {
    img.nav_contents_userProfile {
      flex: 0 0 36px;
      width: 36px;
      height: 36px;
    }
  }
  
  div.nav_contents_userInfo {
    flex: 1;
  }
  
  p.nav_contetns_loginText {
    font-size: 13px;
    font-weight: 600;
  }
  
  @media (min-width: 1024px) {
    p.nav_contetns_loginText {
      font-size: 12px;
    }
  }
  
  div.nav_contents_closeButton {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 30px;
    border: 2px solid #333;
    cursor: pointer;
  }
  
  @media (min-width: 1024px) {
    div.nav_contents_closeButton {
      display: none;
    }
  }
  
  div.nav_contents_userPageWrapper {
    width: 100%;
    max-width: 100px;
    position: relative;
  }
  
  p.nav_contents_userId {
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #608AFF;
    /* margin-bottom: 4px; */
    cursor: pointer;
    pointer-events: none;
  }
  
  @media (min-width: 1024px) {
    p.nav_contents_userId {
      pointer-events: initial;
    }
  }
  
  p.nav_contents_userId.active {
    background: #253858;
    color: #fff;
  }
  
  @media (hover: hover) {
    p.nav_contents_userId:hover {
      background: #E6EFFC;
    }
  }
  
  @media (hover: hover) {
    p.nav_contents_userId.active:hover {
      background: #253858;
      color: #fff;
    }
  }
  
  p.nav_contents_userId > i.xi-angle-down-min:before {
    display: none;
    font-size: 19px;
    color: #5d5d5d;
    content: "\e942";
  }
  
  @media (min-width: 1024px) {
    p.nav_contents_userId > i.xi-angle-down-min:before {
      display: initial;
    }
  }
  
  p.nav_contents_userId.active > i.xi-angle-down-min:before {
    color: #fff;
  }
  
  div.nav_contents_userMenuWrapper {
    display: none;
    width: 100%;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 1;
  }
  
  a.nav_contents_userMenu {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #5D5D5D;
    padding: 4px 10px;
  }
  
  a.nav_contents_userMenu ~ a.nav_contents_userMenu {
    margin-top: 4px;
  }
  
  p.nav_contents_userPoint {
    display: inline-block;
    background: #000;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    padding-bottom: 2px;
    font-size: 11px;
    height: 21px;
    line-height: 1.8;
  }
  
  @media (max-width: 1025px) {
    p.nav_contents_userPoint {
      color: #6d6d6f;
      background: transparent;
      padding-bottom: 2px;
    }
  }
  
  @media (min-width: 1024px) {
    p.nav_contents_userPoint {
      display: block;
      font-size: 12px;
      color: #6d6d6f;
      margin-bottom: 4px;
      background: transparent;
      padding-bottom: 2px;
    }
  }
  
  a.nav_contents_pointButton {
    background: #0067CE;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    padding: 4px 6px;
  }
  
  @media (min-width: 1024px) {
    a.nav_contents_pointButton {
      display: initial;
    }
  }
  
  div.nav_contents_closeButton {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  
  div.nav_contents_closeButton i.xi-close {
    font-size: 20px;
    position: relative;
    left: 3px;
    top: 3px;
    font-weight: 600;
    color: #333;
  }
  
  a.nav_loginButton {
    display: block;
    width: 100%;
    border-radius: 5px;
    background: #0067CE;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 10px 12px;
    margin-bottom: 24px;
    cursor: pointer;
  }
  
  div.nav_menuWrapper {
    margin-bottom: 20px;
  }
  
  div.nav_menuGroup.active div.nav_menuSubWrapper {
    height: 0;
    opacity: 0;
    transition: ease-out .4s;
    overflow: hidden;
  }
  
  div.nav_menuGroup:last-of-type {
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
    display: none;
  }
  
  div.nav_contents > div.nav_menuWrapper > a.nav_menu:first-of-type {
    margin-top: -10px;
  }
  
  a.nav_menu ~ a.nav_menu {
    margin-top: 2px;
  }
  

  a.nev_menu:focus {
    color: #608AFF;
  }
  
  a.nav_menu.active {
    font-weight: 700;
  }
  
  a:-webkit-any-link {
    text-decoration: none!important;
  }
  
  
  
  @media (min-width: 1024px) {
    a.nav_menu[href="/account"], a.nav_menu[href="/logout"] {
      display: none;
    }
  }
  
  a.nav_menu img {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 14px;
  }
  
  @media (min-width: 1024px) {
    a.nav_menu img {
      width: 19px;
      height: auto;
    }
  }
  
  p.nav_menuTitle {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    gap: 3px;
  }
  
  p.nav_menuTitle::after {
    font-family: "Font Awesome 6 Pro";
    width: auto;
    height: auto;
    font-size: 12px;
    transition: cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.3s;
    content: "\f078";
    font-weight: 900;
  }
  
  div.nav_menuGroup.active p.nav_menuTitle::before {
    transform: rotate(-90deg);
  }
  
  div.nav_researchWrapper {
    width: 100%;
    background: #e7e7e7;
    padding: 13px;
    margin-bottom: 10px;
  }
  
  p.nav_researchWrapper_text {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
  }
  
  a.nav_researchWrapper_button {
    display: block;
    width: 100%;
    background: linear-gradient(to right, #0B67CE, #1EA041);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 7px;
    margin-top: 11px;
  }
  
  div.nav_guideModalButton {
    width: 100%;
    background: #0B67CE;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 24px;
    cursor: pointer;
  }
  
  @media (min-width: 1024px) {
    div.nav_guideModalButton.auth {
      display: none;
    }
  }
  
  a.nav_logoutButton {
    display: none;
    width: 100%;
    background: linear-gradient(to right, #0B67CE, #1EA041);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 24px;
    cursor: pointer;
  }
  
  @media (min-width: 1024px) {
    a.nav_logoutButton {
      display: block;
    }
  }
  
  div.nav_footer {
    width: calc(100% + (16px * 2));
    position: sticky;
    bottom: 0px;
    background: #E6EFFC;
    margin: auto 0 0 -16px;
    z-index: 1;
    transition: 0.2s;
  }
  
  p.nav_footer_title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  
  p.nav_footer_title i {
    color: #333;
    font-size: 18px;
    transform: rotate(180deg);
  }
  
  div.nav_footer_contents_wrapper {
    padding: 13px 14px 16px;
    transition: all 0.1s;
    height: auto;
    width: 100%;
  }
  
  p.nav_footer_text {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
    margin-bottom: 4px;
    display: inline;
    letter-spacing: -0.5px;
  }
  
  p.nav_footer_small {
    font-size: 11px;
    color: #000;
    font-weight: 500;
    display: inline;
    letter-spacing: -0.5px;
  }
  
  p.nav_footer_noticeText {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    line-height: 1.3;
    word-break: break-all;
  }
  
  .nav_footer.active div.nav_footer_contents_wrapper {
    height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    transition: all 0.1s;
  }
  
  .nav_footer.active p.nav_footer_title i {
    transform: rotate(0deg);
  }
  
  /* ---------------- End nav ---------------- */
  section {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  /* ---------------- Start mobile sns button ---------------- */
  
  
  
  
  /* ---------------- End nav ---------------- */
  /* ---------------- Start floating line button ---------------- */
  #floating-line-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    right: 24px;
    background: #06C755;
    border-radius: 32px;
    z-index: 10;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
  }
  .floating-button-wrapper {
    position: fixed;
    bottom: 97px;
    width: 304px;
    max-width: 1200px;
    right: 0;
    margin-right: calc((100% - 1200px) / 2);
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    z-index: 9999999;
  }
  @media (max-width:1300px){
    .floating-button-wrapper {
      max-width: 95%;
      margin-right: calc((100% - 95%) / 2);
      width: 304px;
    }
  }
  
  @media (max-width:1400px){
    #floating-line-button {
    }
  }
  
  #floating-line-button p {
    display: none;
  }
  
  @media (min-width: 769px) {
 
    .floating-button-wrapper a {
      /* position: fixed; */
      bottom: 97px;
      left: initial;
    }
    a#floating-line-button {
      width: auto;
      height: 42px;
      right: 59px;
      z-index: 9;
      padding: 8px 16px;
      gap: 8px;
      z-index: 9;
    }
    a#link-guide-modal-button {
      right:0;
      width: 45px;
      height: 45px;
      background:#4D95FE;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 18PX;
      cursor: pointer;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
    }
  }
  @media (max-width:768px){
      .floating-button-wrapper {
     flex-direction:column;
     align-items:end;
     width: 50px;
   }
    a#link-guide-modal-button {
      display:none;
    }
  }
  @media (min-width: 769px) {
    #floating-line-button p {
      display: block;
      font-size: 18px;
      font-weight: 700;
      color: #fff;
    }
  }
  
  #floating-line-button img {
    display: block;
    width: 21px;
    height: 20px;
  }
  button#scroll-top-btn {
    width: 45px;
    height: 45px;
    max-height: 45px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
    background-color: #FAFAFC;
    border: none;
    display:none;
}
button#scroll-top-btn i {
  color:#787878;
  font-size:16px;
  font-weight:900
}
@media (max-width:768px){
  #floating-line-button {
    padding:11px 10px;
  }
  button#scroll-top-btn {
    width:40px;
    height:40px;
    max-height:40px;
  }
}
  /* ---------------- End floating line button ---------------- */
  /* ---------------- Start floating sns button ---------------- */
  @keyframes bounce {
    0% {
      transform: translateY(0px);
    }
  
    50% {
      transform: translateY(-5px);
    }
  
    100% {
      transform: translateY(0px);
    }
  }
  
  @-webkit-keyframes bounce {
    0% {
      transform: translateY(0px);
    }
  
    50% {
      transform: translateY(-10px);
    }
  
    100% {
      transform: translateY(0px);
    }
  }
  
  #floating-sns-button {
    display: none;
  }
  
  @media (min-width: 1024px) {
    #floating-sns-button {
      display: inline-block;
      position: fixed;
      bottom: 105px;
      right: 40px;
      background: #0067CE;
      border-radius: 0.4em;
      padding: 5px 24px;
      animation: bounce 3s ease-in-out infinite;
      -webkit-animation: bounce ease-in-out 3s infinite;
      z-index: 10;
      cursor: pointer;
      display: none;
    }
  
    #floating-sns-button::after {
      position: absolute;
      top: 100%;
      left: 50%;
      border: 20px solid transparent;
      border-bottom: 0;
      border-left: 0;
      border-top-color: #0067CE;
      content: '';
    }
  }
  
  #floating-sns-button p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }
  
  /* ---------------- End floating sns button ---------------- */
  /* ---------------- Start sns popup modal ---------------- */
  #sns-popup-modal {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 150;
  }
  
  div.snsPopupModal_contents {
    width: 320px;
    height: 520px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  
  @media (min-width: 768px) {
    div.snsPopupModal_contents {
      width: 100%;
      max-width: 400px;
      height: 680px;
    }
  }
  
  div.snsPopup_Slider {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #F4F5F7;
  }
  
  div.snsPopupModal_TitleWrapper {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f4f5f7;
    border-bottom: 1px solid #8a98c0;
    padding: 11px 24px;
  }
  
  div.snsPopupModal_TitleWrapper p {
    font-size: 18px;
    font-weight: 700;
    color: #383838;
    margin-right: auto;
  }
  
  @media (max-width: 768px) {
    div.snsPopupModal_TitleWrapper p {
      font-size:15px;
    }
  }
  
  div.snsPopupModal_TitleWrapper i.xi-close-thin {
    cursor: pointer;
    color: #8A98C0;
    font-size: 32px;
    font-weight: 600;
  }
  
  @media (max-width: 768px) {
    div.snsPopupModal_TitleWrapper i.xi-close-thin {
      font-size:25px;
    }
  }
  
  div.snsPopupModal_TitleWrapper i.xi-close-min::before {
    content: "\e922";
  }
  
  div.snsPopupModal_contents div.swiper-wrapper {
    height: 400px;
  }
  
  @media (min-width: 768px) {
    div.snsPopupModal_contents div.swiper-wrapper {
      height: 520px;
    }
  }
  
  div.snsPopupModal_contents div.snsPopup_imageWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  div.snsPopupModal_contents div.snsPopup_imageWrapper::-webkit-scrollbar {
    width: 5px
  }
  
  div.snsPopupModal_contents div.snsPopup_imageWrapper::-webkit-scrollbar:horizontal {
    width: 10px;
  }
  
  div.snsPopupModal_contents div.snsPopup_imageWrapper::-webkit-scrollbar-thumb {
    background: #8A98C0;
    border-radius: 10px;
  }
  
  div.snsPopupModal_contents div.snsPopup_imageWrapper::-webkit-scrollbar-track {
    background: rgb(255 255 255 / 10%);
  }
  
  div.snsPopupModal_contents div.snsPopup_imageWrapper figure {
    position: relative;
    margin: 28px 16px;
  }
  
  @media(max-width: 768px) {
    div.snsPopupModal_contents div.snsPopup_imageWrapper figure {
      margin:10px;
    }
  }
  
  div.snsPopupModal_contents div.snsPopup_imageWrapper img {
    width: auto;
    height: 340px;
    background-color: #fff;
    border: 1px solid #8a98c05c;
  }
  
  @media (max-width: 768px) {
    div.snsPopupModal_contents div.snsPopup_imageWrapper img {
      height: 280px;
      width: 100%;
    }
  }
  
  div.snsPopupModal_contents div.snsPopup_imageWrapper div.snsPopup_Title {
    color: #5D5D5D;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 16px;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    div.snsPopupModal_contents div.snsPopup_imageWrapper div.snsPopup_Title {
      font-size:14px;
      margin-bottom: 10px;
    }
  }
  
  div.snsPopupModal_contents div.snsPopup_imageWrapper div.snsPopup_description {
    font-size: 14px;
    font-weight: 500;
    color: #5D5D5D;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    div.snsPopupModal_contents div.snsPopup_imageWrapper div.snsPopup_description {
      font-size:11px;
    }
  }
  
  #sns-popup-modal div.swiperPopupButtonWrapper {
    position: relative;
    height: 100%;
  }
  
  #sns-popup-modal div.swiper-pagination {
    position: absolute;
    bottom: 40px;
    padding: 0;
    width: auto;
    transform: translate(-50%, 0);
    left: 50%;
  }
  
  @media (max-width: 768px) {
    #sns-popup-modal div.swiper-pagination {
      bottom:30px;
    }
  }
  
  #sns-popup-modal div.snsPopupModal_buttonWrapper {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: end;
    flex: 1 0 auto;
    height: 100%;
    bottom: 30px;
  }
  
  @media (max-width: 768px) {
    #sns-popup-modal div.snsPopupModal_buttonWrapper {
      bottom:20px;
    }
  }
  
  #sns-popup-modal div.swiper-button-prev {
    border-right: 1px solid #c3c3c3;
  }
  
  #sns-popup-modal div.swiper-button-prev, #sns-popup-modal div.swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: initial;
    height: 28px;
    position: initial;
    background: #8A98C0;
    font-weight: 600;
    color: #fff;
    margin: 0;
    z-index: initial;
    cursor: pointer;
    padding: 4px;
    border-radius: 3px;
  }
  
  #sns-popup-modal div.swiper-button-prev {
    width: 38px;
  }
  
  #sns-popup-modal div.swiper-button-next {
    width: auto;
  }
  
  #sns-popup-modal div.swiper-button-prev.swiper-button-disabled {
    background: #a7a7a7;
    color: #393939;
  }
  
  #sns-popup-modal span.swiper-pagination-bullet {
    background: #8A98C0;
  }
  
  #sns-popup-modal div.swiper-button-next.swiper-button-disabled {
    background: linear-gradient(to right, #0B67CE , #1EA041 );
    color: #fff;
    opacity: 1;
    pointer-events: initial;
  }
  
  #sns-popup-modal .swiper-button-next:after, #sns-popup-modal .swiper-button-prev:after {
    font-size: 15px !important;
    content: ''
  }
  
  /* ---------------- End sns popup modal ---------------- */
  /* ---------------- Start common ----------------  */
  div.common_wrapper {/* max-width: 1200px; */margin: 40px auto 0;padding: 0;height: auto;display: flex;}
  @media (max-width:1300px){
    div.common_wrapper {
      max-width:95%;
    }
  }
@media (max-width:1024px){
  div.common_wrapper {
    margin-top:20px;
  }
}
  
  
  
  p.common_title {
    font-size: 20px;
    font-weight: 600;
    color: #383838;
    margin-bottom: 20px;
  }
  
  @media (max-width: 400px) {
    p.common_title {
      margin-bottom:10px;
      font-size: 17px;
    }
  }
  
  @keyframes commonToastAnimation {
    0% {
      opacity: 0;
    }
  
    25% {
      opacity: 1;
    }
  
    75% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      display:none;
  
    }
  }
  
  div.common_toastWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-height: 48px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #3b3b3b;
    border-radius: 8px;
    background: #FFCE1F;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.16), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
    padding: 12px 16px;
    opacity: 0;
    z-index: 200;
    animation: commonToastAnimation 3s ease-in-out forwards;
  }

@media (max-width:400px){
  div.common_toastWrapper {
    width:100%;
    max-width:90%;
  }
  div.common_toast_textWrapper {
    flex-direction:column;
    align-items: center;
  }
  div.common_toast_textWrapper p {
    text-align:center;
  }
}
  div.common_toastWrapper.success {
    background:#16981B;
  
  }
  div.common_toastWrapper.success i {
    color:#BBF2B6;
  }
  div.common_toastWrapper.success p {
    color:#fff;
  }
  div.common_toast_textWrapper {
    display:flex;
    gap: 3px;
  }
  div.common_toastWrapper.copy {
    display: none;
  }
  
  
  div.common_toast_img {
    flex: 0 0 auto;
    position: relative;
    width: auto;
    margin-right: 12px;
    background-repeat : no-repeat;
    background-size : cover;
    display: flex;
    align-items: center;
  }
  div.common_toast_img i {
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 4px;
    font-size: 16px;
  }
  div.common_toastWrapper.success div.common_toast_img {
  
  }
  
  
  
  div.common_toastWrapper.copy div.common_toast_img {
  
  }
  
  p.common_toast_title {
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1A;
  }
  
  p.common_toast_text {
    font-size: 14px;
    color: #1A1A1A;
    font-weight: 600;
  }
    @media (max-width:768px){
  div.common_toastWrapper {
    flex-direction:column;
    gap: 8px;
  }
  div.common_toast_img i {
    padding:0;
  }
}
  label.common_toggleWrapper {
    display: block;
    width: 32px;
    height: 20px;
    position: relative;
    background: #C5C5C8;
    border-radius: 30px;
    cursor: pointer;
  }
  
  span.common_toggleButton {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #a1a1a1;
  }
  
  input.common_toggleInput:checked ~ label.common_toggleWrapper {
    background: #3FD233;
  }
  
  input.common_toggleInput:checked ~ label.common_toggleWrapper span.common_toggleButton {
    left: calc(100% - 15px);
    background: #fff;
  }
  
  label.common_toggleWrapper, span.common_toggleButton {
    transition: all 0.2s ease-in;
  }
  
  label.common_toggle_text {
    font-size: 14px;
    font-weight: 600;
    color: #535355;
    margin-left: 8px;
  }
  @media (max-width:1024px){
    label.common_toggle_text {
      font-weight:400;
    }
  }
  /* togglebutton disabled */
  #order_comment_person label.common_toggleWrapper.disabled {
    background: #aaa;
    box-shadow: inset 2px 2px 20px #676565;
  }
  
  #order_comment_person label.common_toggleWrapper.disabled span.common_toggleButton {
    background: #c2c2c2;
  }
  
  /* ---------------- End common ----------------  */
  /* ---------------- Start login ---------------- */
  #login-modal {
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
  }
  
  
  
  div.loginModal_main {
    width: 100%;
    height: 100%;
    flex: 1;
    background-color: #fff;
  }
  
  @media (min-width: 768px) {
    div.loginModal_main {
      display: flex;
    }
  }
  
  div.loginModal_leftWrapper, div.loginModal_rightWrapper {
    height: 100%;
  }
  
  
  
  
  div.loginModal_rightWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 16px;
  }
  div.loginModal_rightWrapper .alert {
    display:none;
  }
  @media (min-width: 768px) {
    div.loginModal_rightWrapper {
      width: 100%;
    }
  }
  
  /* alert */
  div.signInAlert {
    width:100%;
    background-color:#DC362E;
    display:flex;
    align-items: center;
    padding:10px;
    border-radius:4px;
    justify-content:space-between;
    margin-bottom: 24px;
  }
  div.signInAlertGrid {
    display:flex;
    align-items:center;
    gap:10px;
  }
  div.signInAlert i {
    color:#fff;
    font-size:16px;
    padding: 4px;
    cursor: pointer;
  }
  div.signInAlert p {
    color:#fff;
    font-size:13px;
    font-weight:500;
  }
  div.loginModal_rightWrapper_contents {
    width: 100%;
    max-width: 328px;
  }
  @media (max-width:500px){
    div.loginModal_rightWrapper_contents {
      max-width:100%;
    }
  }
  figure.siginLogoWrapper {
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom: 36px;
  }
  @media (max-width:500px){
    figure.siginLogoWrapper {
      margin-bottom:20px;
    }
  }
  figure.siginLogoWrapper img {
    width:157px;
    height: auto;
  }
  div.loginModal_rightWrapper_inputWrapper ~div.loginModal_rightWrapper_inputWrapper {
    margin-top: 12px;
  }
  
  div.loginModal_rightWrapper_inputWrapper label {
    font-size: 12px;
    font-weight: 700;
    color: #535355;
    margin-bottom: 5px;
  }
  div.inputGridWrapper {
    position:relative;
  }
  div.inputGridWrapper i {
    position:absolute;
    right:8px;
    top:50%;
    transform:translate(-50%,-50%);
    color:#A2A3A6;
    font-size:16px;
    cursor:pointer;
    display:none;
  }
  div.inputWrapper.signinIdWrapper {
  
  }
  div.loginModal_rightWrapper_inputWrapper input {
    width: 100%;
    min-height: 40px;
    background: #fff;
    border: 1px solid #C5C5C8;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 12px;
    box-shadow: none;
    color: #535355;
  }
  div.loginModal_rightWrapper_inputWrapper input:placeholder {
    color:#A2A3A6
  }
  @media (max-width:500px){
    div.loginModal_rightWrapper_inputWrapper input {
      min-height:48px;
    }
    div.loginModal_rightWrapper_inputWrapper input:placeholder {
      font-size:16px;
    }
  }
  div.loginModal_rightWrapper_inputWrapper input.error {
    border:1px solid #DC362E;
    background: #FFE7E7;
  }
  div.loginModal_rightWrapper_inputWrapper input.error:focus {
    border:1px solid #DC362E;
  }
  div.hintMessage.active {
    color:#DC362E;
    font-size:12px;
    font-weight:500;
    padding-top:4px;
    letter-spacing:0.8px;
  
  }
  div.loginModal_rightWrapper_inputWrapper input:focus {
    box-shadow: none!important;
    border: 1px solid #19C30B;
  }
  
  input:autofill, input:autofill:focus,  input:-webkit-autofill, input:autofill:active {
    background: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  
  }
  
  @media (hover: hover) {
    input:autofill:hover {
      background: #fff !important;
      -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    }
  }
  
  div.loginModal_rightWrapper_autoWrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px 0 20px;
    height: auto;
  }
  div.loginModal_rightWrapper_autoWrapper a, 
  div.loginModal_rightWrapper_autoWrapper label {
    color:#535355;
    font-size:12px;
    font-weight:400;
  }
  div.loginModal_rightWrapper_autoWrapper label {
    display: flex;
    align-items: center;
    height: auto;
  }
  
  #remember {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    margin: 0 4px 0 0;
  }
  /* signin, signup check-box */
  
  .label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
  }
  
  .label-cbx input:checked + .checkbox {
    border-color: #19C30B;
  }
  
  .label-cbx input:checked + .checkbox svg path {
    fill: #19C30B;
  }
  .label-cbx input:checked + .checkbox svg polyline {
    stroke-dashoffset: 0;
  }
  .label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0;
  }
  .label-cbx .checkbox {
    position: relative;
    top: 0px;
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border: 2px solid #C8CCD4;
    border-radius: 4px;
    background: #fff;
  }
  .checkbox  {
    margin:0;
  }
  .label-cbx .checkbox svg {
    position: absolute;
    top: -2px;
    left: -2px;
  }
  
  .label-cbx .checkbox svg path {
    fill: none;
    stroke: #19C30B;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 70px;
    stroke-dashoffset: 70px;
    transition: all 0.6s ease;
  }
  .label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: all 0.3s ease;
  }
  .label-cbx > span {
    pointer-events: none;
    vertical-align: middle;
  }
  
  .cntr {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  
  .invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
  }
  
  a.login_findPassword {
    margin: 0 10px 0 auto;
    font-weight: 500;
  }
  
  a.login_signup {
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  
  a.login_signup::before {
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #E3E4E7;
    margin-right: 8px;
    content: '';
  }
  
  div.captcha {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    align-items: center;
  }
  div.captcha .form-group {
    margin-bottom:0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #login-modal button.loginButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    background: #19C30B;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    box-shadow: none;
    border-radius: 8px;
    border: none;
  }
  
  /* ---------------- End login ---------------- */
  /* ---------------- Start neworder ---------------- */
  #newOrder {
    width: 100%;
  }
  
  div.newOrder_inputWrapper.services .select2-container {
    display: none !important;
  }
  
  @media (min-width: 1400px) {
    div.newOrder_wrapper {
    }
  }
  
  div.newOrder_orderWrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  
  @media (min-width: 1400px) {
    div.newOrder_orderWrapper {
      flex: 1;
      margin-bottom: 102px;
    }
  }
  
  div.newOrder_autoNoticeWrapper {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 2px;
    background: #5d5d5d;
    padding: 18px 10px;
    margin-bottom: 10px;
  }
  
  div.newOrder_autoNoticeWrapper img {
    display: block;
    width: 24px;
    height: 24px;
  }
  
  div.newOrder_autoNoticeWrapper p {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-align: center;
  }
  
  .newOrder_snsTabWrapper {
    display: flex;
    gap: 8px;
    margin-right: 12px;
    z-index: 2;
    height: 700px;
    flex-wrap: wrap;
    width: 168px;
    border-bottom:none;
  }
@media (max-width:1024px){
  .newOrder_snsTabWrapper {
  	height:auto;
  }
}
  
  @media (min-width: 768px) {
    .newOrder_snsTabWrapper {
    }
  }
  
  @media (min-width: 1025px) {
  
  }
  
  .newOrder_snsTab {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
    height: 70px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    padding: 5px;
    cursor: pointer;
    background-color: #E3E4E7;
    justify-content: center;
    text-align: center;
  }
  
  
  
  .newOrder_snsTab.active {
  }
  

  
  .newOrder_snsTab.thread i {
   background: linear-gradient(180deg, #101010 0%, #838383 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }

  .newOrder_snsTab.japan-instagram i {
  background: linear-gradient(180deg, #523CDB 0%, #FF2F7A 50%, #FFE176 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }
  
  
  
  .newOrder_snsTab {}
  .newOrder_snsTab i {
    font-size:30px;
    color:#C5C5C8;
  }
  
  .newOrder_snsTab.popular i {
   background: linear-gradient(180deg, #B7EA64 0%, #53B517 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }
  .newOrder_snsTab.pinterest i {
background: linear-gradient(180deg, #EF043E 0%, #FF493C 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    }

.newOrder_snsTab.tumblr i{
   background: linear-gradient(180deg, #0C182D 0%, #667BA1 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.newOrder_snsTab.spotify i {
background: linear-gradient(180deg, #1ED760 0%, #18C656 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; 
 }
.newOrder_snsTab.twitch i {
background: linear-gradient(0deg, #4F2190 0%, #9246FE 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.newOrder_snsTab.telegram i {
background: linear-gradient(180deg, #37AEE2 0%, #87DBFF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }
.newOrder_snsTab.linkedin i {
background: linear-gradient(180deg, #0270AD 0%, #35AAEB 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.newOrder_snsTab.auto i {
background: linear-gradient(180deg, #B7EA64 0%, #53B517 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
  .newOrder_snsTab.japan-facebook i {
    background: linear-gradient(180deg, #615DFF 0%, #4DF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }
  .newOrder_snsTab.discord i {
background: linear-gradient(180deg, #5A65F5 0%, #777FF7 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
  .newOrder_snsTab.youtube i {
    background: linear-gradient(180deg, #DF0B0B 0%, #FF7D7D 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }
  
 
  
  .newOrder_snsTab.tiktok i {
  background: linear-gradient(180deg, #40C9C9 0%, #161616 50%, #C22C47 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }
 
  
  .newOrder_snsTab.twitter i  {
background: linear-gradient(180deg, #101010 0%, #838383 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }
   .newOrder_snsTab.line i {
  background: linear-gradient(0deg, #0DB753 0%, #06C755 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
     }
  .newOrder_snsTab.soundcloud i {
    background: linear-gradient(180deg, #ED9423 0%, #E83924 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }
  

 
  .newOrder_snsTab.active:hover {
    opacity:1;
  }
  .newOrder_snsTab.active i {
    color:#fff;
  }
  .newOrder_snsTab.active p.newOrder_snsTabName {
    font-size: 11px;
    font-weight: 700;
    color: #1A1A1A;
  }
  p.newOrder_snsTabName {
    width: 100%;
    color: #A2A3A6;
  }
  @media (max-width:500px){
    p.newOrder_snsTabName {
      font-size:10px;
    }
  }
  .newOrder_snsTab img {
    display: block;
    width: 26px;
    height: 26px;
  }
  
  .newOrder_snsTab img.active {
    display: none;
  }
  
  #order-form.japan-instagram div.newOrder_inputWrapper {
  
  }
  .newOrder_service_select_wrapper.charge_box h3 {
    color:#1A1A1A;
    font-size:14px;
    font-weight:700;
    /* margin-bottom: 20px; */
  }
  #order-form.japan-instagram div.newOrder_inputWrapper.services {
  
  }
  
  #order-form.popular div.newOrder_inputWrapper {
  
  }
  
  #order-form.popular div.newOrder_inputWrapper.services {
  
  }
  
  #order-form.japan-facebook div.newOrder_inputWrapper {
  
  }
  
  #order-form.japan-facebook div.newOrder_inputWrapper.services {
  
  }
  
  #order-form.youtube div.newOrder_inputWrapper {
  
  }
  
  #order-form.youtube div.newOrder_inputWrapper.services {
  
  }
  
  #order-form.tiktok div.newOrder_inputWrapper {
  
  }
  
  #order-form.tiktok div.newOrder_inputWrapper.services {
  
  }
  
  #order-form.twitter div.newOrder_inputWrapper {
  
  }
  
  #order-form.twitter div.newOrder_inputWrapper.services {
  
  }
  
  #order-form.etc div.newOrder_inputWrapper {
  
  }
  
  #order-form.etc div.newOrder_inputWrapper.services {
  
  }
  
  div.newOrder_inputWrapper {
  
  }
  
  div.newOrder_inputWrapper.services {
    margin-bottom: 12px;
  }
  
  div.newOrder_inputWrapper.fields {
  
  }
  
  div.newOrder_inputWrapper_titleImage {
    display: flex;
    gap: 3px;
    margin-bottom: 4px;
    color: #535355;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
  }
  
  div.newOrder_inputWrapper_titleImage img {
    width: 36px;
    height: 25px;
  }
  
  label.newOrder_inputWrapper_title {color: #535355;}
  
  .newOrder_inputWrapper + .newOrder_inputWrapper label.newOrder_inputWrapper_title {
    flex-wrap: wrap;
  }
  
  .form-group.fields.newOrder_inputWrapper label.newOrder_inputWrapper_title {
    flex-wrap: nowrap;
  }
  

  
  #order_delay select#field-orderform-fields-delay {
    line-height: 1.2;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    background: #fff;
    border: 1px solid #C5C5C8;
    border-radius: 8px;
    box-shadow: none;
    padding: 8px 12px;
  }
#order_delay select#field-orderform-fields-delay:focus {
  border: 1px solid #19C30B;
}
  
  #order_comment_person {
    display: flex;
    align-items: center;
  }
  
  #order_check div.form-group__checkbox {
    display: flex;
    align-items: center;
  }
  
  #order_check input#field-orderform-fields-check, #order_check span.checkmark {
    display: none;
  }
  
  #dripfeed-options {
    margin-top: 16px;
  }
  
  #order_min div.row {
    display: flex;
    margin: 0;
  }
  
  #order_min div.row div.col-md-6, #order_delay_expiry div.col-md-6 {
    flex: 1;
    padding: 0;
  }
  
  #order_min div.row div.col-md-6 ~ div.col-md-6 {
    margin-left: 10px;
  }
  
  #order_old_posts {
    display: none;
  }
  
  @media (min-width: 992px) {
    #order_delay div.row div.col-md-6, #order_delay_expiry div.col-md-6 {
      width: 100%;
      float: initial;
    }
  }
  
  #newOrder-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .newOrder_service_select_wrapper {
    display:flex;
    margin-right: 12px;
  }

  @media (min-width: 1024px) {
    #newOrder-services {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
  }
  
  div.newOrder_serviceTab {
    position:relative;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 400;
    color: #1A1A1A;
    cursor: pointer;
    min-width: 188px;
    width: 188px;
    max-width: 188px;
    border-bottom: 1px solid #E3E4E7;
    border-radius: 0;
  }

  div.newOrder_serviceTab {
    padding: 10px 14px;
  }
  div.newOrder_serviceTab:hover {
    background: #bbf2b64f;
    border-radius: 8px 8px 0 0;
  }
@media (max-width:1025px){
  div.newOrder_serviceTab:hover {
    border-radius:40px;
  }
}
  div.newOrder_serviceTab a {
    width: 100%;
    height: 100%;
    display: flex;
  }
  @media (max-width:1023px){
      div.newOrder_serviceTab.active a,
    div.newOrder_serviceTab a:hover,
    div.newOrder_serviceTab.active a:hover
   {
       color: #11A006;
    }
  }
  div.newOrder_serviceTab.active {
    background: #BBF2B6;
    color: #1A1A1A;
    font-weight: 800;
    border: tan;
    border-radius: 8px;
  }
@media (max-width:1024px){
  div.newOrder_serviceTab.active {
    border-radius: 40px;
  }
}
  div.newOrder_serviceTab.active:hover {
    background: #BBF2B6;
  }
  
  a.newOrder_moveButton {
    background: #000;
    border-radius: 3px;
    font-weight: 600;
    color: #fff;
    padding: 2px 5px 1px;
  }
  
  @media (min-width: 1400px) {
    a.newOrder_moveButton {
      display: none;
    }
  }
  
  /* select box */
  #neworder span.select2-selection.select2-selection--single.form-control {
    width: 100%;
    max-width: 100%;
    max-height: 40px;
    min-height: 40px;
    margin: auto;
    display: flex;
    align-items: center;
    border: 1px solid #C5C5C8;
    height: auto;
    line-height: 1;
    border-radius: 8px;
	color: #000;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    padding: 8px 12px;
  }
  
  /* select box active */
  #neworder .span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection.select2-selection--single.form-control {
    background-color: #0067ce;
    color: #fff;
    line-height: 1;
  }
  
  #neworder span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection.select2-selection--single.form-control {
    background-color: transparent!important;
    color: #535355;
    border: 1px solid #19C30B;
  }
 
  /*  select box arrow */
  #neworder .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px;
  }
  
  #neworder .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #19C30B transparent;
    border-width: 0 4px 5px 4px;
  }
  
  /* */
  span.select2-dropdown.dropdown-menu.select2-dropdown--below {
    background-color: #fff;
  }
  
  span.select2-dropdown.dropdown-menu.select2-dropdown--below {
    background-color: #fff;
  }
  
  span.select2-results {
    background-color: #fff;
  }
  
  span.select2-dropdown.dropdown-menu.select2-dropdown--below .active span.select2-selection__text {
	color:#fff;
  }
  
  .dropdown-menu {
    background-color: #fff!important;
  }
  
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
  }
  



  .dropdown-menu  > a {
    padding: 6px;
  }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #fff;
  }
  
  /* select box font */
span#select2-orderform-category-container span {
	line-height:1.5;
  font-size: 14px;
    font-weight: 400;
     color: #535355;
}
  #neworder span.selection__text {
    color: #222;
    font-weight: 400;
  }
  
  #neworder .select2-container .select2-selection__text {
    line-height: 1.2;
    font-size: 14px;
    font-weight: 400;
     color: #535355;
  }
  @media (max-width:1024px){
    #neworder .select2-container .select2-selection__text {
   
    }
  }
  /*  select box font active */
  .select2-container--open .select2-selection__rendered span.select2-selection__text {
    color: #535355;
  }
  
  #orderform-service {
    color: #535355;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    min-height: 40px;
    max-height: 40px;
    margin: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    border: 1px solid #C5C5C8;
    box-shadow: none;
    height: auto;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: 8px 12px;
    margin-bottom: 0;
  }
  
  #orderform-service:focus {
    box-shadow: none;
    outline: 0;
    border: 1px solid #19C30B;
  }
  
  #fields {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: max-content;
  }
  #fields .newOrder_inputWrapper {
    margin-bottom:20px;
  }
  #fields .newOrder_inputWrapper:not(.hidden):nth-child(2){
    /* margin-bottom:0; */
  }
  #fields .form-group {
    margin-bottom: 20px;
  }

  #fields input, input.form-control {
    min-height: 32px;
    border: 1px solid #C5C5C8;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    padding: 0 12px;
    height: auto;
    box-shadow: none!important;
    outline: none!important;
    border-radius: 8px;
    max-height: 40px;
    min-height: 40px;
    z-index: 0;
    color: #535355;
  }
  #neworder #fields .form-control[readonly] {background:#F3F5F7;border: 1px solid #C5C5C8;color: #C5C5C8;font-size: 14px;}
  #fields input:focus, input.form-control:focus {
    border: 1px solid #19C30B;
  }
  #neworder #fields #order_comment .form-control[readonly] {
    border: 1px solid #C5C5C8;
    background-color: #fff;
    color: #A2A3A6;
    font-size: 14px;
  }
  input#field-orderform-fields-total-quantity:focus {
    border: 1px solid #d9d9d9;
  }
  @media (max-width:1025px) {
    #fields div.newOrder_inputWrapper ~ div.newOrder_inputWrapper {
      margin-top: 20px;
    }
  }
  
  
#fields input:disabled:not(#charge), 
.form-control[disabled]:not(#charge), 
.form-control[readonly]:not(#charge), 
fieldset[disabled] .form-control:not(#charge),
#order_delay select#field-orderform-fields-delay[disabled]{
    border-radius: 8px;
    background-color: #F3F5F7;
    border: 1px solid #C5C5C8;
    box-shadow: none!important;
    padding: 8px 12px;
    font-size: 14px;
    color: #C5C5C8;
  }
  @media (max-width:1024px){
    #fields input::placeholder {
      color:#A2A3A6;
      font-size:14px;
    }
  }
  .form-control[readonly]:focus {
    box-shadow: none!important;
    border: 1px solid #d8d8d840;
  }
  
  small.help-block.min-max {
    font-weight: 400;
    color: #A2A3A6;
    margin: 5px 0 0;
    padding-left: 3px;
    font-size: 12px;
    width: 100%;
    display: flex;
  }
  
  div.newOrder_customComment_resetButton {
    display: flex;
    align-items: center;
    background: #fff;
    font-weight: 700;
    gap: 3px;
    padding: 10px;
    margin-left: auto;
    cursor: pointer;
  }
  div.newOrder_customComment_resetButton i {
    color:#A2A3A6;
    font-size:14px;
  }
  div.newOrder_customComment_deleteButton {
    display: flex;
    align-items: center;
    background: #fff;
    font-weight: 700;
    padding: 10px;
    margin-left: auto;
    cursor: pointer;
  }
  div.newOrder_customComment_deleteButton i {
    color: #464646;
    font-size: 14px;
  }
  
  div.newOrder_customComment_deleteButton img {
    width: auto;
  }
  
  div.newOrder_customComment_resetButton img {
    width: 16px;
    height: 16px;
  }
  
  /* custom comment title */
  @media(max-width: 400px) {
    div#order_comment div.newOrder_inputWrapper_titleImage {
      justify-content: flex-start;
      flex-wrap: wrap;
    }
  
    div.newOrder_customComment_deleteButton {
      margin-left: 0;
    }
  
    div.newOrder_customComment_resetButton {
      margin-left: 0;
    }
  }
  
  div.newOrder_customComment_categoryWrapper {
    display: flex;
    width: 100%;
    border-bottom: 1px dashed #d8d8d8;
    gap: 4px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  
  div.newOrder_customComment_category {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E3E4E7;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    gap: 4px;
    padding: 5px 6px;
    cursor: pointer;
    text-align: center;
    height: 32px;
    min-height: 32px;
    width: auto;
    max-width: 100%;
  }
  @media(max-width:1025px) {
    div.newOrder_customComment_category {
      padding:10px;
    }
  }
  @media (max-width: 768px) {
    div.newOrder_customComment_category {
    }
  }
  
  @media (max-width: 360px) {
    div.newOrder_customComment_category {
      font-size:12px;
    }
  }
  
  div.newOrder_customComment_category:hover {
    background: #F3F5F7;
  }
  
  div.newOrder_customComment_category.active {
    background: #C5C5C8;
    color: #1A1A1A;
  }
  
  div.newOrder_customComment_category.active:hover {
    background: #C5C5C8;
  }
  
  div.newOrder_customComment_category img {
    display: block;
    width: 20px;
    height: 20px;
  }
  
  div.newOrder_customComment_category img.active {
    display: none;
  }
  
  div.newOrder_customComment_subCategoryWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  
  @media (max-width: 768px) {
    div.newOrder_customComment_subCategoryWrapper {
      grid-template-columns:repeat(3, 1fr);
    }
  }
  
  div.newOrder_customComment_subCategory {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    background: #fff;
    font-size: 13px;
    color: #A2A3A6;
    padding: 0 9px;
    cursor: pointer;
    text-align: center;
    width: auto;
    border-radius: 20px;
    border: 1px solid #C5C5C8;
  }
  
  @media (max-width: 1025px) {
    div.newOrder_customComment_subCategory {
      font-size: 11px;
      max-height: 100%;
      height: auto;
      min-height: auto;
      padding: 6px 12px;
      line-height: 1.2;
      color: #1A1A1A;
      border: 1px solid #C5C5C8;
    }
  }
  
  div.newOrder_customComment_subCategory.active {
    background: #C5C5C8;
    color: #1A1A1A;
    border: 1px solid #535355;
    font-weight: 500;
  }
  
  @media (hover: hover) {
    div.newOrder_customComment_subCategory:hover {
      background: #F3F5F7;
      color: #787878;
      border: 1px solid  #787878;
    }
  
    div.newOrder_customComment_resetButton:hover {
    }
  }
  
  @media (hover: hover) {
    div.newOrder_customComment_subCategory.active {
      background: #C5C5C8;
      color: #1A1A1A;
      border: 1px solid #535355;
    }
  }
  
  @media (hover: hover) {
    div.newOrder_customComment_subCategory.active:hover {
      background: #C5C5C8;
      color: #1A1A1A;
      border: 1px solid #535355;
    }
  }
  
  #fields #order_delay_expiry div.input-group {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
  }
  
  #fields #field-orderform-fields-expiry {
    flex: 1;
    width: 100%;
    cursor: pointer;
  }
main.not_auth #fields #field-orderform-fields-expiry{


}


  
  #fields span.newOrder_expiry_icon {
    position: relative;
    /* opacity: 0; */
  }
main.not_auth #fields span.newOrder_expiry_icon {
  opacity:0;
}
main.not_auth #fields span.newOrder_expiry_icon::after {
  display:none;
}

  #fields span.newOrder_expiry_icon::after {
    display:block;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: calc(50% - 15px);
    width: auto;
    height: auto;
    content:
      "\f133";
    z-index: 9;
    font-size: 16px;
    color: #C5C5C8;
    z-index: 0;
  }
  #fields span.newOrder_expiry_icon {
  
  }
  
  #fields #order_delay_expiry span.input-group-btn {
    display: block;
    flex: 0 0 26px;
    height: auto;
    padding-left: 5px;
  }
  
  #fields #order_delay_expiry span.input-group-btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: auto;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    z-index: 0;
  }
  #fields #order_delay_expiry span.input-group-btn button i {
    color:#535355;
  }
  
  #fields #order_delay_expiry span.fa.far.fa-trash-alt {
    display: none;
  }
  
  #fields #order_delay_expiry span.input-group-btn button > img {
    width: 24px;
    height: 24px;
  }
  
  #fields #order_delay_expiry span.input-group-btn button:hover, #fields #order_delay_expiry span.input-group-btn button:focus {
    box-shadow: none !important;
    outline: none !important;
  }
  
  #fields #order_delay_expiry span.input-group-btn button svg {
    display: none;
  }
  
  img.newOrder_division {
    width: 100%;
    margin: 28px 0 12px;
  }
  
  @media (max-width: 400px) {
    img.newOrder_division {
      margin: 0px 0 10px;
    }
  }
  
  div.newOrder_paymentWrapper {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
        margin-top: 10px;
  }
  
  @media (min-width: 550px) {
    div.newOrder_paymentWrapper {
    }
  }
  
  div.newOrder_paymentWrapper div.newOrder_flexWrapper {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex: 1;
  }
  
  div.newOrder_paymentWrapper div.newOrder_flexWrapper div.newOrder_cartoonWrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
  
  div.newOrder_paymentWrapper div.newOrder_flexWrapper div.newOrder_cartoonWrapper:hover img {
    opacity: 0.5;
  }
  
  div.newOrder_paymentWrapper div.newOrder_flexWrapper div.newOrder_cartoonWrapper:hover p.cartoon_click {
    display: block
  }
  
  div.newOrder_paymentWrapper div.newOrder_flexWrapper div.newOrder_cartoonWrapper p.cartoon_click {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    font-size: 21px;
    font-weight: 700;
    color: #0067CE;
    text-shadow: 2px -1px 1px white;
  }
  
  div.newOrder_paymentWrapper div.newOrder_flexWrapper div.newOrder_cartoonWrapper img {
    width: 264px;
    height: auto;
  }
  
  div.newOrder_paymentWrapper div.newOrder_flexWrapper div.newOrder_cartoonWrapper figure {
    position: relative;
  }
  
  div.newOrder_paymentWrapper div.newOrder_flexWrapper div.newOrder_cartoonWrapper figure::before {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 17%);
    z-index: 9999999999;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  
  div.newOrder_paymentWrapper div.newOrder_flexWrapper div.newOrder_cartoonWrapper:hover figure::before {
    display: block;
  }
  
  @media (max-width: 650px) {
    div.newOrder_paymentWrapper div.newOrder_flexWrapper {
      gap:5px;
    }
  
    div.newOrder_paymentWrapper div.newOrder_flexWrapper div.newOrder_cartoonWrapper img {
      width: 100%;
    }
  }
  
  @media (max-width: 500px) {
    div.newOrder_paymentWrapper div.newOrder_flexWrapper {
      flex-direction:column;
    }
  }
  
  @media (max-width: 400px) {
    div.newOrder_paymentWrapper div.newOrder_flexWrapper div.newOrder_cartoonWrapper:hover img {
      opacity:1;
    }
  
    div.newOrder_paymentWrapper div.newOrder_flexWrapper div.newOrder_cartoonWrapper:hover figure::before {
      display: none;
    }
  
    div.newOrder_paymentWrapper div.newOrder_flexWrapper div.newOrder_cartoonWrapper:hover p.cartoon_click {
      display: none;
    }
  }
  
  div.newOrder_paymentContents, div.newOrder_userInfoWrapper {
    flex: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div.newOrder_paymentContents {
    padding-top:6px;
  }
  div.newOrder_userInfoWrapper {
    display: flex;
    background: #f4f5f7;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 0px #dbdbdb;
    padding: 12px 6px;
    margin: 0px 0 0 0;
  }
  
  @media (min-width: 1024px) {
    div.newOrder_userInfoWrapper {
      margin: 0 0 0 0;
    }
  }
  
  div.newOrder_userInfoBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    background: #e9e6fd;
    box-shadow: 1px 1px 1px 0px #dbdbdb;
    padding: 12px 0;
  }
  
  div.newOrder_userInfoBox ~ div.newOrder_userInfoBox {
    margin-left: 6px;
  }
  
  p.newOrder_userInfoBox_title {
    font-size: 12px;
    font-weight: 600;
    color: #253858;
    margin-bottom: 10px;
    text-align: center;
  }
  
  p.newOrder_userInfoBox_count {
    font-size: 15px;
    font-weight: 900;
    color: #253858;
    text-align: center;
  }
  
  label.newOrder_paymentLabel {
    font-size: 14px;
    font-weight: 700;
    color: #A2A3A6;
    flex: 1;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
  }
  
  button.newOrder_orderButton {
    width: 100%;
    min-height: 48px;
    height: 100%;
    background: #19C30B;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 12px;
    box-shadow: none;
  }
button.newOrder_orderButton:focus {
  background-color: #11A006;
}
button.newOrder_orderButton:hover {
  background-color:#3FD233;
}
@media (max-width:768px){
  button.newOrder_orderButton:hover {
  background-color:#19C30B;
  }
}
  @media (max-width:1024px){
    button.newOrder_orderButton {
      min-height:48px;
      max-height:48px;
      height:48px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
  div.newOrder_rightWrapper {
    width: 100%;
    flex: 1;
  }
  
  @media (min-width: 1400px) {
    div.newOrder_rightWrapper {
      flex: 1;
    }
  }
  
  div.newOrder_noticeWrapper {
    background: #F4F5F7;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0px #dbdbdb;
    padding: 12px 12px 16px 12px;
    margin-bottom: 20px;
  }
  
  div.newOrder_noticeTabWrapper {
    display: flex;
    border-bottom: 1px solid #B5BFDB;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  
  @media (min-width: 768px) {
    div.newOrder_noticeTabWrapper {
      display:inline-flex;
      width: 100%;
    }
  }
  
  div.newOrder_noticeTab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: relative;
    background: #f4f4f4;
    color: #5d5d5d;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 10px;
    cursor: pointer;
  }
  
  @media (min-width: 768px) {
    div.newOrder_noticeTab {
      flex: 0 1 auto;
    }
  }
  
  div.newOrder_noticeTab.active {
    background: #0B67CE;
    color: #fff;
  }
  
  div.newOrder_noticeTab.active::after {
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(100% + 10px);
    background: #608AFF;
    content: '';
  }
  
  div.newOrder_noticeTab ~ div.newOrder_noticeTab {
    margin-left: 10px;
  }
  
  div.newOrder_noticeListWrapper {
    max-height: 150px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    user-select: none;
    overflow-y: auto;
  }
  
  div.newOrder_noticeListWrapper div.noticeContents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    gap: 3px;
    padding: 4px 6px 5px;
  }
  
  @media (max-width: 400px) {
    div.newOrder_noticeTab {
      font-size:12px;
      text-align: center;
    }
  
    div.newOrder_noticeTab ~ div.newOrder_noticeTab {
      margin-left: 5px;
    }
  }
  
  @media (hover: hover) {
    div.noticeContents:hover {
    }
  }
  
  div.newOrder_noticeListWrapper span.button {
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 2px 6px;
    transition: all 0.44s ease;
  }
  
  div.newOrder_noticeListWrapper span.button.proceeding {
    background: #608aff;
  }
  
  div.newOrder_noticeListWrapper span.button.success {
    background: #253858;
  }
  
  div.newOrder_noticeListWrapper span.button.operation {
    background: #FFA412;
  }
  
  div.newOrder_noticeListWrapper span.button:hover {
    transform: translateY(-4px) translateZ(0);
  }
  
  div.noticeContents ~ div.noticeContents {
    border-top: 1px solid #d8d8d8;
  }
  
  div.newOrder_orderLinkGuideWrapper {
    display: none;
    flex-direction: column;
    padding-top: 16px;
  }
  
  @media (min-width: 768px) {
    div.newOrder_orderLinkGuideWrapper {
      flex-direction: row;
    }
  }
  
  @media (min-width: 768px) {
    div.newOrder_orderLinkGuideContents {
      flex: 1;
    }
  }
  
  div.newOrder_orderLinkGuideContents ~ div.newOrder_orderLinkGuideContents {
    margin-top: 18px;
  }
  
  @media (min-width: 768px) {
    div.newOrder_orderLinkGuideContents ~ div.newOrder_orderLinkGuideContents {
      margin: 0 0 0 18px;
    }
  }
  
  div.newOrder_orderLinkGuideTitleWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
  }
  
  @media (min-width: 768px) {
    div.newOrder_orderLinkGuideTitleWrapper {
      justify-content: center;
    }
  }
  
  div.newOrder_orderLinkGuideTitleWrapper img {
    width: 24px;
    margin-right: 4px;
  }
  
  div.newOrder_orderLinkGuideTitleWrapper p {
    font-size: 13px;
    font-weight: 600;
    color: #5d5d5d;
    letter-spacing: -0.5px;
  }
  
  div.newOrder_orderLinkGuideBox {
    background: #fff;
    box-shadow: 1px 1px 1px 0px #dbdbdb;
    font-size: 13px;
    font-weight: 500;
    color: #5d5d5d;
    padding: 11px 12px;
    cursor: pointer;
  }
  
  div.newOrder_orderLinkGuideBox ~ div.newOrder_orderLinkGuideBox {
    margin-top: 4px;
  }
  
  #newOrder-orderlink-guide-modal {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 150;
  }
  
  div.orderLinkGuideModal_wrapper {
    width: 90%;
    max-width: 438px;
    height: auto;
    border: 1px solid #8a98c0;
    border-radius: 10px;
    background: #3B3B3B;
  }
  
  div.orderLinkGuideModal_titleWrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8a98c0;
    padding: 27px 16px;
  }
  
  div.orderLinkGuideModal_titleWrapper img {
    width: 20px;
    margin-right: 8px;
  }
  
  div.orderLinkGuideModal_titleWrapper p {
    font-size: 13px;
    font-weight: 600;
    color: #8A98C0;
    letter-spacing: 2px;
  }
  
  @media (min-width: 768px) {
    div.orderLinkGuideModal_titleWrapper p {
      font-size: 14px;
    }
  }
  
  div.orderLinkGuideModal_closeButton {
    width: 36px;
    height: 36px;
    margin-left: auto;
    cursor: pointer;
  }
  
  div.orderLinkGuideModal_closeButton i.xi-close-min {
    font-size: 37px;
    color: #8a98c0;
  }
  
  div.orderLinkGuideModal_closeButton i.xi-close-min::before {
    content: "\e922";
  }
  
  div.orderLinkGuideModal_contents {
    padding: 18px 12px;
  }
  
  div.orderLinkGuideModal_contents p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
  }
  
  div.orderLinkGuideModal_contents_imageWrapper {
    width: 100%;
    max-height: 50vh;
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  div.orderLinkGuideModal_contents img {
    width: 100%;
  }
  
  div.newOrder_descriptionWrapper {
    flex: 1;
    width: 100%;
  }
  
  #newOrder_description {
    width: 100%;
    background: #fff;
    border-radius: 5px;
  }
  
  p.newOrder_descriptionTitle {
    font-size: 14px;
    font-weight: 700;
    color: #5d5d5d;
    margin-bottom: 16px;
  }
  
 div.main_wrapper .newOrder_descriptionContents {
    width: 100%;
    background: #fff;
    padding: 0;
   height:auto!important;
  }
  .newOrder_descriptionContents h3 {
    color:#1A1A1A;
    font-size:14px;
    font-weight:700;
    padding:20px 0;
  }
  a#linkCheck  h4 {
    padding-bottom: 7px;
  }
  div.newOrder_descriptionLabelWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  
  div.newOrder_descriptionLabel {
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding: 4px 8px;
    gap: 2px;
  }
  
  div.newOrder_descriptionLabel img {
    display: block;
    width: 18px;
    height: 18px;
  }
  
  div.newOrder_descriptionLabel p {
    font-size: 11px;
    font-weight: 700;
  }
  
  div.newOrder_descriptionLabel.startTime {
    background: #CCE1FF;
  }
  div.newOrder_descriptionLabel.startTime i {
    color:#0049B2;
  }
  div.newOrder_descriptionLabel i {
    font-size:11px;
  }
  div.newOrder_descriptionLabel.startTime p,
  div.newOrder_descriptionLabel.startTime span{
    color: #0049B2;
  }
  
  div.newOrder_descriptionLabel.workSpeed {
    background: #D0CCFF;
  }
  div.newOrder_descriptionLabel.workSpeed i,
  div.newOrder_descriptionLabel.workSpeed p,
  div.newOrder_descriptionLabel.workSpeed span {
    color: #5900B2;
  }
  
  div.newOrder_descriptionLabel.min, div.newOrder_descriptionLabel.max {
    background: #E3E4E7;
  }
  
  div.newOrder_descriptionLabel.min p, div.newOrder_descriptionLabel.max p,
  div.newOrder_descriptionLabel.min span, div.newOrder_descriptionLabel.max span,
  div.newOrder_descriptionLabel.min i, div.newOrder_descriptionLabel.max i{
    color: #535355;
  }
  
  div.newOrder_descriptionText {
    font-size: 12px;
    color: #4D4D4D;
    letter-spacing: 1;
    font-weight: 400;
  }
  div.newOrder_descriptionText i {
    font-size:12px;
    color: #0068FE;
  }
  div.newOrder_descriptionText i.fa-triangle-exclamation {
    color: #DC362E;
  }
  b.description_title {
    font-weight: 700;
  }
  
  /* ---------------- End neworder ---------------- */
  /* ---------------- Start orders ---------------- */
  #orders {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  
  div.orders_wrapper {
    padding: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding-bottom: 100px;
    flex-direction: column;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    height: 100%;
  }
  @media (max-width:1250px){
    div.orders_wrapper {
      max-width:95%;
    }
  }
  @media (max-width: 1023px){
    div.orders_wrapper {
      display:none;
    }
  }
  a.main_back {
    color:#0068FE;
    font-size:14px;
    font-weight:500;
    letter-spacing:-0.056px;
    margin-bottom:20px;
    position: sticky;
    left: 0;
    margin-bottom: 20px;
    display: block;
  }
  @media (max-width:1023px){
    #faq a.main_back {
      display:none;
    }
    a.main_back {
      display:none;
    }
  }
  
  #blog a.main_back,
  #blog-post a.main_back {
    display:block;
  }
  @media (max-width:1023px){
    #blog a.main_back,
    #affiliates a.main_back{
      display:none;
    }
  }
  #addfunds a.main_back {
    display:block;
    margin-bottom:20px;
  }
  @media (max-width:1023px){
    #addfunds a.main_back {
      display:none;
    }
  }
  a.main_back:hover {
    color:#0068FE
  }
#faq .orderTitle,
  h3.orderTitle {
    color:#1A1A1A;
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
    letter-spacing: -0.072px;
    position: sticky;
    left: 0;
  }
  @media (max-width:1023px){
    .orderTitle {
      font-size:14px;
    }
  }
  #faq .orderTitle {
    position:relative;
    left:initial;
  }
  @media (max-width:768px){
    #faq .orderTitle {
      font-size:14px;
    }
  }
  div.orders_filterWrapper {
    width: auto;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    position: sticky;
    left: 0;
    gap: 12px;
  }
  
  @media (max-width: 1024px) {
    div.orders_filterWrapper {
      flex-direction: column;
      width: 100%;
      justify-content: flex-start;
      align-items: unset;
    }
  }
  
  div.orders_filter_selectWrapper {
    display: flex;
    flex-wrap: wrap;
    width: inherit;
    border-bottom: 1px solid #E3E4E7;
    background: transparent;
  }
  div.orders_filter_selectWrapper div.button {
    display:flex;
    align-items:center;
    height: 52px;
    background: transparent;
  }
  @media (max-width: 1024px) {
    div.orders_filter_selectWrapper {
      padding:10px;
      gap: 7px;
    }
  }
  
  div.orders_filter_searchWrapper {
    width: 100%;
    flex: 1;
    background-color: #fff;
    border-radius: 8px;
  }
  
  
  
  div.orders_filter_selectWrapper .statusButton a {
    font-size: 16px;
    padding: 2px 15px;
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
  }
  
  div.statusButton {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 113px;
  }
  
  div.statusButton a {
    color: #C5C5C8;
  }
  
  div.statusButton.active {
    border-bottom: 3px solid #19C30B;
  }
  
  div.statusButton.active a {
    font-weight: 700;
    color: #1A1A1A;
  }
  
  /*  */
  button.order_canceled_button {
    color: #D92F0E;
    padding: 3px 5px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #D92F0E;
    width: auto;
    height: auto;
    margin-left: 7px;
    box-shadow: none;
  }
  
  div.orders_list_arrowButton {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 20px;
    cursor: pointer;
  }
  
  /* */
  button.order_detail_canceled_button {
    color: #D92F0E;
    padding: 3px 5px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #D92F0E;
    width: auto;
    height: auto;
    box-shadow: none;
    margin-left: 7px;
  }
  
  .orders_paginationWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 200px;
  }
  .pagination > .active > a {
    color:#19C30B;
    font-weight:800;
    border-radius:8px!important;
    background-color:#fff!important;
    border:1px solid #E3E4E7!important;
  }
  .pagination > li > a {
    background-color:#fff;
    border:1px solid #E3E4E7;
    border-radius:8px;
    color: #1A1A1A;
    font-size: 14px;
  }
  .pagination > .active > a:hover {
    color:#19C30B;
  }
  .pagination > li > a:hover {
    background: #19C30B;
    color: #fff;
  }
  .pagination > li:last-child > a {
    border-radius:8px;
  }
  #orders .table {
    table-layout: fixed;
    padding: 20px;
    height: 100%;
  }
  
  #orders .table th.fixed1 {
    width: 81px;
    text-align: center;
  }
  
  #orders .table th.fixed2 {
    width: 144px;
    text-align: center;
  }
  
  #orders .table th.fixed3 {
    /* width: 390px!important; */
    text-overflow: ellipsis;
    width: 411px!important;
    overflow: hidden;
    white-space: nowrap;
  }
  
  #orders .table th.fixed4 {
    width: 60px;
    text-align: center;
  }
  
  #orders .table th.fixed5 {
    width: 84px;
    text-align: center;
  }
  
  #orders .table th.fixed6 {
    width: 144px;
    text-align: center;
  }
  
  #orders .table th.fixed7 {
    width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #orders .table th {
    color:#535355;
    font-size:12px;
    font-weight:700;
    line-height: 18px;
    letter-spacing: -0.024px;
    padding: 8px 16px;
  }
  #orders .table th.fixed8 {
    max-width: 60px;
    width: 60px;
    text-align: center;
    padding-left: 20px;
    vertical-align: middle;
  }
  
  #orders .table th.fixed9 {
    width: 70px;
  }
  
  #orders .table th.fixed10 {
    width: 100px;
  }
  
  #orders .table td.orderServiceData {
    width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 23px;
  }
  
  @media (max-width: 1899px) {
    .table {
      width: 100%;
      height: auto;
      margin-bottom: 40px;
      overflow-x: auto;
      max-width: 100%;
    }
  }
  @media (max-width:1023px){
    #subscriptions {
      padding:0 16px;
    }
  }
  #subscriptions table.table {
    table-layout: fixed;
    padding: 20px;
  }
  
  #subscriptions th.fixed1 {
    width: 75px;
  }
  
  #subscriptions .table > thead > tr > th.fixed2 {
    width: 350px;
    text-align: left;
  }
  
  #subscriptions th.fixed3 {
    width: 60px;
  }
  
  #subscriptions th.fixed4 {
    width: 100px;
  }
  
  #subscriptions th.fixed5 {
    width: 100px;
  }
  
  #subscriptions th.fixed6 {
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  #subscriptions th.fixed7 {
    width: 78px;
  }
  
  #subscriptions th.fixed8 {
    width: 150px;
  }
  
  #subscriptions th.fixed9 {
    width: 130px;
  }
  
  #subscriptions th.fixed10 {
    width: 107px;
  }
  
  #subscriptions th.fixed11 {
    width: 100px;
    padding-right: 20px;
  }
  
  .table th {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #C5C5C8!important;
  }
  
  .table tr {
    position: relative;
  }
  .table th {
    font-size:12px;
  }
  .width-40 {
    width: 25%!important;
    min-width: auto;
    /* width: 390px!important; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*  */
  }
  
  td.orderLinkData a {
    color: #0068FE!important;
    font-weight: 500;
    text-decoration: underline;
  }
  .table > tbody > tr > td:nth-child(1) {
  }
  .table > tbody > tr > td {
    font-size: 12px;
    padding: 6px;
    font-weight: 500;
    border-top: 0;
    text-align:center;
    height: 64px;
    vertical-align: middle;
    color: #1A1A1A;
  }
  span.statusButton {
    font-size:10px;
    font-weight:700;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #C5C5C8;
    border-radius: 4px;
    padding: 0 5px;
    min-width: max-content;
    width: auto;
    max-width: max-content;
    line-height: 1.2px;
    justify-content: center;
    text-align: center;
    display: inline-flex;
  }
span.statusButton.active {
  background-color:#BBF2B6;
  color:#107B08
}
span.statusButton.pending {
  background-color:#787878;
  color:#fff;
}
  span.statusButton.paused {
    background-color:#FFEAD2;
    color:#F17114
  }
  span.statusButton.canceled,
span.statusButton.cancel {
    background-color: #FFD3D3;
    color:#B41109;
  }
  span.statusButton.expired {
    background-color:#B41109;
    color:#FFE7E7;
  }
  span.statusButton.checking {
    background-color:#CCE1FF;
    color:#0049B2;
  }
  span.statusButton.partial {
    background-color: #FFEAD2;
    color:#F17114;
  }
  span.statusButton.done,
span.statusButton.completed {
    background-color:#C5C5C8;
    color:#535355;
  }
 
  .table > tbody > tr > td:nth-child(3){
    text-align:left;
  }
  .table > tbody > tr > td:nth-child(1) {
    padding-left:20px;
  }
  td.orderIndexData {
    width: 81px;
  }
  .btn-default {
    color: #ffffff;
    background-color: #4e5d6c;
    border-color: transparent;
    border-radius:4px;
  }
  td.orderDateData {
    width: 167px;
  }
  
  .table > tbody > tr:nth-child(even) {
    background-color: #E3E4E7;
  }
  
  #drip-feed .table > tbody > tr > td {
    text-align: center;
  }
  #drip-feed .table > tbody > tr > td:nth-child(3){
    text-align:left;
  }
  #drip-feed  p.service {
    margin-bottom:2px;
  }
  #drip-feed .table > tbody > tr > td:nth-child(3) br {
    display:none;
  }
  #drip-feed td.link {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 400px;
    max-width: 400px;
  }
  
  form#history-search div.input-group {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 12px 12px 12px 5px;
    border: 1px solid #C5C5C8;
    border-radius: 8px;
  }
  
  @media (max-width: 1024px) {
    form#history-search div.input-group {
      padding-top:10px;
      height:48px;
      background-color: #fff;
    }
  }
  
  form#history-search span.input-group-btn {
    display: block;
    flex: 0 0 auto;
    width: 36px;
    height: 40px;
    top: 0;
  }
  
  #orders input.form-control {
    font-size: 16px;
    background: none;
    height: 40px;
    max-height: 40px;
    min-height: 40px;
  }
  @media (max-width:1023px){
    #orders input.form-control {
      max-height: 48px;
      min-height: 48px;
      height:48px;
    }
  }
  #orders input.form-control::placeholder {
    color:#A2A3A6;
    font-weight:300;
  }
  
  #orders input.form-control:focus {
    box-shadow: none!important;
    border:none;
  }
  @media (max-width: 768px) {
    #orders input.form-control {
    }
  }
  
  form#history-search span.input-group-btn button {
    width: 100%;
    background-color: transparent;
    height: 100%;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  form#history-search span.input-group-btn button i {
    font-size:16px;
    color:#A2A3A6;
    font-weight:300;
  }
  
  form#history-search span.input-group-btn button:active, form#history-search span.input-group-btn button:focus {
    border: none;
    outline: none;
  }
  
  div.orders_listWrapper ~ div.orders_listWrapper {
    margin-top: 4px;
  }
  
  div.orders_list {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 12px;
    cursor: pointer;
  }
  
  @media (hover: hover) {
    div.orders_list:hover {
      background: #E6EFFC;
    }
  }
  
  div.orders_list.active {
    background: #0067CE;
  }
  
  div.orders_list.active p.orders_list_title, div.orders_list.active p.orders_list_text, div.orders_list.active a.orders_list_link, div.orders_list.active p.orders_list_text, div.orders_list.active div.orders_list_arrowButton i::after {
    color: #fff;
  }
  
  @media (hover: hover) {
    div.orders_list.active:hover {
      background: #0067CE;
    }
  }
  
  div.orders_list_contents {
    display: flex;
    align-items: center;
  }
  
  div.order_list_rowsWrapper {
    width: 100%;
    flex: 1;
  }
  
  div.orders_list_arrowButton {
    flex: 0 0 auto;
    width: 20px;
    cursor: pointer;
  }
  
  div.orders_list_arrowButton > i {
    font-size: 20px;
    color: #222;
  }
  
  div.orders_list_arrowButton > i::after {
    font-family: xeicon;
    font-size: 20px;
    content: '\e942';
  }
  
  div.orders_list_rows {
    display: flex;
    align-items: center;
  }
  
  div.orders_list_rows~div.orders_list_rows {
    margin-top: 6px;
  }
  
  img.orders_list_id_image {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 2px;
  }
  
  p.orders_list_title {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    margin-right: 8px;
  }
  
  @media (min-width: 768px) {
    p.orders_list_title {
      font-size: 14px;
    }
  }
  
  p.orders_list_text {
    font-size: 12px;
    font-weight: 700;
  }
  
  @media (min-width: 768px) {
    p.orders_list_text {
      font-size: 14px;
    }
  }
  
  p.orders_list_text.detail, p.orders_list_text.detail {
    font-weight: 600;
    color: #5d5d5d;
  }
  
  p.orders_list_text.status {
    display: inline-flex;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 3px 5px;
  }
  
  p.orders_list_text.status.Pending {
    background: #9F9F9F;
  }
  
  p.orders_list_text.status.InProgress {
    background: #608AFF;
  }
  
  p.orders_list_text.status.Completed {
    background: #253858;
  }
  
  p.orders_list_text.status.Partial {
    background: #FDA412;
  }
  
  p.orders_list_text.status.Processing {
    background: #B512FD;
  }
  
  p.orders_list_text.status.Canceled {
    background: #D92F0E;
  }
  
  a.orders_list_link {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #608aff;
    text-decoration: underline;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  p.orders_list_copyButton {
    flex: 0 0 auto;
    background: #fff;
    border: 1px solid #608AFF;
    border-radius: 3px;
    font-size: 12px;
    color: #608AFF;
    padding: 4px 5px;
    margin-left: 10px;
    cursor: pointer;
  }
  
  @media (min-width: 1024px) {
    p.orders_list_copyButton {
      padding: 6px 5px;
    }
  }
  
  div.orders_list_detail {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .3s linear;
  }
  
  div.orders_list_detail.active {
    height: initial;
    background: #E6EFFC;
    border: 1px solid #ddd;
    opacity: 1;
    padding: 8px 12px;
    margin-top: 4px;
    overflow: initial;
  }
  
  div.orders_list_detail img.orders_list_detail_copy_image {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 6px;
    cursor: pointer;
  }
  
  /* ---------------- End orders ---------------- */
  /* ---------------- Start drip-feed ---------------- */
  #drip-feed {
    width: 100%;
    height: 100%;
  }
  @media (max-width: 1023px) {
    #drip-feed  {
      padding: 0 16px;
    }
  }
  #drip-feed .statusbutton a {
  }
  
  #drip-feed .statusbutton.active a {
  }
  
  #drip-feed a {
  }
  
  #drip-feed td.link a {
    color: #0068FE;
    text-decoration: underline;
    font-weight: 500;
  }
  
  #drip-feed th.fixed3 {
    width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  #drip-feed th.fixed6 {
    width: 414px;
  }
  
  #drip-feed td.service {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 400px;
    max-width: 400px;
  }
  
  #drip-feed .table > thead {}
  
  #drip-feed .table > thead > tr > th {
    text-align: left;
  }
  
  #drip-feed .wrapper {
    background-color: #fff;
    padding: 24px 16px 40px 16px;
  }
  
  @media (min-width: 1024px) {
    #drip-feed .wrapper {
      padding: 20px;
    }
  }
  
  #drip-feed div.wrapper div.dripFeedWrapper {
    height: auto;
    overflow-x: auto;
  }
  
  @media (max-width: 768px) {
    #drip-feed div.wrapper div.dripFeedWrapper {
      margin:0;
      padding-bottom: 0;
    }
  
    #drip-feed div.filterWrapper {
      margin-bottom: 18px;
      flex-wrap: wrap;
      padding-top: 10px;
      padding-bottom: 12px;
      height: auto;
    }
  
    #orders select, #drip-feed select, #subscriptions select {
      width: 120px;
    }
  
    #drip-feed .input-group .form-control {
      width: auto;
    }
  }
  
  #drip-feed tbody {
    text-align: center;
  }
  
  /* filter */
  #drip-feed div.filterWrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: #F4F5F7;
    height: 64px;
    padding: 0 4px;
    gap: 11px;
    box-shadow: 1px 1px 1px 0px #dbdbdb;
  }
  
  /*  */
  #drip-feed .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  
  #drip-feed form {
    margin-bottom: 0;
  }
  
  #drip-feed span.input-group-btn {border: none;box-shadow: none;}
  
  #drip-feed button.btn.btn-default {
  
  }
  
  #drip-feed div.input-group i {
    color: #AFAFAF;
    font-size: 20px;
  }
  
  #drip-feed input.form-control {
    max-width: 100%;
    border: none;
    border-radius: 0;
    height: 34px;
    padding: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    color: #9F9F9F;
  }
  
  #drip-feed .input-group .form-control:first-child {
    border-radius: 20px 0 0 20px;
  }
  
  #drip-feed .btn-default {
  
  }
  
  #drip-feed .input-group .form-control {
    font-size: 16px;
  }
  
  #drip-feed .btn-default {
  
  }
  
  #drip-feed div.orderHistoryWrapper div.filterWrapper div.statusButtonWrapper div.statusButton {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 10px 22px;
    cursor: pointer;
  }
  
  #drip-feed i {
    color: #AFAFAF;
    font-size: 20px;
  }
  
  @media (max-width: 768px) {
    #drip-feed div.filterWrapper {
      display: flex;
      align-items: center;
      margin-bottom: 18px;
      padding: 0 11px;
      width: 100%;
      flex-wrap: wrap;
      height: auto;
      padding-top: 10px;
      padding-bottom: 12px;
    }
  
    #drip-feed div.filterWrapper>div {
      width: 100%;
      max-width: 100%;
    }
  
    #drip-feed .input-group .form-control {
      width: 100%;
      font-size: 14px;
    }
  }
  
  @media (max-width: 350px) {
    #drip-feed div.filterWrapper>div {
      width: 100%;
    }
  
    #drip-feed .filterWrapper select {
      width: 100%;
    }
  }
  
  #drip-feed .table > thead > tr > th {
    padding: 8px 0;
    text-align: center;
  }
  #drip-feed th.fixed4 {
    width:60px;
  }
  #drip-feed .table th.fixed10 {
    width:60px;
    padding-left: 20px;
    padding-right: 10px;
  }
  #drip-feed .table > thead > tr > th:nth-child(3){
    text-align:left;
  }
  #drip-feed th.fixed1 {
    width: 85px;
  }
  /*  */
  #drip-feed div.dripFeedListWrapper {
    display: flex;
    flex-direction: column;
  }
  
  #drip-feed div.dripFeedListWrapper div.dripFeedList {
    max-width: 100%;
    margin: 0;
    width: 100%;
    display: table;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
  }
  
  /* */
  #drip-feed div.dripFeedListWrapper div.dripFeedList div.dripFeedTitle {
    display: table;
    border: none;
    background-color: #fff;
    padding: 13px 25px;
    height: 70px;
    cursor: pointer;
    position: relative;
    align-items: center;
    border: 1px solid #ddd;
    align-items: center;
    width: 100%;
    align-items: center;
    margin: auto;
    text-align: center;
  }
  
  #drip-feed div.dripFeedListWrapper div.dripFeedList div.dripFeedTitle:hover {
    background-color: #E6EFFC;
  }
  
  /* active */
  #drip-feed div.dripFeedListWrapper div.dripFeedList div.dripFeedTitle.active {
    background-color: #0067CE;
  }
  
  #drip-feed div.dripFeedListWrapper div.dripFeedList div.dripFeedTitle.active strong {
    color: #fff!important;
  }
  
  #drip-feed div.dripFeedListWrapper div.dripFeedTitle::after {
    font-size: 20px;
    font-family: xeicon!important;
    content: "\e942";
    transition: all 0.2s ease-in-out;
    transform: rotate(0deg);
    color: #222;
    display: table-cell!important;
    vertical-align: middle!important;
  }
  
  #drip-feed div.dripFeedListWrapper div.dripFeedTitle.active::after {
    color: #fff;
  }
  
  @media (max-width: 1300px) {
    #drip-feed div.dripFeedListWrapper div.dripFeedTitle::after {
      position:absolute;
      top: 50%;
      transform: translate(-50%,-50%);
      right: 13px;
    }
  }
  
  #drip-feed div.dripFeedListWrapper div.dripFeedList div.dripFeedTitle div.dripFeedId {
    max-width: 100%;
    display: table-cell!important;
    vertical-align: middle;
    text-align: left;
    padding-left: 24px;
    width: 15%;
    width: 10%;
  }
  
  #drip-feed div.dripFeedListWrapper div.dripFeedList div.dripFeedTitle div.dripFeedId strong + strong {
    color: #9F9F9F;
    margin-left: 8px;
    font-size: 14px;
    padding-left: 0;
  }
  
  #drip-feed div.dripFeedListWrapper div.dripFeedList div.dripFeedTitle div.dripFeedDate {
    max-width: 100%;
    gap: 100px;
    display: table-cell;
    vertical-align: middle;
    width: 26%;
  }
  
  #drip-feed div.dripFeedListWrapper div.dripFeedList div.dripFeedTitle div.dripFeedDate div.dripFeedDateBox {
    display: flex;
    align-items: center;
  }
  
  #drip-feed span#dripFeedcopyLink {
    position: relative;
    color: #608AFF;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    max-width: 301px;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  #drip-feed span#dripFeedCopy {
    position: relative;
    border: 1px solid #608AFF;
    background-color: #fff;
    padding: 6px 5px;
    margin-left: 10px;
    z-index: 0;
    border-radius: 3px;
    color: #608AFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  @media (max-width: 400px) {
    #drip-feed span#dripFeedCopy {
      font-size: 11px;
    }
  }
  
  #drip-feed .dripFeedTitle.active span#dripFeedcopyLink {
    color: #fff;
  }
  
  @media (max-width: 1750px) {
    #drip-feed span#dripFeedcopyLink {
      max-width:300px;
    }
  }
  
  @media (max-width: 1650px) {
    #drip-feed span#dripFeedcopyLink {
      max-width:200px;
    }
  }
  
  @media (max-width: 1550px) {
    #drip-feed span#dripFeedcopyLink {
      max-width: 200px;
    }
  }
  
  @media (max-width: 900px) {
    #drip-feed span#dripFeedcopyLink {
      max-width: 300px;
    }
  }
  
  @media (max-width: 600px) {
    #drip-feed span#dripFeedcopyLink {
      max-width: 217px;
    }
  }
  
  @media (max-width: 440px) {
    #drip-feed span#dripFeedcopyLink {
      max-width: 180px;
    }
  }
  
  @media (max-width: 330px) {
    #drip-feed span#dripFeedcopyLink {
      max-width: 80px;
    }
  }
  
  #drip-feed div.dripFeedService {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    width: 37%;
  }
  
  #drip-feed div.dripFeedStatusJJin {
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    text-align: center;
  }
  
  #drip-feed div.dripFeedTitleServiceBox {
    display: flex;
    gap: 100px;
    align-items: center;
  }
  
  #drip-feed div.dripFeedList strong.dripFeedList {
    color: #fff;
    font-size: 12px;
    padding: 3px 5px 2px;
    border-radius: 3px;
    background-color: #253858;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    height: 23px;
  }
  
  /*  */
  #drip-feed div.dripFeedList strong.dripFeedList.blue {
    background-color: #253858;
  }
  
  /*  */
  #drip-feed div.dripFeedList strong.dripFeedList.red {
    background-color: #D92F0E;
  }
  
  /*  */
  #drip-feed div.dripFeedList strong.dripFeedList.yellow {
    background-color: #9F9F9F;
  }
  
  /*  */
  #drip-feed div.dripFeedList strong.dripFeedList.green {
    background-color: #608AFF;
  }
  
  /*  */
  #drip-feed div.dripFeedList strong.dripFeedList.Orange {
    background-color: #FDA412;
  }
  
  /*  */
  #drip-feed div.dripFeedList strong.dripFeedList.purple {
    background-color: #B512FD;
  }
  
  #drip-feed div.dripFeedStatus {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 10%;
  }
  
  #drip-feed div.dripFeedContents {
    background: #fff;
    line-height: 24px;
    color: #222;
    border-top: 0;
    padding: 4px 0 0;
    overflow: hidden!important;
    opacity: 0;
    height: 0;
    transition: linear .3s;
  }
  
  #drip-feed div.dripFeedContents.active {
    overflow: visible;
    opacity: 1;
    height: 270px;
    max-height: 100%;
    margin-bottom: 5px;
  }
  
  #drip-feed div.dripFeedContents strong {
    color: #5D5D5D;
    font-size: 12px;
    font-weight: 600;
  }
  
  #drip-feed div.dripFeedContents strong.dripFeed_Service {
  }
  
  @media (max-width: 400px) {
    #drip-feed div.dripFeedContents strong.dripFeed_Service {
      width: 200px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  
  @media (max-width: 360px) {
    #drip-feed div.dripFeedContents strong.dripFeed_Service {
      width:170px;
    }
  }
  
  #drip-feed div.dripFeedContents ul {
    border: 1px solid #ddd;
    background: #E6EFFC;
    padding: 8px 16px 8px;
  }
  
  #drip-feed div.dripFeedContents ul li {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
  }
  
  #drip-feed a#dripFeedCopy_Link {
    position: relative;
    color: #608AFF;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    max-width: 600px;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  @media (max-width: 1100px) {
    #drip-feed a#dripFeedCopy_Link {
      max-width:400px;
    }
  }
  
  @media (max-width: 850px) {
    #drip-feed a#dripFeedCopy_Link {
      max-width:200px;
    }
  }
  
  @media (max-width: 360px) {
    #drip-feed a#dripFeedCopy_Link {
      max-width:100px;
    }
  }
  
  #drip-feed span#dripFeedCopy2 {
    position: relative;
    border: 1px solid #608AFF;
    background-color: #fff;
    padding: 6px 5px;
    margin-left: 10px;
    z-index: 0;
    border-radius: 3px;
    color: #608AFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  #drip-feed div.dripFeedContents ul li {
  }
  
  @media (max-width: 1850px) {
    #drip-feed div.dripFeedListWrapper div.dripFeedList div.dripFeedTitle div.dripFeedDate {
      width: 30%;
    }
  }
  
  @media (max-width: 1850px) {
    #orders div.orderList div.orderDate {
      width:30%;
    }
  }
  
  @media (max-width: 1750px) {
    /* orders */ #orders div.orderList div.orderDate span#copyLink {
      max-width:300px;
    }
  
    #orders div.orderList div.orderService {
      width: 25%;
    }
  
    #orders div.orderList div.orderStatusJJin {
      width: 10%;
      text-align: center;
    }
  
    #orders div.orderList div.orderStatus {
      width: 15%;
    }
  
    #orders div.orderList div.orderTitle::after {
      width: auto;
      position: absolute;
      transform: translate(-50%, -50%);
      top: 50%;
    }
  
    /* drip-feed */
    #drip-feed div.dripFeedService {
      width: 25%;
    }
  
    #drip-feed div.dripFeedStatusJJin {
      width: 10%;
      text-align: center;
    }
  
    #drip-feed div.dripFeedStatus {
      width: 15%;
    }
  }
  
  @media (max-width: 1650px) {
    #orders div.orderList div.orderDate span#copyLink {
      max-width:200px;
    }
  }
  
  @media (max-width: 1550px) {
    #orders div.orderList div.orderDate span#copyLink {
      max-width:200px;
    }
  
    #orders div.orderTitleServiceBox {
      text-align: left;
    }
  }
  
  @media (max-width: 1300px) {
    #orders div.orderList div.orderDate span#copyLink {
      max-width:500px;
    }
  
    #orders div.orderList div.orderTitle {
      display: flex;
      flex-direction: column;
      height: auto;
      padding: 13px 50px 13px 20px;
      gap: 6px;
    }
  
    #orders div.orderList div.orderId {
      width: 100%;
      padding-left: 0;
      flex: initial;
      width: 100%;
      text-align: left;
    }
  
    #orders div.orderList div.orderDate {
      width: 100%;
      flex: initial;
    }
  
    #orders div.orderList div.orderService {
      width: 100%;
      flex: initial;
    }
  
    #orders div.orderList div.orderStatusJJin {
      width: 100%;
      flex: initial;
      text-align: left;
    }
  
    #orders div.orderList div.orderStatus {
      width: 100%;
      flex: initial;
      text-align: left;
    }
  
    #drip-feed div.dripFeedListWrapper div.dripFeedList div.dripFeedTitle {
      display: flex;
      flex-direction: column;
      height: auto;
      padding: 13px 50px 13px 20px;
      gap: 6px;
    }
  
    #drip-feed div.dripFeedListWrapper div.dripFeedList div.dripFeedTitle div.dripFeedId {
      width: 100%;
      padding-left: 0;
      flex: initial;
      width: 100%;
      text-align: left;
    }
  
    #drip-feed div.dripFeedListWrapper div.dripFeedList div.dripFeedTitle div.dripFeedDate {
      width: 100%;
      flex: initial;
    }
  
    #drip-feed div.dripFeedService {
      width: 100%;
      flex: initial;
      text-align: left;
    }
  
    #drip-feed div.dripFeedStatusJJin {
      width: 100%;
      flex: initial;
      text-align: left;
    }
  
    #drip-feed div.dripFeedStatus {
      width: 100%;
      flex: initial;
      text-align: left;
    }
  
    #subscriptions .wrapper .subscriptionWrapper div.subscriptionList div.subscriptionTitle {
      display: flex;
      flex-direction: column;
      height: auto;
      padding: 13px 50px 13px 20px;
      gap: 6px;
    }
  
    #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionId {
      padding-left: 0;
      flex: initial;
      width: 100%;
      text-align: left;
    }
  
    #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionDate {
      width: 100%;
      flex: initial;
      text-align: left;
    }
  
    #subscriptions div.subscription_Service {
      width: 100%;
      flex: initial;
      text-align: left;
    }
  
    #subscriptions div.subscription_Status_JJin {
      width: 100%;
      flex: initial;
      text-align: left;
    }
  
    #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionStatus {
      width: 100%;
      flex: initial;
      text-align: left;
    }
  
    #subscriptions .wrapper .subscriptionWrapper .subscriptionTitle::after {
      position: absolute;
      top: 50%;
      transform: translate(-50%,-50%);
      right: 13px;
    }
  }
  
  @media (max-width: 970px) {
    #orders div.orderList div.orderDate span#copyLink {
      max-width:300px;
    }
  }
  
  @media (max-width: 768px) {
    #orders a.orderLinkCopy {
      position: relative;
      color: #608AFF;
      text-decoration: underline;
      font-size: 14px;
      font-weight: 600;
      max-width: 300px;
      width: auto;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      text-align: left;
    }
  
    #drip-feed a#dripFeedCopy_Link {
      position: relative;
      color: #608AFF;
      text-decoration: underline;
      font-size: 14px;
      font-weight: 600;
      max-width: 300px;
      width: auto;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      text-align: left;
    }
  }
  
  @media (max-width: 500px) {
    #orders div.orderList div.orderDate span#copyLink {
      max-width: 178px;
    }
  
    #orders a.orderLinkCopy {
      max-width: 200px;
    }
  
    #drip-feed a#dripFeedCopy_Link {
      max-width: 200px;
    }
  }
  
  @media (max-width: 400px) {
    #subscriptions .wrapper .subscriptionWrapper .subscriptionTitle::after {
      right: 0;
    }
  
    #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionId strong {
      font-size: 12px!important;
    }
  
    #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionDate strong.subscription_link {
      font-size: 12px!important;
    }
  
    #drip-feed .orderTitleServiceBox strong {
      font-size: 12px!important;
    }
  
    #subscriptions .subscription_serviceBox strong {
      font-size: 12px!important;
    }
  
    #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionStatus strong {
      font-size: 12px!important;
    }
  
    #orders a.orderLinkCopy {
      max-width: 100px;
    }
  
    #drip-feed a#dripFeedCopy_Link {
      max-width: 100px;
    }
  }
  
  @media (max-width: 375px) {
    #orders div.orderList div.orderDate span#copyLink {
      max-width: 135px;
    }
  
    #drip-feed span#dripFeedcopyLink {
      max-width: 129px;
    }
  }
  
  @media (max-width: 768px) {
    #subscriptions strong.subscription_service {
      width: 200px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  
    #orders div.orderHistoryWrapper div.filterWrapper>div {
      width: 100%;
      max-width: 100%;
    }
  
    #orders .orderHistoryWrapper select {
      width: 100%;
      max-width: 100%;
    }
  }
  
  @media (max-width: 330px) {
    #subscriptions strong.subscription_service {
      width:150px;
    }
  
    #orders div.orderList div.orderDate span#copyLink {
      max-width: 108px;
    }
  
    #drip-feed span#dripFeedcopyLink {
      max-width: 106px;
    }
  }
  
  @media (max-width: 310px) {
    #drip-feed span#dripFeedcopyLink {
      max-width:100px;
    }
  }
  
  @media (max-width: 303px) {
    #orders div.orderList div.orderDate span#copyLink {
      max-width: 70px;
    }
  }
  
  @media (max-width: 290px) {
    #drip-feed div.dripFeedContents strong.dripFeed_Service {
      width:150px;
    }
  
    #drip-feed a#dripFeedCopy_Link {
      max-width: 90px;
    }
  }
  
  @media (max-width: 282px) {
    #orders div.orderList div.orderDate span#copyLink {
      max-width:100px;
    }
  
    #drip-feed span#dripFeedcopyLink {
      max-width: 79px;
    }
  }
  
  /* ---------------- End drip-feed ---------------- */
  /* ---------------- Start subscriptions ---------------- */
  #subscriptions {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  #subscriptions form {
    margin-bottom: 0;
  }
  
  #subscriptions .wrapper {
    background-color: #fff;
  }
  
  @media (min-width: 1024px) {
    #subscriptions .wrapper {
      /* padding: 30px 32px 40px 32px; */
    }
  }
  
  #subscriptions .wrapper .subscriptionWrapper {
    height: auto;
    max-width: 100%;
    margin: auto;
    padding-top: 30px;
    flex: 1;
    padding: 20px;
    overflow-x: auto;
    width: 100%;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionList {
    max-width: 100%;
    margin: 0;
    width: 100%;
    display: table;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
  }
  
  /* subscription title */
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionList div.subscriptionTitle {
    display: table;
    background-color: #fff;
    padding: 13px 25px;
    height: 70px;
    cursor: pointer;
    position: relative;
    align-items: center;
    border: 1px solid #ddd;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionList div.subscriptionTitle.active {
    background-color: #0067CE;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionList div.subscriptionTitle.active strong {
    color: #fff!important;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionList div.subscriptionTitle.active span {
    color: #fff;
    font-size: 14px;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionList div.subscriptionTitle.active::after {
    color: #fff!important;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionId {
    max-width: 100%;
    display: table-cell!important;
    vertical-align: middle;
    text-align: left;
    padding-left: 24px;
    width: 10%;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionId strong + strong {
    color: #9F9F9F;
    margin-left: 8px;
    font-size: 14px;
    padding-left: 0;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionDate {
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
    width: 26%;
  }
  
  #subscriptions div.subscription_Service {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    font-size: 14px;
  }
  
  #subscriptions div.subscription_Status_JJin {
    display: table-cell;
    vertical-align: middle;
    width: 15%;
    text-align: center;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionDate div.sub_flex {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionDate strong.subscription_link {
    position: relative;
    color: #608AFF;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
  }
  
  #subscriptions .wrapper .subscriptionWrapper span#subscriptionCopy {
    position: relative;
    border: 1px solid #608AFF;
    background-color: #fff;
    padding: 4px 5px;
    z-index: 0;
    border-radius: 3px;
    color: #608AFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1;
    height: 25px;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionStatus {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 15%;
  }
  
  /* */
  #subscriptions strong.subscriptionList {
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #fff!important;
    padding: 2px 5px;
    display: inline-flex;
    align-items: center;
    height: 20px;
    line-height: 1;
  }
  
  #subscriptions div.subscriptionContents strong.subscriptionsList {
    font-size: 12px;
    padding: 6px 9px;
    color: #fff;
  }
  
  
  #subscriptions strong.subscriptionList.gray {
    background-color: #9F9F9F;
  }
  
  
  #subscriptions strong.subscriptionList.green {
    background-color: #BC07FF;
  }
  
  #subscriptions strong.subscriptionList.red {
    background-color: #D92F0E;
  }
  
  #subscriptions strong.subscriptionList.blue {
    background-color: #253858;
  }
  
  #subscriptions strong.subscriptionList.purple {
    background-color: #806859;
  }
  
  /* subscription contents */
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionContents {
    background: #fff;
    line-height: 24px;
    color: #222;
    border-top: 0;
    padding: 4px 0 0;
    overflow: hidden!important;
    opacity: 0;
    height: 0;
    transition: linear .3s;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionContents ul {
    border: 1px solid #ddd;
    background: #E6EFFC;
    padding: 8px 16px 8px;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionContents ul>li {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionContents ul>li strong {
    color: #5D5D5D;
    font-size: 12px;
    font-weight: 600;
  }
  
  #subscriptions span#subscriptionCopy2 {
    position: relative;
    border: 1px solid #608AFF;
    background-color: #fff;
    padding: 4px 5px;
    z-index: 0;
    border-radius: 3px;
    color: #608AFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1;
    height: 25px;
  }
  
  #subscriptions .wrapper .subscriptionWrapper div.subscriptionContents.active {
    overflow: visible;
    opacity: 1;
    height: 277px;
    max-height: 100%;
    margin-bottom: 5px;
  }
  
  @media (max-width: 340px) {
    #subscriptions .wrapper .subscriptionWrapper div.subscriptionContents.active {
      height:288px;
    }
  }
  
  #subscriptions .wrapper .subscriptionWrapper .subscriptionTitle::after {
    font-size: 20px;
    font-family: xeicon!important;
    content: "\e942";
    transition: all 0.2s ease-in-out;
    transform: rotate(0deg);
    color: #222;
    display: table-cell!important;
    vertical-align: middle!important;
  }
  
  #subscriptions div.filterWrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: #F4F5F7;
    height: 64px;
    padding: 0 4px;
    gap: 11px;
    box-shadow: 1px 1px 1px 0px #dbdbdb;
  }
  
  #orders select, #drip-feed select, #subscriptions select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #fff;
    width: 156px;
    max-width: 100%;
    height: 34px;
    border-radius: 4px;
    border: none;
    padding-left: 11px;
    color: #9F9F9F;
    box-shadow: 1px 1px 1px 0px #dbdbdb;
    color: #5D5D5D;
  }
  
  @media (max-width: 768px) {
    #orders select, #drip-feed select, #subscriptions select {
      width: 100%;
    }
  }
  
  #subscriptions .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    /* width: auto; */
    font-size: 16px;
  }
  
  #subscriptions .input-group-btn {
  
  }
  
  #subscriptions table thead {
  }
  
  #subscriptions .table > thead > tr > th {
    text-align: center;
  }
  .table > thead > tr > th:nth-child(1) {
    padding-left: 20px;
  }
  #subscriptions .table > tbody > tr > td {
    text-align: center;
  }
  #subscriptions table a:not(.btn), .table a:not(.btn) {
    color: #0068FE;
    text-decoration: underline!important;
  }
  #subscriptions .table > tbody > tr > td:nth-child(3){
    text-align:left;
  }
  #subscriptions tr:nth-child(even) {
  }
  
  #subscriptions .btn-xs, .btn-group-xs > .btn {
    height: auto;
    padding: 4px 9px 2px!important;
    font-size: 14px;
    border-radius: 5px!important;
    color: #fff;
    background-color: transparent!important;
    line-height: 1.6;
    border: none;
  }
  
  #subscriptions .table > tbody > tr > td:last-child {
    padding: 10px;
    padding-right: 20px;
  }
  
  #subscriptions .btn-xs:hover {
  }
  
  #subscriptions .btn-primary {
    color: #fff;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    background: transparent;
    cursor: pointer;
    position: relative;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    line-height: inherit;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 3px!important;
    height: 30px;
    width: 80px;
    color: #0068FE;
    text-decoration: underline!important;
  }
  
  #subscriptions .btn-default.cancel {
    background-color: transparent!important;
    box-shadow: none!important;
    border: none!important;
    border-color: initial!important;
    color: #0068FE;
    font-weight: 700;
    text-decoration: underline!important;
    width: 80px;
    height: 30px;
    line-height: 1.9;
  }
  
  #subscriptions .btn-default.cancel:hover {background-color: transparent!important;}
  
  #subscriptions .input-group .form-control:first-child {
    border-radius: 20px 0 0 20px;
    border-right: none;
  }
  
  #subscriptions .btn-default {
    border-radius: 0 20px 20px 0;
    background-color: #fff;
    border-right: 1px solid #DBDBDB!important;
    border-top: 1px solid #DBDBDB!important;
    border-bottom: 1px solid #DBDBDB!important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    padding: 9px 18px;
  }
  
  #subscriptions button.btn {
    border-radius: 0;
    border: none!important;
    padding: 0px 18px;
    background-image: none;
    height: 34px!important;
    width: 36px;
    display: flex;
    align-items: center;
    box-shadow: none!important;
    background: transparent!important;
    display: flex;
    align-items: center;
    box-shadow: none!important;
  }
  
  #subscriptions .input-group .form-control {
    max-width: 100%;
    border: none;
    border-radius: 0;
    height: 34px;
    padding: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    color: #9F9F9F;
    font-size: 16px;
  }
  
  #subscriptions .btn-default {
    background-color: #fff !important;
    border-color: #000 !important;
    color: #000;
    font-size: 12px;
    border-radius: 3px!important;
    padding: 3px 10px 2px!important;
    line-height: 1.6;
  }
  
  #subscriptions div.orderHistoryWrapper div.filterWrapper div.statusButtonWrapper div.statusButton {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 10px 22px;
    cursor: pointer;
  }
  
  #subscriptions i {
    color: #AFAFAF;
    font-size: 20px;
  }
  
  /* ---------------- End subscriptions ---------------- */
  @media (max-width: 1500px) {
    #subscriptions div.filterWrapper {
    flex-wrap: wrap;
    gap: 9px; }
}
  @media(max-width: 1300px) {
    #subscriptions .wrapper .subscriptionWrapper div.subscriptionList div.subscriptionTitle {
      display: flex;
      flex-direction: column;
      height: auto;
      padding: 13px 50px 13px 20px;
      gap: 6px;
    }
  
    #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionId {
      padding-left: 0;
      flex: initial;
      width: 100%;
      text-align: left;
    }
  
    #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionDate {
      width: 100%;
      flex: initial;
      text-align: left;
    }
  
    #subscriptions div.subscription_Service {
      width: 100%;
      flex: initial;
      text-align: left;
      /* font-size: 14px; */
    }
  
    #subscriptions div.subscription_Status_JJin {
      width: 100%;
      flex: initial;
      text-align: left;
    }
  
    #subscriptions .wrapper .subscriptionWrapper div.subscriptionTitle div.subscriptionStatus {
      width: 100%;
      flex: initial;
      text-align: left;
      font-size: 14px;
    }
  
    #subscriptions .wrapper .subscriptionWrapper .subscriptionTitle::after {
      position: absolute;
      top: 50%;
      transform: translate(-50%,-50%);
      right: 13px;
    }
  }
  
  @media (max-width: 768px) {
    #subscriptions {
      width:100%;
    }
  
    #subscriptions .wrapper {
      margin: 0;
      /* padding: 0 28px 60px 28px; */
    }
  
    #subscriptions .wrapper .subscriptionWrapper {
      margin: 0;
      padding: 30px 0;
      max-width: 95%;
      margin: auto;
    }
  
    #subscriptions table {
      width: 1600px;
      max-width: 1600px;
    }
  
    #subscriptions div.filterWrapper {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
    }
  
    #subscriptions div.filterWrapper div.statusButtonWrapper div.statusButton + div.statusButton {
      margin-left: 8px;
      margin-bottom: 9px;
    }
  
    #subscriptions div.filterWrapper div.statusButtonWrapper {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      width: auto;
    }
  
    #subscriptions div.filterWrapper div.statusButtonWrapper div.statusButton.active {
      background: #000;
      padding: 8px 22px;
      margin-bottom: 10px;
      margin-left: 8px;
    }
  
    #subscriptions form {
      display: block;
    }
  
    #subscriptions .input-group .form-control {
      width: 100%;
      max-width: 100%;
      font-size: 14px;
    }
  
    #subscriptions div.filterWrapper {
      display: flex;
      align-items: center;
      margin-bottom: 18px;
      padding: 0 11px;
      width: 100%;
      flex-wrap: wrap;
      height: auto;
      padding-top: 10px;
      padding-bottom: 12px;
    }
  
    #subscriptions div.filterWrapper div.statusButtonWrapper {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      width: 100%;
    }
  }
  
  @media(max-width: 380px) {
    #subscriptions div.filterWrapper {
      height: auto;
      padding-top: 10px;
      padding-bottom: 12px;
    }
  
    #subscriptions div.filterWrapper div.statusButtonWrapper {
      width: 100%;
    }
  
    #subscriptions .filterWrapper select {
      width: 100%;
    }
  }
  
  /* ---------------- Start addfunds ---------------- */
  #addfunds {
    width: 100%;
    margin-bottom: 100px;
    max-width: 1200px;
    margin: 0 auto 200px;
  }
  @media (max-width:1250px){
    #addfunds {
      max-width: 100%;
      padding: 0 16px;
    }
  }
  @media (max-width:768px){
    #addfunds {
      margin: 0 auto 56px;
    }
  }
  div.addfunds_wrapper {
    width: 100%;
    max-width: 100%;
  }
  div.addfunds_wrapper form {
    display:flex;
    gap:20px;
  }
  @media (max-width:768px){
    div.addfunds_wrapper form {
      flex-direction:column;
    }
  }
  div.addfunds_description_select_wrapper {
    width: 100%;
  }
  div.addfunds_payment_charge_wrapper {
    flex: auto;
    width: 328px;
    max-width: 328px;
    min-width: 328px;
    height: calc(100% - 100px);
  }
  div.addfunds_charge_box {
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #E3E4E7;
    height: calc(100% - 100px);
  }
  @media (max-width:768px){
    div.addfunds_payment_charge_wrapper {
      width:100%;
      max-width:100%;
      min-width:100%;
    }
  }
  div.addfunds_banner_box {
    margin-top:32px;
  }
  @media (max-width:768px){
    div.addfunds_banner_box {
      margin-top:20px;
    }
  }
  div.addfunds_leftWrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  
  @media (min-width: 1400px) {
    div.addfunds_leftWrapper {
    }
  }
  div.addfunds_description_line {
    margin-bottom: 20px;
  }
  div.addfunds_description_line a {
    display: flex;
    justify-content: space-between;
    background-color: #EAF3FF;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    gap: 10px;
  }
  div.addfunds_description_line p,
  div.addfunds_description_line i{
    color:#0049B2;
    font-size:12px;
    font-weight:600;
  }
  div.addfunds_description_line i {
    font-size:16px;
  }
  p.addfunds_title {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 20px;
  }
  @media (max-width:768px){
    p.addfunds_title {
      font-size:14px;
    }
  }
  div.addfunds_methodWrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }
  @media (max-width:1200px){
    div.addfunds_methodWrapper {
      gap:4px;
    }
  }
  @media (min-width: 320px) {
    div.addfunds_methodWrapper {
      flex-direction: row;
    }
  }
  
  div.addfunds_methodBox {
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex: 1;
    min-height: 80px;
    background: #fff;
    border-radius: 8px;
    padding: 0 10px;
    cursor: pointer;
    border: 1px solid #A3E79D;
  }
  div.addfunds_methodBox i {
    color:#11A006;
    font-size:16px;
    font-weight:900;
  }
  @media (min-width: 768px) {
    div.addfunds_methodBox {
    }
  }
  
  div.addfunds_methodBox.active {
    background: #BBF2B6;
    border: 1px solid #11A006;
  }
   div.addfunds_methodBox.active:hover {
      background: #BBF2B6;
    border: 1px solid #11A006;
   }
   div.addfunds_methodBox:hover {
     border:1px solid #A3E79D;
     background-color:#E8F9E7;
   }
@media (max-widrth:768px){
    div.addfunds_methodBox:hover {
    border: 1px solid #A3E79D;
     background: #fff;
   }
}
  div.addfunds_methodBox.active p {
    color: #11A006;
    font-weight: 700;
  }
  
  div.addfunds_methodBox.disable {
    background: #d8d8d8;
  }
  
  div.addfunds_methodBox.disable p {
    color: #5d5d5d;
  }
  
  div.addfunds_methodBox > div.form-group, div.addfunds_methodBox > div.radio {
    display: none;
  }
  
  p.addfunds_methodBox_title {
    font-size: 11px;
    font-weight: 500;
    color: #11A006;
    text-align: center;
  }
  
  @media (min-width: 768px) {
    p.addfunds_methodBox_title {
      font-size: 14px;
    }
  }
  
  img.addfunds_methodBox_icon, img.addfunds_methodBox_icon_active {
    display: block;
    width: 22px;
    height: 22px;
    gap: 4px;
  }
  
  img.addfunds_methodBox_icon_active {
    display: none;
  }
  
  p.addfunds_methodBox_description {
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    color: #333;
    text-align: center;
  }
  
  div.addfunds_requiredInputWrapper {
    margin-bottom: 20px;
  }
  div.addfunds_receipt_is_checked_wrapper {
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom: 20px;
  }
  div.addfunds_receipt_is_checked_wrapper p{
    color:#535355;
    font-size:13px;
    font-weight:500;
    line-height: 1.2;
  }
  div.addfunds_inputWrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  div.addfunds_payment_charge_wrapper h3 {
    color:#1A1A1A;
    font-size:14px;
    font-weight:700;
    margin-bottom: 20px;
  }
  div.addfunds_inputWrapper ~ div.addfunds_inputWrapper {
    margin-top: 12px;
  }
  
  p.addfunds_inputWrapper_title {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #535355;
    margin-bottom: 4px;
    justify-content: space-between;
  }
  
  input.addfunds_input {
    width: 100%;
    height: 38px;
    position: relative;
    border: 1px solid #C5C5C8;
    border-radius: 8px;
    line-height: 1.2;
    padding: 8px 12px;
    min-height: 38px;
    box-shadow: none;
    font-size: 14px;
  }
#addfunds input.addfunds_input:focus {
  border: 1px solid #19C30B
}
  input.addfunds_input:focus {
  }
  input.addfunds_input::placeholder{
    font-size:14px;
    color:#A2A3A6;
    font-weight:400;
  }
  input#addfunds-receipt-email {
    width: 100%;
    height: 38px;
    position: relative;
    border: 1px solid #C5C5C8;
    border-radius: 8px;
    line-height: 1.2;
    min-height: 38px;
    padding: 8px 12px;
    box-shadow: none!important;
    font-size: 14px;
    font-weight: 500;
  }

  input#addfunds-receipt-email.error {
   background: #FFE7E7;
    border: 1px solid #DC362E;
  }
  input#addfunds-receipt-email.error:focus {
     border: 1px solid #DC362E;
  }
#addfunds input#addfunds-receipt-email:foucs {
    border:1px solid #19C30B
}
  @media (hover: hover) {
    input.addfunds_input:hover {
  
    }
  }
  
  input.addfunds_input:focus {
  }
  
  input.addfunds_input::placeholder {
    color: #9f9f9f;
  }
  
  select#amountSelect {
    border: 1px solid #d9d9d9;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
    color: #5d5d5d;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: none;
  }
  
  div.addfunds_receiptWrapper {
    margin-top: 20px;
    display: none;
  }
  
  div.addfunds_priceInputWrapper {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
  }
  
  #amount {
    font-size: 15px;
    font-weight: 600;
    color: #5d5d5d!important;
    box-shadow: none!important;
    background: #F3F5F7;
    display: flex;
    position: relative;
    align-items: center;
    flex: 1;
    border: 1px solid #C5C5C8;
    padding: 8px 12px;
    border-radius: 8px;
    height: 38px;
    min-height: 38px;
    z-index: 0 !important;
  }
  #amount:focus {
    border:1px solid #C5C5C8!important;
  }
  #amount::placeholder {
    color:#C5C5C8;
    font-size:14px;
    font-weight:400;
  }
  div.addfunds_priceInput_deleteButton {
    display: none;
    flex: 0 0 auto;
    margin-left: auto;
    cursor: pointer;
  }
  
  div.addfunds_priceInput_deleteButton i {
   font-size: 21px;
    color: #5d5d5d;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  
  div.addfunds_priceButtonWrapper {
    display: flex;
    width: 100%;
    gap: 4px;
  }
  
  div.addfunds_priceButton {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    min-height: 38px;
    background: #fff;
    border: none;
    background-color: #E3E4E7;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #1A1A1A;
    text-align: center;
    cursor: pointer;
    letter-spacing: -0.8px;
  }
  div.addfunds_priceButton:hover {
    background-color:#F3F5F7;
  }
@media (max-width:768px){
   div.addfunds_priceButton:hover {
    background-color:#E3E4E7;
  }
}
  div.addfunds_priceButton.selected {
    background-color:#C5C5C8;

  }
  @media (max-width: 400px) {
    div.addfunds_priceButton {
      font-size:12px;
    }
  }
  
  @media (hover: hover) {
  
  }
  
  div.addfunds_priceInputWrapper div.priceBox {
    display: none;
  }
  #addfunds .addfunds_paypayQuestion{
  font-size: 0.7vw;
  display: flex;
}
.addfunds_optionInputWrapper[data-key="paypay"] span.addfunds_paypayGuideButton {
	display: flex;
    align-items: center;
    gap: 3px;
}
  span.addfunds_paypayGuideButton {
    cursor: pointer;
  }
  span.addfunds_paypayGuideButton i {
    color:#A2A3A6;
    font-size:14px;
    font-weight:900;
  }
  p.addfunds_input_description {
    font-size: 12px;
    font-weight: 400;
    color: #A2A3A6;
    margin-top: 4px;
  }
  
  
  div.addfunds_receiptInputWrapper {
    margin-top: 12px;
  }
  
  
  
  div.addfunds_resultWrapper {
    width: 100%;
  }
  
  div.addfunds_detail_resultWrapper {
    border-bottom: 1px solid #253858;
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
  
  div.addfunds_detail_result {
    display: flex;
    align-items: center;
  }
  
  div.addfunds_detail_result ~ div.addfunds_detail_result {
    margin-top: 16px;
  }
  
  p.addfunds_detail_result_title, p.addfunds_detail_result_price {
    font-size: 14px;
    font-weight: 500;
    color: #A2A3A6;
  }
  p.addfunds_detail_result_price {
    color:#1A1A1A;
    font-size:16px;
    font-weight: 700;
  }
  p.addfunds_detail_result_title {
    margin-right: auto;
  }
  
  div.addfunds_totalWrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  p.addfunds_total_title, p.addfunds_total_price {
  
  }
  p#addfunds-total-price {
    font-size:24px;
    font-weight:700;
    color:#1A1A1A;
  }
  p.addfunds_total_title {
    margin-right: auto;
    font-size: 14px;
    font-weight: 500;
    color: #A2A3A6;
  }
  
  p.addfunds_notice {
    font-size: 12px;
    font-weight: 600;
    color: #0067CE;
    text-decoration: underline;
  }
  
  div.addfunds_buttonWrapper {
    margin-top: 28px;
  }
  
  div.addfunds_guideWrapper {
    width: 100%;
    background: #FFF;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #E3E4E7;
    margin-bottom: 20px;
  }
  div.addfunds_guide_title {
    display:flex;
    align-items:center;
    gap: 4px;
    margin-bottom: 20px;
  }
  div.addfunds_guide_title i {
    font-size:16px;
    color:#11A006;
  
  }
  div.addfunds_guide_title p {
    margin-bottom:0;
  }
  p.addfunds_guide_title {
    font-size: 14px;
    font-weight: 700;
    color: #1A1A1A;
  }
  
  div.addfunds_guide_contents {
    width: 100%;
    padding: 12px;
    background-color: #F3F5F7;
    border-radius: 4px;
  }
  
  div.addfunds_guide_row {
    display: flex;
  }
  
  div.addfunds_guide_row p {
    font-size: 13px;
    color: #4D4D4D;
    line-height: 1.4;
  }
  
  button.addfunds_orderButton {
    width: 100%;
    min-height: 38px;
    max-height: 38px;
    background: #19C30B;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
  }
  button.addfunds_orderButton:focus {
    border-color: transparent;
    outline:none!important;
    background:#19C30B;
    box-shadow: none;
    color: #fff;
  }
  button.addfunds_orderButton.btn-primary:active:focus {
    background:#19C30B;
    color: #fff;
  }
  button.addfunds_orderButton:hover {
    background: #19C30B;
  }
  button.addfunds_orderButton.disable {
    background: #cacaca;
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
    color: #9d9d9d;
  }
  
  div.addfunds_rightWrapper {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #E3E4E7;
  }
  div.addfunds_rightWrapper h3 {
    color:#1A1A1A;
    font-size:14px;
    font-weight:700;
    margin-bottom: 20px;
  }
  div.addfunds_no_data_table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 200px;
    display:none;
  }
  div.addfunds_no_data_table i {
    color: #C5C5C8;
    font-size: 28px;
  }
  .addfunds_no_data_table p {
    color: #A2A3A6;
    font-size: 14px;
    font-weight: 400;
  }
  @media (min-width: 1400px) {
    div.addfunds_rightWrapper {
      flex: 1;
    }
  }
  
  table.addfunds_history_table {
    width: 100%;
  }
  table.addfunds_history_table thead tr {
    border-bottom:1px solid #E3E4E7;
    background-color: #fff!important;
  }
  table.addfunds_history_table th, table.addfunds_history_table td {
    text-align: center;
  }
  
  table.addfunds_history_table th {
    font-size: 13px;
    font-weight: 700;
    color: #535355;
    padding: 8px;
  }
  table.addfunds_history_table th:nth-child(1){
    width:40%;
  }
  @media (max-width:768px){
    table.addfunds_history_table th:nth-child(1) {
      width: 20%;
    }
  }
  table.addfunds_history_table th:nth-child(2){
    width:20%;
  }
  @media (max-width:768px) {
    table.addfunds_history_table th:nth-child(2) {
      width: 45%;
    }
  }
  table.addfunds_history_table th:nth-child(3){
    width:40%;
  }
  @media (max-width:768px){
    table.addfunds_history_table th:nth-child(3) {
      width: auto;
    }
  }
  table.addfunds_history_table tbody {
    background: #fff;
  }
  
  table.addfunds_history_table tbody tr {
    border-bottom: 1px solid #E3E4E7;
  }
  table.addfunds_history_table tbody tr:last-child {
    border-bottom:none;
  }
  table.addfunds_history_table td {
    min-height: 40px;
    padding: 10px 8px;
  }
  table.addfunds_history_table td span.addfunds_history_nowrap {
    color:#A2A3A6;
    font-size:12px;
    font-weight:400;
  }
  table.addfunds_history_table tr:nth-child(odd){
    background-color:#F3F5F7;
  }
  
  div.addfunds_history_index {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 12px;
    color: #1A1A1A;
    font-weight: 500;
    padding: 0 5px;
  }
  
  div.addfunds_history_contents {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 12px;
    color: #1A1A1A;
    font-weight: 500;
  }
  
  #addfunds-paypayId-modal {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 150;
  }
  @media (max-width:500px){
    #addfunds-paypayId-modal {
      justify-content:flex-end;
    }
  }
  div.addfunds_paypayIdModal_contents {
    width: 90%;
    max-width: 328px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  @media (max-width:500px){
    div.addfunds_paypayIdModal_contents {
      width:100%;
      max-width:100%;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  div.addfunds_paypayIdModal_header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 16px 0;
    border-bottom: 0;
    position: relative;
  }
  @media (max-width:500px){
    div.addfunds_paypayIdModal_header {
      padding: 32px 16px 0;
    }
    div.addfunds_paypayIdModal_header::after {
      display:block;
      content:'';
      width:52px;
      height:4px;
      border-radius:10px;
      background-color:#D0D0D0;
      position:absolute;
      left:50%;
      transform:translate(-50%,-50%);
      top:12px;
  
    }
  }
  p.paypayDescription_modal {
    padding: 0 16px;
    color: #1A1A1A;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
  }
  div.addfunds_paypayimgWrapper{
    padding: 20px 30px 16px;
  }
  p.addfunds_paypayIdModal_title {
    font-weight: 700;
    color: #1A1A1A;
    font-size: 16px;
    margin-right: auto;
  }
  
  div.addfunds_paypayIdModal_closeButton {
    width: auto;
    height: auto;
    cursor: pointer;
  }
  
  div.addfunds_paypayIdModal_closeButton i {
    color: #1A1A1A;
    font-size: 24px;
  }
  
  
  img.addfunds_paypayIdModal_image {
    width: 270px;
    border: 1px solid #E3E4E7;
    border-radius:4px;
  }
  @media (max-width:500px){
    img.addfunds_paypayIdModal_image {
      width:100%;
      padding: 0 29px 6px;
    }
  }
  div.addfunds_paypayId
  /* ---------------- End addfunds ---------------- */
  /* ---------------- Start payment-success ---------------- */
  #payment-sucees {
    width: 100%;
  }
  
  div.paymentSuccess_wrapper {
    width: 100%;
    padding: 16px;
    color:#1A1A1A;
    font-weight:700;
  }
  
  div.payment_copy_box {
    border-radius:8px;
    background:  #4D95FE;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.16), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
    padding:12px;
    display:flex;
    gap:8px;
    width:252px;
    min-height:48px;
    align-items:center;
    position:absolute;
    top:20%;
    left:50%;
    transform:translate(-50%,-50%);
    justify-content: center;
    display: none;
    opacity: 1;
    transition: opacity 3s;
  }
  
  .payment_copy_box.fade-out {
    opacity: 0;
  }
  div.payment_copy_box p {
    color:#fff;
    font-size:14px;
    font-weight:500;
  }
  div.payment_copy_box i {
    font-size:16px;
    color:#CCE1FF;
  
  }
  
  div.paymentSuccess_wrapper h3 {
    font-size:16px;
  }
  p.paymentSuccess_title {
    width: 100%;
    background: #E6EFFC;
    font-size: 12px;
    font-weight: 700;
    color: #0049B2;
    text-align: left;
    padding: 10px;
    border-radius: 4px;
  }
  
  div.paymentSuccess_contentsWrapper {
    display: none;
    background: #fff;
    width: 100%;
  }
  div.paymentSuccess_contentsWrapper.account div.paymentSuccess_contents {
    padding:20px 0;
  }
  @media (max-width:600px){
    div.paymentSuccess_contentsWrapper.paypay div.paymentSuccess_contents {
      flex-direction:column;
    }
  }
  
  div.paymentSuccess_contents {
    padding: 20px 16px;
    display: flex;
    align-items: center;
    gap: 36px;
  }
  div.paymentSuccess_contents div.paymentSuccess_rowWrapper {
    width:100%;
  }
  div#imageContainer img {
    width: 174px;
    max-width: 174px;
    min-width: 174px;
    width: 174px!important;
  }
  p.paymentSuccess_contents_title {
    font-size: 19px;
    font-weight: 700;
    color: #11A006;
    margin-bottom: 13px;
  }
  
  div.paymentSuccess_row {
    display: flex;
    align-items: center;
  }
  div.paymentSuccess_row i#copy {
    color:#0068FE;
    font-weight:900;
    margin-left: 5px;
    font-size: 16px;
    bottom: 2px;
    position: relative;
    cursor: pointer;
  }
  div.paymentSuccess_row ~ div.paymentSuccess_row {
    margin-top: 8px;
  }
  
  p.paymentSuccess_row_title {
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    margin-right: auto;
  }
  
  p.paymentSuccess_row_text {
    font-size: 14px;
    font-weight: 700;
    color: #222;
  }
  p.paymentSuccess_row_text.copy_text {
    color:#0068FE;
    text-decoration:underline;
    cursor: pointer;
  }
  
  div.paymentSuccess_noticeWrapper {
    width: 100%;
    padding: 16px;
    margin-bottom: 24px;
    border: 1px solid #E3E4E7;
    border-radius: 8px;
  }
  div.paymentSuccess_noticeBox {
    margin-top:20px;
    background-color:#F3F5F7;
    padding:12px;
    border-radius:4px;
  }
  div.paymentSuccess_noticeWrapper h4 {
    color:#1A1A1A;
    font-size:14px;
    font-weight:700;
  }
  div.paymentSuccess_notice_row {
    display: flex;
  }
  
  div.paymentSuccess_notice_row ~ div.paymentSuccess_notice_row {
    margin-top: 4px;
  }
  
  p.paymentSuccess_notice_row_numbering, p.paymentSuccess_notice_row_text {
    font-size: 12px;
    font-weight: 500;
    color: #4D4D4D;
  }
  
  .paymentSuccess_notice_row:nth-of-type(1) p.paymentSuccess_notice_row_text {
    font-size: 12px;
    font-weight: 700;
    color: #e52626;
    line-height: 1.3;
  }
  
  p.paymentSuccess_notice_row_numbering {
    margin-right: 4px;
  }
  
  div.paymentSuccess_closeButtonWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  div.paymentSuccess_closeButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    background: #E3E4E7;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
    cursor: pointer;
  }
  
  /* ---------------- End payment-success ---------------- */
  /* ---------------- Start FAQ ---------------- */
  /* FAQ */
  #faq {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 200px;
  }
  
  #faq div.menu-1 {
    gap: 12px;
  }
  
  @media (max-width: 1250px) {
    #faq {
      max-width:100%;
      padding:0 16px;
    }
  }
  @media (max-width:768px){
    #faq {
      margin:0 auto 56px;
    }
  }
  #faq.authPage {
    width: 100%;
  }
  #faq figure {
    margin-bottom: 8px;
  }
  #faq figure.active h3 {
    font-weight:700;
  }
  #faq figure h3 {
    display: flex;
    gap: 8px;
    font-size: 16px;
  }
  @media (max-width:768px){
    #faq figure h3 {
      font-size:14px;
    }
  }
  #faq figure h3>span {
    font-size: 16px;
  }
  #faq figure.active h3>span {
  
  }
  #faq .even figure {
    /* margin-right: 40px; */
  }
  
  #faq figure.active {
    transition: all linear 4s;
  }
  
  figure.active {
  }
  
  
  
  #faq figure.active div {
    display: block;
    color: #1A1A1A;
    background-color: #D1F3CE;
    /* border-radius: 10px; */
    padding: 10px 14px;
    /* margin-top: 10px; */
    font-size: 13px;
    font-weight: 400;
    transition: linear 0.4s;
    border: none;
    border-radius: 0px 0px 8px 8px;
    line-height: 1.5;
  }
  @media (max-width:768px){
    #faq figure.active div {
      font-size:12px;
    }
  }
  #faq figure.active span.faqStrong {
    color: #000!important;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
  }
  
  #faq .even figure strong, #faq .odd figure strong {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    transition: 0.5s;
    height: auto;
    min-height: 52px;
    border: 1px solid #E3E4E7;
    background-color:#fff;
    border-radius: 8px;
  }
  
  #faq figure strong .question {
    color:#19C30B;
    font-size:16px;
  }
  #faq figure.active strong .question {
    color: #1A1A1A;
  }
  #faq figure.active strong {
    transition: 0.5s;
    background: #66DA5C;
    color: #1A1A1A;
    border-radius: 8px 8px 0px 0px;
  }
  @media (max-width:768px){
    #faq .even figure strong, #faq .odd figure strong {
      min-height: 60px;
      max-height: 60px;
      gap: 5px;
    }
  }
  #faq figure.active strong i.fa-chevron-down {
    font-weight: 900;
    font-size: 16px;
    transform: rotate(180deg);
  }
  #faq figure strong i.fa-chevron-down {
    transform: rotate(0);
    transition:linear 0.2s;
  }
  @media (max-width:768px){
    #faq figure strong i.fa-chevron-down {
      font-weight:800;
      color:#1A1A1A;
      font-size: 14px;
    }
  }
  #faq figure div {
    display: none;
  }
  
  
  #faq div.wrapper {
    max-width: 100%;
    padding: 0;
  }
  /* guide */
  #faq div.guide_wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  @media (max-width:768px){
    #faq div.guide_wrapper {
      margin-bottom:22px;
    }
  }
  #faq div.guide_contents {
    display: flex;
    gap: 20px;
  }
  
  #faq div.guide_box {
    width: auto;
    height: auto;
  }
  #faq div.guide_box h4 {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  #faq div.guide_box.guide {}
  #faq div.guide_box.guide div.item h4 {
    color: #fff;
  }
  #faq div.guide_box.guide div.item {
    background-color:#99C3FF;
  }
  #faq div.guide_box.order {}
  #faq div.guide_box.order div.item h4 {
    color:#1A1A1A;
    line-height:1.3
  }
  #faq div.guide_box.order div.item {
    background-color:#FFCE1F;
  }
  #faq div.guide_box div.item {
    position: relative;
    width: 100%;
    max-width: 285px;
    min-width: 285px;
    height: 100%;
    max-height: 92px;
    min-height: 92px;
    border-radius: 4px;
    cursor: pointer;
  }
  #faq div.guide_box div.item img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #faq div.guide_box div.item h4 {font-size: 18px;font-weight: 700;}
  #faq div.guide_box h3 {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
  }
  #faq div.faqTitle {
    display: flex;
    flex-direction: column;
  }
  @media (max-width:650px){
    #faq div.guide_contents {
      flex-direction:column;
      gap: 14px;
    }
    #faq div.guide_box div.item {
      max-width: 100%;
    }
    #faq div.guide_box div.item h4 {
      top:50%;
      left: 48px;
    }
    #faq div.guide_box h3 {
      font-size:14px;
    }
  }
  #faq div.faqTitle small {
    font-size: 11px;
    font-weight: 600;
    color: #3B3B3B;
  }
  
  #faq div.faqTitle strong {
    font-size: 20px;
    color: #5D5D5D;
    font-weight: 700;
    padding-bottom: 20px;
  }
  
  #faq div.wrapper div.faqFilterWrapper {
    display: flex;
    align-items: center;
    height: 52px;
    border-bottom: 1px solid #E3E4E7;
    margin-bottom: 20px;
    position: relative;
  }
  
  #faq div.wrapper div.faqFilterWrapper div.faqFilterBox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    cursor: pointer;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 3px;
    color: #C5C5C8;
    font-weight: 500;
    width: 200px;
    height: 100%;
    font-size: 16px;
  }
  @media (max-width:840px){
    #faq div.wrapper div.faqFilterWrapper div.faqFilterBox {
      width:25%;
    }
  }
  @media (max-width:768px){
    #faq div.wrapper div.faqFilterWrapper{
      display:none;
    }
  }
  #faq div.wrapper div.faqFilterWrapper div.faqFilterBox.active {
    font-weight: 600;
    border-radius: 3px;
    color: #1A1A1A;
  }
  #faq .faqFilterWrapper .border {
    background-color: #19C30B;
    transition: all 0.3s ease 0s;
    color: rgb(0, 0, 0);
    left: 0px;
    width: calc(200px);
    height: 3px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
  }
  @media (max-width:830px){
    #faq .faqFilterWrapper .border {
      width:calc(25%);
    }
  }
  @media (max-width: 1630px) {
    #faq.authPage {
      max-width: 100%;
      padding-bottom: 100px;
    }
  }
  
  @media (max-width: 1300px) {
    #faq .menu-1 {
      display: block !Important;
    }
  
    #faq .even figure {
      margin-right: 0;
    }
  }
  
  @media (max-width: 1130px) {
    #faq.authPage div.mobileTitle {
      max-width: 100% !important;
      margin: 0 auto 50px;
    }
  
    #faq div.mobileTitle {
      display: none;
    }
  }
  @media (max-width:768px){
    #faq figure {
      margin-right: 0;
      margin-bottom: 12px;
    }
  }
  @media (max-width: 700px) {
    #faq div.mobileTitle {
      display: none;
    }
    #faq.authPage div.mobileTitle {
      margin: 0 auto 28px;
    }
    #faq div.wrapper {
      height: auto !important;
      min-height: auto;
    }
  
    #faq div.wrapper.authPage {
      width: 100%;
      padding-left: 0!important;
    }
  
    #faq div.wrapper div.faqFilterWrapper {
      margin-bottom: 16px;
      padding-left: 0;
      gap: 5px;
    }
  
    #faq div.wrapper div.faqFilterWrapper div.faqFilterBox {
    }
  
    #faq div.wrapper div.faqFilterWrapper div.faqFilterBox+div.faqFilterBox {
    }
  
    #faq .menu-1 {
      display: block !Important;
    }
  }
  
  @media (max-width: 300px) {
    #faq div.wrapper div.faqFilterWrapper div.faqFilterBox {
    }
  
    #faq div.wrapper div.faqFilterWrapper div.faqFilterBox+div.faqFilterBox {
      margin-left: 0;
    }
  
    #faq div.wrapper div.faqFilterWrapper {
      padding-left: 0;
      margin-bottom: 16px;
    }
  
    #faq .even figure strong {
      font-size: 10px;
    }
  
    #faq .even figure strong::after, #faq .odd figure strong::after {
      font-size: 12px;
    }
  
    #faq figure.active strong {
    }
  
    #faq figure.active div {
      font-size: 10px;
    }
  }
  
  /* ---------------- End FAQ ---------------- */
  /* ---------------- Start affiliates ---------------- */
  #affiliates div.affiliates_order_wrapper {
    display: flex;
    flex: 1;
  }
  
  #affiliates div.well div.table ul.affiliates_well_wrapper {
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    padding-left: 10px;
  }
  
  #affiliates div.well div.table ul.affiliates_well_wrapper li {
    flex: 1;
    font-size: 14px;
    color: #5D5D5D;
    font-weight: 600;
  }
  
  #affiliates div.well div.table ul.affiliates_well_wrapper li + li {
    text-align: center;
  }
  
  #affiliates div.wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 50%;
  }
  
  #affiliates div.well div.table ul.affiliates_well_contents_wrapper {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    height: 40px;
    align-items: center;
    padding-left: 10px;
    border: 1px solid #ddd;
  }
  
  #affiliates div.well div.table ul.affiliates_well_contents_wrapper li {
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    color: #5D5D5D;
  }
  
  #affiliates div.well div.table ul.affiliates_well_contents_wrapper li + li {
    text-align: center;
  }
  
  #affiliates div.well div.table div.affiliates_payment_amout {
    display: inline;
    padding: 6px 25px;
    background: #608AFF;
    color: #fff;
    border-radius: 3px;
  }
  
  #affiliates div.affiliates_list {
    display: inline;
    padding: 5px 6px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    font-weight: 500;
    border-radius: 3px;
  }
  
  #affiliates div.affiliates_list.blue {
    background-color: #253858;
  }
  
  #affiliates div.affiliates_list.gray {
    background-color: #9F9F9F;
  }
  
  #affiliates div.affiliates_list.red {
    background-color: #D92F0E;
  }
  
  #affiliates div.wrapper section+section {
    margin-top: 20px;
  }
  @media (max-width:1000px){
    #affiliates div.wrapper section+section {
      background-color:#fff;
      padding:16px 12px;
      border: 1px solid #E3E4E7;
      border-radius: 8px;
    }
  }
  
  #affiliates div.wrapper section+section strong.bottomSectionTitle {
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 700;
  }
  @media (max-width:1000px){
    #affiliates div.wrapper section+section strong.bottomSectionTitle {
      font-size:14px;
    }
  }
  #affiliates div.wrapper section div.contentBox {
  }
  
  #affiliates div.wrapper section div.contentBox+div.contentBox {
  }
  
  #affiliates div.wrapper section div.contentBox p.mainTitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  
  #affiliates div.wrapper section div.contentBox p.description {
    font-size: 16px;
  }
  
  #affiliates div.wrapper section.middleSection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  
  #affiliates div.wrapper section.middleSection div.contentBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
  
  
  
  #affiliates div.affiliates_Convention_Wrapper div.affilates_Contents {
    background: #fff;
    border: 1px solid #ddd;
    padding: 16px;
  }
  
  #affiliates div.affiliates_Convention_Wrapper div.affiliates_strong_contents {
  }
  
  #affiliates div.affiliates_Convention_Wrapper div.affiliates_strong_contents strong {
    color: #5D5D5D;
    font-size: 13px;
    font-weight: 600;
  }
  
  @media (max-width: 400px) {
    #affiliates div.affiliates_Convention_Wrapper div.affiliates_strong_contents strong {
      font-size:12px;
    }
  }
  
  #affiliates div.wrapper section.middleSection div.contentBox ul {
    width: 100%;
    display: flex;
    gap: 16px;
  }
  
  #affiliates div.wrapper section.middleSection div.contentBox ul>li {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
    height: 100%;
    max-height: 140px;
    min-height: 140px;
    background-color: #fff;
    border: 1px solid  #E3E4E7;
    border-radius:8px;
    padding: 16px;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
  }
  #affiliates  div.affiliates_title_box {
    display:flex;
    align-items:center;
    gap:10px;
  }
  #affiliates div.contentBox li:nth-child(1) div.affiliates_title_box{
    cursor:pointer;
  }
  #affiliates  div.affiliates_title_box  i {
    color:#19C30B;
    font-size:24px;
  }
#affiliates div.affiliates_title_box i.fa-copy {
  color: #787878;
  font-size: 16px;
  cursor: pointer;
}
  @media (max-width: 370px) {
    #affiliates div.wrapper section.middleSection div.contentBox ul>li {
      flex-direction:column;
      gap: 10px;
    }
  
    #affiliates div.wrapper section.middleSection div.contentBox ul {
      gap: 10px;
    }
  }
  @media (max-width:1000px){
    #affiliates div.wrapper section.middleSection div.contentBox ul {
      display:flex;
      flex-wrap: wrap;
      gap: 8px;
    }
  
    #affiliates div.wrapper section.middleSection div.contentBox ul>li:nth-child(1){
      width: 100%;
      flex: auto;
    }
    #affiliates div.wrapper section.middleSection div.contentBox ul>li:nth-child(2) {
      width: 50%;
      flex: 1;
    }
    #affiliates div.wrapper section.middleSection div.contentBox ul>li:nth-child(3) {
      width: 50%;
      flex: 1;
    }
    #affiliates div.wrapper section.middleSection div.contentBox ul>li {
      max-height:106px;
      min-height:106px;
    }
  }
  #affiliates div.wrapper section.middleSection div.contentBox ul>li::after {
    /* content: ''; */
    display: flex;
    position: absolute;
    width: 100%;
    background: #ebebeb;
    height: 1px;
    top: 30px;
    max-width: 100%;
  }
  
  #affiliates div.wrapper section.middleSection div.contentBox li + li + li::after {
    display: none;
  }
  
  #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper a.link {
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 0;
    padding-right: 6px;
    min-width: initial;
    font-weight: 700;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0068FE;
  }
  @media (max-width:1000px){
    #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper a.link {
      font-size:16px;
    }
  }
  @media (max-width: 1860px) {
    #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper p.link {
      width: auto;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  
  @media (max-width: 1660px) {
    #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper p.link {
      width: auto;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  
  #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper div.copyButton:hover {
  }
  
  #affiliates div.wrapper section.middleSection div.contentBox p.price {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
  }
  
  #affiliates div.wrapper section.middleSection div.contentBox p.title {
    font-size: 14px;
    font-weight: 500;
    color: #787878;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media (max-width:1000px){
    #affiliates div.wrapper section.middleSection div.contentBox p.title {
      font-size:14px;
    }
  }
  #affiliates div.affiliatesInfoWrapper {
  }
  
  #affiliates div.affilates_Contents {
    background-color: #EAF3FF;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
  }
  #affiliates div.affilates_Contents strong {
    color: #0049B2;
    font-size: 12px;
    font-weight: 500;
  }
  #affiliates div.affiliatesInfoWrapper small.description {
    color: #3B3B3B;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.5;
    display: block;
  }
  
  #affiliates div.affiliatesInfoWrapper p.mainTitle {
    color: #5D5D5D;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
  }
  
  @media (max-width: 370px) {
    #affiliates div.affiliatesInfoWrapper p.mainTitle {
      padding-bottom:0;
    }
  }
  
  #affiliates div.wrapper section.middleSection div.contentBox div.affiliatesInfoWrapper p.mainTitle {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  
  #affiliates div.wrapper section.middleSection div.contentBox div.affiliatesInfoWrapper p.description {
    font-size: 14px;
    line-height: 1.3;
  }
  
  #affiliates div.wrapper section.bottomSection div.contentBox {
    display: flex;
    gap: 8px;
    border: none;
    margin-top: 20px;
    padding: 0;
    box-shadow: none;
  }
  @media (max-width:1000px){
    #affiliates div.wrapper section.bottomSection div.contentBox {
      display:grid;
      grid-template-columns:1fr 1fr;
    }
  }
  #affiliates div.wrapper section.bottomSection div.contentBox div.historyBox {
    border: 1px solid #E3E4E7;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: relative;
    gap: 9px;
    padding: 16px;
    background: #fff;
    height: auto;
    max-height: 146px;
    min-height: 146px;
  }
  @media (max-width:1000px){
    #affiliates div.wrapper section.bottomSection div.contentBox div.historyBox {
      max-height:72px;
      min-height:72px;
      background-color:#F3F5F7;
      border:none;
      border-radius:4px;
    }
  }
  #affiliates .historyBox .btn-xs {
    margin-top: 19px;
    height: auto;
    padding: 6px 14px!important;
    font-size: 14px;
    border-radius: 5px!important;
    color: #fff;
    background-color: #000!important;
    line-height: 1.5;
  }
  
  #affiliates .historyBox .btn-xs:hover {
    background-color: #008BFF!important;
    border: 1px solid #008BFF!important;
  }
  
  #affiliates div.wrapper section.bottomSection div.contentBox div.historyBox::after {
    display: block;
    /* content:''; */
    background-color: #008BFF;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
  }
  
  #affiliates div.wrapper section.bottomSection div.contentBox div.historyBox::before {
    display: block;
    content: '';
    background-color: #F2FCFF;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: -1
  }
  
  #affiliates div.wrapper section.bottomSection div.contentBox div.historyBox+div.historyBox {
    /* margin-left: 16px; */
  }
  
  #affiliates div.wrapper section.bottomSection div.contentBox div.historyBox p.title {
    font-size: 12px;
    font-weight: 500;
    color: #787878;
  }
  
  #affiliates div.wrapper section.bottomSection div.contentBox div.historyBox p.price {
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 700;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
  }
  @media (max-width:1000px){
    #affiliates div.wrapper section.bottomSection div.contentBox div.historyBox p.price {
      font-size:16px;
    }
  }
  /* ---------------- End affiliates ---------------- */
  
  .modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    min-width:274px;
    max-width:274px;
    height: auto;
    min-height: 48px;
    max-height: 48px;
    background-color: #4D95FE;
    border-radius: 8px;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    gap: 12px;
    display: none;
  }
  @media (max-width:300px){
    .modal {
      max-width:90%;
      min-width:90%;
    }
  }
  .modal i {
    color:#fff;
    font-weight: 900;
    font-size:16px;
  }
  
  .modal p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
  }
  
  
  h2.wrapper_title {
    color:#1A1A1A;
    font-size:18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  @media (max-width:768px){
    h2.wrapper_title {
      font-size:14px;
    }
  }
  #affiliates {
    width: 100%;
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto 236px;
  }
  @media (max-width:1250px){
    #affiliates {
      max-width:100%;
      padding:0 16px;
    }
  }
  @media (max-width:1000px){
    #affiliates {
      margin:0 auto 56px;
    }
  }
  #affiliates .well {
    margin-left: 0!important;
  }
  
  #affiliates div.wrapper {
    padding: 0!important;
  }
  
  #affiliates div.wrapper section div.contentBox p.mainTitle {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  #affiliates div.wrapper section div.contentBox {
  }
  
  #affiliates div.wrapper section.middleSection {
  }
  
  #affiliates div.wrapper section div.contentBox+div.contentBox {
    margin-left: 0;
  }
  #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper div.copyButton {
    padding:5px;
    cursor: pointer;
  }
  #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper div.copyButton i {
    color:#0068FE;
    font-size:16px;
  }
  
  
  #affiliates div.wrapper section.middleSection div.contentBox p.price {
    text-align: center;
  }
  
  #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper {
    justify-content: center;
  }
  
  #affiliates div.wrapper section.bottomSection div.contentBox div.historyBox p.title {
    font-size: 14px;
    text-align: center;
  }
  @media (max-width:1000px){
    #affiliates div.wrapper section.bottomSection div.contentBox div.historyBox p.title {
      font-size:12px;
      font-weight:700;
    }
  }
  #affiliates div.wrapper section div.contentBox p.description {
    font-size: 14px;
  }
  
  
  @media(max-width: 600px) {
    #affiliates .bottomSection {
      overflow-x:auto;
    }
  
    #affiliates .bottomSection .contentBox {
      width: auto;
    }
  }
  
  
  
  #affiliates div.wrapper {
    width: 100%;
    max-width: 100%;
    padding-top: 60px;
    padding-left: 32px;
  }
  
  #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper p.link {
    width: 200px;
  }
  
  #affiliates div.affiliates_order_wrapper {
    margin-left: 32px;
    max-width: 100%;
    height: auto;
  }
  
  #affiliates .well {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    height: auto;
    margin-top: 16px;
  }
  
  
  @media (max-width: 1200px) {
    #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper p.link {
      width: 140px;
    }
  }
  
  @media (max-width: 1000px) {
    #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper p.link {
      width: auto;
    }
  }
  
  @media (max-width: 1000px) {
    #affiliates div.wrapper section.middleSection {
      flex-direction:column;
      margin-top: 0;
    }
  }
  
  @media (max-width: 768px) {
    #affiliates div.affiliates_order_wrapper {
      margin-left:0;
    }
  }
  
  
  
  @media (max-width: 500px) {
    #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper p.link {
      width: 140px;
    }
  }
  
  @media (max-width: 400px) {
    #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper p.link {
      width: 154px;
    }
  
    #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper div.copyButton {
      height: auto;
      text-align: center;
      font-size: 11px;
      padding: 3px;
    }
  
    #affiliates div.wrapper section.middleSection div.contentBox p.title {
      height: auto;
    }
  }
  
  @media (max-width: 320px) {
    #affiliates div.wrapper section.bottomSection div.contentBox {
    }
  }
  
  @media (max-width: 300px) {
    #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper p.link {
      width: 150px;
    }
  }
  
  @media (max-width: 290px) {
    #affiliates div.wrapper section.middleSection div.contentBox div.copyWrapper p.link {
      width: 130px;
    }
  }
  
  /* ---------------- Start account ---------------- */
  #account {
    width: 100%;
    max-width:1200px;
    margin:0 auto 200px;
    overflow: hidden;
  }
  @media (max-width:1250px){
    #account {
      padding:0 16px;
      max-width:100%;
    }
  }
  @media (min-width: 1023px) {
    #account {
    }
  }
  
  #account select#timezone {
    width: 100%;
    border: 1px solid #C5C5C8;
    height: 40px;
    color: #535355;
  }
  #account select#timezone:focus {
    border :1px solid #19C30B;
  }
  #account div.wrapper {
    display: flex;
    gap: 16px;
  }
  
  #account div.wrapper div.contentsBox {
    flex: 1;
  }
  #account form {
    background-color:#fff;
    border: 1px solid  #E3E4E7;
    border-radius: 8px;
    padding: 16px;
  }
  #account .alert-danger {
    border-radius:8px;
    display: flex;
    justify-content: space-between;
    padding: 12px;
    line-height: 1.4;
  }
  
  #account form  h4.accountFormTitle {
    color:#1A1A1A;
    font-size:14px;
    font-weight:700;
    margin-bottom: 20px;
  }
  @media (max-width: 768px) {
    #account div.wrapper div.contentsBox {
    }
  }
  
  #account .contentsBox.three {
    width: 100%;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    height: auto;
    border: 1px solid #E3E4E7;
  }
  #account .contentsBox.three div.apiTitleBox {
    display:flex;
    align-items:center;
    gap: 10px;
    margin-bottom:20px;
    position: relative;
  }
  #account .api_key_help_block {
    position:absolute;
    bottom: calc(100% + 8px);
    left: -100px;
    background-color: #1A1A1A;
    padding:8px 12px;
    border-radius:8px;
    display: flex;
    align-items: center;
    gap: 10px;
    display: none;
  }
  @media (max-width:768px){
    #account .api_key_help_block {
      left:-10px;
      max-width:175px;
    }
  }
  #account .api_key_help_block::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #1A1A1A;
    border-bottom: 0;
    margin-left: 17px;
    margin-bottom: -5px;
  }
  @media (max-width:768px){
    #account .api_key_help_block::after {
      margin-left:-17px;
    }
  }
  #account .api_key_help_block b {
    color:#fff;
  }
  #account .contentsBox.three div.apiTitleBox i {
    font-size:14px;
    color:#A2A3A6;
    cursor: pointer;
  }
  #account .contentsBox.three div.apiTitleBox i.fa-xmark {
    font-size:14px;
    padding:0 2px;
    color:#fff;
  }
  @media (max-width:768px){
    #account .contentsBox.three div.apiTitleBox i.fa-xmark {
      font-size:14px;
    }
  }
  #account .contentsBox.three form {
    border:none;
    border-radius: initial;
    padding: 0;
  }
  #account .contentsBox.four {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #E3E4E7;
    padding: 16px;
    margin-top: 16px;
}
  #account .contentsBox.four form {
    border:none;
    border-radius:initial;
    padding: 0;
  }
  #account .contentsBox.four button {
    margin-top:20px;
  }
  #account .contentsBox.first {
  }
  
  #account div.mypageTitle {
    display: flex;
    flex-direction: column;
  }
  
  #account div.mypageTitle small {
  }
  
  #account div.mypageTitle strong {
    font-size: 20px;
  }
  
  #account .inputWrapper {
    width: 100%;
    max-height: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  
  #account div.wrapper div.contentsBox p.title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1A1A1A;
  }
  
  #account div.wrapper div.contentsBox.three p.title {
    margin-bottom:0;
  }
  #account div.wrapper div.contentsBox div.inputWrapper+div.inputWrapper {
  }
  
  #account div.wrapper div.contentsBox div.inputWrapper label {
    font-size: 12px;
    font-weight: 700;
    color: #535355;
    margin-bottom: 4px;
  }
  
  #account div.wrapper div.contentsBox div.inputWrapper input {
    display: block;
    padding-left: 9px;
    margin: auto;
    color: #4D4D4D;
  }
#account div.wrapper div.contentsBox div.inputWrapper input:focus {
  border:1px solid #19C30B;
}
  #account div.wrapper div.contentsBox div.inputWrapper input::placeholder{
    color: #A2A3A6;
  }
  
  #account div.wrapper div.contentsBox button {
    width: 100%;
    max-height: 48px;
    min-height: 48px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding-left: 0;
    color: #19C30B;
    background-color: #D1F3CE;
  }
#account div.wrapper div.contentsBox button:hover {
  color:#19C30B;
  background-color: #E8F9E7;
}
@media (max-width:768px){
  #account div.wrapper div.contentsBox button:hover {
     background-color: #D1F3CE;
  }
}
#account div.wrapper div.contentsBox button:focus {background-color: #A3E79D;color: #19C30B;}
  #account .contentsBox.three button {
    margin-top:20px;
  }
  #account .alert-danger span {
    color:#fff;
    font-size:12px;
    font-weight: 500;
    line-height: 1.4;
  }
  #account .alert-success {
    background-color:#F3F5F7;
    padding:12px;
    border-radius:8px;
    margin-top:20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
#account .alert-success.password {
  margin-top:0;
  margin-bottom:20px;
}
#account .alert-success.none {
  display:none;
}
#account .contentsBox.four .alert-success {
  margin-top:0;
  margin-bottom:20px;
}
  #account .alert-success span {
    color:#4D4D4D;
    font-size:12px;
    font-weight:400;
    line-height:1.3;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    cursor: pointer;
  }
  #account .alert-success span> i {
    color:#A2A3A6;
    font-size:14px;
    margin-bottom:4px;
  }
  @media (max-width:350px){
    #account .alert-success span {
      position:relative;
      align-items:flex-start;
    }
    #account .alert-success span> i {
    }
  }
  #account .alert-success button {}
  #account div.wrapper div.contentsBox .alert-danger button ,
  #account div.wrapper div.contentsBox .alert-success button {
    height: auto;
    max-height: max-content;
    min-height: max-content;
    color: #fff;
    opacity: 1;
    background-color: transparent;
    position: initial;
    width: auto;
    font-size: 16px;
    margin-top: 0;
  }
  #account div.wrapper div.contentsBox .alert-success button {
    color:#1A1A1A;
    font-size: 17px;
  }

  
  #account div.wrapper div.contentsBox div.inputWrapper input:focus {
  }
  
  #account div.wrapper div.rightSection {
    flex: 1;
  }
  
  @media (max-width: 768px) {
    #account div.wrapper div.rightSection {
      margin-left:0;
    }
  }
  
  #account div.wrapper div.rightSection div.contentsBox+div.contentsBox {
    margin-top: 16px;
  }
  @media (max-width:768px){
    #account div.wrapper div.rightSection div.contentsBox+div.contentsBox {
      margin-top:20px;
    }
  }
  #account input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 40px;
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #C5C5C8;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
  }
  #account input#api_key {
    max-height: 36px;
    min-height: 36px;
    padding-top: 11px;
  }
  #account .help-block {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #A2A3A6;
    margin-bottom: 0;
  }
  
  /* ---------------- End account ---------------- */
  /* ---------------- Start neworder alert ---------------- */
  #neworder .alert-danger {
    position: relative;
    background-color: #FF6200;
    border-radius: 40px;
    font-size: 16px;
    padding: 10px 21px;
  }
  
  #neworder .alert-danger .close {
    position: absolute;
    top: -15px!important;
    right: 8px!important;
    color: inherit!important;
    width: 50px!important;
    height: 72px!important;
  }
  
  @media (max-width: 768px) {
    #account {
      margin-bottom: 56px;
    }
  
    #account div.wrapper {
      flex-direction: column;
      gap: 20px;
    }
  }
  
  /* ---------------- End neworder alert ---------------- */
  
  #signup {
  
  }
  
  #signup div.formWrapper .topBox {
    text-align: center;
  }
  
  #signup div.formWrapper .topBox h1 {
    padding-bottom: 36px;
    color: #000000;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.1px;
  }
  @media (max-width:500px){
    #signup div.formWrapper .topBox h1 {
      margin: 0;
      padding-bottom: 20px;
    }
  }
  #signup div.formBox {
  
  }
  
  #signup div.formWrapper {
    background: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: auto;
    min-height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  
  
  #signup div.imgWrapper div.textWrapper {
    text-align: center;
  }
  
  #signup div.imgWrapper div.textWrapper h3 {
    font-size: 49px;
    z-index: 99999999
  }
  
  #signup div.imgWrapper div.textWrapper h5 {
    font-size: 22px;
    padding-top: 12px;
    position: relative;
  }
  
  #signup div.imgWrapper div.textWrapper h3::after {
    display: block;
    content: "";
    height: 10px;
    width: 100%;
    border-radius: 30px;
    background-color: #ffe6b2;
    margin: -14px auto 0;
    z-index: -9999;
  }
  
  #signup div.imgWrapper div.textWrapper p {
    font-size: 17px;
    padding-top: 24px;
    line-height: 1.2;
  }
  
  
  #signup div.formWrapper form {
    width: 328px;
    margin: 0 auto;
    z-index: 9;
  }
  
  #signup div.formWrapper p.title::after {
    display: block;
    content: '';
    width: 364px;
    height: 1px;
    background-color: #707070;
    margin: 0 auto;
    margin-top: 20px;
  }
  
  #signup div.inputWrapper+div.inputWrapper {
    margin-top: 16px;
  }
  #signup div.inputWrapper a.btn-open {
    color:#0068FE;
    text-decoration:underline;
    font-size:12px;
    font-weight:400;
    cursor: pointer;
  }
  
  #signup div.inputWrapper label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #535355;
  }
  
  #signup div.inputWrapper input {
    width: 100%;
    height: auto;
    min-height: 40px;
    background: #fff;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 12px;
    border: 1px solid #C5C5C8;
    box-shadow: none;
    color: #535355!important;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
  #signup div.inputWrapper input:placeholder {
    color:#A2A3A6;
  
  }
  @media (max-width:500px){
    #signup div.inputWrapper input {
      max-height:48px;
    }
  }
  #signup div.inputWrapper input.error {
    background:#FFE7E7;
    border:1px solid #DC362E;
  }
  #signup div.inputWrapper input.error:focus {
    border: 1px solid #DC362E;
  }
  #signup div.inputWrapper input:focus {
    border: 1px solid #19C30B;
    box-shadow: none!important;
  }
  
  #signup div.checkBoxWrapper {
    display: flex;
    align-items: center;
    margin: 18px 0 30px;
    color: #222;
    justify-content: center;
  }
  
  #signup div.capchaWrapper {
    margin-bottom: 16px;
    color: #fff;
  }
  
  #signup div.checkBoxWrapper a {
    margin-left: 10px;
    color: #222;
    text-decoration: underline;
    text-underline-position: under;
  }
  
  #signup div.checkBoxWrapper a:hover {
    text-decoration: underline !important;
  }
  
  #signup button.signupButton {
    width: 100%;
    height: 48px;
    min-height: 48px;
    background: #19C30B;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
  }
  
  #signup .captcha {
    margin-left: 0;
    margin-top: 24px;
  }
  
  
  #signup input.terms-accept-checkbox {
    transform: scale(1.2);
    margin-right: 8px;
    align-items: center;
    display: flex;
    margin-bottom: 3px;
  }
  
  #signup input[type="checkbox"] {
    padding: 0;
    margin: 0;
    margin-right: 8px;
    margin-bottom: 2px;
  }
  
  #signup .alert-dismissible .close {
    position: relative !important;
    top: -2px !important;
    right: -15px !important;
  }
  
  @media(max-width: 1245px) {
    #signup div.imgWrapper div.textWrapper h3 {
      font-size: 39px;
    }
  
    #signup div.imgWrapper div.textWrapper h5 {
      font-size: 17px;
    }
  }
  @media (max-width:1024px){
    #signup div.formWrapper {
      width: 100%;
      min-height: auto;
      padding-top: 36px;
    }
  }
  @media(max-width: 850px) {
    #signup {
      width: 100%;
      max-width: 100%;
      flex-direction: column;
      height: 100%;
    }
  
    #signup div.formBox {
      width: 100%;
      max-width: 100%;
      background: #F3F5F7;
      height: 100%;
      overflow-y: auto;
      position: relative;
    }
  
    #signup div.imgWrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 10px 20px;
      align-items: center;
      width: 100%;
      max-width: 100%;
    }
  
    #signup ul.loginMove {
      display: flex;
      flex-direction: row;
      justify-content: center;
      width: auto;
      gap: 8px;
    }
  
    #signup ul.loginMove li {
      cursor: pointer;
      height: 100%;
      padding: 10px 15px;
      border-radius: 30px;
    }
  
    #signup ul.loginMove li a {
      font-size: 14px;
    }
  
    #signup div.imgWrapper {
    }
  
    #signup img.signupContents {
      display: none;
    }
  
    #signup img.signupBg {
      display: none;
    }
  
    #signup {
      background: #fff;
    }
  
  
    #signup .back {
      position: static;
      width: 43px;
    }
  
    #signup .back img {
      width: 100%;
    }
  
    #signup .back span {
      display: none;
    }
  }
  
  @media(max-width: 500px) {
  
    #signup div.formWrapper form {
      width: 100%;
    }
  
    #signup div.formWrapper {
      width: 100%;
      max-width: 100%;
      margin: auto;
      height: 100%;
      max-height: 100%;
      padding: 36px 16px 10px;
    }
  }
  
  @media(max-width: 450px) {
    #signup div.checkBoxWrapper {
      font-size: 11px;
      flex-wrap: wrap;
    }
  
    #signup input[type="checkbox"] {
      margin-right: 6px;
    }
  
    #signup input.terms-accept-checkbox {
      transform: scale(1);
    }
  }
  
  #resetPassword {
  
  }
  
  #resetPassword {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #F3F5F7;
    margin: 0 auto;
    min-height: 64.8vh;
    height: 100%;
    z-index: 10;
    width: 100%;
  }
  
  #resetPassword .topBox {
    text-align: center;
  }
  
  #resetPassword .topBox p {
    font-size: 28px;
    font-weight: 700;
    color: #000;
  }
  
  
  
  #resetPassword div.formWrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  @media (max-width:500px){
    #resetPassword div.formWrapper {
      padding:0 16px;
    }
  }
  #resetPassword div.inputWrapper {
    margin-bottom: 24px;
  }
  
  #resetPassword div.inputWrapper label {
    font-size: 12px;
    font-weight: 700;
    color: #535355;
    margin-bottom: 4px;
  }
  
  #resetPassword .formWrapper form {
    width: 100%;
    margin: 0 auto;
    max-width: 328px;
    margin-top: 36px;
  }
  @media (max-width:500px){
    #resetPassword .formWrapper form {
      max-width:100%;
    }
  }
  #resetPassword .form-group {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }
  
  #resetPassword div.inputWrapper input {
width: 100%;
    height: auto;
    min-height: 40px;
    background: #fff;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 12px;
    border: 1px solid #C5C5C8;
    box-shadow: none;
    color: #535355 !important;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
  #resetPassword div.inputWrapper input.error {
    background: #FFE7E7;
    border: 1px solid #DC362E;
  }
#resetPassword div.inputWrapper input.error:focus {
   border: 1px solid #DC362E;
}
  #resetPassword div.capchaWrapper {
    margin-bottom: 16px;
  }
  
  #resetPassword div.inputWrapper input:focus {
    border: 1px solid #19C30B;
    box-shadow: initial !important;
  }
  
  #resetPassword button.resetPasswordButton {
    width: 100%;
    height: 48px;
    background: #19C30B;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }
  
  #resetPassword .alert-danger {
    margin-top: 15px;
    margin-bottom: 0;
    margin-bottom: 16px;
    background-color: #DC362E;
    border-radius: 4px;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    height: 44px;
    padding: 10px;
    align-items: center;
    line-height: 1.5;
  }
  #resetPassword .resetalretGrid {
    color:#fff;
    font-size:12px;
    display: flex;
    gap: 14px;
  }
  #resetPassword .resetalretGrid i{
    color:#fff;
    font-size:16px;
  }
  #resetPassword .alert-dismissible .close {
    position: relative;
    top: initial;
    right: initial;
    float: initial;
    font-size: 16px;
    color: #fff!important;
    opacity: 1;
  }
  
  /* - - - - - - - - - - - - - - - #resetPassword mobile ver : s - - - -  - - - - - - - - - -*/
  
  
  /* - - - - - - - - - - - - - - - #resetPassword mobile ver : e - - - -  - - - - - - - - - -*/

  
  form#order-form .newOrder_inputWrapper.services {
    border: 1px solid #d1d1d1;
    padding-bottom: 16px;
    border-radius: 3px;
    padding-top: 12px;
    padding-left: 13px;
    background-color: #d3d0d0;
    box-shadow: 1px 1px 1px 0px #dbdbdb;
  }
  
  form#order-form .newOrder_inputWrapper {}
  
  #guide {
    width: 100%;
    height: auto;
    background-color: #fff;
    flex: 1;
  }
  
  #guide div.guide_container {
    display: flex;
    flex-direction: column;
    max-width: 95%;
    margin: auto;
    padding: 30px 0;
  }
  
  @media (max-width: 1040px) {
    #guide div.guide_container {
      padding-left: 0;
      max-width: 95%;
      margin: auto;
      padding-bottom: 100px;
      padding-right: 0;
    }
  }
  
  @media (max-width: 500px) {
    #guide div.guide_container {
      max-width: 92%;
    }
  }
  
  #guide div.guide_container h3 {
    font-size: 25px;
    color: #5D5D5D;
    font-weight: 700;
  }
  
  #guide div.guide_container div.guide_wrapper {
    display: flex;
    padding-top: 44px;
    gap: 40px;
  }
  
  @media (max-width: 1040px) {
    #guide div.guide_container div.guide_wrapper {
      flex-direction:column;
      padding-top: 25px;
      gap: 30px;
    }
  }
  
  #guide div.guide_container div.guide_left_wrapper {
  }
  
  #guide div.guide_container div.guide_left_wrapper div.guide_step_click {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  
  @media (max-width: 1040px) {
    #guide div.guide_container div.guide_left_wrapper div.guide_step_click {
      flex-direction:row;
      gap: 50px;
    }
  }
  
  @media (max-width: 500px) {
    #guide div.guide_container div.guide_left_wrapper div.guide_step_click {
      gap: 15px;
    }
  }
  
  @media (max-width: 350px) {
    #guide div.guide_container div.guide_left_wrapper div.guide_step_click {
      flex-direction:column;
    }
  }
  
  #guide div.guide_container div.guide_left_wrapper div.guide_step_box {
    display: flex;
    background-color: #FFFFFF;
    border: 1px solid #CFCFCF;
    padding: 10px;
    width: 210px;
    max-width: 100%;
    gap: 10px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
  }
  
  @media (max-width: 1040px) {
    #guide div.guide_container div.guide_left_wrapper div.guide_step_box {
      width:100%;
    }
  }
  
  @media (max-width: 600px) {
    #guide div.guide_container div.guide_left_wrapper div.guide_step_box {
      flex-direction:column;
      width: 100%;
      justify-content: center;
      align-items: center;
      gap: 5px;
    }
  }
  
  @media (max-width: 500px) {
    #guide div.guide_container div.guide_left_wrapper div.guide_step_box {
      padding:9px 10px 8px 10px;
    }
  }
  
  #guide div.guide_container div.guide_left_wrapper div.guide_step_box::after {
    display: block;
    content: '';
    width: 2px;
    height: 30px;
    background-color: #bbbbbb;
    position: absolute;
    bottom: -75%;
    left: 50%;
  }
  
  @media (max-width: 1040px) {
    #guide div.guide_container div.guide_left_wrapper div.guide_step_box::after {
      bottom:initial;
      top: 50%;
      right: -40px;
      left: initial;
      width: 30px;
      height: 2px;
    }
  }
  
  @media (max-width: 500px) {
    #guide div.guide_container div.guide_left_wrapper div.guide_step_box::after {
      display:none;
    }
  }
  
  #guide div.guide_container div.guide_left_wrapper div.guide_step_box:last-child::after {
    display: none;
  }
  
  #guide div.guide_container div.guide_left_wrapper div.guide_step_box strong {
    color: #fff;
    background: #838383;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 34px;
    height: 34px;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
  }
  
  #guide div.guide_container div.guide_left_wrapper div.guide_step_box div.guide_title_wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
  }
  
  #guide div.guide_container div.guide_left_wrapper div.guide_step_box div.guide_title_wrapper p {
    color: #5D5D5D;
    font-size: 12px;
    font-weight: 500;
  }
  
  @media (max-width: 500px) {
    #guide div.guide_container div.guide_left_wrapper div.guide_step_box div.guide_title_wrapper p {
      font-size:12px;
    }
  }
  
  @media (max-width: 600px) {
    #guide div.guide_container div.guide_left_wrapper div.guide_step_box div.guide_title_wrapper p {
      text-align:center;
    }
  }
  
  #guide div.guide_container div.guide_left_wrapper div.guide_step_box div.guide_title_wrapper span {
    font-size: 14px;
    color: #5D5D5D;
    font-weight: 600;
  }
  
  @media (max-width: 500px) {
    #guide div.guide_container div.guide_left_wrapper div.guide_step_box div.guide_title_wrapper span {
      font-size: 12px;
    }
  }
  
  #guide div.guide_container div.guide_left_wrapper div.guide_step_box.active {
    background-color: #0067CE;
  }
  
  #guide div.guide_container div.guide_left_wrapper div.guide_step_box.active strong {
    background-color: #fff;
    color: #0067CE;
  }
  
  #guide div.guide_container div.guide_left_wrapper div.guide_step_box.active div.guide_title_wrapper p {
    color: #fff;
  }
  
  #guide div.guide_container div.guide_left_wrapper div.guide_step_box.active div.guide_title_wrapper span {
    color: #fff;
  }
  
  #guide div.guide_container div.guide_right_wrapper {
    background-color: #F4F5F7;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
  }
  
  @media (max-width: 1040px) {
    #guide div.guide_container div.guide_right_wrapper {
      margin-right:0;
    }
  }
  
  @media (max-width: 500px) {
    #guide div.guide_container div.guide_right_wrapper {
      padding:16px 12px 10px 12px;
    }
  }
  
  #guide div.guide_container div.guide_right_wrapper div.step1 {
  }
  
  #guide div.guide_container div.guide_right_wrapper div.step1 strong {
    color: #5D5D5D;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 20px;
    display: inline-block;
  }
  
  @media (max-width: 500px) {
    #guide div.guide_container div.guide_right_wrapper div.step1 strong {
      font-size:13px;
    }
  }
  
  #guide div.guide_container div.guide_right_wrapper div.step1 div.img_background {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 40px;
  }
  
  @media (max-width: 500px) {
    #guide div.guide_container div.guide_right_wrapper div.step1 div.img_background {
    }
  }
  
  #guide div.guide_container div.guide_right_wrapper div.step1 img {
    width: 100%;
  }
  
  #guide div.guide_container div.guide_right_wrapper div.step1 img.step1_pc_img {
    display: block;
  }
  
  #guide div.guide_container div.guide_right_wrapper div.step1 img.step1_mo_img {
    display: none;
  }
  
  @media (max-width: 500px) {
    #guide div.guide_container div.guide_right_wrapper div.step1 img.step1_pc_img {
      display:none;
    }
  
    #guide div.guide_container div.guide_right_wrapper div.step1 img.step1_mo_img {
      display: block;
    }
  }
  
  /*step2*/
  #guide div.guide_container div.step2 {
  }
  
  #guide div.guide_container div.step2 strong.title {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    color: #5D5D5D;
    font-weight: 700;
  }
  
  #guide div.guide_container div.step2 div.step2_tab_wrapper {
  }
  
  #guide div.guide_container div.step2 div.step2_tab_guide_box {
    display: flex;
    gap: 13px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  
  @media (max-width: 620px) {
    #guide div.guide_container div.step2 div.step2_tab_guide_box {
      display:grid;
      grid-template-columns: 1fr 1fr;
    }
  }
  
  @media (max-width: 460px) {
    #guide div.guide_container div.step2 div.step2_tab_guide_box {
      display:flex;
      width: 100%;
    }
  
    #guide div.guide_container div.step2 div.step2_tab_guide_box div.step2_tab_box {
      width: 100%;
    }
  
    #guide div.guide_container div.step2 div.step2_tab_guide_box div.step2_tab_box p {
      text-align: center;
    }
  }
  
  #guide div.guide_container div.step2 div.step2_tab_guide_box div.step2_tab_box {
    background: #FFFFFF;
    box-shadow: 0px 0.5px 1px #ADADAD;
    border-radius: 2px;
    cursor: pointer;
  }
  
  #guide div.guide_container div.step2 div.step2_tab_guide_box div.step2_tab_box.active {
    background-color: #0067CE;
  }
  
  #guide div.guide_container div.step2 div.step2_tab_guide_box div.step2_tab_box p {
    color: #5D5D5D;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 12px;
  }
  
  #guide div.guide_container div.step2 div.step2_tab_guide_box div.step2_tab_box.active p {
    color: #fff;
  }
  
  #guide div.guide_container div.step2 div.step2_tab_box {
  }
  
  #guide div.guide_container div.step2 div.step2_tab_box p {
  }
  
  #guide div.guide_container div.step2 div.step2_img_wrapper {
    display: flex;
    background-color: #fff;
    padding: 20px;
    gap: 40px;
    border: 1px solid #D8D8D8;
    width: 100%;
  }
  
  #guide div.guide_container div.step2 div.step2_img_wrapper.pc {
    display: flex;
  }
  
  #guide div.guide_container div.step2 div.step2_img_wrapper.mobile {
    display: none;
  }
  
  @media (max-width: 1600px) {
    #guide div.guide_container div.step2 div.step2_img_wrapper {
      flex-wrap:wrap;
      justify-content: center;
    }
  }
  
  @media (max-width: 600px) {
    #guide div.guide_container div.step2 div.step2_img_wrapper.pc {
      display: none;
    }
  
    #guide div.guide_container div.step2 div.step2_img_wrapper.mobile {
      display: flex;
    }
  }
  
  #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_img {
    width: 50%;
  }
  
  @media (max-width: 1600px) {
    #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_img {
      width:100%;
      display: flex;
      justify-content: center;
    }
  }
  
  #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_img img {
    width: 100%;
    height: auto;
  }
  
  #guide div.guide_container div.step2 div.step2_img_wrapper:last-child div.step2_img img {
    width: 100%;
    height: auto;
  }
  
  @media (max-width: 1800px) {
    #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_img img {
      width:100%;
      width: auto;
      max-width: 100%;
    }
  }
  
  #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_contents_wrapper {
    flex: auto;
    width: 50%;
  }
  
  #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_contents_wrapper div.step2_guide_wrapper {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    gap: 5px;
  }
  
  #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_contents_wrapper div.description_box {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_contents_wrapper div.add_description {
    margin-left: 34px;
  }
  
  #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_contents_wrapper div.step2_guide_wrapper span {
    background-color: #EB147F;
    border-radius: 5px;
    padding: 5px;
    width: 27px;
    display: flex;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  
  #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_contents_wrapper div.step2_guide_wrapper strong {
    color: #5D5D5D;
    font-weight: 500;
    font-size: 13px;
  }
  
  #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_contents_wrapper div.step2_guide_wrapper p {
    color: #B2B2B2;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
  }
  
  #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_contents_wrapper div.step2_guide_wrapper img {
    width: auto;
    height: 100%;
  }
  
  @media (max-width: 1920px) {
    #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_contents_wrapper div.step2_guide_wrapper img {
      width:100%;
    }
  }
  
  @media (max-width: 1300px) {
    #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_contents_wrapper div.step2_guide_wrapper img {
      width:100%;
    }
  }
  
  /*step3*/
  #guide div.guide_container .step3 {
  }
  
  #guide div.guide_container .step3 strong.title {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    color: #5D5D5D;
    font-weight: 700;
  }
  
  #guide div.guide_container .step3 .step3_tab_wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #D8D8D8;
    padding: 40px;
  }
  
  #guide div.guide_container .step3 img {
    width: 100%;
    height: auto;
  }
  
  #guide div.guide_container .step3 img.pc {
    display: block;
  }
  
  #guide div.guide_container .step3 img.mobile {
    display: none;
  }
  
  @media (max-width: 600px) {
    #guide div.guide_container .step3 img.pc {
      display:none;
    }
  
    #guide div.guide_container .step3 img.mobile {
      display: block;
    }
  }
  
  #guide div.guide_container .step2_mobile_title_wrapper {
    display: flex;
    gap: 3px;
    align-items: center;
    padding: 15px 0 10px 0;
    flex-direction: column;
  }
  
  #guide div.guide_container .step2_mobile_flex {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
  }
  
  #guide div.guide_container .step2_mobile_title_wrapper:first-child {
    padding: 0 0 10px 0;
  }
  
  #guide div.guide_container .step2_mobile_title_wrapper span {
    background-color: #EB147F;
    border-radius: 5px;
    padding: 5px;
    width: 28px;
    min-width: 28px;
    display: flex;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  
  #guide div.guide_container .step2_mobile_title_wrapper strong {
    font-weight: 500;
    font-size: 13px;
  }
  
  #guide div.guide_container .step2_img_wrapper1.mobile .add_description p {
    margin-left: 28px;
    font-size: 12px;
    font-weight: 500;
    color: #6b6b6b;
    line-height: 1.2;
  }
  
  #guide div.guide_container .step2_mobile_img_wrapper {
  }
  
  #guide div.guide_container .step2_mobile_img_wrapper img {
    width: 100%;
  }
  
  #guide div.guide_container div.step2_img_wrapper2.mobile div.step2_guide_wrapper img {
    width: 100%!important;
  }
  
  #guide div.guide_container div.step2_img_wrapper2.mobile div.step2_guide_wrapper div.step2_guide_wrapper img {
    width: 100%!important;
  }
  
  @media (max-width: 600px) {
    #guide div.guide_container .step3 .step3_tab_wrapper {
      padding:0;
    }
  }
  
  @media (max-width: 500px) {
    #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_contents_wrapper {
      width: 100%;
    }
  }
  
  @media (max-width: 600px) {
    #guide div.guide_container div.step2 div.step2_img_wrapper img {
      height:auto;
    }
  
    #guide div.guide_container div.step2 div.step2_img_wrapper div.step2_contents_wrapper div.step2_guide_wrapper img {
      height: auto;
    }
  
    #guide div.guide_container .step3 img {
      height: auto;
    }
  }
  
  div.footer {
    padding-top: 10px;
    line-height: 1.5;
  }
  
  div.footer span {
    display: flex;
  }
  
  div.footer a {
    color: #222;
    font-size: 12px;
    font-weight: 600;
  }
  
  div#terms {
    padding: 30px;
  }
  
  @media (max-width: 400px) {
    div#terms {
      padding:30px 15px 100px;
    }
  }
  
  div#personPolicy {
    padding: 30px;
  }
  
  div#specific {
    padding: 30px;
  }
  
  /* -----------------------------main -----------------------------*/
  /*header*/
  header.header {
  }
  
  .headerContents {
  }
  
  header div.headerContents {
  }
  
  header.header {
  }
  
  header div.headerContents {
    max-width: 1700px;
    margin: auto;
  }
  
  @media(max-width: 1750px) {
    header div.headerContents {
      max-width:90%;
      /* border-bottom: 1px solid #00000029; */
    }
  }
  
  header div.contents a.logo {
  }
  
  header div.menuWrapper {
  }
  
  header.header {
    width: 100%;
    background: rgba(255, 255, 255, 0.918)!important;
    height: 120px;
    margin: auto;
    padding: 0;
  }
  
  headerdiv.contents a.logo {
    position: absolute;
    top: 46px;
    left: 68px;
  }
  
  header div.menuWrapper {
  }
  
  header.header.down {
    backdrop-filter: blur(15px);
    background-color: #fff !important;
    z-index: 999999999999999;
    box-shadow: 0 1px 4px #00000029 !important;
  }
  
  header.header.down a {
    color: #000;
  }
  
  header.header.down .menuWrapper a {
    color: #000 !important;
  }
  
  header.header.down .menuWrapper .preview {
    color: #000 !important;
  }
  
  header div.contents {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  
  header div.contents a {
    color: #fff;
  }
  
  #sideMenu .contents.auth {
    position: relative;
    max-width: 1600px;
    padding: 0;
  }
  
  header div.contents a.logo img {
    width: 100%;
  }
  
  header div.contents a.logo img.pc {
    height: 70px;
  }
  
  header div.contents a.logo img.mobile {
    display: none;
  }
  
  @media (max-width: 950px) {
    header div.contents a.logo img.pc {
      width: 100%;
      display: none!important;
    }
  
    header div.contents a.logo img.mobile {
      display: block;
      width: auto;
    }
  }
  
  header div.contents a.logo img header div.contents div.menuWrapper {
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  header div.contents div.menuWrapper ul {
    display: flex;
    align-items: center;
    height: 100%;
    list-style: none;
    gap: 10px;
  }
  
  header div.contents div.menuWrapper ul li {
    position: relative;
    height: auto;
    transition: 0.2s;
    border: 1px solid #0067CE;
    border-radius: 5px;
    background: #0067CE;
  }
  
  header div.contents div.menuWrapper ul li:hover {
    background: #1EA041;
    border: 1px solid #1EA041;
  }
  
  header div.contents div.menuWrapper ul li:focus {
  }
  
  header div.contents div.menuWrapper ul li:last-child {
  }
  
  header div.contents div.menuWrapper ul li+li::before {
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
  }
  
  header div.contents div.menuWrapper ul li button.preview {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    width: auto;
    height: auto;
    line-height: 0;
    display: block;
    width: 120px;
    color: #fff!important;
    padding: 26px 30px;
  }
  
  header div.contents div.menuWrapper ul li:hover, header div.contents div.menuWrapper ul li.active {
    background: #1EA041;
    border: 1px solid #1EA041;
    transition: all linear 0.1s;
  }
  
  /*
  header div.contents div.menuWrapper ul li.active a {
  color: #FF8013 !important;
  }
  
  header div.contents div.menuWrapper ul li button:hover {
  color: #FF8013 !important;
  }
  
  header div.contents div.menuWrapper ul li a:hover {
  color: #FF8013 !important;
  }
  */
  header div.contents div.menuWrapper ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    line-height: 0;
    width: 120px;
    padding: 26px 30px;
    color: #fff!important;
  }
  
  header div.contents div.menuWrapper ul li a:hover {
    text-decoration: none;
  }
  
  @media (max-width: 950px) {
    header div.contents div.menuWrapper ul li button.preview {
      width:90px;
      padding: 21px 1px;
    }
  
    header div.contents div.menuWrapper ul li a {
      width: 90px;
      padding: 21px 1px;
    }
  
    header div.menuWrapper {
      top: 87px;
    }
  
    header div.menuWrapper {
      top: 48px;
    }
  
    header div.contents a.logo {
      top: 65px;
      left: 35px;
    }
  
    header div.menuWrapper {
      top: 67px;
      right: 110px;
    }
  
  
    header div.contents a.logo {
      top: 31px;
      left: 33px;
    }
  
    header div.menuWrapper {
      top: 33px;
      right: 112px;
    }
  
    header.header {
      top: 0;
      height: 100px;
    }
  }
  
  @media (max-width: 700px) {
    header.header {
      height: 80px;
      z-index: 1;
      top: 0;
      left: 0;
      max-width: 100%;
    }
  
    header div.contents a.logo {
      top: 45px;
      left: 0;
    }
  
    header div.contents a.logo {
      top: 31px;
      left: 23px;
    }
  
    header div.menuWrapper {
      top: 50px;
      right: 75px;
    }
  
    header div.menuWrapper {
      top: 36px;
      right: 52px;
    }
  
    header div.contents div.menuWrapper ul {
      gap: 3px;
      flex-wrap: wrap;
      justify-content: end;
    }
  
    header div.contents div.menuWrapper ul li button.preview {
      font-size: 12px;
      width: 70px;
      padding: 17px 1px;
    }
  
    header div.contents div.menuWrapper ul li a {
      font-size: 12px;
      width: 70px;
      padding: 17px 1px;
    }
  }
  
  @media (max-width: 440px) {
    header div.contents div.menuWrapper ul li button.preview {
      font-size:11px;
      font-weight: 500;
      width: 50px;
      padding: 14px 1px;
    }
  
    header div.contents div.menuWrapper ul li a {
      font-size: 11px;
      font-weight: 500;
      width: 50px;
      padding: 14px 1px;
    }
  }
  
  /*#tap-guide*/
  #tap-guide {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 37px;
    flex: 1;
  }
  
  @media (max-width: 1025px) {
    #tap-guide {
      max-width:90%;
      padding: 0;
      margin: auto;
      padding-top: 20px;
      padding-bottom: 50px;
    }
  }
  
  #tap-guide div.tap-guide_container {
  }
  
  #tap-guide div.tap-guide_container h3 {
    color: #5D5D5D;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  @media (max-width: 1025px) {
    #tap-guide div.tap-guide_container h3 {
      font-size:20px;
      margin-bottom: 15px;
    }
  }
  
  #tap-guide div.tap-guide_container div.tap-guide-img_wrapper {
    background: #fff;
    border: 1px solid #D8D8D8;
  }
  
  #tap-guide div.tap-guide_container div.tap-guide-img_wrapper img {
    width: 100%;
    height: auto;
  }
  
  #tap-guide div.tap-guide_container div.tap-guide-img_wrapper img.pc {
    padding: 40px;
  }
  
  #tap-guide div.tap-guide_container div.tap-guide-img_wrapper img.mobile {
    display: none;
  }
  
  @media (max-width: 1025px) {
    #tap-guide div.tap-guide_container div.tap-guide-img_wrapper img.mobile {
      display:block
    }
  
    #tap-guide div.tap-guide_container div.tap-guide-img_wrapper img.pc {
      display: none;
    }
  }
  
  #tap-guide div.tap-guide_wrapper {
    width: 100%;
    height: auto;
    background-color: #F4F5F7;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0.5px 1px #ADADAD;
  }
  
  /*#popular-guide*/
  #popular-guide {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 37px;
    flex: 1;
  }
  
  @media (max-width: 1025px) {
    #popular-guide {
      max-width:90%;
      padding: 0;
      margin: auto;
      padding-top: 20px;
      padding-bottom: 50px;
    }
  }
  
  #popular-guide div.popular-guide_container {
  }
  
  #popular-guide div.popular-guide_container h3 {
    color: #5D5D5D;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  @media (max-width: 1025px) {
    #popular-guide div.popular-guide_container h3 {
      font-size:20px;
      margin-bottom: 15px;
    }
  }
  
  #popular-guide div.popular-guide_container div.popular-guide-img_wrapper {
    background: #fff;
    border: 1px solid #D8D8D8;
  }
  
  #popular-guide div.popular-guide_container div.popular-guide-img_wrapper img {
    width: 100%;
    height: auto;
  }
  
  #popular-guide div.popular-guide_container div.popular-guide-img_wrapper img.pc {
    padding: 40px;
  }
  
  #popular-guide div.popular-guide_container div.popular-guide-img_wrapper img.mobile {
    display: none;
  }
  
  @media (max-width: 1025px) {
    #popular-guide div.popular-guide_container div.popular-guide-img_wrapper img.mobile {
      display:block
    }
  
    #popular-guide div.popular-guide_container div.popular-guide-img_wrapper img.pc {
      display: none;
    }
  }
  
  #popular-guide div.popular-guide_wrapper {
    width: 100%;
    height: auto;
    background-color: #F4F5F7;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0.5px 1px #ADADAD;
  }
  
  /* #popular-tab-guide */
  #popular-tab-guide {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 37px;
    flex: 1;
  }
  
  @media (max-width: 1025px) {
    #popular-tab-guide {
      max-width:90%;
      padding: 0;
      margin: auto;
      padding-top: 20px;
      padding-bottom: 50px;
    }
  }
  
  #popular-tab-guide div.popular-tab-guide_container {
  }
  
  #popular-tab-guide div.popular-tab-guide_container h3 {
    color: #5D5D5D;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  @media (max-width: 1025px) {
    #popular-tab-guide div.popular-guide_container h3 {
      font-size:20px;
      margin-bottom: 15px;
    }
  }
  
  #popular-tab-guide div.popular-tab-guide_container div.popular-tab-guide-img_wrapper {
    background: #fff;
    border: 1px solid #D8D8D8;
  }
  
  #popular-tab-guide div.popular-tab-guide_container div.popular-tab-guide-img_wrapper img {
    width: 100%;
    height: auto;
  }
  
  #popular-tab-guide div.popular-tab-guide_container div.popular-tab-guide-img_wrapper img.pc {
    padding: 40px;
  }
  
  #popular-tab-guide div.popular-tab-guide_container div.popular-tab-guide-img_wrapper img.mobile {
    display: none;
  }
  
  @media (max-width: 1025px) {
    #popular-tab-guide div.popular-tab-guide_container div.popular-tab-guide-img_wrapper img.mobile {
      display:block
    }
  
    #popular-tab-guide div.popular-tab-guide_container div.popular-tab-guide-img_wrapper img.pc {
      display: none;
    }
  }
  
  #popular-tab-guide div.popular-tab-guide_wrapper {
    width: 100%;
    height: auto;
    background-color: #F4F5F7;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0.5px 1px #ADADAD;
  }
  
  /* #management-guide */
  #management-guide {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 37px;
    flex: 1;
  }
  
  @media (max-width: 1025px) {
    #management-guide {
      max-width:90%;
      padding: 0;
      margin: auto;
      padding-top: 20px;
      padding-bottom: 50px;
    }
  }
  
  #management-guide div.management-guide_container {
  }
  
  #management-guide div.management-guide_container h3 {
    color: #5D5D5D;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  @media (max-width: 1025px) {
    #management-guide div.management-guide_container h3 {
      font-size:20px;
      margin-bottom: 15px;
    }
  }
  
  #management-guide div.management-guide_container div.management-guide-img_wrapper {
    background: #fff;
    border: 1px solid #D8D8D8;
  }
  
  #management-guide div.management-guide_container div.management-guide-img_wrapper img {
    width: 100%;
    height: auto;
  }
  
  #management-guide div.management-guide_container div.management-guide-img_wrapper img.pc {
    padding: 40px;
  }
  
  #management-guide div.management-guide_container div.management-guide-img_wrapper img.mobile {
    display: none;
  }
  
  @media (max-width: 1025px) {
    #management-guide div.management-guide_container div.management-guide-img_wrapper img.mobile {
      display:block
    }
  
    #management-guide div.management-guide_container div.management-guide-img_wrapper img.pc {
      display: none;
    }
  }
  
  #management-guide div.management-guide_wrapper {
    width: 100%;
    height: auto;
    background-color: #F4F5F7;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0.5px 1px #ADADAD;
  }
  
  .nav_menuGroup.\30 , .nav_menuGroup.\31 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  
  .nav_menuGroup.\31 {
    padding-bottom: 10px;
  }
  
  p.nav_contents_userPoint.point_auth {
    height: 100%;
    min-height: 26px;
    max-height: 26px;
    display: flex;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    border-radius: 32px;
    border: 1px solid #C5C5C8;
    color: #1A1A1A;
    padding: 7px 12px;
    line-height: 1.2;
    align-items: center;
  }
  p.nav_contents_userPoint.point_auth i {
    font-size:16px;
    color:#11A006;
  }
  p.nav_contents_userPoint.point_auth a {
    border-radius:32px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.4px;
  }
  a:hover, a:focus {
    color:initial;
    text-decoration: none;
  }
  
  textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 -1px 0 #dddddd;
    box-shadow: inset 0 -1px 0 #dddddd;
    font-size: 16px;
  }
  #neworder textarea {
    border: 1px solid #A2A3A6;
    border-radius:8px;
    background-color:#FFF;
    padding: 8px 12px;
    min-height: 120px;
    color: #A2A3A6;
    font-size:14px;
  }
  #neworder textarea::-webkit-scrollbar {
    width: 10px;
  }
  #neworder textarea::-webkit-scrollbar-thumb {
    background-color: #E3E4E7;
    border-radius: 10px;
    background-clip: padding-box;
    border: 3px solid transparent;
  }
  #neworder textarea::-webkit-scrollbar-track {
  }
  #neworder textarea:focus {
  
    box-shadow: none!important;
  }
  input#charge {
    background: none;
    height: auto;
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 600;
    padding-left: 15px;
    cursor: auto;
    border-radius: 3px;
    width: 100%;
    flex: 1;
    padding: 0;
    text-align: right;
    font-size: 20px;
    min-height: auto;
  }
  
  textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 #ffffff !important;
  }
  
  div.slider-container-wrapper {
    width: 100%;
    margin-top:20px;
  }
  
  
  @media (max-width: 1024px) {
    div.slider-container-wrapper {
      padding: 20px 0 0 0;
      padding-bottom: 50px;
      padding-bottom: 0!important;
    }
    .newOrder_orderWrapper  div.slider-container-wrapper {
    	padding-top:0;
    }
  }
  
  @media (max-width: 400px) {
    div.slider-container-wrapper {
    }
  }
  
  div.slider-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  
  @media (max-width: 400px) {
    div.slider-container {
    }
  }
  
  div.slider-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  @media (max-width: 350px) {
    div.slider-title-container {
      flex-direction:column;
      justify-content: flex-end;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 10px;
    }
  }
  
  div.slider-container div.slider-subject {
    display: flex;
    align-items: center;
    gap: 12px;
    height: auto;
    padding: 8px 0 20px;
  }
  
  @media (max-width: 400px) {
    div.slider-container div.slider-subject {
      gap:3px;
    }
  }
  
  div.slider-container div.slider-subject h3 {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 700;
  }
  
  div.slider-container div.slider-subject b {
    color: #AEAEAE;
    font-weight: 500;
  }
  
  @media (max-width: 400px) {
    div.slider-container div.slider-subject b {
      font-size: 11px;
    }
  }
  
  div.slider-container div.slider-write {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 3px;
    cursor: pointer;
  }
  div.slider-container div.slider-write i {
    color:#0068FE;
    font-size: 16px;
    padding: 5px;
  }
  @media (max-width: 400px) {
    div.slider-container div.slider-write {
      padding:3px 5px;
    }
  }
  
  div.slider-container div.slider-write p {
    color: #0068FE;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
  }
  
  @media (max-width: 400px) {
    div.slider-container div.slider-write p {
      font-size:12px;
    }
  }
  
  div.slider-container div.slider-write img {
    width: auto;
    height: 24px;
  }
  
  @media (max-width: 400px) {
    div.slider-container div.slider-write img {
      height:18px;
    }
  }
  
  div.slider-container div.slider-content {
  }
  
  div.slider-container div.slide-inner {
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 10px;
  }
  
  div.slider-container div.slide-inner {
    padding-bottom: 0;
  }
  
  div.slider-container div.slide-inne div.slider-container div.slide-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  div.slider-container div.slider-content div.slide {
  }
  
  div.slider-container div.slider-content div.slide div.slide-star {
  }
  div.slider-container div.slider-content div.slide div.slide-star i {
    color:#FFCE1F;
    font-size:12px;
  
  }
  
  
  div.slider-container div.slider-content div.slide strong.slide-id {
  }
  
  div.slider-container div.slider-content div.slide div.slide-id strong {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #C5C5C8;
  }
  
  div.slider-container div.slide {
    flex-direction: column;
    background-color: #fff;
    margin: 0px 0px 10px;
  }
  
  div.slider-container div.slide-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  div.slider-container div.slide {
    border-bottom: 1px solid #E3E4E7;
    padding-bottom: 10px;
    gap: 4px;
  }
  
  div.slider-container div.slide:nth-child(5n+0) {
  }
  
  div.slider-container div.slider-content div.slide p.slide-review {
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
  }
  
  @media (max-width: 400px) {
    div.slider-container div.slider-content div.slide p.slide-review {
      font-size:12px;
    }
  }
  
  div.slider-container div.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  button.prev-page, button.next-page {
    border: 1px solid #E3E4E7;
    color: #535355;
    font-size: 12px;
    font-weight: 600;
    width: 32px;
    height: 32px;
    min-height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-shadow: none;
  }
  button.prev-page.disabled, button.next-page.disabled {
    cursor:auto;
  }
  button.prev-page.disabled i, button.next-page.disabled i {
    color:#E3E4E7
  }
  
  
  div.slider-review-modal-wrapper {
    display: none;
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  div.slider-review-modal-wrapper div.slider-review-modal {
    position: relative;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 296px;
    height: auto;
    text-align: center;
    border-radius: 12px;
  }
  @media (max-width: 768px) {
    div.slider-review-modal-wrapper div.slider-review-modal {
      top: initial;
      transform: initial;
      left: 0px;
      width: 100%;
      display: block;
      height: auto;
      max-height:100%;
      border: none;
      border-radius: initial;
      border-top-right-radius: 12px;
      border-top-left-radius: 12px;
      position: absolute;
      bottom: 0;
    } 
  }
  
  div.slider-review-modal-wrapper div.slider-review-modal div.slider-review-title {
    position:relative;
    padding:  16px;
    display: flex;
    justify-content: space-between;
  }
  @media (max-width:768px){
    div.slider-review-modal-wrapper div.slider-review-modal div.slider-review-title {
      padding-top: 36px;
    }
    div.slider-review-modal-wrapper div.slider-review-modal div.slider-review-title::after {
      display:block;
      content:'';
      width: 56px;
      height:3px;
      top: 14px;
      background-color:#D0D0D0;
      position:absolute;
      left:50%;
      border-radius:10px;
      transform:translate(-50%, 0);
    }
  }
  div.slider-review-modal-wrapper div.slider-review-modal div.slider-review-title strong {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 700;
  }
  
  @media (max-width: 400px) {
    div.slider-review-modal-wrapper div.slider-review-modal div.slider-review-title strong {
      font-size: 16px;
    }
  }
  
  div.slider-review-modal-wrapper div.slider-review-modal i.xi-close {
    color: #1A1A1A;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
  }
  
  @media (max-width: 400px) {
    div.slider-review-modal-wrapper div.slider-review-modal i.xi-close {
      font-size: 18px;
    }
  }
  
  div.slider-review-modal-wrapper div.slider-review-modal div.slider-review-contents {
  }
  div.slider-review-modal-wrapper div.slider-review-modal div.slider-review-contents form {
    display:flex;
    justify-content:center;
    padding: 0 0 8px 0;
    margin: 10px 16px 0px 16px;
  }
 .slider-review-modal .slider-review-contents fieldset {
    display: flex;
    direction: rtl;
    border: 0;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
  }
  
  .slider-review-modal .slider-review-contents fieldset legend {
    text-align: left;
  }
  
  .slider-review-modal .slider-review-contents input[type=radio] {
    display: none;
  
  }
  
  .slider-review-modal .slider-review-contents label {
    font-size: 1.64em;
    color: transparent;
    text-shadow: 0 0 0 #ddd
  }
  
  @media (max-width: 768px) {
    .slider-review-modal .slider-review-contents label {
      font-size:2.8em;
    }
  }
  
  @media (max-width: 310px) {
    .slider-review-modal .slider-review-contents label {
      font-size:2em;
    }
  }
  
  .slider-review-modal .slider-review-contents label:hover {
    text-shadow: 0 0 0 #FFCE1F;
    cursor: pointer;
  }
  
  .slider-review-modal .slider-review-contents label:hover ~ label {
    text-shadow: 0 0 0 #FFCE1F;
  
  }
  
  .slider-review-modal .slider-review-contents input[type=radio]:checked ~ label {
    text-shadow: 0 0 0 #FFCE1F;
  }
  
  div.slider-review-modal-wrapper div.form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
    margin-top: 12px;
    padding: 10px 16px 0px 16px;
  }
  @media (max-width:768px){
    div.slider-review-modal-wrapper div.form-wrapper {
      padding-bottom:22px;
    }
  }
  div.slider-review-modal-wrapper div.form-wrapper label {
    color:#535355;
    display:flex;
    justify-content:flex-start;
    font-size:12px;
    font-weight:700;
  }
  div.slider-review-modal-wrapper input[type="text"].modal-review {
    width: 100%;
    padding: 9px 14px;
    box-sizing: border-box;
    border: none;
    background-color: #fff;
    color: #A2A3A6;
    border: 1px solid #A2A3A6;
    border-radius: 8px;
    box-shadow: none;
    font-size: 12px;
  }
  
  div.slider-review-modal-wrapper input[type="text"].modal-review.id {
  }
  
  div.slider-review-modal-wrapper textarea.modal-review.contents {
    max-height: 120px;
    min-height: 120px;
    border: 1px solid #ADADAD;
    border-radius: 3px;
    box-shadow: none;
    padding: 14px 12px;
    font-size: 12px;
    color: #ADADAD;
    font-weight: 500;
    border-radius: 8px;
  }
  
  div.slider-review-modal-wrapper textarea.modal-review.contents::placeholder {
    font-size: 12px;
    color: #ADADAD;
    font-weight: 500;
  }
  
  div.slider-review-modal-wrapper textarea.modal-review.contents:focus {
    box-shadow: none!important;
  }
  
  div.slider-review-modal-wrapper input[type="text"].modal-review:focus {
    box-shadow: none!important;
  }
  
  div.slider-review-modal-wrapper input[type="text"].modal-review::placeholder {
    color: #ADADAD;
    font-size: 12px;
    font-weight: 500;
  }
  
  div.slider-review-modal-wrapper .form-response {
    display: flex;
    gap: 8px;
    width: 100%;
    /* padding: 8px 0; */
    height: 48px;
    border-radius: 0px 0px 12px 12px;
  }
  
  div.slider-review-modal-wrapper .form-response button {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    height: 48px!important;
    max-height: 48px!important;
  }
  
  div.slider-review-modal-wrapper .form-response button.close {
    background-color: #fff;
    color: #979797;
    opacity: 1;
  }
  
  div.slider-review-modal-wrapper .form-response button.close:hover {
    background-color: #fff!important;
    box-shadow: none!important;
  }
  
  div.slider-review-modal-wrapper .form-response button.confirm.disabled {
    background-color: #fff;
    color: #C5C5C8;
    font-weight: 400;
    box-shadow: none;
    border-radius: 12px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media (max-width:768px){
    div.slider-review-modal-wrapper .form-response button.confirm.disabled  {
      box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.10);
      border-radius:initial;
    }
  }
  div.slider-review-modal-wrapper .form-response button.confirm {
    background-color: #19C30B;
    color: #fff;
    box-shadow: none;
    height: 100%;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
  }
  @media (max-width:768px){
    div.slider-review-modal-wrapper .form-response button.confirm {
      border-radius:initial;
    }
  }
  div.slider-review-modal-wrapper div.slider-alert {
    background-color: #DC362E;
    border-color: #DC362E;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    padding: 10px;
    border-radius: 4px;
    display: none;
  }
  div.slider-review-modal-wrapper div.slider-alert i {
    font-size:16px;
    color:#fff;
    padding: 4px;
  }
  div.slider-review-modal-wrapper div.slider-alert p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
  }
  
  div.slider-review-modal-wrapper div.slider-alert i.xi-close {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  
  div#terms p {
    white-space: wrap!important;
  }
  
  .cartoonWrapper {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 150;
  }
  
  .cartoonWrapper .cartoon_img::-webkit-scrollbar {
    width: 6px;
  
  }
  
  .cartoonWrapper .cartoon_img::-webkit-scrollbar-thumb {
    height: 30%;
  
    background: #C3CDE8;
  
    border-radius: 10px;
  }
  
  .cartoonWrapper .cartoon_img::-webkit-scrollbar-track {
    background: rgba(33, 122, 244, .1);
  
  }
  
  .cartoonWrapper .cartoon_img {
    position: relative;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: 370px;
    height: auto;
    max-height: 700px;
    overflow-y: auto;
    text-align: center;
    border: 1px solid #8A98C0;
    border-radius: 10px;
    padding: 48px 0 0;
  }
  
  .cartoonWrapper .cartoon_img_wrapper {
    padding: 0 25px;
  }
  
  @media (max-width: 450px) {
    .cartoonWrapper .cartoon_img_wrapper {
      padding:0 15px;
    }
  }
  
  .cartoonWrapper .cartoon_button_wrapper {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 12px 25px 12px;
    border-top: 1px solid #ddd;
  }
  
  .cartoonWrapper .cartoon_img img {
    width: 100%;
  }
  
  .cartoonWrapper .cartoon_img i.xi-close {
    position: absolute;
    top: 18px;
    right: 32px;
    font-size: 21px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
  }
  
  .cartoonWrapper .cartoon_img button.cartoon_button {
    background-color: #0B67CE;
  }
  
  @media (max-width: 450px) {
    .cartoonWrapper .cartoon_img button.cartoon_button {
      height:36px;
    }
  
    .cartoonWrapper .cartoon_button_wrapper {
      padding: 12px 20px 12px
    }
  
    .cartoonWrapper .cartoon_img button.cartoon_button a {
      font-size: 17px;
    }
  }
  
  .cartoonWrapper .cartoon_img button.cartoon_button a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  
  @media (max-width: 450px) {
    .cartoonWrapper .cartoon_img i.xi-close {
      font-size:18px;
      top: 15px;
      right: 21px;
    }
  
    .cartoonWrapper .cartoon_img {
      width: 80%;
      height: 100%;
      max-height: 500px;
      overflow-y: auto;
      padding: 40px 0px 0px;
    }
  }
  
  .newOrder_snsTab {
    padding: 0;
    border: 1px solid #E3E4E7;
    background:#FAFAFC;
    border-radius: 10px;
    gap:6px;
  }
.newOrder_snsTab:hover {
  background:#E8F9E7;
}
 .newOrder_snsTab.active {
    border:2px solid #19C30B;
    background: #E8F9E7;
  }
  .newOrder_snsTab a {
    display: flex;
    flex-direction:column;
    width: 100%;
    height: auto;
    align-items: center;
    position: relative;
    max-width: 100%;
    justify-content: center;
    gap: 6px;
    height:100%;
  }
  main.not_auth .newOrder_snsTab a:visited {
    color:inherit;
  }
  main.not_auth .newOrder_snsTab a:hover {
    color:#fff;
  }
  h2.meta_subTitle {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  
  p.addfunds_guide_text.br {margin-bottom: 2px;}
  
  p.addfunds_guide_text.title {
    margin-bottom: 0;
    font-weight: 800;
  }

  #main-popup-modal , #neworder-main-popup-modal {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
  }
  
  #main-popup-modal div.mainPopupContentsWrapper , #neworder-main-popup-modal div.mainPopupContentsWrapper {
    width: 400px;
    height: auto;
    max-height: 640px;
    overflow-y: auto;
    position: relative;
    background: #fff;
    border-radius: 12px;
  }
  #neworder-main-popup-modal .neworderPopupTitle,
  #main-popup-modal .neworderPopupTitle{
    display: flex;
    align-items: center;
    padding: 11px 11px 11px 16px;
    justify-content: space-between;
  }
  @media (max-width:450px){
    #neworder-main-popup-modal .neworderPopupTitle,
    #main-popup-modal .neworderPopupTitle {
      position: relative;
      padding-top: 22px;
    }
    #neworder-main-popup-modal .neworderPopupTitle::after , 
    #main-popup-modal .neworderPopupTitle::after {
      position:absolute;
      display:block;
      width:52px;
      content:'';
      height:4px;
      background-color:#D0D0D0;
      top:12px;
      border-radius:10px;
      left:50%;
      transform:translate(-50%,0);
    }
  }
  #neworder-main-popup-modal .mainPopupContentsTitle,
  #main-popup-modal .mainPopupContentsTitle
  {
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 6px;
    margin-bottom: 12px;
  }
  #neworder-main-popup-modal .mainPopupBox,
  #main-popup-modal .mainPopupBox{
    padding: 0 12px 0 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 500px;
    overflow-y: auto;
    padding-bottom: 16px;
    margin-right: 6px;
  }
  @media (max-width:450px){
    #neworder-main-popup-modal .mainPopupBox,
    #main-popup-modal .mainPopupBox {
      max-height: 450px;
    }
  }
  #neworder-main-popup-modal .mainPopupContentsTitle i ,
  #main-popup-modal .mainPopupContentsTitle i {
    font-size: 12px;
    color: #787878;
    font-weight: 500;
  }
  #neworder-main-popup-modal .mainPopupContentsTitle p,
  #main-popup-modal .mainPopupContentsTitle p {
    color:#787878;
    font-size: 12px;
    font-weight: 500;
  }
  #neworder-main-popup-modal .neworderPopupTitle h3,
  #main-popup-modal .neworderPopupTitle h3
  {
    color:#1A1A1A;
    font-size: 16px;
    font-weight: 700;
  }
  #neworder-main-popup-modal .neworderPopupTitle i,
  #main-popup-modal .neworderPopupTitle i
  {
    color:#1A1A1A;
    font-size:24px;
    font-weight:300;
    cursor: pointer;
    padding: 5px;
  }
  .mainPopupContentsWrapper figure {
    background-color: #fff;
    width: 100%;
  }
  
  #main-popup-modal div.mainPopupSliderWrapper , #neworder-main-popup-modal div.mainPopupSliderWrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  
  #main-popup-modal img , #neworder-main-popup-modal img {
    display: block;
    width: 100%;
    height: 92px;
    cursor: pointer;
  }
  
  #main-popup-modal div.mainPopupPagination, #neworder-main-popup-modal div.mainPopupPagination {
    width: fit-content;
    left: inherit;
    right: 12px;
    bottom: 8px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 11px;
    font-size: 12px;
    color: #fff;
    padding: 3px 8px;
  }
  
  #main-popup-modal div.mainPopupSliderButton, #neworder-main-popup-modal div.mainPopupSliderButton {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(63, 71, 77, 0.15) 0px 2px 5px;
    color: #000;
    overflow: hidden;
    transform: translate(-50%,0);
  }
  #main-popup-modal div.mainPopupPagination span, #neworder-main-popup-modal div.mainPopupSliderButton span {
    color: #fff;
  }
  
  #main-popup-modal div.mainPopupSliderButton:after, #neworder-main-popup-modal div.mainPopupSliderButton:after {
    font-size: 14px;
  }
  
  #main-popup-modal div.mainPopupSliderButton.swiper-button-prev, #neworder-main-popup-modal div.mainPopupSliderButton.swiper-button-prev {
    /* left:calc(100% - 360px); */
    left: calc(100% - 400px);
    top: 50%;
    transform: translate(-50%, -0%);
  }
  
  #main-popup-modal div.mainPopupContentsWrapper.grid-custom div.mainPopupSliderButton.swiper-button-prev, #neworder-main-popup-modal div.mainPopupContentsWrapper.grid-custom div.mainPopupSliderButton.swiper-button-prev {
  
  }
  
  #main-popup-modal div.mainPopupSliderButton.swiper-button-next, #neworder-main-popup-modal div.mainPopupSliderButton.swiper-button-next {
    right: calc(100% - 400px);
    right: calc(100% - 440px);
    top: calc(50%);
    transform: translate(-50%, -0%);
    left: initial;
    bottom: initial;
  }
  
  #main-popup-modal div.mainPopupContentsWrapper.grid-custom div.mainPopupSliderButton.swiper-button-next, #neworder-main-popup-modal div.mainPopupContentsWrapper.grid-custom div.mainPopupSliderButton.swiper-button-next {
  
  }
  
  #main-popup-modal div.mainPopupButtonWrapper , #neworder-main-popup-modal div.mainPopupButtonWrapper {
    display: flex;
    align-items: center;
    position: sticky;
    box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.10);
  }
  
  #main-popup-modal div.mainPopupButton , #neworder-main-popup-modal div.mainPopupButton {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  #neworder-main-popup-modal .mainPopupButton.todayCloseButton,
  #main-popup-modal  .mainPopupButton.todayCloseButton{
    color:#787878;
  }
  #neworder-main-popup-modal .mainPopupButton.todayCloseButton::after,
  #main-popup-modal .mainPopupButton.todayCloseButton::after {
    display:block;
    content:'';
    width:2px;
    height:35%;
    position:absolute;
    right:0;
    background-color:#E3E4E7;
  }
  #neworder-main-popup-modal  .mainPopupButton.closeButton,
  #main-popup-modal .mainPopupButton.closeButton
  {
    color:#1A1A1A;
  }
  @media (max-width: 450px) {
    #main-popup-modal div.mainPopupContentsWrapper , #neworder-main-popup-modal div.mainPopupContentsWrapper {
      width: 100%;
      height: auto;
      max-height: 100%;
      position: absolute;
      bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    #main-popup-modal img , #neworder-main-popup-modal img {
    }
  
    #main-popup-modal figure img, #neworder-main-popup-modal figure img {
      width: 100%;
      height: auto;
      border-radius: 0;
    }
  
    #main-popup-modal div.mainPopupSliderButton.swiper-button-prev, #neworder-main-popup-modal div.mainPopupSliderButton.swiper-button-prev {
      left: calc(100% - 300px);
    }
  
    #main-popup-modal div.mainPopupSliderButton.swiper-button-next , #neworder-main-popup-modal div.mainPopupSliderButton.swiper-button-next {
      right: calc(100% - 340px);
    }
  }
  
  @media (max-width: 360px) {
    #main-popup-modal div.mainPopupContentsWrapper , #neworder-main-popup-modal div.mainPopupContentsWrapper {
    }
  
    div.mobileFixMenu img {
      width: 30px;
    }
  
    #main-popup-modal div.mainPopupContentsWrapper, #neworder-main-popup-modal div.mainPopupContentsWrapper {
    }
  
    #main-popup-modal img , #neworder-main-popup-modal img {
    }
  
    #main-popup-modal div.mainPopupSliderButton.swiper-button-prev , #neworder-main-popup-modal div.mainPopupSliderButton.swiper-button-prev {
      left: calc(100% - 280px);
      width: 35px;
      height: 35px;
    }
  
    #main-popup-modal div.mainPopupSliderButton.swiper-button-next, #neworder-main-popup-modal div.mainPopupSliderButton.swiper-button-next {
      right: calc(100% - 312px);
      width: 35px;
      height: 35px;
    }
  }
  
  #main-popup-modal div.mainPopupContentsWrapper.grid-custom img, #neworder-main-popup-modal div.mainPopupContentsWrapper.grid-custom img {
    width: 100%;
    height: 340px;
    background-color: #fff;
    border: 1px solid #8a98c05c;
  }
  
  @media (max-width: 450px) {
    #main-popup-modal div.mainPopupContentsWrapper.grid-custom img, #neworder-main-popup-modal div.mainPopupContentsWrapper.grid-custom img {
      height: 280px;
      width: 100%;
    }
  }
  
  div.active figure img {
    width: 100%;
    background-color: #fff;
    border: 1px solid #8a98c05c;
    background-color:#F3F5F7;
    height: 100%;
  }
  #link_guide-modal div.active figure img {
    border:1px solid #E3E4E7;
    border-radius:4px;
  }
  .snsPopup_imageWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  @media (max-width: 768px) {
    .snsPopup_imageWrapper {
    }
  }
  
  div.snsPopup_imageWrapper::-webkit-scrollbar {
    width: 5px
  }
  
  div.snsPopup_imageWrapper::-webkit-scrollbar:horizontal {
    width: 10px;
  }
  
  div.snsPopup_imageWrapper::-webkit-scrollbar-thumb {
    background: #8A98C0;
    border-radius: 10px;
  }
  
  div.snsPopup_imageWrapper::-webkit-scrollbar-track {
    background: rgb(255 255 255 / 10%);
  }
  
  .mainPopupContentsWrapper.grid-custom {
    height: 580px!important;
  }
  
  .snsPopup_description {
    font-size: 14px;
    font-weight: 500;
    color: #5D5D5D;
    text-align: center;
  }
  
  .active_grid {
  }
  
  .mainPopupContentsWrapper.grid-custom {
    width: 100%;
    max-width: 400px;
    height: 680px;
    width: 400px!important;
  }
  
  .mainPopupContentsWrapper.grid-custom figure {
    position: relative;
    margin: 28px 16px;
  }
  
  @media (max-width: 768px) {
    .mainPopupContentsWrapper.grid-custom figure {
      margin:10px;
    }
  }
  
  .snsPopup_Title {
    color: #5D5D5D;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 16px;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .snsPopup_Title {
      font-size:14px;
    }
  
    .snsPopup_description {
      font-size: 12px;
    }
  }
  
  @media (min-width: 1024px) {
    nav {
      top:0;
      height: 70px;
    }
  
    div.nav_contents {
      padding-top: 16px;
    }
  }
  
  div.main_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  div.main_wrapper.main {
    padding-top:0;
  }
  div.main_wrapper section{
    height: 100%;
  }

  @media (min-height:1500px){
    #affiliates div.wrapper section {
      min-height:auto;
    }
    div.main_wrapper section {
      height: 100%;
    }
    div.main_wrapper section#section0 {
    	min-height:auto;
    }
  }
  .header_banner_wrapper {
    position: relative;
    height: 56px;
    top: 0;
    z-index: 9;
  }
  
  @media (max-width: 1024px) {
    .header_banner_wrapper {
      top: 0;
    }
  }
  
  img.mobile_header_banner {
    display: none;
    height: 56px;
  }
  
  .slider-one {
    background: linear-gradient(90deg, #425AD6 33.64%, #B5D6EF 66.36%);
    display: flex;
    justify-content: center;
  }
  
  @media (max-width: 1024px) {
    .slider-one {
      background: linear-gradient(90deg, #1F37CC -9.5%, #C5E8F1 118%);
    }
  }
  
  @media(max-width: 500px) {
    .slicer-one {
      background: linear-gradient(90deg, #1F37CC 15.5%, #C5E8F1 108%);
    }
  }
  
  .slider-one img {
    height: 56px;
  }
  
  @media (max-width: 1024px) {
    img.pc_header_banner {
      height: 91px;
      width:100%;
      max-width:100%;
      overflow:hidden;
    }
  
    img.mobile_header_banner {
      display: flex;
    }
  }
  
  div.header_banner_wrapper div.slider_notice_count_wrapper {
  }
  
  div.header_banner_wrapper div.slider_notice_count_wrapper a.header_notice {
    position: relative;
    top: 0;
    transform: initial;
    justify-content: center;
    background: #F4F4F4;
    color: #1A1A1A;
    border-radius: 0;
    margin-top: 0;
    font-weight: 500;
    display: none;
    text-decoration: none;
    display: flex;
  }
  
  div.header_banner_wrapper div.slider_notice_count_wrapper a.header_notice strong {
    font-weight: 800;
  }
  
  div.header_banner_wrapper div.slider_notice_count_wrapper span.timer_date {
  }
  
  @media (max-width: 1024px) {
    div.header_banner_wrapper div.slider_notice_count_wrapper a.header_notice {
      display:flex;
    }
  
    section {
      margin-top: 30px;
    }
  }
  
  @media (max-width: 400px) {
    div.header_banner_wrapper div.slider_notice_count_wrapper a.header_notice {
      font-size:10px;
      padding: 8px 0;
      text-decoration: none;
    }
  
    .slider-one img {
      height: 100%;
      width: 100%;
    }
  }
  
  a.campaign_request {
    z-index: 99;
    position: absolute;
    right: 10px;
    top: 0;
    width: auto;
    height: 56px;
  }
  
  @media (max-width: 1024px) {
    a.campaign_request {
      right:0;
    }
  }
  
  .campaign_request_contents {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    top: 8px;
    height: auto;
    background: #0000004D;
    padding: 7px 10px;
    border-radius: 4px;
  }
  
  @media (max-width: 360px) {
    .campaign_request_contents {
      padding:7px 4px
    }
  }
  
  @media (max-width: 1024px) {
    .campaign_request_contents {
      top: 0;
      right: 0;
      border-radius: 0;
      left: 0;
    }
  }
  
  div.capaign_request_contents p {
    color: #fff;
    font-size: 12px;
    line-height: 1px;
  }
  
  div.campaign_request_contents p {
    color: #fff;
    font-size: 12px;
    line-height: 1px;
  }
  
  @media (max-width: 360px) {
    div.campaign_request_contents p {
      font-size:10px;
    }
  }
  
  div.campaign_request_contents i {
    color: #fff;
    font-size: 8px;
    font-weight: 500;
  }
  
  @media (max-width: 360px) {
    div.campaign_request_contents i {
      font-size:5px;
    }
  }
  
  section {margin-top: 20px;overflow: hidden;}
  .main_Wrapper section {
    margin-top:0;
  }
  #home section {
    margin-top:0;
  }
  .header_banner_wrapper {
    width: 100%;
  }
  
  .slider-one {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .slider-one-.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header_banner.swiper-slide.growthbiz {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  .header_banner a {
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  
  
  
  /*-------------------------------------------------------------------------------*/
  div#home {
    background: #fff;
    height: 100%; 
  }
  
  
  #home div.Wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-left: 0;
  }
  
  /* section 01 */
  #home div.Wrap section.sec01 {
  }
  #home div.Wrap section.sec01 {
    position: relative;
    height: auto;
    margin-top: 0;
  }
 
  #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper{
    z-index: 9999;
    position: static;
  }
  #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollOne {
    position: relative;
  }
  #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollOne .box1 {
    position: absolute;
    left: 800px;
    top: 30px;
    z-index: 99999;
  }
  
  #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollOne img {
    width: 230px;
  }
  #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollTwo {
    position: absolute;
    bottom: 150px;
    right: 900px;
  }
  #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollTwo .box2 {
  
  }
  #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollTwo img {
    width: 175px;
  }
  #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollThree {
    position: absolute;
    bottom: 50px;
    left: 520px;
  }
  #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollThree img {
    width: 350px;
  }
  #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollThree .box3 {
  
  }
  
  /* slider */
  #home div.Wrap section.sec01 .mainWrap div.sliderWrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    top:70px;
  }
  #home div.Wrap section.sec01.absolute .mainWrap div.sliderWrapper {
    top:370px;
  }
  #home div.Wrap section.sec01 .mainWrap div.sliderWrapper figure {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
  }
  #home div.Wrap section.sec01 .mainWrap div.sliderWrapper .figure2 {
    top:45%;
  }
  #home div.Wrap section.sec01 .mainWrap div.sliderWrapper .figure2 img {
    width:auto;
    height:700px;
  }
  #home div.Wrap section.sec01 .mainWrap div.sliderWrapper figure img {
    width: auto;
    height: 780px;
  }
  #home div.Wrap section.sec01 .mainWrap div.sliderWrapper figure img {
    -webkit-animation: figureImg 3.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) ;
  
  }
  @keyframes figureImg {
    0%,40% { transform: scale(0.6) ;opacity:0;}
    100% {transform: scale(1); opacity:1;}
  }
  
  
  @media (max-width:1300px) {
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollTwo img {
      width:180px;
    }
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollTwo {
      right:800px;
    }
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollOne img {
      width:230px;
    }
  }
  @media (max-width:1030px) {
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollOne .box1 {
      left:760px;
      top:0;
    }
  }
  @media (max-width:1000px) {
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollTwo {
      right:800px;
    }
  }
  @media (max-width:950px) {
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollOne .box1 {
      left:300px;
    }
  }
  @media (max-width:800px) {
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollTwo img {
      width:120px;
    }
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollTwo {
      right:600px;
    }
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollOne img {
      width:160px;
    }
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollThree img {
      width:240px;
    }
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollThree {
      left:400px;
    }
  }
  @media (max-width:450px) {
    #home div.Wrap {
      height:100%;
    }
   
    #home .sec02,
    #home .sec03,
    #home .sec04,
    #home .sec05,
    #home .sec06,
    #home .sec07,
    #home section.footer {    
      display: block!important;
      width: 100%;
      max-width: 85%;
      margin: 0 auto 200px;
    }
  
    #home div.Wrap section.sec01 {
      height:100vh;
      z-index:9;
    }
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollOne {
      display:none;
    }
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollTwo {
      display:none;
    }
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollThree {
      display:none;
    }
  }
  
  /* main slider */
  #home .swiper-android .swiper-slide, .swiper-wrapper {
    width:100%;
    max-width:1000px;
  }
  #home .swiper-slide img {
    width: calc(100% - 300px);
    height:100%;
  }
  #home .mainSlider .swiper-wrapper {
    margin-top: 0;
  }
  #home .mainSlider .swiper-pagination {
    display:none!important;
  }
  #home .mainSlider.swiper-horizontal {
    /* width:100%; */
    margin:auto;
    overflow:visible!important;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  #home .mainSlider .swiper-slide:nth-child(1),
  #home .mainSlider .swiper-slide:nth-child(3){
  }
  #home .mainSlider .swiper-button-next {display:none;} 
  #home .mainSlider .swiper-button-prev {display:none;} 
  #home .mainSlider .swiper-slide,
  #home .mainSlider .swiper-slide-next, .mainSlider .swiper-slide-prev {
    transition:.8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transform: scale(0.2)!important;
    opacity: 0;
  }
  #home .mainSlider .swiper-slide-active {
    opacity: 1;
    transform: scale(1)!important;
    display: flex;
    justify-content: center;
  }
  
  @media (max-width:1600px) {
    #home  .mainSlider.swiper-horizontal {
      max-width:50%;
    }
    #home  .mainSlider .swiper-wrapper {
      margin-top:50px;
    }
  }
  
  @media (max-width:1100px) {
    #home   .mainSlider.swiper-horizontal {
      max-width:70%;
    }
    #home   .mainSlider .swiper-wrapper {
      margin-top:0;
    }
  } 
  @media (max-width:900px) {
    #home  .mainSlider .swiper-wrapper {
      margin-top:-50px;
    }
  }
  @media (max-width:700px) {
    #home  .mainSlider.swiper-horizontal {
      max-width:95%;
    }
  }
  @media (max-width:450px) {
    #home  .mainSlider .swiper-wrapper {
      margin-top:0;
    }
    #home  .mainSlider .swiper-slide:nth-child(1),
    #home .mainSlider .swiper-slide:nth-child(2),
    #home .mainSlider .swiper-slide:nth-child(3){
      margin-top:0;
    }
  }
  
  #home div.Wrap section.sec01 .mainWrap div.sliderWrapper .slick-arrow {
    display:none!important;
  }
  
  
  #home div.Wrap section.sec01 .videoWrap video#spotVideo {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  
  #home div.Wrap section.sec01 .overflow {
    position: relative;
    padding-bottom: 42.6%;
    overflow: hidden;
  }
  
  #home div.Wrap section.sec01 #player {
    position: absolute;
    width: 100%;
    height: 132%;
    top: -130px;
  }
  
  #home div.Wrap section.sec01 .overflow::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
  }
  
  #home div.Wrap section.sec01 div.textWrap {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
    margin: 0 0 0 10em;
    z-index: 9999;
  }
  #home div.Wrap section.sec01.absolute div.textWrap {
    z-index:0;
  }
  #home div.Wrap section.sec01 div.textWrap h3 {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -0.8px;
  }
  
  #home h2.Title {
    padding-bottom: 42px;
  }
  section h2.Title span:nth-of-type(1) {
    font-size: 40px;
    letter-spacing: 1.2px;
    font-weight: 900;
    color: #1EA041;
  }
  #home h2.Title strong {
    color:#1EA041;
  }
  #home h2.Title span:nth-of-type(2) {
    font-size: 18px;
    font-weight: 800;
  }
  
  #home div.Wrap section.sec01 div.loginLeftWrapper {}
  
  #home div.Wrap section.sec01 div.loginLeftWrapper div.inputWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
  }
  
  #home div.Wrap section.sec01 div.captcha {
    z-index: 9999;
  }
  
  #home div.Wrap section.sec01 div.textWrap h2 {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    margin-top: 18px;
  }
  #home div.Wrap section.sec01 div.textWrap h2 br{
  }
  
  #home div.Wrap section.sec01 div.textWrap span {
    font-family: 'SebangGothic';
    font-weight: 800;
    color: #000;
    font-size: 60px;
  }
  
  #home div.Wrap section.sec01 div.buttonWrap {
    display: flex;
    padding-top: 29px;
    display: none;
  }
  
  #home div.Wrap section.sec01 div.buttonWrap div.look {
    display: flex;
    gap: 16px;
  }
  
  #home div.Wrap section.sec01 div.buttonWrap div.look button {
    border: 2px solid #000;
    width: 180px;
    height: 70px;
    padding: 0;
    background-color: transparent;
    border-radius: 5px;
  }
  
  #home div.Wrap section.sec01 div.buttonWrap div.look button.previewTwo {
    color: #000;
    font-size: 20px;
  }
  #home div.Wrap section.sec01 div.buttonWrap div.look button:hover {
    background: #1EA041;
    border:1px solid #1EA041;
    color:#fff;
  }
  
  #home div.Wrap section.sec01 div.buttonWrap div.logIn {}
  
  #home div.Wrap section.sec01 div.buttonWrap button.logInButton {
    background-color: #0067CE !important;
    border: 2px solid #0067CE!important;
  }
  
  #home div.Wrap section.sec01 div.buttonWrap button.logInButton a {
    color: #fff;
    font-size: 20px;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  #home div.Wrap section.sec01 div.buttonWrap button.logInButton:hover {
    background-color: #1EA041!important;  
    border:2px solid #1EA041!important;
  }
  .sec01 .scroll-down {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
  }
  .sec01.absolute .scroll-down {
    bottom: 100px;
    transition: cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.5s;
  }
  .sec02 .scroll-down,
  .sec03 .scroll-down,
  .sec05 .scroll-down {
    bottom: 50px;
    z-index: 1;
  }
  /* ----------------------------------------------------------------*/
  @media (max-width:1600px) {
    #home div.Wrap section.sec01 div.textWrap {
      margin: 0 0 0 10em;
    }
  }
  @media(max-width:1100px){
  
    #home div.Wrap section.sec01 div.textWrap span {
      font-size:42px;
    }
    #home div.Wrap section.sec01 div.textWrap h2 {
      font-size:16px;
    }
    #home div.Wrap section.sec01 div.buttonWrap div.look button {
      width:120px;
      height:50px;
    }
    #home div.Wrap section.sec01 div.buttonWrap div.look button.previewTwo {
      font-size:17px;
    }
    #home div.Wrap section.sec01 div.buttonWrap button.logInButton a {
      font-size:17px;
    }
    #home div.Wrap section.sec01 div.buttonWrap div.look {
      gap:10px;
    }
  }
  
  @media(max-width:700px) {
    #home div.Wrap section.sec01 div.textWrap h2 br {
      display:block;
      line-height:1.4;
    }
    #home div.Wrap section.sec01 div.textWrap span {
      text-align:center;
    }
    #home div.Wrap section.sec01 div.textWrap {
      margin:0;
      left:50%;
      transform: translate(-50%,245px);
    }
    #home div.Wrap section.sec01 div.textWrap h2 {
      text-align:center;
    }
    #home div.Wrap section.sec01 div.buttonWrap {
      justify-content:center;
    }
  }
  @media(max-width:450px) {
    #home div.Wrap section.sec01 {
      height:auto;
      position:relative;
      z-index:9;
      overflow:visible;
    }
    #home .swiper {
      margin:120px auto 200px;
    }
    #home div.Wrap section.sec01.absolute {
      position: relative;
      height: initial;
    }
    #home div.Wrap section.sec01 .mainWrap div.scrollTransformWrapper div.scrollOne .box1 {
      z-index:0;
    }
    #home div.Wrap section.sec01 div.textWrap {
      transform: translate(-50%,175px);
    }
    /* scroll */
    .sec01 .scroll-down {
      bottom:-40px;
    }
    .sec01.absolute .scroll-down {
      bottom:-30px;
    }
  }
  @media (max-width:320px){
    #home div.Wrap section.sec01 div.textWrap span {
      font-size:30px;
    }
    #home div.Wrap section.sec01 div.textWrap h2 {
      font-size:14px;
    }
    #home div.Wrap section.sec01 div.buttonWrap div.look button.previewTwo {
      font-size:15px;
      width:100px;
    }
    #home div.Wrap section.sec01 div.buttonWrap div.look button {
      width:100px;
    }
  }
  #home .scroll-down a {
    font-weight: 600;
    font-family: 'SebangGothic';
    margin-bottom: 4px;
    display: block;
  }
  
  #home .scroll_down span {
    display: block;
    position: relative;
    width: 20px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  
  #home .scroll_down span:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    transform: translateX(-50%);
    box-sizing: border-box;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
  }
  #home .sec05 .scroll-down a { color:#fff }
  #home .sec05 .scroll_down span { border: 2px solid #fff; }
  #home .sec05 .scroll_down span:before { background:#fff; }
  @-webkit-keyframes scroll { 
    0% {
      -webkit-transform: translate(-50%, 0);
      opacity: 0;
    }
  
    40% {
      opacity: 1;
    }
  
    80% {
      -webkit-transform: translate(-50%, 20px);
      opacity: 0;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  @keyframes scroll {
    0% {
      transform: translate(-50%, 0);
      opacity: 0;
    }
  
    40% {
      opacity: 1;
    }
  
    80% {
      transform: translate(-50%, 20px);
      opacity: 0;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  
  /* - - - - - - - - - - - - - - - sec01  mobile ver : e - - - -  - - - - - - - - - -*/
  
  #home .sec02 {
  
  }
  #home .sec02 {
    display: block;
    margin-top: -200px;
    max-width: 90%;
    width: 100%;
    margin: -200px auto 0;
    position: relative;
    margin: 80px auto 100px;
  }
  @media (max-width:600px){
    #home .sec02 {
      margin: 50px auto 50px;
    }
  }
  #home .sec02 div.sec02Container {}
  #home .sec02 div.sec02Container div.sec02TitleWrapper {}
  #home .sec02 div.sec02Container div.sec02TitleWrapper h2.sec02Title {
    padding-bottom: 42px;
  }
  #home .sec02 div.sec02Container div.sec02TitleWrapper h2.sec02Title span:nth-of-type(1) {
    font-size: 40px;
    letter-spacing: -0.6px;
    font-weight: 600;
    color: #1EA041;
  }
  #home .sec02 div.sec02Container div.sec02SnsContentsWrapper {}
  #home .sec02 div.sec02Container ul.snsBoxWrapper {
    display: flex;
    gap: 24px;
  }
  @media (max-width:1900px){
    #home .sec02 div.sec02Container ul.snsBoxWrapper {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media (max-width:900px){
    #home .sec02 div.sec02Container ul.snsBoxWrapper {
      grid-template-columns:1fr 1fr
    }
    .snsBox:nth-child(7) {
      grid-column:span 2!important;
    }
  }
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox {
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    width: auto;
    height: 420px;
    padding: 0 0px;
    align-items: center;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 5px;
    cursor:pointer;
    width: 100%;
    background-image: linear-gradient(135deg, #1EA041, #0B67CE 50%, #0B67CE 50%, #1EA041);
  }
  @media (max-width:1900px){
    #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox {
      width: 100%;
    }
    .snsBox:nth-child(7) {
      grid-column:span 3
    }
  }
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxText {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 14px;
  }
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxText ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxText ul>li {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
  }
  @media (max-width:1420px){
    #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxText ul>li {
      font-size:21px;
    }
  }
  @media (max-width:900px){
    #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxText ul>li {
      font-size:20px;
    }
  }
  
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxImg {
    position: relative;
    padding: 20px;
    border-radius: 5px;
    height: 82px;
    display: flex;
    align-items: center;
  }
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox:nth-child(1) div.snsBoxImg {
    border: 1px solid #8A368F;
    box-shadow: 12px 12px 2px 1px #7b3e941c;
  }
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox:nth-child(2) div.snsBoxImg {
    border: 1px solid #425B8C;
    box-shadow: 12px 12px 2px 1px #1877f21c;
  }
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox:nth-child(3) div.snsBoxImg {
    border: 1px solid #4e85bd;
    box-shadow: 12px 12px 2px 1px #e6001921;
  }
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox:nth-child(4) div.snsBoxImg {
    border:1px solid #010101;
    box-shadow: 12px 12px 2px 1px #0101011c;
  }
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox:nth-child(5) div.snsBoxImg  {
    border: 1px solid #E60019;
    box-shadow: 12px 12px 2px 1px #0101011c;
  }
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox:nth-child(5) div.snsBoxImg {
  
  }
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox:nth-child(6) div.snsBoxImg {
    border: 1px solid #d5aa03;
    box-shadow: 12px 12px 2px 1px #3ace011a;
  }
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxImg img {
    width:100%;
  }
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxImg ul {
    display: flex;
    gap: 24px;
    flex-direction: column;
  }
  #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxImg ul>li {}
  
  @media (max-width:1700px){
    #home .sec02 {
      width:100%;
      max-width:80%;
    }
    #home .sec02 {
      width:100%;
      max-width:80%;
      margin: 70px auto 100px;
    }
  }
  @media (max-width:1300px){
  
    #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox {
      width: auto;
      height: auto;
      padding: 20px 0 20px;
      flex-direction: column;
      justify-content: center;
      gap: 30px;
    }
    .snsBox:nth-child(7) {
      grid-column:span 3
    }
    #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxText ul {
      text-align:center;
    }
  }
  @media (max-width:720px){
    /*font*/
    #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxText ul>li {
      font-size: 20px;
    }
  }
  @media (max-width:600px){
  
    #home .sec02 div.sec02Container ul.snsBoxWrapper {
      grid-template-columns: 1fr;
    }
    .snsBox:nth-child(7) {
      grid-column: initial!important;
    }
  
    #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox {
      flex-direction:row;
      justify-content: space-between;
      gap:10px;
      padding: 10px 0px 29px;
    }
    #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxText ul {
      text-align: center;
    }
  }
  @media (max-width:450px) {
    #home .sec02 {
      max-width:85%;
      width:100%;
      margin: 100px auto 200px;
    }
    #home .sec02  {
      max-width:85%;
      width:100%;
      margin: 30px auto 100px;
    }
    #home .sec02 div.sec02Container div.sec02TitleWrapper h2.sec02Title span:nth-of-type(1) 	{ font-size: 28px;
      font-weight: 700;
    }
  
    #home .sec02 div.sec02Container ul.snsBoxWrapper {
      grid-template-columns: 1fr;
      gap:10px;
    }
    #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox {
      height: 100%;
      padding: 13px 0px 20px;
    }
  
    #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxText ul>li {
      font-size: 18px;
    }
    #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxText ul {
      gap:7px;
    }
  
    #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxImg img {
      width:50px;
    }
    #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxImg {
      height:auto;
      padding:15px;
    }
  
    #home .sec02 div.sec02Container div.sec02TitleWrapper h2.sec02Title {
      padding-bottom:30px;
    }
    /* scroll width */
    .scroll_down span {
      width:18px;
      height:27px;
    }
  }
  @media (max-width:320px) {
    #home .sec02 div.sec02Container ul.snsBoxWrapper li.snsBox div.snsBoxText ul>li {
      font-size:12px;
    }
    #home .sec02 div.sec02Container div.sec02TitleWrapper h2.sec02Title span:nth-of-type(1) {font-size:24px;}
    #home .sec02 div.sec02Container div.sec02TitleWrapper h2.sec02Title {
      padding-bottom:10px;
    }
  }
  
  #home .sec04  div.sec04Container div.sec04Contents .sec04FlexBox1 div.sec04ContentsBox {
    max-width:100%;
    margin: auto;
  }
  
  
  @media(max-width:450px){
  
    #home h2.Title span:nth-of-type(1) {
      font-size: 28px;
    }
  }
  @media(max-width:320px) {
    #home .sec03  div.sec03Container div.sec03TitleWrapper {
      justify-content:center;
    }
    #home .sec03Title span strong {
      display:block;
    }
  }
  /* - - - - - - - - - - - - - - - sec03 : e - - - -  - - - - - - - - - -*/
  
  /* section 04 */
  
  #home .sec04 {
    display:none;
  }
  
  
  #home .sec04 figure img.sec04Instagram {
    transform: translateY(-30px);
  }
  #home .sec04.on figure img.sec04Instagram {
    transform: translateY(0);
  }
  #home .sec04.on figure {
  
  }
  
  /* - - - - - - - - - - -*/
  
  /* section07 */
  #home section.sec07 {
    display:none;
  }
  #home section.sec07  {
    display: block;
    max-width: 60%;
    width: 100%;
    position: relative;
    margin: 100px auto 100px;
    padding: 0 200px;
  }
  #home section.sec07 ::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 98%;
    display: block;
    content: '';
    width: 1200px;
    height: 0.5px;
    background-color: #d9d9d9;
    margin: 70px 0;
  }
  #home section.sec07  figure {
    max-width: 600px;
    margin: auto;
  }
  #home section.sec07  figure>img {
    width:100%;
  }
  #home section.sec07  .sec07TitleWrapper {}
  #home section.sec07  .sec07TitleWrapper img {
    display: block;
    margin: auto;
    margin: 20px auto 11px;
  }
  #home section.sec07  .sec07TitleWrapper h4 {
    display: block;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
  }
  #home section.sec07  .sec07TitleWrapper p {
    display: block;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    font-size: 20px;
  }
  @media (max-width:1700px) {
    #home section.sec07 {
      max-width:80%;
      padding: 0 150px;
    }
    #home section.sec07  {
      max-width:80%;
      padding: 0 150px;
    }
  }
  @media (max-width:1330px) {
    #home section.sec07 ::after {
      width:100%;
    }
  }
  @media (max-width:1100px){
    #home section.sec07 {
      margin-top: 130px;
      padding:0 100px;
    }
    #home section.sec07  {
      margin-top: 130px;
      padding:0 100px;
      margin: 180px auto 0;
    }
  }
  @media (max-width:830px){
    #home section.sec07 {
      margin-top: 50px;
      padding:0;
    }
    #home section.sec07  {
      margin-top: 50px;
      padding:0;
    }
  }
  @media (max-width:700px){
  
    #home section.sec07  .sec07TitleWrapper {
      max-width:350px;
      width:100%;
      margin:auto;
    }
    #home section.sec07  .sec07TitleWrapper h4 {
      font-size:33px;
    }
    #home section.sec07  .sec07TitleWrapper p {
      font-size:16px;
    }
  }
  
  @media (max-width:450px) {
    #home section.sec07 {
      max-width:80%;
      padding:0;
    }
    #home section.sec07  {
      max-width: 80%;
      padding:0;
      margin:100px auto 100px;
    }
    #home section.sec07 ::after {
      width:100%;
    }
    #home section.sec07  .sec07TitleWrapper {
      width:100%;
      max-width:80%;
      margin:auto;
    }
    #home section.sec07  .sec07TitleWrapper img {
      width:auto;
    }
    #home section.sec07  .sec07TitleWrapper h4 {
      font-size:17px;
    }
    #home section.sec07  .sec07TitleWrapper p {
      font-size:13px;
    }
  }
  @media (max-width:320px) {
    #home section.sec07  .sec07TitleWrapper img {
      width:100%;
    }
  }
  #home section.sec00 {
    width: 100%;
    z-index: 99;
    position: relative;
  }
  #home section.sec00 div.sec00Container {}
  #home section.sec00 div.sec00Box {max-width: 80%;margin: 30px auto;}
  #home section.sec00 div.sec00Box>ul {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #home section.sec00 div.sec00Box li.serviceProduct_box {
    width:100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
  }
  #home section.sec00 div.sec00Box li.serviceProduct_box div.serviceProductHeader {}
  #home section.sec00 div.sec00Box li.serviceProduct_box div.serviceProductHeader p {}
  #home section.sec00 div.sec00Box li.serviceProduct_box div.serviceProductHeader b {}
  
  #home section.sec00 div.sec00Box li.serviceProduct_box div.serviceProductContents {}
  #home section.sec00 div.sec00Box li.serviceProduct_box div.serviceProductContents ul {}
  #home section.sec00 div.sec00Box li.serviceProduct_box div.serviceProductContents li.service_price {}
  #home section.sec00 div.sec00Box li.serviceProduct_box div.serviceProductContents li.service_price strong{}
  #home section.sec00 div.sec00Box li.serviceProduct_box div.serviceProductContents li.service_price small{}
  
  
  #home section.sec00 div.sec00Box li.serviceProduct_box div.serviceProductContents div.service_description {}
  #home section.sec00 div.sec00Box li.serviceProduct_box div.serviceProductContents div.service_description  b{}
  #home section.sec00 div.sec00Box li.serviceProduct_box div.serviceProductContents div.service_description  i{}
  #home section.sec00 div.sec00Box div.serviceProductFooter {}
  #home section.sec00 div.sec00Box div.serviceProductFooter button{}
  #home section.sec00.section {
    display: none;
  }
  
  #home .snsBoxWhite {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 13px 0;
    align-items: baseline;
    line-height: 1.2;
  }
  
  #home div.snsBoxWhite strong {
    color: #000;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: -0.7px;
  }
  
  #home div.snsBoxWhite small {
    font-size: 17px;
    font-weight: 400;
    color: #000;
  }
  
  #home .snsBoxContents {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  div.snsBoxContents ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* padding: 16px; */
  }
  
  #home div.snsBoxContents ul li {
    border-bottom: 1px solid #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media (max-width:900px){
    #home div.snsBoxContents ul li {
      font-size:15px;
    }
  }
  @media (max-width:450px){
    #home div.snsBoxContents ul li {
      font-size:15px;
    }
  }
  #home div.sec02SnsContentsWrapper button {
    margin-top: 32px;
    width: 50%;
    font-size: 20px;
    font-weight: 900;
    color: #000;
    background-color: #fff;
    box-shadow: none;
    border-radius: 3px;
    letter-spacing: -0.9px;
  }
  @media (max-width:500px){
    #home div.sec02SnsContentsWrapper button {
      margin-top: 21px;
      font-size: 16px;
    }
  }
  #home .snsBox a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .main_randing_header_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 90%;
    margin-top: 45px;
  }
  @media (max-width:1700px){
    .main_randing_header_wrapper {
      max-width:80%;
    }
  }
  @media (max-width:1020px){
    .main_randing_header_wrapper {
      margin-top:0px;
    }
  }
  
  .main_randing_header_wrapper  a {
    width: 100%;
    position: relative;
    height: 100%;
    max-width: 100%;
    max-width: 90%;
    margin: auto;
  }
  .main_randing_header_wrapper  img {
    height:49px;
  }
  @media (max-width:450px){
    .main_randing_header_wrapper {
      max-width:85%;
    }
    .main_randing_header_wrapper img {
      height:40px;
    }
  }
main.homemain div.main_wrapper {
  height:auto;
}
  div.main_wrapper {
    overflow-y:hidden;
    background-color: #fff;
    padding-top: 36px;
  }
@media (max-width:1024px){
  div.main_wrapper {
  	padding-top:16px;
  }
}
  #home .Wrap::before {
    display:none}
  @media (max-width:450px) {
    #home div.Wrap {
      height:auto;
    }
    #home  {
      overflow:hidden;
    }
    section {
      overflow:hidden
    }
  }
  main.not_auth.home{
    height:auto;
    overflow:hidden;
    margin-top: 0;
  }
  main.auth.home{
    height:auto;
    overflow:hidden;
    margin-top: 0;
  }
  
  
  
  .fake_main_randing_header_wrapper {
    display: flex;
        width: 100%;
        height: 70px;
        max-height: 70px;
        align-items: center;
        background-color: #fff;
        justify-content: space-between;
        background-color: #fff;
        position: sticky;
        top: 0;
        border-bottom: 1px solid #E2E2E2;
        z-index: 9999999;
        min-height: auto;
        padding: 0;
  }
  div.main_randing_header_box {
    max-width: 1200px;
    margin:0 auto;
    width:100%;
    height:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width:1300px){
    div.main_randing_header_box {
      max-width: 100%;
      padding: 0 16px;
    }
  }
  .fake_main_randing_header_wrapper a {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .fake_main_randing_header_wrapper img.main_randing_pc.randing_img {
    display:flex;
    width: auto;
    height: 28px;
  }
  main.not_auth.home,
  main.auth.home{
    flex-direction:column;
    overflow:initial;
    width: 100%;
  }
  main.not_auth.home section,
  main.auth.home section {
    margin-top:0;
  }
  
  div.main_randing_nav_left_wrapper {
    display:flex;
    align-items: center;
    gap: 30px;
  }
  div.main_randing_nav_right_wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  div.main_randing_nav_right_wrapper i {
    font-weight:900;
    color:#1A1A1A;
  
  }
  div.main_randing_nav_right_wrapper a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color:#1A1A1A;
    line-height: 1.2;
  }
  .fake_main_randing_header_wrapper img.main_rading_mobile.randing_img {
    display:none
  }
  @media (max-width:768px){
    .fake_main_randing_header_wrapper img.main_randing_pc randing_img {
      display:none;
    }
    .fake_main_randing_header_wrapper img.main_rading_mobile randing_img {
      display:flex;
    }
  }
@media (max-width:400px){
  .fake_main_randing_header_wrapper img.main_rading_mobile.randing_img {
    display:flex;
    height:26px;
    width:auto;
  }
  .fake_main_randing_header_wrapper img.main_randing_pc.randing_img {
    display:none;
  }
}
  .main_randing_nav {
    display:flex;
    height: 100%;
        border-bottom: none;
  }
  @media (max-width:1000px){
    div.main_randing_nav {
      display:none;
    }
  }
  .main_randing_nav ul {
    display:flex;
    gap: 30px;
  }
  .main_randing_nav ul li {}
  .main_randing_nav li a {
    font-size: 16px;
    color:#1A1A1A;
    font-weight: 400;
  }.main_randing_nav li a.active {
    font-weight:700;
  }

  main.homemain div.main_wrapper section {
    margin-top: 0;
    padding: 100px 0;
  }

main.homemain div.main_wrapper > section {
  padding:0;
}
main.homemain div.main_wrapper section.sns_section:nth-of-type(1) {
    padding-top:0;
}
main.homemain div.main_wrapper section.sns_section {
    padding: 60px 0 0;
}
@media(max-width:768px){
  main.homemain div.main_wrapper section.sns_section:first-of-type {
    padding-top:0;
  }
  main.homemain div.main_wrapper section.sns_section {
    padding-top: 40px;
  }
}
  section#section1 {
    background: linear-gradient(104deg, #CDF3E6 1.94%, #D9F7DD 98.06%);

  }
section#section1 div.section_wrapper {margin: auto;}

#section1 > .section1_wrapper > .section_title {
 
}

#section1 .reasons_list {display: flex;gap: 50px;}

@media (max-width:1300px){
  #section1 .reasons_list {
    gap:12px;
  }
}
@media (max-width:768px){
  #section1 .reasons_list {
    flex-direction:column;
  }
}
#section1 .reason_card {
 border-radius: 12px;
 padding: 24px;
 flex: 1;
  background-color: #fff;
}
@media (max-width:768px){
  #section1 .reason_card {
    padding: 12px;
    border-radius: 8px;
  }
}

#section1 .reasons_list_item_img_box header {
 height: auto;
 padding: 0;
 min-height: initial;
 width: auto;
 position: initial;
 border-bottom: initial;
 display: flex;
 flex-direction: column;
 gap: 10px;
 justify-content: center;
}

#section1 .reason_indx {
 font-size: 30px;
 color: #11A006;
 font-weight: 700;
}
@media (max-width:768px){
  #section1 .reasons_list_item_img_box header {
    gap:0;
  }
  #section1 .reason_indx {
    font-size:24px;
  }
 
}
#section1 .reason_card h3 {color: #1a1a1a;font-size: 18px;font-weight: 700;text-align: center;}
@media (max-width:768px){

  #section1 .reason_card h3 {
    font-size:16px;
  }
}
#section1 .reason_card figure {display: flex;justify-content: center;margin: 32px 0;}
@media (max-width:768px){
  #section1 .reason_card figure {
    margin: 10px 0;
  }
}
#section1 .reason_card img {}
@media (max-width:768px){
  #section1 .reason_card img {
    width:120px;
    height:auto
  }
}
#section1 .reason_desc {color: #787878;font-size: 14px;font-weight: 400;line-height: 1.5;}
@media (max-width:768px){
  #section1 .reason_desc {
    font-size:12px;
  }
}
/* CTA  */
#section1 .reasons_footer_box {margin-top: 60px;padding: 0;}
@media (max-width:768px){
  #section1 .reasons_footer_box {
    margin-top:20px;
  }
}
#section1 .reasons_footer_box > h4 {color: #1A1A1A;font-size: 18px;font-weight: 700;text-align: center;margin-bottom: 32px;}
@media(max-width:768px){
  #section1 .reasons_footer_box > h4 {
    font-size:16px;
    margin-bottom: 14px;
  }
}
#section1 .reasons_footer_box > div {margin-bottom: 20px;}
#section1 .reasons_footer_box > div:last-child {margin-bottom:0}
#section1 .reasons_footer_box p {
    color: #535355;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
@media(max-width:768px){
  #section1 .reasons_footer_box p {
    font-size: 12px;
  }
}
#section1-2 div.section_wrapper {
    margin: auto;
}
  section div.section_wrapper {
	width:100%;
    max-width:1200px;
    margin:auto;
}

section#section0  {
	  background: linear-gradient(104deg, #CDF3E6 1.94%, #D9F7DD 98.06%);
}
section#section0 div.section_wrapper {
	margin: auto;
	display: flex;
	gap: 50px;
}
section#section0 div.section_wrapper figure {}
section#section0 div.section_wrapper figure img {}
@media (max-width:768px){
  section#section0 div.section_wrapper figure {}
section#section0 div.section_wrapper figure img {
    width: 250px;
    height: auto;
}
}
section#section0_1 {
  min-height: auto;
  max-height: max-content;
}
section#section0_1 div.section_wrapper {
  margin: auto;
}
@media (max-width:1300px){
  section div.section_wrapper {
  	width:100%;
  	max-width:100%;
  	margin:0 auto 0;
  }
  section#section0 div.section_wrapper {
  	margin:0 auto 0;
  	justify-content: center;
  }
   section#section0_1 {
  	height:auto;
    max-height: max-content;
    min-height: max-content;
  }
  section#section0_1 div.section_wrapper  {
  }
}

@media(max-width:768px){
  section#section0 div.section_wrapper {
    flex-direction:column;
    align-items: center;
  }
}
/* sns tab */
.mainSectionServiceWrapper {
  display: flex;
    width: 100%;
    height: auto;
    border: none;
}
.mainSectionServiceWrapper ul {
    width:100%;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap:20px;
}
@media (max-width:1300px){
  .mainSectionServiceWrapper ul {
    gap:20px;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
  }
}
@media (max-width:768px) {
  .mainSectionServiceWrapper ul {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 10px;
  }
}
@media (max-width:535px){
  .mainSectionServiceWrapper ul  {
  }
}
.mainSectionServiceWrapper ul li {
    min-width:216px;
    width:100%;
    min-height:160px;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    background-color:#ddd;
    gap: 13px;
  cursor:pointer;
    border: 1px solid #E3E4E7;
  background-color:#fff;

}
@media (max-width:1300px){
  .mainSectionServiceWrapper ul li {
  	max-height:176px;
    min-height:176px;
    min-width:216px;
    max-width:216px;
  }
}
@media (max-width:768px){
.mainSectionServiceWrapper ul li {
  	max-height: 70px;
  	min-height: 70px;
  	min-width: 100%;
  	max-width: 100%;
  	border-radius: 10px;
  }
}
@media (max-width:535px){
  .mainSectionServiceWrapper ul li {
  }
}
.mainSectionServiceWrapper ul li:hover {
  border:3px solid #19C30B;
  background:#E8F9E7;
}


.mainSectionServiceWrapper ul li a {
  display:flex;
  flex-direction:column;
  gap:13px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.mainSectionServiceWrapper ul li p {
  font-size:20px;
  font-weight:700;
  color: #1A1A1A;
}
@media (max-width:768px){
  .mainSectionServiceWrapper ul li a {
    gap:4px;
  }
  .mainSectionServiceWrapper ul li p {
  	font-size: 11px;
  }
}
.mainSectionServiceWrapper ul li i {
  font-size:55px;
  background-clip: text!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
}
.mainSectionServiceWrapper ul li.popular-post i {
    background: linear-gradient(180deg, #B7EA64 0%, #53B517 100%);
}
.mainSectionServiceWrapper ul li.instagram i {
background: linear-gradient(180deg, #523CDB -9.29%, #FF2F7A 47.99%, #FFE176 106.43%);
}
.mainSectionServiceWrapper ul li.twitter i {
  background: linear-gradient(180deg, #101010 1.5%, #838383 100%);
}
.mainSectionServiceWrapper ul li.youtube i {
 background: linear-gradient(180deg, #DF0B0B 0%, #FF7D7D 100%);
}
.mainSectionServiceWrapper ul li.tiktok i{
 background: linear-gradient(0deg, #40C9C9 0%, #161616 46%, #C22C47 100%);
}
.mainSectionServiceWrapper ul li.thread i{
  background: linear-gradient(180deg, #101010 0%, #838383 100%);
}
.mainSectionServiceWrapper ul li.facebook i{
background: linear-gradient(180deg, #615DFF -9.29%, #4DF 106.43%);
}
.mainSectionServiceWrapper ul li.line i{
  background: linear-gradient(0deg, #06C755 1.5%, #00A516 100%);
}
.mainSectionServiceWrapper ul li.soundcloud i{
    background: linear-gradient(0deg, #ED9423 0%, #E83924 100%);
}
.mainSectionServiceWrapper ul li.tumblr i{
background: linear-gradient(180deg, #0C182D 0%, #667BA1 100%);
}
.mainSectionServiceWrapper ul li.pinterest i{
  background: linear-gradient(0deg, #FF493C 0%, #EF043E 100%);
}
.mainSectionServiceWrapper ul li.spotify i{
  background: linear-gradient(0deg, #9FFFC1 5.67%, #1ED760 94.33%);
}
.mainSectionServiceWrapper ul li.twitch i{
  background: linear-gradient(0deg, #9246FE 1.5%, #4F2190 100%);
}
.mainSectionServiceWrapper ul li.telegram i{
  background: linear-gradient(0deg, #87DBFF 0%, #37AEE2 100%);
}
.mainSectionServiceWrapper ul li.linkedin i{
  background: linear-gradient(180deg, #0270AD 0%, #35AAEB 100%);
}
@media (max-width:768px){
  .mainSectionServiceWrapper ul li i  {
  	font-size: 31px;
  }
}

section#section0 strong.section_title {
  display: block;
  margin-bottom:30px;
  color:#1A1A1A;
}
section#section0 h2.section_description {
	color:#535355;
	font-size:24px;
	font-weight:400;
	text-align: left;
	display:block;
}
section#section0 h2.section_description span {
  display:block;
}
@media (max-width:1300px){
  section#section0 h2.section_description {
    font-size: 1.5vw;
  }
}
@media (max-width:768px){
  section#section0 h2.section_description span {
    text-align:center;
  }
  section#section0 h2.section_description {
  	font-size: 12px;
  }
}
section#section0 h1.section_title {
	margin-bottom:30px;
	text-align: left;
}
section#section0 h1.section_title span {
  color:#11A006;
  display: block;
}
section#section0 header {
    background-color: initial;
    box-shadow: initial;
    border: initial;
    height: initial;
    padding: 0;
    min-height: initial;
    position: initial;
    background: initial;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: auto;
    justify-content: center;
}
@media (max-width:768px){
  section#section0 h1.section_title {
  	margin-bottom:10px;
  	text-align: center;
  }
}
section .section_title {
  color: #11A006;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
}
@media(max-width:1300px){
  section .section_title {
    font-size: 3vw;
  }
}
section#section0_1 .section_title {
  color:#1A1A1A;
}
section#section3 .section_title {
  margin-bottom:12px;
}
@media (max-width:768px){
  section .section_title  {
    font-size: 20px;
    margin-bottom: 20px;
  }
 
}

  ul#gnb_menu_wrapper .child li:hover .child {
    display:block;
  }
  
  
 
  @media (max-width:768px){
    section h3.section_title,
    section h2.Title span:nth-of-type(1){
      font-size:5vw;
    }
  }
section[id$="-section"] { }                 
section[id$="-section"] h3 {color: #1A1A1A;font-size: 24px;font-weight: 700;margin-bottom: 32px;}         
@media(max-width:768px){
  section[id$="-section"] h3 {
    font-size:18px;
    text-align: center;
    margin-bottom: 20px;
  }
}
section[id$="-section"] article {border: 1px solid #E3E4E7;border-radius: 8px;padding: 20px;margin-bottom: 32px;}
@media(max-width:768px){
  section[id$="-section"] article {
    padding: 12px;
    margin-bottom: 20px;
  }
}
section[id$="-section"] article h4 {color: #535355;font-size: 16px;font-weight: 700;margin-bottom: 14px;}       
section[id$="-section"] .sns_article div {
    margin-bottom: 14px;
    line-height: 22px;
} 
@media(max-width:768px) {
  section[id$="-section"] article h4 {
    display: flex;
  }
}
section[id$="-section"] article p {
	color:#535355;
  font-size:14px;
  font-weight:400;
}
@media(max-width:768px){
  section[id$="-section"] article p {
     font-size:12px;
  }
}
section[id$="-section"] article:last-child {
  
}
section[id$="-section"] .hrefButton {border-radius: 8px;text-align: center;display: flex;justify-content: center;color: #fff;margin-bottom: 6px;}       
section[id$="-section"] .hrefButton a {
  color: #fff;
  padding: 10px 30px;
  border-radius: 8px;
  font-size: 16px;
}
section[id$="-section"] .hrefButton:last-child {
  margin:0
}
section#instagram-section .hrefButton a  {
background: linear-gradient(92deg, #FF2F7A 0.15%, #523CDB 100.53%);
}
section#youtube-section .hrefButton a  {
background: linear-gradient(92deg, #FF7D7D 0.09%, #DF0B0B 100%);
}
section#tiktok-section .hrefButton  a {
background: linear-gradient(92deg, #40C9C9 0%, #161616 50%, #C22C47 100%);
}
section#twitter-section .hrefButton a  {
background: linear-gradient(91deg, #838383 0.16%, #101010 100.16%);

}
section#thread-section .hrefButton a  {
background: linear-gradient(91deg, #838383 0.16%, #101010 100.16%);

}

section[id$="-section"] article span[aria-hidden="true"] {color: #19C30B;margin-right: 10px;}
  @media(max-width:768px){
    section[id$="-section"] article span[aria-hidden="true"] {
    min-width: 27px;
    margin-right: 0;
    }
  }
  section#section2 {
    padding: 100px 0 100px;
    height: auto;
    overflow: initial;
     background-color: #f6f6f8;
  }
  section#section2 div.section2_wrapper {
    width: 100%;
    height: 100%;
    max-height: max-content;
    max-width: 1200px;
    margin: 0 auto 0;
  }
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper {
    width:100%;
  }
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper .compare_to_table {
    overflow-x:auto;
}
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper table {
    overflow: visible;
    z-index: 99999;
    position: relative;
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
  }
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper tbody {
    height: 100%;
}
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper tr{
    height: 56px;
    max-height: 56px;
    min-height: 56px;
    vertical-align: middle;
  }
section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper tr:nth-child(odd) th:first-child {
  background-color: #E3E4E7
}
section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper tr:nth-child(1) th:nth-child(1) {
  text-align:center;
  background-color:#C5C5C8;
}
section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper tr th:nth-child(1) {
  text-align: left;
  padding: 16px 12px;
  background-color:#fff;
}
section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper tr th:nth-child(1) i {
      margin-right: 8px;
    font-size: 16px;
}

  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper th {
    vertical-align: middle;
    background-color:#C5C5C8;
    text-align: center;
    color: #535355;
    font-size: 14px;
    font-weight: 700;
  }
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper th.snsmart_table_th {

    position: relative;
  }
@media(max-width:1000px){
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper th.snsmart_table_th {
    width: 300px!important;
  }
}
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper th.snsmart_table_th img {
    position:relative;
    z-index:9;
  }
@media(max-width:768px){
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper tr th:nth-child(1) i {
    font-size:15px;
  }
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper th.snsmart_table_th {
    width:200px!important;
  }
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper th.snsmart_table_th img {
    width: 104px;
    height: auto;
  }
}
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper th.snsmart_table_th::after {
    display:block;
    content:'';
    position:absolute;
    top: -3px;
    left: -1px;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    border: 3px solid #11A006;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    background-color: #11A006;
    z-index: 0;
  }
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td {
    vertical-align: middle;
    padding: 16px 12px;
    color: #535355;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 700;
    max-height: 56px;
    min-height: 56px;
    height: 56px;
  }
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td i {
    margin-right:8px;
    font-size: 16px;
  }
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td:nth-child(2){
    border-right:3px solid #11A006;
    border-left: 3px solid #11a006;
  
  }
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td:nth-child(2),
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td:nth-child(3),
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td:nth-child(4) {
    text-align:center;
  }
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td:nth-child(2) i,
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td:nth-child(3) i ,
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td:nth-child(4 ) i
  {
    color:#B41109;
  }
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper tr:nth-child(11) td:nth-child(2) {
    position:relative;
  }
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper tr:nth-child(11) td:nth-child(2) {
    border:none;
  }
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper tr:nth-child(11) td:nth-child(2)::after {
    display:block;
    content:'';
    position:absolute;
    bottom: 0;
    left: -1.5px;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    border: 3px solid #11A006;
    border-top: none;
    border-radius: 0px 0px 8px 8px;
  }
section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper tr:nth-child(even) {
    background-color: #fff;
}
  @media (max-width:1000px){
    section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper tr:nth-child(11) td:nth-child(2)::after {
      left: -1.5px;
    }
  }
@media (max-width:768px){
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td:nth-child(2) i, section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td:nth-child(3) i, section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td:nth-child(4 ) i {
    font-size:15px;
  }
}
  section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper tr:nth-child(odd){
    background-color:#E3E4E7;
  }
section#section2 section.compare_to_footer_box {
    margin-top: 60px;
    padding: 0;
    overflow-x: hidden;
}

section#section2 section.compare_to_footer_box > div {
    text-align: center;
    margin-bottom: 14px;
}

section#section2 section.compare_to_footer_box > div:last-child {
    margin-top: 18px;
}
section#section2 section.compare_to_footer_box > div p {
    color: #535355;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
@media(max-width:768px){
  section#section2 section.compare_to_footer_box  div.margin {
    margin-bottom:0;
  } 
  section#section2 section.compare_to_footer_box {
    margin-top: 20px;
  }
  section#section2 section.compare_to_footer_box > div:last-of-type {
  margin-top: 20px;
  margin-bottom: 0;
  }
  section#section2 section.compare_to_footer_box > div p {
    font-size: 12px;
  }
}

section#section2 section.compare_to_footer_box div.hrefButton {}
.hrefButton {
    width: 100%;
    height: max-content;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
div.hrefButton a {
  padding: 10px 30px;
  background-color: #19C30B;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
  
  section#section3 {
    padding: 100px 0;
    width: 100%;
    max-width: 100%;
  }


section#section3 .section_wrapper {}
section#section3 .section_header {
    height: initial;
    padding: initial;
    min-height: initial;
    width: initial;
    position: initial;
    border-bottom: initial;
    background: initial;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 32px;
}
@media (max-width:1300px){
  section#section3 .section_wrapper {
    
  }
}
section#section3 .section_header h2 {
    display: flex;
}
section#section3 .section_header p {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 700;
}
section#section3 .section_title {}
section#section3 .order_flow_list {
    display: flex;
    gap: 50px;
}
@media (max-width:768px){
  div.hrefButton a {
    padding: 13px 16px;
    text-align: center;
    font-size: 14px;
}
  section#section3 .section_header {
  margin-bottom: 20px;
  }
  section#section3 .section_header p {
    font-size:16px;
  }
  section#section3 .order_flow_list {
    flex-direction: column;
    gap: 40px;
  }
}
section#section3 .order_flow_item {
    flex: 1;
}
@media(max-width:768px){
  section#section3 .order_flow_item {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}
section#section3 .order_flow_item figure {}
section#section3 .order_flow_item img {
    width: 100%;
    height: auto;
}
@media (max-width:768px){
  section#section3 .order_flow_item img {
    width:130px
  }
}
section#section3 .order_flow_item figcaption {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 32px;
}
section#section3 .order_flow_item strong {
    font-size: 18px;
    font-weight: 700;
}
@media(max-width:768px){
  section#section3 .order_flow_item strong {
    font-size:16px;
  }
}
section#section3 .order_flow_item strong span {
    color: #19C30B;
    font-weight: 700;
}
section#section3 .order_flow_item p {
    color: #787878;
    font-size: 14px;
    font-weight: 400;
}
@media(max-width:768px){
  section#section3 .order_flow_item p {
    font-size:12px;
  }
}

  /* section 03 */
  section#section4 {
    position: relative;
  }
  section#section4  div.sec03Container {
    display: flex;
    flex-direction: column;
  }
  
  section#section4  div.sec03Container div.sec03TitleWrapper {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-bottom: 60px;
  }
  section#section4 div.sec03Container div.sec03TitleWrapper .sec03Title {
    margin-bottom: 11px;
  }
  section#section4  .sec03SubTitleWrapper {
    display: flex;
    justify-content: space-between;
  }
  section#section4  .sec03SubTitleWrapper:nth-of-type(3),
  section#section4  .sec03SubTitleWrapper:nth-of-type(4),
  section#section4  .sec03SubTitleWrapper:nth-of-type(5){
    margin-top:100px;
  }
  /* sec03 sub  */
  section#section4  .sec03SubTitleWrapper:last-child {
    position: relative;
    display: flex;
    margin-top: 100px;
  }
  section#section4  .sec03SubTitleWrapper>div {
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  section#section4  .sec03SubTitleWrapper .sec03SubTitle {
    color: #0B67CE;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.6px;
    display: block;
  }
  section#section4  .sec03SubTitleWrapper .sec03SubTitle:last-of-type {
    padding-bottom:20px;
  }
  section#section4  .sec03SubTitleWrapper p {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.8px;
  }
  
  section#section4  .sec03SubTitleWrapper div.sec03ImgWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  
  section#section4  .sec03SubTitleWrapper div.sec03ImgWrapper figure {
    position: static;
    display: flex;
    justify-content: center;
  }
  
  section#section4  .sec03SubTitleWrapper:last-child div.sec03ImgWrapper figure {
    position: static;
  }
  section#section4  .sec03SubTitleWrapper div.sec03ImgWrapper figure img {
    width: 500px;
    height: auto;
  }
  section#section4 {
    max-width:1200px;
    margin: 100px auto 100px;
  }
  @media (max-width:1300px){
    section#section4 {
      max-width:90%;
    }
  }
  @media(max-width:1700px){
  
  
    section#section4  .sec03SubTitleWrapper {
      gap:100px;
    }
  }
  @media(max-width:1350px) {
    section#section4  .sec03SubTitleWrapper div.sec03ImgWrapper figure img {
      width:400px;
      height:auto;
    }
  }
  @media(max-width:1210px){
    section#section4  .sec03SubTitleWrapper p {
      display:contents;
    }
  }
  @media(max-width:1010px){
    section#section4  .sec03SubTitleWrapper div.sec03ImgWrapper figure img {
      width:300px;
      height:auto;
    }
    section#section4  .sec03SubTitleWrapper .sec03SubTitle {
      font-size:30px;
    }
    section#section4  .sec03SubTitleWrapper p {
      font-size:15px;
    }
  }
  @media(max-width:820px){
    section#section4  .sec03SubTitleWrapper {
      gap:60px;
    }
  }
  @media(max-width:780px){
    section#section4  .sec03SubTitleWrapper div.sec03ImgWrapper figure img {
      width:250px;
    }
    section#section4  .sec03SubTitleWrapper .sec03SubTitle {
      font-size:26px;
    }
    section#section4  .sec03SubTitleWrapper p {
      font-size:14px;
    }
  }
  @media(max-width:670px){
    section#section4  .sec03SubTitleWrapper div.sec03ImgWrapper figure img {
      width:200px;
    }
  }
  @media(max-width:610px){
    section#section4  .sec03SubTitleWrapper div.sec03ImgWrapper figure img {
      width:190px;
    }
  }
  @media(max-width:600px) {
    section#section4 {
      margin: 0 auto 150px;
      max-width:80%;
    }
    section#section4  {
      margin: 50px auto 0px;
      max-width: 90%;
    }
  
    #home h2.Title {
      padding-bottom:30px;
    }
    section#section4  div.sec03Container div.sec03TitleWrapper {
      justify-content: flex-start;
      text-align: center;
      padding-bottom: 13px;
      justify-content: center;
    }
  
    section#section4  .sec03SubTitleWrapper {
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap:0;
    }
    section#section4  .sec03SubTitleWrapper:nth-of-type(3), 
    section#section4  .sec03SubTitleWrapper:nth-of-type(4), 
    section#section4  .sec03SubTitleWrapper:nth-of-type(5) {
      margin-top:40px;
    }
  
    section#section4  .sec03SubTitleWrapper:last-child {
      margin-top:40px;
    }
    section#section4  .sec03SubTitleWrapper:last-child  div.sec03ImgWrapper {
      padding-bottom:0; 
    }
  
    section#section4  .sec03SubTitleWrapper:nth-of-type(3) {
      flex-direction:column-reverse;
    }
    section#section4  .sec03SubTitleWrapper:nth-of-type(5) {
      flex-direction:column-reverse;
    }
  
    section#section4  .sec03SubTitleWrapper .sec03SubTitle {
      font-size: 16px;
    }
    section#section4  .sec03SubTitleWrapper .sec03SubTitle:last-of-type {
      padding-bottom:12px;
    }
    section#section4  .sec03SubTitleWrapper p {
      font-size: 13px;
    }
  
    section#section4  .sec03SubTitleWrapper p br {
      display:none
    }
  
    section#section4  .sec03SubTitleWrapper div.sec03ImgWrapper figure img {
      width:100%;
    }
    section#section4  .sec03SubTitleWrapper>div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-bottom: 45px;
    }
  
  
  }
  
  
  
  section#section5  {
    display:block;
    position:relative;
    max-width:60%;
    width:100%;
    margin:100px auto 100px;
  }
  section#section5  div.sec04Container {
  
  }section#section5 div.sec04Container h2.sec04Title strong {    color: #1EA041;
  }
  section#section5  div.sec04Container h2.sec04Title.Title {margin-bottom: 60px;text-align: center;}
  section#section5  div.sec04Container div.sec04Contents {
    display:flex;
    flex-direction:row;
    gap: 20px;
  }
  section#section5  div.sec04Container div.sec04Contents h3 {
    font-family: 'SebangGothic';
    font-weight: 500;
    padding-bottom: 80px;
    padding-left: 30px;
  }
  
  section#section5  div.sec04Container div.sec04Contents div.sec04FlexBox {}
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 {
    display:flex;
    flex-direction: column;
    max-width:100%!important;
    width:100%;
  }
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 {
    opacity:0;
    transform:translateY(50px);
    transition:1s;
  }
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 {
    opacity:1;
    transform:translateY(0);
  }
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 {
    opacity:1;
    transform:translateY(0);
  }
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 {
    opacity:1;
    transform:translateY(0);
  }
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 {
    opacity:1;
    transform:translateY(0);
  }
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox2 {
  }
  
  /* sec04 figure */
  section#section5 figure {
    transition-delay:1s;
    transition:1s;
  }
  section#section5.on figure {
  
  }
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 figure {
    position:relative;
  }
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 figure img {
    width:auto;
    height:auto;
  }
  
  
  section#section5  img.sec04BgImg {
    position:relative;
    width: 100%!important;
  }
  
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 figure img.sec04absolute1,
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 figure img.sec04absolute2,
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 figure img.sec04absolute3 {
    position:absolute;
    top:0;
    left:0;
    width:100%;
  }
  section#section5 .on img.sec04PhoneImg {
    transform:translateY(0);
  }
  
  section#section5  img.sec04Instagram {
    position: absolute;
    top: 6em;
    right: 32px;
    width: auto;
    opacity: 0;
    transition:1s 0.8s;
  }
  section#section5 .on img.sec04Instagram {
    /*opacity:1;*/
  }
  section#section5 .on img.sec04Instagram.block {
    opacity:1;
  }
  section#section5  img.sec05Tiktok {
    position: absolute;
    top: 2em;
    left: 103px;
    width: auto;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.8s;
    transition-delay: 2s 1.5s;
  }
  section#section5  img.sec05Tiktok.block {
    opacity:1;
    transform: translateY(0px);
  }
  section#section5  img.sec04Twitter1 {
    position: absolute;
    top: 23em;
    right: 5em;
    width: 80px!important;
    transition: 0.8s;
    opacity:0;
  }
  section#section5  img.sec04Twitter1.block {
    opacity:1;
    transform: translateY(10px);
  }
  section#section5  img.sec04Twitter2{
    position: absolute;
    top: 24em;
    right: 4em;
    opacity: 0;
    transition: 0.8s;
    width: 80px!important;
    transform: translateY(0px);
  }
  section#section5  img.sec04Twitter2.block {
    opacity: 1;
    transform: translateY(-30px);
  }
  
  section#section5  img.sec04Youtube {
    position: absolute;
    top: 25em;
    left: 4em;
    opacity:0;
    transition: 0.8s;
    width: 80px!important;
  }
  section#section5  img.sec04Youtube.block {
    opacity:1;
    transform: translateY(10px);
  }
  section#section5  img.sec04Facebook {
    position: absolute;
    bottom: 120px;
    left: 2em;
    opacity: 0;
    transition: 0.5s;
    width: auto;
  }
  section#section5  img.sec04Facebook.block {
    opacity:1;
    transform: translateY(20px);
  }
  section#section5  img.sec04Ballon{
    position: absolute;
    top: -42px;
    left: 44px;
    animation: MoveUpDown 2s 4s infinite linear;
    transition: 0.8s;
    width: 142px!important;
  }
  
  section#section5  img.sec04PhoneImg1 {
    position:absolute;
    top:0;
    left:0;
  }
  section#section5  img.bollon1 {
    position: absolute;
    top: -12px;
    left: 0;
    width: 160px!important;
    animation: MoveUpDown 2s 3s infinite linear;
  }
  @keyframes MoveUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  
  @keyframes ballon {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 div.sec04ContentsBox {
    margin-top:30px;
  }
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 div.sec04ContentsBox .sec04title {
    background: #1EA041;
    padding: 6px 14px;
    border-radius: 24px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
    font-size: 20px;
  }
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1:nth-child(3) div.sec04ContentsBox .sec04title,
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1:nth-child(4) div.sec04ContentsBox .sec04title{
    background:#0067CE;
  }
  
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 div.sec04ContentsBox strong {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.2px;
    display: inline-block;
    padding-bottom: 21px;
  }
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 div.sec04ContentsBox p {
    font-size: 22px;
    letter-spacing: -0.6px;
    color: #666;
    font-weight: 400;
  }
  section#section5  div.sec04Container div.sec04Contents .sec04ContentsBox {
  
  }
  section#section5  div.sec04Container div.sec04Contents .sec04FlexBox2 {
    display: flex;
    flex-direction: column;
  }
  
  section#section5  {
    width:100%;
    max-width:1200px;
  }
  @media (max-width:1300px){
    section#section5 {
      max-width:90%;
    }
  }
  @media(max-width:1700px){
  
    section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 {
      width:100%;
      max-width:100%!important;
    }
  }
  @media(max-width:1100px){
  
    section#section5  div.sec04Container div.sec04Contents {
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }
    section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 {
      opacity:1;
      transform:translateY(0);
      transition:1s;
    }
  
    section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 div.sec04ContentsBox .sec04title {
      font-size:18px;
    }
    section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 div.sec04ContentsBox strong {
      font-size:17px;
    }
  
  }
  @media(max-width:600px){
    section#section5  div.sec04Container h2.sec04Title.Title {
      padding-bottom:42px;
    }
  
    section#section5  div.sec04Container div.sec04Contents {
      grid-template-columns: 1fr;
      gap: 60px;
    }
  
    section#section5  img.sec04Ballon {
      top: 75px;
      left: 100px;
    }
    section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 img {
      opacity:1!important;
      transform: translateY(0px);
    }
  
    section#section5  img.sec04Facebook.block {
      transform:initial;
    }
    section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 img.sec04Facebook {
      transform: translateY(-40px);
      opacity: 1!important;
    }
  
    section#section5 img.sec05Tiktok {
      opacity: 1;
      transform: translateY(20px);
    }
    section#section5 img.sec05Tiktok.block {
      opacity: 1;
      transform: initial;
    }
  
    section#section5.on figure img.sec04Instagram {
      transform: translateY(-20px);
      transition: 0.6s;
    }
  
    section#section5  img.bollon1 {
      top: 0;
      left: 60px;
      width: 50%!important;
    }
  
  }
  @media (max-width:530px) {
  
    section#section5  img.sec04Ballon {
      top:-20px;
      left:40%;
    }
  }
  @media (max-width:500px) {
    section#section5  {
      max-width:100%;
      margin: 40px auto 60px;
      padding:0 16px;
    }
  
    section#section5  div.sec04Container h2.sec04Title.Title {
      text-align:center;
      padding-bottom: 0;
      margin-bottom: 20px;
    }
    section#section5  div.sec04Container h2.sec04Title.Title strong {
      display:block;
    }
  
    section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 figure img {
      opacity:1;
    }
  
    section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 {
      opacity:1;
    }
  
    section#section5  div.sec04Container div.sec04Contents {
      flex-direction:column;
      gap:30px;
    }
  
    section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 figure {
      display:flex;
      justify-content:center;
    }
  
    section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 div.sec04ContentsBox strong {
      font-size:14px;
    }
    section#section5  div.sec04Container div.sec04Contents .sec04FlexBox1 div.sec04ContentsBox .sec04title {
      font-size:17px;
      margin-bottom:15px;
    }
  
    .sec04FlexBox1.sec04FlexBox01.third {
      margin-top: 30px;
    }
  }
  
  
  
  /* sec05 */
  section#section6 {position:relative;max-width: 1200px;width:100%;margin: 0 auto 0;}
div#review-slide {
    height: 418px;
}
@media (max-width:1000px){
	div#review-slide {
    height: auto;
}
}
section#section6 .swiper-css-mode>.swiper-wrapper.swiper-css-mode>.swiper-wrapper {
  overflow:initial;
}
  @media (max-width:830px) {
    section#section6 .swiper-css-mode>.swiper-wrapper>.swiper-slide {
      max-width: 100%;
      flex-direction: column;
      justify-content: center;
    }
  
    section#section6  figure {
      width:100%;
      max-width:100%;
    }
    section#section6 .sec05SliderTitleBox {
      width: 100%;
      max-width: 350px;
      justify-content: center;
      display: flex;
      margin: auto;
      text-align: center;
      margin-top:50px;
    }
  
    section#section6  .sec05SliderTitleBox span {
    }
    /* swiper padding-bottom */
    section#section6 .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    }
    section#section6 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, #main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      padding:6px;
    }
    /* swiper arrow */
    section#section6 .swiper-button-prev {
      transform: translateY(-350%);
    }
    section#section6 .swiper-button-next {
      transform: translateY(-350%);
    }
  }
  
  
  /* sec05 slider */
  section#section6.swiper {
    z-index: 999999;
    width:100%;
    max-width:100%;
  }
  section#section6 .sec05Container .swiper-wrapper {
    max-width:100%;
  }
section#section6 .swiper-button-prev,
 section#section6 .swiper-button-next {
font-weight:900;
   color:#11A006
}
  section#section6 .swiper-button-prev {
    left:0;
    transform: translateY(-50%);
 
  }
  section#section6 .swiper-button-next {
    right:0;
    transform: translateY(-50%);

  }
  section#section6 .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    overflow: initial;
  }
  @media (max-width:1000px){
    section#section6 .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    }
  }
  section#section6 .swiper-css-mode>.swiper-wrapper>.swiper-slide {
    display:flex;
    justify-content: center;
    gap: 120px;
  }
  section#section6 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background:transparent;
    opacity:1;
  }
  section#section6 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#0067ce!important;
  }
  section#section6 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
  section#section6 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    border:3px solid #0067ce;
    padding:10px;
  }
  section#section6 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display:flex;
    justify-content:center;
    gap:7px;
  }
  section#section6 figure {
    width:100%;
    max-width:50%;
    display:flex;
    justify-content:center;
    align-items: center;
    max-width: auto;
    width: auto;
  }
  section#section6 figure img {
     width: 240px;
    height: 268px;
  }
  section#section6 .sec05SliderTitleBox {
    width: 34%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  section#section6 .slick-slide img{
    width:100%;
    display: block;
    transition:.8s;
    transform: scale(0.6);
    opacity: 0;
  }
  section#section6 .slick-slide.slick-active img{
    opacity: 1;
    transform: scale(1);
  }
  
  section#section6 .sec05SliderTitleBox {
    width:100%;
    max-width:40%;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  section#section6 .sec05SliderTitleBox strong {
    color: #11A006;
    font-size: 18px;
    font-weight: 700;
  }
  section#section6 .sec05SliderTitleBox span {
    display: flex;
    justify-content: flex-start;
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 700;
  }
@media(max-width:768px){
  section#section6 .sec05SliderTitleBox span {
    font-size:16px;
  }
}
  section#section6 .sec05SliderTitleBox p {
    padding: 0;
    margin: 0;
    color: #787878;
    font-size: 14px;
    line-height: 1.6;
  }
  @media (max-width:1300px){
    section#section6 {
      margin: 0;
      max-width: 100%;
    }
  }
  @media (max-width:600px) {
    section#section6 h2.Title {
      padding-bottom:30px;
    }
  }
  
  @media (max-width:1000px) {
  
    /* swiper - review slider */
    section#section6.swiper {
      margin:30px auto 0;
      overflow:visible;
    }
    section#section6 .swiper-css-mode>.swiper-wrapper>.swiper-slide {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-width: 100%;
      gap: 20px;
    }
    section#section6 .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    }
    section#section6 .swiper-button-prev {
      left: 0;
      transform: translate(0, -100px);
    }
    section#section6 .swiper-button-next {
      right: 0;
      transform: translate(0, -100px);
    }
    section#section6 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
      font-size: 20px!important;
      position: relative;
      left: -2px;
    }
    section#section6 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
      font-size:20px!important;
    }
    /* swiper pagination */
    section#section6 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
      gap:2px;
    }
  
    section#section6 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, #main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      padding:3px;
    }
    section#section6 figure {
      width:60%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    section#section6  figure img {
      width:auto;
      height: 200px;
    }
    section#section6 .sec05SliderTitleBox {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      max-width: 100%;
      margin: auto;
      margin-top: 23px;
    }
    section#section6  .sec05SliderTitleBox strong {
    }
    section#section6  .sec05SliderTitleBox span {
    }
    section#section6 .sec05SliderTitleBox {
      margin-top: 23px;
      font-size:14px;
    }
  
  }
@media(max-width:768px){
  section#section6 figure img {
    height:145px
  }
    section#section6  .sec05SliderTitleBox p {
      font-size:12px;
      text-align:left;
    }
  section#section6 .sec05SliderTitleBox strong {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width:500px){
  section#section6 figure img {
  	width:100%;
    height:100%;
  }
}
  @media (max-width:360px) {
    section#section6 .sec05SliderTitleBox span {
      max-width:140px;
      font-size:12px;
    }
    /* swiper padding-bottom */
    section#section6 .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    }
    /* swiper button */
    section#section6 .swiper-button-prev {
    }
    section#section6 .swiper-button-next {
    }
  }
  @media (max-width:450px){
    section#section6 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
      font-size:14px!important;
    }
    section#section6 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
      font-size:14px!important;
    }
  }
  
  
  section#section7 {
    display:block;
    position:relative;
    margin: 72px auto 100px;
    max-width:60%;
    width:100%;
  }
  section#section7 .sec06Title {
    text-align:center;
  }
  section#section7 .container {
    max-width: 1320px;
    margin: 0 auto;
  }
  
  section#section7 .accordion {
    margin-top: 1.875rem;
  overflow: hidden;
  }
  section#section7 .accordion .accordion-item {
    color: #1b1d21;
    margin-bottom: 1.875rem;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    transition: 0.2s;
  }
section#section7 .accordion .accordion-header {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
      transition: 0.2s;
  margin-top:20px;
}
  section#section7 .accordion .accordion-item.active {
    border: 1px solid #dbdbdb;
    transition: 0.1s;
    padding: 10px 20px 15px;
    background: #fff;
    box-shadow: 0 0.625rem 0.625rem 0 rgb(0 0 0 / 10%);
    border-radius: 50px;
  }
  section#section7 .accordion .accordion-body.active {
    max-height: max-content;
    padding: 15px 20px 10px;
    border-bottom: 1px solid #ddd;
  }
  section#section7 .accordion  .accordion-header.active::after {
    transform: rotate(-180deg);
  }
  section#section7 .accordion .accordion-item:last-child {
    margin-bottom: 0;
  }
  section#section7 .accordion .accordion-header {
    padding: 1.5625rem;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  section#section7 .accordion  .accordion-header::before {
    display: flex;
    content: "Q";
    padding: 18px 26px;
    margin-right: 1.25em;
    transition: cubic-bezier(.215,.61,.355,1) 1s;
    color: #0067ce;
    border: 3px solid #0067ce;
    border-radius: 50%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-family: 'SebangGothic';
    font-weight: 600;
    font-size: 22px;
  
  }
  section#section7 .accordion .accordion-header::after {
    content:"\f107";
    font-size: 3rem;
    font-family: "FontAwesome";
    position: absolute;
    right: 1.5rem;
    transition: all 0.2s ease-in-out;
    transform: rotate(0deg);
    color: #0067ce;
  }
  section#section7 .accordion .accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    display: flex;
    align-items: center;
  }
  section#section7 .accordion  .accordion-body::before {
    display: flex;
    content: "A";
    max-width: 70px;
    width: 100%;
    height: 70px;
    padding: 18px 26px;
    margin-right: 1.25em;
    transition: cubic-bezier(.215,.61,.355,1) 1s;
    color: #fff;
    background-color: #1EA041;
    border: 2px solid #1EA041;
    border-radius: 50%;
    /* flex-wrap: nowrap; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-family: 'SebangGothic';
    font-weight: 600;
    font-size: 22px;
  }
  section#section7 .accordion  .accordion-body .accordion-body-content {
    font-size: 19px;
    display:flex;
  }
  section#section7{
    max-width:1200px;
    width:100%;
    margin: auto;
  }
  @media (max-width:1300px) {
    section#section7{
      max-width:90%;
      margin-top: 80px;
    }
  }
  @media (max-width:1000px) {
    section#section7 {
      margin-top:50px;
    }
  }
  @media (max-width:830px) {
    section#section7 {
      margin-top:50px;
  
    }
    section#section7 .accordion .accordion-header {
      font-size:21px;
    }
    section#section7 .accordion  .accordion-body .accordion-body-content {
      font-size:17px;
    }
  }
  @media (max-width:760px){
    section#section7 .accordion .accordion-header {
      max-width: 100%;
      padding-right: 43px;
    }
    section#section7 .accordion .accordion-item.active {
      padding:10px 10px 15px 5px;
    }
    /* arrow */
    section#section7 .accordion  .accordion-header::after {
      right: 10px;
    }
  } 
  /* sec06 mobile */
  @media (max-width:450px) {
    section#section7{
      margin: 0 auto 0px;
      max-width: 90%;
    }
  
    /* faq */
    section#section7 .accordion {
      margin-top:20px;
    }
    section#section7 .accordion .accordion-item.active {
      padding: 10px 10px 10px;
  
    }
    section#section7 .accordion  .accordion-header {
      padding: 1rem;
      font-size:13px;
      width:100%;
      max-width: 100%;
      padding-right: 27px;
      margin-top: 10px;
    }
    section#section7 .accordion .accordion-body {  
      
    }
    /* faq ['q'] */
    section#section7 .accordion .accordion-header::before {
      padding:8px 13px;
      margin-right:0.8em;
      font-size:15px;
    }
    /* faq ['a'] */
    section#section7 .accordion  .accordion-body::before {
      font-size: 15px;
      padding: 8px 13px;
      margin-right: 1em;
      width:auto;
      height:auto;
    }
    section#section7 .accordion  .accordion-body .accordion-body-content {
      font-size:11px;
    }
    section#section7 .accordion  .accordion-body {	
      padding:0;
    }

    section#section7 .accordion  .accordion-body.active {
      padding: 20px 10px 10px 10px;
    	
    }
      
  
    /* faq : before - arrow */
    section#section7 .accordion .accordion-header::after {
      right: 6px;
      font-size:1.6rem;
    }
  }
section#section3 div.section3_img_box{
  display:flex;
  justify-content: center;
}
  section#section3 div.section3_img_box img {
    height:177px;
  }
@media (max-width:500px){
  section#section3 div.section3_img_box img {
    height:124px;
       width:auto;
  }
}
  /* footer */
  
  #footer  {
    display: flex;
    width:100%;
    max-width: 90%;
    margin: 160px auto 70px;
    position: relative;
    z-index: 1;
  }
  #footer  .footerWrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #footer  .footerWrapper div.footerLeft {
    z-index: 9999;
    display:flex;
    align-items:center;
  }
  #footer  .footerWrapper div.footerLeft ul {
    display:flex;
    flex-direction:column;
    gap:3px;
  }
  #footer  .footerWrapper div.footerLeft ul>li {
    color: #000;
    font-size: 12px;
  }
  
  #footer  .footerWrapper div.footerRight {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer  .footerWrapper div.footerRight figure {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #footer  .footerWrapper div.footerRight figure img.pc {
    width: auto;
    height: 57px;
  }
  #footer  .footerWrapper div.footerRight figure img.mobile {
    display:none;
  }
  #footer  .footerWrapper div.footerRight figure p {
    color:#000;
  }
  #footer  {
    max-width:1200px;
    width:100%;
    margin: 200px auto 100px;
    background-color:#fff;
  }
main.homemain #footer {
	margin:auto;
	padding:100px 0;
	background-color: #F3F5F7;
	width: 100%;
	max-width: 100%;
}
main.homemain #footer div.footerWrapper {
  max-width: 1200px;
  margin: auto;
}
  @media (max-width:1300px) {
  
    #footer  {
      max-width:90%;
      margin: 0 auto 100px;
    }
  }
  @media (max-width:700px) {
    /*footer marginTop */
    #footer  {
      max-width: 90%;
      margin: 55px auto 70px;
    }
    #footer  .footerWrapper {
      display:flex;
      flex-direction: column;
      width: 100%;
      gap: 20px;
    }
    /*footer left*/
    #footer  .footerWrapper div.footerLeft ul {
      display:flex;
      gap:2px;
    }
    #footer  .footerWrapper div.footerLeft ul li {
      font-size:11px;
    }
    /*footer right*/
    #footer  .footerWrapper div.footerRight {
      position: relative;
      display: flex;
      justify-content: left;
      align-items: center;
      flex-direction: row;
    }
    #footer  .footerWrapper div.footerRight figure {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      margin-top: 20px;
    }
    #footer  .footerWrapper div.footerRight figure p {
      width:50%;
      text-align: right;
    }
    #footer  .footerWrapper div.footerRight figure img {
      width:auto;
      height:100%;
    }
    #footer  .footerWrapper div.footerRight::after {
      display: block;
      content: '';
      width: 100%;
      height: 2px;
      background-color: #dddddd;
      position: absolute;
      top: 0;
      left: 0;
    }
  
    #footer  .footerWrapper div.footerRight figure img.pc {
    }	
    #footer figure a:nth-of-type(1){
    }
    #footer  .footerWrapper div.footerRight figure img.mobile {
      display:block!important;
      height:30px;
    }
  }
  @media (max-width:1300px){
    section#section2 {
      overflow-x: hidden;
      padding: 40px 16px;
    }
     
    section#section3 div.section3_wrapper
    {
      max-width:90%;
      margin: 70px auto 100px;
    }
    section#section2 div.section2_wrapper {
      max-width:90%;
      margin:0 auto 10px;
    }
    section#section3 {
    padding: 100px 16px;
    }
  }

  @media (max-width: 768px){
     section#section3 {
    padding:40px 16px;
  }
    section#section2 div.section2_wrapper {
      max-width:100%;
      margin: 0;
    }
  
    section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper table {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  overflow-x: auto;
  max-width: 100%;
  min-width: 612px;
  }
  }
  
  @media (max-width:500px){
  
    section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper table {
      width: 100%;
      height: auto;
      overflow-x: auto;
      max-width: 100%;
    }
    .main_randing_nav {
      display:none;
    }
  
    section h3.section_title,
    section h2.Title span:nth-of-type(1){
      margin-bottom:20px;
      font-size: 20px;
    }
    section#section3 h3.section_title {
      margin-bottom:24px;
    }
    section .section3_img_box {
      margin-bottom:15px;
    }
   
    section#section2 {
      margin-top:40px;
      margin-bottom: 0;
    }
    section#section3 div.section3_wrapper {
      margin-top:40px;
      margin-bottom: 20px;
    }
    section#section3 p.section3_description {
      font-size:12px;
      margin-bottom:24px;
    }
    section#section3 div.section3_faq_box_wrapper {
      margin-top:24px;
    }
 section#section3 div.section3_faq_box_wrapper .headingTag {
      margin-bottom:20px;
    }
    section#section3 div.section3_faq_box_wrapper .faq_link_move_box ul {
      flex-direction:column;
    }
    section#section3 a.section3_a_link_move {
      font-size:14px;
    }
    section#section3 div.section3_faq_box_wrapper .faq_link_move_box {
      margin-bottom:20px;
    }
    section#section3 div.section3_faq_box_wrapper div.faq_link_arrive_box {
      padding-top:20px;
    }
    section#section3 div.section3_faq_box_wrapper div.faq_link_arrive_box h4 {
      font-size:18px;
    }
    section#section3 div.section3_faq_box_wrapper div.faq_link_arrive_box p.faq_description {
      font-size:12px;
      padding:20px 0;
    }
    section#section3 div.section3_faq_box_wrapper div.faq_link_arrive_box a.faq_section_moveLink {
      font-size:14px;
    }
    section.section_faq_9 {
      margin-bottom: 30px;
    }
    section#section3 div.section3_faq_box_wrapper small.faq_description_bottom {
      font-size:12px;
    }
    section#section3 {
    }
    section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td {
      padding:8px 4px 8px 12px;
      font-size: 12px;
    }
    section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper th[scope="row"] + td  {
     font-size:14px;
    }
    section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper th.snsmart_table_th {
      width: 93px!important;
      max-width: 92px!important;
      min-width: 200px!important;
    }
    section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper tr:nth-child(11) td:nth-child(2)::after {
      left: -1.5px;
    }
  
    section#section3 h3.section_title img {
      height:144px;
  
    }
    section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper th.snsmart_table_th img {
      width:100px;
      height:auto;
    }
    section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td:nth-child(2), section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td:nth-child(3), section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper td:nth-child(4) {
      text-align: center;
    }
    section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper th {
      width: 58px;
      font-size: 12px;
      min-width:120px;
      font-size:3vw;
    }
    section#section2 div.section2_wrapper div.compare_to_snsmart_wrapper th[scope="col"] {
      font-size:14px;
    }
  }
  h2.sec05Title  {
    text-align:center;
  }
  main.homemain {
    flex-direction:column;
  }

main.homemain section {
  overflow-x: hidden;
  height:auto;
  min-height:auto;
}
  .sec06TitleWrapper {
    margin-bottom:60px;
  }
  @media (max-width:500px){
    .sec06TitleWrapper {
      margin-bottom:20px;
    }
  }
  
  /*  */
  nav {
    /* overflow: initial; */
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #E2E2E2;
  }
  @media (max-width:1023px){
    nav {
 
    }
    .main_randing_nav {
      display:none;
    }
  }
  #gnb_menu_wrapper {
    display:flex;
  }
  div.nav_contents {
    flex-direction: row;
    overflow: initial;
    padding-top: 0;
    /* border-bottom: 1px solid #E2E2E2; */
    z-index: 99;
    justify-content: space-between;
    padding: 0;
    max-width: 1200px;
    background-color: initial;
    margin: auto;
  }
  @media (max-width:1300px){
    div.nav_contents {
      max-width:95%;
    }
  }
  .nav_contents_services,
  .gnb_menu_wrapper {
    display:flex;
    height: 100%;
    width:auto;
    border-bottom:none;
  }
@media (max-width:1024px){
.nav_contents_services, .gnb_menu_wrapper {
  display:none;
  }
}
  div.header_logoWrapper {
    margin-right: 24px;
  }
  @media (max-width:300px){
    div.header_logoWrapper {
      margin-right:0;
    }
  }
  div.header_mobile_menu_box_wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px;
  }
  .not_auth_nav_wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .not_auth_nav_wrapper a {
      color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
  }

.not_auth_nav_wrapper a:last-child {
  padding-right:0;
}
  .not_auth_nav_wrapper a:nth-child(1)::after {
    display: flex;
    width: 0.3px;
    height: 20%;
    content: '';
    background-color: #E3E4E7;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  ul#gnb_menu_wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    color: #1A1A1A;
    align-items: center;
    height: 100%;
    position: relative;
  }
  
  ul#gnb_menu_wrapper > li {
    position: relative;
    color: #1A1A1A;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
  }
  ul#gnb_menu_wrapper > li:hover p.nav_menuTitle::after {
    transform:rotate(180deg);
  }
  ul#gnb_menu_wrapper > li.parent {
    padding-right:16px;
  }
  ul#gnb_menu_wrapper > li.parent:hover p.nav_menuTitle {
    background-color:#E3E4E7;
    border-radius:4px;
    font-weight: 700;
  }
  ul#gnb_menu_wrapper > li.parent.\31 > ul.child,
  ul#gnb_menu_wrapper > li.parent.\32 > ul.child
  {
    height:auto;
    min-height: auto;
  }
  ul#gnb_menu_wrapper > li.parent.active > .child {
    display:block;
  }
  ul#gnb_menu_wrapper > li > a, 
  ul#gnb_menu_wrapper > li > p {
    display: flex;
    padding: 15px 20px;
    color: #1A1A1A;
    padding: 2px 4px;
    font-weight: 400;
  }
  ul#gnb_menu_wrapper > li > a.nav_menu.active {
  font-weight: 700;
}
    ul#gnb_menu_wrapper > li > p.active {
      font-weight:800;
    }
  p.nav_menuTitle {
    color: #1A1A1A;
  }
  
  ul#gnb_menu_wrapper > li > a:hover, 
  ul#gnb_menu_wrapper > li > p:hover {
  
  }
  
  ul#gnb_menu_wrapper .child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    list-style: none;
    /* padding: 12px; */
    margin: 0;
    min-width: 200px;
    z-index: 1000;
    border-radius: 4px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10), 0px 4px 8px 0px rgba(0, 0, 0, 0.03);
    height: auto;
    min-height: 100%;
  }

ul#gnb_menu_wrapper .child .child_box {
	border-left:1px solid  #E3E4E7;
}
  ul#gnb_menu_wrapper .child.show {
    border-top-right-radius:0;
    border-bottom-right-radius:0;
  }
  ul#gnb_menu_wrapper .child li {
    padding-bottom: 12px;
    padding: 0 12px 12px 12px;
    cursor:pointer;
  }
  ul#gnb_menu_wrapper .child li:nth-of-type(1){
    padding-top:12px;
  }
  ul#gnb_menu_wrapper .child .child li {
    padding: 0 12px 12px 12px;
  }
  ul#gnb_menu_wrapper .child li:nth-child(1){
    padding-top:12px;
  }
  ul#gnb_menu_wrapper .child li a {
    display: flex;
    color: #1A1A1A;
    text-decoration: none;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    width: 100%;
    padding: 8px 8px;
    justify-content: space-between;
  }
ul#gnb_menu_wrapper .child li a.active {
  background:#cdcdcd;
  border-radius:4px;
}
ul#gnb_menu_wrapper .child li a.active:hover {
	background:#cdcdcd;
}
  ul#gnb_menu_wrapper li.parent.\30  > ul.child > li a::after {
    content:"\f105";
    font-family: "Font Awesome 6 Pro";
    color: #1A1A1A;
    font-weight: 800;
  }
  ul#gnb_menu_wrapper li.parent.\30 > ul.child > li li a::after {
    display:none;
  }
  ul#gnb_menu_wrapper li.parent.\30  > ul.child > li:last-child a::after {
    content:'';
  }
  
  
  ul#gnb_menu_wrapper .parent.active a.nav_menu.active .child  {
    display:block
  }
  ul#gnb_menu_wrapper .child li a:hover {
    background-color: #E3E4E7;
    border-radius:4px;
  }
  
  ul#gnb_menu_wrapper li:hover > .child {
    display: block;
    z-index: 9;
  }
  ul#gnb_menu_wrapper.child li:hover .child {
    display:block!important;
  } 
  ul#gnb_menu_wrapper .child .child li {
  }
  ul#gnb_menu_wrapper .child .child {
    top: 0px;
    left: 100%;
    margin-left: 0;
    height: 402px;
    box-shadow: 16px 1px 20px 0px rgba(0, 0, 0, 0.10), 15px 8px 8px 0px rgba(0, 0, 0, 0.03);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 100%;
    overflow-y: auto;
    min-width: 225px;
  }
 ul#gnb_menu_wrapper .child .child::-webkit-scrollbar {
    width: 10px;
  }
 ul#gnb_menu_wrapper .child .child::-webkit-scrollbar-thumb {
    background-color: #E3E4E7;
    border-radius: 10px;
    background-clip: padding-box;
    border: 3px solid transparent;
  }
  .nav_menu.active {
  }
  .child {
    list-style-type: none;
    /* padding-left: 20px; */
    display: none; 
  }
  .parent:hover > .child {
    display: block;
  }
  .child.show div.box-border {
    background: #E3E4E7;
    position: absolute;
    left: 100%;
    height: 94%;
    width: 1px;
    top: 14px;
    z-index: 99999;
  }
  div.header_pc_service_wrapper {
    display:flex;
    align-items:center;
  }
  div.header_pc_user_wrapper {
    display:flex;
    align-items:center;
    gap: 16px;
  }
  div.header_user_wrapper {
    display:flex;
    position: relative;
    height: 100%;
  }
  
  div.header_user_wrapper div.user_info_box {
    display: flex;
    align-items: center;
    padding: 8px;
    gap: 9px;
    height: 100%;
    cursor: pointer;
  }
  div.header_user_wrapper.active i {
    transform:rotate(180deg);
  }
  div.header_user_wrapper.active div.user_info_contents_box {
    display:flex;
    width: 100%;
    min-width: 106px;
  }
  div.header_user_wrapper div.user_info_box p {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
  }
  div.header_user_wrapper div.user_info_box i {
    font-size: 16px;
    font-weight: 500;
    transition: cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.3s;
  }
  div.header_user_wrapper div.user_info_contents_box {
    position: absolute;
    top: 100%;
    display: flex;
    display: none;
    flex-direction: column;
    background-color: #fff;
    padding: 12px;
    gap: 12px;
    border-radius: 4px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10), 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
  }
  div.header_user_wrapper div.user_info_contents_box a{
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
    border-radius: 4px;
  }
  div.header_user_wrapper div.user_info_contents_box a:hover {
    background-color:#E3E4E7;
  
  }
  div.header_notice_wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
  
  div.header_notice_wrapper i {
    font-size: 16px;
    color: #1A1A1A;
  }
  @media (max-width:1024px){
  div.header_user_wrapper {
  	display:none;
  }
 div.nav_contents_services {
  	display:none;
  }
  .not_auth_nav_wrapper {
  	gap:14px;
  }
  .not_auth_nav_wrapper a {
    padding-right:14px;
  }
  .not_auth_nav_wrapper a:last-child {
    padding-right:0;
  }
}
  div.header_notice_wrapper div.notice_wrapper {
    position: absolute;
    top: 101%;
    width: 100px;
    background-color: #FAFAFC;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10), 0px 4px 8px 0px rgb(0 0 0 / 10%);
    border-radius: 4px;
    height: 100px;
    right: 0;
    width: 420px;
    height: 320px;
    min-height: 320px;
    overflow-y: auto;
    display: none;
  }
  div.header_notice_wrapper.active div.notice_wrapper {
    display:flex;
  }
  div.header_point_wrapper {border: 1px solid #C5C5C8;border-radius: 32px;display: flex;align-items: center;}
  
  div.header_point_wrapper a {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px;
    display: flex;
    gap: 6px;
    align-items: center;
    letter-spacing: -0.5px;
  }
  div.header_point_wrapper i {
    color: #11A006;
    font-size: 16px;
  }
  
  /* newOrder - header - top */
  div.newOrder_header_wrapper {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
     align-items: center;
  }
  div.newOrder_header_wrapper .newOrder_top_wrapper {
    display: flex;
    gap: 24px;
    align-items: center;
    width: 100%;
        flex-direction: row;
  }
  div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title {
     position: relative;
    width: 832px;
    height: initial;
    padding: 0;
    min-height: initial;
    top: initial;
    z-index: initial;
    display: initial;
    border-bottom: none;
  }
div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title h1 {
    color: #1A1A1A;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 20px;
	}
@media (max-width:1024px){
  div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title h1 {
  	font-size:3vw;
    padding-bottom:10px;
  }
}
@media (max-width:500px){
  div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title h1 {
  	font-size:14px;
  }
}
div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title p {
	    color: #1A1A1A;
    font-size: 18px;
    font-weight: 500;
}
@media (max-width:1024px){
  div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title p {
  	font-size:2vw;
  }
}
@media (max-width:500px){
  div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title p {
  	font-size:10px;
  }
}
  div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title.mobile {
    display:none;
  }
   /* div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title::after {
  display: block;
    content: '';
    background-image: url(https://storage.perfectcdn.com/7mcojg/3gc42d0u892zcqat.png);
    position: absolute;
    background-size: cover;
    width: 173px;
    height: 173px;
    top: -12px;
    right: 11px;
    opacity: 0.4;
    transform: rotate(33deg);
  }*/
  div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1A1A1A;
    position: relative;
    z-index: 9;
    padding-left: 30px;
  }
  
  div.newOrder_header_wrapper div.newOrder_rank_wrapper {
    display: flex;
    gap: 10px;
  }
  div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box {
    width: 88px;
    height: 82px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius:20px;
    padding:4px;
    position: relative;
    cursor: pointer;
  }
  div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box a {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
  }
  div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box i {
    font-size: 12px;
    position: absolute;
    bottom: 7px;
    font-weight: 800;
  }
  div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box:nth-child(1){
    background-color:#E9CA5D;
  }
  div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box:nth-child(2){
    background-color:#E1E1E1;
  }
  div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box:nth-child(3){
    background-color:#DBC29B;
  }
  div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box:nth-child(4),
  div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box:nth-child(5)
  {
    background-color:#D1F3CE;
  }
  
  div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box div.rank_title{
    height: 26px;
    display: flex;
    align-items: center;
  }
  div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box div.rank_title strong{
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 800;
  }
  @media (max-width:768px){
    div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box div.rank_title strong {
      font-size:14px;
    }
  }
  div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box div.rank_service {
    display: inline;
    flex-wrap: wrap;
  }
  div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box div.rank_service p{
    color: #787878;
    font-size: 11px;
    font-weight: 400;
    display: inline;
  }
  
  div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box div.rank_service b{
    font-size: 10px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1;
  }
  @media (max-width:768px){
    div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box div.rank_service p,
    div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box div.rank_service b{
      font-size:10px;
    }
  }
  
  div.newOrder_top_right_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
        width: 34.5%;
    height: 100%;
  }
  #addfunds div.newOrder_top_right_wrapper {
    gap:10px;
    display:flex;
    flex-direction:column;
  }
  div.newOrder_top_right_wrapper div.newOrder_banner_wrapper{}
  div.newOrder_top_right_wrapper div.newOrder_banner_wrapper{
    display: flex;
    width: 308px;
    max-width: 308px;
    min-width: 308px;
    position: relative;
  }
  
  #addfunds div.newOrder_top_right_wrapper div.newOrder_banner_wrapper,
  #blog-post div.newOrder_top_right_wrapper div.newOrder_banner_wrapper{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #blog-post div.newOrder_top_right_wrapper div.newOrder_banner_wrapper img {
    width:100%;
  }
  @media (max-width:1024px){
    div.newOrder_top_right_wrapper div.newOrder_banner_wrapper {
      width:100%;
      max-width:100%;
      min-width:100%;
    }
  
  }
  div.newOrder_banner_wrapper .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  div.newOrder_banner_wrapper .swiper-pagination-bullet-active {
    background:#19C30B;
  }
  div.newOrder_top_right_wrapper div.header_banner {}
  div.newOrder_top_right_wrapper div.header_banner img{
    width: 100%;
  }
  div.newOrder_top_right_wrapper div.header_banner:nth-child(2),
  div.newOrder_top_right_wrapper div.header_banner:nth-child(3) {
  }
  #addfunds div.newOrder_top_right_wrapper div.header_banner img {
    width:100%;
  }
  div.slider_notice_count_wrapper {
    background-color: #E3E4E7;
    padding: 5px;
    border-radius: 4px;
    line-height: 1.2;
    height: 100%;
  }
  @media (max-width:1024px){
    div.slider_notice_count_wrapper {
      padding:8px 5px 8px 5px;
      height:auto;
    }
  }
  div.slider_notice_count_wrapper a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1A1A1A;
    gap: 4px;
    justify-content: center;
    height: 100%;
  }
  @media (max-width:1024px){
    div.slider_notice_count_wrapper a {
      flex-direction:row;
      justify-content:center;
    }
    #addfunds div.slider_notice_count_wrapper a {
      flex-direction:column;
    }
  }
  @media (max-width:400px){
    div.slider_notice_count_wrapper a {
      flex-direction:column;
    }
  }
  div.newOrder_top_right_wrapper div.timer_box {}
  div.newOrder_top_right_wrapper div.timer_box strong {
    font-size:12px;
    color:#1A1A1A;
    font-weight:700;
  }
  div.slider_notice_count_wrapper strong {}
  div.slider_notice_count_wrapper span.timer_date {
    font-size: 12px;
    font-weight: 400;
  }
  div.newOrder_orderContents {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  @media (max-width:1300px){
    div.newOrder_orderContents {
    }
  }
  .newOrder_service_select_wrapper.services .select2 {
    display:none;
  }
  div.newOrder_service_page_wrapper {
    display: flex;
    flex-direction:column;
    background-color: #FFF;
    padding: 16px;
    border:1px solid #E3E4E7;
    border-radius:8px;
    width: 876px;
    flex: 876px;
  }

  div.newOrder_service_page_wrapper .newOrder_title {
    color:#1A1A1A;
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
  }
@media (max-width:1024px){
  div.newOrder_service_page_wrapper .newOrder_title {
  	margin-bottom:0;
  }
}

  .newOrder_auto_banner {
    display:flex;
    background-color: #EAF3FF;
    padding: 10px;
    border-radius: 4px;
    gap: 10px;
    margin-bottom: 20px;
    display: none;
  }
  .newOrder_auto_banner i , 
  .newOrder_auto_banner strong {
    color:#0049B2;
    line-height: 1.4;
    font-size: 12px;
  }
  .newOrder_auto_banner strong {
    font-weight: 400;
  }
  div.newOrder_service_page_box {
    display:flex;
    gap: 20px;
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
  }
  
  div.newOrder_description_image_wrapper {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    height: 100px;
    /*background: linear-gradient(93deg, #523CDB -4.6%, #FF2F7A 48.41%, #FFE176 102.5%);*/
    border-radius: 6px;
  }
  @media (max-width:1300px){
    div.newOrder_description_image_wrapper {
      margin-bottom:0;
    }
  }
  div.newOrder_description_image_wrapper img {
    width: 238px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.7;
  }
  div.newOrder_description_image_wrapper p.description_img_title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.60);
  }
  div.newOrder_description_image_wrapper p.description_img_title.static_title {
    position: absolute;
    top: 29px;
    left: 18px;
  }
  
  div.newOrder_description_image_wrapper p.description_img_title.change_title {
    top: 55px;
    left: 18px;
    position: absolute;
  }
  @media (max-width:1025px){
    div.newOrder_description_image_wrapper p.description_img_title.static_title {
      top: calc(50% - 14px);
      left:16px;
      transform:translate(-0%,-50%);
    }
    div.newOrder_description_image_wrapper p.description_img_title.change_title {
      top: calc(50% + 10px);
      left:16px;
      transform: translate(0%,-50%);
      line-height: 1.3;
      font-size: 14px;
    }
  }
@media (max-width:370px){
  div.newOrder_description_image_wrapper p.description_img_title.static_title {
     top: calc(50% - 24px);
  }
}
  .newOrder_descriptionTitleBox {
    display: flex;
    justify-content: center;
    height: 52px;
    align-items: center;
    border-bottom: 1px solid #E3E4E7;
    padding:0 16px;
  }
  @media (max-width:630px){
    .newOrder_descriptionTitleBox {
      padding: 0;
    }
  }
  .newOrder_descriptionTitleBox a {
    color:#C5C5C8;
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width:630px){
    .newOrder_descriptionTitleBox a {
      font-size:14px;
    }
  }
  .newOrder_descriptionTitleBox div.border {
    background-color: #19C30B;
    transition: all 0.3s ease 0s;
    color: rgb(0, 0, 0);
    left: 0px;
    width: calc(50%);
    height: 2px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
  }
  
  .newOrder_descriptionTitleBox a.active {
    position:relative;
    color:#1A1A1A;
    font-weight: 600;
  }
  
  .newOrder_descriptionHrefBox {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
  }
  a#linkCheck {
    color:#fff;
  }
  a#linkCheck img {
    width: 100%;
    border: 1px solid #E3E4E7;
    border-radius: 4px;
  }
  .newOrder_description_wrapper {
    width: 100%;
    max-width:100%;
    min-width:560px;
  }
  .newOrder_service_notice_box_wrapper {
    margin-bottom: 20px;
  }
  .newOrder_service_notice_box_wrapper.pc {
    display:block;
  }
  .newOrder_service_notice_box_wrapper.mobile {
    display:none;
  }
@media (max-width:1024px){
  div.newOrder_top_right_wrapper div.header_banner figure {
  	width:100%;
  }
}
  @media (max-width:1023px){
    .newOrder_service_notice_box_wrapper.pc {
      display:none;
    }
    .newOrder_service_notice_box_wrapper.mobile {
      display:block;
    }
  }
  .newOrder_service_notice_title {
    display:flex;
    align-items:center;
      gap:4px;
  }
  .newOrder_service_notice_box_wrapper i {
    color: #535355;
    font-size: 14px;
    font-weight: 900;
  }
  .newOrder_service_notice_box_wrapper small {
      color: #535355;
      font-size: 12px;
      font-weight: 600;
  }
  .newOrder_service_notice_box {
      height: 100%;
      max-height: 80px;
      min-height: 80px;
      overflow-y: auto;
      overflow-x: hidden;
      border: 1px solid #C5C5C8;
      border-radius: 8px;
      margin-top: 5px;
      padding: 8px 1px 8px 12px;
  }
  .newOrder_service_notice_box::-webkit-scrollbar {
    width: 10px;
  }
  .newOrder_service_notice_box::-webkit-scrollbar-thumb {
    background-color: #E3E4E7;
    border-radius: 10px;
    background-clip: padding-box;
    border: 3px solid transparent;
  }
  .newOrder_service_notice_box::-webkit-scrollbar-track {
  }
  .noticeContents {
    padding: 6px 0;
    line-height: 1.4;
  }
  .noticeContents b {
    font-weight:500;
  }
  .noticeContents span {font-size: 11px;}
  .noticeContents span.button {
      padding:3px 6px;
      background-color:#ddd;
      border-radius:4px;
      font-size: 10px;
  }
  .noticeContents span.button.success {
    color:#535355;
    background-color:#E3E4E7;
  }
  .noticeContents span.button.proceeding {
    color:#0049B2;
    background-color:#CCE1FF;
  }
  .noticeContents span.button.operation {
    color:#F17114;
    background-color:#FFEAD2;
  }
  .noticeContents:nth-child(1){
    padding-top:0;
  }
  @media (max-width:1300px){
    .newOrder_description_wrapper {
      min-width: 50%;
      flex: 1 1 auto;
    }
  }
  .newOrder_input_select_wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 265px;
    border-radius: 8px;
    height: auto;
  }
  @media (max-width:1300px){
    .newOrder_input_select_wrapper {
      min-width: 20%;
      flex: 1 1 auto;
    }
  }
  .review-slider-content-box {
    border: 1px solid #E3E4E7;
    border-radius: 8px;
    padding: 16px;
  }
  @media (max-width:1025px){
    .review-slider-content-box {
      border:none;
      padding: 0;
    }
  }
  .review-grid-pagination-box {
    display: flex;
    justify-content: space-between;
  }
  .slide-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .newOrder_service_select_wrapper.charge_box {
    margin-right:0;
    flex-direction: column;
    border: 1px solid #E3E4E7;
    border-radius: 8px;
    padding: 16px;
    height:auto!important;
  }
  
  .newOrder_service_count_title_wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid #E3E4E7;
    padding-bottom: 10px;
  }
  
  .newOrder_service_count_title_wrapper strong#service_payements_label {
    display:flex;
    justify-content:flex-end;
    width:100%;
    text-align: right;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  
  .newOrder_service_count_title_wrapper .service_count_box {
    display:flex;
    justify-content:space-between;
  }
  .newOrder_service_count_title_wrapper .service_count_box label {
    font-size: 14px;
    color: #A2A3A6;
    font-weight: 500;
  }
  .newOrder_service_count_title_wrapper .service_count_box p {
    font-size: 14px;
    font-weight: 700;
    color: #1A1A1A;
  }
  .newOrder_charge_box {
    display: flex;
    align-items: center;
  }
  .header_right_wrapper {
    display: flex;
    height: 100%;
    align-items: center;
  }
.header_right_wrapper div.header_not_auth:last-child {
	padding-left:20px;
}
  .header_right_wrapper div.header_not_auth {
    height: 100%;
    display: flex;
    align-items: center;
    font-size:14px;
  }

  .header_right_wrapper div.header_not_auth a {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
  } 
  .header_right_wrapper div.header_not_auth:nth-child(1) {
    padding-right:20px;
  }
  .header_right_wrapper div.header_not_auth p {
    color:#1A1A1A;
    font-size:14px;
    font-weight:400;
    position:relative; 
  }
.header_right_wrapper div.header_not_auth p.active {
  font-weight:700;
}
  .header_right_wrapper div.header_not_auth:nth-child(1) p::after {
    width:1px;
    height:100%;
    background-color:#ddd;
    content:'';
    display:block;
    position:absolute;
    right:-20px;
    top:0;
  }
  
  @media (max-width:1300px){
    div.newOrder_header_wrapper {
     padding: 0 16px;
    }
    div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title h3 {
      padding:0;
      width: 100%;
      font-size: 2vw;
    }
    div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title {
      width: auto;
    }
    div.newOrder_header_wrapper .newOrder_top_wrapper {
      gap: 40px;
      justify-content:space-between;
      width: 70%;
      margin-right: 20px;
    }
    div.newOrder_top_right_wrapper {
      width: auto;
    }
  }
  @media (max-width:1200px){
    div.newOrder_header_wrapper .newOrder_top_wrapper {
      gap:10px;
    }
  }
  @media (max-width: 1025px){
    div.newOrder_top_right_wrapper.pc {
      display:none;
    }
    #addfunds div.newOrder_top_right_wrapper.pc {
      display:flex;
    }
    #blog-post div.newOrder_top_right_wrapper.pc {
      display:flex;
      margin-bottom: 0;
    }
    div.newOrder_top_right_wrapper {
      margin-top: 20px;
      margin-bottom: 20px;
      width: 100%;
      overflow-x: hidden;
      overflow: hidden;
    }
    div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title::after {
      display:none;
    }
    div.newOrder_header_wrapper .newOrder_top_wrapper {
      flex-direction:column;
      align-items:flex-start;
      gap: 8px;
      width: 100%;
      margin-right: 0;
    }
    div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title {
      height:auto;
    }
    div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title.pc {
  
    }
    div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title.mobile {
      display:flex;
      align-items:center;
      gap:5px;
    }
    div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title.mobile i {
      font-size:2vw;
    }
    div.newOrder_header_wrapper div.newOrder_rank_wrapper{
      width:100%;
      flex-direction: column;
    }
    div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box {
      width:100%;
      height: auto;
      flex-direction: row;
      padding: 6px 12px;
      border-radius: 3px;
      gap: 12px;
    }
    div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box a {
      flex-direction:row;
      gap: 5px;
    }
    div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box i {
      right:12px;
      top:50%;
      transform: translate(-50%, -50%);
      bottom: initial;
      font-weight: 900;
      font-size: 16px;
    }
    div.newOrder_header_wrapper div.newOrder_rank_wrapper div.rank_box div.rank_service {
      display:flex;
      gap:12px;
    }
  }
  @media (max-width:768px){
    div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title.mobile i {
      font-size:16px;
    }
    div.newOrder_header_wrapper .newOrder_top_wrapper .newOrder_header_title h3 {
      font-size:14px;
    }
  }
  #neworder .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #A2A3A6 transparent;
    margin-left: 3px;
  }
  #neworder .select2-container--default .select2-results__option,
  .select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #fff!important; 
  }
  span.select2-dropdown.dropdown-menu.select2-dropdown--below span.select2-selection__text:hover {

  }
  .select2-results__options {
    border: 1px solid #19C30B!important;
    border-radius: 8px!important;
    padding-bottom: 6px!important;
  }
  .dropdown-menu > li > a {
    font-size: 12px;
    padding: 6px 6px 0!important;
  }
  
  div#blog {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0;
    height: 100%;
       padding-bottom: 100px;
    min-height: 670px;
  }
  @media (max-width:1250px){
    div#blog {
      max-width:100%;
      padding:0 16px;
      padding-bottom: 57px;
    }
  }
  div#blog .blog_title {
    color:#1A1A1A;
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
  }
div#blog .blog_title_contents {
    background: #EAF3FF;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
}
div#blog .blog_title_contents p {
	    color: #0049B2;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.024px;
}

  @media (max-width:768px){
    div#blog h2.blog_title {
      font-size:14px;
    }
  }
  div#blog div.blogWrapper {
  
  }
div#blog div.blogMenu {
display:flex;
  border-bottom: 1px solid #E3E4E7;
  margin-bottom:20px;
      position: relative;
}
div#blog div.blogMenu button {
  border: none;
  min-height: auto;
  max-height: max-content;
  width: auto;
  border-radius: initial;
  box-shadow: initial;
  font-size: 16px;
  font-weight: 500;
  color: #C5C5C8;
  line-height: 24px;
  height: 52px;
  min-width: 200px;
}
@media (max-width: 500px) {
    div#blog div.blogMenu button {
        min-width: 50%;
    }
}
@media (max-width:360px){
  div#blog div.blogMenu button {
    font-size:4vw
  }
}
div#blog div.blogMenu button.active {
  color:#1A1A1A;
}
#blog div.blogMenu .border {
  background-color: #19C30B;
  transition: all 0.3s ease 0s;
  color: rgb(0, 0, 0);
  left: 0px;
  width: calc(200px);
  height: 3px;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}
@media (max-width:500px){
  #blog div.blogMenu .border {
    width:calc(50%);
  }
}
#blog div.blogContainer {
	   
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 20px;
    width: 100%;
    max-width: 100%;
    margin: auto;
  display:none;
}
#blog div.blogContainer.review.active {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#blog div.blogContainer.review .blogBox {
  border:1px solid #E3E4E7;
}
#blog div.blogContainer.review .blogBox > a {
padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
#blog div.blogContainer.review .blogBox i {
  color:#1A1A1A;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
}
#blog div.blogContainer.tip span {
  border-radius: 4px;
  background-color:#BBF2B6;
  width: 28px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #107B08;
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 5px;
}
#blog div.blogContainer.tip .blogBox {
  background-color: #fff;
  border: none;
  border-radius: initial;
  padding: 0;
  min-height: initial;
}
#blog div.blogContainer.tip .blogBox span {
  
}
#blog div.blogContainer.tip .blogBox figure {
  width:386px;
  height: 217px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
#blog div.blogContainer.tip .blogBox figure.icon {
  background-color:#E8F9E7;
  border-radius: 8px;
}
#blog div.blogContainer.tip .blogBox figure.icon i {
	color:#fff;
    font-size:50px;
}
#blog div.blogContainer.tip .blogBox figure img {
  width: auto;
  height: auto;
  max-width: max-content;
  min-width: auto;
  min-height: auto;
  max-height: 100%;
  background-color: #fff;
  border: none;
}
#blog div.blogContainer.active {
   display: grid;
}
@media (max-width:1250px){
  #blog div.blogContainer.active {
    grid-template-columns: 1fr 1fr;
  }
  #blog div.blogContainer.tip .blogBox figure {
    width:100%;
  }
}
@media (max-width:768px){
   #blog div.blogContainer.tip .blogBox figure {
  height:184px;
  } 
}
@media (max-width:500px){
  #blog div.blogContainer.active {
  	display:flex;
    flex-direction:column;
  }
}
@media (max-width:1024px){
 #blog div.blogContainer.tip {
    grid-template-columns:2fr 2fr;
  }
}
  @media (max-width:768px){
   #blog div.blogContainer.active {
      display:flex;
      flex-direction:column;
    }
  }
  div#blog div.paginationWrapper {
    margin-top:20px;
    width:100%;
    max-width:100%;
    display:flex;
    justify-content: center;
  }
  div#blog div.blogBox {border-radius: 8px;}


div#blog div.blogBox> a {
  display:flex;
  flex-direction:column;
  height: 100%;
}
div#blog .blogContainer.review div.blogBox h4.blogTitle {
  font-size:16px;
  font-weight:400;
  line-height: 24px;
}
@media (max-width:768px){
  div#blog .blogContainer.review div.blogBox h4.blogTitle {
  	        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-break: break-all;
        width: 100%;
  }
}
  div#blog div.blogBox h4.blogTitle{
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    margin-top: 4px;
    line-height: 26px;
  }
  div#blog div.blogBox p {
    margin-top: 4px;
    color: #535355;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
div#blog div.blogBox p>i {
  border: 1px solid #353535;
  background-color: #353535;
  color: #fff;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

  div#blog div.blogBox img {
    width: 100%;
    min-width: 285px;
    max-width: 285px;
    height: 100%;
    min-height: 140px;
    max-height: 140px;
    border-radius: 4px;
  }
  @media (max-width:1250px){
    div#blog div.blogBox img {
      min-width: auto;
      max-width: max-content;
      max-height:140px;
      min-height: 140px;
    }
  }
  @media (max-width:768px){
    div#blog div.blogBox img {
      width:100%;
      max-width:100%;
      min-width:100%;
    }
  }
  div#blog-post {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 65px;
    height: 100%;
  }
  @media (max-width:1250px){
    div#blog-post {
      max-width:100%;
      padding:0 16px;
    }
  }
  div#blog-post div.blog-post-grid-wrapper {
    display:flex;
    gap:20px;
  }
  @media (max-width:1000px){
    div#blog-post div.blog-post-grid-wrapper {
      flex-direction:column;
    }
  }
  div#blog-post h2.blog_title {
    color:#1A1A1A;
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
  }
  div#blog-post div.blog-post-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    border-radius: 8px;
    border: 1px solid #E3E4E7;
    padding: 16px;
    flex: 1;
    height: auto;
  }
  div#blog-post div.blog-post-list-wrapper {
    width: 360px;
  }
  
  .newOrder_blog_wrapper {
    margin-top: 32px;
  }
  div#blog-post .newOrder_blog_wrapper {
    margin-top:0;
    background-color: #fff;
    padding: 16px;
    border: 1px solid #E3E4E7;
    border-radius: 8px;
  }
  @media (max-width:1000px){
    div#blog-post div.blog-post-list-wrapper {
      width:100%;
    }
  }
  div#blog-post .blog-box {
    height: 100%;
  }
  div#blog-post div.blog-post-button-wrapper {
    position: relative;
    z-index: 13;
  }
  div#blog-post div.blog-post-button-box {}
  div#blog-post div.blog-post-button-box a.prev-button{}
  div#blog-post div.blog-post-button-box .blog-post-button {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D1F3CE;
    color: #19C30B;
    font-size: 16px;
    font-weight: 500;
    min-height: 48px;
    max-height: 48px;
    border-radius: 8px;
    border: none;
    box-shadow: none;
  }
div#blog-post div.blog-post-button-box .blog-post-button:active, 
div#blog-post div.blog-post-button-box .blog-post-button:focus {
  background-color:#A3E79D;
}
div#blog-post div.blog-post-button-box .blog-post-button:hover {
  background-color:#E8F9E7;
}
@media (max-width:768px){
  div#blog-post div.blog-post-button-box .blog-post-button:hover {
     background-color: #D1F3CE;
  }
}
  div#blog-post div.blog-post-button-box button#blog-service-button {}
  
  div#blog-post div.blog-box-title-img-box {
    position:relative;
    width:100%;
    height: 220px;
    max-height: 220px;
    min-height: 220px;
    border-radius: 4px;
  }
  @media (max-width:600px){
    div#blog-post div.blog-box-title-img-box {
      height:140px;
      max-height:140px;
      min-height:140px;
    }
  }
  div#blog-post div.blog-post-real-content-box {
    margin:20px 0 40px;
  }
  div#blog-post  p.blog_post_contents{
    margin-bottom:20px;
    line-height: 18px;
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 600;
  }
  div#blog-post p.blog_post_contents.solid {
    font-weight:400;
  }
  div#blog-post strong.blog_post_title {
    margin-bottom:20px;
    display: block;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 700;
  }
  div#blog-post  p.blog_post_contents br {
    display:none;
  }
  div#blog-post div.blog-box-title-contetns-box {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 9;
    max-width: 340px;
    width: 100%;
  }
  @media (max-width:600px){
    div#blog-post div.blog-box-title-contetns-box {
      left:28px;
    }
  }
  div#blog-post div.blog-box-title-img-box::after {
    display:block;
    position:absolute;
    top:0;
    left:0;
    content:'';
    width:100%;
    height:100%;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%), black -1.44px -158.223px / 100% 99.95% no-repeat;
    opacity:0.4;
    border-radius: 4px;
  }
  div#blog-post div.blog-box-title-img-box img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  div#blog-post div.blog-box-title-img-box h1 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 700;
  }
  @media (max-width:600px){
    div#blog-post div.blog-box-title-img-box h1 {
      text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.60);
      font-size:18px;
      max-width: 65%;
    }
  }
  div#blog-post div.blog-box-title-img-box h2 {
    color: #F3F5F7;
    font-weight: 500;
    font-size: 12px;
    margin-top: 12px;
  }
  @media (max-width:600px){
    div#blog-post div.blog-box-title-img-box h2 {
      margin-top:6px;
    }
  }
  .newOrder_blog_href_box {display: flex;margin-bottom: 14px;}

  .newOrder_blog_href_box .blog-title,
  .newOrder_blog_href_box a {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
.newOrder_blog_href_box .blog-title,
  .newOrder_blog_href_box  h3 {
    font-size:14px;
    font-weight:700;
    color:#1A1A1A;
  
  }
  .newOrder_blog_href_box a i {
    font-size:14px;
    color:#1A1A1A;
  }
  .newOrder_blog_box img {
    width: 100%;
    height: 100%;
  }
  .newOrder_blog_box {
    border: 1px solid #E3E4E7;
    border-radius: 8px;
  }
  .newOrder_blog_box a {
    padding:16px;
    display:flex;
    gap:20px;
  }
  .newOrder_blog_box_wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .newOrder_blog_img_box {
    width: 72px;
    max-width: 72px;
    min-width: 72px;
    height: 72px;
  }
  .newOrder_blog_img_box img {}
  .newOrder_blog_contents_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .newOrder_blog_contents_box strong {
    color: #4D4D4D;
    font-weight: 500;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .newOrder_blog_contents_box p {
    font-size: 10px;
    color: #A2A3A6;
    font-weight: 500;
  }
  .footer_contents_box.footer_top_contents_box {}
  
  .footer_service_wrapper {
    background-color: #FAFAFC;
    width: 100%;
    height: auto;
    min-height: 400px;
    max-width: 1200px;
    margin: 20px auto 20px;
    display: flex;
    justify-content: space-between;
  }
  @media (max-width:1300px){
    .footer_service_wrapper {
      max-width: 100%;
      min-height: auto;
      overflow: hidden;
      flex-direction: column;
      padding: 0 16px;
    }
  }
  
  .footer_service {display: flex;flex-direction: column;gap: 20px;padding: 0 16px;background-color: #FAFAFC;}
  @media (max-width:1300px){
    .footer_service {
      padding-left:0;
      gap: 12px;
      padding-bottom: 12px;
      padding: 0;
    }
  }
  .footer_contents_box {}
  .footerBox.footer_top {
    display: flex;
    gap: 12px;
    margin-right: 12px;
  }
  @media (max-width:630px){
    .footerBox.footer_top {
      display:grid;
      grid-template-columns:1fr 1fr;
      margin-right: 0;
    }
  }
  .footerBox.footer_bottom {
    display: flex;
    gap: 5px;
  }
  @media (max-width:630px){
    .footerBox.footer_bottom {
      display:grid;
      grid-template-columns:1fr 1fr;
    }
  }
  .footerServiceBox {
    min-width: 177px;
  }
  @media (max-width:1300px){
    .footerServiceBox {
      min-width:auto;
      width:100%;     
    }
    .footerServiceBox > .footerServiceBox {
      padding-top: 7px;
    }
  }
  .footerServiceBox label {
    font-size:14px;
    color:#1A1A1A;
    font-weight: 700;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 8px;
  }
  .footer_terms {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    border-left: 1px solid #E3E4E7;
    padding-left: 16px;
    background-color: #FAFAFC;
  }
  @media (max-width:1300px){
    .footer_terms {
      padding-left:0;
      padding-top:16px;
      border-left:none;
      border-top:1px solid #E3E4E7;
      flex-direction: row;
    }
  }
  @media (max-width:630px){
    .footer_terms {
      flex-direction:column;
    }
  }
  .footerHours {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  @media (max-width:630px){
    .footerHours {
      padding-bottom:12px;
    }
  }
  
  .footerPolicy {
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
  }
  
  .footerHours label {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 700;
  }
  
  .footerHours p {
    color: #535355;
    font-size: 12px;
    font-weight: 500;
  }
  
  .footerHours small {
    color: #A2A3A6;
    font-size: 12px;
    font-weight: 400;
  }
  
  .footerPolicy a {
    color: #535355;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    display:flex;
    align-items:center;
  }
  
  footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #FAFAFC;

  }
  .footer_services_product {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .footer_services_product a {
    color: #535355;
    font-size: 12px;
    height: 32px;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1.3;
    padding: 8px;
  }
  @media (max-width:500px){
    .footer_services_product a {
      height: auto;
      width: 100%;
    }
  }
  
  /* mobiel menu */
  input[id="icon"] {
    display: none;
  }
  
  input[id="icon"] + label {
    position: relative;
    display: flex;
    width: 29px;
    height: 100%;
    cursor: pointer;
    justify-content: center;
    z-index: 99;
  }
  
  input[id="icon"] + label > span {
    position: absolute;
    display: block;
    width: 61%;
    height: 2px;
    border-radius: 30px;
    background: #000;
    transition: all 0.35s;
    z-index: 2;
  }
  input[id="icon"] + label > span:nth-child(1) {
    top: 19px;
  }
  
  input[id="icon"] + label > span:nth-child(2) {
    top: calc(50% + 0px);
    transform: translateY(-50%); 
  }
  
  input[id="icon"] + label > span:nth-child(3) {
    bottom: 18px;
  }
  
  input[id="icon"]:checked + label > span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  
  input[id="icon"]:checked + label > span:nth-child(2) {
    opacity: 0;
  }
  
  input[id="icon"]:checked + label > span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  
  #icon + label + #header {
    position: fixed; 
    width: 80%;
    height: 100%;
    background: #ffffff;
    top: 0px;
    padding: 55px 16px 25px 16px;
    box-sizing: border-box;
    right: -80%; 
    z-index: 9;
    transition: all 0.35s;
  }
  
  #icon:checked + label + #header {
    right: 0px; 
  }
  
  #icon:checked + label + #header > ul > li > a {
    color: white;
  }
  .mobile_header_auth_title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
  }
  .mobile_header_auth_title_box p {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
  }
  .mobile_header_auth_title_box span {
    border: 1px solid #C5C5C8;
    border-radius: 32px;
    font-size: 14px;
    color: #1A1A1A;
    font-weight: 500;
    display: flex;
    padding: 1px 14px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .mobile_header_auth_title_box span a {
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  div.header_mobileMenuButton div.mobile_header_auth_title_box  i {
    color:#11A006;
  }
  div.header_mobile_service_product_box {}
div.header_mobile_service_product_box a.active {
  font-weight:800;
}
  div.mobile_header_notAuth_title_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  div.mobile_header_notAuth_title_box div.header_service_mobile_title {
    display:flex;
    gap: 6px;
  }
  div.mobile_header_notAuth_login_box {
    display:flex;
    margin-bottom: 16px;
  }
  div.mobile_header_notAuth_login_box a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #1A1A1A;
    font-weight: 600;
    height: 20px;
  }
  div.mobile_header_notAuth_login_box a:nth-child(1){
    border-right:1px solid #E3E4E7;
  }
  div.mobile_header_notAuth_title_box i ,
  div.mobile_header_notAuth_title_box p {
    color: #11A006;
    font-size: 12px;
    font-weight: 700;
  }
  div.mobile_header_notAuth_title_box i {
    font-weight:400;
    padding: 0;
  }
  div.header_mobile_service_product_box div.header_service_mobile_title {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
  }
  div.header_mobile_service_product_box div.header_service_mobile_title.list {
    margin-top:16px;
  }
  div.header_mobileMenuButton div.header_mobile_service_product_box div.header_service_mobile_title i {
    color: #11A006;
    font-size: 12px;
    padding: 0;
  }
  div.header_mobileMenuButton div.header_mobile_service_product_box div.header_service_mobile_title label {
    font-size: 12px;
    font-weight: 700;
    color: 11A006;
  }
  /* mobile - menu */
  div.header_service_mobile_contents {}
  div.header_service_mobile_contents ul ,
  div.header_service_single_menu ul ,
  div.header_mobile_service_product_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  ul.not_auth_mobile_bottom_menu {
    margin-top:16px;
  }
  div.header_service_mobile_contents ul li,
  div.header_service_list_contents ul li,
  div.header_mobile_service_product_box ul li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  div.header_service_mobile_contents ul li a,
  div.header_service_list_contents ul li a,
  div.header_service_single_menu ul li a,
  div.header_mobile_service_product_box ul li a
  {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid #E3E4E7;
    color: #1A1A1A;
  }
  div.header_service_mobile_contents ul li a i,
  div.header_service_list_contents ul li i,
  div.header_service_single_menu ul li i ,
  div.header_mobile_service_product_box ul li i {
    font-size: 12px;
    font-weight: 900;
    color: #1A1A1A;
  }
  div.header_service_list_contents {
    display: flex;
  }
  div.header_service_single_menu {
    margin-top: 16px;
  }
  div.header_service_single_menu ul {}
  div.header_service_single_menu ul li{}
  
  div.header_service_list_contents ul {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  div.header_service_list_contents ul li {
  
  }
  div.header_service_list_contents ul li a {
  
  }
div.header_service_list_contents ul li a.active {
  font-weight:800;
}
  div.header_service_list_contents ul li i {}
  
  #dimmedOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all 0.35s;
  }
  input[id="icon"]:checked ~ #dimmedOverlay {
    display: block;
  }
  .header_bottom_menu {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .header_bottom_menu button {
    height: 40px;
    box-shadow: none;
    padding: 0;
    border: none;
  }
  .header_bottom_menu button.account_button a{
    color: #1A1A1A;
    background-color: #E3E4E7;
  }
  .header_bottom_menu button.logout_button a{
    color: #DC362E;
  }
  
  .header_bottom_menu button a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
  }
  .mainPopupBox::-webkit-scrollbar {
    width: 4px;  
  }
  .mainPopupBox::-webkit-scrollbar-thumb {
    background: #E3E4E7; 
    border-radius: 10px;
  }
  .mainPopupBox::-webkit-scrollbar-track {
    background: #fff;  
  }
  div#neworder-main-popup-modal {
    display:none;
  }
  /* option scroll-bar */
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 10px;
  }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
    border-radius: 10px;
    background-clip: padding-box;
    border: 3px solid transparent;
  }
  
  .newOrder_service_select_wrapper {
    gap:20px;
  }
.newOrder_service_select_wrapper.services {
  height: auto;
  width: auto;
  border-bottom: none;
  z-index:0!important;
}
  @media (max-width: 1025px) {
  
    div.newOrder_orderContents {
      flex-direction:column;
    }
    .newOrder_service_select_wrapper.services {
      flex-direction:column;
      gap: 20px;
      height: auto;
      flex: auto;
      margin-bottom: 20px;
      margin-right: 0;
    }
    .newOrder_snsTabWrapper {
      display:flex;
      margin-right: 0;
      flex-direction: row;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 10px;
      width: auto;
    }
  
    .newOrder_snsTab {
      width:100%;
      height: 70px;
    }
    #newOrder-services {
      display:flex;
      flex-wrap:wrap;
      flex-direction: row;
      gap: 4px;
    }
    div.newOrder_serviceTab.active {
      color: #11A006;
      border: 1px solid #11A006;
    }
  
   
    div.newOrder_serviceTab {
      border:1px solid #A3E79D;
      border-radius:40px;
      color: #11A006;
      height: auto;
      max-width: max-content;
      width: auto;
      min-width: max-content;
      background: #fff;
    }
    div.newOrder_service_page_wrapper {
      width:100%;
      flex: 100%;
      border: none;
      background-color: transparent;
      padding: 0;
      border-radius: 0;
    }
    .newOrder_service_select_wrapper.charge_box {
      border:none;
      padding: 0;
    }
    #fields div.newOrder_inputWrapper ~ div.newOrder_inputWrapper {
      margin-top:0;
    }
    .newOrder_service_select_wrapper.charge_box h5 {
      color: #000000;
      margin-bottom: 0;
    }
    .newOrder_input_select_wrapper {
      padding: 12px;
      background-color:#fff;
      border: 1px solid #E3E4E7;
    }
    div.newOrder_service_page_box {
      flex-direction: column-reverse;
    }
    .newOrder_description_wrapper {
      background-color: #fff;
      overflow-y: initial!important;
      max-height: 100%!important;
      border-radius: 8px;
      padding: 12px 12px 12px;
      border: 1px solid  #E3E4E7;
    }
    div.newOrder_service_page_wrapper h3.newOrder_title {
      display:none;
    }
  
    div.newOrder_header_wrapper div.newOrder_rank_wrapper {
      height: 38px;
      overflow-y: hidden;
      gap: 0;
    }
    @keyframes scrollNotice {
      0% { transform: translateY(0); }
      15% { transform: translateY(0); }
      20% { transform: translateY(-100%); }
      35% { transform: translateY(-100%); }
      40% { transform: translateY(-200%); }
      55% { transform: translateY(-200%); }
      60% { transform: translateY(-300%); }
      75% { transform: translateY(-300%); }
      80% { transform: translateY(-400%); }
      95% { transform: translateY(-400%); }
      100% { transform: translateY(0); }
    }
    div.newOrder_header_wrapper div.newOrder_rank_wrapper .rank_box {
      animation: scrollNotice 13s linear infinite;
    }
  
    /* slider */
    div.slider-container {
      margin-bottom:0;
    }
    /* toggle-button */
    label.common_toggleWrapper {
      width:48px;
      height:28px;
    }
    span.common_toggleButton {
      width:20px;
      height:20px;
    }
    input.common_toggleInput:checked ~ label.common_toggleWrapper span.common_toggleButton {
      width:20px;
      height:20px;
      left: calc(100% - 24px);
    }
    /* blog */
    .newOrder_blog_wrapper {
      background-color:#fff;
      /* padding:16px; */
      border-radius:8px;
      margin-top: 20px;
    }
  
  }

  @media (max-width: 400px) {
    .newOrder_snsTab {
      width:100%;
    }
    
    div.common_wrapper {
      width: 92%;
      padding: 0;
      margin: 15px auto 20px;
    }
  }
@media (max-width:380px){
  .newOrder_snsTabWrapper {
      display: grid;
      grid-template-columns: repeat(4,1fr);
    }
}
  
  /* sns - guide - link- modal */
  div#link_guide-modal div.snsGuide_snsTabButton {
    height: auto;
    position: sticky;
    top: 0;
    background-color: #fff;
    padding-bottom: 20px;
  }
  div#link_guide-modal h4.susLink_title {
    color:#11A006;
    font-size:16px;
    font-weight:700;
    margin: 0 0 20px;
  }
  div#link_guide-modal .snsGuide h4.susLink_title{
    margin-top:0;
  }
  
  div#link_guide-modal div.snsGuide_snsTabButton ul {}
  div#link_guide-modal div.snsGuide_snsTabButton ul.guide_linkButton {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  div#link_guide-modal div.snsGuide_snsTabButton ul.guide_linkButton li.active {
    display:flex;
  }
  div#link_guide-modal div.snsGuide_snsTabButton ul.guide_linkButton li {
    display:none;
    gap:4px;
    flex-wrap:wrap;
  }
  div#link_guide-modal div.snsGuideBoxWrppaer {}
  div#link_guide-modal div.snsGuideBoxWrppaer div.snsGuide {
  
  }
  div#link_guide-modal div.snsGuideBoxWrppaer div.snsGuide div.guideSns {
    display:none;
  }
  div#link_guide-modal div.snsGuideBoxWrppaer div.snsGuide div.guideSns.active {
    display:flex;
    flex-direction: column;
  }
  div[data-key="instagram_like_comment"].guideSns figure:nth-child(2) img {
  
    padding:0 27px;
  }
  div#link_guide-modal div.snsGuideBoxWrppaer div.snsGuide div.guideSns figure {}
  div#link_guide-modal div.figureContents {
    margin: 20px 0;
    display: flex;
    gap: 8px;
  }
  div#link_guide-modal div.figureContents span {
    width: 100%;
    height: 100%;
    display: inline-flex;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    justify-content: center;
    align-items: center;
    background-color: #FA7671;
    border: 1px solid #FFE7E7;
    color: #fff;
    font-size: 10px;
    border-radius: 4px;
  }
  div#link_guide-modal div.figureContents strong {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    gap: 2px;
    align-items: center;
    line-height: 1.2;
  }
  div#link_guide-modal div.figureContents strong>b {
    font-weight: 700;
  }
  div#link_guide-modal div.snsGuide_snsTabButton ul.guide_linkButton li span {
    border: 1px solid  #A3E79D;
    border-radius:20px;
    padding:6px 12px;
    color: #11A006;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
  }
  div#link_guide-modal div.snsGuide_snsTabButton ul.guide_linkButton li span.active {
    border-radius: 20px;
    border: 1px solid  #11A006;
    background-color:  #BBF2B6;
    color:#11A006;
    font-size:14px;
    font-weight:700;
  }
  div#link_guide-modal div.snsGuide_snsTabButton ul.guide_linkTitle {
    display: flex;
    align-items: center;
    height: 52px;
    border-bottom: 1px solid #E3E4E7;
    margin-bottom: 20px;
    position: relative;
  }
  div#link_guide-modal div.snsGuide_snsTabButton ul.guide_linkTitle div.border {
    background-color: #19C30B;
    transition: all 0.3s ease 0s;
    color: rgb(0, 0, 0);
    left: 0px;
    width: calc(33.33%);
    height: 2px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
  }
  
  div#link_guide-modal div.snsGuide_snsTabButton ul.guide_linkTitle li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #E3E4E7;
    height: 100%;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width:300px){
    div#link_guide-modal div.snsGuide_snsTabButton ul.guide_linkTitle li {
      font-size:5vw;
    }
  }
  div#link_guide-modal div.snsGuide_snsTabButton ul.guide_linkTitle li.active {
    color: #1A1A1A;
    font-weight: 500;
  }
  /* sns-guide - modal */
  div#sns-main-guide-modal,
  div#link_guide-modal{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 150;
    display: flex;
    display: none;
  }
  @media (max-width:768px){
    div#sns-main-guide-modal, div#link_guide-modal {
    }
  }
  
  .snsGuideModal_contents,
  div#link_guide-modal div.link_guide_contents {
    width: 100%;
    max-width: 640px;
    height: 640px;
    background-color: #fff;
    border-radius: 12px;
  }
  div#link_guide-modal div.link_guide_contents {
    max-width:604px;
  }
  @media (max-width:768px){
    .snsGuideModal_contents,
    div#link_guide-modal div.link_guide_contents {
      max-width:100%;
      position: absolute;
      bottom: 0;
      border-radius: 12px 12px 0px 0px;
      height: 500px;
    }
  }
  .snsGuideModal_titleWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    position: relative;
  }
  @media (max-width:768px){
    .snsGuideModal_titleWrapper {
      padding-top:30px;
    }
    .snsGuideModal_titleWrapper::after {
      position:absolute;
      display:block;
      width:52px;
      height:4px;
      background-color:#D0D0D0;
      content:'';
      top:12px;
      left:50%;
      transform:translate(-50%,-50%);
      border-radius:10px;
  
    }
  }
  .snsGuideModal_titleWrapper h3 {
    color:#1A1A1A;
    font-size:16px;
    font-weight:700;
  }
  .snsGuideModal_titleWrapper i {
    font-size:24px;
    font-weight:300;
    cursor: pointer;
  }
  #link_guide-modal div.snsGuideModal_ContentsWrapper {
    padding:0 16px 16px
  }
  .snsGuideModal_ContentsWrapper {
    max-height: 575px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 16px 16px;
  }
  @media (max-width:768px){
    .snsGuideModal_ContentsWrapper,
    #link_guide-modal div.snsGuideModal_ContentsWrapper {
      max-height: 100%;
      padding: 0px 0 70px 12px;
    }
  }
    .snsGuideModal_contents .snsGuideModal_ContentsWrapper img.pc {
      display:flex;
    }
.snsGuideModal_contents .snsGuideModal_ContentsWrapper img.mobile {
  display:none;
}
  .snsGuideModal_contents .snsGuideModal_ContentsWrapper img {
    width: 100%;
    border: 1px solid #E3E4E7;
    border-radius: 4px;
  }
@media (max-width:768px){
  .snsGuideModal_contents .snsGuideModal_ContentsWrapper img.mobile  {
    display:flex;
  }
      .snsGuideModal_contents .snsGuideModal_ContentsWrapper img.pc {
        display:none;
      }
}
  .snsGuideModal_contents .snsGuide_ContentsBox {
    width: 100%;
    margin-bottom: 20px;
  }
  .snsGuideModal_contents .snsGuide_ContentsBox.first img {
    width: 100%;
}
  
  .snsGuideModal_contents strong.snsContents_title {
    color: #11A006;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 6px;
    display: block;
  }
  .snsGuideModal_contents p.snsContents_description {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .snsGuideModal_contents  .snsGuide_snsTabButton {
    width: 100%;
    position: sticky;
    top: -21px;
    background-color: #fff;
  }
@media (max-width:768px){
  .snsGuideModal_contents .snsGuide_snsTabButton {
    top: -1px;
  }
}

  .snsGuideModal_contents  .snsGuide_snsTabButton ul {
    display: flex;
    align-items: center;
    height: 52px;
    border-bottom: 1px solid #E3E4E7;
    margin-bottom: 40px;
    position: relative;
  }
  .snsGuideModal_contents  .snsGuide_snsTabButton ul div.border {
    background-color: #19C30B;
    transition: all 0.3s ease 0s;
    color: rgb(0, 0, 0);
    left: 0px;
    width: calc(25%);
    height: 2px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
  }
  
  .snsGuideModal_contents  .snsGuide_snsTabButton ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #E3E4E7;
    height: 100%;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width:768px){
    .snsGuideModal_contents  .snsGuide_snsTabButton ul li {
      text-align: center;
    }
  }
  @media (max-width:550px){
    .snsGuideModal_contents .snsGuide_snsTabButton ul li {
      font-size: 13px;
    }
  }
  @media (max-width:300px){
    .snsGuideModal_contents .snsGuide_snsTabButton ul li {
      font-size:12px;
    }
  }
  .snsGuideModal_contents .snsGuide_snsTabButton ul li.active {
    color:#1A1A1A;
    font-weight:500;
  }
  .snsGuideModal_contents  .snsGuide_snsTab_ContentsWrapper {}
  .snsGuideModal_contents  .snsGuide_snsTab_contents_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .snsGuideModal_contents  .snsGuide_snsTab_contents_box.paypay {}
  .snsGuideModal_contents  span.sns-guide-number {
    background: #FA7671;
    padding: 0 5px;
    color: #fff;
    border: 1px solid #FFE7E7;
    border-radius: 4px;
    font-size: 10px;
    width: 16px;
    height: 16px;}
  
  .snsGuideModal_contents .sns-guide-number-wrapper 
  {
    display:flex;
    align-items:center;
    gap: 6px;
  }
  .snsGuideModal_contents  h4.sns-guide-number-description {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
  }
  .paypay_guide_description {
    display: flex;
  }
  .paypay_guide_description ul {
    display: flex;
    gap: 20px;
  }
  @media (max-width:768px){
    .paypay_guide_description ul {
      flex-direction:column;
    }
  }
  .sns-guide-number-grid {
    display:flex;
    gap:6px
  }
  .paypay_guide_description .sns-guide-number-grid {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .sns-guide-number-grid li {
    display: flex;
    gap: 6px;
  }
  .sns-guide-number-grid:nth-child(1) li:nth-child(2){flex-direction: column;gap: 8px;}
  .sns-guide-number-third-wrapper {
    display:flex;
    gap: 6px;
  }
.snsGuideModal_contents .snsGuideModal_ContentsWrapper .sns-guide-img-box img {
  width:auto;
}
@media (max-width:300px){
  .snsGuideModal_contents .snsGuideModal_ContentsWrapper .sns-guide-img-box img {
    width:100%;
  }
}
  .snsGuide_ContentsBox.third .sns-guide-number-grid {
    flex-direction:column;
    gap:12px;
    margin-top: 12px;
  }
  .account_guide_description {}
  .account_guide_description ul{
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .account_guide_description li {
    display: flex;
    gap: 6px;
  }
  .snsGuideModal_ContentsWrapper::-webkit-scrollbar {
    width: 10px;
  }
  .snsGuideModal_ContentsWrapper::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
    border-radius: 10px;
    background-clip: padding-box;
    border: 3px solid transparent;
  }
  
  /* iphone */
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    select {
      height: 48px!important;
      max-height:48px!important;
      min-height:48px!important;
      padding: 10px; 
      font-size: 16px; 
    }
  }
  div.progress-bar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display:none;
  }
  i#progress-bar{
    position: relative;
    font-size: 80px;
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display:none;
    opacity:0;
    z-index: 9998;
    background: linear-gradient(to right, #0B67CE, #19C30B);
    background-size: 5% 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  i#progress-bar.hidden {
    opacity: 0;
    pointer-events: none;
  }
  .rc-anchor-light.rc-anchor-normal {
    width:auto;
  }
  div.PasswordAlertWrapper {
    position: fixed;
    top: 0;
    background-color: rgba(12, 12, 12, 0.60);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }
  div.PasswordAlertWrapper .alert {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding:20px;
    width:328px;
    background-color:#fff;
    border-radius:10px;
  }
  @media (max-width:500px){
    div.PasswordAlertWrapper .alert {
      width:90%;
    }
  }
  div.PasswordAlertWrapper .alert p {
    text-align:center;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
  }
  
  div.PasswordAlertWrapper button.close {
    background-color: #E3E4E7;
    right: 0;
    top: 0;
    margin-top: 20px;
    color: #1A1A1A;
    opacity: 1;
    font-size: 16px;
    border-radius: 8px;
    height: 48px;
  }
  /* setnewPassword */
  #setnewPassword {
    margin-top: 260px;
  }
  @media (max-height:1000px){
    #setnewPassword {
      margin-top:50px;
    }
  }
  @media (max-width:500px) {
    #setnewPassword {
      margin-top:50px;
    }
  }
  #setnewPassword div.setnewPasswordContainer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #setnewPassword div.setnewPasswordFormBox {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  @media (max-width:500px){
    #setnewPassword div.setnewPasswordFormBox {
      padding:0 16px;
    }
  }
  #setnewPassword div.setnewPasswordFormBox form {
    width: 328px;
  }
  @media (max-width:500px){
    #setnewPassword div.setnewPasswordFormBox form {
      width:100%;
    }
  }
  #setnewPassword div.setnewPasswordFormBox form h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 36px;
  }
  #setnewPassword div.setnewPasswordFormBox div.form-group {
    margin-bottom: 24px;
  }
  #setnewPassword div.setnewPasswordFormBox div.form-group label {
    color: #535355;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  #setnewPassword div.setnewPasswordFormBox button {
    background-color:#19C30B;
    border-radius:8px;
    box-shadow:none;
    color:#fff;
    font-size:16px;
    font-weight:500;
  }
  #setnewPassword div.setnewPasswordFormBox button:focus {
    border:none!important;
    outline: initial;
  }
  #setnewPassword div.setnewPasswordFormBox div.form-group input {
    border:1px solid #C5C5C8;
    height:40px;
    border-radius:8px;
    background-color:#fff;
    padding: 12px;
    color: #535355;
  }
  @media (max-width:500px){
    #setnewPassword div.setnewPasswordFormBox div.form-group input {
      height:48px;
    }
  }
  #setnewPassword div.setnewPasswordFormBox div.form-group input.error {
    border:1px solid #DC362E;
    background-color:#FFE7E7;
  }
  #setnewPassword div.setnewPasswordFormBox div.form-group input.error:focus {
    border:1px solid #DC362E;
  }
  #setnewPassword div.setnewPasswordFormBox div.form-group input:focus {
    border:1px solid #19C30B;
    box-shadow: none!important;
  }
  #setnewPassword div.setnewPasswordFormBox div.form-group input[readonly] {
    background-color:#F3F5F7;
    color: #C5C5C8;
    font-size: 14px;
    font-weight: 400;
  }
  #setnewPassword div.setnewPasswordFormBox div.form-group input[readonly]:focus {
    border:1px solid #C5C5C8;
  }
  #setnewPassword div.alert.alert-dismissible.alert-danger {
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 24px;
  }
  #setnewPassword div.setNewAlertGrid {
    display:flex;
    align-items: center;
    gap: 14px;
  }
  #setnewPassword div.setNewAlertGrid i {
    color: #fff;
    font-size: 16px;
  }
  #setnewPassword div.setNewAlertGrid p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
  }
  #setnewPassword i.fa-solid.fa-xmark.close {
    position: relative;
    top: initial;
    right: initial;
    opacity: 1;
    font-size: 16px;
  }
  
  /*orders - no - data */
  .orders_data_none_wrapper {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 556px;
    flex-direction: column;
    gap: 10px;
    display:none;
  }
  @media (max-width:500px){
    .orders_data_none_wrapper {
      min-height: 356px;
      height: auto;
    }
  }
  .orders_data_none_wrapper i {
    color: #C5C5C8;
    font-size: 28px;
  }
  
  .orders_data_none_wrapper strong {
    color: #A2A3A6;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.056px;
  }
  /* orders - mobile */
  
  .select-menu {
    max-width: 100%;
    width: 100%;
    flex: 1;
    z-index: 1;
    position: relative;
    overflow: visible;
  }
  .select-menu i {
    color:#A2A3A6;
    font-size:16px;
    transition:linear 0.2s;
  }
  .select-menu.active i {
    transform:rotate(180deg);
  }
  #faq .select-menu .select-btn {
    display:none;
  }
  @media (max-width:768px){
    #faq .orders.select-menu {
      margin-bottom:20px;
    }
    #faq .select-menu .select-btn {
      display:flex;
    }
  }
  .select-menu .select-btn {
    display: flex;
    height: 48px;
    background: #fff;
    padding: 12px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    gap: 8px;
    border: 1px solid #C5C5C8;
  }
  .select-menu span.sBtn-text {
    width:100%;
    min-width:64px;
    color: #535355;
    font-size: 16px;
    font-weight: 400;
  }
  @media (max-width:400px){
    .select-menu span.sBtn-text {
      font-size:14px;
    }
  }
  .select-menu .options {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    overflow-y: auto;
    /* max-height: 295px; */
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    border: 1px solid #C5C5C8;
  }
  #faq .select-menu .options {
    margin-top:5px;
  }
  .select-menu .options .option {
    display: flex;
    justify-content: center;
    height: 48px;
    cursor: pointer;
    align-items: center;
    background: #fff;
    padding: 0 8px;
    border-radius: 8px;
  }
  #faq .select-menu .options .option {
    justify-content:flex-start;
    padding: 12px;
  }
  @media (max-width:500px){
    .select-menu .options .option {
      padding:0;
    }
    .select-menu .options {
      padding:0;
    }
  }
  .select-menu .options .option a {
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
  }
  .select-menu .options .option:hover {
    background: #f2f2f2;
  }
  @media (max-width:500px){
    .select-menu .options .option:hover {
      background:#fff;
    }
    .select-menu .options .option a {
      padding:0 10px;
    }
  }
  .select-menu .options .option .option-text {
    font-size: 16px;
    color: #333;
  }
  
  @media (max-width:400px){
    .select-menu .options .option .option-text {
      font-size:14px;
    }
  }
  .select-menu.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    z-index: 99999;
  }
  span.sBtn-text br {display:none}
  @keyframes fadeInUp {
    from {
      transform: translate3d(0, 30px, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes fadeInDown {
    from {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
    to {
      transform: translate3d(0, 20px, 0);
      opacity: 0;
    }
  }
  /* orders- mobile */
  .orders_wrapper_mobile {
    display:none;
  }
  h3.orderTitle_mobile {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  @media (max-width:1023px){
    .orders_wrapper_mobile {
      display:block;
    }
    #orders {
      padding:0 16px;
    }
  
  }
  div.orders_filterWrapper_mobile {display: flex;align-items: center;gap: 8px;overflow: visible;margin-bottom: 20px;}
  
  div.orders_filter_searchWrapper_mobile {
    width:100%;
    flex: 2;
  }
  /*orders - mobile -table */
  div.orders_data_table_mobile {
  }
  div.orders_data_table_mobile div.orders_data_box{
    border: 1px solid #E3E4E7;
    border-radius: 8px;
    background-color: #fff;
    padding: 16px 12px;
    margin-bottom: 12px;
  }
  div.orders_data_table_mobile div.orders_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  #subscriptions div.orders_data_table_mobile div.orders_title {
    justify-content:flex-start;
    gap:4px;
  }
  div.orders_data_table_mobile div.orders_title_grid {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  @media (max-width:350px){
    div.orders_data_table_mobile div.orders_title_grid {
      margin-right: 10px;
    }
  }
  div.orders_data_table_mobile div.orders_title b.orderId {
    font-size: 11px;
    color: #787878;
    font-weight: 700;
  }
  div.orders_data_table_mobile p.orderDate {
    font-size: 11px;
    font-weight: 400;
    color: #A2A3A6;
  }
  
  div.orders_contents_middle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 12px;
  }
  #subscriptions div.orders_contents_middle {
    gap:0;
  }
  div.orders_contents_top_middle {
    display:flex;
    flex-direction:column;
    gap:5px;
    margin-bottom: 12px;
  }
  div.orders_contents_top_middle p {
    color:#A2A3A6;
    font-size: 12px;
    font-weight: 500;
  }
  div.orders_contents_bottom_middle {
    background: #F3F5F7;
    border-radius: 4px;
    padding: 8px;
  }
  div.orders_contents_bottom_middle ul {
    display:grid;
    grid-template-columns:2fr 2fr;
    gap: 4px;
  }
  div.orders_contents_bottom_middle ul li {
    display:flex;
    gap:4px;
  }
  div.orders_contents_bottom_middle ul li b {
    color:#1A1A1A;
    font-size:12px;
    font-weight:700;
  }
  div.orders_contents_bottom_middle ul li p {
    color:#A2A3A6;
    font-size:12px;
    font-weight:500;
  }
  div.orders_contents_middle br {
    display:none;
  }
  div.orders_contents_middle strong {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 700;
  }
  div.orders_contents_middle a {
    color: #0068FE;
    font-size: 12px;
    font-weight: 500;
  }
  
  div.orders_contents_bottom {
    background: #F3F5F7;
    border-radius: 4px;
    padding: 8px;
  }
  #subscriptions div.orders_contents_bottom {
    background:transparent;
    border-radius:initial;
    padding:0;
  }
  #subscriptions div.orders_contents_bottom_top_data {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #E3E4E7;
  }
  #subscriptions div.orders_contents_bottom_bottom_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
  }
  #subscriptions div.orders_contents_bottom_bottom_data strong.expiry_mobile {
    color:#DC362E;
    font-size:12px;
    font-weight:500;
  }
  @media (max-width:450px){
    #subscriptions div.orders_contents_bottom_bottom_data strong.expiry_mobile {
      font-size:10px;
    }
  }
  @media (max-width:1023px){
    #subscriptions .btn-primary {
      height: auto;
      width: auto;
      padding: 0!important;
      border-radius: initial!important;
    }
  }
  @media (max-width:450px){
    #subscriptions .btn-primary {
      font-size:10px;
    }
  }
  #subscriptions div.orders_contents_bottom_grid {
    display: flex;
    gap: 4px;
  }
  
  #subscriptions div.orders_contents_bottom_grid p.date_title {
    color:#A2A3A6;
    font-size:12px;
    font-weight:500;
  }
  @media (max-width:450px){
   #subscriptions div.orders_contents_bottom_grid p.date_title {
      font-size:10px;
    }
  }
  #subscriptions div.orders_contents_bottom_grid b {
    color:#1A1A1A;
    font-size:12px;
    font-weight:500;
  }
  @media (max-width:768px){
    #subscriptions div.orders_contents_bottom_grid b {
      font-size:10px;
    }
  }
  div.orders_contents_bottom ul.orders_contents_info {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 4px;
  }
  div.orders_contents_bottom ul li {
    display: flex;
    gap: 4px;
    align-items: center;
  }
  div.orders_contents_bottom ul li p {
    font-size: 12px;
    color: #A2A3A6;
  }
  div.orders_contents_bottom ul li b {
    font-size: 12px;
    color: #1A1A1A;
    font-weight: 700;
  }
  /* addfunds modal */
  .confirm_modal_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 12, 12, 0.60);
    z-index: 999;
  }
  
  .confirm_modal_wrapper .confirm_modal {
    position:absolute;
    width: 328px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    min-height: 156px;
    background-color: #F4F5F7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  @media (max-width:500px){
    .confirm_modal_wrapper .confirm_modal {
      width:90%;
      max-width:90%;
    }
  }
.confirm_modal_button_wrapper {
    display: flex;
    gap: 10px;
}
  .confirm_modal_wrapper .confirm_modal p {
    color:#1A1A1A;
    font-size:16px;
    font-weight:400;
    height: auto;
    min-height: 48px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: -0.5px;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  button.newOrder_orderButton.disabled {
    pointer-events: none;
    background: #A3E79D;
}
  .confirm_modal_wrapper button.close {
    background-color:#E3E4E7;
    opacity:1;
    border-radius:8px;
    font-size:16px;
    flex: 1;
    color: #b2b2b4;
    float: initial;
    width: 100%;
    font-weight:500;
  }
.confirm_modal_wrapper button.confirm {
	flex: 1;
    background-color: #19C30B;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
}
  div.topBorder {
    display:none;
  }
  div.paymentSuccessTitleBox {
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  i.payment_close_mobile  {
    display:none;
  }
  @media (max-width:500px){
    div.topBorder {
      display:flex;
      position: sticky;
      top: 15px;
      width: 52px;
      background: #D0D0D0;
      height: 4px;
      transform: translate(-50%, -50%);
      left: 50%;
      border-radius: 10px;
      margin-bottom: 20px;
    }
    div.paymentSuccess_closeButton {
      position: fixed;
      bottom: 0;
      width: 100%;
      border-radius: 0;
      box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.10);
    }
    div.paymentSuccess_wrapper.paypay {
      padding-bottom:45px;
    }
    i.payment_close_mobile {
      display:flex;
      font-size: 24px;
    }
  }
  #blog-service-link {
    display:none;
  }
  #blog-post div.blog_post_img_wrapper {
    display:flex;
    gap:12px;
    margin-bottom: 20px;
  }
  @media (max-width:600px){
    #blog-post div.blog_post_img_wrapper {
      flex-direction:column;
    }
  }
  #blog-post div.blog_post_img_wrapper p.blog_post_contents {
    margin-bottom:0;
  }
  #blog-post div.blog_post_img_wrapper div.blog_post_img_wrapper_contents {
    flex:1;
  }
  
  #blog-post div.blog_post_img_wrapper img {
    flex:1;
    width:100%!important;
    max-width:100%!important;
    height:142px;
    min-height:142px;
    max-height:142px;
  }
  #api_key {
    pointer-events: none; /* This will prevent the tooltip from showing */
  }
.bootstrap-datetimepicker-widget {
    z-index:9;
    width:100%;
 	max-width:100%;
}
a#description ,
a#description:hover {
  color:#4D4D4D;
  font-weight:400;
}
strong.description_title {
    font-weight: 700;
    margin-bottom: 6px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    background: #19C30B;
    color: #fff;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 320px;
    overflow-y: auto;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
}
  @media (hover: hover) {
   ul#gnb_menu_wrapper > li > a:hover {
      background: #E3E4E7;
      border-radius: 4px;
      font-weight: 700;
    }
  }

#neworder div#main-popup-modal {
    display: none;
}
main.not_auth #fields span.newOrder_expiry_icon {
    opacity:1;
    position:absolute;
    right:calc(30px);
    top:50%;
    transform:translate(-0%,-50%)
}
main.not_auth #fields span.neworder_expiry_icon::after {
    display: block;
    width: auto;
    height: auto;
    font-family: "Font Awesome 6 Pro";
    content: "\f073";
    right: auto;
}
main.not_auth #fields span.newOrder_expiry_icon i {
    color:#C5C5C8;
    font-size:16px;
}
#addfunds input {
	position:relative;
z-index: 999999;
}
.addfunds_optionInputWrapper {
    position: relative;
  z-index:9999;
}
div.addfunds_inputWrapper {
	 position: relative;
  z-index:9999;
}div.addfunds_charge_box {
	    position: relative;
    z-index: 0;
}
.day.active.text-primary.bg-primary {
	color:#fff;
}
main.auth #fields #order_delay_expiry div.input-group::after {
   display: block;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 29px;
    width: auto;
    height: auto;
    content: "\f133";
    z-index: 9;
    font-size: 16px;
    color: #C5C5C8;
    z-index: 0;
}

main.not_auth .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
}
main.not_auth .dropdown.show {
  border: 1px solid #19C30B;
}

main.not_auth .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin: 1px;
}
main.not_auth .dropdown-content li {
  list-style: none;
}

main.not_auth .dropdown-content li a {
  color: black;
  padding: 8px 7px;
  text-decoration: none;
  display: block;
  margin: 5px 7px 0px 7px;
}

main.not_auth .dropdown-content li a.active ,
main.not_auth .dropdown-content li a.active:hover {
	background-color:#19C30B;
  color:#fff;
      border-radius: 6px;
}
main.not_auth .dropdown-content li a:hover {
  background-color: #E8F9E7;
  border-radius: 6px;
}

main.not_auth .dropdown button {
    background-color: #fff;
    color: #000;
    padding: 14px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 95%;
    max-width: 95%;
    min-width: 95%;
    border: none;
    flex: 0.9;
}

main.not_auth .dropdown.show .dropdown-content {
    display: block;
    height: auto;
  width: 100%;
  max-width:100%;
  height:auto;
     max-height: 300px;
    overflow-y: auto;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
    background: #fff;
    border-radius: 8px;
    margin-top: 6px;
  border: 1px solid #19C30B;
  padding-bottom: 5px;
}
main.not_auth .dropdown.show .dropdown-content::-webkit-scrollbar {
    width: 10px;
  }
main.not_auth .dropdown.show .dropdown-content::-webkit-scrollbar-thumb {
 background-color: #cbcbcb;
    border-radius: 10px;
    background-clip: padding-box;
    border: 3px solid transparent;
  }

main.not_auth .dropdown.show i {
  transform: rotate(180deg);
  bottom: 12px;
}

main.not_auth .dropdown i {
    position: absolute;
    right: 8px;
    bottom: 7px;
    transform: translate(0, -50%);
}

@media (max-width:1300px){
  main.not_auth   .dropdown {
        width:100%;
        max-width: 100%;
    }
  main.not_auth   .dropdown-content {
        width:100%;
    }
}
main.not_auth #orderform-service {
	display:none;
}
 #fields #field-orderform-fields-expiry {
    background-color:transparent;
   z-index:9;
  }




div#order_delay .col-md-6:nth-child(2) {
    margin-top:20px;
}

div#order_delay  button.btn.btn-default.btn-big-secondary.clear-datetime {
    background-color:#fff;
    width:auto;
    margin-left: 0;
    color: #535355;
    padding: 0;
    padding-left: 10px;
}
div#order_delay button.btn.btn-default.btn-big-secondary.clear-datetime:focus {
    outline:none;
    box-shadow:none;
}
div#order_delay label[for="field-orderform-fields-expiry"] {
    display: flex;
    gap: 3px;
    margin-bottom: 4px;
    color: #535355;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
}
div.particle-snow {display:none!important;}


.silder-review-modal-message.active {
     animation: 2.5s ease-in-out forwards fadeInOut;
    pointer-events: auto;
    z-index: 999999
}
.silder-review-modal-message {
   min-width: 220px;
    position: fixed;
    top: 50%;
    left: 50%;
   transform:translate(-50%,-50%);
    background: #19C30B;
    color: #253858;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center
}
@media (max-width:500px){
  .silder-review-modal-message {
  	    min-width: 84%;
  }	
}
.silder-review-modal-message p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align:center;
}
  
@keyframes fadeInOut {
    0%,100% {
        opacity: 0;
        transform: translate(-50%), scale(.9)
    }

    10%,90% {
        opacity: 1;
        transform: translate(-50%), scale(1)
    }
}
#orderform-category {
	 border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: none;
    height: 40px;
    padding: 0 11px;
      color: #000;
  font-size:14px;
  font-weight:400;
}
#orderform-category option {
	font-size:13px;
  font-weight:400;
}
section#section4 .sec03SubTitleWrapper .sec03SubTitle > span { color: #0B67CE; display:block; }
#section6 blockquote {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
@media (max-width:768px){
  #section6 blockquote {
    gap:10px;
  }
}
header button.header_not_auth {
	border-radius:initial;
  border:none;
  max-height:initial;
  min-height:initial;
  padding:initial;
      width: auto;
    font-size: 14px;
    font-weight: 500;
  	padding-right:20px;
}

.header_not_auth  {
  position:relative;
}
.header_not_auth:first-child::after {
    width: 0.3px;
    height: 25px;
    background-color: #ddd;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
a.signup-link {
  width: auto;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}
dialog {
	color:transparent;
}
header.order_main_header {
    height: auto;
    padding: initial;
    width: initial;
    min-height: initial;
    z-index: initial;
    display: initial;
    border-bottom: initial;
    top: initial;
    position: initial;
}

header.order_main_header div.navigationGrid {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #E2E2E2;
  top: 0;
  height: 70px;
  position: sticky;
  z-index: 100;
}
div.main_wrapper #review {
	height:auto!important;
}
.faq_link_move_flex_wrapper {
	    display: flex;
    flex-direction: row;
    gap: 24px;
}

main.auth div.newOrder_header_wrapper .newOrder_top_wrapper {
	display: flex;
  gap:initial;
  align-items:initial;
  flex-direction:initial;
  width: auto;
}

main.auth div.newOrder_top_right_wrapper {
	width: auto;
}

.mainReviewContents {
    display: flex;
    gap: 8px;
}
@media(max-width:768px){
  .mainReviewContents {
    /* justify-content:center; */
  }
}
.mainReviewContents span {position: relative;padding-right: 8px;}
.mainReviewContents span::after {
    display: block;
    width: 1px;
    height: 80%;
    border: 1px solid #78787866;
    position: absolute;
    right: 0;
    top: 1px;
    content: '';
}
.mainReviewContents span:last-child::after {
  display:none;
}
main.auth .select2-hidden-accessible {
  border:1px solid #C5C5C8!important;
  clip:initial!important;
    height:auto!important; 
    margin: initial !important; 
    overflow: initial!important;
    padding: 8px 12px!important; 
    position: initial !important;
    width: 100%!important;
 
}
main.auth #orderform-category,
main.auth #orderform-service
{display:none}
main.auth div.newOrder_paymentContents {
	    flex-direction: column;
    width: 100%;
}
main.auth .newOrder_charge_box {
	width:100%;
}


/* safe faq */
section#section-safe-follower {
    background: linear-gradient(104deg, #CDF3E6 1.94%, #D9F7DD 98.06%);
    padding-bottom: 100px;
}

#section-safe-follower .section_wrapper {
    padding: 0;
}

#section-safe-follower header {
    height: initial;
    padding: initial;
    min-height: initial;
    position: initial;
    width: initial;
    background: initial;
    border: initial;
    flex-direction: column;
    padding-bottom: 60px;
}
@media(max-width:768px){
  #section-safe-follower header {
    padding-bottom: 40px;
  }
}
#section-safe-follower header h2 {
    margin-bottom: 32px;
}


#section-safe-follower header p {
    color: #535355;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}


#section-safe-follower article {margin: 40px 0;display: flex;flex-direction: column;}
#section-safe-follower article:first-child {
  margin-top:0;
}

#section-safe-follower article h3 {color: #1A1A1A;font-size: 24px;font-weight: 700;margin-bottom: 32px;}
#section-safe-follower .safe-follower-description {
  padding-bottom: 40px;
  border-bottom: 1px solid #11A006;
}
#section-safe-follower article:last-of-type .safe-follower-description{
  border:none;
}
.safe-follower-description p {color: #535355;font-size: 14px;font-weight: 400;line-height: 22px;}

.safe-follower-br {margin-bottom: 14px;}


#section-safe-follower article:last-of-type {

}
@media (max-width:768px){
  #section-safe-follower article {
    margin: 20px 0;
}
  #section-safe-follower .safe-follower-description {
    padding-bottom: 20px;
}
  section#section-safe-follower {
    padding-bottom : 40px
  }
  #section-safe-follower article h3,
  #section-safe-follower header h2 {
    font-size:20px;
    margin-bottom: 20px;
  }
  .safe-follower-description p,
  #section-safe-follower header p {
    text-align:center;
    font-size: 12px;
  }
  .safe-follower-description p.safe-follower-br {
    display: block;
}
  .safe-follower-description p{
    text-align:left;
    display: inline;
  }
}

/* ask */
#section-ask {background-color: #F3F5F7;}

section div.section_wrapper header {height: inherit;padding: initial;min-height: initial;width: initial;position: initial;border: initial;background: initial;justify-content: center;}


#section-ask .ask-intro {max-width: 444px;min-width: 444px;display: flex;flex-direction: column;gap: 32px;}
main.homemain div.main_wrapper section.ask-item-container {
	padding:0;
	flex-direction: row;
	gap: 60px;
}
#section-ask .ask-button-wrapper {position: relative;display: flex;margin-top: 28px;}

#section-ask .cta-button {background-color: #19C30B;padding: 10px 30px;border-radius: 8px;color: #fff;font-size: 16px;font-weight: 500;}
#section-ask .ask-grid {
 width: 100%;
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 32px;
}
@media(max-width:1000px){
  main.homemain div.main_wrapper section.ask-item-container {
    gap: 20px;
}
  #section-ask .ask-grid {
    gap:10px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width:768px){
  #section-ask .cta-button {
    font-size: 14px;
    font-weight: 500;
  }
  #section-ask .ask-intro {
    width: 100%;
    max-width: 100%;
    gap: 14px;
    min-width: 100%;
}
  main.homemain div.main_wrapper section.ask-item-container {
    flex-direction: column;
    gap: 40px;
  }
}
#section-ask .ask-item {background-color: #fff;padding: 24px;border-radius: 8px;}

#section-ask .ask-item:hover {
 
}
#section-ask .ask-intro h3 {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 700;
}

#section-ask .ask-intro p {
  color:#535355;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

#section-ask  .ask-item h4 {color: #11A006;font-size: 16px;font-weight: 700;margin-bottom: 14px;}
#section-ask  .ask-description p {color: #787878;font-size: 12px;font-weight: 400;line-height: 20px;}

/*section footer*/
#section-produce {

}
#section-produce .section_wrapper {

}
#section-produce header {flex-direction: column;margin-bottom: 60px;}

#section-produce .section_title {margin-bottom: 32px;}

#section-produce header p {color: #535355;font-size: 14px;font-weight: 400;line-height: 22px;}
#section-produce header p.br {
	margin-bottom:14px;
}
#section-produce figure {
}

#section-produce figure img {}
@media (max-width:1200px) {
   #section-produce figure img {
     width:100%;
   }
}
#section-produce figure figcaption {

}
#section-produce nav {border: initial;top: initial;height: initial;position: initial;z-index: initial;display: flex;width: 100%;max-width: 100%;justify-content: center;align-items: center;}
#section-produce .content-wrapper {
    display: flex;
    gap: 60px;
}
@media (max-width:768px){
  #section-produce header {
    margin-bottom:20px;
  }
  #section-produce .content-wrapper {
    flex-direction:column;
    gap: 20px;
  }
}
#section-produce nav ul {display: flex;flex-direction: column;gap: 20px;width: 100%;}

#section-produce nav ul li {border: 1px solid #E3E4E7;border-radius: 8px;/* padding: 10px 14px; */display: flex;align-items: center;gap: 10px;width: 100%;}

#section-produce nav ul li:hover {

}

#section-produce nav ul li svg {

}

#section-produce nav ul li a {font-size: 16px;color: #1A1A1A;font-weight: 400;line-height: 24px;width: 100%;padding: 10px 14px;display: flex;align-items: center;justify-content: space-between;}
#section-produce .sns-link-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
#section-produce .sns-link-container span {
  color:#1A1A1A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#section-produce nav ul li i {}
@media(max-width:1300px){
  main.homemain div.main_wrapper section section {
    padding: 40px 16px;
  }
}
@media(max-width:768px){
  #section-ask .ask-intro h3 {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
  #section-ask .ask-item h4 {
    font-size: 14px;
}
  #section-ask .ask-intro p {
    font-size: 12px;
    text-align: center;
}
  #section-ask .ask-button-wrapper {
    margin-top: 0;
    justify-content: center;
}
  #section-ask .ask-item{
    padding: 12px;
  }
  #section-ask .ask-description p {
    font-size: 12px;
}
   #section-produce header p {
  font-size: 12px;
  } 
  #section-produce figure {
    display: flex;
    justify-content: center;
}
  #section-produce nav ul{
    gap:12px;
  }
  #section-produce figure img {
    height: 240px;
    width: auto;
  }
}
@media (max-width:300px){
  #section-produce figure img {
    width:100%;
    height: 100%;
  }
}
@media (max-width:1000px){
  main.homemain #footer {
  padding: 40px 16px;
    max-width:100%;
  }
  main.homemain  #footer .footerWrapper div.footerRight figure img.pc {
  height: 20px;
  }
}
 div.main_wrapper #neworder section.service-item {
	height:auto;
}

/* ------------------order section ---------------*/

  div.main_wrapper section.service-item-container {
    height:auto;
  }
  section.service-item {
    padding:100px 0;
  }
  /* sec01 */
  section.service-item#follower-method {
    background: linear-gradient(104deg, #CDF3E6 1.94%, #D9F7DD 98.06%);
  }
  #follower-method ol.benefit_list {
    display: flex;
    gap:50px;
  }
  #follower-method li.benefit_card {
    background-color: #fff;
    border-radius: 20px;
    padding: 24px;
     flex: 1;
  }
  #follower-method .benefit_list_item_img_box {}
  #follower-method  div.section_wrapper header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
  #follower-method .benefit_index {
    color: #11A006;
    font-size: 30px;
    font-weight: 700;
        line-height: 32px;
}
  #follower-method  h3 {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    min-height: 64px;
    display: flex;
    align-items: center;
}
  #follower-method  figure {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 32px 0;
}
  #follower-method  img {}
  #follower-method p {
    color: #787878;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
  #follower-method p.br {
    margin-bottom: 14px;
}
  #follower-method b {
    color: #535355;
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 20px;
}
#follower-method ul {
    margin: 5px 0 14px;
}
#follower-method ul li {
   color: #787878;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
  #follower-method .benefit_footer_box {
    height:auto;
    align-items: center;
    margin: 60px 0;
  }
  #follower-method .benefit_footer_box p {
    color: #535355;
    font-size: 14px;
    font-weight: 400;
}
  #follower-method .hrefButton.move {}
  #follower-method .hrefButton.move a {
    display: flex;
    align-items: center;
    gap: 8px;
}
  #follower-method .hrefButton.move i {
    color: #fff;
    font-size: 16px;
}
/* sec02 */ 
section.service-item#first-information {

}
#first-information .section_wrapper {}
#first-information div.section_wrapper header {
flex-direction: column;
}
#first-information header h2 {
    margin-bottom: 20px;
}
#first-information header p {
  color: #535355;
  font-size: 14px;
  line-height: 22px;
}
#first-information header p.br {
	margin-bottom:14px;
}
#first-information section {
    margin-bottom: 60px;
}
#first-information section.concerns {
    margin: 60px 0;
    background-color: #F3F5F7;
    padding: 24px;
    border-radius: 8px;
}
#first-information section.reason {}
#first-information section.recommended {}
#first-information section.consultation {
}

#first-information section h3 {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 32px;
}
#first-information section p {
    font-size: 14px;
    color: #535355;
    line-height: 22px;
}
#first-information section p.br {
    margin-bottom: 14px;
}
#first-information div.info {}
#first-information div.info strong {
    color: #535355;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}
#first-information div.info p {
}
#first-information div.info p.br {
  margin-bottom:20px;
}
#first-information ul {
    margin-bottom: 14px;
}
#first-information li {
    color: #535355;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
#first-information div.hrefButton {gap: 20px;}
#first-information div.hrefButton a.hrefButton_link {
    width: 100%;
    max-width: 274px;
    height: 100%;
    padding: 16px;
    justify-content: center;
    align-items: center;
      display: flex;
}

/* sec03 */
section#growth-service {

}
.section_header .section_title {

}
.growth_service_article {
}
.growth_service_article > h3 {color: #1A1A1A;font-size: 24px;line-height: 32px;font-weight: 700;margin-top: 60px;}
.growth_service_article:first-of-type > h3 {
  margin-top: 0;
}
.auth .growth_service_article:first-child > h3 {
	margin-top:0;
}
.growth_service_article_contents {margin-top: 32px;border: 1px solid #E3E4E7;border-radius: 8px;padding: 20px;}

.growth_service_article_contents > h4 {display: flex;gap: 10px;align-items: center;color: #535355;font-size: 16px;font-weight: 700;line-height: 24px;margin-bottom: 14px;}
.growth_service_article_contents > h4 span {
  color: #19C30B;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.growth_service_contents p {color: #535355;font-size: 14px;font-weight: 400;line-height: 22px;}
.growth_service_contents ul {
  margin-bottom: 14px;
}
.growth_service_contents ul li {
    color: #535355;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.growth_service_contents p.br {
margin-bottom:14px;
}
.growth_service_article:last-child {

}
@media (max-width: 768px) {
  .growth_service_article {
   
  }

  .growth_service_article > h3 {
  }
}
#growth-service .hrefButton {
	margin-top:32px;
}

/* sec04 */
#guarantee-support {
    background: linear-gradient(104deg, #CDF3E6 1.94%, #D9F7DD 98.06%);
}

#guarantee-support .section_wrapper {}


#guarantee-support .section_header {
    flex-direction: column;
    margin-bottom: 60px;
}
#guarantee-support .section_title {
    margin-bottom: 32px;
}


#guarantee-support .section_header p {
    color: #535355;
    font-size: 14px;
    font-weight: 400;
      line-height: 22px;
  text-align:center;
}
#guarantee-support .guarantee_article_wrapper {
	display: flex;
	gap: 50px;
}
#guarantee-support .guarantee_article {
    flex: 1;
    background-color: #fff;
    border-radius: 20px;
    padding: 24px;
}

#guarantee-support .guarantee_article h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 32px;
}

#guarantee-support .guarantee_article figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
#guarantee-support .guarantee_article figure img {}
#guarantee-support .guarantee_article figcaption {}

#guarantee-support .guarantee_contents {}

#guarantee-support .guarantee_contents p {
    color: #787878;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    line-height: 22px;
}
#guarantee-support .guarantee_contents p.br {
    margin-bottom: 14px;
}
#guarantee-support #decrease-guarantee-title {
}
#guarantee-support #refund-policy-title {}
#guarantee-support #support-system-title {}

/* sec05 */
#sns-utilize-intro {
}

#sns-utilize-intro .section_wrapper {
}

#sns-utilize-intro .section_header {
	flex-direction:column;
}

#sns-utilize-intro .section_title {margin-bottom: 32px;}

#sns-utilize-intro .section_title_desc {
    margin-bottom: 60px;
}
#sns-utilize-intro .section_title_desc p {
  color: #535355;font-size: 14px;font-weight: 400;line-height: 22px;text-align: center;
}
#sns-utilize-intro .section_title_desc p.br {
  margin-bottom: 14px;
}

#sns-utilize-intro .article-item-container {
}
#sns-utilize-intro .article-item-container  .article-item-box {
  display: flex;
  margin-top: 60px;
  gap: 60px;
}
#sns-utilize-intro .article-item-container  .purchase-effect-desc {
    text-align: center;
}
#sns-utilize-intro .article-item-container  .purchase-effect-desc p {
  color: #535355;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
#sns-utilize-intro .article-item-container h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
  margin-bottom: 32px;
  color: #1a1a1a;
}
#sns-utilize-intro .case-item {text-align: center;flex: 1;}
#sns-utilize-intro .case-item section {
  text-align: left;
}
#sns-utilize-intro .case-item section.case-voice {
  background-color: #F3F5F7;
  padding: 24px;
  border-radius: 8px;
}
#sns-utilize-intro .case-item section p {
 font-size: 12px;
 font-weight: 400;
 color: #535355;
 line-height: 18px;
}
 #sns-utilize-intro  section p strong {
    color: #535355;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    display: block;
}
#sns-utilize-intro .case-item figure {
  text-align: left;
}
#sns-utilize-intro .case-item h4 {
                                 border: 1px solid #19C30B;
                                 display: inline-flex;
                                 border-radius: 8px;
                                 padding: 12px 20px;
                                 line-height: 1.5;
                                 gap: 10px;
                                 margin-bottom: 50px;
                                 text-align: center;
                                 }
#sns-utilize-intro .case-item h4 span{
    font-size: 18px;
    font-weight: 700;
}
#sns-utilize-intro .case-item h4 span.index{
    color: #19C30B;
}
#sns-utilize-intro .case-item h4 span.case-title {
    color: #535355;
}

#sns-utilize-intro .case-item figure img {
}


#sns-utilize-intro section[class^="case-"] {
      height: auto;
      margin-bottom: 10px;
}
#sns-utilize-intro section.case-profile {
    gap: 32px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
}
#sns-utilize-intro section.case-strategy {
  margin-bottom: 0;
}
#sns-utilize-intro  .case-section-box {
  border: 1px solid #E3E4E7;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 32px;
}
#sns-utilize-intro h5 {color: #535355;font-size: 14px;font-weight: 700;position: relative;padding-left: 21px;margin-bottom: 10px;}
#sns-utilize-intro h5::after {
  display:block;
  content:'';
  width: 13px;
  height: 13px;
  position:absolute;
  top: 2px;
  left:0;
  background-color:#19C30B;
}
#sns-utilize-intro .case-item .voice-content p {font-size: 14px;font-weight: 400;line-height: 22px;}
#sns-utilize-intro ul {}
#sns-utilize-intro ul li {
    font-size: 14px;
    font-weight: 400;
    color: #535355;
    line-height: 22px;
}
#sns-utilize-intro h6 {font-size: 14px;color: #535355;font-weight: 700;line-height: 20px;}

#sns-utilize-intro ul {
}


#sns-utilize-intro .case-profile-title-box {}
#sns-utilize-intro .case-profile-account {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
#sns-utilize-intro .case-profile-account strong {
    color: #535355;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

/* sec06- review */
section#review-score  {
	    background-color: #F3F5F7;
}

section#review-score  section.review-article-container {
	flex-direction: row;
	gap: 50px;
	margin-top: 32px;
}
section#review-score h3 {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    gap: 4px;
    align-items: center;
    line-height: 1.5;
}
section#review-score h3 span {
    color: #19C30B;
}
section#review-score .review-slider-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
section#review-score article.review-contents-container {
	flex:1;
}
section#review-score .review-slider-wrapper{
    background-color: #fff;
    padding: 24px;
    border: none;
    height: auto;
   max-width: 100%;
    min-width: max-content;
    min-height: 420px;
  justify-content: space-between;
    display: flex;
    flex-direction: column;
}
section#review-score .review-slider-content .slide {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-bottom: 1px solid #E3E4E7;
    padding-bottom: 12px;
}
section#review-score .pagination {
    display: flex;
    gap: 8px;
}section#review-score .pagination button {
    color: #535355;
    font-size: 12px;
    font-weight: 900;
}
section#review-score .review-grid-pagination-box {margin-top: 12px;}
section#review-score .review-slider-content .slide-inner {}
section#review-score .review-slider-content .slide-top {}
section#review-score .review-slider-content .slide-review{
    color: 4D4D4D;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
section#review-score .slider-write {display: flex;align-items: center;gap: 6px;line-height: 22px;}
section#review-score .slider-write p {color: #0068FE;font-size: 14px;font-weight: 400;text-decoration: underline;line-height: 22px;}
section#review-score .slider-write i {color: #0068FE;font-size: 16px;font-weight: 900;}
section#review-score .review-slider-content .slide-star{}
section#review-score .review-slider-content .slide-star i {
    color: #FFCE1F;
    font-size: 12px;
    font-weight: 900;
}
section#review-score .review-slider-content .slide-bottom{}
section#review-score .review-slider-content .slide-bottom-left {}
section#review-score .review-slider-content .slide-id{}
section#review-score .review-slider-content .slide-id strong {
    color: #C5C5C8;
    font-size: 11px;
    line-height: 16px;
}
section#review-score  article.review-score-container {
      width: 280px;
      background-color: #fff;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      height: 420px;
      border-radius: 8px;
      padding: 24px;
      gap: 110px;
}
section#review-score  .score-txt-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
section#review-score   .score-value{}
section#review-score    .score-value strong {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 20px;
}
section#review-score    .score-value span {
    color: #A2A3A6;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
}
section#review-score   .score-stars{
    display: flex;
    gap: 5px;
}
section#review-score   .score-stars i {
    color: #FFCE1F;
    font-size: 24px;
}
section#review-score  .score-img-box{}
section#review-score   .score-img-box .score-bar{
    display: flex;
    align-items: flex-end;
    gap: 20px;
    height: 100px;
    margin-top: 20px;
    position: relative;
}
section#review-score   .score-img-box .bar {
    width: 10px;
    background: #eee;
    border-radius: 10px;
    position: relative;
    height: 100%;
}
section#review-score  .score-img-box .bar-fill  {
    background: #e0e0e0;
    width: 10px;
    bottom: 0;
    border-radius: 10px;
    position: absolute;
}
section#review-score   .score-img-box .star-5 {
    background: #1cc736;
    height: 89%;
}
section#review-score  .score-img-box .star-4 {
  background:#A2A3A6;
height:25%;
}
section#review-score  .score-img-box .star-3 {
    height: 10%;
   background:#A2A3A6;
}
section#review-score   .score-img-box .star-2 {}
section#review-score  .score-img-box .star-1 {}

section#review-score   .bar .count {position: absolute;top: -59px;background: #1cc736;color: #fff;font-size: 14px;font-weight: 500;padding: 2px 6px;border-radius: 5px;opacity: initial;right: initial;height: initial;min-width: 46px;max-width: max-content;min-height: 26px;text-align: center;left: -18px;display: flex;justify-content: center;align-items: center;width: max-content;}
section#review-score .bar .count svg {
    position: absolute;
    bottom: -5px;
}
section#review-score  .score-labels {
    display: flex;
    gap: 21px;
    font-size: 12px;
    color: #666;
    margin-top: 8px;
    width: 100%;
    justify-content: center;
}
section#review-score .score-labels span{
    color: #A2A3A6;
    font-size: 14px;
    font-weight: 600;
}
/*sec07 - faq */
#service-faq {

}

#service-faq .faq-list {display: flex;flex-direction: column;gap: 10px;}

#service-faq .faq-item {

}

#service-faq .faq-toggle-button {display: flex;justify-content: space-between;align-items: center;padding: 10px 14px;border: 1px solid #E3E4E7;height: initial;max-height: initial;min-height: 52px;border-radius: 8px;font-size: initial;font-weight: initial;box-shadow: initial;transition: linear 0.1s;}
#service-faq .faq-toggle-button i.fa-chevron-down {
  color:#1A1A1A;
  font-size: 16px;
  font-weight: 900;
  transition: linear 0.1s;
}
#service-faq .faq-toggle-button[aria-expanded="true"] {background-color: #66DA5C;border-radius: 8px 8px 0px 0px;}
#service-faq .faq-toggle-button[aria-expanded="true"] i.fa-chevron-down {
  transform: rotate(180deg);
}
#service-faq .faq-toggle-button[aria-expanded="false"] {

}
#service-faq .faq-toggle-button[aria-expanded="true"] .faq-txt-button  {
  font-weight: 700;
}
#service-faq .faq-toggle-button[aria-expanded="true"] .icon {
  color: #1A1A1A;
  font-weight: 700;
}
#service-faq .faq-txt-button {display: flex;align-items: center;gap: 8px;color: #1A1A1A;font-size: 16px;    line-height: 22px;    text-align: left;}

#service-faq .faq-txt-button .icon {color: #19C30B;font-size: 16px;font-weight: 900;}

#service-faq .faq-answer {}

#service-faq .faq-answer[hidden] {

}

#service-faq .faq-answer[role="region"] {background-color: #E8F9E7;padding: 10px 14px 24px 14px;border-radius: 0px 0px 8px 8px;}

#service-faq .faq-answer[role="region"] p {
    color: #1A1A1A;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
#service-faq .faq-answer[role="region"] p.br {
  margin-bottom: 14px;
}

/* sec08 */
#service-monetization {

}

#service-monetization .section_wrapper {

}

#service-monetization .section_title {

}

#service-monetization article {
 margin-bottom: 60px;
}
#service-monetization article.service h4 {
  color: #535355;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 26px;
}
#service-monetization article.service ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
#service-monetization article.service ul ul {
    display: flex;
    flex-direction: column;
    gap: initial;
    margin-bottom: 14px;
}


#service-monetization article.service ul li:nth-child(3),
#service-monetization article.service ul li:nth-child(4) {
  margin-top: -10px;
}
#service-monetization article.service .figure-contents ul li {
    margin: initial;
    color: #787878;
}
#service-monetization h3 {color: #1A1A1A;font-size: 24px;font-weight: 700;line-height: 32px;margin-bottom: 32px;}

#service-monetization .contents {

}
#service-monetization .contents ul {
  margin-top: 20px;
}
#service-monetization .contents ul li {}
#service-monetization ul {

}

#service-monetization li {color: #535355;font-size: 14px;font-weight: 400;line-height: 22px;}

#service-monetization figure {

}

#service-monetization img {

}

#service-monetization h4 {

}

#service-monetization h4 span {

}

#service-monetization p {color: #535355;font-size: 14px;font-weight: 400;line-height: 22px;}

#service-monetization ul {

}

#service-monetization ul li {

}
#service-monetization article.point ul {
    display: flex;
    gap: 50px;
    margin-top: 32px;
    min-height: 430px;
}
#service-monetization article.point ul li {
    flex: 1;
}
#service-monetization article.point ul li p {
    color: #787878;
    margin-top: 14px;
}
#service-monetization article.point ul li h4 {
    font-size: 18px;
    font-weight: 700;
    color: #535355;
    display: inline;
    align-items: center;
    line-height: 26px;
}
#service-monetization article.point ul li h4 span {
    color: #19C30B;
    margin-right: 10px;
}
#service-monetization article.point ul li figure {
    display: flex;
    justify-content: center;
    width: 100%;
}
#service-monetization .figure-contents {

}
#service-monetization .figure-contents p {
    color: #787878;
    font-size: 14px;
    font-weight: 400;
}
#service-monetization .figure-contents p.br {
    margin-bottom: 14px;
}
#service-monetization article.monetization-item.service[aria-labelledby="line-monetization-service-title"] {}
#service-monetization article.monetization-item.service[aria-labelledby="line-monetization-service-title"]  ul ,
#service-monetization article.monetization-item.service[aria-labelledby="discord-monetization-service-title"] ul, 
#service-monetization article.monetization-item.service[aria-labelledby="twitch-monetization-service-title"] ul{
    display: flex;
    width: 100%;
    justify-content: center;}
#service-monetization article.monetization-item.service[aria-labelledby="line-monetization-service-title"]  figure ,
#service-monetization article.monetization-item.service[aria-labelledby="discord-monetization-service-title"] figure,
#service-monetization article.monetization-item.service[aria-labelledby="twitch-monetization-service-title"] figure{
      width: 100%;
    display: flex;
    justify-content: center;
}
#service-monetization article.monetization-item.service[aria-labelledby="line-monetization-service-title"]  ul li ,
#service-monetization article.monetization-item.service[aria-labelledby="discord-monetization-service-title"] ul li,
#service-monetization article.monetization-item.service[aria-labelledby="twitch-monetization-service-title"] ul li{
    width: 100%;
}
/* sec09 */
#service-counseling {background-color: #F3F5F7;}

#service-counseling header {

}
#service-counseling .section_title {
}

#service-counseling .counseling-contents {display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;}
#service-counseling .counseling-contents p {
    color: #535355;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 60px;
}
#service-counseling .counseling-contents-box {
}

#service-counseling .counseling-contents-box ul {display: flex;flex-direction: column;margin-bottom: 60px;}

#service-counseling .counseling-contents-box li {color: #535355;font-size: 18px;font-weight: 800;line-height: 40px;}

#service-counseling a {background-color: #19C30B;color: #fff;border-radius: 8px;height: 48px;display: flex;justify-content: center;align-items: center;padding: 0 30px;font-size: 16px;font-weight: 500;line-height: 24px;}

/*sec10*/
#snsmart-services {

}

#snsmart-services .section_wrapper {

}

#snsmart-services .section_title {margin-bottom: 32px;}
#snsmart-services header {
    flex-direction: column;
}
#snsmart-services p {
    color: #535355;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
#snsmart-services h2 {}

#snsmart-services .contents {flex-direction: column;}

#snsmart-services article.snsmart-service-item-container {
  margin-top: 60px;
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;}

#snsmart-services article.snsmart-service-item-container figure {

}

#snsmart-services article.snsmart-service-item-container img {

}

#snsmart-services article.snsmart-service-item-container ul {width: 100%;display: flex;flex-direction: column;gap: 20px;}

#snsmart-services article.snsmart-service-item-container ul li {display: flex;align-items: center;justify-content: space-between;border: 1px solid #E3E4E7;border-radius: 8px;min-height: 52px;}

#snsmart-services .snsmart-service-sns-box {display: flex;align-items: center;gap: 8px;    font-size: 16px;
    font-weight: 400;}

#snsmart-services a {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
    height: 100%;
    padding: 10px 14px;
}
#snsmart-services .snsmart-service-link-container {
	display:flex;
  align-items:center;
  justify-content:space-between;
}
#snsmart-services .snsmart-service-sns-box a:hover {

}

#snsmart-services i.fa-angle-right {color: #1A1A1A;font-size: 16px;font-weight: 900;}
#snsmart-services p.br {
    margin-bottom: 14px;
}
@media (max-width: 1300px) {
  #newOrder section div.section_wrapper {
  	padding:0 16px;
  }
  #follower-method ol.benefit_list {
  gap:20px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  }
  #follower-method ol.benefit_list li:nth-child(3) {
      grid-column: span 2;
  }
  #follower-method img {
    width: 120px;
    height: 120px;
  }
 /* sec02 */
  #newOrder #first-information div.section_wrapper {
  	padding:0;
  }
  div.main_wrapper #neworder section#first-information {
  	padding:40px 16px;
  }
  /*sec04*/
  #guarantee-support .guarantee_article_wrapper {
  	gap:20px;
  }
  /* sec05 */
  #sns-utilize-intro .article-item-container .article-item-box {
    	gap:20px;
  }
  /*sec08*/
  #service-monetization .service figure {}
  #service-monetization .service figure img {
  	width:100%;
    height:auto;
  }
  /*sec10 - last*/
  #snsmart-services article.snsmart-service-item-container {
  	gap:20px;
  }
  #snsmart-services article.snsmart-service-item-container img {
    width: 100%;
    height: auto;
}
}
@media (max-width:950px){
  #guarantee-support .guarantee_article_wrapper {
  	grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
  #guarantee-support .guarantee_article:nth-child(3){
  	grid-column: span 2;
  }
  #guarantee-support .guarantee_article figure img {
  	width:120px;
  }
  /*sec05*/
  #sns-utilize-intro .article-item-container .article-item-box {
  	flex-direction:column;
  }
  /*sec06*/
  section#review-score section.review-article-container {
  	gap:20px;
  }
  /*sec08 */
  #service-monetization article.point ul {
  	    display: grid;
        grid-template-columns: repeat(2, 1fr);
  }
  
}
@media (max-width:768px){
  /*common*/
  #newOrder section.service-item {
  	padding: 40px 0;
  }
   /*common - font */
  #follower-method p,#follower-method b,#follower-method .benefit_footer_box p,
  #first-information header p, #first-information section p, #first-information li, .growth_service_contents p, #guarantee-support .section_header p, #guarantee-support .guarantee_contents p, #sns-utilize-intro .section_title_desc p, #sns-utilize-intro .article-item-container .purchase-effect-desc p, #sns-utilize-intro ul li, #sns-utilize-intro ul li, #sns-utilize-intro .case-item .voice-content p, #service-monetization p, #service-monetization li,#service-monetization .figure-contents p,#service-monetization .figure-contents p.br, #service-counseling .counseling-contents p
  {
  	font-size:12px;
    line-height:20px;
  }
    /*common - button */
  #growth-service .hrefButton  
 {
  	margin-top:20px;
  }
   /*common - h2 - margin */
  #guarantee-support .section_title, #sns-utilize-intro .section_title {
  	margin-bottom:20px;
  }
  /*sec01*/
  #follower-method ol.benefit_list {
  	display:flex;
    flex-direction:column;
    gap:12px;
  }
  #follower-method li.benefit_card {
  	border-radius:12px;
    padding:12px;
  }
  #follower-method .benefit_index {
  	font-size:24px;
  }
  #follower-method h3 {
  	font-size:16px;
    line-height:26px;
  }
  #follower-method div.section_wrapper header {
  	gap:0;
  }
  #follower-method figure {
  	padding:10px 0;
  }
 
  #follower-method .benefit_footer_box {
  margin:20px 0;
  }
  /*sec02*/
  div.main_wrapper #neworder section#first-information {
  	padding:40px 16px;
  }
  #first-information section.concerns {
  	margin:20px 0;
    padding:12px;
  }
  #first-information section h3 {
    font-size:18px;
    margin-bottom: 20px;
  }
  #first-information section {
  	margin-bottom:20px;
  }
  #first-information div.hrefButton {
  	flex-wrap:wrap;
    gap:12px;
  }
  #first-information div.hrefButton a.hrefButton_link {
        max-width: 100%;
        width: auto;
        min-width: 244px;
  }
  /*sec03*/
  .growth_service_article > h3 {
  	font-size:18px;
            margin-top: 40px;
  }
  .growth_service_article_contents {
  	margin-top:20px;
  }
  .growth_service_article_contents {
  	padding:12px;
  }
  .growth_service_article_contents > h4 span {
  	    min-width: 22px;
  }
  /* sec04 */
  #guarantee-support .section_header {
  	margin-bottom:20px;
  }
  #guarantee-support .guarantee_article_wrapper {
  	display:flex;
    flex-direction:column;
    gap:12px;
  }
  #guarantee-support .guarantee_article{
  	padding:12px;
    border-radius:8px;
  }
  #guarantee-support .guarantee_article figure {
  	margin-bottom:10px;
  }
  #guarantee-support .guarantee_article h3 {
  	font-size:16px;
    margin-bottom: 10px;
  }
  /* sec05 */
  #sns-utilize-intro .section_title_desc {
  	margin-bottom:20px;
  }
  #sns-utilize-intro .case-item h4 span.index {
  	    min-width: 73px;
  }
  #sns-utilize-intro .case-item h4 span.case-title {
  	text-align: left;
  }
  #sns-utilize-intro .article-item-container h3 {
  	font-size:16px;
    margin-bottom: 14px;
  }
  #sns-utilize-intro .case-item h4, #sns-utilize-intro section.case-profile,#sns-utilize-intro .case-section-box {
  margin-bottom:20px;
  }
  #sns-utilize-intro .case-item section.case-voice {
  	margin-bottom:0;
  }
  #sns-utilize-intro section.case-profile {gap:20px;}
  #sns-utilize-intro .article-item-container .article-item-box {
  	gap:40px;
  }
  #sns-utilize-intro .case-item section.case-voice, #sns-utilize-intro .case-section-box {
  padding:12px;
  }
  #sns-utilize-intro .case-item figure img {
  	width:200px;
    height:200px;
  }
  /*sec06*/
  section#review-score section.review-article-container {
    margin-top:12px;
    flex-direction:column;
    gap:12px
	}

  section#review-score article.review-score-container {
  	width:100%;
    gap:60px;
    height: 328px;
  }
  section#review-score .review-slider-wrapper {
  	width:100%;        
    min-width: initial;
  }
  section#review-score .review-slider-content .slide-review {
  	display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    width: 100%;
  }
  /* sec07 */
  #service-faq .faq-txt-button {
  	font-size:14px;
  }
  #service-faq .faq-answer[role="region"] {
  	    padding: 10px 14px;
  }
  /* sec08 */
  #service-monetization h3 {
  	font-size:16px;
    margin-bottom:14px;
  }
  #service-monetization article {
  	margin-bottom:40px;
  }
  #service-monetization article.point ul {
  	display:flex;
    flex-direction:column;
    gap:40px;
    margin-top: 14px;
  }
  #service-monetization img {
  	width:100px;
    height:100px;
  }
  #service-monetization article.point ul li h4,
    #service-monetization article.service h4 {
  	font-size:16px;
  }
    #service-monetization article.service h4 {
  margin-bottom:10px;
  }
  #service-monetization article.point ul li {
  	display:flex;
    gap: 20px;
    align-items: center;
  }
  #service-monetization article.point ul li p {
  	margin-top:10px;
  }
  #service-monetization article.point ul li figure {
  	width:auto;
  }
  #service-monetization article.service ul {
  	display:flex;
    flex-direction:column;
    gap:14px;
  }
  #service-monetization article.service {
  	margin-bottom:0;
  }
  /*sec09*/
  #service-counseling .counseling-contents-box ul,
  #service-counseling .counseling-contents p{
  	margin-bottom:20px;
  }
  #service-counseling .counseling-contents-box li {
  	line-height:20px;
  }
  #service-counseling .counseling-contents-box li,
  #service-counseling a {
    font-size:14px;
  }
  /*sec10 - last*/
  #snsmart-services .section_title {
  	margin-bottom:20px;
  }
  #snsmart-services article.snsmart-service-item-container {
  	flex-direction:column;
    margin-top:20px;
  }
  #snsmart-services article.snsmart-service-item-container ul {
  	gap:12px;
  }
}
@media (max-width:500px){
  #first-information div.hrefButton a.hrefButton_link {
  	
  }
  /*sec05*/
  #sns-utilize-intro section.case-profile {
  	    flex-direction: column;
    justify-content: flex-start;
  }
  #sns-utilize-intro .case-profile-title-box {
  	width:100%;
  }
}
.dropdown-menu > li > a:hover {
      background-color: #E8F9E7;
      border-radius: 6px;
      color: black;
}
.dropdown-menu > .active > a:hover {
  background-color: #19C30B;
  color: #fff;
}
.dropdown-menu > li > a {
 padding: 8px 7px!important;
      color: black;
    padding: 8px 7px;
    text-decoration: none;
    display: block;
    margin: 5px 7px 0px 7px;
}
.dropdown-menu > .active > a {
      background-color: #19C30B;
    color: #fff;
    border-radius: 6px;
}
.dropdown-menu > .active > a
span.select2-dropdown.dropdown-menu.select2-dropdown--below span.select2-selection__text {
	padding:initial;
}
section#review-score section.review-article-container,
#sns-utilize-intro .article-item-container, 
#sns-utilize-intro section[class^="case-"],
#sns-utilize-intro section.case-profile,
main.auth div.main_wrapper #follower-method .benefit_footer_box,
.auth #section-service-container section section.reason,
.auth #section-service-container section section.recommended{padding: 0;}
div.main_wrapper .newOrder_descriptionContents p.br {
    margin-bottom:14px;
}
div.main_wrapper .newOrder_descriptionContents strong {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
form#order-form .newOrder_inputWrapper#order_quantity {
    margin-bottom: 0;
}
#order-form.japan-instagram div.newOrder_inputWrapper#order_comment_category {
    margin-top: 20px;
}
#fields .form-group#order_check {
	margin-top: 20px;
    margin-bottom: 0;
}