/**
 * Designed by: Tanvirul Islam Tusher
*/

/* Pretendard font family*/
@import url("https://fastly.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");


html, body {
  width: 100%;
  /* overflow-x: hidden !important; */
  font-family: "Pretendard Variable", Pretendard, -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;
  letter-spacing: -0.09em;
  padding: 0;
}

:root {
  --main-color: #222222;
  --sub-color: #000000;
  --gray-0: #AAAAAA;
  --gray-1: #D2D2D8;
  --gray-2: #F5F7F8;
  --white: #FFFFFF;
  --black-main: #232323;
  --black-text: #161C1C;
  --button-color: #1349c7;
  --button-color2: #1349c7;
  --header-addfunds-color: white;
}

::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background:#d4d4e9}
::-webkit-scrollbar-thumb{background:#333; border-radius: 50px;}
::-webkit-scrollbar-thumb:hover{background:var(--main-color)}

.main-color {
  color: var(--main-color);
}

body,
p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Pretendard Variable", Pretendard, -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;
}
a {
  text-decoration: none;
}
.hidden {
    display: none !important;
}
.guest {
  background-color: #fff;
  color: #333333;
}

.sidebar__area {
  margin:0px;
  padding:0px;
}

.py-5 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
}

th.nowrap {
  text-wrap: nowrap;
}

.bg-gr-blue {
  background: var(--sub-1);
}

.auth_body {
    background: #fff;
    transition: 0.54s;
}

.auth_body .main__page__area {
    display: flex;
}

.btn-outline-primary {
    --bs-btn-color: #00a4fc;
    --bs-btn-border-color: #00a4fc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00a4fc;
    --bs-btn-hover-border-color: #00a4fc;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00a4fc;
    --bs-btn-active-border-color: #00a4fc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00a4fc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00a4fc;
    --bs-gradient: none;
}

/*.navbar.navbar-default {
  background-color: transparent;
  border: 0;
  padding-top: 5px;
}
.guest .navbar-default .navbar-nav > li > a {
  color: #99a1a7;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding: 15px 9px;
}
.guest .navbar-default .navbar-nav > .active > a,
.guest .navbar-default .navbar-nav > .active > a:hover,
.guest .navbar-default .navbar-nav > .active > a:focus,
.guest .navbar-default .navbar-nav a:hover {
  background-color: transparent;
  color: #333 !important;
}*/


button.kakaotalk {
  position: fixed;
  bottom: 50px;
  right: 21px;
  padding: 0;
  /* width: 70px; */
  width: 240px;
  width: 300px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.2s 0.25s opacity;
  z-index: 318;
}


button.kakaotalk img {
  width: 100%;
}

a.kakao_float {
  display: none;
}

@media (max-width: 767px) {
 
  button.kakaotalk {
    right: 13px;
    bottom: 7px;
  }

  .auth button.kakaotalk {
    right: 13px;
    bottom: 55px;
  }
 
  button.kakaotalk img {
    max-width: 60px;
    max-height: 60px;
  }
 
  .auth ~ button.kakaotalk {
    bottom: 70px;
  }

  button.kakaotalk {
    opacity: 0;
    pointer-events: none;
  }

  a.kakao_float {
  position: fixed;
  bottom: 10px;
  right: 13px;
  /* width: calc(100% - 26px);
  height: 48px; 
  display: flex;
  align-items: center;
  padding: 0 10px 0 10px;
  background-color: #fff; 
  border-radius: 30px;
  box-shadow: 0px 3px 6px #00000029;
  color: #111; */
  display: block;
  width: 70px;
  z-index: 628;
  transition: 1s;
  transform: translateY(100px);
  box-shadow: unset;
  border-raidus: 0;
  padding: 0;
  height: auto;
}
  a.kakao_float img{
  width: 100%;
  }


a.kakao_float div {
  white-space: nowrap;
  font-size: 13px;
}


a.kakao_float img {
  width: 38px;
  width: 100%;
}


a.kakao_float.pop {
  transform: translateY(0);
}

.auth a.kakao_float.pop {
    transform: translateY(-53px);
}


.signup ~ a.kakao_float {
  display: none;
}

.kakao_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 14px;
  border-radius: 999px;
  background-color: #d2d2d8;
  margin-left: auto;
}
}



/* ======================================
 *  . Nav bar
/* ====================================== */

@media (min-width: 1400px) {
  .main-navbar .container {
    max-width: 1677px !important;
  }
  .container {
    max-width: 1534px !important;
  }
}

.main-navbar {
    background-color: #fff;
    /*position: relative;*/
    top: -1px;
    width: 100%;
    /* box-shadow: 0px 3px 8px #0000000f; */
  	border-bottom: 1px solid #ccc;
}

.offcanvas-backdrop.show {
    display: none;
}

.navbar-brand img {
    /* max-height: 70px; */
	/* width: 100%; */
	height: auto;
	max-height: 100%;
}

@media (min-width: 992px) {
.guest .navbar-expand-lg .navbar-nav.ms-auto {
  flex-direction: row;
  gap: 50px;
  margin-left: 0px;
  align-items: center;
}
.auth_body .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  gap: 30px;
  margin-left: 90px;
  align-items: center;
}
.auth_body .navbar-expand-lg .navbar-nav.ms-auto {
  flex-direction: row;
  gap: 20px;
  margin-left: 0px;
  align-items: center;
}
}

.main-navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  position: relative;
  transition: color 0.3s ease-in-out;
  padding-left: 0;
  padding-right: 0;
}

.main-navbar.navbar-light .navbar-nav .nav-item .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 0px;
  border: 2px solid var(--main-color);
  border-radius: 2px;
  bottom: 0px;
  transform: translate(-50%, 0);
  left: 50%;
  opacity: 0;
  transition: width 0.3s ease-in-out;
}

.main-navbar.navbar-light .navbar-nav .nav-item .nav-link:hover::after, .main-navbar.navbar-light .navbar-nav .nav-item .nav-link.active::after {
  opacity: 0;
  width: 110%;
}

.main-navbar.navbar-light .navbar-nav .nav-link:hover {
    color: #222;
    font-weight: 600;
    font-size: 18px;
}

.main-navbar.navbar-light .navbar-nav .nav-link.active {
    color: #222;
    font-weight: 500;
}

.main-navbar.navbar-light .navbar-nav .nav-item .nav-link.addfunds-menu {
  height: 45px;
  background-color: unset;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none !important;
}

.main-navbar.navbar-light .navbar-nav .nav-item .nav-link.addfunds-menu::after, .main-navbar.navbar-light .navbar-nav .nav-item .nav-link.account-icon-menu::after {
  border: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.main-navbar.navbar-light .navbar-collapse .btn {
    color: #333;
    font-weight: 600;
    border-radius: 15px;
    padding: .25rem 1rem;
}

.main-navbar.navbar-light .navbar-collapse .btn-outline-light {
    border:2px solid #00a4fc;
}

.main-navbar.navbar-light .navbar-collapse .btn-outline-light:hover {
    background-color: #00a4fc;
    color: #fff;
}

.main-navbar.navbar-light .navbar-collapse .btn-danger {
    border:2px solid #4367ff;
    background-color: #4367ff;
    color: #fff;
}

.main-navbar.navbar-light .navbar-collapse .btn-danger:hover {
    border-color: #00a4fc;
    background-color:#00a4fc;
}

.main-navbar .navbar-toggler-icon {
    width: 1em;
    height: 1.2em;
}

.main-navbar .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

/* Navbar */

@media (max-width: 1400px) {
    .main-navbar .offcanvas-collapse {
      position: fixed;
      top: 75px; /* Height of navbar */
      padding-top: 1.5rem;
      bottom: 0;
      left: 100%;
      width: 100%;
      padding-right: 2rem;
      padding-left: 2rem;
      overflow-y: auto;
      visibility: hidden;
      background-color: #f8fcff;
      transition-timing-function: ease-in-out;
      transition-duration: .3s;
      transition-property: left, visibility;
    }
    .main-navbar .offcanvas-collapse.show {
      left: 0;
      visibility: visible;
    }
}

.guest .inner-top-banner {
    padding-top: 130px !important;
    padding-bottom: 60px  !important;
}

.auth_body .inner-top-banner {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .guest .inner-top-banner {
      padding-top: 120px !important;
      padding-bottom: 40px  !important;
  }
}

.auth_body .content__area .container {
  width: 100%;
  min-width: 100%;
}


.mobile-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  justify-content: space-around;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0px -1px 1px #E1E1E17D;
  display: none;
  z-index: 9999;
}
.mobile-nav li {
  list-style: none;
}
.mobile-nav li a {
    color: inherit;
    font-size: 12px;
}
@media (max-width: 767.98px) {
.mobile-nav {
  display: flex;
}
}

#search {
  height: 40px !important;
  border: 1px solid #dee2e6;
}

.ser-well.services-div {
    background: #ededed;
    padding: 19px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
}

.singin-question {
  font-size: 14px;
  margin-top: 15px;
}
.singin-question a {
  color: inherit;
}

#service-table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

#service-table tbody tr td {
    background-color: #fff;
    border: 0 !important;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px !important;
}

tr.serviceTitle {
    color: #fff;
    font-weight: 600;
}

tr.serviceTitle td {
  background: transparent;
  font-size: 25px !important;
  font-weight: 600 !important;
  color: #333 !important;
}

table#service-table .badge {
    font-size: 14px;
    border-radius: 11px;
    padding: 6px 14px;
}

.serviceInfo .icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #43B9FE 0%, #207CFE 100%);
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    margin: 0 auto;
    line-height: 40px;
}

.serviceInfo .text h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

.serviceInfo.text > span {
    font-size: 16px;
    display: block;
}

/* home hero  */

#top-sec {
  padding: 130px 0 110px;
  position: relative;
}


.top-img-1 {
    position: absolute;
    left: 35%;
    top: 10%;
    -webkit-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
    animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.top-img-2 {
    position: absolute;
    right: 7%;
    bottom: 28%;
    -webkit-animation: hero-thumb-sm-animation 3s linear infinite alternate;
    animation: hero-thumb-sm-animation 3s linear infinite alternate;
}

@keyframes hero-thumb-sm-2-animation {
    0% {
        transform: translateY(-30px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes hero-thumb-sm-animation {
    0% {
        transform: translateY(-20px) translateX(30px)
    }

    to {
        transform: translateY(-20px) translateX(0)
    }
}
.top-sec-img {
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  animation: hero-thumb-animation 2s linear infinite alternate;
}
@keyframes hero-thumb-animation {
    0% {
        transform: translateY(-20px)
    }

    to {
        transform: translateY(0)
    }
}

.main-title {
  color: #333;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
}
#top-sec .first_text {
  font-size: 45px;
  margin-bottom: 0;
}
.first_desc {
  font-size: 22px;
  margin: 70px 0;
}

.b-underline {
  position: relative;
  font-weight: 600;
}

.b-underline::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 104%;
  height: 12px;
  background-color: #f6d5e5;
  z-index: -1;
  left: -2%;
}

.hero-look-btn {
  background-color: #ea3970;
  border: 1px solid #ea3970;
  color: #fff;
  padding: 10px 45px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
}

.btn.btn-primary.btn-primary2 {
  border-radius: 30px;
  border: 1px solid #e7f5ff;
  background: var(--main-color);
  min-width: 170px;
}

@media screen and (max-width: 768px) {
  .hero-look-btn {
    font-size: 17px;
  }

  .top-sec-img-wrap {
    margin-top: 20px;
  }
  .top-img-1 {
    left: 34%;
    top: 5%;
    width: 50px;
}

.top-img-2 {
    position: absolute;
    right: 10%;
    bottom: 18%;
    width: 50px;
  }

  #top-sec .first_text {
    font-size: 18px;
  }

  .main-title {
    font-size: 25px;
  }

  .first_desc {
    font-size: 14px;
    margin: 25px 0;
}

.hero-actions .btn.btn-primary.btn-primary2 {
  min-width: 140px;
  background-color: var(--white);
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 1.3rem;
}

}

.top-sec-img-wrap {
  position: relative;
}

.top-img-phone {
  position: static;
  right: 0;
}
.top-imd-fb {
  position: absolute;
  top: 20px;
  left: 20px;
}
.top-img-insta {
  position: absolute;
    top: 155px;
    left: 110px;
}
.top-img-yt {
  position: absolute;
    top: 300px;
    left: 0;
}
.scroll-down {
  font-size: 20px;
  color: #17C7E1;
}
.scroll-down span {
  animation: scroll-down 1.5s infinite;
  display: inline-block;
}

@keyframes scroll-down {
  0% {
      transform: translateY(-2px);
  }

  50% {
      transform: translateY(4px);
  }

  100% {
      transform: translateY(-2px);
  }
}
.best-img {
  position: absolute;
  right: 100px;
  bottom: -40px;
  box-shadow: 0 30px 20px 0 rgba(0, 0, 0, 10%);
  border-radius: 100px;
  animation: rotate 10s linear infinite;
}
.form-group {
  position: relative;
}
.form-control {
  height: 60px;
  border-radius: 15px;
  border: 1px solid #d2e4ff;
  background: #fff;
  /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;*/
  color: #5b6166;
  font-size: 14px;
  font-weight: 400;
}
.inpt-icon {
  position: absolute;
  width: 38px;
  height: 38px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 7px;
  color: #fff;
  background-color: #27a3fa;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
  z-index: 3;
}

.inpt-icon  i{
  font-size: 15px;
}
.inpt-icon + .form-control {
  padding-left: 55px;
}
.check-box-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.check-box-wrap .checkbox {
  margin: 0;
  color: #5b6166;
  font-size: 14px;
  font-weight: 400;
}
.forgot-password1 {
  color: #5b6166;
  font-size: 14px;
  font-weight: 400;
}
.btn.btn-primary {
  /* border-radius: 50px; */
  border-radius: 10px;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  box-sizing: border-box;
}

.btn.btn-primary.signin {
  min-width: 175px;
  padding: 15px;
}

.btn.btn-secondary {
  display: inline-flex;
  padding: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  align-content: center;
}
.btn.btn-secondary .fas.fa-arrow-right {
  background-color: #27a3fa;
  width: 25px;
  height: 25px;
  font-size: ;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
}
.top-signup-btn {
  background: transparent;
  border: 0;
}
.top-signup-btn:hover {
  background: transparent;
}


/* second-section  */

/* .second-s-messages {
  padding: 15px 35px;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 23px;
  margin-bottom: 25px;
  border-radius: 10px;
} */

.second-s-messages {
  max-width: 100%;
  margin-bottom: 25px;
}

.company14 {
  font-size: 1.5rem;
}

@media screen and (min-width: 1200px) {
  .second-s-messages-container {
    min-height: 280px;
  }
  .second-s-messages {
    position: absolute;
    width: auto;
  }

  .m1 {
    top: 0;
    left: 0;
  }
  .m2 {
    top: 0;
    right: 0;
  }
  .m3 {
    top: 117px;
    left: 32%;
}
  .m4 {
    top: 158px;
    left: -64px;
  }
  .m5 {
    top: 130px;
    right: -64px;
}

  .company14 {
    font-size: 2.5rem;
  }
}

/* self-marketing  */

.pick-ul {
  list-style: none;
  text-align: center;
  display: inline-flex;
  margin: 0;
  padding: 0;
  gap: 15px;
}

.pick-ul li {
  display: flex;
  height: auto;
  width: 203px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 100px;
  font-weight: 600;
}

@media screen and (max-width: 768px) { 
  .pick-ul {
    gap: 10px;
  }
  
  .pick-ul li {
    height: 120px;
    width: 120px;
    border-radius: 6px;
    font-size: 60px;
  }
}

@media screen and (max-width: 425px) { 
  .pick-ul {
    gap: 5px;
  }
  
  .pick-ul li {
    height: 70px;
    width: 70px;
    border-radius: 6px;
    font-size: 50px;
  }
}


.hero-look-btn.text-decoration-none {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea3970+0,fdab3a+100 */
background: linear-gradient(to right,  #ea3970 0%,#fdab3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  color: #fff;
}


.into-items p {
  font-size: 20px;
}

@media screen and (max-width: 425px) { 
  .into-items p {
    font-size: 18px;
  }
}


.steps-ul {
  list-style: none;
  text-align: center;
  display: inline-flex;
  margin: 0;
  padding: 0;
  /* gap: 15px; */
  gap: 75px;
}

.steps-ul li {
  height: 140px;
  width: 140px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.steps-ul li:not(:last-of-type)::after{
	content: "";
	width: 30px;
	height: 30px;
	border-top: 7px solid #c8c8c8;
	border-right: 7px solid #c8c8c8;
	position: absolute;
	top: 50%; right: calc( (-20px / 2) - 30px );
	transform: translateY(-50%) rotate(45deg);
}

.steps-ul li img {
  display: block;
  border-radius: 10px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 425px) {
  .steps-ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .steps-ul li {
    margin-bottom: 40px;
  }
}



.title {
  color: #333;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.4;
}
.txt {
  color: #5b6166;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.hero-actions .btn.btn-primary.btn-primary2, #cheapest .btn.btn-primary.btn-primary2 {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 25px;
}
img.c-img {
    width: 60px;
    height: auto;
}

/* fourth-page  */

.fourth-page {
  padding: 60px 0;
  background-color: var(--gray-2);
}


.fourth-page .text-box {
  display: flex;
  gap: 45px;
  flex-direction: column;
  margin-top: 60px;
}

.fourth-page .title {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.45;
}
.fourth-page .desc {
  font-size: 22px;
}
.fourth-page .chat-link {
  --button-color: var(--black-text);
  width: 235px;
  font-size: 22px;
}

.fourth-page .chat-box {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 536px;
  font-size: 20px;
}

.fourth-page .chat-box .right .chat-text, .fourth-page .chat-box .left .chat-text {
  position: relative;
  padding: 20px;
  background: no-repeat;
  border-radius: 20px;
}

.fourth-page .chat-box .right, .fourth-page .chat-box .left {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-end;
}
.fourth-page .chat-box .right .chat-text {
  background-color: var(--black-main);
  color: var(--white);
}
.fourth-page .chat-box .left {
  flex-direction: row-reverse;
}
.fourth-page .chat-box .left .chat-text {
  background-color: var(--white);
  box-shadow: 5px 5px 20px #0000001A;
}

@media screen and (max-width: 678px) {
  .fourth-page .title {
    font-size: 25px;
}
.fourth-page .desc {
  font-size: 16px;
}
.fourth-page .chat-box {
  margin-top: 40px;
}
img.chat-img {
  display: none;
}
.fourth-page .chat-box .right .chat-text, .fourth-page .chat-box .left .chat-text {
  font-size: 15px;
}
}



/* fifth-page  */
.fifth-page {
  padding: 115px 0;
}
.fifth-page .text-box {
  display: flex;
  gap: 52px;
  flex-direction: column;
}

.fifth-page .title {
  font-size: 40px;
  line-height: 1.5;
}

.fifth-page .icon-box > img {
  width: 84px;
}

.fifth-page .fifth-img {
  max-width: 407px;
}

@media screen and (max-width: 678px) {
  .fifth-page {
    padding: 70px 0;
  }
  .fifth-page .text-box {
    gap: 20px;
  }
  .fifth-page .title {
    font-size: 25px;
}
.deco {
  font-size: 13px;
}
.fifth-page .icon-box > img {
  width: 61px;
  margin-left: -5px;
  transition-property: none;
}
}

/* sixth-page  */
.sixth-page {
  padding: 125px 0;
  background-color: var(--black-main);
  overflow: hidden;
}

.sixth-page .title {
  text-align: center;
  color: var(--white);
  font-size: 42px;
  font-weight: 400;
}

.sixth-page .swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  display: flex;
  height: 410px;
  gap: 15px;
  flex-direction: column;
  padding: 30px;
  background-color: var(--white);
  box-shadow: 5px 5px 20px #0000001A;
  border-radius: 20px 20px 50px 20px;
  opacity: 0.3;
  transition: opacity 0.2s;
  position: relative;
}

.sixth-page .swiper-slide.slick-active {
  opacity: 1;
}

.sixth-page .img-box {
  display: flex;
  gap: 13px;
  margin-bottom: 20px;
}

.sixth-page .user-id {
  font-size: 22px;
  font-weight: bold;
}
.sixth-page .user-desc {
  color: var(--gray-0);
  font-size: 13px;
}
.sixth-page .star-box {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--main-color);
  font-size: 20px;
  line-height: normal;
}
.sixth-page .text {
  font-size: 18px;
}

.swiper-wrapper button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-wrapper .slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.swiper-wrapper .prev-arrow{
  left: -30px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #eeeeee;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.swiper-wrapper .next-arrow{
  right: -30px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #eeeeee;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}


@media screen and (max-width: 678px) {
  .sixth-page {
    padding: 70px 0;
  }
  
  .sixth-page .title {
    font-size: 20px;
    margin-bottom: 50px;
}

.sixth-page .text {
  font-size: 15px;
}

.sixth-page .slick-slide {
  margin: 0 15px;
}

}

/* .qna-page  */
.qna-page {
  gap: 90px;
  padding: 50px 0;
}

.qna-page .title {
  font-size: 42px;
  text-align: center;
}

.qna-page .text-box {
  width: 100%;
  height: 73px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 3px 3px 10px #0000001A;
  margin-bottom: 30px;
  color: #161C1C;
  overflow: hidden;
  transition: all 1s ease;
  border: 1px solid #161C1C;
}

.qna-page .text-box.open {
  height: 176px;
}

.qna-page .text-box .summary {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  height: 74px;
  padding: 0 40px 0 20px;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  cursor: pointer;
}

.qna-page .text-box .summary::before {
  content: "";
  background-image: url("https://storage.perfectcdn.com/hlda71/4wku9dzzlfakz0ey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 28px;
  display: inline-block;
}

.qna-page .text-box .summary .symbol {
  position: absolute;
  right: 20px;
  width: 10px;
  height: 2px;
  border-top: 2px solid #ea3970;
}

.qna-page .text-box .summary .symbol2 {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 2px;
  height: 10px;
  border-right: 2px solid #ea3970;
  margin-right: 4px;
  transform: translateY(-50%);
}
.qna-page .txt {
  color: #AAAAAA;
  padding: 20px 50px 42px;
}


@media screen and (max-width: 678px) {
  .qna-page {
    padding: 70px 0;
  }
  
  .qna-page .title {
    font-size: 20px;
    margin-bottom: 50px;
}

.qna-page .text-box .summary {
  height: 50px;
  padding: 0 30px 0 15px;
  font-size: 13px;
}

.qna-page .txt {
  padding: 20px 15px;
}

.qna-page .text-box {
  height: 50px;
  margin-bottom: 10px;
}

.qna-page .text-box.open {
  height: 150px;
}

}

/* .last-page  */
.last-page {
  padding: 60px 0;
  background-image: linear-gradient(108deg, var(--main-color) 0%, var(--sub-1) 100%);
}

.last-page .text-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--white);
}

.last-page .text-box .desc {
  font-size: 25px;
  color: var(--white);
}

.last-page .text-box .title {
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  color: var(--white);
}

.sd-btn-secondary {
  --button-color: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 21px 0;
  background-color: transparent;
  border: 1px solid var(--button-color);
  border-radius: 99999px;
  color: var(--button-color);
  font-size: 20px;
  line-height: normal;
}

.last-page .text-box .look-around {
  --button-color: var(--white);
  width: 190px;
}

.last-page .last-img {
  min-width: 258px;
  width: 100%;
  max-width: 693px;
}









footer {
    background: #f0f0f0;
    padding: 50px 0;
    position: relative;
    color: #939393;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}
footer a {
  text-decoration: none;
  color: #939393;
}
.guest {
  padding: 0;
}
#testimonial {
  padding: 80px 0;
}
footer .title {
  color: #939393;
  font-size: 30px;
  font-weight: 600;
}
.row.ftr-top .btn.btn-primary {
  margin-left: auto;
  display: block;
  width: max-content;
}
.row.ftr-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
}

.ftr-txt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.social-links {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
}
.social-link {
  width: 56px;
  height: 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #ffaa0f;
  margin-right: 10px;
  color: #fff;
  font-size: 32px;
  text-decoration: none;
}
.ftr-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.ftr-menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.ftr-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: max-content;
  margin-bottom: 12px;
  text-decoration: none;
}
.ftr-menu2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.ftr-menu2 li {
  flex: 0 0 50%;
  max-width: 50%;
}
.ftr-bottom {
  background-color: #ffffff;
  margin-top: 50px;
  padding: 12px 0;
}
.copyright {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.bottom-ftr-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
.bottom-ftr-nav li a {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 21px;
  text-decoration: none;
}
#signup {
  padding: 150px 0 80px;
}

.signup-innerbox {
  border-radius: 50px;
  border: 1px solid #fff;
  box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
}
.signup-innerbox .title {
  color: #fff;
  line-height: 1.3;
}
.signup-innerbox .txt {
  color: #fff;
}
.signup-innerbox .btn.btn-primary {
  margin: 15px 0;
}
.signup-innerbox .btn.btn-primary {
  margin: 15px 0;
  border: 2px solid #fff;
  padding: 15px 25px;
}
.signup-innerbox .stats-box-title {
  color: #fff;
}
.signup-innerbox::after {
  content: "";
  background-color: rgba(248, 252, 255, 0.29);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.signup-title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.signup-frm label {
  color: #5b6166;
  font-size: 14px;
  font-weight: 400;
}
.signup-frm .form-control {
  padding: 15px 25px;
}
.signup-innerbox .title,
.signup-innerbox .txt,
.signup-innerbox .btn,
.signup-innerbox .row {
  position: relative;
  z-index: 1;
}
.signup-frm .have-acc {
  margin-top: 10px;
}

/* 240425 ìŠ¤íƒ€ì¼ ì¶”ê°€ (ë¸”ë¡œê·¸) */
#top-sec.blog-sec{
	padding: 0;
	margin-bottom: 70px;
}

.blog-sec .row {
  display: flex;
  align-items: center;
}

.blog-sec .banner-box{
	width: 650px;
	border-radius: 10px;
	overflow: hidden;
}

.blog-sec .banner-box a{
	dislay: block;
	width: 100%;
}

.blog-sec .banner-box a img{
	width: 100%;
}

.blog-sec .row > div:nth-of-type(1){
	display: flex;
	flex-direction: row;
	/* align-items: flex-end; */
	align-items: center;
	justify-content: space-between;
	width: 100% !important;
	padding-top: 50px;
}

.blog-sec .row > div:nth-of-type(1) .txt{
	margin-bottom: 0;
}

.blog-sec .row .btn.btn-primary {
  margin-top: 20px;
  /* margin-top: 0px; */
}
#blogs-sec {
  padding: 80px 0;
}
.blog-wrap {
	/* border-radius: 34px; */
  border-radius: 15px;
  border: 1px solid var(--main-color);
  border-color: #ffb0d8 !important;
  background: #fff;
  padding: 45px 20px;
  margin-bottom: 25px;
  transition: 0.4s;
}

.blog-wrap:hover{
	border-color: var(--main-color) !important;
	background-color: #fef4f9;
}

