:root {
  --size-hd: 9rem;
  --pd-sc: 8rem;
  --size-hd-sticky: 7rem;
  --color-pri: #0F0F0F;
  --color-second: #C75D00;
  --rewidth: calc((100vw - 120rem)/2);
  --recont: calc(100vw - (100vw - 120rem)/2); }
  @media (max-width: 1200px) {
    :root {
      --pd-sc: 4rem;
      --size-hd: 7rem; } }
  @media (max-width: 1230px) {
    :root {
      --rewidth: 1.5rem; } }
  @media (max-width: 1240px) {
    :root {
      --recont: calc(100%); } }

.select2-container {
  height: 4.4rem;
  background-color: transparent;
  border-radius: 6px; }

.select2.select2-container {
  width: 100% !important; }

.selection {
  width: 100%; }

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0.8rem;
  color: #ffffff;
  height: 4.4rem;
  background-color: transparent;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  border: 1px solid transparent;
  color: #5B5B5C;
  font-size: 1.4rem;
  font-weight: 400;
  display: inline !important;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%; }

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  padding-left: 1.4rem; }

.select2-container .select2-dropdown {
  background: transparent;
  border: none; }

.select2-container .select2-dropdown .select2-search {
  padding: 0; }

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: none;
  border-bottom: none !important;
  padding: 4px 6px !important;
  background-color: #000000;
  color: #000000; }

.select2-container .select2-dropdown .select2-results ul {
  background: #ffffff;
  color: #000000;
  border: 1px solid #E8E6E1;
  border-radius: 0.8rem; }

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #00A6E8;
  font-size: 1.4rem; }

.select2-container--default .select2-results__option--selected {
  background-color: #e6eeed;
  color: #000000;
  font-size: 1.4rem; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  border-color: #000 transparent transparent transparent; }

.select2-search.select2-search--dropdown {
  display: none !important; }

.select2-results__option {
  font-size: 1.4rem; }

.select2-results {
  display: block;
  border-radius: 6px !important;
  overflow: hidden;
  border: 0.1rem solid white; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 0.8rem !important;
  border-color: var(--color-pri); }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.4rem;
  font-weight: 700;
  color: #5B5B5C;
  padding-right: 3rem; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #C9C9C9; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -1.2rem; }

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  font-size: 1.4rem; }

.dateTime,
.dateTime2 {
  position: relative;
  height: 4.4rem;
  z-index: 2;
  border-radius: 100rem; }
  .dateTime img,
  .dateTime2 img {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    border-radius: unset; }

.dateTimeItem {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit; }

