/*--------------- reset --*/
:root {
  --main-color: #000000;
  --sub-color: #5c5c5c;
  --white-color: #ffffff;
  --border-color: #ccc;
  --point-gray: #4e4f55;
  --point-blue: #0070f0;
  --point-orange: #ff673c;
  --point-pink: #e60f91;
}

* {
  font-family: "Pretendard JP Variable", "Pretendard JP", Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue",
    "Segoe UI", "Hiragino Sans", "Apple SD Gothic Neo", Meiryo, "Noto Sans JP",
    "Noto Sans KR", "Malgun Gothic", Osaka, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

body {
  font-family: "Pretendard JP Variable", "Pretendard JP", Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue",
    "Segoe UI", "Hiragino Sans", "Apple SD Gothic Neo", Meiryo, "Noto Sans JP",
    "Noto Sans KR", "Malgun Gothic", Osaka, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}

/* 부트페이 시작*/
body.bootpay-open .bootpay-payment-background {
  z-index: 999999;
}

a {
  color: var(--main-color);
  text-decoration: none;
}

a:hover {
  color: var(--main-color) !important;
  text-decoration: none;
}

a.forgot-password-custom {
  color: var(--sub-color) !important;
}

input:focus {
  outline: none !important;
  border-color: initial; /* 기존 테두리 색상으로 복원 */
}

address {
  margin-bottom: 0 !important;
}

/*--------------- reset --*/

/*--------------- layout --*/

#footer {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 16px;
}

.footer_in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 0;
}

.footer_in p,
address,
strong {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400 !important;
  color: var(--main-color);
}

.footer_in ul li {
  float: left;
}

.footer_in ul li a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: var(--main-color);
}

.caution {
  border: 3px solid var(--main-color);
  border-radius: 8px;
  padding: 10px 20px;
  padding-bottom: 35px;
}

.caution h3 {
  font-size: 20px;
  margin: 20px auto;
  text-align: center;
  font-weight: 900;
}

.caution_list {
  margin-bottom: 13px;
}

.caution_list:last-child {
  margin-bottom: 0px;
}

.caution_example {
  font-size: 12px;
  font-weight: 300;
  color: #858585;
  padding-left: 10px;
  margin-bottom: 20px;
}

.event-banner-wrapper {
  position: relative;
  overflow: hidden;
}

.mo_unvisible {
  display: none;
}
.pc_unvisible.flex {
  display: flex;
}
.pc_unvisible {
  display: block;
}

#fields article .control-label {
  display: none;
}

#order-form div.form-group.select > span > span.selection > span {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  color: var(--sub-color);
  border-radius: 8px;
  padding: 16px 20px 16px 16px;
  width: 100%;
  transition: font 0.3s;
}

.select2-dropdown.dropdown-menu.select2-dropdown--below {
  border-radius: 8px;
  margin-top: 10px !important;
  border: 1px solid var(--main-color);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: var(--point-blue);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: var(--point-blue) transparent transparent transparent !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent var(--point-blue) transparent !important;
}

#service_description {
  width: 100%;
}

#fields .form-custom {
  height: 48px;
  padding: 22px 0 16px;
  padding-left: 10px;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 2px;
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 8px;
  background-color: transparent;
  font-weight: 700;
  border: 1px solid var(--border-color);
}

#dripfeed .form-group__label-title,
#dripfeed .control-label {
  line-height: 22px;
  font-weight: 400;
  font-size: 16px;
  color: var(--main-color);
}

.collapse {
  visibility: visible !important;
}

#fields textarea.form-custom {
  height: 100px;
}

.removeBtn {
  z-index: 2000;
  max-height: 36px;
}

#navbar {
  width: 100%;
}

.container-fluid {
  width: 100%;
}

.navbar-default {
  position: fixed;
  width: 100vw;
  top: 0;
  background-color: var(--white-color);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  height: 80px;
  display: flex;
  align-items: center;
  z-index: 3000;
}