.blog-wrap 
.blog-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  color: #333;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
}
.blog-img-wrap {
  min-height: 320px;
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  display: none;
}
.blog-excerpt {
  color: #797979;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  /* height: 71px; */
  height: auto;
      line-height: 29px;
    color: #797979;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog-excerpt  *{
	font-size: inherit !important;
	color: inherit !important;
	font-weight: 400 !important;
}
.blog-btn {
  background: var(--main-color);
  border: 0 !important;
}
.single-blog-img {
  /* min-height: 400px; */
  min-height: 190px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 15px;
  margin-bottom: 25px;
}
.single-blog-title {
  border-radius: 0;
  border: none;
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding: 0;
  width: 90%;
  margin: 0 auto;
  word-break: keep-all;
}
.single-blog-title span {
  display: block;
  width: 100%;
  margin: 0;
}
.single-blog-content {
  border-radius: 34px;
  border: 1px solid #d2e4ff;
  background: #fff;
  padding: 20px;
  color: #5b6166;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.related-blog-title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
}
.related-blog-wrap {
  min-height: 280px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  background-size: cover;
  padding: 20px;
  border-radius: 20px;
}
.related-blog-content {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
}
.related-blog-content-title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.related-blog-content-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #5b6166;
  font-size: 14px;
  font-weight: 400;
}
.related-blog-btn {
  background: var(--main-color);
  border: 0 !important;
  padding: 12px 15px !important;
  min-width: 130px !important;
}
.row.api-title-row {
  margin-top: 50px;
  position: relative;
  margin-bottom: 50px;
}
.auth_body .row.api-title-row {
  margin-top: 15px;
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #D2E4FF;
    border-radius: 24px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.api-title {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.api-table {
  border-spacing: 12px 12px;
  border-collapse: separate;
  border-radius: 32px;
  border: 1px solid #D2E4FF;
  background: #F8FCFF;
  padding: 15px;
}
.api-table tbody tr td {
  border-radius: 100px !important;
  border: 1px solid #D2E4FF !important;
  background: #27A3FA;
  padding: 15px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.api-table thead tr th {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    background-color: #FFFFFF;
    border: 1px solid #D2E4FF !important;
    border-radius: 25px !important;
}
pre {
  border-radius: 32px;
  border: 1px solid #D2E4FF;
  background: #F8FCFF;
  padding: 25px;
}
.ser-short {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 0 0 25px;
  list-style: none;
  padding: 0;
}
.ser-short li {
  padding: 12px;
  background-color: #fff;
  border-radius: 40px;
}
.ser-short li::after {
  border-radius: 30px;
  background: rgba(54, 83, 102, 0.39);
  filter: blur(15px);
  content: '';
  width: 25px;
  height: 25px;
}
.ser-short li {
  padding: 15px;
  background-color: #fff;
  border-radius: 25px;
  position: relative;
}
.ser-short li::after {
  border-radius: 30px;
  background: rgba(54, 83, 102, 0.39);
  filter: blur(15px);
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  z-index: 0;
}
.ser-short li::before {
  content: '';
  border-radius: 30px;
  opacity: 0.5;
  background-color: #1677F0;
  filter: blur(25px);
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -1;
}
.row.search-row .dropdown-toggle {
  width: 100%;
  text-align: left;
}
#history-search .form-control {
  border-radius: 100px;
  border: 1px solid #D2E4FF;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
  width: 100%;
}
#history-search {
  width: 100%;
  position: relative;
}
#history-search {
  width: 100%;
  position: relative;
}
#history-search .form-control {
  border-radius: 100px;
  border: 1px solid #D2E4FF;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
  color: rgba(91, 97, 102, 0.30);
  font-size: 16px;
  font-weight: 400;
  padding: 15px 25px;
  width: 100%;
  float: none;
}
#history-search .btn {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-color: #27A3FA;
  border-color: #27A3FA;
  color: #fff;
  font-size: 22px;
  padding: 0;
}
#history-search .input-group {
  display: block;
}
#history-search .input-group-btn {
  display: block;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  width: 42px;
  height: 42px;
  z-index: 2;
}
#history-search .form-control:focus + .input-group-btn {
  z-index: 1;
}
.searchtable-row #service-table tbody tr:nth-child(2n-1) td {
  background-color: #fff !important;
}
.ser-cat-tr td {
  background-color: #1BABFF;
  padding: 12px !important;
  border-radius: 100px;
  border: 0 !important;
  color: #FFFFFF !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
  vertical-align: middle;
}
.row.search-row {
  margin-bottom: 25px;
}
.table tr td {
  padding: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.table tr td, .table tr, .table tr th {
  border: 0 !important;
}
.table tr th {
  background-color: #333;
}
.table tr th,
.table tr td {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 15px !important;
}
.table tr th:first-child,
.table tbody tr td:first-child {
  border-radius: 35px 0 0 35px;
}
.table tr th:last-child,
.table tbody tr td:last-child {
  border-radius: 0 35px 35px 0;
}
table {
  border-spacing: 0 10px;
  border-collapse: separate;
}
.cats-icon {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  color: #ffaa0f;
}
.table tbody tr td {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  background: rgba(27, 171, 255, 0.10);
  padding: 15px !important;
}
.width-service-name {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
.service-description .btn.btn-primary,
.buy-btn {
  min-width: 110px;
  display: block;
}
.buy-btn {
  border-radius: 35px;
  border: 1px solid #FFF;
  background: #27A3FA;
  color: #F8FCFF !important;
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  text-decoration: none !important;
  text-align: center;
}
.service-description__th {
  min-width: 130px;
}
.ser-short li:hover {
  box-shadow: 0 0 25px 0 rgba(0,0,0,10%);
}
.darkmode .well {
  border: 1px solid #1d509e;
  background-color: #113771;
}
.darkmode .api-title {
  color: #fff;
}
.darkmode .api-table {
  border: 1px solid #1d509e;
  background-color: #333;
}
.darkmode .api-table tbody tr td {
  border: 1px solid #1d509e !important;
  color: #fff;
}
.darkmode pre {
  border: 1px solid #1d509e !important;
  color: #fff;
  background: rgba(27, 171, 255, 0.10);
}
.darkmode .api-table thead th {
  background-color: #27bcfa;
  border-radius: 100px;
  color: #333;
}
.darkmode .table tr th {
  background-color: #27bcfa;
  color: #333;
}
.darkmode .table tbody tr td {
  background-color: #113771;
  color: #fff;
}
.service-description .modal-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
  border: 0px;
}
.service-description .modal-body {
  padding: 10px 50px 40px 50px;
}
.service-description .modal-header .modal-close_btn {
  width: 100%;
}
.service-description .modal-header .modal-title {
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
.service-description .modal-content {
  border-radius: 60px;
  overflow: hidden;
  isolation: isolate;
}
.service-description .modal-header::before, .service-description .modal-header::after {
  display: none;
}
.service-description .modal-header .close {
  border-radius: 100%;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
  font-weight: 500;
  margin-right: 20px;
}
.service-description .service_order-details {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}
.service-description .service_order-details .serv-order_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-description .service_order-details .serv-order_container .serv-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  background-color: rgba(9, 227, 150, 0.14);
  color: #09E396;
}
.service-description .service_order-details .serv-order_container .serv_details-order {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-description .service_order-details .serv-order_container .serv_details-order h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px !important;
}
.service-description .service_order-details .serv-order_container .serv_details-order span {
  font-size: 16px;
  font-weight: 500;
}
.service-description .service_desc-details {
  margin-bottom: 30px;
  border-radius: 33px;
  border: 1px solid rgba(91, 97, 102, 0.20);
  background: #F8FCFF;
  padding: 40px;
}
.service-description .service_desc-details p{
  margin-bottom: 0px;
}
.service-description .modal-header .modal_title-id {
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  background: #FFAA0F;
  min-width: 100px;
  display: grid;
  place-items: center;
  color: #fff;
  height: 38px;
  margin-bottom: 10px;
}
.service-description .modal-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 45%;
  background: url('https://storage.perfectcdn.com/idjpe8/ednk9bh2nmp8l3cn.png');
  background-repeat: no-repeat;
  z-index: -1;
}
.service-description .service_order-details .serv-order_container:first-child .serv-icon {
  background-color: rgba(254, 125, 35, 0.21);
  color: #FE7D23;
}
.service-description .service_order-details .serv-order_container:last-child .serv-icon {
  background: rgba(32, 139, 241, 0.10);
  color: #208BF1;
}
.service-description .modal-body .buy-btn {
  background: #FFAA0F;
  font-size: 16px;
  font-weight: 600;
}


.banner_all {
    max-height: 700px;
    padding-top: 70px;
    padding-bottom: 70px;
    background: linear-gradient(284.51deg, #E5ECFF 22.46%, rgba(229, 236, 255, 0) 97.31%);
}

.how-it-works {
    position: relative;
    overflow: hidden;
}

.how-it-works .banner_right > img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 700px!important;
}

.how-it-work-step {
    margin: 50px 0;
}

.how-it-work-step.step-common  .common-step-wraper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 60px;
    justify-content: space-between;
}

.step_diff  .diff_content h3, .how-it-work-step.step-common  .common-step-wraper .common-step-content h3 {
    font-size: 45px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 500px) {
  .banner_content {
    text-align: center;
}
  .banner_content h1 {
      font-size: 25px;
  }
  .step_diff  .diff_content h3, .how-it-work-step.step-common  .common-step-wraper .common-step-content h3 {
    font-size: 22px;
    text-align: center;
  }
  .step_diff .diff_content h3 br, .how-it-work-step.step-common .common-step-wraper .common-step-content h3 br {
    display: none;
}
  .how-it-works .banner_right > img {
    display: none;
  }
  .common-step-arrow > img {
    width: 50%;
    margin-bottom: 20px;
}
.step_diff .text-center > img {
    width: 50%;
    margin-bottom: 20px;
}

}

.step_diff .step_diff_img > img {
    width: 80%;
}

.contact {
    margin: 100px 0px;
    min-height: 600px;
}

.contact .contact_info .contact_title {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.3;
}

.contact .contact_item {
    width: 100%;
    margin: 20px 0px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.08);
    padding: 50px 10px;
    border-radius: 20px;
    max-width: 350px;
    max-height: 300px;
}

.contact .contact_item > img {
    margin-bottom: 20px;
}

.contact .contact_item > h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 5px;
}

@media (max-width: 500px) {
.contact .contact_info .contact_title, .banner_center_text h1 {
    font-size: 25px;
    margin-bottom: 5px;
}
.contact .contact_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    padding: 15px 10px;
    border-radius: 10px;
}

}

.banner_center_text {
    text-align: center;
}


.terms_content_wrap {
    margin: 70px 0px;
}

.terms_tabs .nav-pills .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #fff;
    width: 207px;
    height: 207px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 10px;
}

.terms_tabs .nav-pills .nav-link.active {
    border: 3px solid #00a4fc;
}

.terms_tabs .nav-pills {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.terms_tabs .nav-pills .nav-link .terms_text {
    font-size: 25px;
    color: #000000;
    font-weight:600;
}

.terms_content_wrap .terms_content h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
}


@media (max-width: 500px) {
  .terms_content_wrap .terms_content h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

}



/*
============================================
            Dashboard Layouts
============================================
*/


:root{
    --primary-gradient: linear-gradient(180deg, #43B9FE 0%, #207CFE 100%);
    --font-text: "Pretendard Variable", Pretendard, -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;
    --cta-btn: #1E61BB;
    --font-medium:600;
    --nav-bg: #ffffff;
    --nav-acitve: #43B9FE;
    --nav-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.11);
    --dark-body-bg: #111826;
    --dark-box-bg: #131e30;
    --dark-btn-bg: #1a2c48;
}

.auth_body{
    background: #fff;
    transition: 0.54s;
}

.auth_body textarea.form-control {
    padding-top: 10px!important;
    min-height: 200px;
}

.auth_body .main__page__area{
    display: flex;
}
.auth_body .main__page__area .sidebar__area{
    position: fixed;
    width: 270px;
    height: 100%;
    background: #fff;
    /* padding: 15px; */
    z-index: 9;
    transition: 0.5s ease;
}
.auth_body .main__page__area .sidebar__area .sidebar__brand{
    margin-bottom: 20px;
    background: #fff;
    padding: 25px 10px;
}