.dateTimeText {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  background-color: transparent;
  z-index: 2;
  font-size: 1.6rem;
  color: #64748B; }
  .dateTimeText.disable {
    opacity: 0;
    visibility: hidden; }

.dateTimeInput {
  padding: 0.8rem 1.4rem;
  background-color: transparent;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  border-radius: inherit;
  background-color: #ffffff; }

.c-pri {
  color: #0F0F0F; }

.c-second {
  color: #C75D00; }

.c-third {
  color: #EC1C24; }

.c-white {
  color: white; }

.c-black {
  color: #000000; }

.c-txt {
  color: #121110; }

.c-txt-s {
  color: #000000; }

.bc-pri {
  background-color: #0F0F0F; }

.bc-second {
  background-color: #C75D00; }

.bc-third {
  background-color: #EC1C24; }

.over-hd {
  overflow: hidden; }

.z-i-1 {
  z-index: 1; }

.z-i-2 {
  z-index: 2; }

.z-i-3 {
  z-index: 3; }

.z-i-4 {
  z-index: 4; }

.z-i-5 {
  z-index: 5; }

.m-mid {
  margin: 0 auto; }

.m-end {
  margin-left: auto; }

.m-top {
  margin-top: 2.4rem; }

.m-start {
  margin-right: auto; }

.f-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.f-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.lg-thumb-outer.lg-grab {
  display: none; }

.lg-download,
.lg-autoplay-button,
.lg-fullscreen,
#lg-zoom-in,
#lg-zoom-out,
#lg-actual-size,
#lg-share,
.lg-flip-ver,
.lg-flip-hor,
.lg-rotate-left,
.lg-rotate-right {
  display: none; }

.tabPanel {
  display: none; }

.tabBtn {
  cursor: pointer; }

.slider {
  position: relative; }

.relative {
  position: relative; }

.hv-bd {
  position: relative; }
  .hv-bd::before {
    position: absolute;
    z-index: 0;
    content: "";
    left: 0.8rem;
    top: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    border: 0.1rem solid white;
    z-index: 1;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    border-radius: 1rem; }
  .hv-bd img {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  @media screen and (min-width: 1025px) {
    .hv-bd:hover::before {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .hv-bd:hover img {
      -webkit-transform: translate(-50%, -50%) scale(1.05);
      transform: translate(-50%, -50%) scale(1.05); } }

.gItem {
  cursor: pointer; }

.parallaxJS img {
  position: relative; }

@media screen and (min-width: 1200px) {
  .hidden-desk {
    display: none !important; } }

@media screen and (max-width: 1199px) {
  .hidden-mobile {
    display: none !important; } }

.full {
  width: 100%; }

.calendar-table td {
  width: 3.2rem !important;
  height: 3.2rem !important;
  border: 0.4rem solid white !important;
  border-radius: 1.2rem !important; }

.calendar-table td.today {
  background: #DFE4EA;
  color: var(--color-pri); }

.calendar-table td.active {
  background: #00A6E8;
  color: white; }
  @media screen and (min-width: 1025px) {
    .calendar-table td.active:hover {
      background: var(--color-pri); } }

.calendar-table th.next {
  background: #DFE4EA;
  width: 3.2rem !important;
  height: 3.2rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .calendar-table th.next span {
    -webkit-transform: none !important;
    transform: none !important;
    border: none !important; }
    .calendar-table th.next span::after {
      content: "\f054";
      font-family: "Font Awesome 6 Pro";
      color: var(--color-pri); }

.calendar-table th.prev {
  background: #DFE4EA;
  width: 3.2rem !important;
  height: 3.2rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .calendar-table th.prev span {
    -webkit-transform: none !important;
    transform: none !important;
    border: none !important; }
    .calendar-table th.prev span::after {
      content: "\f053";
      font-family: "Font Awesome 6 Pro";
      color: var(--color-pri); }

.daterangepicker {
  border: none;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
  border-radius: 1rem; }
  .daterangepicker::before, .daterangepicker::after {
    content: none; }

.star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .star-flex {
    gap: 0.3rem; }
  .star .star-list {
    height: unset; }
  .star .star-empty i {
    color: #dedede;
    font-size: 1.4rem; }
  .star .star-filter i {
    color: #FFC107;
    font-size: 1.4rem; }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem; }
  .rating .stars {
    cursor: pointer; }
    .rating .stars i {
      color: #FCC21F; }
    .rating .stars.active i {
      color: #FCC21F;
      font-weight: 900; }
  .rating .star {
    width: 2rem;
    height: 2rem;
    background: gray;
    display: block; }

.form-checker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-weight: 500; }
  .form-checker input {
    display: none; }
  .form-checker .sqr,
  .form-checker .circle {
    width: 2rem;
    height: 2rem;
    display: block;
    background-image: url("../assets/images/check-empty.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0.2rem; }
  .form-checker .circle {
    background-image: url("../assets/images/radio-empty.svg"); }
  .form-checker input:checked ~ .sqr {
    background-image: url("../assets/images/check-fill.svg"); }
  .form-checker input:checked ~ .circle {
    background-image: url("../assets/images/radio-fill.svg"); }

.form {
  --height: 4.4rem;
  --bdr: 0.8rem;
  --bdcl: var(--color-text); }
  .form-list {
    --cg: 2.4rem;
    --rg: 2.4rem; }
    @media screen and (max-width: 1200px) {
      .form-list {
        --cg: 1.2rem;
        --rg: 1.2rem; } }
  .form-ip {
    margin-bottom: 1.6rem; }
    .form-ip .text {
      display: block;
      margin-bottom: 1rem;
      color: #403E3A;
      font-weight: 500; }
      .form-ip .text .red {
        color: #121110;
        font-weight: 400; }
    .form-ip .input {
      position: relative; }
      .form-ip .input .seepassJS {
        position: absolute;
        right: 1rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #dedede;
        cursor: pointer; }
    .form-ip input,
    .form-ip textarea {
      border: 0.1rem solid #E8E6E1;
      border-radius: 0.8rem;
      outline: none;
      padding: 1.1rem 1.6rem;
      width: 100%;
      background-color: transparent;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      font-size: 1.6rem;
      height: 4.4rem; }
      .form-ip input.placeholder,
      .form-ip textarea.placeholder {
        color: #ABA8A1; }
      .form-ip input:-moz-placeholder,
      .form-ip textarea:-moz-placeholder {
        color: #ABA8A1; }
      .form-ip input::-moz-placeholder,
      .form-ip textarea::-moz-placeholder {
        color: #ABA8A1; }
      .form-ip input:-ms-input-placeholder,
      .form-ip textarea:-ms-input-placeholder {
        color: #ABA8A1; }
      .form-ip input::-webkit-input-placeholder,
      .form-ip textarea::-webkit-input-placeholder {
        color: #ABA8A1; }
      .form-ip input:focus,
      .form-ip textarea:focus {
        border-color: #00A6E8; }
    .form-ip textarea {
      min-height: 8.4rem; }
    .form-ip.per5 {
      width: 50%; }
      @media screen and (max-width: 500px) {
        .form-ip.per5 {
          width: 100%; } }
    .form-ip .select2-container--default .select2-selection--single {
      border-radius: 0.8rem;
      background-color: transparent;
      border-color: #E8E6E1; }
    .form-ip .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #64748B;
      font-size: 1.6rem; }
    .form-ip .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
      border-radius: 0.8rem !important;
      border-color: #E8E6E1; }
    .form-ip .select2-container .select2-selection--single .select2-selection__rendered {
      font-weight: 400;
      font-size: 1.6rem;
      color: #5B5B5C; }

.btn, .btn-pri, .btn-second, .btn.btn-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 4.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  min-width: 15rem;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-family: 'Averta'; }
  .btn img, .btn-pri img, .btn-second img, .btn.btn-login img {
    position: relative;
    z-index: 3; }
  .btn .icon, .btn-pri .icon, .btn-second .icon {
    width: 2rem;
    height: 2rem;
    position: relative;
    z-index: 3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.5rem;
    margin-right: -0.2rem; }
    .btn .icon img, .btn-pri .icon img, .btn-second .icon img {
      width: inherit;
      height: inherit;
      -o-object-fit: contain;
      object-fit: contain; }
    .btn .icon i, .btn-pri .icon i, .btn-second .icon i {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
  .btn.center, .center.btn-pri, .center.btn-second {
    margin: auto;
    margin-top: 2rem; }
  .btn .text, .btn-pri .text, .btn-second .text {
    color: #ffffff;
    z-index: 3;
    font-size: 1.6rem;
    font-size: clamp(1.6rem, calc(1.2364rem + 1.8182vw), 1.6rem);
    position: relative;
    display: block !important;
    white-space: nowrap;
    font-weight: 600;
    line-height: 1;
    margin-top: -0.2rem;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  .btn::after, .btn-pri::after, .btn-second::after, .btn.btn-login::after {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

@media screen and (min-width: 1200px) and (min-width: 1025px) {
  .btn:hover::after, .btn-pri:hover::after, .btn-second:hover::after {
    opacity: 1; } }
  .btn-pri {
    background: #0F0F0F;
    border: 1px solid #0F0F0F; }
    .btn-pri .text {
      color: #ffffff; }
    .btn-pri .icon i {
      color: #ffffff; }
    @media screen and (min-width: 1025px) {
      .btn-pri:hover {
        background: #292929; } }
  .btn-second {
    background: #F2F3F5; }
    .btn-second .text {
      color: #0F0F0F; }
    .btn-second .icon i {
      color: #0F0F0F; }
    @media screen and (min-width: 1025px) {
      .btn-second:hover {
        background: #0F0F0F; }
        .btn-second:hover .text {
          color: #ffffff; }
        .btn-second:hover .icon i {
          color: #ffffff; } }
  .btn.trans, .trans.btn-pri, .trans.btn-second {
    background: transparent; }
  .btn.full, .full.btn-pri, .full.btn-second {
    width: 100%; }
  .btn.rev, .rev.btn-pri, .rev.btn-second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .btn.rev .icon, .rev.btn-pri .icon, .rev.btn-second .icon {
      margin-left: -0.2rem;
      margin-right: 0.5rem; }
  .btn-login.btn-pri, .btn-login.btn-second, .btn-login.btn {
    background: #ffffff;
    border: 1px solid #D0D5DD;
    gap: 1.2rem;
    border-radius: 10rem; }
    .btn-login.btn-pri .text, .btn-login.btn-second .text, .btn-login.btn .text {
      color: #121110;
      font-size: clamp(1.4rem, calc(1.2364rem + 1.8182vw), 1.4rem); }
    .btn-login.btn-pri .icon, .btn-login.btn-second .icon, .btn-login.btn .icon {
      width: 2.4rem;
      height: 100%; }
      .btn-login.btn-pri .icon img, .btn-login.btn-second .icon img, .btn-login.btn .icon img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    @media screen and (min-width: 1025px) {
      .btn-login.btn-pri:hover, .btn-login.btn-second:hover, .btn-login.btn:hover {
        background: #292929; }
        .btn-login.btn-pri:hover .text, .btn-login.btn-second:hover .text, .btn-login.btn:hover .text {
          color: #ffffff; } }

.info-see {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0F0F0F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .info-see i {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: -0.1rem; }
  .info-see .text {
    font-weight: 700;
    margin-top: 0rem;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .info-see .text:last-child {
      margin-left: 0.8rem; }
    .info-see .text:first-child {
      margin-right: 0.8rem; }
  @media screen and (min-width: 1025px) {
    .info-see:hover i {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      color: #DCA200; }
    .info-see:hover .text {
      color: #DCA200; } }

.bd-ln {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 0.2rem; }
  .bd-ln::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0.2rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.37%, #FFAF61), color-stop(27.52%, #DC9A27), color-stop(52.76%, #EDB31F), color-stop(80.98%, #D7942A), to(#B06828));
    background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
    border-radius: 100rem;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; }

.cmini-top .woocommerce-Price-amount bdi {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc(1.2364rem + 1.8182vw), 1.6rem);
  font-weight: 600; }

.input {
  font-family: "Montserrat", sans-serif;
  width: 100%; }
  .input-area {
    height: auto; }

.re-label {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1.4rem; }

.re-input {
  padding: 1.4rem;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  border: none;
  outline: none;
  display: block;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: .8rem;
  font-size: 1.4rem;
  font-weight: 600; }
  .re-input:focus {
    border-color: #C75D00; }
  .re-input.placeholder {
    color: #121110; }
  .re-input:-moz-placeholder {
    color: #121110; }
  .re-input::-moz-placeholder {
    color: #121110; }
  .re-input:-ms-input-placeholder {
    color: #121110; }
  .re-input::-webkit-input-placeholder {
    color: #121110; }

textarea {
  resize: none; }

form .btn .wpcf7-spinner, form .btn-pri .wpcf7-spinner, form .btn-second .wpcf7-spinner {
  position: absolute; }

form .wpcf7-form-control-wrap {
  display: block;
  position: relative; }

.faq {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media screen and (max-width: 800px) {
    .faq {
      padding-top: calc(8rem / 2); } }
  @media screen and (max-width: 800px) {
    .faq {
      padding-bottom: calc(8rem / 2); } }

.faq-inner {
  width: calc((10/12) * 100%);
  margin: 0 auto; }
  .faq-inner .title-second {
    text-align: center; }

@media screen and (max-width: 1200px) {
  .faq-inner {
    width: 100%; } }

.faq-main {
  margin-top: 3.2rem; }

.faq-item {
  padding: 1.6rem 2.4rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 1.2rem;
  position: relative;
  background: #F2F3F5; }

.faq-item:not(:last-child) {
  margin-bottom: 0.8rem; }

@media screen and (max-width: 768px) {
  .faq-item {
    padding: .8rem 1.2rem;
    border-radius: 1.2rem; } }

.faq-item.active {
  background: #F9FAFB;
  padding: 2rem; }

.faq-item.active:not(:first-child) {
  margin-top: 1rem; }

.faq-item.active::before {
  opacity: 0; }

.faq-item.active .faq-item-top .icon i {
  color: #0F0F0F;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

@media screen and (max-width: 768px) {
  .faq-item.active {
    padding: 3rem 1.5rem;
    padding-top: 2rem; } }

@media screen and (max-width: 550px) {
  .faq-item.active {
    padding: 1.5rem; } }

.faq-item-top {
  padding: 1rem;
  margin: 0 -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative; }

@media (hover: hover) {
  .faq-item-top:hover .txt {
    color: #0F0F0F; }
  .faq-item-top:hover .icon i {
    color: #0F0F0F; } }

.faq-item-top .txt {
  font-weight: 700;
  font-size: 1.8rem;
  color: #121110;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

@media only screen and (max-width: 1200px) {
  .faq-item-top .txt {
    font-size: 1.6rem; } }

@media only screen and (max-width: 800px) {
  .faq-item-top .txt {
    font-size: 1.5rem; } }

.faq-item-top .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.faq-item-top .icon i {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.faq-item-top .icon-minus {
  display: none; }

.faq-item-top .icon-plus {
  display: block; }

.faq-item-top.active .icon-minus {
  display: block; }

.faq-item-top.active .icon-plus {
  display: none; }

.faq-item-ctn {
  display: none;
  margin-top: 0.5rem;
  color: #4B5563; }

.sidefix {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 3rem;
  bottom: 12rem;
  z-index: 3;
  gap: 2rem;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s linear;
  transition: all .4s linear; }
  @media screen and (max-width: 768px) {
    .sidefix {
      right: 1.5rem; } }
  .sidefix-item {
    position: relative;
    padding: 0.5rem;
    background-color: var(--color-pri);
    border-radius: 100rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
    .sidefix-item::after {
      position: absolute;
      z-index: 0;
      content: "";
      height: 100%;
      width: 100%;
      border-radius: inherit;
      border: 0.1rem solid var(--color-pri);
      -webkit-animation: grows 4s linear infinite;
      animation: grows 4s linear infinite; }
    .sidefix-item::before {
      position: absolute;
      z-index: 0;
      content: "";
      height: 100%;
      width: 100%;
      border-radius: inherit;
      border: 0.1rem solid var(--color-pri);
      -webkit-animation: grows 4s linear infinite;
      animation: grows 4s linear infinite;
      -webkit-animation-delay: 2s;
      animation-delay: 2s; }
    .sidefix-item:hover .sidefix-sub {
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sidefix-sub {
    position: absolute;
    background: var(--color-pri);
    right: calc(100% + 1rem);
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    bottom: 0;
    min-width: 20rem;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
    .sidefix-sub::before {
      position: absolute;
      z-index: 0;
      content: "";
      left: 100%;
      width: 1rem;
      height: 100%;
      top: 0; }
    .sidefix-sub::after {
      position: absolute;
      z-index: 0;
      content: "";
      width: 0;
      height: 0;
      border-top: 0.5rem solid transparent;
      border-bottom: 0.5rem solid transparent;
      border-left: 0.5rem solid var(--color-pri);
      left: 100%;
      bottom: 1.5rem; }
    .sidefix-sub-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1rem; }
      .sidefix-sub-item:not(:first-child) {
        margin-top: 1.2rem; }
      .sidefix-sub-item img {
        width: 3.2rem;
        height: 3.2rem; }
      .sidefix-sub-item .text {
        font-size: 1.4rem;
        line-height: 1.2; }
        .sidefix-sub-item .text-name {
          display: block;
          color: white;
          font-weight: 500; }
        .sidefix-sub-item .text-link {
          color: white; }
        @media screen and (min-width: 1025px) {
          .sidefix-sub-item .text:hover .text-link {
            text-decoration: underline; } }
  .sidefix-link {
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sidefix-link img {
      width: inherit;
      height: inherit; }
  .sidefix.active {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
    visibility: visible; }

.text-hori .char {
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0; }

.text-hori.inview .char {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.text-verti .char {
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  opacity: 0; }

.text-verti.inview .char {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.text-scale .char {
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.text-scale.inview .char {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.fx-letter .char {
  -webkit-transition: 0.6s calc(var(--char-index) * .015s) ease-in-out;
  transition: 0.6s calc(var(--char-index) * .015s) ease-in-out;
  -webkit-transform: translate3d(80px, 50px, -300px) scaleY(0.01) rotateX(-90deg) rotateZ(-35deg);
  transform: translate3d(80px, 50px, -300px) scaleY(0.01) rotateX(-90deg) rotateZ(-35deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0; }

.fx-letter.inview .char {
  -webkit-transform: translate3d(0, 0, 0) scaleY(1) rotateX(0) rotateZ(0);
  transform: translate3d(0, 0, 0) scaleY(1) rotateX(0) rotateZ(0);
  opacity: 1; }

.count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  gap: 1rem; }
  .count-btn {
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0.4rem;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .count-btn i {
      font-size: 1rem; }
    @media screen and (min-width: 1025px) {
      .count-btn:hover {
        background: var(--color-pri);
        color: white; } }

.hover-rec::after {
  position: absolute;
  z-index: 0;
  content: "";
  left: 0rem;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  border: 0.1rem solid transparent;
  border-radius: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none; }

@media screen and (min-width: 1025px) {
  .hover-rec:hover::after {
    left: 2%;
    top: 2%;
    right: 2%;
    bottom: 2%;
    border-color: var(--color-second); } }

.title .title-pri {
  font-size: clamp(2rem, calc(1.6364rem + 1.8182vw), 3.6rem);
  color: var(--color-text);
  font-weight: 600; }
  .title .title-pri.t-white {
    color: white; }

.title .title-second {
  font-size: clamp(2rem, calc(1.7273rem + 1.3636vw), 3.2rem);
  font-weight: 600;
  text-wrap: pretty; }

.title .title-sub {
  font-weight: 400;
  color: #403E3A;
  text-wrap: pretty; }

.checker {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checker .sqr {
    width: 1.6rem;
    height: 1.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block; }
    .checker .sqr::after {
      position: absolute;
      z-index: 0;
      content: "";
      width: 100%;
      height: 100%;
      background-image: url("../assets/images/check-empty.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      left: 0;
      top: 0; }
  .checker .circle {
    width: 2.4rem;
    height: 2.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block; }
    .checker .circle::after {
      position: absolute;
      z-index: 0;
      content: "";
      width: 100%;
      height: 100%;
      background-image: url("../assets/images/radio-empty.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      left: 0;
      top: 0; }
  .checker .txt {
    display: block;
    font-size: clamp(1.4rem, calc(1.2364rem + 1.8182vw), 1.4rem);
    color: #5B5B5C;
    line-height: 1.2; }
    @media screen and (max-width: 500px) {
      .checker .txt {
        font-size: 1.4rem; } }
  .checker input {
    display: none; }
  .checker input:checked ~ .sqr::after {
    background-image: url("../assets/images/check-fill.svg"); }
  .checker input:checked ~ .circle::after {
    background-image: url("../assets/images/radio-fill.svg"); }

.links {
  color: #00A6E8;
  -webkit-transition: .3s;
  transition: .3s; }
  @media screen and (min-width: 1025px) {
    .links:hover {
      color: #0F0F0F; } }

.acc {
  position: relative;
  margin-top: -6.4rem;
  z-index: 1;
  border-radius: 2.4rem;
  background: #FFF;
  /* Shadow_03 */
  -webkit-box-shadow: 0px 4px 64px 0px rgba(11, 18, 27, 0.05), 0px 4px 32px 0px rgba(12, 21, 33, 0.1);
  box-shadow: 0px 4px 64px 0px rgba(11, 18, 27, 0.05), 0px 4px 32px 0px rgba(12, 21, 33, 0.1);
  padding: 4rem; }
  @media screen and (max-width: 435px) {
    .acc {
      margin-top: -2.2rem; } }
  @media screen and (max-width: 1200px) {
    .acc {
      padding: 2rem; } }

.acc-wr {
  width: 129.6rem;
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    .acc-wr.row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: unset;
      margin-right: unset; }
      .acc-wr.row .col {
        width: 100%;
        padding: unset; }
      .acc-wr.row .acc-lf .wrapper {
        padding: unset;
        border-color: transparent; }
      .acc-wr.row .acc-rt {
        display: none; } }

.acc-lf .wrapper {
  height: 100%;
  border-radius: 2.4rem;
  border: 1px solid #DEDFE0;
  padding: 4rem; }
  @media screen and (max-width: 1200px) {
    .acc-lf .wrapper {
      padding: 2rem; } }
  .acc-lf .wrapper .line {
    border-top: 1px solid #DEDFE0;
    margin: 2.4rem 0;
    width: 100%; }
  .acc-lf .wrapper .another {
    color: var(--Neutral-07, #5B5B5C);
    text-align: center;
    font-size: clamp(1.4rem, calc(1.2364rem + 1.8182vw), 1.4rem);
    font-weight: 400;
    margin-bottom: 1.2rem; }
  .acc-lf .wrapper .btn-group {
    margin-bottom: 2.4rem; }
    @media screen and (max-width: 800px) {
      .acc-lf .wrapper .btn-group {
        margin-bottom: calc(2.4rem / 2); } }
    .acc-lf .wrapper .btn-group .btn-login:not(:last-child) {
      margin-bottom: 1.2rem; }

@media screen and (min-width: 769px) {
  .acc-rt {
    padding-right: unset; } }

.acc-rt .image {
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 769px) {
    .acc-rt .image {
      width: calc(100% + var(--cg)/2); } }
  .acc-rt .image-inner {
    border-radius: 2.4rem;
    display: block;
    padding-top: calc((684 / 592) * 100%);
    position: relative;
    overflow: hidden;
    height: 100%; }
    .acc-rt .image-inner img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.action-forgot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.4rem;
  text-wrap: nowrap;
  gap: .8rem; }
  @media screen and (max-width: 800px) {
    .action-forgot {
      margin-bottom: calc(2.4rem / 2); } }
  .action-forgot .checker {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem; }
  .action-forgot .link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    font-size: clamp(1.4rem, calc(1.2364rem + 1.8182vw), 1.4rem); }

.acc-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem; }
  .acc-form-bottom .link {
    display: block;
    margin: 1.6rem 0;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: underline; }
  .acc-form-bottom .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.4rem;
    font-weight: 300;
    letter-spacing: 0.32px; }
    .acc-form-bottom .note-link {
      color: #00A6E8;
      font-weight: 500;
      -webkit-transition: .3s;
      transition: .3s; }
      .acc-form-bottom .note-link:hover {
        color: #0F0F0F; }

.login .btn .text, .login .btn-pri .text, .login .btn-second .text {
  font-size: clamp(1.4rem, calc(1.2364rem + 1.8182vw), 1.4rem); }

.login .acc-lf .title {
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 800px) {
    .login .acc-lf .title {
      margin-bottom: calc(2.4rem / 2); } }
  .login .acc-lf .title-second {
    text-align: left;
    margin-bottom: .4rem; }

.login .acc-lf .suggest {
  margin-top: .8rem;
  color: var(--Pink, #FF424E);
  font-size: clamp(1.4rem, calc(1.2364rem + 1.8182vw), 1.4rem);
  font-weight: 400; }

.info-acc-wr .title {
  margin-bottom: 3.2rem; }
  @media screen and (max-width: 800px) {
    .info-acc-wr .title {
      margin-bottom: calc(3.2rem / 2); } }

.info-acc-wr .tabbar {
  margin-bottom: 3.2rem; }
  @media screen and (max-width: 800px) {
    .info-acc-wr .tabbar {
      margin-bottom: 2.2rem; } }

.info-acc-wr .tabbar-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.6rem;
  row-gap: 1.8rem; }

.info-acc-wr .tabbar-it {
  position: relative;
  color: var(--Gray-Gray-04, #A7B1BF);
  font-size: clamp(1.4rem, calc(1.3091rem + 0.4545vw), 1.8rem);
  font-weight: 400;
  -webkit-transition: .3s;
  transition: .3s;
  text-wrap: nowrap; }
  @media screen and (min-width: 1025px) {
    .info-acc-wr .tabbar-it:hover:before {
      opacity: .4; } }
  .info-acc-wr .tabbar-it.is-active, .info-acc-wr .tabbar-it.active {
    color: var(--Gray-Gray-07, #15191E);
    font-weight: 600; }
    .info-acc-wr .tabbar-it.is-active:before, .info-acc-wr .tabbar-it.active:before {
      opacity: 1; }
  .info-acc-wr .tabbar-it:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 0.4rem;
    bottom: -.8rem;
    left: 0;
    background: #00A6E8;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0; }

.changepass {
  width: 65.1rem;
  max-width: 100%; }
  .changepass .form-list {
    margin-bottom: 2.4rem; }
    @media screen and (max-width: 800px) {
      .changepass .form-list {
        margin-bottom: calc(2.4rem / 2); } }

.btn-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cancel {
  color: var(--Gray-Gray-main, #65758B);
  font-size: clamp(1.4rem, calc(1.3091rem + 0.4545vw), 1.8rem);
  font-weight: 400;
  -webkit-transition: .3s;
  transition: .3s; }
  @media screen and (min-width: 1025px) {
    .cancel:hover {
      color: #0F0F0F; } }

.ava {
  margin-bottom: 3.2rem; }
  @media screen and (max-width: 800px) {
    .ava {
      margin-bottom: calc(3.2rem / 2); } }

.ava-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .8rem; }
  .ava-wr .image {
    width: 4.8rem; }
    .ava-wr .image-inner {
      display: block;
      position: relative;
      width: 4.8rem; }
      .ava-wr .image-inner img {
        cursor: pointer;
        border-radius: 50%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .ava-wr .image-inner .up-btn {
        position: absolute;
        z-index: 0;
        content: "";
        bottom: 0;
        right: 0;
        width: 1.6rem; }
        .ava-wr .image-inner .up-btn img {
          width: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
  .ava-wr .text-group .name {
    color: var(--Neutral-10, #0F0F0F);
    font-size: clamp(1.6rem, calc(1.5091rem + 0.4545vw), 2rem);
    font-weight: 600; }
  .ava-wr .text-group .mail {
    color: var(--Gray-Gray-main, #65758B);
    font-size: 1.6rem;
    font-size: clamp(1.6rem, calc(1.2364rem + 1.8182vw), 1.6rem);
    font-weight: 400; }

.accounts .sexs-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem; }

.accounts .form-list {
  margin-bottom: unset; }

.page-update-acc .form-ip.per5 {
  margin-bottom: 1.6rem; }

.da-wr {
  margin-bottom: unset; }
  .da-wr.row {
    --rg: 2.8rem;
    --cg: 2.8rem; }
    @media screen and (max-width: 800px) {
      .da-wr.row {
        --rg: 1.4rem;
        --cg: 1.4rem; }
        .da-wr.row .col {
          width: calc(100% / 2); } }
    @media screen and (max-width: 800px) and (max-width: 500px) {
      .da-wr.row .col {
        width: 100%; } }

.da-it input:checked ~ .da-it-wr {
  border-radius: 1.6rem;
  border: 1px solid #00A6E8; }

.da-it-wr {
  border-radius: 1.6rem;
  border: 1px solid transparent;
  padding: 2.4rem;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media screen and (max-width: 1200px) {
    .da-it-wr {
      padding: 1.2rem; } }
  .da-it-wr .tt {
    margin-bottom: 2.4rem;
    color: var(--Neutral-09, #282829);
    font-size: clamp(1.8rem, calc(1.6636rem + 0.6818vw), 2.4rem);
    font-weight: 600; }
    @media screen and (max-width: 800px) {
      .da-it-wr .tt {
        margin-bottom: calc(2.4rem / 2); } }
  .da-it-wr .address-info {
    margin-bottom: 2.4rem; }
    @media screen and (max-width: 800px) {
      .da-it-wr .address-info {
        margin-bottom: calc(2.4rem / 2); } }
  .da-it-wr .address,
  .da-it-wr .phonenum,
  .da-it-wr .mail {
    display: block;
    margin-bottom: .8rem;
    color: var(--Neutral-09, #282829);
    font-size: clamp(1.4rem, calc(1.3091rem + 0.4545vw), 1.8rem);
    font-weight: 400; }
  .da-it-wr .mail {
    margin-bottom: unset; }

.editbar-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.editbar-it {
  color: var(--Neutral-06, #747475);
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc(1.2364rem + 1.8182vw), 1.6rem);
  font-weight: 400;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media screen and (min-width: 1025px) {
    .editbar-it:hover {
      color: #00A6E8;
      text-decoration: underline; } }

.his-filter .form-ip {
  position: relative; }
  @media screen and (max-width: 768px) {
    .his-filter .form-ip {
      width: 50%; } }
  @media screen and (max-width: 425px) {
    .his-filter .form-ip {
      width: 100%; } }
  .his-filter .form-ip .ic {
    position: absolute;
    z-index: 0;
    content: "";
    top: 50%;
    right: 2.8rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.4rem;
    height: auto; }
    @media screen and (max-width: 800px) {
      .his-filter .form-ip .ic {
        right: 1.6rem; } }
    .his-filter .form-ip .ic img {
      display: block;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

.his-filter .dateTime,
.his-filter .dateTime2 {
  border-radius: .8rem;
  background: transparent; }

.his-filter .select2-container--default .select2-selection--single .select2-selection__arrow,
.his-filter .select2-container .select2-selection--single {
  height: 4.4rem; }

.his-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 4rem; }

.his-filter .btn-pri .text {
  margin-bottom: unset; }

.pfcus {
  position: relative;
  margin-bottom: 10rem;
  z-index: 1; }
  @media screen and (max-width: 1200px) {
    .pfcus {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 768px) {
    .pfcus {
      margin-bottom: 2.4rem; } }
  @media screen and (max-width: 825px) {
    .pfcus-his > p {
      text-align: center;
      margin-top: 2.4rem; } }
  .pfcus-his-form-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 825px) {
      .pfcus-his-form-gr {
        gap: 1.2rem; } }
    @media screen and (max-width: 620px) {
      .pfcus-his-form-gr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .pfcus-his-form-ctr {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2.4rem;
    border-radius: 3.4rem;
    border: 0.1rem solid #c9c9c9; }
    .pfcus-his-form-ctr .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 1.4rem;
      color: #C75D00; }
    .pfcus-his-form-ctr input {
      width: 100%;
      border: unset;
      font-weight: 400;
      font-size: 1.6rem;
      height: 4.4rem; }
      @media screen and (max-width: 620px) {
        .pfcus-his-form-ctr input {
          height: 3.6rem; } }
      .pfcus-his-form-ctr input::-webkit-input-placeholder {
        color: #c9c9c9; }
      .pfcus-his-form-ctr input::-moz-placeholder {
        color: #c9c9c9; }
      .pfcus-his-form-ctr input::-ms-input-placeholder {
        color: #c9c9c9; }
      .pfcus-his-form-ctr input::placeholder {
        color: #c9c9c9; }
      .pfcus-his-form-ctr input:focus {
        outline: unset; }
  .pfcus-his-pagi {
    margin-top: 3rem; }
  .pfcus-his-table {
    margin-top: 3rem; }
    .pfcus-his-table table {
      width: 100%;
      border-radius: 8px; }
      @media screen and (max-width: 825px) {
        .pfcus-his-table table thead {
          display: none; } }
      .pfcus-his-table table thead tr th {
        text-wrap: pretty;
        width: calc(100% / 5);
        font-weight: 500;
        color: #ffffff;
        text-wrap: nowrap;
        background: #003A51;
        text-align: left;
        padding: 1.2rem 1.6rem;
        padding-left: unset; }
        .pfcus-his-table table thead tr th:first-child {
          padding: 1.2rem 1.6rem;
          text-align: left;
          border-radius: .8rem 0 0 0; }
        .pfcus-his-table table thead tr th:last-child {
          border-radius: 0 .8rem 0 0; }
      @media screen and (max-width: 825px) {
        .pfcus-his-table table tbody tr:not(:last-child) {
          border-bottom: 0.1rem solid #efefef; } }
      .pfcus-his-table table tbody tr td {
        text-wrap: pretty;
        padding: 2.3rem 0; }
        @media screen and (max-width: 825px) {
          .pfcus-his-table table tbody tr td {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%;
            padding: 1.6rem 0;
            position: relative;
            text-align: right; }
            .pfcus-his-table table tbody tr td::before {
              content: attr(data-text);
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content;
              font-weight: 600;
              font-size: 1.6rem;
              color: #031230;
              text-align: left; } }
      .pfcus-his-table table tbody tr .bx-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1rem;
        color: #444545; }
        @media screen and (min-width: 1025px) {
          .pfcus-his-table table tbody tr .bx-link:hover {
            color: #00A6E8; } }
        .pfcus-his-table table tbody tr .bx-link .icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          font-size: 1.4rem; }
        .pfcus-his-table table tbody tr .bx-link .text {
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
      .pfcus-his-table table tbody tr .bx-status.t-prep {
        color: #F90; }
      .pfcus-his-table table tbody tr .bx-status.t-cancel {
        color: #FF424E; }
      .pfcus-his-table table tbody tr .bx-status.t-pending {
        color: #1582f6; }
      .pfcus-his-table table tbody tr .bx-status.t-complete {
        color: #1d9d06; }

#popmake-1073 .popmake-content img {
  width: 100%;
  height: auto; }

#popmake-1073 .aligncenter,
#popmake-1073 div.aligncenter {
  margin: 0px auto; }

.pcate-top .ip-control .select2-container {
  height: 3.5rem; }

.login .checkout-ctn .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 4rem; }

.login .checkout-ctn .button {
  margin-top: 2.4rem; }

/*# sourceMappingURL=style2.css.map */