.navbar-default .navbar-nav > li > a,
.navbar-nav .balanceVolume {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: var(--white-color);
  color: var(--main-color);
}

.addfundsBtn a:hover {
  color: var(--white-color) !important;
}

.login_pop.active {
  transform: translateX(0);
  width: 100vw;
  height: 100vh;
  background-color: #333333;
  position: fixed;
  z-index: 4000;
  transition: transform 0.25s;
  overflow-y: scroll;
  padding-bottom: 60px;
}

.login_pop {
  transform: translateX(-101%);
  transition: transform 0.25s;
  height: 0;
}

.login_pop .top {
  height: 64px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px;
  justify-content: space-between;
}

.login_pop .top a {
  width: 32px;
}
.login_pop .top div.close_login_pop {
  width: 36px;
  cursor: pointer;
}
.menu_pop.active {
  transform: translateX(0);
  width: 100vw;
  height: 100vh;
  background-color: #333333;
  position: fixed;
  z-index: 4000;
  transition: transform 0.25s;
  overflow-y: scroll;
  padding-bottom: 60px;
}

.menu_pop {
  transform: translateX(-101%);
  transition: transform 0.25s;
  height: 0;
}

.menu_pop .top {
  height: 64px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px;
  justify-content: space-between;
}

.menu_pop .top a {
  width: 32px;
}
.menu_pop .top div.close_menu_pop {
  width: 36px;
  cursor: pointer;
}

.menu_pop .menu_wrapper {
  padding: 0 16px;
  margin-top: 30px;
}

.menu_pop .menu_wrapper ul {
  display: grid;
  grid-gap: 40px;
}

.menu_pop .menu_wrapper ul li a {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 900;
}

.menu_pop .CS_wrapper {
  padding: 0 16px;
  border-top: 1px solid #ebebeb;
  margin-top: 48px;
}

.menu_pop .CS_wrapper .sec_head .title {
  color: var(--white-color) !important;
}

.menu_pop .CS_wrapper .CS_section {
  background-color: #4cc764;
  padding: 18px;
  color: var(--white-color);
  font-weight: 700;
  border-radius: 8px;
}

.navbar-brand {
  padding: 0 !important;
}

.navbar-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0px !important;
}

.btn-xs {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 100%;
  min-height: 36px;
  cursor: pointer;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.btn-xs.filled {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: var(--white-color);
  font-weight: 700;
}

.btn-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 100%;
  min-height: 36px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.auth-wrapper .btn-sm {
  width: 70px;
}

.auth-wrapper .btn-sm span {
  font-size: 12px;
}

.btn-sm.active {
  border: 2px solid #000;
}

.btn-sm span {
  line-height: 22px;
  color: var(--sub-color);
  font-weight: 500;
  font-size: 16px;
}

.btn-sm.active span {
  color: var(--main-color);
  font-weight: 700;
}

.login_wrapper {
  padding: 0 15px;
  color: var(--white-color) !important;
}
.login_wrapper a,
.login_wrapper h3,
.login_wrapper label {
  color: var(--white-color) !important;
}

.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;
}

.notice_list a span {
  line-height: 22px;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
}

.container-fluid:before,
.container-fluid:after,
.navbar:before,
.navbar:after {
  display: none !important;
}

.select-custom {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  color: var(--sub-color);
  border-radius: 8px;
  padding: 16px 20px 16px 16px;
  width: 100%;
  transition: font 0.3s;
  height: 60px;
}

.navbar-brand {
  width: 140px !important;
}

.inner-wrap.paymentHistory {
}

.inner-wrap.paymentHistory div.paymentHead {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 5px;
}

.inner-wrap.paymentHistory div.paymentHead > span {
  text-align: center;
  font-size: 12px;
}

.inner-wrap.paymentHistory .paymentList .paymentBody .paymentRow {
  margin-top: 10px;
}