.sidebar__area .sidebar__user{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.sidebar__area .sidebar__user .user__balance{
    font-size: 18px;
    font-weight: 600;
}
.sidebar__area .sidebar__user .user__avatar img{
    width: 40px;
}

.sidebar__menu{
    padding: 0px 15px;
}

.sidebar__menu > ul{
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    gap: 5px;
    height: calc(100vh - 117px);
    overflow: auto;
}

.sidebar__menu > ul::-webkit-scrollbar{
    display: none;
}
.sidebar_close_btn{
    display: none;
    position: absolute;
    width: 45px;
    height: 45px;
    background: #dc35467d;
    color: #dc3545;
    font-size: 25px;
    border-radius: 10px;
    border: none;
    right: -45px;
}

.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link{
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px 20px;
    align-items: center;
    border-radius: 50px;
}

.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link.active{
    background: #0D2548;
}

.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link.active .link__text{
    color: #fff;
}

.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link > div{
    margin: 0;
    padding: 0;
}
.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link .link__icon > img{
    /* width: 30px; */
    width: 20px;
}
.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link .link__icon > img.subscriptions-icon{
    width: 20px;
}
.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link .link__text{
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.auth_body .main__page__area .main__content__area{
    margin-left: 276px;
    width: 100%;
    transition: 0.5s ease;
}

.auth_body .main__page__area .main__content__area .top__bar__area .tob__bar__left .button__bar{
    width: 50px;
    height: 50px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--primary-gradient);
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.auth_body .main__page__area .main__content__area .top__bar__area .tob__bar__left .button__bar > span{
    width: 50%;
    height: 3px;
    background:#fff;
    border-radius: 5px;
}
.auth_body .main__page__area .main__content__area .top__bar__area .tob__bar__left{
    display: flex;
    gap: 15px;
}
.auth_body .main__page__area .main__content__area .top__bar__area{
    display: none;
  
    top: 0;
    align-items: center;
    width: calc(100% - 300px);
    justify-content: space-between;
    padding: 10px 20px;
    height: 100px;
    background: #fff;
    z-index: 999;
    transition: 0.5s ease;
}
.auth_body .main__page__area .main__content__area .top__bar__area .tob__bar__left 
.welcome__text h3{
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 3px;
}
.auth_body .main__page__area .main__content__area .top__bar__area .tob__bar__left 
.welcome__text p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.tob__bar__right .desktop__shows{
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar__account{

    padding: 0px 15px;
    margin-bottom: 15px;
}

.sidebar__account .desktop__shows{
   display: flex;
    justify-content: center;
    /* flex-direction: column; ÃƒÂ«Ã‚Â§Ã…â€™ÃƒÂ¬Ã¢â‚¬Â¢Ã‚Â½ ÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â¸ÃƒÂ«Ã‚Â¡Ã…â€œÃƒÂ«Ã‚Â¡Ã…â€œ ÃƒÂ¬ Ã¢â‚¬Â¢ÃƒÂ« Ã‚Â¬ÃƒÂ­Ã¢â‚¬Â¢Ã‹Å“ÃƒÂªÃ‚Â³  ÃƒÂ¬Ã¢â‚¬Â¹Ã‚Â¶ÃƒÂ¬Ã…â€œÃ‚Â¼ÃƒÂ«Ã‚Â©Ã‚Â´ ÃƒÂ¬Ã‚Â¶Ã¢â‚¬ÂÃƒÂªÃ‚Â°Ã¢â€šÂ¬ */
}

.sidebar__account .accounts__dropdwon .btn_account{
    display: flex;
    gap: 5px;
    align-items: center;
    background: #F4F7FF;
    border: 1px solid #EBEBEB;
    border-radius: 37px;
}
.sidebar__account .accounts__dropdwon .btn_account .account__user{
    display: flex;
    align-items: center;
    gap: 5px;
}
.sidebar__account .accounts__dropdwon .btn_account .account__user .user__avatar > img{
    width: 30px;
}
.sidebar__account .accounts__dropdwon .btn_account .account__user .user__text h4{
    font-family: var(--font-text);
    font-size: 14px;
    margin-bottom: 2px;
    text-align: left;
    color: #222;
}
.sidebar__account .accounts__dropdwon .btn_account .account__user .user__text p{
    font-size: 14px;
    margin-bottom: 0px;
    color: #515151;
}


.channel__area > a > img{
    width: 60px;
}
.day__night__Mode .mode__wraper{
    position: relative;
    display: flex;
    gap: 15px;
    padding: 5px 10px;
    border-radius: 50px;
    background: #F4F7FF;
    border: 1px solid #D1D5DB;
    cursor: pointer;
    transition: 0.5s;
    
}
.day__night__Mode .mode__wraper .modeActive__bg{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    top: -5px;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
    z-index: 0;
    left: -2px;
    transition: 0.1s;
}
.dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.auth_body.dayMode .day__night__Mode .mode__wraper .modeActive__bg{
    transform: translateX(0px);
}

.auth_body.nightMode .day__night__Mode .mode__wraper .modeActive__bg{
    transform: translateX(52px);
}
.day__night__Mode .mode__wraper .night__mode > img,
.day__night__Mode .mode__wraper .day__mode > img{
    transition: 1s;
    pointer-events: none!important;
}

.auth_body.dayMode .day__night__Mode .mode__wraper .day__mode > img{
    position: absolute;
    top: 0px;
    left: 4px;
}
.auth_body.nightMode .day__night__Mode .mode__wraper .night__mode > img{
    position: absolute;
    top: 3px;
    width: 35px;
    right: 2px;
}
.day__night__Mode .mode__wraper .day__mode,
.day__night__Mode .mode__wraper .night__mode {
    pointer-events: none!important;
    width: 30px;
}

.day__night__Mode .mode__wraper .night__mode ,
.day__night__Mode .mode__wraper .day__mode{
    z-index: 1;
}
.currency_dropdwon button.btn.btn-secondary.dropdown-toggle{
    padding: 5px;
    background: none;
    border: none;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.tob__bar__right .accounts__dropdwon .btn_account{
    display: flex;
    gap: 5px;
    align-items: center;
    background: #F4F7FF;
    border: 1px solid #EBEBEB;
    border-radius: 37px;
}
.tob__bar__right .accounts__dropdwon .btn_account .account__user{
    display: flex;
    align-items: center;
    gap: 5px;
}
.tob__bar__right .accounts__dropdwon .btn_account .account__user .user__avatar > img{
    width: 30px;
}
.tob__bar__right .accounts__dropdwon .btn_account .account__user .user__text h4{
    font-family: var(--font-text);
    font-size: 14px;
    margin-bottom: 2px;
    text-align: left;
    color: #222;
}
.tob__bar__right .accounts__dropdwon .btn_account .account__user .user__text p{
    font-size: 14px;
    margin-bottom: 0px;
    color: #515151;
}

.two__factor .card-body{
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 90px;
}
.account__card__title{
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.account__timezone .card-body form{
    display: grid;
    grid-template-columns: 0.5fr 3fr 1.1fr;
    gap: 30px;
    align-items: center;
}
.account__timezone .time__zone__select{
    position: relative;
}
.account__timezone .time__zone__select .form-control{
    width: 100%;
    height: 50px;
    border-radius: 50px;
    background: #F0F1F5;
    border: 1px solid #ddd;
    color: #595C63;
    font-weight: 400;
    margin-bottom: 0px;
}   

.time__zone__select .help-block{
    position: absolute;
    top: 26px;
    left: 25px;
    color: #8f8f8f;
}

.content__area{
   /* padding-top: 100px; */
}



/*
    toggle sidebar
*/

.main__page__area.toggle_sidebar .sidebar__area{
    transform: translateX(-100%);
}

.main__page__area.toggle_sidebar .main__content__area{
    margin-left:0px;
}

.auth_body .main__page__area.toggle_sidebar .main__content__area .top__bar__area{
    width: 100%;
}


/* User Account Dropdwon*/
.user__account__access {
    min-width: 200px;
    border-radius: 15px;
    padding-bottom: 0px;
}
.user_infos_container .user__infos {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 8px;
    border-bottom: 1px solid #ddd;
    color: #232323;
}
.user_infos_container .user__infos .user__avatar{
    width: 30px;
}
.user_infos_container .user__infos .user_other_info .username {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: -2px;
}

.user_infos_container .user__infos .user_other_info .user_balance {
    font-size: 16px;
    color: #6a6a6a;
}

.user__account__access .dropdown-item {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 5px 15px;
    font-size: 18px;
}

.user__account__access .dropdown-item:focus, 
.user__account__access .dropdown-item:hover{
    background: var(--primary-gradient);
    color: #fff;
}
.logout-btn{
    border-radius: 0px 0px 10px 10px;
}
.logout-btn:hover{
    color: #fff!important;
    background: #dc3545!important;
    border-radius: 0px 0px 10px 10px;
}
/* Day Night Mode Buttons */
.day__night__Mode{
    position: relative;
}
    .day__night__Mode  #mode-box2,
  .day__night__Mode  #mode-box {
    opacity: 0;
    height: 0;
    width: 0;
  }
  
  .day__night__Mode  .toggle {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 90px;
    height: 40px;
    background: #211042;
    border-radius: 50px;
    transition: 500ms;
    overflow: hidden;
  }
  
  .day__night__Mode  .toggle-button {
    position: absolute;
    display: inline-block;
    top: 3.5px;
    left: 3px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FAEAF1;
    overflow: hidden;
    box-shadow: 0 0 35px 4px rgba(255, 255, 255);
    transition: all 500ms ease-out;
  }
  
  .day__night__Mode  .crater {
    position: absolute;
    display: inline-block;
    background: #FAEAF1;
    border-radius: 50%;
    transition: 500ms;
  }
  
  .day__night__Mode  .crater-1 {
    background: #FFFFF9;
    width: 43px;
    height: 43px;
    left: 5px;
    bottom:5px;
  }
  
  .day__night__Mode  .crater-2 {
    width: 10px;
    height: 10px;
    top: -3.5px;
    left: 22px;
  }
  
  .day__night__Mode  .crater-3 {
    width: 8px;
    height: 8px;
    top: 10px;
    right: -2px;
  }
  
  .day__night__Mode  .crater-4 {
    width: 5px;
    height: 5px;
    top: 12px;
    left: 15px;
  }
  
  .day__night__Mode .crater-5 {
    width: 7.5px;
    height: 7.5px;
    top: 20px;
    left: 24px;
  }
  
  .day__night__Mode  .crater-6 {
    width: 5px;
    height: 5px;
    top: 24px;
    left: 10px;
  }
  
  .day__night__Mode  .crater-7 {
    width: 6px;
    height: 6px;
    bottom: 2.5px;
    left: 17.5px;
  }
  
  .day__night__Mode  .star {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 1px 0 2px 2px rgba(255, 255, 255);
  }
  
  .day__night__Mode  .star-1 {
    width: 3px;
    height: 3px;
    right: 45px;
    bottom: 20px;
  }
  
  .day__night__Mode  .star-2 {
    width: 4px;
    height: 4px;
    right: 35px;
    top: 5px;
  }
  
  .day__night__Mode  .star-3 {
    width: 2.5px;
    height: 2.5px;
    right: 30px;
    bottom: 7.5px;
  }
  
  .day__night__Mode  .star-4 {
    width: 1.5px;
    height: 1.5px;
    right: 20px;
    bottom: 12.5px;
  }
  
  .day__night__Mode .star-5 {
    width: 2px;
    height: 2px;
    right: 5px;
    bottom: 17.5px;
  }
  
  .day__night__Mode .star-6, .star-7, .star-8 {
    width: 5px;
    height: 1px;
    border-radius: 1px;
    transform: rotate(-45deg);
    box-shadow: 5px 0px 4px 1px #FFF;
    animation-name: travel;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
  }
  
  .day__night__Mode  .star-6 {
    right: 15px;
    bottom: 15px;
    animation-delay: -2s;
  }
  
  .day__night__Mode  .star-7 {
    right: 25px;
    bottom: 30px;
  }
  
  .day__night__Mode  .star-8 {
    right: 45px;
    top: 5px;
    animation-delay: -4s;
  }
  
  @keyframes travel {
    0% {
      transform: rotate(-45deg) translateX(70px);
    }
  
    50% {
      transform: rotate(-45deg) translateX(-20px);
      box-shadow: 5px 0px 6px 1px #FFF;
    }
  
    100% {
      transform: rotate(-45deg) translateX(-30px);
      width: 2px;
      height: 2px;
      opacity: 0;
      box-shadow: none;
    }
  }
  .day__night__Mode  #mode-box2:checked + .toggle,
  .day__night__Mode   #mode-box:checked + .toggle {
    background: #24D7F7;
  }
  
  .day__night__Mode  #mode-box2:checked + .toggle .toggle-button,
  .day__night__Mode  #mode-box:checked + .toggle .toggle-button {
    background: #F7FFFF;
    transform: translateX(51px);
    box-shadow: 0 0 35px 5px rgba(255, 255, 255);
  }
  
  .day__night__Mode  #mode-box2:checked + .toggle .toggle-button .crater ,
  .day__night__Mode  #mode-box:checked + .toggle .toggle-button .crater {
    transform: rotate(-45deg) translateX(35px);
  }
  
  .day__night__Mode  #mode-box2:checked + .toggle .star ,
  .day__night__Mode  #mode-box:checked + .toggle .star {
    animation: move 2s infinite;
    transform: none;
    box-shadow: none;
  }
  
  .day__night__Mode  #mode-box2:checked + .toggle .star-1 ,
  .day__night__Mode  #mode-box:checked + .toggle .star-1 {
    width: 20px;
    height: 5px;
    border-radius:5px;
    background: #FFF;
    left: 10px;
    top: 12.5px;
    box-shadow: none;
  }
  
  .day__night__Mode #mode-box2:checked + .toggle .star-2,
  .day__night__Mode #mode-box:checked + .toggle .star-2 {
    width: 6px;
    height: 6px;
    background: #FFF;
    left: 13px;
    top: 21.5px;
    box-shadow: -1px 0 2px 0 rgba(0, 0 , 0, 0.1);
  }
  
  .day__night__Mode #mode-box2:checked + .toggle .star-3,
  .day__night__Mode #mode-box:checked + .toggle .star-3 {
    width:8px;
    height: 8px;
    background: #FFF;
    left: 17.5px;
    top: 9.5px;
    box-shadow: -1px 0 2px 0 rgba(0, 0 , 0, 0.1);
  }
  
  .day__night__Mode  #mode-box2:checked + .toggle .star-4 ,
  .day__night__Mode  #mode-box:checked + .toggle .star-4 {
    width: 7px;
    height: 7px;
    background: #FFF;
    left: 23px;
    top: 10.5px;
    box-shadow: -1px 0 2px 0 rgba(0, 0 , 0, 0.1);
  }
  
  .day__night__Mode #mode-box2:checked + .toggle .star-5,
  .day__night__Mode #mode-box:checked + .toggle .star-5 {
    width: 30px;
    height: 7.5px;
    border-radius:7.5px;
    background: #FFF;
    left: 15px;
    bottom: 10px;
    box-shadow: none;
  }
  
  .day__night__Mode #mode-box2:checked + .toggle .star-6 ,
  .day__night__Mode #mode-box:checked + .toggle .star-6 {
    width: 9px;
    height: 9px;
    background: #FFF;
    border-radius: 50%;
    left: 18.5px;
    bottom: 10px;
    box-shadow: -1px 0 2px 0 rgba(0, 0 , 0, 0.1);
  }
  
  .day__night__Mode #mode-box2:checked + .toggle .star-7,
  .day__night__Mode #mode-box:checked + .toggle .star-7 {
    width: 12px;
    height: 12px;
    background: #FFF;
    border-radius: 50%;
    left: 26px;
    bottom: 10px;
    box-shadow: -1px 0 2px 0 rgba(0, 0 , 0, 0.1);
  }
  
  .day__night__Mode #mode-box2:checked + .toggle .star-8 ,
  .day__night__Mode #mode-box:checked + .toggle .star-8 {
    width: 10px;
    height: 10px;
    background: #FFF;
    border-radius: 50%;
    left: 23px;
    top: 23px;
    box-shadow: -1px 0 2px 0 rgba(0, 0 , 0, 0.1);
  }
  
  @keyframes move {
    0% {
      transform: none;
    }
    
    25% {
      transform: translateX(2px);
    }
    
    100% {
      transform: translateX(-2px);
    }
  }
  

  /* NEW ORDER PAGE */

  .order-form-div h1, .order-form-div h2 {
    font-size: 25px;
    font-weight: 700;
    color: #222;
  }

  .order-form-div h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
  }


  .user__statistic .statstics__card{
    background: #fff;
    display: flex;
    align-items: center;
    padding: 22px 20px;
    border-radius: 20px;
    gap: 15px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
  }
  .user__statistic .statstics__card .st_icon{
    max-width: 85px;
    height: 85px;
  }
  .user__statistic .statstics__card .st_icon > img{
    width: 100%;
  }
  .user__statistic .st_content{
    font-family: var(--font-text);
    text-align: left;
  }

  .user__statistic .st_content .st_top_txt{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .user__statistic .st_content .st_main_txt{
    
    font-size: 30px;
    font-weight: bold;
  }

  .anouncement_card .card.card_v2 {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
    border: none;
    z-index: 0;
}

  .announcement_inner{
    display: flex;
    padding: 10px 0px;
    justify-content: space-between;
  }

  .announcement_inner .left_ann h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 3px;
  }

  .announcement_inner .left_ann p{
    font-size: 18px;
    color: #222;
  }

  .announcement_inner .left_ann p a{
    color: var(--cta-btn);
    font-weight: bold;
    text-decoration: underline;
  }

  .btn_announcement{
    border-radius: 10px;
    background: #F0ECFC;
    font-size: 18px;
    font-family: var(--font-text);
    font-weight: 600;
    transition: 0.5s;
  }

  .btn_announcement:hover{
    background: #d4c6fe;
  }

  .service_filter_wrap.neworder {
      padding: 0px;
  }

  .service_filter_btn_wrap {
    /* display: grid;
    grid-template-columns: repeat(5,1fr); */
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.service_filter_btn_wrap button{
  width: calc((100% - 40px) / 6 );

}

/* .service_filter_btn_wrap button:first-child{
  width: 100%;
  border-color: var(--main-color);
  color: var(--main-color);
} */

@keyframes flash2{
  0%, 20%, 40%, 100%{
		border-color: var(--main-color);
    background-color: #fef4f9;
    color: var(--main-color);
	}
	
	10%, 30%{
		border-color: #ddd;
    background-color: #fff;
    color: #777;
	}
}

.service_filter_btn img {
    height: 26px;
    width: 26px;
}


@media only screen and (max-width:992px){
  .service_filter_btn_wrap {
      gap: 8px;
  }

  .service_filter_btn_wrap button{
    width: calc((100% - 24px) / 4 );
  
  }
}

  .service_filter_wrap.neworder .service_filter_btn_wrap {
      gap: 8px;
  }

  .service_filter_btn {
    padding:10px 20px;
    background: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    border: 1px solid #ddd;
}

.service_filter_btn:hover {
  border: 1px solid #145fbb;
  background: #fff;
}


  @media only screen and (max-width:550px) {
    .service_filter_btn {
    padding:5px 0px;
      font-size: 12px;
    }
  }

  .service_filter_btn.activeItem {
    background: #fff;
    color: #000000;
    border-color: #145fbb !important;
}


.card.card_v3 {
    border-radius: 20px;
    border: none;
}


.card.card_v3 .card-header {
    /* background: linear-gradient(182deg, #43B9FE 0%, #207CFE 100%); */
	background-color: var(--main-color);
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0px 0px;
    padding: 30px;
    height: 60px;
    justify-content: left;
}

.card.card_v3 .card-body {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0px 0px 20px 20px;
}

.card.card_v3 .card_header_title {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    font-size: 22px!important;
    font-style: normal;
	margin-bottom: 0 !important;
}

.card.card_v3 .card_header_dsc {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
}

.btn_scondary:hover {
    background: #0Dc258;
    color: #fff;
}

  .new__order__nav__tabs li button {
    background: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px!important;
    margin-left: 5px;
    transition: 0.5s ease !important;
  }

  .new__order__nav__tabs li:first-child button{
    margin-left: 0px;
  } 

  .new__order__nav__tabs li button.active{
    background: #fff!important;
    width: auto!important;
  }
  .new__order__nav__tabs li button .icon{
    width: 20px;
    height: 40px;
    line-height: 40px;
  }

  .new__order__nav__tabs li button .txt{
    font-size: 16px;
    font-weight: 600;
    display: none;
    color: #222;
    transition: 0.5s ease !important;
  }

  .new__order__nav__tabs li button.active .txt{
    display: block;
  }
  .mid__logo {
    text-align: center;
  }
    .mid__logo > img{
        max-width: 190px;
    }
    .user__access_btn{
        outline: none;
        border: none;
        background: transparent;
    }
    .user__access_btn .user__avatar > img{
        width: 50px;
        height: 50px;
        border-radius: 50px;
        object-fit: cover;
        object-position: top;
        border: 1px solid var(--nav-acitve);
    }
    .tob__bar__right .phone__shows,
    .tob__bar__mid{
        display: none;
    }

    .search_new_box{
        display: block;
        position: relative;
        flex-direction: row;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .search_new_box .search_new_input{
        flex-grow: 1;
        display:block;
        height: 50px;
        padding: 5px 13px;
        border-radius: 15px 0px 0px 15px;
        border: 1px solid #F0F1F5;
        background: #F0F1F5;
    }

    .search_new_box .search_new_input:active,
    .search_new_box .search_new_input:focus{
        border-color: transparent!important;
        outline: none!important;
    }

    .search_new_box .search_new_btn{
        width:50px;
        height: 50px;
        font-size: 20px;
        border:none;
        color: #232323;
        border-radius: 0px 15px 15px 0px;
        cursor:pointer;
        background: #F0F1F5;
        transition: background 0.5s ease-in-out;
    }

    .search_new_box .search_new_btn:hover{
        color: #fff;
        background: var(--primary-gradient);
    }
    .auth_body .form-group{
        position: relative;
    }

    .auth_body .form-group > label{
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        color: #222;
        margin-bottom: 5px;
    }

    small.help-block.min-max {
        /* position: absolute; */
        /* top: 7px; */
        left: 0px;
        font-size: 14px;
		    color: #a6a6a6;
    }
    small.help-block.min-max::after{
        content: ')';
    }
    small.help-block.min-max::before {
        content: '(';
    }

    @media screen and (max-width: 678px){
      small.help-block.min-max {
        left: 230px;
    }
    }
    .auth_body .form-control,
    .auth_body .form-group > .form-control{
        font-size: 16px;
        background:#F0F1F5;
        height: 50px;
        padding: 5px 13px;
        font-weight: 400;
        outline: none;
        box-shadow: none;
        border-radius: 10px;
        border: none;
    }

    .select2-container--default .select2-selection--single{
        font-size: 16px;
        display: flex!important;
        align-items: center;
        background:#F0F1F5;
        height: 50px!important;
        padding: 5px 13px;
        font-weight: 400;
        outline: none;
        box-shadow: none;
        border-radius: 15px;
        border: none;
        margin-bottom: 0px;
    }

.select2-container .select2-selection__id {
    background: none;
    min-width: 52px;
    min-width: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

    .services__name{
        font-family: var(--font-text);
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        line-height: normal;  
        text-align: left; 
    }

    .services_details{
        padding: 10px;
    }

    .link__box {
        display: flex;
        justify-content: space-between;
        background: #F0F1F5;
        height: 50px;
        align-items: center;
        padding: 10px 15px;
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .link__box span > img{
        width: 25px;
    }

    .utilites_wraper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 30px;
        margin-bottom: 15px;
    }

    .utilites_wraper .utilites_box{
        display: flex;
        background: #F0F1F5;
        height: 50px;
        align-items: center;
        gap: 5px;
        padding: 10px 13px;
        border-radius: 17px;
    }

    .services__desc h6,
    .example__link h6,
    .utilites_wraper .utilites_item h6{
        font-family: var(--font-text);
        font-size: 16px;
        color: #222;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 5px;
    }

    .services__desc .descriptions_full {
        background: #F0F1F5;
        padding: 10px 13px;
        border-radius: 17px;
    }
    .utilites_wraper .utilites_box span > img{
        width: 35px;
    }

    .utilites_wraper .utilites_box span{
        font-family: var(--font-text);
        font-size: 16px;
        font-weight: 400;
        color: #222;
    }

    /* Order Page */
    .search___form{
        position: relative;
    }

    .search___form .search_input_box{
        height: 45px;
        border: 1px solid #D1D5DB;
        background: #F4F7FF;
    }
    .search___form .search_input_box{
        margin-bottom: 0px;
    }
    .search___form .search__btn{
        position: absolute;
        border: none;
        background: none;
        font-size: 20px;
        top: 7px;
        right: 20px;
        color: var(--cta-btn);
    }

    /* Mobile user accessibility */
    .user__mobile_canvas {
        width: 85%;
        max-width: 85%;
    }

    .website---logo > img{
        max-width: 170px;
    }
    .user__canv__box{
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
        background: #f1f1f1;
        padding: 20px 20px;
        border-radius: 10px;
    }
    .user__canv__box .user__avatar > img{
        width: 60px;
        height: 60px;
        object-fit: cover;
        object-position: top;
        border: 1px solid var(--cta-btn);
        border-radius: 50px;
        margin-bottom: 5px;
    }

    .user__canv__info{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .user__canv__info .user_name{
        
        font-size: 20px;
        font-weight: bold;
    }
    .user__canv__info .user_balance{
        font-size: 18px;
        background-color: var(--cta-btn);
        padding: 5px 30px;
        border-radius: 50px;
        color: #fff;
        margin-bottom: 10px;
    }
    .user__canv__access{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 7px;
    }
    .user__canv__access .btn__acc{
        width: 100%;
        background: #f1f1f1;
        border: none;
        color: #222;
        transition: 0.5s;
    }
    .user__canv__access .btn__acc:hover{
        background: var(--primary-gradient);
        color: #fff;
    }
    .user__canv__access .btn__logout{
        width: 100%;
        color: #fff!important;
        border: none;
        background: #dc3545!important;
    }
    .user__canv__accessBtn{
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }
    .user__canv__accessBtn .notification{
        padding-left: 5px;
    }
    .user__canv__currency ,
    .user__canv__currency .filter_currency{
        width: 100%;
        margin: 0;
    }

    .user__canv__currency .filter_currency > button{
        padding: 10px 20px;
    }

    .off_canv_currencyChange {
        max-height: 220px;
        overflow: auto;
    }

    /*
        Account Page codes
    */

     .account__name  .account_left .icon > img{
        width: 60px;
     }
     .account__name  .account_left .text h5{
        font-family: var(--font-text);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: #222;
        margin-bottom: 0px;
     }
     .account__name  .account_left .text h4{
        font-family: var(--font-text);
        color: #6B7280;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0px;
     }

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

    .account__name .account_right .user_status {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E7ECF9;
        padding: 10px 20px;
        border-radius: 50px;
        min-height: 50px;
        font-size: 18px;
        font-weight: bold;
        color: #222;
    }

    .account__name .account_right .gender_btn {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        border: none;
        font-size: 22px;
        background: #E7ECF9;
        color: var(--nav-acitve);
    }

    .account__name .account_right .gender_btn.active{
        background: var(--primary-gradient);
        color: #fff;
    }

    .account__password .password_change_wraper {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(4,1fr);
    }

    .account_control {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 17px;
        font-size: 16px;
        margin: 0;
        outline: none!important;
        box-shadow: none!important;
        min-height: 50px;
        background: #F0F1F5;
    }

    .account_btn{
        transform: translateY(0px)!important;
        padding: 10px 20px;
        min-height: 50px;
        height: 50px;
        max-height: 50px;
    }

    .input--round {
        border-radius: 50px;
    }

    

    /* Dashboard Design*/

    .dashboard__user__info{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 30px;
    }  
    
    .dashboard__user__info .user__info__item{
        display: flex;
        align-items: center;
        gap: 10px;
        background: #fff;
        padding: 20px 22px;
        border-radius: 15px;
        box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
    }

    .dashboard__user__info .user__info__item .user__info__icon {
        width: 60px;
    }
    .dashboard__user__info .user__info__item .user__info__icon.myorder_icon{
        width: 53px;
    }
    .dashboard__user__info .user__info__item .user__info__text h5{
        font-family: var(--font-text);
        font-size: 18px;
        margin-bottom: 5px;
        color: #222;
        font-weight: 600;
    }
    .dashboard__user__info .user__info__item .user__info__text h4{
        font-family: var(--font-text);
        font-size: 22px;
        color: #6B7280;
        font-weight: 600;
        margin-bottom: 0;
    }
    .account_status_wraper{
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        margin: 5px;
    }

    .account_status_wraper .account_staus_btn{
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 20px;
        background: #F0F1F5;
        border-radius: 50px;
        min-height: 60px;
        height: 60px;
    }

    .account_status_wraper .account_staus_btn.active{
        background: var(--primary-gradient);
    }

    .account_status_wraper .account_staus_btn.passed{
        background: #0D2548;
    }
    
    .account_status_wraper .account_staus_btn .status_icon{
        width: 25px;
    }

    .account_status_wraper .account_staus_btn.passed  .status_icon,
    .account_status_wraper .account_staus_btn.active .status_icon{
        filter: brightness(0) invert(1);

    }

    .account_status_wraper .account_staus_btn .status_text{
        font-size: 18px;
        font-family: var(--font-text);
        font-weight: var(--font-medium);
        margin-bottom: 0;
    }

    .account_status_wraper .account_staus_btn .status_text small{
        font-size: 10px;
        opacity: 0.2;
        transition: 1s;
    }

    .account_status_wraper .account_staus_btn:hover .status_text small{
        opacity: 1;
    }

    .account_status_wraper .account_staus_btn.passed .status_text,
    .account_status_wraper .account_staus_btn.active .status_text{
        color: #fff;
    }

    .status_btn__badges{
        top: 0px;
        right: -20px;
    }
    
    .benifit_item{
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 11fr;
        gap: 10px;
        margin-bottom: 17px;
    }
    .benifit_item .icon{
        width: 25px!important;
    }
    .benifit_item .icon .accont_benifit_active,
    .benifit_item .icon .accont_benifit_loading,
    .benifit_item .icon .accont_benifit_available{
        display: none;
    }
    .benifit_item .benifit_text{
        font-family: var(--font-text);
        font-size: 18px;
        color: #222;
        font-weight: var(--font-medium);
    }
  
    .benifit_item .icon.active .accont_benifit_active{
        display: block;
        
    }

    .benifit_item .icon.available .accont_benifit_available{
        display: block;
        
    }

    .benifit_item .icon.loading .accont_benifit_loading{
        display: block;
        
    }
    .account_benifits_title{
        font-size: 24px;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 25px;
    }
    .benifit__section .card.card_v2{
        height: 100%;
    }
    /* Affiliate Page */
    #topCard{
        position: relative;
    }

    #topCard.affiliate_card .topCard_inner{
        background: url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207461/snf_asset/Background-Pattern-2_g9chdi.png),linear-gradient(#7477F6,#7477F6);
        background-size: contain;
    }

    #topCard.child_panel_card .topCard_inner{
        background: url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207488/snf_asset/Background-Pattern-1_eq1zjh.png),linear-gradient(#c4ebff,#c4ebff);
        background-size: contain;
    }

    #topCard.massorder_card .topCard_inner{
        background:  url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207488/snf_asset/Background-Pattern-1_eq1zjh.png),linear-gradient(#124A74,#124A74);
        background-size: contain;
    }

    #topCard.create_invoice .topCard_inner{
        background:  url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207461/snf_asset/Background-Pattern-2_g9chdi.png),linear-gradient(#243658,#243658);
        background-size: contain;
    }

    
    #topCard .topCard_inner{
        position: relative;
        background-color: rgb(185, 185, 185);
        padding: 70px 70px;
        min-height: 500px;
        border-radius: 15px;
        overflow: hidden;
    }

    

    .topCard_inner .topCard_title{
        
        font-size: 45px;
        font-weight: 600;
    }

    .topCard_inner .def_image{
        margin: 0 auto;
        max-width: 70%;
        max-height: 250px;
    }
    
    .topCard_inner .def_image.img-invoice{
        max-width: 400px;
        width: 400px;
    }

    .topCard_inner .topCard_text{
        font-family: var(--font-text);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
    }

    .topCard_inner .btn-secondary.btn_top_card{
        font-size: 16px;
        font-weight: 600;
        padding: 8px 30px;
        border-color: #0D2548;
        background: #0D2548;
        border-radius: 50px;
    }
    /* .topCard_inner  .affiliates_image::after{
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        background: rgb(255, 255, 255);
        filter: blur(100px);
        left: 0;
        z-index: 0;
    } */
    .text_has__bg{
        font-family: var(--font-text);
        font-size: 16px;
        background: #fff;
        padding: 10px 15px;
        margin: 10px 5px;
        border-radius: 15px;
    }
    .topCard_inner  .affiliates_image{
        position: absolute;
        right: 200px;
        bottom: 70px;
        width: 420px;
        height: 350px;
    }
    .topCard_inner .affiliates_image > img{
        width: 100%;
    }

   .affiliates_infos .affiliate_users_data{
        display: grid;
        grid-template-columns:  250px repeat(3,max-content)!important;
        gap: 15px;
   }

   .affiliates_infos.second_info .affiliate_users_data{
        display: grid;
        grid-template-columns: 170px repeat(6,max-content)!important;
        gap: 15px;
   }

   .affiliates_infos .affiliate_users_data .aff_item:first-child{
        width: 250px;
   }
   .affiliates_infos .affiliate_users_data .aff_item{
        display: flex;
        align-items: center;
        gap: 5px;
   }
   .affiliates_infos .affiliate_users_data .aff_item .aff_item_left{
        width: 100px;
        height: 100px;
   }
   .affiliates_infos .affiliate_users_data .aff_item .aff_item_left.avatar_itme{
        padding: 15px;
   }
   .affiliates_infos .affiliate_users_data .aff_item .aff_item_right h4{
        color: #222;
        font-family: var(--font-text);
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 3px;
   }
   .affiliates_infos .affiliate_users_data .aff_item .aff_item_right h5{
        color: #7E7F81;
        font-family: var(--font-text);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 0px;
   }

   .card.card_v2 {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
    border: none;
    z-index: 0;
}

   /* Child Panel Order Page */

   .accordion__auth .accordion-item{
        background: #F0F1F5;
        margin-bottom: 15px;
        border-radius: 10px!important;
        border: none!important;
    }

   .accordion__auth .accordion-item button{
        font-size: 18px;
        font-weight: var(--font-medium);
        color: #222;
        min-height: 50px;
        background: transparent;
        box-shadow: none;
   }

   .accordion__auth .accordion-item button::after{
    background: url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207424/snf_asset/down-arrow-auth_murae1.png);
   }

   /* Ticket Page */

   .ticket_history .tickets_his_item{
    display: grid;
    grid-template-columns: 70px repeat(3,1fr);
    background: #F0F1F5;
    gap: 15px;
    padding: 20px 15px;
    margin-bottom: 15px;
    border-radius: 15px;
   }

   .ticket_history .tickets_his_item h5{
    font-family: var(--font-text);
    font-size: 18px;
    color: #222;
    font-weight: 400;
    margin-bottom: 0;
   }

   .ticket_history .tickets_his_item .tickets_his_id::before{
    content: 'Id';
   }
   .ticket_history .tickets_his_item .tickets_his_sub::before{
    content: 'Subject';
   }

   .ticket_history .tickets_his_item .tickets_his_status::before{
    content: 'Status';
   }

   .ticket_history .tickets_his_item .tickets_his_lastUpdate::before{
    content: 'Last Update';
   }

   .ticket_history .tickets_his_item .payment_methods_name::before{
        content: 'Payment Methods';
   }
   .ticket_history .tickets_his_item .payment_amount::before{
        content: 'Amount';
   }
   .ticket_history .tickets_his_item .payment_time::before{
        content: 'Date';
   }

   .ticket_history .tickets_his_item .payment_methods_name::before,
   .ticket_history .tickets_his_item .payment_amount::before,
   .ticket_history .tickets_his_item .payment_time::before,
   .ticket_history .tickets_his_item .tickets_his_id::before,
   .ticket_history .tickets_his_item .tickets_his_sub::before,
   .ticket_history .tickets_his_item .tickets_his_status::before,
   .ticket_history .tickets_his_item .tickets_his_lastUpdate::before{
        display: block;
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 700;
        color: #6B7280;
   }

   .ticket_history .tickets_his_item .payment_amount,
   .ticket_history .tickets_his_item .tickets_his_status{
    text-align: center;
   }

   /* Add Fund Page CSS */
    #paymentMethodBanner .payment_method_inner{
       padding: 40px 20px;
    }

    #paymentMethodBanner .payment_method_inner h2{
        
        font-size: 45px;
        color: #222;
        font-weight: 600;
    }

    #paymentMethodBanner .payment_method_inner p{
        font-family: var(--font-text);
        font-size: 18px;
        color: #222;
        font-weight: 400;
    }

    #paymentMethodBanner .payment_method_inner .payment__banner__img{
        margin-left: -22px;
        width: 90%;
        pointer-events: none;
    }

    #paymentMethodBanner .payment_method_inner .payment_method_img{
        max-width: 450px;
        margin: 0 auto;
    }

    .payment_logo{
        max-width: 200px;
        margin-top: 20px;
        margin-left: 20px;
    }


    /* Create Invoice Page */
    .crate_invoice_content h2{
        color: #222;
        font-family: var(--font-text);
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .crate_invoice_content p{
        color: #222;
        font-family: var(--font-text);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
   .crate_invoice_content .has__bg__grey{
        background: #F0F1F5;
        font-size: 18px;
        font-weight: 600;
        padding: 15px;
        border-radius: 15px;
    }

    .invoice_table .invoice_title{
        font-family: var(--font-text);
        font-weight: 700;
        font-size: 35px;
        margin-bottom: 25px;
        color: #222;
    }

   

    /* View Ticket page  */

    .ticket_conv_title{
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .ticket_conv_title h3{
        font-size: 30px;
        font-family: var(--font-text);
        margin-bottom: 0px;
        font-weight: 400;
    }

    .conversations{
        min-height: 600px;
    }

    .conversations .user_conv {
       text-align: right;
    }

    .conversations .user_conv .msg{
        background: #0D2548;
        color: #fff;
        width: 80%;
        float: right;
        display: block;
        text-align: left;
        padding: 25px;
        margin-bottom: 10px;
        border-radius: 0px 50px;
    }

    .conversations .user_conv .user_info{
        display: block;
        float: right;
        font-size: 15px;
    }

    .conversations .admin_conv .msg{
        background: linear-gradient(180deg, #43B9FE 0%, #207CFE 100%);
        color: #fff;
        width: 80%;
        float: left;
        display: block;
        text-align: left;
        padding: 25px;
        margin-bottom: 10px;
        border-radius: 0px 50px;
    }

    .conversations .admin_conv .user_info{
        display: block;
        float: left;
        font-size: 15px;
    }

    
    .conversation__box .reply_box{
        display: block;
        position: relative;
        align-items: center;
    }

    .ticket_info_card{
        background:  url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207488/snf_asset/Background-Pattern-1_eq1zjh.png),linear-gradient(#CDEFFF,#CDEFFF)!important;
        background-size: contain;
    }
    .ticket_info_card .ticket_id{
        font-family: var(--font-text);
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        color: #222;
    }
    .ticket_info_card h2{
        
        font-size: 40px;
        font-weight: 600;
        color: #222;
    }
    .ticket_info_card p{
        font-family: var(--font-text);
        font-size: 18px;
        color: #222;
        font-weight: 400;
        margin-bottom: 35px;
    }

    .caps_item{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
    }
    
    .caps_item .caps_left{
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        background: #fff;
        padding: 15px 0px 15px 20px;
        border-radius: 50px 0px 0px 50px;
        min-height: 60px;
        display: flex;
        align-items: center;
    }

    .caps_item .caps_right{
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        padding: 0px 0px 0px 0px;
        border-radius: 0px 50px 50px 0px;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .caps_item.caps_subject .caps_right{
        background: #207CFE;
    }
    .caps_item.caps_priority .caps_right{
        background: #FF5721;
    }
    .caps_item.caps_time .caps_right{
        background: #13CC7E;
    }

    
    .conversation__box .reply_box .reply_form_control{
        border-radius: 50px;
        height: 57px;
        box-shadow: none;
        border-color: var(--primary-border-color);
        padding-left: 20px;
        padding-right: 150px;
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.07);
    }
    
    .conversation__box .reply_box .submit_btn{
        position: absolute;
        right: 0;
        top: 0;
    }

    .service_filter {
        margin-top: 20px!important;
    }

    .service_filter_wraper{
        border-radius: 15px;
        padding: 25px 20px;
    }

    .filter_services .filter_btn{
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .filter_currency > button{
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    .serv_search{
        padding: 10px 15px;
    }

    .service_filter_wraper .col-lg-4.col-md-6.col-12.mb-md-3{
        margin-bottom: 0px!important;
    }

    .service_filter_wrap{
        padding: 30px 0px;
    }

    .youtube_video .youtube__iframe{
        width: 100%;
        height: 400px;
    }

    /* Order Page */

    .orders__filter__btn{
        margin: 25px 0px;
    }
    .orders__filter__btn .order__filters {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .orders__filter__btn .order__filters .btn__orders__filter{
        background: #fff;
        display: flex;
        align-items: center;
        padding: 10px 15px;
        border-radius: 10px;
        gap: 10px;
        border: none;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
    }
    .orders__filter__btn .order__filters .btn__orders__filter.bg-danger{
        background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity));
    }

    .orders__filter__btn .order__filters .btn__orders__filter.active{
        background: var(--primary-gradient);
        color: #fff;
    }
    
    .orders__filter__btn .order__filters .btn__orders__filter .icon{
        width: 30px;
    }

    .orders__filter__btn .order__filters .btn__orders__filter.active .icon, .orders__filter__btn .order__filters .btn__orders__filter.bg-danger .icon{
       filter: brightness(100);
    }

    .orders__filter__btn .order__filters .btn__orders__filter .text{
        color: #143360;
        font-family: var(--font-text);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .orders__filter__btn .order__filters .btn__orders__filter.active .text, .orders__filter__btn .order__filters .btn__orders__filter.bg-danger .text{ 
        color: #fff;
    }

    /* Order Page Table */
    .subs__table,
    .refill__table,    .subs__table,
    .refill__table,
    .order__table{
        margin-bottom: 50px;
    }

    .refill__table .refill_table_head,
    .refill__table .refill_table_row,

    .refill__table .refill_table_head,
    .refill__table .refill_table_row,
    .order__table .order_table_head,
    .order__table .order_table_row{
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        /* grid-template-columns: 4em 5em 3fr 6em 7em 6em 6em 17em 12em 1fr; */
        width: 100%;
        gap: 10px;
        text-align: left;
        margin-bottom: 20px;
        border: 1px solid #D9D9D9;
        background: #FAFBFF;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.03);
        padding: 15px;
        border-radius: 15px;
    }

    .subs__table .subs_table_head > div,
    .refill__table .refill_table_head > div,
    .order__table .order_table_head > div{
        font-size: 14px;
        font-weight: 600;
        color: #575B62;
    }

    
    .subs__table .subs_table_row > div,
    .refill__table .refill_table_row > div,
    .order__table .order_table_row > div{
        font-size: 15px;
        color: #222;
        font-weight: normal;
    }

    .subs__table .subs_table_row .body__id > span,
    .refill__table .refill_table_row .body__id > span,
    .order__table .order_table_row .body__id > span{
        display: inline-block;
        font-size: 16px;
        background: #0D2548;
        color: #fff;
        padding: 5px 15px;
        border-radius: 10px;
    }

    
    .order__table .order_table_head .head__link,
    .order__table .order_table_row .body__link{
        width: 25em;
    }

    .refill__table .refill_table_row .body__link .link__order,
    .order__table .order_table_row .body__link .link__order{
        display: inline;
        color: var(--cta-btn);
    }

    .refill__table .refill_table_row .body__link .link__order > a,
    .order__table .order_table_row .body__link .link__order > a{
        color: #222;
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }

    .order__table .order_table_row .body__quantity,
    .order__table .order_table_row .body__price{
        font-weight: 600;
    }

    .order__table .order_table_head .head__price,
    .order__table .order_table_row .body__price{
        text-align: center;
    }

    .order__table .order_table_head .head__services,
    .order__table .order_table_row .body__services{
        width: 20em;
    }

    .order__table .order_table_head .head__status,
    .order__table .order_table_row .body__status{
        width: 8em;
    }
   
    .order__table .order_table_row  .body__quickaction > .dropdown > .btn-action{
        background: var(--primary-gradient);
        border: none;
        border-radius: 50px;
        color: #fff;
        padding: 6px 15px;
    }

    .subs__table .subs_table_head .body__status > .status_capsule,
    .subs__table .subs_table_row .body__status > .status_capsule,
    .refill__table .refill_table_row .body__status > .status_capsule,
    .order__table .order_table_row  .body__status > .status_capsule{
        background: var(--dark-box-bg);
        color: #fff;
        padding: 6px 15px;
        border-radius: 50px;
        text-align: center;
    }

   .status_capsule.status_Completed{
        background: #1CB474!important;
    }

   .status_capsule.status_Active{
        background: #795AF6!important;
    }

    .status_capsule.status_Pending{
        background: #EDA417!important;
    }

    .status_capsule.status_Processing{
        background: #795AF6!important;
    }

    .status_capsule.Rejected,
    .status_capsule.status_Canceled{
        background: #EC3D3D!important;
    }

    .status_capsule.status_Partial{
        background: #D116BF!important;
    }
    
    .status_capsule.status_Paused{
        background: #FF5721!important;
    }
    .status_capsule.status_Expired{
        background: #795AF6!important;
    }

    .status_capsule.status_Error{
        background: #878F99;
    }
    /* ###### Order Page Table */

    /* Refill page table */
    .refill__table .refill_table_head,
    .refill__table .refill_table_row{
        grid-template-columns: repeat(6, minmax(auto, 1fr));
        gap: 25px;
    }

    .refill__table .refill_table_head .head__link,
    .refill__table .refill_table_row .body__link{
        width: 25em;
    }
    .refill__table .refill_table_head .head__services,
    .refill__table .refill_table_row .body__services{
        width: 25em;
    }
    .refill__table .refill_table_head .head__status,
    .refill__table .refill_table_row .body__status{
        width: 8em;
    }

    /* ### Refill page table */

    /* Subscriptions */
    .subs__table .subs_table_head,
    .subs__table .subs_table_row{
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        width: 100%;
        gap:15px;
        text-align: left;
        margin-bottom: 20px;
        border: 1px solid #D9D9D9;
        background: #FAFBFF;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.03);
        padding: 15px;
        border-radius: 15px;
    }

    .subs__table .subs_table_head .head__id,
    .subs__table .subs_table_row .body__id{
        width: 5em;
    }

    .subs__table .subs_table_head .head__username,
    .subs__table .subs_table_row .body__username{
        width: 13em;
    }

    .subs__table .subs_table_head .head__services,
    .subs__table .subs_table_row .body__services{
        width: 15em;
    }

    .subs__table .subs_table_head .head__action,
    .subs__table .subs_table_row .body__action{
        width: auto;
    }
    .subs__table .subs_table_head .body__details,
    .subs__table .subs_table_row .body__details{
        width: 7rem;
    }

    .subs__table .subs_table_row .body__details .btn__details{
        border: 1px solid var(--cta-btn);
        color: var(--cta-btn);
        border-radius: 50px;
        padding: 5px 15px;
        cursor: pointer;
        transition: 0.5s ease-in-out;
    }
    
    .subs__table .subs_table_row .body__action .actions__btn{
        display: inline-flex;
        gap: 5px;
        background: var(--primary-gradient);
        border: none;
        color: #fff;
        border-radius: 50px;
        padding: 5px 15px;
        cursor: pointer;
        transition: 0.5s ease-in-out;
    }

    .subs__table .subs_table_row .body__action .btn__cancel{
        display: inline-flex;
        gap: 5px;
        border: 1px solid var(--dark-btn-bg);
        color: var(--dark-btn-bg);
        border-radius: 50px;
        padding: 5px 15px;
        cursor: pointer;
        transition: 0.5s ease-in-out;
    }


    .subs__table .subs_table_row .body__details .btn__details:hover{
        background: var(--cta-btn);
        color: #fff;
    }
    /* ### Subscriptions */

    /* Update Page */

    .update_table .update__card{
        border-radius: 20px;
        border: 1px solid #D9D9D9;
        background: #FAFBFF;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.03);
    }
    /*.update_table .update__card .table thead tr th{
        font-weight: normal;
        font-size: 16px;
        padding: 15px 5px!important;
        color: #575B62;
    }
    .update_table .update__card .table tbody tr td{
        padding: 20px 5px!important;
    }
    .update_table .update__card .table tbody tr:last-child td{
        border: none;
    }*/
    /* .update_table .update__card .table .update_services{
        width: 75%;
    } */

    .filter_services .filter_btn {
      padding: 10px 15px;
      margin-bottom: 10px;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      border-radius: 50px;
      border: none;
    }

    .dropdown-menu.v2 {
      width: 100%;
      border: none;
      padding: 10px  5px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.357);
  }

  .dropdown-menu.v2 .drop_dwon_items {
    max-height: 350px;
    overflow: auto;
}

.dropdown-menu.v2 .dropdown-item {
    color: #111;
    font-weight: 400;
    display: flex;
    justify-content: baseline;
    width: 98%;
    gap: 10px;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
}

.dropdown-menu.v2 .dropdown-item.active, .dropdown-menu.v2 .dropdown-item:hover, .dropdown-menu.v2 .dropdown-item:active {
    background: var(--primary-gradient);
    color: #fff;
    border-radius: 5px;
}

    .update_table .update__card .table .update_capsul{
        background: #e8e8e8;
        padding: 8px 15px;
        border-radius: 8px;
    }

    .update_table .update__card .table .update_capsul.rate_increase{
        background: rgba(255, 146, 146, 0.44);
    }
    .update_table .update__card .table .update_capsul.rate_decreased{
        background: #9BF4CF;
    }
    .update_table .update__card .table .update_capsul.serv_disabled{
        background: #FF8F8F;
    }
    .update_table .update__card .table .update_capsul.serv_enabled{
        background: #7EFF9B;
    }
    .update_table .update__card .table .update_capsul.new_service{
        background: #95c0f8;
    }
    .select2-dropdown.dropdown-menu {
        margin-top: 10px!important;
        border-radius: 10px!important;
    }
    .select2-container--default .select2-selection--single {
        border-radius: 10px!important;
    }
    .select2-results__option{
        margin: 2px 8px;
        border-radius: 5px;
        padding: 5px 3px;
    }
    .select2-container .dropdown-menu > li > a {
        white-space: inherit;
        padding: 3px 5px;
        display: flex;
        align-items: center;
        gap: 3px;
    }
    .select2-results__option.active{
        background: var(--primary-gradient)!important;
        color: #fff!important;
    }
    .select2-results__option.active .select2-selection__id,
    .select2-results__option.active a{
        color: #fff!important;
    }

    .select2-results__option.select2-results__option--highlighted{
        background: #3073f017;
    }
   .avatar_images{
    border-radius: 100px;
   }
/*
  *
  *
  *
  * Dashboard Responsive Area
  *
  *
  *
  */

/* Screen Less than 1550px laptop and tablet Responsive*/
@media only screen and (max-width: 1550px) {

    .auth_body .main__page__area .sidebar__area{
        width: 270px;
       /* padding: 10px; */
        z-index: 999;
    }
    .auth_body .main__page__area .main__content__area .top__bar__area{
    display:none;
        width:100%;
    }
    .auth_body .main__page__area .main__content__area{
        margin-left: 269px;
    }

    .auth_body .main__page__area.toggle_sidebar .main__content__area{
        margin-left: 0px;
    }
    .sidebar__menu {
        padding: 0px 10px;
    }
    .sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link{
        padding: 8px 20px;
    }
    .order__table .order_table_head .head__link, .order__table .order_table_row .body__link{
        width: 14rem;
    }
}
/*
    Screen Fixer when someone visito from old laptop and smaller laptop screen
*/

@media only screen and (max-width: 1300px){
  

    .main__page__area .sidebar__area{
        transform: translateX(-100%);
    }
    .main__page__area.toggle_sidebar .sidebar__area{
        transform: translateX(0%);
    }
        
    .auth_body .main__page__area .main__content__area{
        margin-left: 0px!important;
    }
    .auth_body .main__page__area .main__content__area .top__bar__area{
    display:flex;
        width: 100%;
    }
    .main__page__area.toggle_sidebar .sidebar_close_btn{
        display: block;
    }
    .main__page__area.toggle_sidebar .main__content__area .top__bar__area,
    .main__page__area.toggle_sidebar .main__content__area .content__area{
        pointer-events: none;
        filter: blur(5px);
    }
    .main__page__area.toggle_sidebar .main__content__area .top__bar__area{
        z-index: 9;
    }
}

/* Screen below 992px and lower than that*/
@media only screen and (max-width:992px){

    .welcome__text{
        display: none;
    }
    .user__statistic .statstics__card{
        padding: 14px 14px;
        border-radius: 15px;
        gap: 20px;
        margin-bottom: 15px;
    }

    .user__statistic .statstics__card .st_icon{
        width: 50px;
        height: 50px;
    }
    .service_filter_wrap.neworder .service_filter_btn_wrap {
        gap: 8px;
    }
    .user__statistic .st_content .st_main_txt{
        font-size: 20px;
    }

    .card.card_v3 .card-header{
        padding: 15px;
        height: auto;
        min-height: 100px;
    }

    .announcement_inner .left_ann h4{
        font-size: 18px;
    }
    .announcement_inner .left_ann p{
        font-size: 14px;
    }
    .btn_announcement{
        font-size: 16px;
    }
    .new__order__nav__tabs li button{
        padding: 5px 10px;
    }

    .services__name{
        font-size: 14px;
    }
    .auth_body .form-group > label{
        margin-bottom: 7px;
    }
    .services_details{
        padding: 0px;
    }
    .utilites_wraper {
        gap: 10px 10px;
    }

    #topCard .topCard_inner{
        padding: 40px;
        min-height: auto;
    }

    #topCard .topCard_inner .col-lg-2{
        display: none;
    }
    .default__card__wraper.my-5 {
        margin-top: 20px!important;
    }
    .btn.btn-primary.account_btn {
        font-size: 12px;
    }
    .account__password .password_change_wraper{
        gap: 10px;
    }
    .towFa_cont p{
        font-size: 14px;
    }
    .orders__filter__btn .order__filters{
        gap: 10px;
    }
  
    
      /* Order Table */
      .order_table_row .body__id {
        grid-area: id;
        text-align: center;
      }
      .order_table_row .body__date {
        grid-area: date;
        text-align: center;
      }
      .order_table_row .body__link {
        grid-area: link;
        width: 100%!important;
      }
      .order_table_row .body__price {
        grid-area: price;
        text-align: center;
      }
      .order_table_row .body__price::before{
        content: 'Charges';
      }
      .order_table_row .body__startcount {
        grid-area: statcount;
        text-align: center;
      }
      .order_table_row .body__startcount::before{
        content: 'Start Count';
      }
      .order_table_row .body__quantity {
        grid-area: quantity;
        text-align: center;
      }
      .order_table_row .body__quantity::before{
        content: 'Quantity';
      }
      .order_table_row .body__remain {
        grid-area: remain;
        text-align: center;
      }
      .order_table_row .body__remain::before{
        content: 'Remain';
      }

      .order_table_row .body__services {
        grid-area: services;
        width: 100%!important;
        text-align: center;
      }
      .order_table_row .body__status {
        grid-area: status;
        text-align: center;
      }
      .order_table_row .body__quickaction {
        grid-area: actions;
        text-align: center;
      }
      .order__table .order_table_head{
        display: none;
      }
      .order__table{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 15px;
      }
      .order__table .order_table_row{
        margin-bottom: 0;
      }

      .subs__table .subs_table_row .body__newpost,
      .subs__table .subs_table_row .body__quantity,
      .order_table_row .body__price,
      .order_table_row .body__remain,
      .order_table_row .body__startcount,
      .order_table_row .body__quantity{
        position: relative;
        padding-top: 20px;
      }

      .subs__table .subs_table_row .body__newpost::before,
      .subs__table .subs_table_row .body__quantity::before,
      .order_table_row .body__price::before,
      .order_table_row .body__remain::before,
      .order_table_row .body__startcount::before,
      .order_table_row .body__quantity::before{
        font-size: 12px;
        color: #5c5c5c;
        position: absolute;
        text-align: center;
        top: 0px;
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0;
      }

    .refill__table .refill_table_head, 
    .refill__table .refill_table_row, 
    .refill__table .refill_table_head, 
    .refill__table .refill_table_row, 
    .order__table .order_table_head, 
    .order__table .order_table_row{
        grid-template-areas: 
            "id id id id id id id id id id id id "
            "date date date date date date date date date date date date"
            "link link link link link link link link link link link link"
            "price price price statcount statcount statcount quantity quantity quantity remain remain remain"
            " services services services services services services services services services services services services"
            "status status status status status status actions actions actions actions actions actions"
        ;
        gap: 10px;
    }

    
    .dripfeed__table .order_table_row .body__startcount::before{
        content: 'Quantity';
      }

      .dripfeed__table .order_table_row .body__quantity::before{
        content: 'Total quantity';
      }

      .dripfeed__table .order_table_row .body__remain::before{
        content: 'Runs ~ Interval';
      }

      .refill__table .order_table_row .body__price::before{
        content: 'Order Id';
      }

      .refill__table .order_table_row .body__price{
        grid-column: span 12;
      }

      .refill__table .order_table_row .body__status{
        width: 100%;
        grid-column: span 12;
      }

     .dripfeed__table .order_table_row .body__status{
        width: 100%;
        grid-column: span 12;
      }

    .orders__filter__btn .order__filters .btn__orders__filter .icon {
        width: 20px;
    }

    .subs__table .subs_table_head{
        display: none;
    }

    .subs__table .subs_table_row .body__id{
        grid-area: subId;
        width: auto;
    }
    .subs__table .subs_table_row .body__username{
        grid-area: subUsername;
        width: 100%;
    }
    .subs__table .subs_table_row .body__quantity{
        grid-area: subquan;
    }
    .subs__table .subs_table_row .body__newpost{
        grid-area: subpost;
    }
    .subs__table .subs_table_row .body__services{
        grid-area: subserv;
        width: 100%;
    }
    .subs__table .subs_table_row .body__status{
        grid-area: substatus;
    }
    .subs__table .subs_table_row .body__details{
        grid-area: subsdetail;
    }
    .subs__table .subs_table_row .body__action{
        grid-area: subaction;
    }

    .subs__table .subs_table_row .body__quantity::before{
        content: 'Quantity';
    }

    .subs__table .subs_table_row .body__newpost::before{
        content: 'New posts';
    }

    .subs__table{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .subs__table .subs_table_row{
        grid-template-columns: none;
        text-align: center;
        grid-template-areas: 
            "subId subId subId subId subId subId"
            "subUsername subUsername subUsername subUsername subUsername subUsername"
            "subquan subquan subquan subpost subpost subpost"
            "subserv subserv subserv subserv subserv subserv"
            "substatus substatus subsdetail subsdetail subaction subaction"
        ;
    }
    .dashboard__user__info{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .dashboard__user__info .user__info__item .user__info__text h4{
        font-size: 16px;
    }

    .btn-primary{
        padding: 10px 20px;
        font-size: 16px;
    }
    
    .auth_body .form-group > label{
        font-size: 14px;
    }
    .utilites_wraper .utilites_box span,
    .auth_body .form-control, .auth_body .form-group > .form-control,
    .select2-container--default .select2-selection--single,
    .services__desc h6, .example__link h6, .utilites_wraper .utilites_item h6{
        font-size: 14px;
    }
    .services__desc .descriptions_full{
        font-size: 12px;
    }

    #paymentMethodBanner .payment_method_inner .payment_method_img{
        display: none;
    }

    #paymentMethodBanner .payment_method_inner .payment__banner__img{
        width: 70%;
        margin: 0 auto;
    }
    .topCard_inner .affiliates_image{
        width: 50%;
        right: 30px;
        bottom: 0px;
    }
    .topCard_inner .topCard_title{
        font-size: 25px;
    }
    .topCard_inner .topCard_text{
        font-size: 14px;
    }
    .account__name .account_right .user_status,
    .account__name .account_left .text h5,
    .crate_invoice_content h2,
    .card-header .card_header_title{
        font-size: 16px!important;
    }

    .crate_invoice_content p,
    .card-header .card_header_text{
        font-size: 12px!important;
        margin-bottom: 0px;
    }

    .card.card_v3 .card-header {
        min-height: 80px;
    }
    .crate_invoice_content .has__bg__grey{
        font-size: 14px;
        margin-top: 10px;

    }
    .accordion__auth .accordion-item button,
    .text_has__bg{
        font-size: 14px!important;
    }
    .accordion__auth .accordion-body{
        font-size: 14px!important;
    }
    .youtube_video .youtube__iframe{
        height: 250px;
    }
    .affiliates_infos .affiliate_users_data{
        grid-template-columns: repeat(2, 1fr)!important;
    }
    .affiliates_infos.second_info .affiliate_users_data{
        grid-template-columns: repeat(2, 1fr)!important;
    }
    .card.card_v3{
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .card.card_v3 .card-header{
        border-radius: 10px 10px 0px 0px;
    }
}

/* Screen below 768px and lower than that*/
@media only screen and (max-width:768px) {
    .dashboard__user__info{
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* Screen below 550px and lower than that*/
@media only screen and (max-width:550px) {
    .tob__bar__mid{
        display: block;
    }
    .auth_body .main__page__area .main__content__area .top__bar__area{
    display:flex;
        padding: 8px 20px;
        height: 60px;
    }
    .content__area{
        
    }
    .auth_body .main__page__area .main__content__area .top__bar__area .tob__bar__left .button__bar{
        width: 45px;
        height: 40px;
        gap: 3px;
    }
    .user__access_btn .user__avatar > img{
        width: 45px;
        height: 45px;
        background: #24689d;
    }
    .welcome__text{
        display: none;
    }
   .tob__bar__right .desktop__shows{
    display: none;
   }
   .tob__bar__right .phone__shows{
    display: block;
   }
   .sidebar__area .sidebar__user{
    display: none;
   }
   .main__page__area.toggle_sidebar .top__bar__area{
    position: fixed!important;
   }
   .card.card_v2{
    border-radius: 8px;
   }
   /* New Order Page */
   .user__statistic.mt-4 {
    margin-top: 10px!important;
}
   .user__statistic .statstics__card{
    padding: 10px 12px;
    gap: 8px;
    border-radius: 10px;
    flex-direction: column;
    margin-bottom: 15px;
   }

   .user__statistic .row .col-6:last-child .statstics__card,
   .user__statistic  .row .col-6:nth-child(3) .statstics__card{
    margin-bottom: 0px;
   }

   .user__statistic .statstics__card .st_icon{
    max-width: 40px;
    height: 40px;
   }

   .user__statistic .st_content .st_top_txt{
    font-size: 14px;
    text-align: center;
   }

   .user__statistic .st_content .st_main_txt{
    font-size: 20px;
    text-align: center;
   }

   .announcement_inner{
    flex-direction: column;
    gap: 10px;
    padding: 0px;
   }

   .announcement_inner .left_ann h4{
    font-size: 16px;
   }
   .announcement_inner .left_ann p{
    font-size: 12px;
   }
   .btn_announcement{
    font-size: 14px;
   }
   section.filter_section .service_filter_btn_wrap{
    grid-template-columns: repeat(6, 1fr);
   }
   section.filter_section .service_filter_wrap.neworder .service_filter_btn_wrap{
    gap: 5px;
   }

   section.filter_section .service_filter_btn {
    display: flex;
    padding: 10px 10px;
    justify-content: center;
    box-shadow: none;
    border: 1px solid #e2e1e1;
    align-items: center;
   }

   section.filter_section .service_filter_btn .text{
    display: none;
   }

   section.filter_section .service_filter_wrap.neworder{
    padding: 10px 0px;
   }
    .search_new_box .search-dropdown.select2-container--default.select2-container--below{
        width: 100%;
    }
   .new__order__nav__tabs li button{
    width: 40px;
    height: 40px;
   }

   .services__desc .descriptions_full,
   .utilites_wraper .utilites_box,
   .link__box,
   .auth_body .form-control, 
   .auth_body .form-group > .form-control,
   .select2-container--default .select2-selection--single{
    border-radius: 6px;
   }

   .help-block.min-max{
    top: 7px;
    font-size: 10px;
    left: 64px;
   }
   .new__order__nav__tabs li button .icon{
    width: 20px;
    height: 35px;
    line-height: 35px;
   }
   .search_new_box{
    display: inline-flex;
    width: 100%!important;
   }
   .new__order__nav__tabs li button{
    padding: 5px 8px;
   }
   .search_new_box .search_new_input{
    width: 80%;
   }
   .new__order__nav__tabs li button .txt{
    font-size: 14px;
   }

   .auth_body .btn-primary{
    font-size: 18px;
    min-width: 200px;
   }

   .card.card_v3 .card-header{
    padding: 15px;
    height: auto;
    min-height: 80px;
   }

   .card.card_v3 .card-header{
    border-radius: 15px 15px 0px 0px;
   }

   .card.card_v3 .card-body{
    border-radius: 0px 0px 15px 15px;
   }
   .default__card__wraper.my-3 {
    margin-top: 5px!important;
    }

    .btn-primary, .btn-banner-all{
        margin-bottom: 15px;
    }

    .default__card__wraper .card{
        margin-bottom: 15px;
    }

    .services__name{
        font-size: 14px;
    }

    .services_details{
        padding: 0px;
    }

    .link__box{
        font-size: 14px;
        margin-bottom: 5px;
    }

    .utilites_wraper{
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .utilites_wraper .utilites_box span{
        font-size: 14px;
    }

    #service_description > .panel-body{
        font-size: 14px;
    }
    
    #topCard .topCard_inner{
        padding: 25px 20px;
        min-height: auto;
    }

    .topCard_inner .topCard_title{
        font-size: 28px;
    }

    .topCard_inner .topCard_text{
        font-size: 14px;
    }
    
    .topCard_inner .def_image{
        display: none;
    }

    .default__card__wraper.my-5 {
        margin-top: 15px!important;
    }

    .card-header .card_header_text{
        margin-bottom: 0px;
    }
    #paymentMethodBanner .payment_method_inner {
        padding: 20px 5px;
    }
    #paymentMethodBanner .payment_method_inner h2{
        font-size: 30px;
    }
    #paymentMethodBanner .payment_method_inner .payment__banner__img{
        width: 100%;
        margin-left: 5px;
    }
    #paymentMethodBanner .payment_method_inner .payment_method_img{
        display: none;
    }
    #paymentMethodBanner .payment_method_inner p{
        font-size: 16px;
    }
    .auth_body #api_page{
        margin: 20px 0px;
    }
    .topCard_inner .affiliates_image{
        display: none;
    }
    .affiliates_infos .affiliate_users_data{
        grid-template-columns: 1fr!important;
        gap: 5px;
    }
    .affiliates_infos .affiliate_users_data .aff_item:first-child{
        width: 100%;
    }
    .affiliates_infos .affiliate_users_data .aff_item .aff_item_left {
        width: 70px;
        height: 70px;
    }
    .affiliates_infos .affiliate_users_data .aff_item .aff_item_right h4{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .affiliates_infos .affiliate_users_data .aff_item .aff_item_right h5{
        font-size: 14px;
    }
    .affiliates_infos.second_info .affiliate_users_data{
        grid-template-columns: 1fr;
    }
    .affiliates_infos.second_info .affiliate_users_data {
        grid-template-columns: 1fr!important;
    }
    .text_has__bg{
        font-size: 12px;
    }
    .youtube_video .youtube__iframe{
        width: 100%;
        height: 200px;
    }
    .accordion__auth .accordion-item button {
        font-size: 16px;
    }
    .accordion__auth .accordion-item button::after{
        zoom: 0.6;
    }

    .ticket_history .tickets_his_item{
        grid-template-areas: 
        'tickId tickId tickId tickId tickId tickId'
        'ticketSub ticketSub ticketSub ticketSub ticketSub ticketSub'
        'ticketStatus ticketStatus LastUpdate LastUpdate LastUpdate LastUpdate'
        ;
        gap: 20px 5px;
    }

    .ticket_history .tickets_his_id{
        grid-area: tickId;
        text-align: center;
    }
    .payment_methods_name,
    .ticket_history .tickets_his_sub{
        grid-area: ticketSub;
        text-align: center;
    }
    .payment_amount,
    .ticket_history .tickets_his_status{
        grid-area: ticketStatus;
        text-align: center;
    }
    .payment_time,
    .ticket_history .tickets_his_lastUpdate{
        grid-area: LastUpdate;
        text-align: center;
    }
    .ticket_history .tickets_his_item .payment_methods_name::before, .ticket_history .tickets_his_item .payment_amount::before, .ticket_history .tickets_his_item .payment_time::before, .ticket_history .tickets_his_item .tickets_his_id::before, .ticket_history .tickets_his_item .tickets_his_sub::before, .ticket_history .tickets_his_item .tickets_his_status::before, .ticket_history .tickets_his_item .tickets_his_lastUpdate::before{
        font-size: 14px;
    }
    .ticket_history .tickets_his_item h5{
        font-size: 15px;
    }
    .account__timezone .card-body form,
    .two__factor .card-body,
    .account__password .password_change_wraper{
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .account__name .d-flex.justify-content-between.align-items-center{
        flex-direction: column;
        justify-content: left!important;
        align-items: flex-start!important;
        gap: 7px;
    }

    .order__table{
        grid-template-columns: 1fr;
    }

    .orders__filter__btn .order__filters .btn__orders__filter{
        padding: 6px 15px;
        border-radius: 7px;
        gap: 5px;
    }

    .orders__filter__btn .order__filters .btn__orders__filter .text{
        font-size: 16px;
    }

    .orders__filter__btn .order__filters .btn__orders__filter .icon{
        width: 16px;
    }

    .serv_category_card{
        margin-bottom: 20px;
    }
    .serv_category_card .serv_cat_card_body .service_item.service{
        position: relative;
    }

    .serv_category_card .serv_cat_card_body .service_item .fav{
        position: absolute;
        top: 5px;
        font-size: 18px;
    }

    .service_filter_wraper{
        padding: 15px 5px;
    }

    .subs__table{
        display: grid;
        grid-template-columns: 1fr;
    }

    .subs__table .subs_table_row {
        grid-template-columns: none;
        text-align: center;
        grid-template-areas:
            "subId subId subId subId subId subId"
            "subUsername subUsername subUsername subUsername subUsername subUsername"
            "subquan subquan subquan subpost subpost subpost"
            "subserv subserv subserv subserv subserv subserv"
            "substatus substatus substatus substatus substatus substatus"
            " subsdetail subsdetail  subsdetail subaction subaction subaction";
    }

    .dashboard__user__info .user__info__item{
        padding: 15px 15px;
        border-radius: 10px;
    }
    .dashboard__user__info .user__info__item .user__info__text h5{
        font-size: 16px;
    }
    .dashboard__user__info .user__info__item .user__info__text h4{
        font-size: 14px;
    }
    .dashboard__user__info .user__info__item .user__info__icon {
        width: 35px;
    }
    .dashboard__user__info .user__info__item .user__info__icon.myorder_icon {
        width: 30px;
    }
    .dashboard__user__info{
        gap: 7px;
    }
    .account_benifits_title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .account_status_wraper .account_staus_btn{
        min-height: 45px;
        height: 45px;
    }
    .account_status_wraper{
        gap: 5px;
    }
    .benifit_item .icon {
        width: 20px!important;
    }
    .benifit_item .benifit_text{
        font-size: 14px;
    }
    #paymentMethodBanner .payment_method_inner h2{
        font-size: 18px;
    }

    #paymentMethodBanner .payment_method_inner p{
        font-size: 12px;
    }

    .accordion__auth .accordion-item{
        border-radius: 6px!important;
        margin-bottom: 7px;
    }
    .accordion__auth .accordion-item button{
        min-height: 40px;
        padding: 5px 10px;
    }

} 


/*
============================================
            Dashboard Layouts Ends
============================================
*/

.select2-container .select2-dropdown,
    .select2.select2-container,
    .select2-search--dropdown .select2-search__field {
      -webkit-appearance: none !important;

      font-family: sans-serif;
      font-weight: regular;
      -webkit-font-smoothing: antialised;
      font-size: 18px;
    }

#favourite-form .form-select, #ticketsend .form-select {
    font-size: 16px;
    display: flex!important;
    align-items: center;
    background-color: #F0F1F5;
    height: 50px!important;
    padding: 5px 13px;
    font-weight: 400;
    outline: none;
    box-shadow: none;
    border-radius: 15px;
    border: none;
    margin-bottom: 0px;
}

.gizli {
    display: none!important;
    opacity: 0!important;
    overflow: hidden!important;
}


.new__order__nav__tabs {
    width: 100%;
}



@media (min-width: 1200px){
  #statics_user-details .modal-dialog {
    min-width: 1000px;
  }
  .pinner-wrap{
    display: none
  }
  .top-bar.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
}
@media(max-width: 1199px){
  .wrapper .page-wrapper {
    padding-left: 0px !important;
  }
  .pinner-wrap {
    margin-left: 240px;
    transition: all 0.3s linear;
  }
  .wrapper.toggle .pinner-wrap {
    margin-left: 0px;
  }
  .sidebar{
    left: 12px;
    z-index: 99;
  }
  .short-cut-list li {
    flex: 0 0 18%;
    max-width: 18%;
  }
  .amazing-tabs{
      justify-content: flex-start;
  }
  #amazing .amazing-tabs li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .pink-box {
    right: -10px;
    bottom: 78px;
  }
  .green-box {
    right: -10px;
    top: 170px;
  }
}
@media (max-width:991px) {
  #tab-vote .content #support-list .refferal-box h6 {
  font-size: 16px;
}
.neworder-slide {
  padding: 25px 100px 40px !important;
}
.order_cards-container .stats-box-txt {
  padding: 0px;
}
.faq-txt {
  font-size: 14px;
}
.neworder-slide-txt {
  width: 100%;
}
.statics-box {
  padding: 20px;
}
.row.statics-row {
  transform: none;
}
.short-cut-list li {
  min-width: 214px;
}
.row.new_order-row > div {
  min-width: 100%;
}
/* .top-bar > div {
  min-width: fit-content;
  width: fit-content;
} */
.mode-btn-wrap {
  margin-left: 0px;
}
.top-bar.row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 240px;
  transition: all 350ms linear;
}
.wrapper.toggle .top-bar.row{
  padding-left: 5px;
}
.page-wrapper {
  padding-left: 0px;
}
.sidebar {
  z-index: 99;
  transition: all 350ms linear !important;
  left: 12px;
}
.row.ticket_order-row > div {
  min-width: 100%;
}
.row.create_services-row > div {
  min-width: 100%;
}
.row.create_invoice-row > div {
  min-width: 100%;
}
.row.account_setting-row > div {
  min-width: 100%;
}
.row.account_setting-row .col-sm-4 {
  min-width: 100%;
}
.row.order_cards-row.statics-row {
  transform: translate(0px);
}
#statics_user-details .modal-dialog {
  min-width: calc(100% - 50px);
}
.statics-box {
  height: 175px;
}
.row.statics-row {
  flex-wrap: wrap;
}
.row.statics-row > div {
  min-width: 230px;
  flex: 1;
}
.pinner-wrap {
  margin-left: 0px;
}
.bread-wrap {
  display: none;
}
.auth .order_history-page .neworder-tab .nav-pills {
  flex-wrap: wrap;
}
.add-pay_row .add-pay_list .add-pay_item {
  margin-right: 5px;
  padding: 8px;
}
#amazing .amazing-tabs li a {
  padding: 5px 6px;
}
#amazing .amazintab-txt {
  margin: 0px 0 15px;
}
#amazing .amazintab-box .btn.btn-primary {
  min-width: 100px;
}
#best .best-box {
  position: unset !important;
}
#best .best-box {
  position: unset !important;
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}
}
@media (max-width: 767px){
  .db_sec .info .user_info-container .user_box {
    margin-top: 0px;
    flex-direction: column;
  }
  .db_sec .info .user_info-box:first-child {
    margin-right: 0px;
  }
  .db_sec .info .user_info-box {
    width: 100%;
    margin-top: 10px;
  }
  .order_cards-row > div {
    min-width: 100%;
  }
  .neworder-slide-txt {
    width: 100%;
  }
  .top-bar.row::before,
  .top-bar.row::after {
    display: none;
  }
  .top-bar.row {
    justify-content: space-between;
  }
  .mode-btn-wrap {
    min-width: 82px;
    padding-left: 2px;
  }
  .auth .mode-btn {
    max-width: 72px;
  }
  .auth .top-right-navrow {
    flex-wrap: wrap;
  }
  .auth .top-right-navrow > .dropdown .dropdown-toggle {
    margin-left: 0px;
    width: 100px;
  }
  .top-bar.row {
    align-items: flex-start;
  }
  .auth .top-right-navrow li {
    margin-bottom: 5px;
  }
  .auth .neworder-slide {
    min-height: 240px;
  }
  .auth .order_history-page .neworder-tab .nav-pills {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .auth .order_history-page .neworder-tab .nav-pills li {
    flex: unset;
    min-width: 136px;
    margin-bottom: 5px;
  }
  .add-pay_row .add-pay_list {
    flex-wrap: wrap;
  }
  .add-pay_row .add-pay_list .add-pay_item {
    min-width: 120px;
    margin-bottom: 5px;
  }
  .service-description .modal-header .modal-title {
    white-space: break-spaces;
  }
  .searchtable-row #service-table tbody td.service-name {
    white-space: break-spaces;
  }
  .service-description .service_desc-details p {
    white-space: break-spaces;
  }
  .service-description .modal-body {
    padding: 10px;
  }
  .service-description .service_desc-details {
    padding: 20px;
  }
  .update-status {
    white-space: normal;
  }
  .guest .mode-btn {
    max-width: 100px;
  }
  #top-sec .info-ul {
    margin-top: 40px;
  }
  .info-ul li {
    flex: 1;
    max-width: unset;
    min-width: 180px;
  }
  #cheapest .row {
    display: block;
  }
  #top-sec {
    /* padding: 10px 0; */
  }
  #social-sec {
    padding: 20px 0;
  }
  #social-sec .social-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  #social-sec .social-list li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #cheapest {
    padding: 0px;
  }
  .row.work-box-row {
    margin-top: 0px;
  }
  .customer-slider::before,
  .customer-slider::after {
    width: 200px;
    height: 252px;
    background-size: 100% 100%;
    z-index: -1;
  }
  .cstmer-slide-txt {
    width: 90%;
    background: rgba(255,255,255,0.8);
    padding: 20px;
    border-radius: 10px;
  }
  .blog-sec .row {
    display: block;
  }
  #howitwork .row.how-row {
    display: block;
  }
  .stats-box-icon{
    margin: unset;
  }
  .signup-innerbox {
    padding: 30px 20px;
  }
}
@media (max-width:550px) {
#top-sec,
#amazing,
#testimonial,
#signup {
  padding: 120px 0 50px;
}
  .top-subtitle {
  font-size: 20px;
  line-height: 1.1;
}
  
  .title-extra-style::after {
  display: none;
}
  .txt {
  font-size: 14px;
  line-height: 1.4;
}