.inner-wrap.paymentHistory .paymentList .paymentBody .paymentRow > span {
  text-align: center;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.payment-date {
  position: relative;
  float: left;
  color: #858585;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  font-style: normal;
  font-weight: 300;
}

.wrapper.addfunds .right-col {
  padding-left: 15px;
}

.pointWrapper {
  height: 48px;
  display: flex;
  align-items: start;
}

.amount_of_point {
  font-weight: 900;
  font-size: 12px;
}

.modal-footer {
  border-top: none;
}

.fade.in {
  opacity: 1;
  display: flex !important;
  align-items: center;
}

.payRequestContainer .payRequestBody .payinfo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.payRequestContainer .payRequestBody .payinfo:last-child {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
}

.payRequestContainer .payRequestBody .payinfo .data div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  padding: 0px 20px;
}

.accod_list {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.accod_list .accod_wrap {
  display: block;
  width: 100%;
  padding: 20px 20px 20px 24px;
  border-bottom: 1px solid var(--border-color);
}
.accod_list .accod_wrap:last-child {
  border-bottom: none;
}
.accod_list .accod_wrap h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.tab-contents.target {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.tab-contents.target .inner-wrap {
  display: block;
  width: 100%;
  padding: 20px 40px 20px 24px;
  border-bottom: 1px solid var(--border-color);
}

.tab-contents.target .inner-wrap:last-child {
  border-bottom: none;
}

.tab-contents.target .title div {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

.tab-contents.target .inner-wrap .desc {
  color: var(--sub-color);
}

/*--------------- layout --*/

/*--------------- swiper JS custom --*/
.orders-filter .swiper-wrapper {
  height: 100%;
}
.swiper-wrapper.tabs {
  height: 100% !important;
}
.swiper-wrapper {
  height: 100%;
}

.swiper-slide.tab-list {
  aspect-ratio: unset !important;
}
.swiper-slide {
  width: 100%;
  aspect-ratio: 1;
}

ul.review_list .swiper-slide {
  aspect-ratio: unset !important;
  height: 61px;
}

.swiper-pagination-bullet-active {
  background-color: var(--main-color) !important;
}

ul.modal-wrapper > .modal-list svg.modal-on-svg {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
}

.inner-wrap.modal-list {
  padding: 15px 25px 15px;
  cursor: pointer;
}

.inner-wrap.modal-list li.modal-subject h3 {
  font-weight: 700;
  line-height: 32px;
}

ul.modal-wrapper div.inner-wrap.modal-list div.prd_wrapper {
  margin-top: 20px;
}

ul.modal-wrapper div.inner-wrap.modal-list div.prd_wrapper > span {
  font-size: 11px;
  padding: 2px 4px;
  border: 1px solid var(--point-blue);
  color: var(--white-color);
  border-radius: 2px;
  font-weight: 500;
  background: var(--point-blue);
}

.alert-success {
  border: 2px solid var(--main-color) !important;
  background-color: var(--white-color) !important;
  color: var(--main-color) !important;
}

/*--------------- swiper JS custom --*/

/*--------------- signin page --*/
.line_logo {
  width: 50px !important;
  height: 50px !important;
}

.wrapper {
  display: flex;
}

.content .left-col {
  width: 100%;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.content .right-col {
  position: relative;
  overflow: hidden;
  padding: 30px 15px 160px 64px;
  width: 100%;
  z-index: 10;
  background: var(--white-color);
  border-left: 1px solid var(--border-color);
}

.service_plate {
  padding-top: 16px;
  flex-direction: column;
  width: 100%;
}

.service_plate .section_info h2 {
  margin-top: 2px;
  font-weight: 600;
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;
  transition: font-size 500ms;
}

.service_plate .section_info p {
  margin-bottom: 16px !important;
  font-size: 16px;
  font-weight: 400;
  color: var(--main-color);
  display: flex;
  align-items: center;
  transition: font 0.3s, margin 0.3s;
}

.service_plate.first .section_info p {
  margin-top: 16px;
  padding-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  color: var(--main-color);
  display: flex;
  align-items: center;
  transition: font 0.3s, margin 0.3s;
  border-top: 1px solid var(--border-color);
}

.paymentMethods.card .section_info {
  margin-bottom: 0px;
}

.paymentMethods .point .section_info {
  margin-bottom: 0px;
}

.paymentMethods .section_info,
.paymentMethods .point.info .section_info {
  position: relative;
  margin-bottom: 20px;
}

.section_desc {
  display: flex;
  align-items: center;
}

.section_info p::before {
  content: attr(data-number);
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: var(--main-color);
  background-color: var(--white-color);
  border: 1px solid var(--main-color);
  border-radius: 15px;
  padding: 1px 10px;
  margin-right: 8px;
  margin-top: 2px;
}

.service_plate .section_info p span {
  line-height: 22px;
  font-weight: 400;
  font-size: 16px;
}

.service_plate .service_list {
  width: 100%;
}

.service_plate .service_list li {
}

.service_plate .service_list li a {
  font-weight: 400;
  white-space: nowrap;
  color: var(--sub-color);
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  position: relative;
  transition: color 0.3s, font 0.3s, border 0.3s;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.service_plate .service_list li .category-wrapper {
  width: 56px;
  height: 56px;
  display: block;
  border: 1px solid #ededed;
  border-radius: 24px;
  height: auto;
  aspect-ratio: 1;
  margin-bottom: 4px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  transition: border-radius 0.3s, border-color 0.3s, background 0.3s, width 0.3s,
    height 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_plate .service_list li .category-wrapper.active {
  border: 2px solid var(--point-blue);
  background-color: #4090ff14;
}

.service_plate .service_list li .category-wrapper img {
  width: 32px;
  aspect-ratio: 1;
  height: 32px;
}

.service_plate .service_list li div.service_name {
  font-size: 12px;
}

.service_plate ul.tab-body.inner-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
  transition: border 0.3s, background 0.3s, padding 0.3s;
  width: 100%;
}

.service_plate ul.tab-body.inner-wrap li {
  font-weight: 400;
  display: flex;
  align-items: center;
  background-color: var(--white-color);
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 12px 16px;
  height: 60px;
  color: var(--sub-color);
  cursor: pointer;
  word-break: keep-all;
  position: relative;
  transition: font 0.3s, border 0.3s, color 0.3s, background 0.3s;
}

.service_plate ul.tab-body.inner-wrap li.on {
  font-weight: 500;
  color: var(--main-color);
  border-color: var(--point-blue);
  background-color: #4090ff14;
}

/*--------------- signin page --*/

/*--------------- component --*/

.default-btn {
  height: 56px;
  padding: 17px 4px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 8px;
  display: block;
  text-align: center;
  background-color: var(--main-color);
  width: 100%;
  margin: 20px 0;
  margin-top: 40px;
}

.default-btn:hover {
  background-color: var(--sub-color);
}

.default-btn > span {
  color: var(--white-color);
  font-weight: 700;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

div.box_top_title {
  margin-top: 64px;
  margin-bottom: 58px;
  font-weight: 600;
}

div.box_top_title h1 {
  font-size: 34px;
  line-height: 44px;
  text-align: center;
  font-weight: 900;
}

.blogPost div.box_top_title h1 {
  padding: 0 16px;
  font-size: 30px;
}

.event .sec_head {
  display: block !important;
  height: auto;
}

.event .sec_head h3.title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.event .sec_head p.desc {
  margin-top: 12px !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.event .sec_head p.desc.example {
  color: #5c5c5c;
  line-height: 26px;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  border-top: 1px solid var(--border-color);
  padding-top: 30px;
  margin-top: 30px !important;
}

.event .sec_head .list_wrapper {
  margin-top: 12px !important;
}

.event .sec_head .bul_list_wrapper {
  margin-top: 12px !important;
  position: relative;
  list-style: none;
}
.event .sec_head .bul_list_wrapper li {
  color: #5c5c5c;
  line-height: 26px;
  padding-left: 9px;
  font-weight: 500;
  position: relative;
  font-size: 16px;
}
.event .sec_head .bul_list_wrapper li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 1px;
  width: 2px;
  height: 2px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
}
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: var(--main-color);
}

div.sec_bottom {
  display: flex;
  display: -ms-flexbox;
  height: 48px;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

div.sec_bottom span {
  color: var(--sub-color);
}

.form-group {
  margin-bottom: 0;
  margin-top: 20px;
}

.form-group label {
  color: var(--sub-color);
  font-size: 12px;
  line-height: 16px;
}

.form-group label .section_info .section_desc span {
  font-size: 14px;
  color: #333333;
}

.form-group input.form-custom {
  height: 48px;
  padding: 22px 0 16px;
  padding-left: 10px;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 2px;
  position: relative;
  z-index: 3;
  width: 100%;
  background-color: transparent;
  font-weight: 700;
  border: 0;
  border-bottom: 1px solid var(--border-color);
}

.form-group input.form-custom:focus {
  border-bottom: 1px solid var(--main-color);
}

.form-group .radio,
.checkbox {
  display: flex;
  align-items: center;
}

div.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20000;
}

div.modal-container > .inner {
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100vw - 20px);
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 5px 9px #00000029;
  padding: 30px 30px;
}

div.modal-container > .inner > h3.subject {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

div.modal-container > .inner > div.content {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  background-color: #ffffff;
  min-height: 50px;
  overflow-y: auto;
  max-height: 60vh;
  margin: 0 0 20px;
}

div.modal-container > .inner > div.content > span.img-wrap {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.submitBtn {
  appearance: none;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  background: var(--main-color) !important;
  color: #ffffff;
  z-index: 1;
  box-shadow: none;
}

ul.tab-contents {
  margin-top: 15px;
}

ul.tab-contents > div.inner-wrap {
  display: none;
  margin-bottom: 15px;
}

ul.tab-contents > div.inner-wrap.active {
  display: block;
}

ul.tab-contents .inner-wrap li.tab-content > div.question > h3 {
  height: 50px;
}

ul.tab-contents .inner-wrap li.tab-content > div.question > h3 > div {
  font-size: 14px;
  color: #333333;
}

li.tab-content > div.descWrapper > p {
  display: none;
}

ul.tab-contents .inner-wrap.open li.tab-content > div.descWrapper > p {
  display: block;
}

ul.tab-contents .inner-wrap svg.plus,
ul.tab-contents .inner-wrap svg.minus {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
}

ul.tab-contents .inner-wrap svg.plus {
  display: block;
}

ul.tab-contents .inner-wrap svg.minus {
  display: none;
}

ul.tab-contents .inner-wrap.open svg.plus {
  display: none;
}

ul.tab-contents .inner-wrap.open svg.minus {
  display: block;
}

ul.tab-contents > div.inner-wrap > li.tab-content > div.descWrapper > p {
  font-size: 12px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.btn-xs.filled:hover,
.btn-xs.filled:focus {
  background-color: var(--main-color);
  color: var(--white-color) !important;
}

ul.swiper-wrapper > li.tab-list.swiper-slide.active {
  border: 1px solid var(--main-color);
  color: var(--white-color);
  background: var(--main-color);
  font-weight: 700;
}

ul.swiper-wrapper > li.tab-list.swiper-slide {
  align-items: center;
  text-align: center;
  cursor: pointer;
  display: flex;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 6px 12px;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 18px;
  opacity: 1;
  border: 1px solid rgb(224, 224, 224);
  margin-right: 8px;
  margin-bottom: 8px;
  line-height: 24px;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: fit-content !important;
}
/*--------------- component --*/

/*--------------- terms&privacypolicy --*/
.container.terms section.inner-wrap > ol > li {
  margin-bottom: 30px;
}
.container.terms section.inner-wrap > ol > li > ol,
.container.terms section.inner-wrap > ol > li > ul {
  padding-left: 10px;
  margin: 5px 0 0;
  line-height: 1.3;
  font-weight: 300;
}
.container.terms section.inner-wrap > div > div > h4:first-child {
  margin-top: 0px;
}
.container.terms section.inner-wrap > div > div > h4 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 5px;
}
/*--------------- terms&privacypolicy --*/

/*--------------- addfunds --*/

.left-col.addfunds section.paymentMethods div .btnBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
  margin-bottom: 60px;
}

.left-col.addfunds section.paymentMethods div .btnBox .addfunds-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}

.left-col.addfunds
  section.paymentMethods
  div
  .btnBox
  .addfunds-button
  .normal-img {
  display: block;
}

.left-col.addfunds
  section.paymentMethods
  div
  .btnBox
  .addfunds-button:hover
  .normal-img,
.left-col.addfunds
  section.paymentMethods
  div
  .btnBox
  .addfunds-button.active
  .normal-img {
  display: none;
}

.left-col.addfunds
  section.paymentMethods
  div
  .btnBox
  .addfunds-button
  .hover-img {
  display: none;
}

.left-col.addfunds
  section.paymentMethods
  div
  .btnBox
  .addfunds-button:hover
  .hover-img,
.left-col.addfunds
  section.paymentMethods
  div
  .btnBox
  .addfunds-button.active
  .hover-img {
  display: block;
}

.left-col.addfunds
  section.paymentMethods
  div
  .btnBox
  .addfunds-button:hover
  div.button-title {
  color: #333333;
}

.left-col.addfunds > section > div.inner-wrap > div.pointBtns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  margin-top: 30px;
}

.left-col.addfunds > section > div.inner-wrap > div.pointBtns > .smBtn {
  padding: 9px 8px;
  text-align: center;
  color: var(--main-color);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  font-size: 12px;
}

.left-col.addfunds > section > div.inner-wrap > div.pointBtns > .smBtn:hover {
  color: var(--white-color);
  background: var(--main-color);
}

.left-col.addfunds > section > div.inner-wrap div.taxBtns > .smBtn {
  padding: 9px 8px;
  text-align: center;
  color: var(--main-color);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  font-weight: 700;
}

.left-col.addfunds > section > div.inner-wrap div.taxBtns > .smBtn.active {
  color: #ffffff;
  background-color: var(--main-color);
}

.left-col.addfunds > section > div.inner-wrap .businessInfos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.left-col.addfunds > section > div.inner-wrap .businessInfos #taxEmail {
  grid-column: 1 / -1;
}

.left-col.addfunds > section > div.inner-wrap .form-group.point .infoRow {
  display: flex;
  align-items: center;
}

.left-col.addfunds
  section.paymentMethods.account
  div.inner-wrap
  .form-group.account.businessInfos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.left-col.addfunds
  section.paymentMethods.account
  div.inner-wrap
  > .form-group.account.tax
  > div.taxBtns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
}

.left-col.addfunds section.paymentMethods.card .form-group.account,
.left-col.addfunds section.paymentMethods.card .inner-wrap.account {
  display: none !important;
}

.left-col.addfunds section.paymentMethods.account .form-group.account,
.left-col.addfunds section.paymentMethods.account .inner-wrap.account {
  display: block;
}
.badge-custom {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: var(--main-color);
  background-color: var(--white-color);
  border: 1px solid var(--main-color);
  border-radius: 15px;
  padding: 1px 10px;
  margin-right: 8px;
  margin-top: 2px;
}

.orderText.payment-item,
.copyLink.payment-item {
  font-weight: 300;
}

.payment-item {
  text-align: left;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.wrapper.addfunds {
  flex-direction: column;
}

/*--------------- addfunds --*/

/*--------------- orders --*/
.inner-wrap.order-content {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  padding: 16px 24px;
  border-radius: 24px;
}

/*--------------- orders --*/

/*--------------- responsive design --*/

@media (min-width: 640px) {
  .service_plate .service_list li .category-wrapper {
    width: 72px;
    height: 72px;
  }
  .service_plate .service_list li .category-wrapper img {
    width: 40px;
    height: 40px;
  }
  .service_plate.first .section_info p {
    border-top: none !important;
  }
  .service_plate .service_list li div.service_name {
    font-size: 14px;
  }
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 767px) {
  .container {
    max-width: 100% !important;
  }
  .navbar-custom {
    float: unset !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .navbar-collapsed-before .navbar-custom {
    width: 100% !important;
    margin: 0 auto;
  }
  .navbar-toggle {
    margin-right: 0 !important;
  }
  .container-fluid {
    display: flex;
    justify-content: space-between;
  }
  #navbar {
    width: auto !important;
  }
  .container.terms section.inner-wrap > ol > li > ol,
  .container.terms section.inner-wrap > ol > li > ul,
  .container.terms section.inner-wrap > div > div > div {
    padding-left: 30px;
  }
  div.modal-container > .inner,
  div.modal-container.review > .inner {
    max-width: 550px;
  }
  .login_pop .top,
  .login_wrapper {
    width: 500px;
    margin: 0 auto;
  }
  .navbar-default {
    padding-right: 15px;
  }
  .container > .navbar-custom {
    padding: 0 15px;
  }
  .left-col.addfunds > section > div.inner-wrap > div.pointBtns > .smBtn {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .menu.target {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .menu {
    display: none;
  }
}

@media (min-width: 1200px) {
  .swiper-wrapper {
    height: 392px;
  }
  .swiper-container.review .swiper-wrapper {
    height: fit-content !important;
  }
  .swiper-container.review .swiper-wrapper .swiper-slide {
    aspect-ratio: unset !important;
  }

  .container {
    width: 1200px !important;
    margin: 0 auto !important;
  }
  .container-fluid {
    width: 1200px;
  }
  .wrapper.addfunds {
    flex-direction: row;
  }
  .wrapper.addfunds .left-col {
    width: 600px !important;
  }
  .wrapper.addfunds .right-col {
    width: 600px !important;
  }
  .wrapper.addfunds .right-col {
    padding-left: 30px;
  }
  .content .right-col {
    padding: 30px 0 160px 64px;
    width: 343px;
  }
  .amount_of_point {
    font-weight: 900;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .sec_head.pc_unvisible {
    display: none !important;
  }
  .mo_unvisible.flex {
    display: flex;
  }
  .mo_unvisible {
    display: block;
  }
  .pc_unvisible {
    display: none;
  }
  .event-banner-wrapper {
    padding-bottom: 30px;
  }
  .content .left-col {
    width: 855px;
    padding-top: 64px;
    margin: 0;
    padding-right: 38px;
  }
  .service_plate.first {
    padding-top: 64px;
  }
  .service_plate {
    padding-top: 36px;
    display: flex;
    display: -ms-flexbox;
    width: 780px;
    justify-content: space-between;
    flex-direction: row;
  }
  .service_plate .section_info p {
    margin-top: 8px;
  }
  .service_plate .service_list {
    width: 460px;
  }
  .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
  }
  .service_plate .section_info h2 {
    font-size: 40px;
  }
  .service_plate ul.tab-body.inner-wrap {
    width: 460px;
  }
  .select2-container {
    width: 460px !important;
  }
  #service_description {
    width: 460px !important;
  }
  #fields .form-custom,
  .form-group input.form-custom {
    width: 460px;
  }
  .paymentMethods #fields .form-custom,
  .form-group input.form-custom {
    width: 100%;
  }
  .paymentMethods .smBtn {
    z-index: 2000;
  }
  #dripfeed {
    width: 780px;
  }
  #dripfeed .form-group:first-child {
    margin-top: 0px;
  }
  #dripfeed .form-group {
    display: flex;
    flex-direction: column;
  }
  #dripfeed #order_check {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .content .left-col {
    padding-top: 30px;
  }
  .select-custom {
    width: 460px;
  }
  .mo_unvisible.nav.navbar-nav {
    display: flex !important;
  }
}

/*--------------- responsive design --*/