.top-img-phone {
  max-width: 350px;
}
.top-imd-fb {
  position: absolute;
  top: 20px;
  left: 33px;
  max-width: 120px;
}
.top-img-insta {
    position: absolute;
    top: 145px;
    left: 60px;
    max-width: 150px;
}
.top-img-yt {
    position: absolute;
    top: 300px;
    left: 29px;
    max-width: 90px;
}



.hero-actions .btn.btn-primary.btn-primary2, #cheapest .btn.btn-primary.btn-primary2 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}
  

.total-orders-section {
    padding: 80px 0;
}
span.orders-icon {
    font-size: 30px;
}
.total-orders-section p {
    font-size: 30px;
    margin-bottom: 4px;
}
  .form-control {
  height: 42px;
}
  .inpt-icon {
  width: 28px;
  height: 28px;
}
  .btn.btn-primary {
  min-width: 150px;
  padding: 12px;
}
  .stats-box-icon {
  width: 36px;
    margin: 0;
  height: 36px;
}
  .stats-box-title {
  font-size: 18px;
}
  .best-img {
  width: ;
  max-width: 80px;
  right: 60px;
  bottom: 0;
}
  #social-sec {
  padding: 25px 0;
}
.social-list li {
  margin-bottom: 12px;
  text-align: center;
}
  .social-list {
  flex-wrap: wrap;
  justify-content: center;
}
  .social-img {
  display: block;
  margin: auto;
}
  .title {
  font-size: 30px;
}
  #cheapest .row {
  display: block;
}
  .row.work-row::before {
  background-image: none;
  background: var(--main-color);
  border-radius: 25px;
  width: 98%;
  margin: auto;
}
  .row.work-row {
  padding-top: 15px;
  padding-bottom: 0;
}
  .work-wrap {
  padding: 20px 15px 40px;
  min-height: auto;
  margin-bottom: 25px;
}
  /* .amazing-tabs li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 9px;
} */
  .amazing-tabs li a {
  font-size: 14px;
}
  .amazing-tabs li a .tab-icon-img {
  max-width: 26px;
}
  .amazintab-box {
  padding: 12px;
  margin-bottom: 20px;
  min-height: auto;
}
  .amazintab-txt {
  margin: 10px 0 10px;
}
  .best-box {
  width: auto;
  padding: 12px 15px;
  max-width: unset;
  position: unset;
    margin-bottom: 15px;
}
  .best-box-left {
  height: 69px;
  font-size: 32px;
  flex: 0 0 69px;
  max-width: 69px;
}
  .box-title {
  font-size: 16px;
}
  .customer-slider {
  margin-top: 20px;
}
  .customer-slider::before,
  .customer-slider::after {
  display: none;
}
  footer {
  padding-top: 25px;
  padding-bottom: 80px;
  margin-top: 0;
}

  .row.ftr-top {
  display: block;
}
  footer .title {
  font-size: 28px;
  margin-top: 15px;
}
  .row.ftr-top .btn.btn-primary {
  margin-left: 0;
  margin-bottom: 15px;
}
  .row.ftr-top {
  margin-bottom: 20px;
}
  .social-link {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  font-size: 22px;
}
  .ftr-title {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 15px;
}
  .ftr-menu li a {
  font-size: 14px;
  margin-bottom: 5px;
}
  .ftr-bottom {
  margin-top: 15px;
  padding: 10px 0;
}
  .copyright {
  text-align: center;
}
  .bottom-ftr-nav {
  justify-content: center;
}
  .bottom-ftr-nav li a {
  margin-left: 10px;
  font-size: 12px;
}
.guest .navbar-default .navbar-toggle {
  border-color: #27a3fa;
}
  .guest .navbar-default .navbar-toggle .icon-bar {
  background-color: #27a3fa;
}
  .guest .navbar-default .navbar-nav > li > a {
  font-size: 14px;
  padding: 5px 10px;
}
  .mode-btn {
  max-width: 100px;
  height: 42px;
  padding: 2px 8px;
  margin-bottom: 10px;
}
  .mode-btn-wrap {
  margin-left: 10px;
}
  .guest .navbar-default .navbar-nav > li.register-btn a {
  margin-left: 10px;
  width: auto;
  max-width: 170px;
}
  .guest .navbar-default .navbar-toggle:hover,
  .guest .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
  .row.api-title-row {
  margin-top: 0;
  margin-bottom: 30px;
}
  .row.api-title-row .txt br {
  display: none;
}
  .ser-short li {
  flex: 0 0 32%;
  max-width: 32%;
  margin-bottom: 10px;
}
  .ser-short li {
  flex: 0 0 13%;
  max-width: 13%;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
}
  .ser-short {
  margin: 0 0 10px;
}
  #history-search {
  margin-top: 10px;
}
  #history-search .btn {
  width: 35px;
  height: 35px;
}
  #history-search .input-group-btn {
  width: 35px;
  height: 35px;
}
  .table-responsive {
  border: 0;
}
/*  .table tr th, 
  .table tr td {
  padding: 0px 15px !important;
}
  .table tbody tr td {
  padding: 0px 15px !important;
}*/
#service-table tbody tr td {
    padding: 5px 15px !important;
    font-weight: 600;
}
  .service-description .btn.btn-primary, .buy-btn {
  min-width: 90px;
  display: block;
  font-size: 12px;
  padding: 8px 10px;
}
  .modal-body {
  white-space: normal;
  word-break: break-word;
}
  footer::after {
  display: none;
}
  .row.api-title-row::after, 
  .row.api-title-row::before {
    display: none;
}
  .well {
  padding: 12px;
}
  .api-title {
  font-size: 20px;
  margin-bottom: 10px;
}
  .api-table {
  border-spacing: 4px 8px;
  border-radius: 32px;
}
  .signup-innerbox {
  padding: 12px 10px;
    border-radius: 12px;
}
  .signup-mainbox {
  padding: 15px;
}
  .signup-innerbox .title {
  margin-bottom: 0;
}
  .signup-innerbox .btn.btn-primary {
  margin-top: 0;
  padding: 10px 15px;
}
  .signup-mainbox {
  margin-bottom: 20px;
}
  .guest #term-sec,
  #faq-sec,
  .guest #contact-sec,
  .guest #howitwork,
  #reset-sec,
  #blogs-sec {
  padding: 15px 0;
}
  .row.term-row {
  margin-top: 12px;
}
  #term-sec .txt br {
  display: none;
}
  .term-title {
  margin: 0 0 10px;
  font-size: 18px;
}
  .term-body li {
  font-size: 14px;
  margin-bottom: 10px;
}
  .contact-img-wrap img {
  margin-bottom: 15px;
}
  .contact-box-left {
  flex: 0 0 46px;
  max-width: 46px;
}
  .contact-box-left .stats-box-icon {
  width: 46px;
  height: 46px;
}
  .contact-box-title {
  margin-bottom: 0;
}
  .contact-box {
  padding: 12px;
}
  #howitwork .title {
  margin-bottom: 20px;
}
  .how-row {
  padding: 25px 10px;
  width: 98%;
  margin: auto auto 20px;
    display: block;
}
  .how-num {
  width: 70px;
  height: 70px;
  font-size: 30px;
  margin-bottom: 10px;
}
  .how-title {
  font-size: 30px;
  margin-bottom: 10px;
}
  .payment-ul li {
  flex: 0 0 100%;
  max-width: 100%;
}
  #howitwork #myTab {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  justify-content: center;
}
  #howitwork #myTab li {
  margin-bottom: 6px;
}
  .row.how-status-box-row {
  margin-top: 15px;
}
  .how-status-box {
  padding: 10px;
  margin-bottom: 10px;
}
  .how-status {
  margin-bottom: 5px;
  padding: 5px 10px;
    min-width: auto;
}
  .how-status .tab-txt {
  font-size: 14px;
}
  .how-status .tab-icon {
  font-size: 14px;
}
  .how-status-txt {
  font-size: 14px;
  line-height: 1.3;
}
  .blog-sec .row {
  display: block;
}
  .blog-sec .row .btn.btn-primary {
  margin-top: 0;
}
  .blog-img-wrap {
  min-height: 150px;
  margin-bottom: 10px;
}
  .blog-title {
  margin-bottom: 6px;
  font-size: 18px;
}
  .blog-excerpt {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
  .single-blog-title span {
  width: 95%;
}
  .single-blog-title {
  font-size: 22px;
  padding: 5px;
    margin-bottom: 0;
}
  .single-blog-img {
  min-height: 230px;
  padding: 10px;
  margin-bottom: 15px;
}
  .single-blog-content {
  border-radius: 12px;
  padding: 12px;
  font-size: 14px;
  margin-bottom: 20px;
}
  .single-blog .btn.btn-primary {
  margin-bottom: 15px;
  margin-top: 15px;
}
  .single-blog .related-blog-content .btn.btn-primary {
  margin: 0;
}
  .auth {
  padding: 0px;
}
  .top-right-navrow a, .top-left-navrow a {
    margin-left: 5px;
    width: 28px;
    height: 28px;
    font-size: 15px;
}
  .bread-wrap .bread span {
  font-size: 12px;
}
  .bread-wrap .bread {
  font-size: 9px;
}
  .bread-wrap {
  display: none;
}
  .top-bar.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
  .top-bar.row .col-sm-6 {
  flex: 0 0 30%;
  max-width: 30%;
}
  .top-bar.row .col-sm-6:last-child {
  flex: 0 0 70%;
  max-width: 70%;
}
  .auth .mode-btn {
  margin-bottom: 0;
}
  .wrapper.toggle .page-wrapper,
  .wrapper .page-wrapper {
  padding-left: 0;
}
  .neworder-slide {
  padding: 19px 15px !important;
}
  .neworder-slide-title {
  font-size: 22px;
  margin-bottom: 5px;
}
  .neworder-slide-txt {
  font-size: 14px;
  line-height: 1.4;
}
.row.statics-row {
  transform: unset;
  height: auto;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.statics-box {
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
  height: auto;
}
.statics-box .stats-box-icon {
  width: 35px;
  height: 35px;
  margin: auto auto 4px;
}
.statics-box .stats-box-icon .stats-box-icon-inner {
  width: 35px;
  height: 35px;
}
  .statics-box .stats-box-title {
  font-size: 15px;
}
  .short-cut-row {
  padding: 10px;
}
  .short-cut-title {
  margin-bottom: 8px;
}
  .short-cut-list {
  justify-content: space-around;
}
  .short-cut-list li a .icon img {
  max-width: 24px;
}
.short-cut-list li {
  flex: unset;
  max-width: unset;
  margin-bottom: 2px;
  min-width: 135px;
  max-width: 138px;
  width: 100%;
}
  .auth .form-control {
  height: 40px;
  border-radius: 15px;
}
#order_count {
    margin-bottom: 10px;
  }
  #select2-orderform-service-container,
  #select2-orderform-category-container {
  height: 28px;
}
  .dash-title {
  margin-bottom: 10px;
}
  .result-box {
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
  .result-box .media-body h5 {
  font-size: 14px;
}
  .sidebar {
  z-index: 999;
}
  .wrapper .top-bar.row .col-sm-6:last-child {
  display: none;
}
  .wrapper .top-bar.row {
  justify-content: flex-end;
}
  .wrapper .top-bar.row .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: right;
}
  .wrapper .top-bar.row .col-sm-6 .top-left-navrow {
  justify-content: flex-end;
}
  .wrapper.toggle .top-bar.row .col-sm-6:last-child {
  display: block;
}
  .wrapper.toggle .top-bar.row .col-sm-6 {
  flex: 0 0 30%;
  max-width: 30%;
  text-align: left;
}
  .wrapper.toggle .top-bar.row .col-sm-6 .top-left-navrow {
  justify-content: flex-start;
}
  .wrapper.toggle .top-bar.row {
  justify-content: space-between;
}
  .wrapper.toggle .top-bar.row .col-sm-6:last-child {
  flex: 0 0 70%;
  max-width: 70%;
}
  .neworder-slide.v-center {
  padding: 10px 15px;
}
  .row.search-row {
  margin-bottom: 10px;
}
  .nav.nav-pills li {
  /*flex: 0 0 49%;*/
  max-width: 49%;
  margin-bottom: 5px;
}
  .nav.nav-pills {
  justify-content: center;
}
  .fund-content-img {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  padding: 5px;
}
  .fund-content-title {
  font-size: 20px;
  line-height: 1.3;
}
.fund-content-txt {
  font-size: 14px;
}
  .fund-nav-tabs .nav-item {
  width: 100%;
}
  .ticket-faq-title {
  font-size: 14px;
  padding-left: 35px;
  margin-bottom: 12px;
}
  .ticket-faq-title span {
  width: 25px;
  height: 25px;
  font-size: 13px;
}
  .auth textarea.form-control {
  height: 130px;
}
  .dash-profilebox-left {
  flex: 0 0 80px;
  max-width: 80px;
}
  .dash-profilebox-right {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
    padding-left: 10px;
}
  .dash-profilebox-title {
  font-size: 20px;
  font-weight: 500;
}
  .row.dash-profile-row {
  display: block;
}
  .row.dash-profile-row .btn.btn-primary {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
}
  .dash-statistics {
  border-radius: 14px;
  padding: 15px 10px;
  min-height: auto;
  margin-bottom: 15px;
}
  .dash-statistics-icon {
  width: 40px;
  height: 40px;
  margin: auto auto 10px;
  flex: 0 0 40px;
  max-width: 40px;
  font-size: 19px;
}
  #contact-sec .row {
  display: flex;
  flex-direction: column-reverse;
}
  .reset-pswd-sec .row {
  display: block;
}
.db_sec .info .user_info-box {
  height: auto;
  padding: 10px;
}
  .blog-excerpt {
  height: auto;
}
.service-description .modal-header .modal-title {
  font-size: 20px;
}
.service-description .service_order-details .serv-order_container .serv_details-order h6 {
  text-align: center;
}
.service-description .service_order-details .serv-order_container .serv_details-order span {
  font-size: 12px;
}
.service-description .modal-content {
  border-radius: 30px;
}
.ftr-logo-wrap img {
  max-width: 250px;
}
.amazing-tabs li {
  flex: 1;
  min-width: 130px;
  margin-bottom: 9px;
}
.navbar-brand {
  max-width: 100%;
}
  .mode-btn-wrap {
    min-width: 28px;
    padding-left: 2px;
  }
  .auth .mode-btn {
    max-width: 28px;
    min-width: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 28px;
  }
  .auth .mode-btn-icon {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
  .auth .top-right-navrow li.dropdown {
    margin-bottom: 0;
  }
  .mode-btn-wrap {
    margin-left: 2px;
  }
  .top-right-navrow a, .top-left-navrow a {
    margin-left: 2px;
  }
  .wrapper.toggle .top-bar.row .col-sm-6 {
  flex: 0 0 10%;
  max-width: 10%;
  padding: 0 5px;
}
  .wrapper.toggle .top-bar.row .col-sm-6:last-child {
  flex: 0 0 90%;
  max-width: 90%;
}
  .auth .top-right-navrow li {
    margin-bottom: 0;
  }
  .auth .top-right-navrow > .dropdown.dropdown-currencies .dropdown-toggle {
    width: 60px;
  }
  .row.search-row .dropdown {
    margin-top: 10px;
  }
}

.result-box .media-body h5[data-id="serviceLink"] {
color: #fff;
}
.order_cards-row.statics-row .statics-box {
height: 230px;
}
#twitter .amazintab-full-box {
background-image: url("https://storage.perfectcdn.com/idjpe8/irzpm7aj03w40kqb.png");
}
#youtube .amazintab-full-box {
background-image: url("https://storage.perfectcdn.com/idjpe8/ggt06c0tcl7oy7f9.png");
}
#instagram .amazintab-full-box {
background-image: url("https://storage.perfectcdn.com/idjpe8/44pnt6qj3s7l6p0u.png");
}
#likedin .amazintab-full-box {
background-image: url("https://storage.perfectcdn.com/idjpe8/ju1w28mssnq08tfa.png");
}
#telegram .amazintab-full-box {
background-image: url("https://storage.perfectcdn.com/idjpe8/ix792ywl35yzybcg.png");
}
#soundcloud .amazintab-full-box {
background-image: url("https://storage.perfectcdn.com/idjpe8/2nbng9shw92a4wdi.png");
}
#tiktok .amazintab-full-box {
background-image: url("https://storage.perfectcdn.com/idjpe8/hzeoc2ywm65ujj1x.png");
}
.top-right-navrow .dropdown a {
width: 110px;
font-size: 14px;
}
.top-right-navrow .dropdown .dropdown-menu a {
width: auto;
height: auto;
margin: 0;
border-radius: 0;
}
.top-right-navrow .dropdown .dropdown-menu {
padding: 0;
border: 0;
}
.service-name {
max-width: 250px;
word-break: break-word;
width: 250px;
min-width: 250px;
}
.profile-wrap {
    margin-bottom: 15px;
    background-color: #e1f4ff;
    border-radius: 12px;
    padding-top: 12px;
    overflow: hidden;
}
.profile-body {
  padding: 10px 0;
  background-color: #27a3fa;
}
.profile-body .username {
  color: #fff;
  margin-bottom: 8px;
}
.profile-body .balance {
  color: #fff;
}
.profile-span1 {
  background-color: #e1f4ff;
}
.balance a {
  background-color: #e1f4ff;
  color: #27a3fa;
}
.row.search-row .dropdown .dropdown-toggle {
  overflow: hidden;
}


/* 240425 ìŠ¤íƒ€ì¼ ì¶”ê°€ */
.visual_desc{
	margin-top: -140px;
font-weight: 500;
}
.b-underline{
  font-weight: 700;
}
.hero-look-btn{
	font-size: 20px;
  font-weight: 700;
  padding: 15px 60px;
  border-radius: 10px;
}
.sec02_tit{
	font-weight: 600;
}

.sec02_tit > span{
	font-weight: inherit;
}
.sec02_tit strong{
	font-weight: 700;
}

.pick-into .left{position: sticky;
    top: 100px;
    /* left: 0; */
    align-self: flex-start;
	
}

/* 240502 ìŠ¤íƒ€ì¼ ì¶”ê°€ */
.main-navbar.navbar-light .navbar-nav .nav-item .btn_accent{
	padding: 10px 30px;
	border-radius: 50px;
	color: #fff;
}

.main-navbar.navbar-light .navbar-nav .nav-item .btn_accent::after{
	display: none;
}

@media screen and (max-width: 1200px){
  .col-md-8{ width: 90%; }
  .second-s-messages-container {
    min-height: 280px;
  }
  .second-s-messages {
    position: absolute;
    width: auto;
  }

  .m1 {
    top: 0;
    left: 0;
  }
  .m2 {
    top: 0;
    right: 0;
  }
  .m3 {
    top: 117px;
    left: 32%;
}
  .m4 {
    top: 158px;
    left: -64px;
  }
  .m5 {
    top: 130px;
    right: -64px;
  }
  .pick-into .left{
  	width: 100%;
    background-color: #fff;
    z-index: 50;
    padding-bottom: 30px;
    top: 80px;
  }
  
  .pick-into .left .title br:nth-of-type(2){
  	display: none;
  }
  
  .pick-into .right{
  	margin-top: 30px;
  }
}

@media screen and (max-width: 1400px){
	.navbar-toggler{
		background-color: transparent;
		border: none;
		padding: 0;
	}
  	
  .main-navbar .navbar-toggler-icon{
  	width: 30px; height: 30px;
    filter: invert(20%) sepia(77%) saturate(2565%) hue-rotate(311deg) brightness(103%) contrast(87%);
  }
  
  .visual_desc{
  	margin-top: -110px;
  }
  
  .second-s-messages{ transform: scale(0.9); }
  
  .m1 {
    top: 0;
    left: -25px;
  }
  .m2 {
    top: 0;
    right: -25px;
  }
  .m3 {
    top: 110px;
    left: 25%;
}
  .m4 {
    top: 165px;
    left: -64px;
  }
  .m5 {
    top: 155px;
    right: -64px;
  }
  
  .pick-into .left{ top: 75px; }
  
  .pick-ul{ /* flex-wrap: wrap; */ }
  
  .pick-ul li{ width: calc( 100% / 4 ); }
  
  .steps-ul li{
  	width: calc( 100% / 5 );
  }
  
  
}


@media screen and (max-width: 767px){
	 .m1 {
        top: 0;
        left: -5px;
    }
    .m2 {
        top: 0;
        right: -5px;
    }
    .m4 {
        top: 165px;
        left: -34px;
    }
   .m5 {
        top: 155px;
        right: -44px;
    }
  
  /* .pick-box{ margin-top: 35px; } */
  
  .visual_desc{ margin-top: -70px; }
  .main-navbar{ height: 60px; box-sizing: border-box; padding: 0 !important; }
  .navbar-brand{ width: 120px; }
  .main-navbar .offcanvas-collapse{ top: 60px; }
  
  .second-s-messages {
   	transform: scale(0.65);
  }
  
  .second-s-messages-container{ 
	min-height: 0;
	height: auto;
	margin-top: 0px;
  }
  
  .second-s-messages-container img{
	position: relative;
	top: 0 !important;
	left: 0 !important;
	transform: scale(1);
  }
  
  .m1 {
        top: 0;
        left: -75px;
    }
   .m2 {
        top: 0;
        right: -75px;
    }
  .m3 {
        top: 87px;
        left: 14%;
    }
   .m4 {
        top: 125px;
        left: -84px;
    }
  
   .m5 {
        top: 125px;
        right: -54px;
    }
  	
  .hero-look-btn{
  	font-size: 15px;
    padding: 12px 30px;
  }
  
  .pick-ul{
  	flex-wrap: wrap;
  }
  
  .pick-ul li{
  	width: calc( (100% - 15px) / 2 );
    height: auto;
  }
  
  .pick-ul li img{
  	margin: 0;
  }
  
  .pick-into .left{ top: 60px; }
  
  .into-items p{ font-size: 14px; word-break: keep-all; }
  
  .fs-1{ line-height: 1.3; }
  
  .steps-ul{ 
  	flex-wrap: wrap;
    justify-content: center;
  }
  .steps-ul li{
  	width: calc( (100% - 30px) / 3 );
    height: auto;
  }
  .steps-ul li img{ margin: 0; }
  
  .qna-page .title{ font-size: 30px; margin-bottom: 15px; }
  
  .txt,
  footer p{
  	font-size: 13px;
  }
  
  .visual_desc *{ font-size: 18px !important; }
}


/* 240503 ìŠ¤íƒ€ì¼ ì¶”ê°€ */
.point-ul {
    list-style: none;
    text-align: center;
    display: inline-flex;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.point-ul li{
	width: calc( (100% - 60px) / 3 );
}

.point-ul li figure{
  position: relative;
  display: block;
  width:100%;
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
  border-radius: 15px;
}

.point-ul li figure img{
  position: absolute;
  width: 100%;
  top: 0; left: 50%;
  transform: translateX(-50%);
}

.point-ul li .text-box{
  margin-top: 20px;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 15px;
  background-color: #f7eaf1;
  max-height: 202px;
}

.point-ul li .text-box h4{
  color: var(--main-color);
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  gap: 8px;
}

.point-ul li .text-box h4 .number{
  width: 30px; height: 30px;
  background-color: var(--main-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.point-ul li .text-box h4 .text{
  font-size: 27px;
  line-height: 30px;
  text-align: left;
  font-weight: 700;
  color: var(--main-color);
  word-break: keep-all;
  width: calc( 100% - 8px - 30px );
}

.point-ul li .text-box p{
  text-align: left;
  color: #b57999;
  font-size: 18px;
  line-height: 1.5;
  word-break: keep-all;
  margin-top: 20px;
}

.point-ul li:nth-of-type(1) .text-box p br{
	display: none;
}


@media screen and (max-width: 1400px){
  .marketing-point .container{
  	padding: 0;
  }
  
  .point-ul{ gap: 20px; }
  
  .point-ul li{
  	width: clac( (100% - 40px) / 3 );
  }
  
  .point-ul li .text-box h4 .number{ font-size: 20px; }
  
  .point-ul li .text-box h4 .text{ font-size: 25px; }
  
  .point-ul li .text-box p{ font-size: 17px; }
}


@media screen and (max-width: 1200px){
  .marketing-point .container{
  	max-width: 90%;
  }
  
  .point-ul li .text-box{
  	padding: 30px 20px;
  }
}


@media screen and (max-width: 1000px){
  .point-ul{ gap: 15px; }
  .point-ul li {
    width: calc((100% - 30px) / 3);
  }
  
  .point-ul li .text-box{
  	max-height: 175px;
  }
  
  .point-ul li .text-box h4 .text{
  	font-size: 22px;
    line-height: 27px;
    white-space: nowrap;
  }
  .point-ul li .text-box h4 .number{
  	width: 27px; height: 27px;
    font-size: 18px;
  }
  .point-ul li .text-box p{
  	font-size: 15px;
    margin-top: 15px;
  }
}


@media screen and (max-width: 900px){
  .point-ul{
  	flex-wrap: wrap;
  }
  .point-ul li{
  	width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
  }
  .point-ul li figure,
  .point-ul li .text-box{
  	width: calc( (100% - 10px) / 2 );
  }
  
  .point-ul li figure{
  	padding-bottom: 40%;
    margin-bottom: 0;
  }
  
  .point-ul li .text-box{
  	max-height: 100%;
    margin-top: 0;
    box-sizing: border-box;
  }
  
  .point-ul li .text-box p{
  	width: 70%;
    margin-bottom: 0;
  }
}


@media screen and (max-width: 767px){
  .point-ul li .text-box p{
  	width: 100%;
  }
  
  .point-ul li .text-box h4{
  	gap: 5px;
  }
  
  .point-ul li .text-box h4 .text{
  	font-size: 20px;
    line-height: 24px;
    width: calc( 100% - 5px - 24px );
  }
  .point-ul li .text-box h4 .number{
  	width: 24px; height: 24px;
    font-size: 17px;
  }
  .point-ul li .text-box p{
  	font-size: 14px;
  }
  
  .point-ul li .text-box p br{
  	display: block !important;
  }
  
  .steps-ul li:not(:nth-of-type(-n+2)){
	margin-top: -75px;
  }
  
  .steps-ul li:not(:last-of-type)::after{
	width: 20px; height: 20px;
	border-top-width: 5px;
	border-right-width: 5px;
  }
  
  .steps-ul li:nth-of-type(2n)::after{
	display: none;
  }
}


@media screen and (max-width: 550px){
  .point-ul li{
  	display: block;
    outline: none;
  }
  .point-ul li figure,
  .point-ul li .text-box{
  	width: 100%;
  }
  
  .point-ul li figure{
  	padding-bottom: 90%;
  }
  
  .point-ul li .text-box{
  	height: 165px;
    margin-top: 15px;
  }
	
  .marketing-point .slick-dots{
  	margin-top: 10px;
   	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-left: 0;
  }
  
  .marketing-point .slick-dots li{
  	width: auto;
  }
  
  .marketing-point .slick-dots li button{
  	width: 12px; height: 12px;
    padding: 0;
    border-radius: 50%;
    background-color: #d8d8d8;
    font-size: 0;
    text-indent: -9999px;
    outline: none;
    border: 0;
  }
  
  .marketing-point .slick-dots li.slick-active button{
  	background-color: var(--main-color);
  }
}



.modal-dialog{
	position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%) !important;
}

.modal-body{
	width: 450px;
    padding: 50px 60px;
}

.modal-body .row > div:nth-of-type(1){
	display: none !important;
}

.modal-body .row > div:nth-of-type(2){
	width: 100%;
}

.check-box-wrap{
	flex-direction: column;
}

.modal-title{
  width: 230px;
  margin: 0 auto;
}

.modal-title img{
	width: 100%;
}

.modal-body p:nth-of-type(1){
	text-align: center;
  margin-top: 20px;
}

.inpt-icon{
	background-color: var(--main-color);
}
.form-control{
	/* background-color: #fef4f9 !important; */
  border-radius: 10px;
  border: 1px solid #333 !important;
  transition: 0.4s;
  box-shadow: none !important;
}

.form-control:hover,
.form-control:focus{
	border-color: #2174c2 !important;
}


.addFunds-div{
	width: 100% !important;
}

.methodWrapper,
.luckybank_form{
	/* display: none !important;*/
}

.bank_form{
	margin-top: 20px !important;
}

.point_form .title{
	font-size: 18px !important;
  margin-bottom: 5px !important;
  font-weight: 600 !important;
}

.tax_btn_active {
    background: var(--sub-2) !important;
    color: #fff !important;
    border: 1px solid var(--sub-2) !important;
}

.paymentButton{
	background-color: var(--sub-2) !important;
}

.priceWrapper .priceBox,
.point_form .input,
.phoneNumber{
	padding: 10px !important;
  height: auto !important;
  font-family: "Pretendard Variable", Pretendard, -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 !important;
 letter-spacing: -1px;
  box-sizing: border-box !important;
}
.point_form .price_btn,
.point_form .taxbtn,
.phoneNumber,
.paymentButton{
	height: auto !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
}

.paymentButton{
	font-size: 20px !important;
}

.point_form .taxbtn:nth-of-type(1){
	display: none !important;
}

.point_form .sub_title{
	font-size: 14px !important;
}

.flex p{
	font-size: 15px !important;
}

.paymentChargeContents div,
.paymentVatContents div{
	font-size: 20px !important;
  font-weight: 600 !important;
}

.acount_info2{
	border-color: #ddd !important;
  border-radius: 5px;
}

.paymentTotalMoney2{
	color: var(--main-color) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}

.card-body .form-group:first-of-type{
	display: none !important;
}

.card-body .form-group > label{
	display: none !important;
}

.auth_body .form-group .text-center{
	margin-top: 30px;
  box-sizing: border-box;
  padding: 30px 35px;
  background-color: #f1f1f1;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 600;
}

.card-body .table{
  border-collapse: collapse;
}

.card-body .table tr th:first-child{
	border-radius: 5px 0 0 0;
}
.card-body .table tbody tr td:first-child {
    border-radius: 0;
}
.card-body .table tr th:last-child{
	border-radius: 0 5px 0 0;
}
.card-body .table tbody tr td:last-child {
    border-radius: 0;
}

.card-body .table tr th{
	background-color: var(--sub-2) !important;
  box-sizing: border-box;
  border: 1px solid transparent !important;
}

.card-body .table tbody tr td{
	background-color: #fff !important;
  box-sizing: border-box;
  border: 1px solid #ddd !important;
}

.card-body .table *{
	text-align: center;
  font-size: 16px !important;
}


#point_popup{
	width: 500px !important;
  height: 350px !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%) !important;
}

#point_popup .point_form,
#point_popup .content{
	/* height: 100% !important; */
}


.search___form .search__btn{
	color: var(--main-color);
}

.orders__filter__btn .order__filters .btn__orders__filter.active{
	background: var(--main-color);
}

@media screen and (max-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95% !important;
    }
}


@media screen and (max-width: 1200px){
  .default__card__wraper .row{
  	flex-direction: column;
  }
  
  .default__card__wraper .row > div{
  	width: 100%
  }
}


@media screen and (max-width: 800px){
  .default__card__wraper{
  	padding-top: 0 !important;

  }
  
  .default__card__wraper.addFunds{
  	padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 30px !important;
  }
  
  .order-form-div h1, .order-form-div h2{
  	font-size: 20px;
  }
  
  .process-table tr th{
  	font-size: 16px;
  }
  
  /* .custom-options li{
  	width: 100% !important;
  } */
  
  .order-form-div h3{
  	font-size: 16px;
  }
  
  .process-table tr th{
  	font-size: 16px !important;
  }
  
  .process-table .pt-keyword{
  	font-size: 16px !important;
  }
  
  .process-table .pt-rank,
  .process-table .pt-current{
  	font-size: 16px !important;
  }
  
  .auth_main{
  	padding-top: 0 !important;
  }
  
  .auth_main .search__box{
  	padding-top: 20px !important;
  }
  
  .card.card_v3 .card-header{
  	min-height: 55px !important;
  }
  .card.card_v3 .card_header_title{
  	font-size: 18px !important;
  }
  
  .point_form p{
  	word-break: keep-all;
  }
  
  .point_form .price_btn, .point_form .taxbtn, .phoneNumber, .paymentButton{
  	font-size: 14px !important;
  }
  
  .point_form .price_btn{
  	flex: unset !important;
    font-size: 12px !important;
  }
  
  .paymentChargeContents div, .paymentVatContents div,
  .paymentTotalMoney{
  	font-size: 18px !important;
  }
  .paymentTotalMoney2{
  	font-size: 20px !important;
  }
  
  .paymentButton{
  	font-size: 16px !important;
  }
  
  .auth_body .form-group .text-center{
  	margin-top: 20px;
    font-size: 18px;
    word-break: keep-all;
  }
  
  .card-body .table tr th:nth-of-type(3),
  .card-body .table tr td:nth-of-type(3){
  	display: none !important;
  }
  
  
  .card-body .table tr th,
  .card-body .table tr td{
  	word-break: keep-all;
  }
  
  .form-group{
  	margin-bottom: 15px;
  }
  
  .auth_body .form-control, .auth_body .form-group > .form-control{
  	height: 37px !important;
    font-size: 13px !important;
  }
  
  small.help-block.min-max{
  	font-size: 12px !important;
  }
  
  .btn.btn-primary{
  	font-size: 15px;
    padding: 9px;
  }
  
  .checktime{
  	font-size: 13px !important;
    word-break: keep-all;
  }
  
  .order-form-div h1, .order-form-div h2{
  	font-size: 25px !important;
  }
  
  .process-table tr th{
  	font-size: 13px !important;
  }
  
  .process-table tr th:nth-of-type(1){
  	width: 40% !important;
  }
  .process-table tr th:nth-of-type(2),
  .process-table tr th:nth-of-type(3){
  	width: 30% !important;
  }
  
  .process-table {
    width: 100% !important;
    table-layout: fixed !important;
}
  
  .process-table .pt-type{
  	font-size: 12px !important;
  }
  
  .process-table .pt-keyword{
  	font-size: 13px !important;
    padding-top: 5px !important;
  }
  
  .process-table .pt-rank,
  .process-table .pt-current{
  	font-size: 12px !important;
  }
  
  .auth_main .process-table tr th{
  	padding: 10px !important;
  }
  .auth_main .process-table tbody tr td{
  	padding: 6px 10px !important;
  }
  
  .orders__filter__btn .order__filters .btn__orders__filter{
  	font-size: 13px;
  }
  
  .order-name{
  	font-size: 15px;
  }
  
  .order-name *{
  	font-size: inherit;
  }
  
  .order-text{
  	font-size: 13px;
  }
  
  .order-text *{
  	font-size: inherit;
  }
  
  
  .addFunds h2{
  	font-size: 20px;
  }
  
  .card.card_v3 .card_header_title {
        font-size: 15px !important;
  }
  
  p.title.smallTitle{
  	font-size: 15px !important;
  }
  
  .point_form p{
  	font-size: 13px !important;
  }
  
  .point_form .title{
  	font-size: 15px !important;
  }
  
  .point_form .input,
  .phoneNumber{
  	font-size: 12px !important;
  }
  
  .point_form .sub_title{
  	font-size: 12px !important;
  }
  
  .point_form .taxbtn{
  	font-size: 13px !important;
  }
  
  .paymentChargeContents div, .paymentVatContents div, .paymentTotalMoney{
  	font-size: 15px !important;
  }
  
  .paymentTotalMoney2{
  	font-size: 17px !important;
  }
  
  .paymentButton{
  	font-size: 15px !important;
  }
  
  .auth_body .form-group .text-center{
  	font-size: 15px !important;
  }
  
  .card-body .table *{
  	font-size: 13px !important;
  }
}


/* ì¸í”Œë£¨ì–¸ì„œ ìŠ¬ë¼ì´ë“œ ì¶”ê°€ - 240528 */
.model-slide-box {
    background-color: #fef4f9 !important;
    border-color: #ffddee !important;
}
.model-slide img{
	max-width: 100%;
}
.model-slide-box .slick-slide {
  margin: 7.5px 0;
}
.model-slide-box .slick-list {
  margin: -7.5px 0;
}

@media screen and (max-width: 767px){
	.model-slide-box .slick-slide {
  margin: 2.5px 0;
}
.model-slide-box .slick-list {
  margin: -2.5px 0;
}
}




/* ë¡œê³ í¬ê¸° ë³€ê²½ - 240529 */
.navbar-brand{
	width: 220px;
}

@media screen and (max-width: 767px){
  .navbar-brand{ width: 155px; }
}


/* êµìœ¡ì„¹ì…˜ ì¶”ê°€ - 240529 */
.education-box{}

.education-box ul{
	list-style: none;
  padding-left: 0;
  overflow-y: auto;
}

.education-box ul li{}

.education-box ul li:not(:last-of-type){
	margin-bottom: 15px;
}

.education-box ul li a{
  	height: 97px;
	display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 40px;
  border-radius: 15px;
  border: 1px solid #dee2e6;
}

.education-box ul li .left{
	display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.education-box ul li .left figure{
	display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  margin-bottom: 0;
}

.education-box ul li .left figure img{
	max-width: 100%;
}

.education-box ul li .left h4{
	font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

.education-box ul li .left h4 small{
	display: block;
  font-size: 15px;
  color: #a5a5a5;
  font-weight: inherit;
  margin-bottom: 10px;
}

.education-box ul li .right{}

.education-box ul li .right .arrow{
	width: 13px; height: 13px;
  border-top: 4px solid #a5a5a5;
  border-right: 4px solid #a5a5a5;
  position: relative;
  transform: rotate(45deg);
}


#edu_modal{ 
  display: none;
  width: 100%; height: 100vh;
  position: fixed;
  top: 0; left: 0;
  z-index: 9090909090;
}

#edu_modal .modal_bg{
	position: absolute;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.3);
}

#edu_modal .modal_content{
	position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  height: 80%;
  background-color: white;
  border-radius: 30px;
  overflow: hidden;
}


#edu_modal .modal_content .content-title-box{
	width: 100%;
  height: 100px;
  padding: 30px 30px;
  box-sizing: border-box;
  background-color: var(--main-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#edu_modal .modal_content .content-title-box h5{
	color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}

#edu_modal .modal_content .btn_close{
	display: block;
  width: 40px; height: 40px;
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
  position: relative;
}

#edu_modal .modal_content .btn_close span{
	width: 4px; height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%; left: 50%;
}

#edu_modal .modal_content .btn_close span:nth-of-type(1){
	transform: translate(-50%,-50%) rotate(45deg);
}

#edu_modal .modal_content .btn_close span:nth-of-type(2){
	transform: translate(-50%,-50%) rotate(-45deg);
}

#edu_modal .modal_content .content-text-box{
  	height: calc( 100% - 100px );
	box-sizing: border-box;
  overflow-y: auto;
  padding: 40px;
  text-align:center;
}

#edu_modal .modal_content .content-text-box *{
	font-size: 20px;
  line-height: 2;
  word-break: keep-all;
}

#edu_modal .modal_content .content-text-box h6{
	font-size: 24px;
  font-weight: 700;
}

#edu_modal .modal_content .content-text-box h6 strong{
	font-size: 20px;
  font-weight: 600;
  color: #666;
}

#edu_modal .modal_content .content-text-box ul{
	list-style: none;
}


@media screen and (max-width: 1300px){
  #edu_modal .modal_content{
  	width: 90%; height: 85%;
  }
}


@media screen and (max-width: 1000px){
  .education-box ul li a{
  	height: 100px;
    padding: 20px 30px;
  }
  .education-box ul li .left figure{
  	width: 55px;
  }
  .education-box ul li .left h4 small{
    	font-size: 13px;
    margin-bottom: 7px;
    }
    
    .education-box ul li .left h4{
    	font-size: 20px;
    }
  
  #edu_modal .modal_content .content-title-box{
  	height: 85px;
  }
  #edu_modal .modal_content .content-title-box h5{
  	font-size: 25px;
  }
  #edu_modal .modal_content .btn_close{
  	width: 30px; height: 30px;
  }
  
  #edu_modal .modal_content .content-text-box{
  	height: calc( 100% - 85px );
  }
  
  #edu_modal .modal_content .content-text-box *{
  	font-size: 17px;
    line-height: 1.7;
  }
  
  #edu_modal .modal_content .content-text-box h6{
  	font-size: 21px;
  }
  
  #edu_modal .modal_content .content-text-box ul{
  	padding-left: 10px;
  }
  
}


@media screen and (max-width: 767px){
  #edu_modal .modal_content .content-title-box{
  	height: 70px;
    padding: 10px 15px;
  }
  #edu_modal .modal_content .content-title-box h5{
  	font-size: 18px;
    word-break: keep-all;
  }
  
  #edu_modal .modal_content .btn_close{
  	width: 20px; height: 20px;
  }
  
   #edu_modal .modal_content .content-text-box {
    height: calc(100% - 70px);
     padding: 20px 5px;
   }
  
  #edu_modal .modal_content .content-text-box *{
  	font-size: 13px;
	width: 100%;
  }
  #edu_modal .modal_content .content-text-box h6{
  	font-size: 16px;
  }
  
  #edu_modal .modal_content .content-text-box h6 strong{
  	font-size: 15px;
  }
  
  
}


@media screen and (max-width: 600px){
  .education-box ul li .left{
  	gap: 7px;
  }
  .education-box ul li .left h4 small{
  	font-size: 12px;
  }
  .education-box ul li .left h4{
  	font-size: 16px;
    word-break: keep-all;
  }
  
  
  .education-box ul li .left figure{
  	width: 40px;
  }
  
  .education-box ul li .right .arrow{
  	width: 10px; height: 10px;
    border-width: 3px;
  }
  
  .education-box ul li:not(:last-of-type){
  	margin-bottom: 10px;
  }
  
    .education-box ul li a {
        height: 90px;
        padding: 20px 15px;
    }
}


/* 240530 ìŠ¤íƒ€ì¼ì‹œíŠ¸ ìˆ˜ì •*/
@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

.visual-box{
	width: 90%;
	height: 680px;
	margin: 0 auto;
	border-radius: 15px;
	background-color: #653a48;
	position: relative;
	overflow: hidden;
}

.visual-box::after{
	content: "";
	width: 100%; height: 100%;
	background: linear-gradient(to right, #ea3970, #f47847,  #ffda64);
	opacity: 0.3;
	position: absolute;
	top: 0; left: 0;
}

.marquee-wrapper{
	width: 60%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;

	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%) rotate(-25deg) scale(1.8);
	opacity: 0.2;
}

.marquee-inner > div{
  height:auto;
}
.marquee-wrapper .marquee-block{
  width: 405px;
  height:  100vh;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 30px 0;
  float:left;
}
.marquee-inner{
  display: block;
  height: 200%;
  width: 100%;
  position: absolute;
}
.marquee-item p{}
.marquee-inner.to-left{
  animation: marqueeTop 25s linear infinite;
}
.marquee-inner.to-right{
  animation: marqueeBottom 25s linear infinite;
}
.marquee-item{
  width: 100%;
  height: auto;
  padding-bottom: 120%;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  transition: all .2s ease-out;
  position: relative;
}

.marquee-item:not(:last-of-type){
	margin-bottom: 10px;
}

.marquee-item img{
	width: 100%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}
@keyframes marqueeTop{
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes marqueeBottom{
  0% { 
    top: -100%; 
  }
  100% {
   top: 0; 
  }
}


.visual-box .text-box{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 3;
}

.visual-box .text-box h2{
	font-size: 66px;
	font-weight: 700;
	color: #fff;
}

.visual-box .text-box h2 span{
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	display: inline-block;
}

.visual-box .text-box h2 span strong{
	font-size: 90px;
    font-weight: inherit;
    color: #ffd95e;
    text-shadow: inherit;
	
}

.visual-box .text-box p{
	margin-top: 30px;
	color: #dcdcdc;
	font-size: 26px;
	line-height: 1.5;
}

.visual-box .text-box p span{
	font-size: inherit;
    font-weight: inherit;
    color: #ffd95e;
}

.visual-box .text-box button{
	display: inline-block;
	position: relative;
	background-color: #ea3970;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	padding: 20px 35px;
	border-radius: 7px;
	margin-top: 50px;
  	outline: none;
  	border: 0;
  cursor: pointer;
}

.visual-box .text-box button::after{
	content: "";
	width: 59px; height: 59px;
	background: url(https://storage.perfectcdn.com/hlda71/6xnua4ga4chbowlu.png) no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 55%;
	right: -40px;
}


.current-list-box{
	padding: 30px 0;
}

.current-list-box ul{
	width: 1440px;
	margin: 0 auto;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
	padding-left: 0;
  list-style: none;
}

.current-list-box ul li{
	width: calc( (100% - 60px) / 3 );
  height: 185px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.14);
	box-sizing: border-box;
  
  	display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
	gap: 45px;
}

.current-list-box ul li figure{
	width: 75px;
  margin-bottom: 0;
}

.current-list-box ul li figure img{
	width: 100%;
}

.current-list-box ul li .text-box{}

.current-list-box ul li .text-box h3{
	margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #afafaf;
}

.current-list-box ul li .text-box p{
	margin-top: 15px;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

.current-list-box ul li .text-box p strong{
	color: #ea3970;
  font-size: 47px;
  font-weight: inherit;
}


.our_service_sec{
	padding-top: 130px;
  padding-bottom: 120px;
}

.our_service_sec .wrapper{
	width: 1200px;
  margin: 0 auto;
}

.our_service_sec .main-service-box{
	margin-top: 60px;
}

.our_service_sec .main-service-box ul{
	list-style: none;
  padding-left: 0;
}

.our_service_sec .main-service-box ul li{
	width: 100%;
  box-sizing: border-box;
  padding: 25px 25px;
  border-radius: 15px;
  border: 1px solid #efefef;
  
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.our_service_sec .main-service-box ul li figure{
	display: block;
  width: 115px;
  margin-bottom: 0;
}

.our_service_sec .main-service-box ul li figure img{
	width: 100%;
}

.our_service_sec .main-service-box ul li .text-box{
	margin-left: 10px;
  margin-right: 60px;
  width: 60%;
}

.our_service_sec .main-service-box ul li .text-box h4{
	font-size: 25px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 0;
}

.our_service_sec .main-service-box ul li .text-box p{
	margin-top: 10px;
  margin-bottom: 0;
}

.our_service_sec .main-service-box ul li .text-box p span{
	display: block;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  color: #666;
 
}

.our_service_sec .main-service-box ul li .text-box p span:not(:last-of-type){
	margin-bottom: 7px;
}

.our_service_sec .main-service-box ul li .text-box p span::before{
	content: "#";
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  position: absolute;
  top: 0; left: 0;
}


.our_service_sec .main-service-box ul li button{
	font-size: 18px;
  font-weight: 400;
	border-radius: 15px;
  padding-left: 0;
  padding-right: 0;
  width: 20%;
  box-sizing: border-box;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.our_service_sec .main-service-box ul li button strong{
	font-size: inherit;
  font-weight: 700;
}

.our_service_sec .main-service-box ul li button.btn_pink{
	background-color: #ea3970;
}

.our_service_sec .main-service-box ul li button.btn_orange{
	background-color: #f47847;
}

.our_service_sec .sub-service-box{
	margin-top: 25px;
}

.our_service_sec .sub-service-box ul{
	list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.our_service_sec .sub-service-box ul li{
	width: calc( (100% - 60px) / 5 );
  box-sizing: border-box;
}

.our_service_sec .sub-service-box ul li figure{
	display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 45px 35px;
  border-radius: 15px;
  border: 1px solid #efefef;
  text-align: center;
  
  margin-bottom: 0;
}

.our_service_sec .sub-service-box ul li figure img{
	width: 115px;
}

.our_service_sec .sub-service-box ul li p{
	margin-bottom: 0;
  margin-top: 23px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}



.introduce_model_sec{
	padding: 120px 0;
}

.introduce_model_sec .wrapper{
	width: 1400px;
  margin: 0 auto;
}

.introduce_model_sec .main-model-slide-box{
  margin: 0 15px;
  margin-top: 60px;
}
.introduce_model_sec .main-model-slide-box .slick-list {
  margin: 0 -15px;
}

.introduce_model_sec .main-model-slide-box .slide-item{}

.introduce_model_sec .main-model-slide-box .slide-item img{
	width: 100%;
}

.introduce_model_sec .main-model-slide-box .slick-arrow{
	border: 0;
  outline: none;
  width: 50px; height: 50px;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
}

.introduce_model_sec .main-model-slide-box .slick-prev{
	border-top: 10px solid #ea3970;
	border-left: 10px solid #ea3970;
  	
  left: -80px;
  transform: translateY(-50%) rotate(-45deg);
}

.introduce_model_sec .main-model-slide-box .slick-next{
	border-top: 10px solid #ea3970;
	border-right: 10px solid #ea3970;
  
   right: -80px;
  
  transform: translateY(-50%) rotate(45deg);
}


.sketch-img-box{
	margin-top: 50px;
  	display: block;
  width: 100%;
}

.sketch-img-box img{
	width: 100%;
}


.qna-page{
	padding-bottom: 120px;
}

.qna-page .tab-btn-box{
	margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
}

.qna-page .tab-btn-box li{
	font-size: 20px;
  color: #b5b5b5;
  font-weight: 400;
  padding: 12px 30px;
  border-radius: 50px;
  cursor: pointer;
}

.qna-page .tab-btn-box li.active{
	background-color: #ea3970;
  color: #fff;
  font-weight: 600;
}

.qna-page .tab-cont{
	margin-top: 40px;
  display: none;
}

.qna-page .tab-cont:first-of-type{
	display: flex;
}




@media screen and (max-width: 1500px){
	.visual-box{
		width: 95%;
	}
	.current-list-box ul{
		width: 90%;
	}
	
	.introduce_model_sec .wrapper{
		width: 90%;
	}
  
  .introduce_model_sec .main-model-slide-box .slick-arrow{
  	width: 40px; height: 40px;
  }
  
  .introduce_model_sec .main-model-slide-box {
      margin: 0 15px;
      width: 85%;
      margin: 0 auto;
      margin-top: 60px;
  }
}



@media screen and (max-width: 1300px){
  .visual-box .text-box h2{
  	font-size: 52px;
  }
  
  .visual-box .text-box h2 span strong{
  	font-size: 75px;
  }
  
  .visual-box .text-box p{
  	font-size: 22px;
  }
  
  .visual-box .text-box button{
  	margin-top: 30px;
  }
  
  .current-list-box ul li{
  	height: 165px;
  }
  
  .current-list-box ul li .text-box h3{
  	font-size: 18px;
  }
  
  .current-list-box ul li .text-box p{
  	font-size: 24px;
    margin-top: 5px;
  }
  
  .current-list-box ul li .text-box p strong{
  	font-size: 42px;
  }
  
  .current-list-box ul li figure{
  	width: 65px;
  }
  
  .our_service_sec .wrapper{
  	width: 92.5%;
  }
  
  .qna-page .tab-btn-box{
  	gap: 5px;
  }
  
  .qna-page .tab-btn-box li{
  	font-size: 18px;
  }
}


@media screen and (max-width: 1000px){
  .visual-box{
  	height: 480px;
  }
  
  .marquee-wrapper .marquee-block{
  	height: 70vh;
  }
  
  .visual-box .text-box h2{
  	font-size: 44px;
  }
  
  .visual-box .text-box h2 span strong{
  	font-size: 60px;
  }
  
  .visual-box .text-box p{
  	font-size: 20px;
    margin-top: 20px;
  }
  
  .visual-box .text-box button {
        margin-top: 10px;
        font-size: 18px;
    }
  .visual-box .text-box button::after{
  	width: 50px; height: 50px;
    right: -25px;
  }
  
  .current-list-box ul li{
  	gap: 35px;
  }
  
  .current-list-box ul li .text-box h3{
  	font-size: 16px;
  }
  
  .current-list-box ul li .text-box p{
  	font-size: 22px;
  }
  
  .current-list-box ul li .text-box p strong{
  	font-size: 38px;
  }
  
  .current-list-box ul li figure{
  	width: 55px;
  }
  
  .our_service_sec .main-service-box ul li figure{
  	width: 105px;
  }
  
  
  .our_service_sec .main-service-box ul li .text-box{
  	margin-right: 30px;
  }
  
  .our_service_sec .main-service-box ul li .text-box h4{
  	font-size: 22px;
  }
  
  .our_service_sec .main-service-box ul li .text-box p span{
  	font-size: 15px;
  }
  
  .our_service_sec .main-service-box ul li button{
  	width: 25%;
  }
  
  .our_service_sec .sub-service-box ul li figure img{
  	width: 100%;
  }
  
  .our_service_sec .sub-service-box ul li p {
      margin-bottom: 0;
      margin-top: 18px;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
  }
}



@media screen and (max-width: 900px){
  .navbar-brand{
  	widtH: 180px;
  }
  
  .visual-box{
  	height: 430px;
  }
	.marquee-wrapper .marquee-block{
      height: 60vh;
    }
  
  .visual-box .text-box h2{
  	font-size: 35px;
  }
  
  .visual-box .text-box h2 span strong{
  	font-size: 55px;
  }
  
  .visual-box .text-box p{
  	margin-top: 15px;
    font-size: 18px;
  }
  
  .visual-box .text-box button{
  	padding: 15px 35px;
  }
  
  
  .current-list-box ul{
  	gap: 15px;
  }
  
  .current-list-box ul li {
    width: calc((100% - 30px) / 3);
    flex-direction: column;
    justify-content: flex-end;
    height: 235px;
    padding: 20px 30px;
    gap: 20px;
    
  }
  
  .current-list-box ul li .text-box h3{
  	font-size: 14px;
  }
  
  .current-list-box ul li figure{
  }
  
  .current-list-box ul li .text-box{
  	text-align: center;
  }
  
  .our_service_sec .main-service-box ul li{
  	flex-wrap: wrap;
  }
  
  .our_service_sec .main-service-box ul li button{
  	width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
  }
  
  .our_service_sec .main-service-box ul li .text-box{
  	width: 75%;
    margin-right: 0;
  }
  
  .qna-page .tab-btn-box li{
  	padding: 7px 16px;
    font-size: 15px;
  }
}


@media screen and (max-width: 757px){
  .visual-box{
  	width: 90%;
  }
  
  .marquee-wrapper .marquee-block{
  	height: 30vh;
  }
  
  .marquee-item:not(:last-of-type) {
    margin-bottom: 5px;
}
  
  .marquee-item{
  	padding-bottom: 90%;
    border-radius: 10px;
  }
  
  .marquee-wrapper {
    transform: translate(-50%, -50%) rotate(-25deg) scale(2.5);
  }
  
  .navbar-brand {
        widtH: 150px !important;
    }
  *{
  	word-break: keep-all;
	word-break: break-all;
  }
  .visual-box{
  	height: 300px;
  }
  
  .visual-box .text-box{
  	width: 100%;
  }
  
  .visual-box .text-box h2{
  	font-size: 25px;
  }
  
  .visual-box .text-box h2 span strong{
  	font-size: 40px;
  }
  
  .visual-box .text-box p{
  	font-size: 16px;
  }
  
  .visual-box .text-box button{
  	padding: 12px 20px;
    font-size: 15px;
  }
  
  .visual-box .text-box button::after{
  	width: 30px; height: 30px;
    right: -15px;
  }
  
  .current-list-box ul{
  	flex-wrap: wrap;
  }
  
  .current-list-box ul li{
  	width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    height: 115px;
  }
  
  .current-list-box ul li figure{
  	width: 45px;
  }
  
  .current-list-box ul li .text-box{
  	text-align: left;
  }
  
  .current-list-box ul li .text-box p{
  	font-size: 20px;
  }
  
  .current-list-box ul li .text-box p strong{
  	font-size: 33px;
  }
  
  .introduce_model_sec .main-model-slide-box .slick-arrow{
  	width: 25px; height: 25px;
    border-width: 5px;
  }
  
  .introduce_model_sec .main-model-slide-box .slick-prev{
  	left: -35px;
  }
  
  .introduce_model_sec .main-model-slide-box .slick-next{
  	right: -35px;
  }
  
  .our_service_sec .main-service-box{
  	margin-top: 35px;
  }
  
  .our_service_sec .main-service-box ul li .text-box{
  	width: 100%;
  }
  
  .our_service_sec{
  	padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .our_service_sec .main-service-box ul li figure{
  	width: 85px;
  }
  
  .our_service_sec .main-service-box ul li .text-box h4{
  	font-size: 18px;
  }
  
  .our_service_sec .main-service-box ul li .text-box p span{
  	font-size: 13px;
  }
  
  .our_service_sec .main-service-box ul li button{
  	font-size: 15px;
    padding-top: 6px;
    padding-bottom : 6px;
  }
  
  .our_service_sec .sub-service-box ul{
  	flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    gap: 20px;
  }
  
  .our_service_sec .sub-service-box ul li{
  	width: calc( (100% - 40px) / 3 );
  }
  
  .our_service_sec .sub-service-box ul li figure{
  	padding: 25px;
  }
  
  .our_service_sec .sub-service-box ul li p{
  	margin-top: 14px;
    font-size: 14px;
  }
  
  .introduce_model_sec .main-model-slide-box{
  	margin-top: 35px;
  }
  
  .qna-page .tab-btn-box{
  	flex-wrap: wrap;
    padding-left: 0;
    margin-top: 0;
  }
}



/* 240604 */
.single-blog-body > div{
	width: 100%;
}
.single-blog-content{
	border-color: #ffb0d8 !important
}

.single-blog-content *{
	line-height: 1.5 !important;
  font-size: 20px;
  color: #000;
  margin: 0 !important;
}

.single-blog-content ul{
	padding: 0 !important;
}

.single-blog-content p span{
	color: Inherit;
	font-weight: inherit;
	font-size: inherit;
  line-height: inherit;
}

.blog-excerpt{
	display: none;
}

.blog-wrap{
	text-align: center;
}

.blog-list-content .blog-btn{
	font-size: 16px;
	margin-top: 15px;
}


@media screen and (max-width: 767px){
  .blog-sec .row > div:nth-of-type(1){
  	flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }
  #top-sec.blog-sec{
  	margin-bottom: 30px;
  }
  .blog-wrap .blog-title{
  	font-size: 16px;
    margin-bottom: 5px;
  }
  
  .blog-wrap{
  	padding: 25px 20px;
    margin-bottom: 15px;
  }
  
  .blog-sec .row .btn.btn-primary{
  	margin-top: 20px;
    margin-bottom: 0 !important;
    font-size: 13px;
  }
  
  .blog-list-content .blog-btn{
  	font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0 !important;
  }
}


@media screen and (max-width: 600px){
  a.kakao_float{
  	width: 55px;
	width: 65px;
	bottom: 25px;
	right: 25px;
  }
}


/* 240607 */
.recommend-step-box{
	padding: 100px 0;
}

.recommend-step-box .wrapper{
	width: 1050px;
	margin: 0 auto;
}

.recommend-step-box h2{
	font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0 !important;;
}

.recommend-step-box h2 strong{
	font-size: inherit;
  font-weight: inherit;
  color: #ea3970;
}

.recommend-step-box ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 60px;
  padding: 0 !important;
  list-style: none;
  margin-top: 50px;
  margin-bottom: 0 !important;
}

.recommend-step-box ul li{
	width: calc( (100% - 120px) / 3 );
  position: relative;
}

.recommend-step-box ul li:not(:last-of-type)::after{
	content: "";
  width: 50px;
  height: 50px;
  border-top: 10px solid #ea3970;
  border-right: 10px solid #ea3970;
  position: absolute;
  top: 50%; right: -45px;
  transform: translateY(-50%) rotate(45deg);
}

.recommend-step-box ul li img{
	width: 100%;
}



@media screen and (max-width: 1100px){
  .recommend-step-box .wrapper{
  	width: 90%;
  }
}


@media screen and (max-width: 767px){
  	.recommend-step-box h2 strong{
    	display: block;  
  	}
  .recommend-step-box ul{
  	flex-direction: column;
    width: 350px;
    margin: 0 auto;
    margin-top: 40px;
  }
  
  .recommend-step-box ul li{
  	width: 100%;
  }
  
  .recommend-step-box ul li:not(:last-of-type)::after{
  	right: auto;
    left: 50%;
    bottom: -45px;
    top: auto;
    transform: translateX(-50%) rotate(135deg); 
  }
}



@media screen and (max-width: 550px){
  .recommend-step-box h2{
  	font-size: 30px;
  }
  .recommend-step-box{
  	padding: 70px 0;
  }
  .recommend-step-box ul{
  	width: 260px;
    gap: 35px;
  }
  
  .recommend-step-box ul li:not(:last-of-type)::after {
        width: 25px;
        height: 25px;
        border-width: 5px;
    	bottom: -21px;
    }
}

.company14 strong{
	box-shadow: 0px -15px 0px 0px inset rgba(234,57,112,0.3);
}
.signin_btn{
	position: fixed;
    bottom: 160px;
    right: 21px;
    padding: 0;
    /* width: 70px; */
    width: 200px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: 0.2s 0.25s opacity;
    z-index: 318;
}
.signin_btn img{
	width: 100%;
}

.around_btn{
	position: fixed;
    bottom: 230px;
    right: 21px;
    padding: 0;
    /* width: 70px; */
    width: 200px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: 0.2s 0.25s opacity;
    z-index: 318;
}
.around_btn img{
	width: 100%;
}


@media screen and (max-width: 767px){
  .signin_btn{
  	bottom: 100px;
    width: 160px;
  }
  
  .around_btn{
  	width: 160px;
    bottom: 155px;
  }
}

/* 240617 í™ˆíŽ˜ì´ì§€ ìˆ˜ì • */
.fix-menu-box{
	position: fixed;
	bottom: 60px; right: 30px;
	z-index: 350;
}

.fix-menu-box .fix-menu{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 0 !important;
	list-style: none !important;
	margin-bottom: 0 !important;
}

.fix-menu-box .fix-menu li{
	position: relative;
}

.fix-menu-box .fix-menu li button,
.fix-menu-box .fix-menu  li a:first-of-type{
	display: block;
	width: 68px; height: 68px;
	background-color: #fff;
	border-radius: 50%;
	outline: none;
	border: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.fix-menu-box .fix-menu  li a:first-of-type img{
	max-width: 100%;
}

.fix-menu-box .fix-menu  li a:nth-of-type(2){
	position: absolute;
	right: calc( 100% + 20px );
	width: auto;
}

.fix-menu-box .fix-menu  li a.item01_btn02{
	top: 0;
	width: 393px;
}

.fix-menu-box .fix-menu  li a.item01_btn02 span:nth-of-type(1){
	background-color: #fff;
	border: 5px solid #ea3970;
	border-radius: 5px;
	padding: 7px 15px;
	color: #101010;
	font-size: 18px;
}

.fix-menu-box .fix-menu  li a.item01_btn02 span:nth-of-type(1) em{
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	font-style: normal;
	animation: flash 1.5s infinite;
}

@keyframes flash{
	0%, 20%, 40%, 100% {
		opacity: 1;
	}
	
	10%, 30% {
		opacity: 0;
	}
}

.fix-menu-box .fix-menu  li a.item01_btn02 span:nth-of-type(1) strong{
	display: inline-block;
	margin-left: 5px;
	color: #ea3970;
	font-size: inherit;
	font-weight: 700;
}

.fix-menu-box .fix-menu  li a.item01_btn02 span:nth-of-type(2) em:nth-of-type(1){
	display: inline-block;
	width: 0; height: 0;
	border-left: 15px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	top: 50%; right: 0;
	transform: translateY(-50%);
	z-index: 2;
}

.fix-menu-box .fix-menu  li a.item01_btn02 span:nth-of-type(2) em:nth-of-type(2){
	display: inline-block;
    width: 0;
    height: 0;
    border-left: 24px solid #ea3970;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}


.fix-menu-box .fix-menu li button span{
	display: block;
	width: 4px;
	height: 25px;
	border-radius: 50px;
	background-color: #ea3970;
	position: absolute;
	top: 50%; left: 50%;
}

.fix-menu-box .fix-menu li button span:nth-of-type(1){
	transform: translate(-50%,-50%) rotate(45deg);
	transition: 0.4s;
}

.fix-menu-box .fix-menu li button span:nth-of-type(2){
	transform: translate(-50%,-50%) rotate(-45deg);
	transition: 0.4s;
}

.fix-menu-box .fix-menu li.fadeOut button span:nth-of-type(1){
	 transform: translate(-50%, -50%) rotate(0deg);
}

.fix-menu-box .fix-menu li.fadeOut button span:nth-of-type(2){
	 transform: translate(-50%, -50%) rotate(-90deg);
}


.fix-menu-box .fix-menu li a.item02_btn02{
	top: -10px; 
	right: calc( 100% + 20px );
	width: 200px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.fix-menu-box .fix-menu li a.item02_btn02 figure{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px; height: 50px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);

	position: absolute;
	top: 0; left: 50%;
	transform: translate(-50%,-50%);
}

.fix-menu-box .fix-menu li a.item02_btn02 span{
	display: block;
}

.fix-menu-box .fix-menu li a.item02_btn02 span.text{
	box-sizing: border-box;
	padding: 24px 0 12px;
	text-align: center;
	color: #8d8d8d;
	font-size: 17px;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
}

.fix-menu-box .fix-menu li a.item02_btn02 span.text strong{
	color: #101010;
	font-weight: 700;
	text-transform: uppercase;

}

.fix-menu-box .fix-menu li a.item02_btn02 span.kakao_blink{
	box-sizing: border-box;
	padding: 7px 0;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	color: #101010;
	background-color: #fff381;
	animation: bg-change 1.2s step-end infinite;
	border-radius: 0 0 5px 5px;
}

.fix-menu-box .fix-menu li a.item02_btn02 span.kakao_blink em{
	color: inherit;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
}

@keyframes bg-change{
	0% {
		background: #fff;
	}
	50%{
		background-color: #fff381;
	}
}






@media screen and (max-width: 1000px){
	.fix-menu-box .fix-menu{
		gap: 12px;
	}

	.fix-menu-box .fix-menu li button,
	.fix-menu-box .fix-menu li a:first-of-type{
		width: 58px;
		height: 58px;
	}
	

	.fix-menu-box .fix-menu li a.item01_btn02 span:nth-of-type(1){
		font-size: 16px;
	}

	.fix-menu-box .fix-menu li a.item01_btn02{
		width: 351px;
	}

	.fix-menu-box .fix-menu li a.item02_btn02 figure{
		width: 45px; height: 45px;
	}

	.fix-menu-box .fix-menu li a.item02_btn02 figure img{
		width: 24px;
	}

	.fix-menu-box .fix-menu li a.item02_btn02 span.text{
		font-size: 15px;
		padding: 20px 0 8px;
	}

	.fix-menu-box .fix-menu li a.item02_btn02 span.kakao_blink{
		font-size: 15px;
	}
}



@media screen and (max-width: 600px){
	.fix-menu-box{
		right: 12px;
		bottom: 120px;
	}
	
	.guest .fix-menu-box{
		bottom: 70px;
	}
	
	.fix-menu-box .fix-menu li button,
	.fix-menu-box .fix-menu li a:first-of-type{
		width: 52px; height: 52px;
	}

	.fix-menu-box .fix-menu li button span{
		width: 3px;
		height: 22px;
	}

	.fix-menu-box .fix-menu li a.item01_btn02 span:nth-of-type(1){
		font-size: 14px;
	}
	.fix-menu-box .fix-menu li a.item01_btn02 span:nth-of-type(2) em:nth-of-type(2) {
		border-left: 22px solid #ea3970;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}

	.fix-menu-box .fix-menu li a:nth-of-type(2) {
		right: calc(100% + 15px);
	}

	.fix-menu-box .fix-menu li a.item01_btn02 {
        width: 308px;
    }

	.fix-menu-box .fix-menu li a.item02_btn02{
		width: 170px;
	}

	.fix-menu-box .fix-menu li a.item02_btn02 figure{
		width: 40px; height: 40px;
	}

	.fix-menu-box .fix-menu li a.item02_btn02 figure img{
		width: 20px;
	}

	.fix-menu-box .fix-menu li a.item02_btn02 span.text,
	.fix-menu-box .fix-menu li a.item02_btn02 span.kakao_blink{
		font-size: 14px;
	}
}

@media screen and (max-width: 460px){
  .fix-menu-box .fix-menu li a.item01_btn02{
    width: 175px;
  }
  .fix-menu-box .fix-menu li a:nth-of-type(2) {
      right: calc(100% + 25px);
  }
  .fix-menu-box .fix-menu li a.item01_btn02 span:nth-of-type(1){
    display: block;
  }
  .fix-menu-box .fix-menu li a.item01_btn02 span:nth-of-type(2) em:nth-of-type(1){
    right: -10px;
  }
  .fix-menu-box .fix-menu li a.item01_btn02 span:nth-of-type(2) em:nth-of-type(2){
    right: -20px;
  }
}


.kakao_float{ display: none !important; }

.control-label{ margin-bottom: 10px; }

.custom-options li.selected{
  border: 1px solid #000 !important;
  background-color: #333 ;
  color: #fff;
}

.form-control{
  height: auto;
  padding: 10px 15px;
  position: relative;
  appearance: auto;
}

select.form-control::after{
	content: "";
  width: 20px; height: 0;
  border-top:20px solid #d83e70;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 50%; right: 20px;
  transform: translateY(-50%);
}



.join_modal{
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100vh;
	z-index: 909090909090909090;
  
  display: none;
}

.join_modal .modal_bg{
	position: absolute;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: -1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


.join_modal .modal_content{
	width: 400px;
	height: auto;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
  overflow: hidden;
}

.join_modal .modal_content button{
	border: none;
	outline: none;
	cursor: pointer;
	display: block;
	width: 22px; height: 22px;
	position: absolute;
	top: 25px; right: 35px;
	z-index: 2;
  background-color: transparent;
}

.join_modal .modal_content button span{
	display: block;
	width: 2px; height: 30px;
	background-color: #c8c8c8;
	position: absolute;
	top: 50%; left: 50%;
}

.join_modal .modal_content button span:nth-of-type(1){
	transform: translate(-50%,-50%) rotate(45deg);
}

.join_modal .modal_content button span:nth-of-type(2){
	transform: translate(-50%,-50%) rotate(-45deg);
}

.join_modal .modal_content h3{
	padding-top: 55px;
	text-align: center;
	line-height: 1.4;
	font-size: 22px;
	font-weight: 600;
	color: #606060;
}

.join_modal .modal_content figure{
	display: block;
	text-align: center;
	margin-top: 35px;
  margin-bottom: 0 !important;
}

.join_modal .modal_content figure img{
	display: inline-block;
}

.join_modal .modal_content a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	background-color: #ea3970;
}


@media screen and (max-width: 600px){
	.join_modal .modal_content{
		widtH: 310px;
	}
	
	.join_modal .modal_content h3{
		font-size: 20px;
	}
	
	.join_modal .modal_content figure img{
		width: 190px;
	}
	
	.join_modal .modal_content a{
		font-size: 20px;
		padding: 15px 0;
	}
	
	
}


/* íŒì—… ìŠ¤íƒ€ì¼ ì¶”ê°€ 240620 */
#layer-popup{
}

#layer-popup .popup{
	position: fixed;
	top: 50%; left: 37%;
	transform: translate(-50%, -50%);
  	z-index: 909090909;
	
	width: 500px;
}

#layer-popup .popup a{
	display: block;
	width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

#layer-popup .popup a img{
	max-width: 100%;
}

#layer-popup .popup button{
	border: none;
	outline; none;
	
	display: block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: #ea3970;
  border-radius: 0 0 10px 10px;
}


/* íŒì—… ìŠ¤íƒ€ì¼ ì¶”ê°€ 240702 */
#layer-popup02{
}

#layer-popup02 .popup{
	position: fixed;
	top: 50%; left: 64%;
	transform: translate(-50%, -50%);
  	z-index: 909090909;
	
	width: 500px;
}

#layer-popup02 .popup a{
	display: block;
	width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

#layer-popup02 .popup a img{
	max-width: 100%;
}

#layer-popup02 .popup button{
	border: none;
	outline: none;
	
	display: block;
	width: 50%;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: #333333;
  border-radius: 0 0 10px 10px;
float: left;
}

#layer-popup02 .popup button:nth-of-type(1){
  border-radius: 0px 0px 0px 10px;

}

#layer-popup02 .popup button:nth-of-type(2){
  border-radius: 0px 0px 10px 0px;

}

#layer-popup02 .popup .pop_but{
background-color: #ea3970 !important;
}

#layer-popup02 .popup button a{
	border: none;
	outline; none;
	
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: #ea3970;
  border-radius: 0 0 10px 10px;
}


.auth_body #layer-popup02 .popup button{
  width: 100%;
  background-color: var(--main-color) !important;
  border-radius: 0 0 10px 10px;

}



@media screen and (max-width: 600px){
	#layer-popup .popup{
		width: 90%;
      top: 50%; left: 50%;
	}
  
  #layer-popup .popup button{
  	font-size: 15px;
    padding: 12px 0;
  }
  
  #layer-popup02 .popup{
		width: 90%;
    top: 50%; left: 50%;
	}
  
  #layer-popup02 .popup button{
  	font-size: 15px;
    padding: 12px 0;
  }
  
    #layer-popup02 .popup button a{
  	font-size: 15px;
  }
}



/* 240710 FAQ íŽ˜ì´ì§€ ì¶”ê°€ */
.faq-page{
	padding: 150px 0;
}

.faq-page .title-box{}

.faq-page .title-box h2{
	color: #333;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.4;
}

.faq-page .title-box h2 strong{
	
}

.faq-page .content-box{
	margin-top: 60px;
}

.faq-page .content-box .faq-list{
	list-style: none;
	padding-left: 0 !important;
}

.faq-page .content-box .faq-list-item{
    border-radius: 15px;
    border: 1px solid #ebcddb;
    background: #fff;
    transition: 0.4s;
	box-sizing: border-box;
	padding: 25px 25px;
}

.faq-page .content-box .faq-list-item:hover,
.faq-page .content-box .faq-list-item.open{
	border-color: var(--main-color);
}

.faq-page .content-box .faq-list-item:not(:first-of-type){
	margin-top: 20px;
}

.faq-page .content-box .faq-list-item .question{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.faq-page .content-box .faq-list-item .question .number{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-color);
	width: 35px; height: 35px;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.faq-page .content-box .faq-list-item .question .number span{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.faq-page .content-box .faq-list-item .q_tit{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 7px;
	margin-bottom: 0 !important;
	width: calc( 100% - 35px - 20px - 40px );
}

.faq-page .content-box .faq-list-item .q_tit .category{
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 10px;
	color: #fff;
}


.faq-page .content-box .faq-list-item .q_tit .category.instagram{
	background-color: #f98f0c;
}

.faq-page .content-box .faq-list-item .q_tit .category.youtube{
	background-color: #f90c43;
}

.faq-page .content-box .faq-list-item .q_tit .txt{
	font-size: 24px;
	color: #333;
	font-weight: 700;
}

.faq-page .content-box .faq-list-item .arrow{
	display: block;
	width: 20px; height: 20px;
	position: relative;
}

.faq-page .content-box .faq-list-item .arrow span{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-70%) rotate(135deg);
	width: 100%; height: 100%;
	border-top: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
	transition: 0.4s;
}

.faq-page .content-box .faq-list-item.open .arrow span{
	transform: translate(-50%, -30%) rotate(-45deg);
	
}

.faq-page .content-box .faq-list-item .answer{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #dfdfdf;
	
	display: none;
}

.faq-page .content-box .faq-list-item .answer pre{
	border-radius: 10px;
	background-color: #fef4f9;
	border: 1px solid #e3b0ca;
	white-space: pre-line;
    word-break: keep-all;
	text-align: left;
	margin-bottom: 0 !important;
	font-family: inherit;
	line-height: 1.4;
	font-size: 17px;
	color: #333;
}


@media screen and (max-width: 1500px){}


@media screen and (max-width: 1000px){
	.faq-page .content-box .faq-list-item{
		padding: 22px 25px;
	}
	
	.faq-page .content-box .faq-list-item .question .number{
		width: 30px; height: 30px;
		font-size: 17px;
	}
	
	.faq-page .content-box .faq-list-item .q_tit{
		width: calc(100% - 30px - 17px - 40px);
	}
	
	.faq-page .content-box .faq-list-item .q_tit .category{
		font-size: 13px;
	}
	
	.faq-page .content-box .faq-list-item .q_tit .txt{
		font-size: 22px;
	}
	
	.faq-page .content-box .faq-list-item .arrow{
		width: 17px; height: 17px;
	}
	
	.faq-page .content-box .faq-list-item .answer pre{
		font-size: 16px;
	}
}

@media screen and (max-width: 767px){
	.faq-page{
		padding: 100px 0;
	}
	.faq-page .content-box{
		margin-top: 30px;
	}
	.faq-page .title-box h2{
		font-size: 25px;
	}
	
	.faq-page .content-box .faq-list-item{
		padding: 15px;
	}
	
	.faq-page .content-box .faq-list-item .question .number{
		display: none;
	}
	
	.faq-page .content-box .faq-list-item .q_tit{
        width: calc(100% - 14px - 20px);
		flex-direction: column;
		align-items: flex-start;
		gap: 3px;
    }
	
	.faq-page .content-box .faq-list-item .q_tit .category{
		font-size: 11px;
	}
	
	.faq-page .content-box .faq-list-item .q_tit .txt{
		font-size: 18px;
		word-break: keep-all;
	}
	
	.faq-page .content-box .faq-list-item .arrow{
		width: 14px; height: 14px;
	}
	
	
	.faq-page .content-box .faq-list-item .answer pre{
        font-size: 14px;
        padding: 15px;
    }
	
}



/* 240723 ìŠ¤íƒ€ì¼ ì¶”ê°€ */
.checktime{
	background-color: var(--main-color);
  background-color: #f8f9fa;
  color: var(--main-color);
  text-align: center;
  border: 1px solid #ccc;
}

.banner-sec{
	padding: 0 !important;
}

.banner-sec a,
.banner-sec button{
	display: block;
	max-width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.banner-sec img{
	max-width: 100%;
}

.education-box.edu02{
	padding: 0 !important;
}

.education-box.edu02 ul{
	padding: 10px;
}

.education-box.edu02 ul li .left h4{
	font-size: 20px;
}

.education-box.edu02 ul li a{
	height: auto;
  padding: 20px 30px;
  transition: 0.4s;
  position: relative;
}

.education-box.edu02 ul li a:hover{
	background-color: #fef4f9;
	border-color: var(--main-color);
	animation: leftRight 1s linear infinite;
}

@keyframes leftRight{
	0%{
		transform: translateY(0);
	}
	25%{
		transform: translateY(-1px)
	}
	50%{
		transform: translateY(0)
	}
	75%{
		transform: translateY(1px);
	}
	100%{
		transform: translateY(0);
	}
}

.education-box.edu ul li .right .arrow{
	border-top: 3px solid #a5a5a5;
    border-right: 3px solid #a5a5a5;
	transition: 0.4s;
}

.education-box.edu ul li a:hover .right .arrow{
	border-top: 3px solid var(--main-color);
    border-right: 3px solid var(--main-color);
}



.line-banner-sec{
	width: 100%;
	height: 55px;
	position: fixed !important;
	z-index: 99999;
	left: 0; top: 0;
}

.line-banner-sec div{
	width: 100%; height: 100%;
	position: relative;
}

.line-banner-sec div img{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.line-banner-sec div  button{
	outline: none;
	border: 0;
	display: block;
	width: 100%;
}

.line-banner-sec .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	outline: none;
	width: 30px; height: 30px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	font-size: 0;
	text-indent: -999999px;
	border: 0;
	opacity: 0.5;
	cursor: pointer;
	transition: 0.4s;
}

.line-banner-sec .slick-arrow:hover{
	opacity: 1;
}

.line-banner-sec .slick-prev{
	left: calc( 50% - 300px );
}

.line-banner-sec .slick-prev::after{
	content: "";
	width: 12px; height: 12px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	position: absolute;
	top: 50%; left: calc( 50% + 3px );
	transform: translate(-50%,-50%) rotate(-45deg);
}

.line-banner-sec .slick-next{
	left: calc( 50% + 300px );
}

.line-banner-sec .slick-next::after{
	content: "";
	width: 12px; height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	position: absolute;
	top: 50%; left: calc( 50% - 3px );
	transform: translate(-50%,-50%) rotate(45deg);
}

header.main-navbar{
	/* top: 55px; */
}

.auth_main,
.guest_main{
	/* margin-top: 55px !important; */
}


.auth_main .blog-sec .btn-signin{
	display: none;
}


@media screen and (max-width: 1400px){
	.navbar-expand-lg .navbar-collapse{
		
	}	
	
	.navbar-toggler{
		display: block !important;
	}
	
	
	
	.navbar-nav {
		--bs-nav-link-padding-x: 0;
		--bs-nav-link-padding-y: 0.5rem;
		--bs-nav-link-font-weight: ;
		--bs-nav-link-color: var(--bs-navbar-color);
		--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
		--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
		display: flex;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	
	.main-navbar .offcanvas-collapse{
		/* top: 150px !important; */
	}
	
	.guest .navbar-expand-lg .navbar-nav.ms-auto{
		margin-left: 0 !important;
		display: flex !important;
		flex-direction: column !important;
		gap: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}
}


@media screen and (max-width: 767px){
	.education-box.edu02 ul li .left h4{
		font-size: 16px;
	}
	
	.education-box ul li .right .arrow {
		width: 11px;
		height: 11px;
		border-top: 2px solid #a5a5a5;
		border-right: 2px solid #a5a5a5;
	}
	
	.education-box.edu ul li a:hover .right .arrow{
	border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
}
	
	.education-box.edu02 ul li a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.line-banner-sec{
		height: 45px;
	}
	
	header.main-navbar{
		/* top: 45px; */
	}
  
  .auth_main, .guest_main{
  	/* margin-top : 45px !important; */
  }
  
  .line-banner-sec .slick-arrow{
	display: none !important;
  }
	
}

@media screen and (max-width: 500px){
  .line-banner-sec{
  	height: 35px;
  }
  
  header.main-navbar{
		/* top: 35px; */
	}
  
  .auth_main, .guest_main{
  	/* margin-top : 35px !important; */
  }
  
  .main-navbar .offcanvas-collapse{
		/* top: calc( 35px + 60px ) !important; */
	}
}



/* 240723 ì—ë“€ì¼€ì´ì…˜ ê²Œì‹œíŒ ìˆ˜ì • */
.blog-list-content .col-md-4{
	width: 100%;
}

.blog-list-content .blog-wrap{

  padding: 0;
  border-radius: 10px;
  margin-bottom: 15px;
}

.blog-list-content .blog-wrap a{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
}

.blog-wrap .blog-title{
  	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	margin-bottom: 0;
 ;
}

.blog-wrap .blog-title .number{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px; height: 30px;
	background-color: var(--main-color);
	border-radius: 50%;
	color: #fff;
  font-size: 20px;
}

.blog-wrap .blog-title .text{
	display: block;
	width: calc( 100% - 10px - 30px );
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	font-size: 20px;
}

.blog-list-content .blog-btn{
	margin-top: 0;
  font-size: 15px;
  border-radius: 5px;
}

.auth_main .single-blog-head{
	margin-top: 50px;
}

.auth_main .single-blog{
	padding-bottom: 100px !important;
}

.single-blog-title{
	font-size: 24px;
  text-align: left;
  width: 95%;
}

.single-blog-img{
	min-height: 0;
  border-radius: 10px;
	margin-bottom: 15px;
}

.single-blog-content{
	border-radius: 10px;
}

.single-blog-content{
	padding: 30px 20px;
}

.board-view-btns{
	text-align: center;
}

.guest .manual-section{
	margin-top: 55px;
}

@media screen and (max-width: 767px){
	.single-blog-title{
		font-size: 18px;
	}
  
  .blog-wrap .blog-title{
  	width: 85%;
  }
  	
  .blog-wrap .blog-title .number{
  	width: 25px; height 25px;
    font-size: 15px;
  }
  .blog-wrap .blog-title .text{
  	font-size: 17px;
    width: calc( 100% - 25px - 10px );
  }
  
  .blog-list-content .blog-wrap a{
  	padding: 10px 15px;
  }
  
  .blog-list-content .blog-btn{
  	font-size: 13px;
  }
  
  
}






/* 240724 ìŠ¤íƒ€ì¼ ì¶”ê°€ */
@media screen and (max-width: 1150px){
	.blog-sec .banner-box{
		width: 550px;
	}
}


@media screen and (max-width: 1000px){
	.blog-sec .banner-box{
		width: 100%;
	}
	
	.blog-sec .row > div:nth-of-type(1){
		flex-wrap: wrap;
		gap: 20px;
	}
}


@media screen and (max-width: 767px){
	.auth_main #top-sec.blog-sec{
		margin-top: 30px;
	}
  
  .blog-list-content .blog-btn{
  	min-width: 0 !important;
    font-size: 13px;
  }
}


/* 240730 ìŠ¤íƒ€ì¼ ì¶”ê°€ */
.check_quality_btn{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
	cursor: pointer;
    border-radius: 8px;
    color: #fff;
	background-color: var(--main-color);
    position: relative;
	border: none;
	outline: none;
	width: 99%;
	padding: 10px 15px;

  border: 1px solid var(--main-color);
  color: var(--main-color);
  background-color:#ffe9f0;
}


.check_quality_btn span{}

.check_quality_btn  span strong{}

.check_quality_btn  em{
	width: 10px; height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);

  border-top: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
}



.quality_modal,
.follower_modal{
	position: fixed;
	width: 100%; height: 100vh;
	z-index: 9000000;
	top: 0; left: 0;
	
	display: none;
}

.quality_modal_bg,
.follower_modal_bg{
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.4);
}

.quality_modal_content,
.follower_modal_content{
	width: 800px; height: auto !important;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 15px;
	overflow: hidden;
	
}

.quality_modal figure,
.follower_modal figure{
	display: block;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
  margin-bottom: 0 !important;
}

.quality_modal figure img,
.follower_modal figure img{
	width: 100%;
}

.quality_modal_content a,
.follower_modal_content a{
	position: absolute;
	top: 20px; right: 20px;
	width: 35px; height: 35px;
}

.quality_modal_content a span,
.follower_modal_content a span{
	width: 100%; height: 4px;
	background-color: var(--main-color);
	position: absolute;
	top: 50%; left: 50%;
}

.quality_modal_content a span:nth-of-type(1),
.follower_modal_content a span:nth-of-type(1){
	transform: translate(-50%,-50%) rotate(45deg);
}

.quality_modal_content a span:nth-of-type(2),
.follower_modal_content a span:nth-of-type(2){
	transform: translate(-50%,-50%) rotate(-45deg);
}


@media screen and (max-width: 1000px){
	.quality_modal_content,
  .follower_modal_content{
		width: 90%;
	}
}


@media screen and (max-width: 767px){
	.quality_modal_content,
  .follower_modal_content{
		height: 65vh;
		width: 95%;
	}
	
	.check_quality_btn span,
  .follower_quality_btn span{
		font-size: 13px;
		word-break: keep-all;
	}
	
	.check_quality_btn span strong,
  .follower_quality_btn span strong{
		font-size: inherit;
	}
	
	.check_quality_btn em{
		width: 8px; height: 8px;
	}
	
}


/* 240731 ìŠ¤íƒ€ì¼ ì¶”ê°€ */
.blog02 .row{
    /* width: 100%; */
}
.iframe-box{
    margin-top: 55px;

}

.iframe-box iframe{
    width: 100%;
    min-height: 100vh;
    overflow: auto;
}


/* 240801 ìŠ¤íƒ€ì¼ ì¶”ê°€ */
@media screen and (max-width: 991.98px){
  .iframe-box{
    margin-top: 0;
  }

}

@media screen and (max-width: 767px){
  
  .blog02 .row>*{
    padding: 0 !important;
    }

    .auth_body .inner-top-banner.blog02{
      padding-top: 80px !important;

    }
}


@media screen and (max-width: 400px){
  .blog-wrap .blog-title{
    width: 75%;
  }

}


/* 240820 ëª¨ë°”ì¼ í—¤ë” ë¡œê·¸ì¸ë²„íŠ¼ ì¶”ê°€ */
.mobile-box{ display: none; }

@media screen and (max-width: 1400px){
	.mobile-box{ 
		display: flex;
		gap: 20px;
		align-items: center;
	}
	
	body.auth .mobile-box .login-box{
		display: none;
	}
	
	.mobile-box .login-box a{
		font-size: 18px;
		display: inline-block;
		padding: 8px 35px;
		background-color: var(--main-color);
		color: #fff;
		border-radius: 50px;
		font-weight: 600;
	}
}


@media screen and (max-width: 767px){
	.mobile-box .login-box a{
		 font-size: 15px;
		padding: 6px 30px;
	}
	
	.modal.show .modal-dialog{
		width: 90%;
		margin: 0 !important;
	}
	
	.modal-body{
		width: 100%;
		padding: 50px 30px;
	}
	
	.modal-title{
		width: 200px;
	}
	
	.modal-body p:nth-of-type(1){
		margin-top: 15px;
		font-size: 14px;
	}
}




/* ì£¼ë¬¸ë§í¬ë”ë³´ê¸° ë²„íŠ¼ ì¶”ê°€ */
#order_link label{
  display: flex;
  align-items: center;
  gap: 10px;
}

#order_link label a{
  font-size: 14px;
  background-color: var(--sub-2);
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
  letter-spacing: -0.8px;
  border-radius: 3px;
}

@media screen and (max-width: 767px ){
  #order_link label a{
    font-size: 12px;
    padding: 2px 6px;
  }
}


.fields .panel-body img{
	width: 100%;
}

.before-after{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    border-radius: 15px;
    overflow: hidden;
}


/*ë¹„í¬ ì• í”„í„° ìŠ¤íƒ€ì¼ ì¶”ê°€*/
.before_after_box{
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;

}

.before_after_box img{
  width: 50% !important;

}


@media screen and (max-width: 767px){
  .before_after_box{
    flex-wrap: wrap;
  }

  .before_after_box img{
    width: 100% !important;
  }

}


.banner-slide-box{
  margin-bottom: 1.5rem;
  position: relative;
}

.banner-slide-box .slick-dots{
  position: absolute;
  bottom: 1px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.banner-slide-box .slick-dots li button{
  font-size: 0;
  text-indent: -9999px;
  outline: none;
  border: 0;
  width: 10px; height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: 0.4s;
}

.banner-slide-box .slick-dots li.slick-active button{
  opacity: 1;
}

.banner-slide-box .main-banner-slide{}

.banner-slide-box .banner-slide-item{}

.banner-slide-box .banner-slide-item a{
  display: block;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.banner-slide-box .banner-slide-item a img{
  width: 100%;
}

.line-banner-sec{
  display: none !important;
}







/* 240903 íŒì—…ì¶”ê°€ */
.follower_modal_content{
  width: 582px;
}

@media screen and (max-width: 767px){
  .follower_modal_content{
    width: 300px;
    height: 410px;
  }
}


/* 240905 ë””ìžì¸ì¶”ê°€ */
#signup .container{
  margin: 30px auto;
}

#signup .event-banner-box{
  width: 500px; margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
}
#signup .event-banner-box img{
  width: 100%;
}

@media screen and (max-width: 500px){
  
  #signup .event-banner-box{
    width: 90%;

  }

  #signup .container {
      margin: 15px auto;
  }
}

/* 240912 ìŠ¤íƒ€ì¼ ì¶”ê°€ */
.product-rank-box{}

.product-rank-box .rank-list{
	list-style: none;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}

.product-rank-box .rank-list .rank{
	display: flex;
    flex-direction: row;
    align-items: center;
	gap: 10px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #dee2e6;
	height: auto;
    padding: 15px 40px;
    transition: 0.4s;
    position: relative;
	overflow: hidden;
	padding-left: 50px;
}

.product-rank-box .rank-list .rank:not(:last-of-type) {
    margin-bottom: 7px;
}

.product-rank-box .rank-list .rank.first::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 64px 64px 0 0;
	border-color: #f14d75 transparent transparent transparent;
	position: absolute;
	left: 0;
	top: 0;
}

.product-rank-box .rank-list .rank.first::after{
	content: "1ìœ„";
    color: white;
    position: absolute;
    left: 9px;
    top: 6px;
    font-size: 15px;
	font-weight: 700;
}

.product-rank-box .rank-list .rank.second::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 64px 64px 0 0;
	border-color: #ffb400 transparent transparent transparent;
	position: absolute;
	left: 0;
	top: 0;
}

.product-rank-box .rank-list .rank.second::after{
	content: "2ìœ„";
    color: white;
    position: absolute;
    left: 9px;
    top: 6px;
    font-size: 15px;
	font-weight: 700;
}

.product-rank-box .rank-list .rank.third::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 64px 64px 0 0;
	border-color: #009bdc transparent transparent transparent;
	position: absolute;
	left: 0;
	top: 0;
}

.product-rank-box .rank-list .rank.third::after{
	content: "3ìœ„";
    color: white;
    position: absolute;
    left: 9px;
    top: 6px;
    font-size: 15px;
	font-weight: 700;
}

.product-rank-box .rank-list .rank .icon{
	width: 30px;
}

.product-rank-box .rank-list .rank .icon img{
	width: 100%;
}

.product-rank-box .rank-list .rank .text{
	line-height: 1;
}

.product-rank-box .rank-list .rank .text .category{
	font-size: 13px;
	color: #999;
}

.product-rank-box .rank-list .rank .text .product-name{
	margin-bottom: 0 !important;
	font-size: 20px;
	font-weight: 700;
	margin-top: 3px;
}

.education-box.edu02{
	display: none;
}


@media screen and (max-width: 767px){
	.product-rank-box .rank-list .rank{
		gap: 5px;
		padding: 12px 30px;
		padding-left: 40px;
	}
	.product-rank-box .rank-list .rank .icon{
		width: 20px;
	}
	.product-rank-box .rank-list .rank .text .category{
		font-size: 11px;
	}
	.product-rank-box .rank-list .rank .text .product-name{
		font-size: 16px;
	}

	.product-rank-box .rank-list .rank.first::before ,
	.product-rank-box .rank-list .rank.second::before ,
	.product-rank-box .rank-list .rank.third::before {
		border-width: 54px 54px 0 0;
	}

	.product-rank-box .rank-list .rank.first::after,
	.product-rank-box .rank-list .rank.second::after,
	.product-rank-box .rank-list .rank.third::after{
		font-size: 13px;
	}
}


/* 240925 ìŠ¤íƒ€ì¼ ì¶”ê°€ */
.product_summary_list{
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  gap: 7px;
  margin-bottom: 0 !important;
}

.product_summary_list li{
  padding: 3px 10px;
  border-radius: 5px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.product_summary_list li *{
  font-size: 15px;
  font-weight: 600;
}

.product_summary_list li.start_time{
  color: #f76d6d;
  background-color: #ffdede;
}

.product_summary_list li.work_speed{
  background-color: #fff1bd;
  color: #ff950d;
}

.product_summary_list li.minimum_quantity,
.product_summary_list li.maximum_quantity{
  color: #446bc3;
  background-color: #d9e4ff;
}

.product_summary_list li.maximum_quantity{}

.product_summary_list li h5{
  margin-bottom: 0 !important;
}


@media screen and (max-width: 767px){
	.product_summary_list{
		flex-wrap: wrap;
	}
}


@media screen and (max-width: 550px){
	.product_summary_list li *{
		font-size: 13px;
	}
}

/* ë¶€ì í•©ì—…ì¢… ë¬¸êµ¬ ì¶”ê°€ */
.order-notice{
	margin-bottom: 0 !important;
	padding-left: 10px;
	position: relative;
	margin-top: 7px;
	font-size: 15px;
	color: #666;
	word-break: keep-all;
 }

 .order-notice::before{
	content: "*";
	color: var(--main-color);
	font-size: inherit;
	font-weight: 700;
	position: absolute;
	top: 0; left: 0;
 }

 .order-notice strong{
	font-weight: 700;
	color: var(--main-color);
	word-break: keep-all;
 }


 @media screen and (max-width: 767px){
	.order-notice{
		font-size: 13px;
		width: 300px;
	}

 }


 @media screen and (max-width: 460px){
	.order-notice{
		width: 100%;
		margin-top: 0;
	}

 }


 /* ê³µì§€ì‚¬í•­ ì¶”ê°€ - 241015 */
 





 

 .noticeContentsWrapper.not_rolling {
  display: none!important;
}

.noticeContentsWrapper.rolling {
  display: block!important
}

.noticeContentsWrapper.rolling.active,.noticeWrapper:hover .rolling {
  display: none!important
}

.noticeContentsWrapper.not_rolling.active,.noticeWrapper:hover .not_rolling {
  display: block!important
}

.noticeContentsContainer {
  display: flex;
  flex-direction: column;
  animation: 10s linear infinite scrollNotice
}

.noticeContents {
  animation: 10s linear infinite scrollNotice
}

.noticeContentsWrapper:hover .noticeContents {
  animation: initial
}

@keyframes scrollNotice {
  0%,100%,20% {
      transform: translateY(0)
  }

  25%,45% {
      transform: translateY(-100%)
  }

  50%,70% {
      transform: translateY(-200%)
  }

  75%,95% {
      transform: translateY(-300%)
  }
}


.noticeWrapper {
  margin: 0 0 20px;
  background-color: #f4f5f7;
  border-radius: 4px;
  padding: 0;
  height: 40px
}

.noticeWrapper .sectionContents {
  max-height: 100px;
  overflow-y: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f4f4f4;
  padding: 12px 22px;
  border-radius: 5px;
  line-height: 1.6
}


.noticeContentsWrapper {
  overflow: auto;
  border: 1px solid #ffddee;
  transition: padding .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.noticeContentsWrapper {
  position: relative;
  display: block !important;
  height: 40px;
  margin: 0 0 20px;
  padding: 0;
  /* border: none; */
  background-color: #fef4f9;
  overflow-y: hidden;
  border-radius: 5px;
}

.noticeContentsWrapper .noticeContents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
  padding: 10px 15px 10px 20px;
  font-size: 13px;
  border-bottom: .4px solid #ffddee;
  height: 40px;
  min-height: 41px;
  max-height: 100%;
  line-height: 1.2;
  cursor: pointer;
  transition: 0.3s;
}

.noticeContentsWrapper .noticeContents:last-child {
  border-bottom: none
}

.noticeContentsWrapper .noticeContents:hover {
  background: #ffe9f0
}

.noticeContentsWrapper .noticeContents b:nth-child(2) {
  font-weight: 500;
  padding-left: 0;
  margin-left: 0
}

.noticeContentsWrapper .noticeContents b{
  color: var(--main-color);
  font-weight: 500 !important;
}

.noticeContentsWrapper .noticeContents b.button {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 2px 6px!important;
  border-radius: 3px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5px
}

.noticeContentsWrapper b.success {
  background: #253858
}

.noticeContentsWrapper b.proceeding {
  background: #608aff
}

.noticeContentsWrapper b.operation {
  background: #ffa412
}

.noticeContentsWrapper p {
  font-size: 14px;
  line-height: 1.82;
  -webkit-user-select: none
}

.noticeContentsWrapper::after {
  display: block;
  content: "\e942";
  font-family: xeicon!important;
  position: absolute;
  top: 3px;
  right: 8px;
  font-size: 25px;
  color: var(--main-color);
  cursor: pointer
}

.noticeContentsWrapper:hover::after {
  transform: rotate(180deg)
}


@media screen and (max-width: 767px){
  .noticeContentsWrapper .noticeContents b:nth-child(2) {
    max-width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media screen and (max-width: 350px){
  .noticeContentsWrapper .noticeContents b:nth-child(2) {
    max-width: 35%;
  }
}


div.sec_head {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  height: 64px;
  align-items: center;
}

div.sec_head h3.title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #000;
}

a.forgot-password-custom {
  color: #444;
}

.notice_list > li:first-child {
  margin-top: 0;
}
.notice_list > li {
  margin-top: 8px;
}
.notice_list a {
  display: block;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
}

.mt-\[52px\] {
  margin-top: 52px;
}
.justify-between {
  justify-content: space-between;
}

.w-\[12px\] {
  width: 12px;
}

svg:not(:root) {
  overflow: hidden;
}

.ml-\[2px\] {
  margin-left: 2px;
}

.sec_bottom a {
  color: #222;
}
