@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif !important;
}

.side-pop {
  display: none;
}

p {
  margin-bottom: 0;
}

@media screen and (min-width: 1124px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1124px !important;
  }
  .container-ec,
  .container-ec-lg,
  .container-ec-md,
  .container-ec-sm,
  .container-ec-xl {
    max-width: 1224px !important;
  }
}
@media screen and (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1070px;
  }
}
.clickable-link {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  left: 0;
}

.mt-7 {
  margin-top: 74px;
}

.mt-6 {
  margin-top: 50px;
}

.mt-10 {
  margin-top: 110px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.text-black {
  color: #000;
}

.gap-15 {
  gap: 15px;
}

.gap-25 {
  gap: 25px;
}

.mt-12 {
  margin-top: 54px;
}

.mt-9 {
  margin-top: 71px;
}

.pt-14 {
  padding-top: 14px !important;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .pt-14 {
    padding-top: 40px !important;
  }
}

.box-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.pt-17 {
  padding-top: 170px !important;
}

.text-muted {
  color: #cccccc !important;
}

.ml-9 {
  margin-left: 59px;
}
@media screen and (max-width: 991px) {
  .ml-9 {
    margin-left: 0;
  }
}

.font-reg {
  font-weight: 400;
}

.sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
  color: #6b6d70 !important;
}

#width_tmp_select {
  display: none;
}

.owl-carousel .owl-dots {
  display: none;
}
.owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -15px;
  right: -15px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  background: #000 !important;
  border-radius: 100%;
  color: #fff !important;
  width: 29px;
  height: 29px;
  text-align: center;
}
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
  box-shadow: none;
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffd300;
  margin-top: 3px;
}
.owl-carousel.ec-owl .owl-nav {
  position: absolute;
  top: -40px !important;
  left: auto !important;
  right: 0 !important;
  gap: 15px !important;
  height: -moz-fit-content;
  height: fit-content;
}
.owl-carousel.ec-owl .owl-nav .owl-prev,
.owl-carousel.ec-owl .owl-nav .owl-next {
  background: transparent !important;
  color: #000 !important;
  width: 29px;
  height: 29px;
  text-align: center;
}
.owl-carousel.ec-owl .owl-nav .owl-prev:focus,
.owl-carousel.ec-owl .owl-nav .owl-next:focus {
  box-shadow: none;
}
.owl-carousel.ec-owl .owl-nav .owl-prev span,
.owl-carousel.ec-owl .owl-nav .owl-next span {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.owl-carousel.ec-owl .owl-nav .owl-prev.disabled,
.owl-carousel.ec-owl .owl-nav .owl-next.disabled {
  cursor: not-allowed;
}
.owl-carousel.ec-owl .owl-nav .owl-prev.disabled span,
.owl-carousel.ec-owl .owl-nav .owl-next.disabled span {
  color: #999999;
}

.col-lg-new {
  position: relative;
}

@media (min-width: 1199px) {
  .col-lg-new {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.font-noto {
  font-family: "Noto Serif JP", sans-serif;
}

.static-main {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .static-main {
    padding-bottom: 40px;
  }
}
.static-main .description {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .static-main .description {
    max-width: 100%;
    margin-top: 30px;
  }
}
.static-main .description .description-heading {
  color: #000;
  font-size: 22px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 2px solid #ffd300;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .static-main .description .description-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .static-main .description .description-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 410px) {
  .static-main .description .description-heading {
    font-size: 16px;
  }
}
.static-main .description .described-text {
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .static-main .description .described-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .static-main .description .described-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 410px) {
  .static-main .description .described-text {
    font-size: 14px;
  }
}
.static-main .description .notes {
  background-color: rgba(255, 211, 0, 0.2);
  color: #000;
  padding: 21px 22px 25px 36px;
  margin-top: 46px;
  margin-bottom: 39px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .static-main .description .notes {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .static-main .description .notes {
    padding: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .static-main .description .notes {
    font-size: 14px;
  }
}
.static-main .description .notes .title {
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 2px;
  margin-bottom: 19px;
}
.static-main .description .notes .note-desc {
  line-height: 32px;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-weight: 400;
}

.text-not-found {
  max-width: 504px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  margin-top: 45px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .text-not-found {
    font-size: 18px;
    margin-top: 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .text-not-found {
    font-size: 16px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 320px) {
  .text-not-found {
    font-size: 13px;
  }
}
.text-not-found .no-result-heading {
  margin-bottom: 0;
  font-weight: 700;
}

.post-button-section {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .post-button-section {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .post-button-section {
    margin-top: 30px;
  }
}
@media screen and (max-width: 410px) {
  .post-button-section {
    margin-top: 20px;
  }
}

.page-not-found .banner-content::after {
  content: none !important;
}
.page-not-found .banner-content .search-post-content {
  display: block !important;
}
.page-not-found .banner-content .search-post-content::after {
  content: "";
  width: 85px;
  height: 2px;
  background-color: #ffd300;
  display: block;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .page-not-found .banner-content .search-post-content::after {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .page-not-found.events {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .page-not-found.events {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 575px) {
  .page-not-found.events {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .page-not-found .article-banner-content {
    padding: 60px 30px 33px 30px !important;
  }
}
@media screen and (max-width: 375px) {
  .page-not-found .article-banner-content {
    padding: 40px 20px 33px 20px !important;
  }
}
.page-not-found .article-banner-content .search::after {
  content: "";
  width: 85px;
  height: 1px;
  background-color: #707070;
  display: block;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .page-not-found .article-banner-content .search::after {
    margin-top: 30px;
  }
}

.table-condensed {
  width: 200px;
  height: 10px;
  font-size: 10px;
}

.datepicker-days table thead tr th {
  color: #01b8ff;
}
.datepicker-days table thead tr th:last-child,
.datepicker-days table thead tr th:nth-last-child(2) {
  color: #eb585f;
}
.datepicker-days table tbody tr td {
  color: #01b8ff;
}
.datepicker-days table tbody tr td.old {
  color: #999999;
}
.datepicker-days table tbody tr td:last-child,
.datepicker-days table tbody tr td:nth-last-child(2) {
  color: #eb585f;
}
.datepicker-days table tbody tr td.new:last-child,
.datepicker-days table tbody tr td.new:nth-last-child(2) {
  color: #999999;
}

.modal .modal-content {
  border: none;
  border-radius: 0;
}
.modal .modal-header {
  background: #ffd300;
  color: #000;
  padding: 18px 28px;
  border-radius: 0;
  border: none;
}
.modal .modal-header .modal-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.44px;
}
@media screen and (max-width: 767px) {
  .modal .modal-header .modal-title {
    font-size: 20px;
  }
}
.modal .modal-header button {
  padding: 1px;
}
.modal .modal-header button:focus {
  box-shadow: none;
}
.modal .modal-header button.btn-minimize {
  background: none;
  border: 0;
  font-size: 40px;
  line-height: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}
.modal .modal-body {
  padding: 47px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .modal .modal-body {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .modal .modal-body {
    padding: 20px;
  }
}
.modal .modal-body .review-select {
  margin-bottom: 41px;
}
.modal .modal-body label {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.6px;
  color: #666666;
  margin-bottom: 13px;
}
.modal .modal-body .star {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  flex-direction: row-reverse;
}
.modal .modal-body .star svg {
  cursor: pointer;
}
.modal .modal-body .star svg.clicked path {
  fill: #ffd300;
  stroke: #ffd300;
}
.modal .modal-body .star > input {
  display: none;
}
.modal .modal-body .star > input:checked ~ label, .modal .modal-body .star > input + label:hover ~ label, .modal .modal-body .star > input + label:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.935 26' width='24.935' height='26'%3e%3cg id='Group_2248' data-name='Group 2248' transform='translate(0.75 0.75)'%3e%3cg id='Group_2243' data-name='Group 2243' transform='translate(0 0)'%3e%3cpath id='Path_3103' data-name='Path 3103' d='M12.217.5l3.2,9.587h8.522l-6.391,5.326L20.739,25l-8.522-6.391L3.7,25l3.2-9.587L.5,10.087H9.022Z' transform='translate(-0.5 -0.5)' fill='%23ffd300' stroke='%23FFD300' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.modal .modal-body .star > input + label {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.935 26' width='24.935' height='26'%3e%3cg id='Group_2248' data-name='Group 2248' transform='translate(0.75 0.75)'%3e%3cg id='Group_2243' data-name='Group 2243' transform='translate(0 0)'%3e%3cpath id='Path_3103' data-name='Path 3103' d='M12.217.5l3.2,9.587h8.522l-6.391,5.326L20.739,25l-8.522-6.391L3.7,25l3.2-9.587L.5,10.087H9.022Z' transform='translate(-0.5 -0.5)' fill='%23fff' stroke='%23FFD300' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  cursor: pointer;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
}
.modal .modal-body input {
  background-color: #eeeeee;
  border: none;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  resize: none;
  padding: 8px 21px;
}
.modal .modal-body input::-moz-placeholder {
  color: #bbbbbb;
}
.modal .modal-body input::placeholder {
  color: #bbbbbb;
}
.modal .modal-body input:focus-within {
  outline: none;
}
.modal .modal-body textarea {
  background-color: #eeeeee;
  border: none;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  resize: none;
  padding: 9px 22px 19px 22px;
}
.modal .modal-body textarea:focus-within {
  outline: none;
}
.modal .modal-body textarea::-moz-placeholder {
  color: #bbbbbb;
}
.modal .modal-body textarea::placeholder {
  color: #bbbbbb;
}
.modal .modal-body .note {
  margin-top: 26px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.8px;
  margin-bottom: 0;
}
.modal .modal-body .note a {
  color: #000;
  text-underline-offset: 3px;
}
.modal .basic-modal {
  max-width: 769px;
}
.modal .basic-modal .modal-header {
  padding: 4px;
  justify-content: center;
  position: relative;
}
.modal .basic-modal .modal-header .modal-title {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 512px) {
  .modal .basic-modal .modal-header .modal-title {
    font-size: 14px;
  }
}
.modal .basic-modal .modal-header .btn-close {
  margin: 0;
  position: absolute;
  right: 20px;
}
.modal .basic-modal .modal-body {
  padding: 22px 30px 28px;
}
@media screen and (max-width: 512px) {
  .modal .basic-modal .modal-body {
    padding: 15px;
  }
}
.modal .basic-modal .modal-body.members-modal {
  padding-right: 8px;
}
@media screen and (max-width: 512px) {
  .modal .basic-modal .modal-body.members-modal {
    padding-left: 25px;
    padding-right: 8px;
  }
}
.modal .basic-modal .modal-body .describe {
  margin-bottom: 32px;
}
.modal .basic-modal .modal-body .describe .desc-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.6px;
  color: #000000;
  padding-bottom: 4px;
  border-bottom: 2px solid #ffd300;
  margin-bottom: 4px;
}
@media screen and (max-width: 512px) {
  .modal .basic-modal .modal-body .describe .desc-title {
    font-size: 14px;
  }
}
.modal .basic-modal .modal-body .describe .desc {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 512px) {
  .modal .basic-modal .modal-body .describe .desc {
    font-size: 14px;
  }
}
.modal .basic-modal .modal-body .describe .desc.forgot-pass-desc {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 30px;
}
@media screen and (max-width: 575px) {
  .modal .basic-modal .modal-body .describe .desc.forgot-pass-desc {
    font-size: 16px;
  }
  .modal .basic-modal .modal-body .describe .desc.forgot-pass-desc .br {
    display: none;
  }
}
.modal .basic-modal .modal-body .describe .desc.application-id-display {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .modal .basic-modal .modal-body .describe .desc.application-id-display {
    font-size: 16px;
    margin-top: 30px;
  }
}
.modal .basic-modal .modal-body .describe .tag {
  color: #000;
  line-height: 26px;
  letter-spacing: 0.8px;
  padding: 4px 14px;
  border: 1px solid #ffd300;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}
@media screen and (max-width: 512px) {
  .modal .basic-modal .modal-body .describe .tag {
    font-size: 14px;
  }
}
.modal .report-modal {
  max-width: 667px;
}
.modal .report-modal .reportDesc {
  letter-spacing: 0.8px;
  line-height: 26px;
  margin-bottom: 26px;
}
@media screen and (max-width: 575px) {
  .modal .report-modal .reportDesc {
    font-size: 14px;
    flex-direction: column;
    align-items: baseline;
  }
}
.modal .report-modal .confirmation {
  font-size: 20px;
  text-align: center;
  margin-top: 49px;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .modal .report-modal .confirmation {
    font-size: 16px;
  }
}
.modal .report-modal .reportContent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.modal .report-modal .reportContent p {
  padding: 12px 29px;
  margin-bottom: 0;
  background: #cccccc;
  border-radius: 25px;
  font-size: 16px;
  letter-spacing: 1.6px;
  font-weight: 700;
  cursor: pointer;
}
.modal .report-modal .reportContent p.clicked {
  background-color: rgba(255, 211, 0, 0.5019607843);
}
@media screen and (max-width: 575px) {
  .modal .report-modal .reportContent p {
    font-size: 14px;
  }
}
.modal .application-submit {
  flex-direction: column;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 50px;
  gap: 15px;
}
.modal .application-submit .modal-close-btn {
  letter-spacing: 1.6px;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.6px;
}

.overlay {
  display: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
}

.no-data {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 575px) {
  .no-data {
    font-size: 18px;
  }
}

.myPage-section {
  padding-top: 260px !important;
}
@media screen and (max-width: 991px) {
  .myPage-section {
    padding-top: 100px !important;
  }
}
.myPage-section .submit-section {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .myPage-section .submit-section {
    flex-direction: column;
  }
  .myPage-section .submit-section a {
    max-width: 200px;
    min-width: 200px;
    height: 50px;
  }
}
.myPage-section .delete-text {
  color: #000;
  text-decoration: none;
}
.myPage-section .button-section {
  margin-top: 31px;
}

.sticky-body-content {
  padding-top: 220px !important;
}
@media (max-width: 991px) {
  .sticky-body-content {
    padding-top: 250px !important;
  }
}

.tox-tinymce {
  border: none !important;
}

.scroll-header {
  position: fixed;
  z-index: 99;
  background: #ffd300;
  left: 0;
  right: 0;
  top: 0;
  padding-left: 2px;
  padding-right: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.scroll-header .mobile-header-search {
  padding: 10px;
  border-bottom: 0;
  background: #fff;
}
.scroll-header form {
  border-bottom: 3px solid #ffd300;
}

iframe {
  width: 100%;
  max-width: 560px;
  display: block;
  margin: 0 auto;
}
iframe.tox-edit-area__iframe {
  max-height: 100%;
}

@media screen and (max-width: 991px) {
  .pagination .info-list-btn {
    display: none;
  }
}

.bootstrap-tagsinput input {
  width: 100% !important;
}
.bootstrap-tagsinput input::-moz-placeholder {
  color: #bbbbbb;
}
.bootstrap-tagsinput input::placeholder {
  color: #bbbbbb;
}

.select2 {
  width: 100% !important;
}

.select2-selection {
  background-color: #eeeeee !important;
  border: none !important;
  padding: 10px 60px 10px 21px !important;
  cursor: pointer !important;
  border-radius: 0 !important;
}
.select2-selection__choice__display {
  padding: 0 15px !important;
}
.select2-selection__choice {
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.select2-selection__choice button {
  display: none !important;
}

.select2-dropdown {
  border-radius: 0 !important;
  border: 1px solid #eee !important;
}
.select2-dropdown .select2-results__options {
  max-height: 220px !important;
}
.select2-dropdown .select2-results__option {
  padding: 10px 60px 10px 21px !important;
}
.select2-dropdown .select2-results__option:before {
  font-family: fontAwesome;
  color: #999;
  content: "\f096";
  width: 25px;
  height: 25px;
  padding-right: 10px;
}
.select2-dropdown .select2-results__option--selected:before {
  content: "✓";
}

.side-pop {
  position: fixed;
  right: 0;
  bottom: 140px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .side-pop {
    bottom: 90px;
    z-index: 98 !important;
  }
}

.form-pop {
  cursor: pointer;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 20px;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  margin-bottom: 40px;
  width: 300px;
}
@media screen and (max-width: 1440px) {
  .form-pop {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .form-pop {
    width: 200px;
    padding: 8px;
  }
}
.form-pop.invisible {
  display: none;
}
.form-pop.show {
  display: block;
}
.form-pop img {
  max-width: 100%;
}
.form-pop .form-modal-text {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .form-pop .form-modal-text {
    font-size: 16px;
  }
}
.form-pop .cancel {
  margin-left: auto;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1010;
}
@media screen and (max-width: 767px) {
  .form-pop .cancel {
    width: 30px;
  }
}
.form-pop.register {
  bottom: 300px;
  visibility: visible;
  opacity: 1;
  width: 300px;
  height: 250px;
  padding: 8px 8px 34px 20px;
}
@media screen and (max-width: 575px) {
  .form-pop.register {
    width: 230px;
    height: auto;
    padding: 8px;
    padding-bottom: 15px;
    margin-left: auto;
  }
}
.form-pop.register .membership-plan {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .form-pop.register .membership-plan {
    margin-bottom: 20px;
  }
}
.form-pop.register .membership-plan::after {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #ffd300;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .form-pop.register .membership-plan::after {
    width: 100px;
  }
}
.form-pop.register .membership-plan a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 30px;
}
@media screen and (max-width: 575px) {
  .form-pop.register .membership-plan a {
    font-size: 14px;
  }
}

.membership-section {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (max-width: 575px) {
  .membership-section {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
.membership-section .membership-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .membership-section .membership-content {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.membership-section .membership-content .plan {
  border: 2px solid #cccccc;
  width: 360px;
  max-height: 900px;
}
@media screen and (max-width: 991px) {
  .membership-section .membership-content .plan {
    width: 100%;
  }
}
.membership-section .membership-content .plan .heading {
  background-color: #ccc;
  text-align: center;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .membership-section .membership-content .plan .heading {
    height: 60px;
  }
}
.membership-section .membership-content .plan .heading .plan-heading {
  color: #000;
  font-size: 26px;
  letter-spacing: 2.6px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .membership-section .membership-content .plan .heading .plan-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .membership-section .membership-content .plan .heading .plan-heading {
    font-size: 20px;
  }
}
.membership-section .membership-content .plan .heading .plan-title {
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .membership-section .membership-content .plan .heading .plan-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .membership-section .membership-content .plan .heading .plan-title {
    font-size: 14px;
  }
}
.membership-section .membership-content .plan .plan-body {
  padding: 26px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .membership-section .membership-content .plan .plan-body {
    padding: 20px;
  }
}
.membership-section .membership-content .plan .plan-body .plan-desc {
  min-height: 60px;
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: 400;
  word-break: keep-all;
  letter-spacing: 2px;
}
@media screen and (max-width: 991px) {
  .membership-section .membership-content .plan .plan-body .plan-desc {
    min-height: 0;
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .membership-section .membership-content .plan .plan-body .plan-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.membership-section .membership-content .plan .plan-body .plan-desc.fee {
  height: 72px;
}
@media screen and (max-width: 991px) {
  .membership-section .membership-content .plan .plan-body .plan-desc.fee {
    height: auto;
  }
}
.membership-section .membership-content .plan .plan-body .plan-desc span {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .membership-section .membership-content .plan .plan-body .plan-desc span {
    font-size: 14px;
  }
}
.membership-section .membership-content .plan.free {
  border: 2px solid #000000;
}
.membership-section .membership-content .plan.free .heading {
  background-color: #000000;
}
.membership-section .membership-content .plan.free .heading .plan-heading {
  color: #ffd300;
}
.membership-section .membership-content .plan.free .heading .plan-title {
  color: #ffd300;
}
.membership-section .membership-content .plan.free .plan-desc.fee-show {
  font-weight: 700;
}
.membership-section .membership-content .plan.free .plan-desc.fee-show b {
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .membership-section .membership-content .plan.free .plan-desc.fee-show b {
    font-size: 25px;
  }
}
.membership-section .membership-content .plan.paid {
  border: 2px solid #ffd300;
}
.membership-section .membership-content .plan.paid .heading {
  background-color: #ffd300;
}
.membership-section .membership-content .plan.paid .heading .plan-heading {
  color: #000;
}
.membership-section .membership-content .plan.paid .heading .plan-title {
  color: #000;
}
.membership-section .membership-content .plan.paid .plan-desc.fee-show {
  font-weight: 700;
}
.membership-section .membership-content .plan.paid .plan-desc.fee-show b {
  font-size: 30px;
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .membership-section .membership-content .plan.paid .plan-desc.fee-show b {
    font-size: 25px;
  }
}
.membership-section .member-button {
  margin-bottom: 40px;
}
@media screen and (max-width: 399px) {
  .membership-section .member-button {
    flex-direction: column;
    align-items: center;
  }
}

a[type=button] {
  -webkit-appearance: none;
}

.select2-selection__clear {
  display: none;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .padding-bottom-100 {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .padding-bottom-100 {
    padding-bottom: 60px !important;
  }
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .margin-bottom-100 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .margin-bottom-100 {
    margin-bottom: 60px !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.modal-user-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.opacity-0 {
  opacity: 0;
}

.blog-comment-userData {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .blog-comment-userData {
    gap: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .blog-comment-userData {
    margin-bottom: 10px;
    align-items: flex-start;
  }
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.tempc_bg {
  background-color: #f8f8f8;
}

.myscue-badge-modal-details {
  text-align: center;
}
.myscue-badge-modal-details .head {
  margin-bottom: 45px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .myscue-badge-modal-details .head {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.myscue-badge-modal-details .head img {
  width: 34px;
}
@media (max-width: 575px) {
  .myscue-badge-modal-details .head img {
    width: 25px;
  }
}
.myscue-badge-modal-details .head p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.6px;
}
@media (max-width: 575px) {
  .myscue-badge-modal-details .head p {
    font-size: 14px;
  }
}
.myscue-badge-modal-details .desc {
  font-size: 18px !important;
  line-height: 30px !important;
  letter-spacing: 1.8px !important;
}
.myscue-badge-modal-details .desc.bot {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .myscue-badge-modal-details .desc.bot {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .myscue-badge-modal-details .desc br {
    display: none;
  }
  .myscue-badge-modal-details .desc {
    text-align: left;
    font-size: 16px !important;
  }
}
.myscue-badge-modal .modal-cancel-btn {
  max-width: 230px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
}

.badge-img {
  max-width: 15px !important;
  height: auto !important;
  border-radius: 0 !important;
  width: 15px !important;
}

.flex-base {
  display: flex;
  align-items: flex-start;
}

.submit-section {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .submit-section {
    flex-direction: column;
  }
  .submit-section a {
    max-width: 200px;
    min-width: 200px;
    height: 50px;
  }
}

.community-note-login {
  margin-top: 0 !important;
  margin-bottom: 46px;
}
.community-note-login .new-note {
  margin-bottom: 24px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 575px) {
  .community-note-login .new-note {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .community-note-login {
    margin-bottom: 30px;
  }
}

.modal-img-follower {
  border-radius: 100%;
  position: relative;
}
.modal-img-follower .follower-badge {
  position: absolute;
  bottom: 0;
  right: 8px;
}

.card-row-content {
  --bs-gutter-y: 10px !important;
}

@media (max-width: 991px) {
  .tempCBodyNew {
    padding-top: 130px !important;
  }
  .tempCBodyNew.tempCYellowBanner {
    padding-top: 165px !important;
  }
}
@media (max-width: 575px) {
  .tempCBodyNew {
    padding-top: 90px !important;
  }
  .tempCBodyNew.tempCYellowBanner {
    padding-top: 130px !important;
  }
}

.sharethis-inline-share-buttons {
  z-index: 9 !important;
}
.sharethis-inline-share-buttons .st-last {
  display: inline-block !important;
}

.comment-input-box:disabled {
  background-color: transparent;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px !important;
}

.fs20 {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .fs20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .fs20 {
    font-size: 16px;
  }
}

.fs18 {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .fs18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .fs18 {
    font-size: 14px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 992px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .mb-100 {
    margin-bottom: 40px;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1440px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 992px) {
  .mb60 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 575px) {
  .mb60 {
    margin-bottom: 25px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 575px) {
  .mb25 {
    margin-bottom: 18px !important;
  }
}

.bg-lightyellow {
  background-color: rgba(255, 211, 0, 0.5019607843) !important;
}

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.opacity-04 {
  opacity: 0.4;
}

.btn-submit {
  border: 1px solid #ffd300;
  background-color: #ffd300;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 20px;
  max-width: 273px;
  min-width: 273px;
  text-align: center;
  border-radius: 0;
  margin-top: 78px;
  letter-spacing: 1px;
}
.btn-submit:hover {
  background-color: #ffe350;
  border: 1px solid #ffe350;
}
.btn-submit:focus {
  box-shadow: none;
}
.btn-submit.iaeon-btn {
  background-color: #b41e8e;
  color: #fff;
  border: 1px solid #b41e8e;
}
@media screen and (max-width: 991px) {
  .btn-submit {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .btn-submit {
    padding: 10px 20px;
    max-width: 220px;
    min-width: 220px;
  }
}
@media screen and (max-width: 418px) {
  .btn-submit {
    font-size: 16px;
  }
}
.btn-submit.sign-up-btn {
  padding: 17px 8px;
}
@media screen and (max-width: 767px) {
  .btn-submit.sign-up-btn {
    padding: 17px 8px;
    font-size: 16px;
    max-width: 100%;
    width: 100%;
  }
}

.membership-btn-submit {
  border: 1px solid #ffd300;
  background-color: #ffd300;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 20px;
  max-width: 273px;
  min-width: 273px;
  text-align: center;
  border-radius: 0;
  margin-top: 45px;
  letter-spacing: 1px;
}
.membership-btn-submit:hover {
  background-color: #ffe350;
  border: 1px solid #ffe350;
}
.membership-btn-submit:focus {
  box-shadow: none;
}
.membership-btn-submit.iaeon-btn {
  background-color: #b41e8e;
  color: #fff;
  border: 1px solid #b41e8e;
}
@media screen and (max-width: 767px) {
  .membership-btn-submit {
    padding: 15px 20px;
    max-width: 273px;
    min-width: 273px;
  }
}

.btn-modal-submit {
  border: 1px solid #ffd300;
  background-color: #ffd300;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 20px;
  max-width: 200px;
  min-width: 200px;
  text-align: center;
  border-radius: 0;
  margin-top: 78px;
  letter-spacing: 1px;
}
.btn-modal-submit:hover {
  background-color: #ffe350;
  border: 1px solid #ffe350;
}
.btn-modal-submit:focus {
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .btn-modal-submit {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .btn-modal-submit {
    padding: 10px 20px;
    max-width: 150px;
    min-width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .btn-modal-submit {
    font-size: 14px;
    max-width: 120px;
    min-width: 120px;
  }
}

.btn-modal-cancel {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 20px;
  max-width: 200px;
  min-width: 200px;
  text-align: center;
  border-radius: 0;
  letter-spacing: 1px;
}
.btn-modal-cancel:focus {
  box-shadow: none !important;
}
@media screen and (max-width: 991px) {
  .btn-modal-cancel {
    padding: 10px 20px;
    max-width: 150px;
    min-width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .btn-modal-cancel {
    font-size: 14px;
    max-width: 120px;
    min-width: 120px;
  }
}

.info-list-btn {
  border: 3px solid #ffd300;
  padding: 13px 39px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000;
  max-height: 63px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .info-list-btn {
    font-size: 18px;
    max-height: 55px;
    padding: 13px 50px;
  }
}
@media screen and (max-width: 492px) {
  .info-list-btn {
    font-size: 14px;
    padding: 13px 25px;
  }
}
@media screen and (max-width: 418px) {
  .info-list-btn {
    font-size: 10px;
    padding: 13px 15px;
  }
}
.info-list-btn:focus {
  box-shadow: none;
}
.info-list-btn:hover {
  background-color: #ffd300;
  color: #fff;
}

.cart-btn {
  background-color: #ffd300;
  border-radius: 4px;
  color: #000000;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 16px;
  padding: 11px 14px;
}
.cart-btn:hover {
  background-color: #ffe350;
  color: #000000;
}
.cart-btn:focus {
  box-shadow: none;
}

.cart-btn-yellow {
  background-color: #ffd300;
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-bottom: 22px;
  width: 64px;
  text-align: center;
}

.cart-btn-black {
  background-color: #000000;
  color: #ffd300;
  border-radius: 4px;
  padding: 3px;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-bottom: 22px;
  width: 64px;
  text-align: center;
}

.book-btn {
  background: #ffd300;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  width: 100%;
  line-height: 29px;
  border: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  max-width: 321px;
}
.book-btn:focus {
  box-shadow: none;
}
.book-btn:hover {
  background-color: #ffe350;
  color: #000;
}
@media screen and (max-width: 767px) {
  .book-btn {
    font-size: 18px;
    max-width: 100%;
  }
}
@media screen and (max-width: 415px) {
  .book-btn {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.list-btn {
  padding: 12px 15px;
  border: 3px solid #ffd300;
  border-radius: 32px;
  color: #000000;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 36px;
  max-width: 216px;
  min-width: 216px;
}
.list-btn:hover {
  background-color: #ffd300;
  color: #fff;
}
.list-btn:focus {
  box-shadow: none;
}

.review-btn {
  background: #ffd300;
  color: #000;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
  padding: 12px 34px;
  text-decoration: none;
}
.review-btn:hover {
  background-color: #ffe350;
  color: #000;
}
.review-btn:focus {
  box-shadow: none;
}

.post-btn {
  text-decoration: none;
  background: #ffd300;
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 1.6px;
  padding: 4px 11px;
  min-width: 230px;
  text-align: center;
}
.post-btn:hover {
  color: #000;
  background-color: #ffe350;
}
@media screen and (max-width: 991px) {
  .post-btn {
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .post-btn {
    min-width: 180px;
    font-size: 14px;
  }
}
.post-btn.post-outline {
  background-color: transparent;
  border: 3px solid #ffd300;
  font-size: 16px;
}
.post-btn.post-outline:hover {
  background-color: #ffd300;
}

.blog-btn {
  background-color: #ffd300;
  border: 1px solid #ffd300;
  padding: 4px 44px;
  font-weight: 700;
}
.blog-btn:hover {
  background-color: #ffe350;
}
.blog-btn.blog-secondary {
  background-color: rgba(255, 211, 0, 0.3);
  border: 1px solid rgba(255, 211, 0, 0.3);
  transition: 0.2s ease-in-out;
}
.blog-btn.blog-secondary:hover {
  background-color: #ffd300;
  border: 1px solid #ffd300;
  transition: 0.2s ease-in-out;
}

.community-btn {
  padding: 10px 9px;
}
.community-btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.comment-btn {
  background: #ffd300;
  color: #000;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 12px 19px;
  border-radius: 0;
}
.comment-btn:hover {
  color: #000;
  background-color: #ffe350;
}
.comment-btn:focus {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .comment-btn {
    padding: 6px 18px;
    font-size: 18px;
  }
}
@media screen and (max-width: 512px) {
  .comment-btn {
    font-size: 16px;
  }
}

.report-btn {
  color: #999999;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.6px;
}
.report-btn:hover {
  color: #666666;
}
.report-btn:focus {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .report-btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 512px) {
  .report-btn {
    font-size: 14px;
  }
}

.reply-btn {
  background-color: #FFD300;
  font-size: 16px;
  color: white;
  padding: 3px 12px;
}
.reply-btn:hover, .reply-btn[aria-expanded=true] {
  background-color: #999999;
  color: white;
}
.reply-btn:focus {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .reply-btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 512px) {
  .reply-btn {
    font-size: 14px;
  }
}

.total-reply {
  color: #999999;
}
.total-reply:hover {
  color: #999999;
}
.total-reply:focus {
  box-shadow: none;
}
.total-reply[aria-expanded=true] {
  display: none;
}

.top-btn {
  border: 3px solid #ffd300;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 2px;
  font-weight: 500;
  border-radius: 0;
  min-width: 273px;
  max-width: 273px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-btn:hover {
  background-color: #ffd300 !important;
  color: #fff !important;
}
.top-btn:focus {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .top-btn {
    max-width: 235px;
    min-width: 235px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .top-btn {
    min-width: 220px;
    max-width: 220px;
    font-size: 16px;
    padding: 15px;
  }
}
.top-btn.bg-yellow-btn {
  background-color: #ffd300;
  text-decoration: none;
  margin: 0 auto;
  white-space: nowrap;
}

.myscue-mob-btn {
  max-width: 218px;
  background-color: #ffd300;
  padding: 10px 27px;
}

.cancel-btn {
  max-width: 273px;
  min-width: 273px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 211, 0, 0.3);
  color: #000;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  border-radius: 0;
}
.cancel-btn:hover {
  background-color: rgba(255, 211, 0, 0.6);
}
.cancel-btn:focus {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .cancel-btn {
    max-width: 200px;
    min-width: 200px;
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .cancel-btn {
    max-width: 180px;
    min-width: 180px;
    font-size: 16px;
  }
}

.form-submit-btn {
  max-width: 273px;
  min-width: 273px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd300;
  color: #000;
  font-size: 20px;
  letter-spacing: 1px;
  border-radius: 0;
}
.form-submit-btn:focus {
  box-shadow: none;
}
.form-submit-btn:hover {
  background-color: #ffe350;
}
@media screen and (max-width: 767px) {
  .form-submit-btn {
    max-width: 200px;
    min-width: 200px;
    height: 50px;
    font-size: 18px;
  }
  .form-submit-btn.profile-submit {
    max-width: 235px;
    min-width: 235px;
  }
}
@media screen and (max-width: 480px) {
  .form-submit-btn {
    font-size: 16px;
  }
  .form-submit-btn.profile-submit {
    min-width: 220px;
    max-width: 220px;
  }
}

.comment-post-btn {
  background: #cccccc;
  border: 1px solid #eeeeee;
  width: 65px;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.6px;
  border-radius: 0;
  height: 50px;
  align-self: flex-end;
}
@media screen and (max-width: 575px) {
  .comment-post-btn {
    width: 20%;
    height: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .comment-post-btn {
    width: 25%;
    height: 40px;
    padding: 0;
  }
}
.comment-post-btn:focus {
  box-shadow: none;
}
.comment-post-btn:hover {
  background-color: #999999;
  color: #fff;
}

.withdraw-btn {
  padding: 7px 22px;
  border: 2px solid #999999;
  font-size: 16px;
  letter-spacing: 1.6px;
  border-radius: 0;
}
.withdraw-btn:focus {
  box-shadow: none;
}
.withdraw-btn:hover {
  background-color: #999;
  color: #fff;
}

.pop-submit-btn {
  padding: 16px 31px;
  background-color: #ffd300;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000;
  max-width: 210px;
  margin: 0 auto;
  display: block;
}
.pop-submit-btn:hover {
  color: #000;
}
.pop-submit-btn {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .pop-submit-btn {
    padding: 10px;
    font-size: 14px;
    max-width: 100%;
  }
}

.add-section {
  border: 0;
  background-color: transparent;
  margin-top: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}
.add-section svg {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .add-section {
    font-size: 18px;
    gap: 15px;
    margin-top: 30px;
  }
  .add-section svg {
    max-width: 27px;
  }
}
@media screen and (max-width: 575px) {
  .add-section {
    font-size: 16px;
    gap: 10px;
    margin-top: 20px;
  }
  .add-section svg {
    max-width: 22px;
  }
}

.fill-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 230px;
  height: 45px;
  text-align: center;
  background-color: #ffd300;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1.6px;
  border-radius: 0;
  border: 1px solid #ffd300;
}
.fill-btn:hover {
  background-color: transparent;
}
.fill-btn:focus {
  box-shadow: none;
}

.login-top-btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .login-top-btn a {
    padding: 10px 20px;
    max-width: 220px;
    min-width: 220px;
    height: auto;
  }
}

.membership-login-top-btn {
  margin-top: 50px;
}
@media (max-width: 576px) {
  .membership-login-top-btn {
    margin-top: 53px;
  }
}
@media (max-width: 767px) {
  .membership-login-top-btn a {
    padding: 10px 20px;
    max-width: 273px;
    min-width: 273px;
    font-size: 20px;
    height: 63px;
  }
}

.card-div {
  margin-top: 45px;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .card-div {
    margin-top: 35px;
  }
}
.card-div .card-img-top {
  height: 352px;
}
@media screen and (max-width: 991px) {
  .card-div .card-img-top {
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .card-div .card-img-top {
    height: 250px;
  }
}
.card-div .card-img-top .card-top-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-div.ec-card-div {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .card-div.ec-card-div {
    margin-top: 20px;
  }
}
.card-div.ec-card-div .card-img-top {
  height: 280px;
}
.card-div .card-body {
  padding: 12px 0 0 0;
}
.card-div .card-desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px 9px;
  position: relative;
  z-index: 3;
}
.card-div .card-desc .tag {
  color: #ffd300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  font-weight: 500;
  margin-bottom: 0;
  min-width: 128px;
  padding-left: 4px;
  padding-right: 4px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.card-div .card-desc .tag.tag-y {
  background-color: #ffd300;
  color: #000;
}
@media screen and (max-width: 420px) {
  .card-div .card-desc .tag {
    font-size: 12px;
    width: 99px;
  }
}
.card-div .card-desc .tag:hover {
  text-decoration: underline;
}
.card-div .date {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.48px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .card-div .date {
    font-size: 16px;
  }
}
.card-div .favorite {
  position: absolute;
  top: 10px;
  right: 18px;
  z-index: 2;
  background-color: #fff;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.card-div .favorite a svg {
  max-width: 20px;
}
.card-div .favorite.liked a svg path {
  fill: #ffd300;
  stroke: #ffd300;
}
@media screen and (max-width: 575px) {
  .card-div .favorite {
    width: 30px;
    height: 30px;
  }
  .card-div .favorite a svg {
    max-width: 15px;
  }
}
.card-div .new-tag {
  background-color: #ffd300;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  left: 35px;
  bottom: 12px;
  width: 56px;
  height: 56px;
}
.card-div .new-tag.pr-tag {
  background-color: #000000;
}
.card-div .new-tag.pr-tag p {
  color: #ffd300;
}
.card-div .new-tag p {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  line-height: 20px;
}
.card-div .card-title a {
  color: #ffd300;
  text-decoration: none;
  margin-right: 5px;
}
.card-div .card-title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.card-div .card-title a:last-child {
  margin-right: 0;
}
.card-div .card-title {
  color: #ffd300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
  position: absolute;
  bottom: 18px;
  left: 34px;
  z-index: 2;
  max-width: 85%;
  word-spacing: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-div .card-text {
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 109px;
  word-break: break-all;
  margin-top: 11px;
  margin-bottom: 11px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .card-div .card-text {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .card-div .card-text {
    font-size: 18px;
  }
}
.card-div .card-text.ec-card {
  font-size: 22px;
}
@media screen and (max-width: 575px) {
  .card-div .card-text.ec-card {
    max-width: 100%;
    height: auto;
  }
}
.card-div .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-div .card-bottom .date {
  color: #6b6d70;
  font-size: 14px;
  line-height: 22px;
}
.card-div .card-bottom i {
  color: #6b6d70;
}
.card-div .card-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 154px, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.5;
}

.adver-card {
  position: relative;
  border: none;
  border-left: 0.5px solid #000;
  border-right: 0.5px solid #000;
  border-radius: 0;
  height: 100%;
}
.adver-card .card-top {
  padding: 20px 17px 0;
  margin-bottom: 10px;
}
.adver-card .card-top .stamp {
  position: absolute;
}
.adver-card .card-top .stamp .id-initials {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #cccccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 40px;
  line-height: 33px;
  margin-bottom: 0;
  font-weight: 300;
  padding: 13px 10px 20px;
}
.adver-card .card-top .stamp img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.adver-card .card-top .adver-desc {
  max-width: 128px;
  margin-left: auto;
  display: grid;
}
.adver-card .card-top .adver-desc .favorite {
  text-align: end;
  position: relative;
  z-index: 3;
}
.adver-card .card-top .adver-desc .favorite svg {
  width: 20px;
}
.adver-card .card-top .adver-desc .favorite.liked svg path, .adver-card .card-top .adver-desc .favorite.blog-liked svg path {
  fill: #ffd300;
  stroke: #ffd300;
}
.adver-card .card-top .adver-desc .hashtags {
  font-size: 14px;
  text-align: right;
  line-height: 18px;
  margin-top: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  min-height: 54px;
  word-break: break-all;
  z-index: 2;
}
.adver-card .card-top .adver-desc .hashtags a {
  text-decoration: none;
  color: #666666;
  margin-right: 5px;
}
.adver-card .card-top .adver-desc .hashtags a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.adver-card .adver-card-title {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.adver-card .adver-card-title span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .adver-card .adver-card-title span {
    max-width: 60%;
  }
}
.adver-card .post-time {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  margin-bottom: 10px;
}
.adver-card .adver-card-text {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.44px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 62px;
}
.adver-card .further-desc {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 65px;
}
.adver-card .further-desc ul,
.adver-card .further-desc ul li {
  margin-bottom: 0;
}
.adver-card .further-desc {
  max-height: 65px;
}

.event-card {
  margin-top: 40px;
  border: none;
  position: relative;
}
.event-card .card-img-top {
  height: 194px;
}
.event-card .card-img-top img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.event-card .free-tag {
  font-size: 16px;
  padding: 4px 6px;
  min-width: 69px;
  letter-spacing: 0.32px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 17px;
  background: #fff;
  color: #000000;
}
.event-card .end-tag {
  background-color: #6b6d70;
  color: #fff;
}
.event-card .heart {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  border-radius: 100%;
  background-color: #fff;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-card .heart svg {
  width: 20px;
  height: 21px;
}
.event-card .heart.liked a svg path {
  fill: #ffd300;
  stroke: #ffd300;
}
@media screen and (max-width: 529px) {
  .event-card .heart {
    width: 35px;
    height: 35px;
  }
}
.event-card .card-body {
  padding: 0;
  padding-right: 15px;
}
.event-card .card-body .card-left {
  color: #000;
}
.event-card .card-body .card-left .number {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.8px;
  font-weight: 700;
}
@media screen and (max-width: 529px) {
  .event-card .card-body .card-left .number {
    font-size: 35px;
  }
}
.event-card .card-body .card-left .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.32px;
  word-break: keep-all;
}
.event-card .card-body .card-left .date::after {
  content: "";
  width: 53px;
  background-color: #ffd300;
  height: 2px;
  display: block;
  margin-top: 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 529px) {
  .event-card .card-body .card-left .date {
    font-size: 14px;
  }
}
.event-card .card-body .card-left .counter {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.32px;
  white-space: nowrap;
}
@media screen and (max-width: 529px) {
  .event-card .card-body .card-left .counter {
    font-size: 14px;
  }
}
.event-card .card-body .event-card-text {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 32px;
  margin-bottom: 13px;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
  height: 64px;
}
.event-card .card-body .event-card-text:hover {
  color: #000;
}
@media screen and (max-width: 529px) {
  .event-card .card-body .event-card-text {
    font-size: 18px;
  }
}
.event-card .card-body .event-place {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
@media screen and (max-width: 529px) {
  .event-card .card-body .event-place {
    font-size: 14px;
  }
}

.qa-card {
  border: none;
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  border-radius: 0;
  position: relative;
}
.qa-card .clickable-link {
  z-index: 1;
}
.qa-card .card-main {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .qa-card .card-main {
    padding: 0;
    padding-bottom: 20px;
  }
}
.qa-card .card-body {
  padding: 23px 54px 33px 49px;
}
@media screen and (max-width: 767px) {
  .qa-card .card-body {
    padding: 20px 0;
  }
}
.qa-card .details-card-body {
  padding-bottom: 20px;
}
.qa-card .tags {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .qa-card .tags {
    flex-direction: column;
    gap: 10px;
  }
}
.qa-card .tags .nav-tag {
  margin-bottom: 0;
  padding: 4px 14px;
  background: #ffd300;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .qa-card .tags .nav-tag {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .qa-card .tags .nav-tag {
    font-size: 12px;
  }
}
.qa-card .tags .hashtags {
  position: relative;
  z-index: 2;
  word-spacing: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 60%;
}
.qa-card .tags .hashtags a {
  color: #999999;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 44px;
  text-decoration: none;
}
.qa-card .tags .hashtags a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .qa-card .tags .hashtags a {
    flex-wrap: wrap;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .qa-card .tags .hashtags a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .qa-card .tags .hashtags {
    max-width: 100%;
    word-spacing: 10px;
    width: 100%;
    white-space: initial;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.qa-card .tags.detail-tags {
  flex-wrap: wrap;
}
.qa-card .tags.detail-tags .hashtags {
  max-width: 100%;
  text-overflow: inherit;
  overflow: auto;
  white-space: initial;
}
@media screen and (max-width: 767px) {
  .qa-card .tags.detail-tags .hashtags {
    text-overflow: inherit;
    overflow: auto;
    white-space: initial;
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }
}
.qa-card .card-top {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .qa-card .card-top {
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .qa-card .card-top {
    margin-bottom: 14px;
  }
}
.qa-card .card-top .card-title {
  color: #000;
  font-size: 22px;
  letter-spacing: 0.44px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .qa-card .card-top .card-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .qa-card .card-top .card-title {
    margin-bottom: 0;
  }
}
.qa-card .card-top .right-content-top {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 16px;
  justify-content: flex-end;
  margin-bottom: 6px;
  z-index: 5;
  position: relative;
}
.qa-card .card-top .right-content img {
  cursor: pointer;
}
.qa-card .card-top .right-content .info {
  opacity: 0.5;
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .qa-card .card-top .right-content {
    margin-top: 8px;
  }
  .qa-card .card-top .right-content svg {
    max-width: 22px;
  }
}
@media screen and (max-width: 575px) {
  .qa-card .card-top .right-content {
    display: none;
  }
}
.qa-card .card-top .right-content .status {
  margin-bottom: 0;
  margin-left: 15px;
  color: #c60000;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .qa-card .card-top .right-content .status {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .qa-card .card-top .right-content img {
    max-width: 20px;
  }
}
.qa-card .card-top .right-content .not-solved {
  color: #cccccc;
}
.qa-card .id {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .qa-card .id {
    align-items: flex-start;
    gap: 14px;
  }
}
.qa-card .id .id-img {
  border-radius: 100%;
  min-width: 80px;
  max-width: 80px;
  max-height: 79px;
  -o-object-fit: cover;
     object-fit: cover;
}
.qa-card .id .id-desc {
  margin-left: 21px;
}
@media screen and (max-width: 991px) {
  .qa-card .id .id-desc {
    margin-left: 0;
  }
}
.qa-card .id .id-desc .id-title {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 22px;
  color: #000;
  margin-bottom: 0;
}
.qa-card .id .id-desc .id-title span {
  color: #000;
}
@media screen and (max-width: 767px) {
  .qa-card .id .id-desc .id-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .qa-card .id .id-desc .id-title {
    font-size: 14px;
  }
}
.qa-card .id .id-desc .date {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .qa-card .id .id-desc .date {
    font-size: 12px;
  }
}
.qa-card .mob-status-content {
  display: none;
  align-items: center;
  justify-content: flex-end;
  margin-top: 13px;
  flex-wrap: wrap;
}
.qa-card .mob-status-content img {
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .qa-card .mob-status-content img {
    max-width: 22px;
  }
}
.qa-card .mob-status-content .info {
  width: 100%;
  opacity: 0.3;
  font-size: 12px;
  text-align: end;
}
@media screen and (max-width: 575px) {
  .qa-card .mob-status-content {
    display: flex;
    gap: 6px 12px;
  }
}
.qa-card .mob-status-content .status {
  margin-bottom: 0;
  margin-left: 15px;
  color: #c60000;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .qa-card .mob-status-content .status {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .qa-card .mob-status-content .status {
    font-size: 12px;
  }
}
.qa-card .mob-status-content .not-solved {
  color: #cccccc;
}
.qa-card .card-description {
  color: #000;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .qa-card .card-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .qa-card .card-description {
    font-size: 14px;
    -webkit-line-clamp: 4;
    line-height: 20px;
    letter-spacing: 0.7px;
  }
}
.qa-card .question-desc-full {
  color: #000;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .qa-card .question-desc-full {
    font-size: 18px;
  }
}
@media screen and (max-width: 512px) {
  .qa-card .question-desc-full {
    font-size: 16px;
  }
}
.qa-card .card-footer {
  padding: 16px 48px;
  background: transparent;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .qa-card .card-footer {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 0;
  }
  .qa-card .card-footer .share-sns {
    justify-content: center;
  }
}
.qa-card .like-comment-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 9;
}
.qa-card .like-comment-section .display {
  display: flex;
  align-items: center;
  margin-left: 39px;
}
.qa-card .like-comment-section .display:first-child {
  margin-left: 0;
}
.qa-card .like-comment-section .display a .display-img.like {
  display: none;
}
.qa-card .like-comment-section .display a .display-img.nolike {
  display: block;
}
@media screen and (max-width: 767px) {
  .qa-card .like-comment-section .display a .display-img.nolike {
    max-width: 25px;
  }
}
.qa-card .like-comment-section .display a.qa-liked .display-img.nolike {
  display: none;
}
.qa-card .like-comment-section .display a.qa-liked .display-img.like {
  display: block;
  max-width: 26px;
  height: 28px;
}
.qa-card .like-comment-section .display a.liked .display-img.nolike {
  display: none;
}
.qa-card .like-comment-section .display a.liked .display-img.like {
  display: block;
  max-width: 26px;
  height: 28px;
}
.qa-card .like-comment-section .display p {
  color: #ffd300;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 20px;
  margin-left: 10px;
}
.qa-card .id-initials {
  min-width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #cccccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 40px;
  line-height: 33px;
  margin-bottom: 0;
  font-weight: 300;
  padding: 13px 10px 20px;
}
.qa-card .user-img {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-adver .banner-card {
  padding: 21px 17px;
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  .banner-adver .banner-card {
    margin-top: 20px;
  }
}
.banner-adver .banner-card .banner-card-desc .card-title {
  color: #6b6d70;
  font-size: 26px;
  letter-spacing: 0.52px;
  line-height: 40px;
  font-weight: 700;
  max-width: 185px;
  white-space: nowrap;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .banner-adver .banner-card .banner-card-desc .card-title {
    max-width: 100%;
  }
}
@media screen and (max-width: 399px) {
  .banner-adver .banner-card .banner-card-desc .card-title {
    font-size: 20px;
  }
}
.banner-adver .banner-card .banner-card-desc .com-banner-desc {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 22px;
  color: #6b6d70;
  max-width: 140px;
  margin-top: 17px;
  height: 97px;
}
@media screen and (max-width: 991px) {
  .banner-adver .banner-card .banner-card-desc .com-banner-desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .banner-adver .banner-card .banner-card-desc .com-banner-desc {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 399px) {
  .banner-adver .banner-card .banner-card-desc .com-banner-desc {
    font-size: 12px;
  }
}
.banner-adver .banner-card .banner-card-desc .right-arrow {
  font-size: 15px;
  color: #6b6d70;
  transition: 0.1s ease-in-out 0s;
  padding-right: 10px;
}
.banner-adver .banner-card .banner-card-desc .right-arrow:hover {
  color: #1a1818;
}
@media screen and (max-width: 991px) {
  .banner-adver .banner-card .banner-card-img {
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .banner-adver .banner-card .banner-card-img {
    margin-bottom: 10px;
  }
}
.banner-adver .banner-primary {
  background-color: #d9e7d9;
}
.banner-adver .banner-secondary {
  background-color: #f3dacb;
}
.banner-adver .banner-tertiary {
  background-color: #eedea9;
}

.main-content__display-section__card-display .card {
  padding: 20px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.main-content__display-section__card-display .card .card-body {
  padding: 0;
}
.main-content__display-section__card-display .card .card-body .bread-crumb {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  word-break: keep-all;
}
.main-content__display-section__card-display .card .card-body .card-title {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  word-break: keep-all;
  margin-top: 9px;
  margin-bottom: 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-content__display-section__card-display .card .card-body .rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-content__display-section__card-display .card .card-body .rating img {
  max-width: 15px;
}
.main-content__display-section__card-display .card .card-body .rating span {
  color: #999999;
  font-size: 12px;
  letter-spacing: 0.24px;
  line-height: 18px;
  font-weight: 700;
}
.main-content__display-section__card-display .card .card-body .price {
  margin-top: 14px;
  margin-bottom: 15px;
}
.main-content__display-section__card-display .card .card-body .price .body-price.sale {
  color: #c60000;
}
.main-content__display-section__card-display .card .card-body .price .body-price {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.main-content__display-section__card-display .card .card-body .price .body-price span {
  font-size: 20px;
  word-break: break-all;
}
.main-content__display-section__card-display .card .card-body .price .tax-include-price.sale {
  color: #c60000;
}
.main-content__display-section__card-display .card .card-body .price .tax-include-price {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.main-content__display-section__card-display .card .card-img-btm img {
  -o-object-fit: contain;
     object-fit: contain;
}
.main-content__display-section__card-display .card .fav-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  position: relative;
  z-index: 3;
}
.main-content__display-section__card-display .card .fav-cart svg {
  cursor: pointer;
}
@media screen and (max-width: 400px) {
  .main-content__display-section__card-display .card .fav-cart svg {
    max-width: 20px;
  }
}
.main-content__display-section__card-display .card .fav-cart button {
  padding: 11px 14px;
  font-size: 12px;
}
@media screen and (max-width: 400px) {
  .main-content__display-section__card-display .card .fav-cart button {
    padding: 9px 12px;
    font-size: 11px;
  }
}
.main-content__display-section__card-display .card .fav-cart svg.liked path {
  fill: #ffd300;
  stroke: #ffd300;
}

.feature-card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-top: 35px;
}
.feature-card .card-img-top {
  height: 264px;
}
@media screen and (max-width: 991px) {
  .feature-card .card-img-top {
    height: 250px;
  }
}
@media screen and (max-width: 375px) {
  .feature-card .card-img-top {
    height: 225px;
  }
}
.feature-card .card-img-top .card-top-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.feature-card .card-body {
  padding: 16px;
}
.feature-card .card-body .right-arrow {
  padding: 0 10px;
  transition: 0.2s ease-in-out 0s;
}
.feature-card .card-body .right-arrow:hover {
  margin-right: -5px;
}
.feature-card .card-desc {
  background-color: #6b6d70;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 128px;
  min-width: 128px;
  text-align: center;
}
.feature-card .card-desc p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
.feature-card .favorite {
  position: absolute;
  top: 8px;
  right: 15px;
}
.feature-card .new-tag {
  background-color: #dc9063;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  right: 15px;
  bottom: 12px;
  width: 58px;
  height: 58px;
}
.feature-card .new-tag.pr-tag {
  background-color: #8bab8a;
}
.feature-card .new-tag p {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  line-height: 20px;
}
.feature-card .card-title {
  color: #c2a391;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  font-weight: 400;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.feature-card .card-text {
  color: #6b6d70;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.42px;
  margin-bottom: 8px;
  height: 96px;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.feature-card .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature-card .card-bottom .date {
  color: #6b6d70;
  font-size: 14px;
  line-height: 22px;
}
.feature-card .card-bottom i {
  color: #6b6d70;
}

.owl-card {
  background: #fff;
  padding: 23px 15px 16px 11px;
  height: 335px;
}
.owl-card .card-img-top {
  max-width: 193px;
  margin: 0 auto;
  height: 205px;
}
.owl-card .card-img-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.owl-card .owl-card-body {
  padding-left: 14px;
  margin-top: 15px;
}
.owl-card .owl-card-body .price {
  color: #555555;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 3px;
}
.owl-card .owl-card-body .item-title {
  color: #555555;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.owl-card .owl-card-body .rates {
  display: flex;
  align-items: center;
  gap: 6px;
}
.owl-card .owl-card-body .rates img {
  max-width: 15px;
}
.owl-card .owl-card-body .rates p {
  color: #999999;
  font-size: 12px;
  letter-spacing: 0.24px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.rank-product {
  border: none;
  border-radius: 0;
}
.rank-product .card-img-top {
  max-width: 294px;
  height: 208px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .rank-product .card-img-top {
    max-width: 100%;
  }
}
.rank-product .card-img-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rank-product .card-img-top .crown {
  position: absolute;
  top: 18px;
  left: 20px;
}
.rank-product .card-img-top .crown p {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  position: absolute;
  top: 18px;
  left: 23px;
  margin-bottom: 0;
}
.rank-product .card-img-top .crown p span {
  font-size: 14px;
}
.rank-product .card-body .breadcrumb {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.rank-product .card-body h3.card-title,
.rank-product .card-body p.card-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36px;
}
.rank-product .card-body p.card-title {
  height: auto;
}
.rank-product .card-body .card-body {
  padding: 17px 20px 20px 22px;
}
.rank-product .card-body .card-desc {
  padding: 0px 11px 10px;
  background: rgba(255, 211, 0, 0.35);
  position: relative;
  margin-top: 15px;
  height: 151px;
}
.rank-product .card-body .card-desc .arrow-up {
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  right: 50%;
  border-left: 9px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 211, 0, 0.35);
}
.rank-product .card-body .card-desc p {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;
  height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.rank-product .card-body .card-desc p:first-child {
  padding-top: 0;
}
.rank-product .card-body .card-desc p:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.tempc-article-leftCard {
  padding-bottom: 26px;
  border-bottom: 1px dashed #999999;
  margin-top: 34px;
}
.tempc-article-leftCard .card-body .card-text {
  height: auto;
}

.tempc-article-rightCard {
  margin-top: 34px;
  border-bottom: 1px dashed #999;
  padding-bottom: 19px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .tempc-article-rightCard {
    margin-top: 24px;
  }
  .tempc-article-rightCard:first-child {
    border-top: 1px dashed #999;
    padding-top: 19px;
  }
}
.tempc-article-rightCard .row {
  --bs-gutter-x: 9px;
  --bs-gutter-y: 12px;
}
.tempc-article-rightCard .img-top {
  position: relative;
}
.tempc-article-rightCard .img-top .card-top-img {
  max-height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.tempc-article-rightCard .img-top .favorite {
  position: absolute;
  top: 10px;
  right: 18px;
  z-index: 2;
  background-color: #fff;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.tempc-article-rightCard .img-top .favorite svg {
  max-width: 20px;
}
.tempc-article-rightCard .img-top .favorite.liked svg path {
  fill: #ffd300;
  stroke: #ffd300;
}
@media screen and (max-width: 991px) {
  .tempc-article-rightCard .img-top .favorite {
    width: 31px;
    height: 31px;
  }
  .tempc-article-rightCard .img-top .favorite svg {
    max-width: 15px;
  }
}
.tempc-article-rightCard .img-top .new-tag {
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #ffd300;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tempc-article-rightCard .img-top .new-tag.pr-tag {
  background-color: #000;
  color: #ffd300;
}
@media screen and (max-width: 575px) {
  .tempc-article-rightCard .img-top .new-tag {
    padding: 5px;
    width: 30px;
    height: 25px;
    font-size: 10px;
  }
}
.tempc-article-rightCard .description-content .tag-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 21px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 575px) {
  .tempc-article-rightCard .description-content .tag-content {
    margin-bottom: 14px;
  }
}
.tempc-article-rightCard .description-content .tag-content .tag {
  color: #ffd300;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.32px;
  font-weight: 500;
  margin-bottom: 0;
  width: 127px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.tempc-article-rightCard .description-content .tag-content .tag.tag-y {
  background-color: #ffd300;
  color: #000;
}
.tempc-article-rightCard .description-content .tag-content .tag:hover {
  text-decoration: underline;
}
@media screen and (max-width: 575px) {
  .tempc-article-rightCard .description-content .tag-content .tag {
    font-size: 10px;
    width: 99px;
  }
}
.tempc-article-rightCard .description-content .article-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.44px;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 575px) {
  .tempc-article-rightCard .description-content .article-title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.tempc-article-rightCard .date {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.48px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .tempc-article-rightCard .date {
    font-size: 12px;
  }
}
.tempc-article-rightCard .hashtags {
  color: #ffd300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  font-weight: 400;
  margin-bottom: 0;
  height: 25px;
  position: relative;
  z-index: 2;
  word-spacing: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tempc-article-rightCard .hashtags a {
  color: #ffd300;
  text-decoration: none;
  margin-right: 5px;
}
.tempc-article-rightCard .hashtags a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 575px) {
  .tempc-article-rightCard .hashtags {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .right-articles {
    margin-top: 19px;
  }
}

.tempC-top-carousel-owl-card {
  display: flex;
  align-items: center;
  gap: 9px;
  position: relative;
  padding-right: 10px;
  justify-content: center;
  border-right: 1px dashed #ffd300;
}
@media screen and (max-width: 600px) {
  .tempC-top-carousel-owl-card {
    width: 260px;
  }
}
.tempC-top-carousel-owl-card.gam-tag > div {
  height: 60px;
  width: 250px;
}
.tempC-top-carousel-owl-card img {
  min-width: 93px;
  max-width: 93px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tempC-top-carousel-owl-card img.only-image {
  min-width: 0;
  max-width: 100%;
  width: 250px;
}
.tempC-top-carousel-owl-card p {
  flex-grow: 1;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: 700;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tempC-top-carousel-owl-card p span {
  color: #ffd300;
  width: 49px;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.55px;
  line-height: 16px;
  background: #000;
  text-align: center;
  text-transform: uppercase;
  margin-right: 5px;
}
.tempC-top-carousel-owl-card p span.new {
  color: #000;
  background-color: #ffd300;
}

.event-archive-card .free-tag {
  background-color: #000;
}
.event-archive-card .free-tag p {
  color: #fff;
}
.event-archive-card .play-btn {
  position: absolute;
  top: 35%;
  left: 42%;
}
.event-archive-card .play-btn-fav {
  position: absolute;
  top: 37%;
  left: 37%;
  max-width: 40px;
}
@media (max-width: 767px) {
  .event-archive-card .play-btn-fav {
    left: 45%;
  }
}

header.portalHeader {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  header.portalHeader.tempCmobHeader {
    display: none !important;
  }
}
header .nav-ham {
  background-color: #fff;
  height: 63px;
  cursor: pointer;
  width: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .nav-ham span {
  display: block;
  background-color: #000;
  width: 22px;
  height: 2px;
  border-radius: 20px;
}
header .nav-ham span:nth-child(1) {
  margin-bottom: 5px;
}
header .nav-ham span:nth-child(2) {
  margin-bottom: 5px;
}
header .nav-ham span:nth-child(3) {
  margin-bottom: 0px;
}
header .main-nav-ham {
  border: 3px solid #ffd300 !important;
  border-radius: 0;
}
header {
  padding-top: 30px;
  background-color: #fff;
  position: relative;
  padding-bottom: 53px;
}
@media screen and (max-width: 991px) {
  header {
    padding-bottom: 20px;
    padding-top: 20px;
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  header .search-ham {
    width: 100%;
  }
}
header .header-img {
  height: 109px;
}
header .header-img a {
  display: inline-block;
  z-index: 20;
  position: relative;
}
header .header-img a img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1120px) {
  header .header-img a img {
    max-width: 215px;
  }
}
@media screen and (max-width: 991px) {
  header .header-img {
    display: flex;
    justify-content: center;
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  header .header-img .navbar-img {
    max-width: 150px;
  }
}
header .top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  header .top-nav {
    justify-content: center;
  }
}
header .top-nav a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 0.14px;
  line-height: 44px;
}
header .top-nav a:focus {
  box-shadow: none;
}
@media screen and (max-width: 512px) {
  header .top-nav a {
    font-size: 10px;
  }
}
@media screen and (max-width: 410px) {
  header .top-nav a {
    font-size: 7px;
  }
}
@media screen and (max-width: 320px) {
  header .top-nav a {
    font-size: 6px;
  }
}
header .top-nav a::after {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background-color: #809d7f;
  margin: 0 12px;
}
header .top-nav a:last-child::after {
  content: none;
}
header .top-nav a:hover span {
  text-decoration: underline;
  text-underline-offset: 3px;
}
header .top-nav a.last-option span {
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
header .top-nav a.last-option::after {
  content: none;
}
header .top-nav a .fav-count {
  display: flex;
}
header .top-nav a .fav-count p {
  position: absolute;
  top: 8px;
  left: 6px;
  right: 50%;
  line-height: 0;
  letter-spacing: 0.1px;
  font-size: 9px;
}
header .top-nav .user-notif {
  background-color: #000000;
  color: #fff;
  border-radius: 50px;
  padding: 0 4px;
  margin-bottom: 0;
  margin-left: 5px;
  min-width: 15px;
  min-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .top-nav .user-notif .notif {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.1px;
  line-height: 1;
  color: #ffd300;
}
header .navbar {
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  header .navbar {
    margin-top: 0;
  }
}
header .navbar .navbar-toggler {
  padding: 4px 6px;
  margin-left: 10px;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .search-option {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  header .navbar .search-option {
    position: inherit;
  }
}
@media screen and (max-width: 320px) {
  header .navbar .search-option {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
  }
}
header .navbar .nav-select {
  background-color: transparent;
  padding: 5px;
  padding-left: 0;
  border: none;
  border-radius: 0;
  margin-right: -1px;
  color: #000;
  font-size: 14px;
  letter-spacing: 1.6px;
  line-height: 22px;
  max-width: 95px;
  font-weight: 700;
}
header .navbar .nav-select:focus {
  box-shadow: none;
  border: none;
}
@media (max-width: 991px) {
  header .navbar .nav-select {
    padding-right: 0;
    max-width: 90px;
  }
}
header .navbar .search-function {
  border-bottom: 3px solid #ffd300;
}
header .navbar .nav-search {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #000;
  font-size: 14px;
  padding: 2px 20px 4px 0;
  letter-spacing: 1.4px;
  font-weight: 700;
}
header .navbar .nav-search:focus {
  box-shadow: none;
}
header .navbar .nav-search .form-control::-webkit-input-placeholder {
  color: #6b6d70 !important;
}
header .navbar .nav-search .form-control::-moz-placeholder {
  color: #6b6d70 !important;
}
header .navbar .nav-search .form-control:-ms-input-placeholder {
  color: #6b6d70 !important;
}
header .navbar .nav-search .form-control:-moz-placeholder {
  color: #6b6d70 !important;
}
header .navbar .nav-search .form-control:focus {
  border: none;
  box-shadow: none;
}
header .navbar .nav-search:-internal-autofill-selected {
  background-color: transparent !important;
  color: inherit !important;
}
header .navbar .nav-search-btn {
  padding: 0;
  font-size: 20px;
  color: #6b6d70;
  margin-left: -2px;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 991px) {
  header .navbar .nav-search-btn {
    display: none;
  }
}
header .navbar .nav-search-btn:focus {
  box-shadow: none;
}
header .navbar .nav-search-btn img {
  width: 22px;
}
@media screen and (max-width: 767px) {
  header .navbar .nav-search-btn svg {
    max-width: 14px;
    margin-right: 10px;
  }
}
header .navbar .nav-search-btn span {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  header .navbar .nav-search-btn span {
    display: none;
  }
}
header .navbar .nav-search-btn:after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #000;
  display: inline-flex;
  margin-left: 7px;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  header .navbar .nav-search-btn:after {
    content: none;
  }
}
header .navbar .clear {
  position: absolute;
  right: 10px;
  color: #808780;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  header .navbar .nav-collapse {
    display: grid !important;
  }
}
header .navbar .nav-collapse .nav-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
header .navbar .nav-collapse .nav-main .nav-options {
  flex-wrap: wrap;
  gap: 8px 11px;
}
@media screen and (max-width: 991px) {
  header .navbar .nav-collapse .nav-main .nav-options {
    flex-grow: 1;
  }
}
header .navbar .nav-collapse .nav-main .nav-options li {
  height: 27px;
  max-width: 180px;
  min-width: 180px;
}
@media screen and (max-width: 991px) {
  header .navbar .nav-collapse .nav-main .nav-options li {
    order: 3;
    min-width: 0;
    justify-content: space-between;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  header .navbar .nav-collapse .nav-main .nav-options li.ec-li {
    order: 4;
    min-width: 0;
    justify-content: space-between;
  }
}
header .navbar .nav-collapse .nav-main .nav-options li:hover {
  border: none;
}
header .navbar .nav-collapse .nav-main .nav-options li.ec-li:hover {
  border-bottom: none;
}
header .navbar .nav-collapse .nav-main .nav-options li .nav-link {
  color: #000;
  font-size: 18px;
  padding: 0;
  font-weight: 700;
  letter-spacing: 1.6px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
}
header .navbar .nav-collapse .nav-main .nav-options li .nav-link:hover, header .navbar .nav-collapse .nav-main .nav-options li .nav-link.active {
  border-bottom: 3px solid #ffd300;
}
header .navbar .nav-collapse .nav-main .nav-options li .nav-link::after {
  content: none;
}
@media screen and (max-width: 991px) {
  header .navbar .nav-collapse .nav-main .nav-options li .nav-link {
    margin-right: 0;
    width: auto;
    text-align: end;
    margin-left: auto;
  }
}
header .navbar .nav-collapse .nav-main .nav-options .ec-btn {
  background-color: #ffd300;
  padding: 1px 11px !important;
}
header .navbar .nav-collapse .nav-main .nav-options a.active {
  color: #1a1818;
}

.overlay-dropdown {
  left: 2% !important;
  right: 2%;
  padding-top: 0;
  padding-bottom: 23px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-radius: 0;
  overflow-y: auto;
  border: 0.5px solid #000000;
  opacity: 0.95;
}
.overlay-dropdown.ec-dropdown-overlay {
  max-height: 515px;
  border: 0;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.overlay-dropdown.ec-issue-overlay {
  right: 243px;
  padding-left: 180px;
  border: 0;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.overlay-dropdown.portal-dropdown {
  top: 73px !important;
  left: 0 !important;
  right: 0 !important;
}
@media screen and (max-width: 991px) {
  .overlay-dropdown {
    padding: 0 15px 20px;
  }
}
@media screen and (min-width: 992px) {
  .overlay-dropdown .dropDown-inner {
    max-width: 85%;
  }
}
@media screen and (min-width: 992px) {
  .overlay-dropdown .ec-dropdownInner {
    max-width: 100%;
  }
}
.overlay-dropdown .ec-dropdownInner ul {
  padding-left: 0;
  list-style: none;
}
.overlay-dropdown .ec-dropdownInner ul li {
  margin-bottom: 10px;
}
.overlay-dropdown .ec-dropdownInner ul li a {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 36px;
  text-decoration: none;
  text-underline-offset: 3px;
  word-break: break-all;
}
.overlay-dropdown .ec-dropdownInner ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #ffd300;
}
.overlay-dropdown .ec-dropdownInner .ec-dropdown-item-head {
  margin-bottom: 15px;
  border-bottom: 1px dashed #ffd300;
  padding-bottom: 15px;
}
.overlay-dropdown .ec-dropdownInner .ec-dropdown-item-head .ec-drop-text {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 36px;
  word-break: break-all;
}
.overlay-dropdown .nav_dropdown-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}
@media screen and (max-width: 991px) {
  .overlay-dropdown .nav_dropdown-item {
    margin-top: 23px;
    justify-content: flex-end;
  }
}
.overlay-dropdown .nav_dropdown-item .drop-text {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 44px;
  text-decoration: none;
  text-underline-offset: 3px;
  font-weight: 400;
  border-bottom: 1px solid #ffd300;
}
.overlay-dropdown .nav_dropdown-item .drop-text:hover {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .overlay-dropdown .nav_dropdown-item .drop-text {
    font-size: 13px;
    line-height: 30px;
  }
}
.overlay-dropdown .nav_dropdown-item .drop-text.issue-drop-text {
  border-bottom: 0;
}

.header-content {
  position: relative;
}
@media screen and (max-width: 1120px) {
  .header-content {
    display: flex;
    height: 105px;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .header-content {
    display: block;
    height: auto;
  }
}
.header-content .navbar {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 754px;
}
@media screen and (max-width: 991px) {
  .header-content .navbar {
    position: relative;
  }
}

/*EC site header*/
.EC-body {
  background-color: #ffffff;
}

.ec-header-section {
  background-color: #ffd300;
  padding-top: 51px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 98;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 991px) {
  .ec-header-section {
    padding-top: 40px;
    position: relative;
  }
}

.EC-header {
  padding-top: 0;
  background-color: transparent;
}
.EC-header__header {
  background-color: #fff;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .EC-header__header {
    display: none !important;
  }
}
.EC-header__header__logo {
  margin-top: -45px;
  margin-left: 25px;
}
.EC-header__header__logo a {
  display: inline-flex;
  z-index: 9;
  position: relative;
}

.top-menu {
  border-radius: 0;
  border: 2px solid #ffd300;
}
@media screen and (max-width: 1280px) {
  .top-menu.ec-main-top-menu {
    inset: -5px auto auto 20px !important;
  }
}
@media screen and (max-width: 548px) {
  .top-menu {
    padding: 5px 0;
  }
}
@media screen and (max-width: 991px) {
  .top-menu.ec-top-menu {
    inset: 5px auto auto 0 !important;
  }
}
@media screen and (max-width: 370px) {
  .top-menu.ec-top-menu {
    inset: 4px auto auto 0 !important;
  }
}
.top-menu li .dropdown-item {
  font-size: 14px;
  line-height: 29px;
  display: flex;
  gap: 5px;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .top-menu li .dropdown-item {
    font-size: 12px;
    line-height: 22px;
    padding: 5px 10px;
  }
}

.navigation {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  padding-left: 25px;
  padding-right: 27px;
}
.navigation__item {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.6px;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  position: relative;
}
.navigation__item:hover {
  color: #48494b;
  background-color: transparent;
}
.navigation__item:focus {
  box-shadow: none !important;
}
.navigation__item:active {
  color: #6b6d70;
  background-color: transparent !important;
  border: 0;
}
.navigation__item::after {
  content: none;
}
.navigation__item--notification__number {
  background: #ffd938;
  color: #000;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 0.14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.navigation__item--notification__number.scroll-cart-num {
  position: absolute;
  top: -4px;
  right: -10px;
}
.navigation__item--notification__price {
  font-weight: 400;
}
.navigation__item--notification__user {
  background: #000;
  color: #ffd300;
  min-width: 20px;
  height: 20px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding-left: 1px;
  text-decoration: none;
}
.navigation__item--notification__user:hover {
  color: #ffd300;
}
.navigation__item--notification__user.scroll-user-num {
  position: absolute;
  top: -4px;
  right: -10px;
  padding: 0 5px;
}
.navigation__item i {
  font-size: 14px;
}

.header-search {
  max-width: 448px;
  padding: 0px 12px 3px 0;
  border-bottom: 0;
  background-color: transparent;
  border-bottom: 3px solid #ffd300;
  position: absolute;
  top: -37px;
  right: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-search__search-form {
  border-bottom: 0;
  gap: 12px;
}
.header-search__search-form input {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  padding: 2px 10px 4px 0;
  letter-spacing: 1.4px;
}
.header-search__search-form input:focus {
  background-color: transparent;
  box-shadow: none;
}
.header-search__search-form input::-moz-placeholder {
  color: #000;
}
.header-search__search-form input::placeholder {
  color: #000;
}
.header-search__search-form button {
  padding: 0;
  display: flex;
  align-items: center;
}
.header-search__search-form button:focus {
  box-shadow: none;
}

.nav-collapse__nav-main {
  margin-top: 20px;
}
.nav-collapse__nav-main__nav-options {
  gap: 22px;
  justify-content: space-between;
  padding-left: 26px;
  padding-right: 25px;
}
.nav-collapse__nav-main__nav-options--nav-item--nav-option {
  color: #000 !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 36px;
  text-align: center;
  padding: 0 !important;
}
.nav-collapse__nav-main__nav-options--nav-item--nav-option::after {
  content: none;
}
.nav-collapse__nav-main__nav-options--nav-item--nav-option.logo-scroll {
  display: flex;
  align-items: center;
  gap: 15px;
}
.nav-collapse__nav-main__nav-options--nav-item--nav-option.myscue {
  background-color: #ffd300;
  padding: 4px 28px !important;
}
.nav-collapse__nav-main__nav-options--nav-item--nav-option.myscue.myscue-dropdown {
  padding: 9px 28px !important;
  text-decoration: none !important;
}

.EC-header__mobile-header {
  transition: 0.3s ease-in-out;
  display: none;
}
@media screen and (max-width: 991px) {
  .EC-header__mobile-header {
    display: block;
  }
}
.EC-header__mobile-header .mob-nav-btn {
  font-weight: 700;
}
.EC-header__mobile-header .ec-nav-accordion {
  border: none;
}
.EC-header__mobile-header .ec-nav-accordion .accordion-button {
  background: transparent;
  border: none;
  color: #000;
  font-weight: 700;
  box-shadow: none;
  padding-left: 0;
}
.EC-header__mobile-header .ec-nav-accordion .accordion-button::after {
  transform: rotate(270deg);
}
.EC-header__mobile-header .ec-nav-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(360deg);
}
.EC-header__mobile-header .ec-nav-accordion .accordion-body {
  padding-left: 20px;
  padding-top: 0;
}
.EC-header__mobile-header .ec-nav-accordion .accordion-body .accordion-item {
  border: none;
}
.EC-header__mobile-header .ec-nav-accordion .accordion-body .accordion-item .sub-accordion-btn {
  border: none;
  font-weight: 400;
  word-break: break-all;
}
.EC-header__mobile-header .ec-nav-accordion .accordion-body .accordion-item .sub-accordion-body {
  padding-left: 25px;
}
.EC-header__mobile-header .ec-nav-accordion .issues-mob {
  padding-top: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 450px) {
  .EC-header__mobile-header .ec-nav-accordion .issues-mob {
    padding-left: 10px;
  }
}
.EC-header__mobile-header .ec-nav-accordion .issues-mob .nav-issue-item {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 450px) {
  .EC-header__mobile-header .ec-nav-accordion .issues-mob .nav-issue-item {
    flex-direction: column;
    gap: 10px;
  }
}
.EC-header__mobile-header--heading-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.EC-header__mobile-header__hamburger-menu {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffd300;
  border-radius: 4px;
}
@media screen and (max-width: 370px) {
  .EC-header__mobile-header__hamburger-menu {
    width: 40px;
    height: 40px;
  }
}
.EC-header__mobile-header__hamburger-menu__nav-options {
  display: none;
}
.EC-header__mobile-header__hamburger-menu__nav-options {
  position: absolute;
  top: 90px;
  background: #fff;
  z-index: 99;
  left: 0;
  right: 0;
  min-height: 355px;
  margin: 10px;
  list-style: none;
  padding: 26px 22px 40px 24px;
  flex-direction: column;
  gap: 12px;
  max-height: 450px;
  overflow-y: auto;
}
@media screen and (max-width: 510px) {
  .EC-header__mobile-header__hamburger-menu__nav-options {
    top: 80px;
  }
}
@media screen and (max-width: 412px) {
  .EC-header__mobile-header__hamburger-menu__nav-options {
    padding: 15px;
  }
}
.EC-header__mobile-header__hamburger-menu__nav-options a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: break-all;
}
.EC-header__mobile-header__hamburger-menu__menu--menu-item {
  background-color: #000;
  display: block;
  transition: all 0.2s;
  height: 2px;
  width: 20px;
  margin-bottom: 5px;
}
.EC-header__mobile-header__hamburger-menu__menu--menu-item:last-child {
  margin-bottom: 0;
}
.EC-header__mobile-header__hamburger-menu__menu.open {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ffd300;
  border-radius: 4px;
}
.EC-header__mobile-header__hamburger-menu__menu.open .EC-header__mobile-header__hamburger-menu__menu--menu-item {
  background-color: #000;
}
.EC-header__mobile-header__hamburger-menu__menu.open .EC-header__mobile-header__hamburger-menu__menu--menu-item:first-child {
  transform: rotate(45deg);
  transform-origin: -17px 4px;
  width: 30px;
  margin-left: auto;
}
@media screen and (max-width: 370px) {
  .EC-header__mobile-header__hamburger-menu__menu.open .EC-header__mobile-header__hamburger-menu__menu--menu-item:first-child {
    transform-origin: -8px 7px;
  }
}
.EC-header__mobile-header__hamburger-menu__menu.open .EC-header__mobile-header__hamburger-menu__menu--menu-item:nth-child(2) {
  opacity: 0;
}
.EC-header__mobile-header__hamburger-menu__menu.open .EC-header__mobile-header__hamburger-menu__menu--menu-item:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 31px -5px;
  width: 30px;
}
@media screen and (max-width: 370px) {
  .EC-header__mobile-header__hamburger-menu__menu.open .EC-header__mobile-header__hamburger-menu__menu--menu-item:nth-child(3) {
    transform-origin: 22px -2px;
  }
}
.EC-header__mobile-header__hamburger-menu__menu.open .EC-header__mobile-header__hamburger-menu__nav-options {
  display: block;
}
.EC-header__mobile-header__mobile-logo {
  max-width: 200px;
}
@media screen and (max-width: 512px) {
  .EC-header__mobile-header__mobile-logo {
    max-width: 120px;
  }
}
.EC-header__mobile-header__userPage {
  position: relative;
  padding: 12px 15px;
  border: 1px solid #ffd300;
  border-radius: 4px;
}
@media screen and (max-width: 370px) {
  .EC-header__mobile-header__userPage {
    padding: 8px 10px;
  }
}
.EC-header__mobile-header__userPage i {
  font-size: 20px;
}
.EC-header__mobile-header__userPage--notification {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #000;
  color: #ffd300;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding-left: 1px;
}
.EC-header__mobile-header__money-display {
  position: relative;
  padding: 12px 15px;
  border: 1px solid #ffd300;
  border-radius: 4px;
}
@media screen and (max-width: 370px) {
  .EC-header__mobile-header__money-display {
    padding: 8px 10px;
  }
}
.EC-header__mobile-header__money-display i {
  font-size: 20px;
}
.EC-header__mobile-header__money-display--notification {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ffd938;
  color: #000;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 0.14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.EC-header__mobile-header__right-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.EC-header__mobile-header .mobile-header-search {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 97%;
  margin-left: 10px;
  margin-right: 10px;
}
.EC-header__mobile-header__top-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -30px;
  left: 10px;
  right: 10px;
}
.EC-header__mobile-header__top-options p {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.EC-header__mobile-header__top-options .fav {
  text-decoration: none;
  display: flex;
  gap: 10px;
  color: #000;
  font-size: 14px;
}
.EC-header__mobile-header__top-options .fav:hover {
  color: #000;
}
.EC-header__mobile-header__top-options .fav svg {
  max-width: 19px;
}

.EC-header__scroll-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 5px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .EC-header__scroll-header {
    display: none !important;
  }
}
.EC-header__scroll-header__nav-menus {
  padding: 7px 26px 8px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  background: #fff;
}
.EC-header__scroll-header--additional-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.EC-header__scroll-header--additional-items .search {
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.EC-header__scroll-header--additional-items .search img {
  position: relative;
  z-index: 100;
}
.EC-header__scroll-header--additional-items .search .scrollSearchInput {
  position: absolute;
  right: -10px;
  width: 990px;
  padding: 15px 45px 15px 26px;
  top: -13px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  display: none;
}
@media screen and (max-width: 1120px) {
  .EC-header__scroll-header--additional-items .search .scrollSearchInput {
    width: 836px;
  }
}
.EC-header__scroll-header--additional-items .search .scrollSearchInput:focus {
  outline: 0;
  box-shadow: none;
}
.EC-header__scroll-header--additional-items .search .scrollSearchInput::-moz-placeholder {
  color: #666;
}
.EC-header__scroll-header--additional-items .search .scrollSearchInput::placeholder {
  color: #666;
}
.EC-header__scroll-header__dropdown-section {
  position: relative;
}
.EC-header__scroll-header__dropdown-section .nav-ham {
  background-color: #fff;
  height: 54px;
  cursor: pointer;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.EC-header__scroll-header__dropdown-section .nav-ham span {
  display: block;
  background-color: #000;
  width: 22px;
  height: 2px;
  border-radius: 20px;
}
.EC-header__scroll-header__dropdown-section .nav-ham span:nth-child(1) {
  margin-bottom: 5px;
}
.EC-header__scroll-header__dropdown-section .nav-ham span:nth-child(2) {
  margin-bottom: 5px;
}
.EC-header__scroll-header__dropdown-section .nav-ham span:nth-child(3) {
  margin-bottom: 5px;
}
.EC-header__scroll-header__dropdown-section .scroll-side-dropdown {
  width: 325px;
  text-align: center;
  left: -275px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 0.95;
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.EC-header__scroll-header__dropdown-section .scroll-side-dropdown li .dropdown-item {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.6px;
  font-weight: 700;
  padding: 0;
  color: #000;
}
.EC-header__scroll-header__dropdown-section .scroll-side-dropdown li .dropdown-item:hover, .EC-header__scroll-header__dropdown-section .scroll-side-dropdown li .dropdown-item:focus {
  background-color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #ffd300;
  text-decoration-thickness: 2px;
  color: #000;
}
.EC-header__scroll-header__dropdown-section .scroll-side-dropdown li .dropdown-item:hover .myscue, .EC-header__scroll-header__dropdown-section .scroll-side-dropdown li .dropdown-item:focus .myscue {
  background-color: #ffd300;
  text-decoration: none;
}
.EC-header__scroll-header .scroll-nav-option {
  gap: 65px;
}

.none {
  display: none;
  transition: 0.3s ease-in-out;
}

.display {
  display: flex;
  transition: 0.3s ease-in-out;
}

.portal-scroll-header {
  box-shadow: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 0;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .portal-scroll-header {
    display: none !important;
  }
}
.portal-scroll-header.display {
  display: block;
}
.portal-scroll-header .portal__scroll-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 20px;
  transition: 0.3s ease-in-out;
}
.portal-scroll-header .portal__scroll-header__nav-menus {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.portal-scroll-header .portal__scroll-header--additional-items {
  display: flex;
  align-items: center;
  gap: 30px;
}
.portal-scroll-header .portal__scroll-header--additional-items .search {
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.portal-scroll-header .portal__scroll-header--additional-items .search img {
  position: relative;
  z-index: 100;
}
.portal-scroll-header .portal__scroll-header--additional-items .search .scrollSearchInput {
  position: absolute;
  right: -10px;
  width: 751px;
  padding: 15px 45px 15px 26px;
  top: -13px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  display: none;
}
@media screen and (max-width: 1120px) {
  .portal-scroll-header .portal__scroll-header--additional-items .search .scrollSearchInput {
    width: 820px;
  }
}
.portal-scroll-header .portal__scroll-header--additional-items .search .scrollSearchInput:focus {
  outline: 0;
  box-shadow: none;
}
.portal-scroll-header .portal__scroll-header--additional-items .search .scrollSearchInput::-moz-placeholder {
  color: #666;
}
.portal-scroll-header .portal__scroll-header--additional-items .search .scrollSearchInput::placeholder {
  color: #666;
}
.portal-scroll-header .portal__scroll-header__dropdown-section .nav-ham {
  background-color: #fff;
  height: 63px;
  cursor: pointer;
  width: 63px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.portal-scroll-header .portal__scroll-header__dropdown-section .nav-ham span {
  display: block;
  background-color: #000;
  width: 22px;
  height: 3px;
  border-radius: 20px;
}
.portal-scroll-header .portal__scroll-header__dropdown-section .nav-ham span:nth-child(1) {
  margin-bottom: 5px;
}
.portal-scroll-header .portal__scroll-header__dropdown-section .nav-ham span:nth-child(2) {
  margin-bottom: 5px;
}
.portal-scroll-header .portal__scroll-header__dropdown-section .nav-ham span:nth-child(3) {
  margin-bottom: 0;
}
.portal-scroll-header .portal__scroll-header__dropdown-section .scroll-side-dropdown {
  width: 1100px;
  left: -1037px;
  text-align: end;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 0.95;
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1123px) {
  .portal-scroll-header .portal__scroll-header__dropdown-section .scroll-side-dropdown {
    width: 1045px;
    left: -931px;
  }
}
.portal-scroll-header .portal__scroll-header__dropdown-section .scroll-side-dropdown li .dropdown-item {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.6px;
  font-weight: 700;
  padding: 0;
  color: #000;
  display: inline;
  position: relative;
  background: transparent;
}
.portal-scroll-header .portal__scroll-header__dropdown-section .scroll-side-dropdown li .dropdown-item:hover, .portal-scroll-header .portal__scroll-header__dropdown-section .scroll-side-dropdown li .dropdown-item.active {
  background-color: #fff;
  border-bottom: 3px solid #ffd300;
  padding-bottom: 3px;
}
.portal-scroll-header .portal__scroll-header__dropdown-section .scroll-side-dropdown li .sub-menu {
  position: static;
  top: 0;
  right: 0;
  text-align: revert;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 0.95;
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.portal-scroll-header .portal__scroll-header__dropdown-section .scroll-side-dropdown li .sub-menu a {
  border-bottom: 3px solid #ffd300;
}
.portal-scroll-header .portal__scroll-header__cart-section a {
  padding-left: 8px;
  padding-right: 15px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portal-scroll-header .portal__scroll-header .header-right {
  display: flex;
  align-items: center;
  background: #ffd300;
  padding-left: 3px;
}

.header-box-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

@media (max-width: 575px) {
  .event-nav-dropdown {
    margin-top: -160px !important;
  }
}
.event-nav-dropdown-inner {
  max-width: 55% !important;
  margin-left: auto;
}
.event-nav-dropdown-inner a span {
  font-size: 13px;
}
@media (max-width: 991px) {
  .event-nav-dropdown-inner {
    max-width: 100% !important;
  }
}

.portal-scroll-mob-header {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 0;
}
.portal-scroll-mob-header.scrollShiftDown {
  top: 40px;
}
.portal-scroll-mob-header.tempCPage {
  display: none !important;
}
@media (max-width: 575px) {
  .portal-scroll-mob-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.portal-scroll-mob-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 575px) {
  .portal-scroll-mob-header__wrapper__scrollLogo {
    padding-left: 12px;
  }
}
.portal-scroll-mob-header__wrapper__options {
  display: flex;
  align-items: center;
}
.portal-scroll-mob-header__wrapper__options--dropdown {
  padding: 5px;
  background-color: #ffd300;
}
.portal-scroll-mob-header__wrapper__options--dropdown__ham {
  transition: 0.3s ease-in-out all;
  height: 52px !important;
  width: 50px !important;
}
.portal-scroll-mob-header__wrapper__options--dropdown__ham span {
  transition: 0.3s ease-in-out all;
}
.portal-scroll-mob-header__wrapper__options--search {
  width: 60px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd300;
}
.portal-scroll-mob-header__wrapper__options--search .portal-scroll-select-input {
  display: flex;
  align-items: center;
  display: none;
  flex-grow: 1;
  padding: 14px 20px 14px 10px;
  background: #fff;
}
.portal-scroll-mob-header__wrapper__options--search .portal-scroll-select-input .scroll-header-select {
  border: 0;
  font-size: 14px;
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 0;
}
.portal-scroll-mob-header__wrapper__options--search .portal-scroll-select-input .scroll-header-select:focus {
  outline: 0;
  box-shadow: none;
}
.portal-scroll-mob-header__wrapper__options--search .scrollMobSearchInput {
  border: none;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
}
.portal-scroll-mob-header__wrapper__options--search .scrollMobSearchInput:focus {
  outline: 0;
}
.portal-scroll-mob-header__wrapper__options--search .scrollHeaderSearch {
  z-index: 99;
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.portal-scroll-mob-header__wrapper__options--search .portal-scroll-mob-search-img {
  background-color: #ffd300;
  width: 60px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portal-scroll-dropdown-content {
  display: none;
  position: absolute;
  height: calc(100vh - 62px);
  top: 62px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}
.portal-scroll-dropdown-content__header {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 991px) {
  .portal-scroll-dropdown-content__header {
    padding: 20px 30px;
  }
}
.portal-scroll-dropdown-content__header__item .user-img-mob {
  color: #000;
  text-decoration: none;
}
.portal-scroll-dropdown-content__header__item .header-notif-badge {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.1px;
  color: #ffd300;
  background-color: #000;
  line-height: 10px;
  padding: 0 10px;
  border-radius: 10px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portal-scroll-dropdown-content__navigations {
  list-style: none;
  padding-left: 0;
  text-align: end;
  padding-top: 40px;
  padding-right: 15%;
  max-height: calc(100vh - 62px - 69px);
  overflow-y: scroll;
}
.portal-scroll-dropdown-content__navigations li a {
  color: #000;
  font-size: 16px;
  padding: 0;
  font-weight: 700;
  letter-spacing: 1.6px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
  margin-left: auto;
}
.portal-scroll-dropdown-content__navigations li a:focus, .portal-scroll-dropdown-content__navigations li a:hover {
  background: transparent;
  color: #000;
  box-shadow: none;
  outline: 0;
}
.portal-scroll-dropdown-content__navigations li a.active {
  border-bottom: 3px solid #ffd300;
  color: #000000;
  background-color: transparent;
}
.portal-scroll-dropdown-content__navigations .sub-menu {
  position: static !important;
  text-align: revert;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 0.95;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  inset: 0px !important;
  margin: 0px;
  transform: none !important;
}
.portal-scroll-dropdown-content__navigations .sub-menu a {
  max-width: 100%;
  font-size: 14px;
  border-bottom: 3px solid #ffd300;
}
.portal-scroll-dropdown-content__navigations .sub-menu a:focus {
  box-shadow: none;
  outline: 0;
}
.portal-scroll-dropdown-content__navigations .sub-menu a span {
  font-size: 12px;
}

.scrollHamOpen {
  overflow: hidden;
}
.scrollHamOpen span:nth-child(1) {
  margin-bottom: 0 !important;
  transform: translate(0, 6px) rotate(45deg);
}
.scrollHamOpen span:nth-child(2) {
  margin-right: -100px;
  background-color: #fff;
}
.scrollHamOpen span:nth-child(3) {
  margin-bottom: 0 !important;
  transform: translate(0, -3px) rotate(135deg);
}

.portal-tempC-mob-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  border-bottom: 1px solid #f1f1f1;
}
.portal-tempC-mob-header.scrollShiftDown {
  top: 40px;
}
@media (max-width: 991px) {
  .portal-tempC-mob-header.scrollShiftDown {
    top: 0;
  }
}
.portal-tempC-mob-header.mobHeader {
  display: none !important;
}
@media (max-width: 991px) {
  .portal-tempC-mob-header.mobHeader {
    display: block !important;
    padding: 14px 0;
  }
}
@media (max-width: 575px) {
  .portal-tempC-mob-header {
    padding: 13px 0;
  }
}
.portal-tempC-mob-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .portal-tempC-mob-header__wrapper {
    padding: 0 10px;
  }
}
.portal-tempC-mob-header__wrapper--link {
  padding: 3px 9px;
  background-color: #ffd300;
  color: #000;
  text-decoration: none;
}
.portal-tempC-mob-header__wrapper__search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.portal-tempC-mob-header__wrapper__search .search-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
}
.portal-tempC-mob-header__wrapper__search .portal-scroll-select-input {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 14px 20px 14px 10px;
  background: #fff;
}
.portal-tempC-mob-header__wrapper__search .portal-scroll-select-input .scroll-header-select {
  border: 0;
  font-size: 14px;
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 0;
}
.portal-tempC-mob-header__wrapper__search .portal-scroll-select-input .scroll-header-select:focus {
  outline: 0;
  box-shadow: none;
}
.portal-tempC-mob-header__wrapper__search .scrollMobSearchInput {
  border: none;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
}
.portal-tempC-mob-header__wrapper__search .scrollMobSearchInput:focus {
  outline: 0;
}
.portal-tempC-mob-header__wrapper__search .tempCHeaderSearch {
  z-index: 99;
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.portal-tempC-mob-header__wrapper__search .portal-scroll-mob-search-img {
  background-color: #ffd300;
  width: 60px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portal-tempC-mob-header__wrapper--dropdown {
  transition: 0.3s ease-in-out all;
}
.portal-tempC-mob-header__wrapper--dropdown__ham {
  width: auto !important;
  height: auto !important;
  transition: 0.3s ease-in-out all;
}
.portal-tempC-mob-header__wrapper--dropdown__ham span {
  transition: 0.3s ease-in-out all;
}
.portal-tempC-mob-header__wrapper--logo img {
  width: 240px;
  height: auto;
}
@media (max-width: 575px) {
  .portal-tempC-mob-header__wrapper--logo img {
    max-width: 142px;
    height: auto;
  }
}
.portal-tempC-mob-header__register {
  display: flex;
  padding: 3px 9px;
  background-color: #ffd300;
}
.portal-tempC-mob-header__register--link {
  color: #000;
  text-decoration: none;
  text-align: center;
}

.portal-tempC-dropdown-content {
  display: none;
  position: absolute;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 7;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.portal-tempC-dropdown-content .home-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #000;
}
.portal-tempC-dropdown-content #tempCHamIconClose {
  border-left: 3px solid #ffd300;
}
.portal-tempC-dropdown-content #tempCHamIconClose span:nth-child(1) {
  margin-bottom: 0 !important;
  transform: translate(0, 2px) rotate(45deg);
}
.portal-tempC-dropdown-content #tempCHamIconClose span:nth-child(2) {
  display: none;
}
.portal-tempC-dropdown-content #tempCHamIconClose span:nth-child(3) {
  margin-bottom: 0 !important;
  transform: translate(0, 0) rotate(135deg);
}
.portal-tempC-dropdown-content__logoShow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 63px;
}
.portal-tempC-dropdown-content__logoShow > div:first-child {
  padding-left: 15px;
}
.portal-tempC-dropdown-content__header {
  border-bottom: 1px solid #ded8d8;
  padding: 15px 10px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  background: rgba(241, 241, 241, 0.95);
}
.portal-tempC-dropdown-content__navigations {
  list-style: none;
  padding-left: 0;
  text-align: end;
  padding-top: 40px;
  padding-right: 40px;
  height: 100%;
  overflow-y: scroll;
  background: rgba(241, 241, 241, 0.95);
}
.portal-tempC-dropdown-content__navigations li a {
  color: #000;
  font-size: 16px;
  padding: 0;
  font-weight: 700;
  letter-spacing: 1.6px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
  margin-left: auto;
}
.portal-tempC-dropdown-content__navigations li a:focus, .portal-tempC-dropdown-content__navigations li a:hover {
  background: transparent;
  color: #000;
  box-shadow: none;
  outline: 0;
}
.portal-tempC-dropdown-content__navigations li a.active {
  border-bottom: 3px solid #ffd300;
  color: #000000;
  background-color: transparent;
}
.portal-tempC-dropdown-content__navigations .sub-menu {
  position: static !important;
  text-align: revert;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  inset: 0px !important;
  margin: 0px;
  transform: none !important;
  background-color: transparent;
}
.portal-tempC-dropdown-content__navigations .sub-menu a {
  max-width: 100%;
  font-size: 14px;
  border-bottom: 3px solid #ffd300;
}
.portal-tempC-dropdown-content__navigations .sub-menu a:focus {
  box-shadow: none;
  outline: 0;
}
.portal-tempC-dropdown-content__navigations .sub-menu a span {
  font-size: 12px;
}

@media (max-width: 991px) {
  #portalHeader {
    display: none !important;
  }
}

footer .footer-top {
  background-color: #fff;
  padding: 22px 0 31px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  footer .footer-top {
    padding-bottom: 20px;
    margin-top: 20px;
  }
}
footer .footer-top .max-col {
  max-width: 269px;
}
@media screen and (max-width: 991px) {
  footer .footer-top .max-col {
    max-width: 100%;
  }
}
footer .footer-top .footer-heading {
  color: #000000;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.6px;
  font-weight: 700;
  margin-top: 10px;
  white-space: nowrap;
}
footer .footer-top .footer-heading.footer-btn {
  background: #FFD300;
  line-height: 24px;
  padding: 1px 10px;
}
footer .footer-top .footer-heading.one {
  max-width: 114px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
footer .footer-top .footer-heading.two, footer .footer-top .footer-heading.three {
  max-width: 71px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
footer .footer-top .footer-heading.four {
  max-width: 88px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
footer .footer-top .footer-heading.five {
  max-width: 125px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
footer .footer-top .footer-heading.six {
  max-width: 106px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
footer .footer-top .footer-heading.seven {
  max-width: 71px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
footer .footer-top .footer-heading.eight {
  max-width: 161px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 575px) {
  footer .footer-top .footer-heading {
    font-size: 15px;
    min-width: 152px;
  }
}
@media screen and (max-width: 368px) {
  footer .footer-top .footer-heading {
    min-width: 115px;
  }
}
footer .footer-top .footer-list {
  list-style: none;
  padding-left: 0;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  footer .footer-top .footer-list {
    margin-bottom: 0;
  }
}
footer .footer-top .footer-list a {
  color: #000000;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
  margin-bottom: 5px;
}
footer .footer-top .footer-list a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer .footer-top .social-medias {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  footer .footer-top .social-medias {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 575px) {
  footer .footer-top .social-medias {
    justify-content: center;
  }
}
footer .footer-top .social-medias a {
  transition: 0.2s ease-in-out 0s;
}
footer .footer-top .social-medias a:hover {
  margin-top: -5px;
}
footer .footer-top .copyright-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer-top .copyright-content {
    align-items: center;
    flex-direction: column;
  }
}
footer .footer-top .copyright-content .copyright {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  footer .footer-top .copyright-content .copyright {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  footer .footer-top .copyright-content .copyright {
    margin-bottom: 10px;
  }
}
footer .up {
  position: fixed;
  right: 100px;
  bottom: 100px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
  z-index: 1000;
}
@media screen and (max-width: 991px) {
  footer .up {
    right: 50px;
    bottom: 50px;
  }
  footer .up svg {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  footer .up {
    right: 15px;
  }
  footer .up svg {
    width: 30px;
    height: 30px;
  }
}
footer .up.show {
  visibility: visible;
  opacity: 1;
  display: block;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 30px 0;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .logoOne {
    max-width: 100px;
  }
  footer .footer-bottom .logoTwo {
    max-width: 145px;
  }
}
footer .footer-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  footer .footer-navigation {
    gap: 25px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-navigation {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px 40px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-navigation {
    justify-content: space-between;
    margin-bottom: 25px;
  }
}
footer .footer-navigation a {
  text-decoration: none;
}
footer .footer-navigation a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*EC footer*/
.footer-content {
  background-color: #fff;
  padding: 37px 0 0 0;
}
.footer-content__navigation-content {
  display: flex;
  align-items: center;
  gap: 15px 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .footer-content__navigation-content {
    gap: 20px;
    justify-content: flex-start;
  }
}
.footer-content__navigation-content .left-options {
  display: flex;
  align-items: center;
  gap: 15px 60px;
  flex-wrap: wrap;
  max-width: 423px;
}
@media screen and (max-width: 420px) {
  .footer-content__navigation-content .left-options {
    max-width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .footer-content__navigation-content .left-options {
    gap: 15px 35px;
    justify-content: space-between;
  }
}
.footer-content__navigation-content .right-options {
  display: flex;
  align-items: center;
  gap: 15px 60px;
  flex-wrap: wrap;
  max-width: 600px;
}
@media screen and (max-width: 420px) {
  .footer-content__navigation-content .right-options {
    max-width: 100%;
  }
}
.footer-content__navigation-content a {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}
.footer-content__navigation-content a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-content__navigation-content a.myscue {
  background-color: #FFD300;
  padding: 0px 13px;
  font-weight: 700;
}
.footer-content__navigation-content a.myscue:hover {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .footer-content__navigation-content a.myscue {
    padding: 0px 8px;
    order: 2;
  }
}
@media screen and (max-width: 575px) {
  .footer-content__navigation-content a {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .footer-content__navigation-content a {
    font-size: 12px;
  }
}
.footer-content__copyright-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-content__copyright-content {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
}
.footer-content__copyright-content--social-content {
  display: flex;
  align-items: flex-end;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .footer-content__copyright-content--social-content {
    order: 1;
  }
}
.footer-content__copyright-content--social-content .social-medias {
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer-content__copyright-content--social-content a {
  transition: 0.2s ease-in-out 0s;
}
.footer-content__copyright-content--social-content a:hover {
  margin-top: -5px;
}
.footer-content__copyright-content p {
  margin-bottom: 0;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .footer-content__copyright-content p {
    order: 2;
  }
}
.footer-content__company-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .footer-content__company-icon .logoOne {
    max-width: 100px;
  }
  .footer-content__company-icon .logoTwo {
    max-width: 145px;
  }
}

.end {
  width: 100%;
  height: 23px;
  background: #FFD300;
}

.banner-section {
  padding: 0;
}
.banner-section .display-banner {
  position: relative;
}
.banner-section .display-banner .banner-img-home {
  width: 100%;
  max-height: 518px;
  height: 518px;
  aspect-ratio: 780/518;
}
@media screen and (max-width: 991px) {
  .banner-section .display-banner .banner-img-home {
    height: 100%;
  }
}
.banner-section .display-banner .ab-banner-img {
  width: 100%;
  height: auto;
  aspect-ratio: 780/518;
}
.banner-section .display-banner iframe {
  width: 100%;
  height: 518px;
  max-width: 100% !important;
  aspect-ratio: 780/518;
}
@media screen and (max-width: 767px) {
  .banner-section .display-banner iframe {
    height: 100%;
    margin: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .banner-section .banner {
    order: 2;
  }
}
.banner-section .banner-content {
  padding-left: 34px;
  position: absolute;
  bottom: 52px;
  left: 0;
  right: 20px;
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  .banner-section .banner-content {
    padding-left: 14px;
    bottom: 40px;
  }
}
.banner-section .banner-heading {
  font-size: 20px;
  padding: 0 16px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 18px;
  background-color: #000;
  color: #ffd300;
  text-transform: uppercase;
  font-weight: 500;
}
.banner-section .banner-heading.new-tag {
  background-color: #ffd300;
  color: #000;
}
.banner-section .banner-heading.special {
  background-color: #000;
  color: #fff;
}
@media (max-width: 991px) {
  .banner-section .banner-heading {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-heading {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .banner-section .banner-heading {
    font-size: 12px;
  }
}
.banner-section .heading-detail {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  display: flex;
  max-width: 527px;
  word-break: break-all;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 991px) {
  .banner-section .heading-detail {
    word-break: normal;
    text-align: left;
    max-width: 284px;
  }
}
@media screen and (max-width: 767px) {
  .banner-section .heading-detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 280px) {
  .banner-section .heading-detail {
    font-size: 15px;
  }
}
.banner-section .heading-detail span {
  background-color: #ffd300;
  padding: 5px 15px;
  letter-spacing: 0.52px;
  line-height: 36px;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .banner-section .heading-detail span {
    padding: 5px 7px 7px 12px;
    font-size: 16px;
    line-height: 22px;
  }
}
.banner-section .heading-detail span a {
  display: block;
  text-align: end;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 20px;
}
.banner-section .heading-detail span a i {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .banner-section .heading-detail span a {
    font-size: 14px;
    margin-left: 0;
    text-align: start;
    margin-top: 5px;
  }
}
@media screen and (max-width: 575px) {
  .banner-section .heading-detail span a {
    font-size: 12px;
    text-align: right;
  }
}
.banner-section .banner-description {
  display: flex;
  align-items: flex-end;
}
.banner-section .banner-description p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.48px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .banner-section .banner-description p {
    font-size: 14px;
    color: #000;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-description {
    display: none;
  }
}
.banner-section .banner-img {
  margin-top: -80px;
  position: relative;
  margin-left: -35px;
}
@media screen and (max-width: 991px) {
  .banner-section .banner-img {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.banner-section .desc {
  margin-right: 0;
  margin-left: 0;
  margin-top: 9px;
}
@media (max-width: 991px) {
  .banner-section .desc {
    margin-top: 0;
  }
}
.banner-section .desc .banner-tag-section {
  color: #ffd300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 3;
}
.banner-section .desc .more {
  margin-bottom: 3px;
}
.banner-section .desc .more .more-btn {
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
}
.banner-section .desc .more .more-btn i {
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .banner-section .desc .more .more-btn {
    border-color: #000;
    color: #000;
  }
}
.banner-section .desc .hashtags {
  color: #ffd300;
  font-size: 16px;
  margin-top: 4px;
  margin-right: 5px;
  line-height: 20px;
  letter-spacing: 0.32px;
  position: relative;
  z-index: 3;
  text-decoration: none;
}
.banner-section .desc .hashtags:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .banner-section .desc .hashtags {
    font-size: 12px;
  }
}
.banner-section .favorite {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  background: #fff;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.banner-section .favorite svg {
  max-width: 20px;
}
.banner-section .favorite.liked a svg path {
  fill: #ffd300;
  stroke: #ffd300;
}
@media screen and (max-width: 575px) {
  .banner-section .favorite {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
  .banner-section .favorite svg {
    max-width: 15px;
  }
}
.banner-section .dark-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 400px, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .banner-section .dark-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 160px, #000);
    opacity: 0.85;
  }
}

.section-heading {
  color: #000000;
  font-size: 26px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 2.6px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 512px) {
  .section-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .section-heading {
    font-size: 18px;
  }
}
.section-heading::after {
  content: "";
  width: 85px;
  height: 1px;
  background-color: #707070;
  display: block;
  margin: 25px auto 0;
}
@media (max-width: 575px) {
  .section-heading::after {
    height: 2px;
  }
}
.section-heading .heading-2 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif;
}

.membership-section-heading {
  color: #000000;
  font-size: 26px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 2.6px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .membership-section-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 512px) {
  .membership-section-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .membership-section-heading {
    font: normal normal bold 16px/26px Noto Sans JP;
  }
}
.membership-section-heading::after {
  content: "";
  width: 85px;
  height: 1px;
  background-color: #707070;
  display: block;
  margin: 25px auto 0;
}
@media (max-width: 575px) {
  .membership-section-heading::after {
    height: 2px;
    margin: 18px auto 0;
  }
}

.section-head {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.6px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 25px;
}
.section-head::before {
  content: "";
  background: #000;
  width: 377px;
  height: 1px;
  display: block;
  margin-right: auto;
}
.section-head::after {
  content: "";
  background: #000;
  width: 377px;
  height: 1px;
  display: block;
  margin-left: auto;
}

.kaigo-heading {
  text-decoration: none;
}
.kaigo-heading:hover {
  color: #6b6d70;
}

.article-section {
  padding: 50px 0 20px;
}
@media screen and (max-width: 991px) {
  .article-section {
    padding: 30px 0 10px;
  }
}

.button-section {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
@media screen and (max-width: 512px) {
  .button-section {
    margin-top: 30px;
  }
}
.button-section .section-btn {
  border: 3px solid #ffd300;
  background-color: transparent;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  padding: 16px 20px;
  max-width: 216px;
  min-width: 216px;
  text-align: center;
  border-radius: 0;
}
.button-section .section-btn.mob-btn {
  background-color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 425px) {
  .button-section .section-btn {
    min-width: 165px;
    font-size: 16px;
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  .button-section .section-btn {
    padding: 10px 20px;
    min-width: 150px;
  }
}
.button-section .section-btn:focus {
  box-shadow: none;
}
.button-section .section-btn:hover {
  background-color: #ffd300;
  color: #fff;
}

.issue-section {
  margin: 50px 0;
  margin-bottom: 20px;
  background-color: rgba(255, 211, 0, 0.2);
  padding: 40px 0px 50px 0;
  gap: 50px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .issue-section {
    flex-direction: column;
    padding: 30px 15px 30px 15px;
    margin: 30px 0;
    margin-bottom: 20px;
  }
}
.issue-section .issue-heading {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.8px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .issue-section .issue-heading {
    font-size: 15px;
  }
}
.issue-section .issue-heading::after {
  content: "";
  width: 247px;
  height: 4px;
  background-color: #ffd300;
  display: block;
  margin: 0 auto;
  margin-top: 11px;
}
.issue-section .left-issues {
  width: 465px;
}
@media screen and (max-width: 991px) {
  .issue-section .left-issues {
    width: auto;
  }
}
.issue-section .right-issues {
  flex-grow: 1;
}
.issue-section .issues {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  max-width: 280px;
  margin: 0 auto;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .issue-section .issues {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .issue-section .issues {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .issue-section .issues {
    max-width: 300px;
    gap: 20px 40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .issue-section .issues {
    max-width: 100%;
    justify-content: space-between;
    gap: 30px 0;
  }
}
.issue-section .issues .issue-item {
  text-align: center;
}
@media (max-width: 575px) {
  .issue-section .issues .issue-item {
    max-width: 85px;
    width: 85px;
  }
}
@media (max-width: 393px) {
  .issue-section .issues .issue-item {
    max-width: 75px;
    width: 75px;
  }
}
.issue-section .issues .issue-item img {
  width: 88px;
}
@media screen and (max-width: 575px) {
  .issue-section .issues .issue-item img {
    width: 75px;
    height: auto;
  }
}
@media (max-width: 393px) {
  .issue-section .issues .issue-item img {
    max-width: 65px;
    width: 65px;
  }
}
.issue-section .issues .issue-item a {
  color: #000;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .issue-section .issues .issue-item a {
    font-size: 14px;
  }
}
.issue-section .issues .issue-item a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.issue-section .issues .issue-item a p {
  margin-bottom: 0;
  margin-top: 5px;
}
@media (max-width: 575px) {
  .issue-section .issues .issue-item a p {
    line-height: 16px;
  }
}
.issue-section .issues .issue-item:last-child {
  margin-left: 25px;
}
@media (max-width: 991px) {
  .issue-section .issues .issue-item:last-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .issue-section .issues .issue-item:last-child {
    margin-left: 25px;
  }
}
@media (max-width: 575px) {
  .issue-section .issues .issue-item:last-child {
    margin-left: 0;
  }
}
.issue-section .issues.right-items {
  max-width: 550px;
}
@media (max-width: 991px) {
  .issue-section .issues.right-items {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .issue-section .issues.right-items {
    max-width: 100%;
    justify-content: space-between;
    gap: 30px;
  }
}
@media screen and (max-width: 478px) {
  .issue-section .issues.right-items {
    gap: 10px 0;
  }
}
.issue-section .issues.right-items .issue-item:last-child {
  margin-left: 5px !important;
}
@media (max-width: 991px) {
  .issue-section .issues.right-items .issue-item:last-child {
    margin-left: 0 !important;
  }
}

.local-info-section {
  padding-bottom: 70px;
}
.local-info-section .local {
  border: 1px solid #000000;
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .local-info-section .local {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .local-info-section .local {
    margin-top: 40px;
  }
}
.local-info-section .local-section {
  border-right: 1px solid #000000;
}
@media screen and (max-width: 991px) {
  .local-info-section .local-section {
    border-right: 0;
    border-bottom: 1px solid #000000;
  }
}
.local-info-section .local-section .heading::after {
  content: "";
  width: 243px;
  height: 5px;
  background-color: #ffd300;
  display: block;
  bottom: 0;
  margin-top: 13px;
}
.local-info-section .local-section .heading .heading-content {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-left: 17px;
}
.local-info-section .local-section .heading .local-heading {
  font-size: 26px;
  color: #000000;
  letter-spacing: 2.6px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 16px;
}
@media screen and (max-width: 575px) {
  .local-info-section .local-section .heading .local-heading {
    font-size: 18px;
  }
}
.local-info-section .local-section .map-section {
  margin-top: 30px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 20px;
}
.local-info-section .local-section .map-section img {
  width: 100%;
}
.local-info-section .new-section {
  padding: 16px 0;
}
.local-info-section .new-section .heading {
  margin-bottom: 37px;
}
.local-info-section .new-section .heading::after {
  content: "";
  width: 161px;
  height: 5px;
  background-color: #ffd300;
  display: block;
  bottom: 0;
  margin-top: 13px;
}
.local-info-section .new-section .heading .new-heading {
  font-size: 22px;
  color: #000;
  letter-spacing: 2.2px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 575px) {
  .local-info-section .new-section .heading .new-heading {
    font-size: 18px;
  }
}
.local-info-section .new-section .articles {
  margin-top: 19px;
  padding-left: 16px;
  padding-right: 22px;
}
.local-info-section .new-section .articles::after {
  content: "";
  width: 100%;
  border: 0.5px dashed #ffd300;
  display: block;
}
.local-info-section .new-section .articles .place-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 280px) {
  .local-info-section .new-section .articles .place-date {
    flex-direction: column;
  }
}
.local-info-section .new-section .articles .place-date .place {
  display: flex;
  align-items: center;
}
.local-info-section .new-section .articles .place-date .place .city {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 20px;
  color: #ffffff;
  padding: 4px 7px;
  text-align: center;
  background: #000;
  margin-right: 9px;
  min-width: 76px;
}
.local-info-section .new-section .articles .place-date .date {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.42px;
  margin-bottom: 0;
}
.local-info-section .new-section .articles .article-desc {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 9px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}
.local-info-section .new-section .region-button {
  margin-top: 42px;
}

.long-term-section {
  padding: 50px 0 20px;
}
@media screen and (max-width: 991px) {
  .long-term-section {
    padding: 30px 0 10px;
  }
}
.long-term-section .row {
  margin-top: 70px;
  --bs-gutter-x: 15px;
}
@media screen and (max-width: 991px) {
  .long-term-section .row {
    --bs-gutter-y: 15px;
  }
}
@media screen and (max-width: 767px) {
  .long-term-section .row {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .long-term-section .row {
    margin-top: 40px;
  }
}
.long-term-section .long-img {
  height: 435px;
}
.long-term-section .long-img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .long-term-section .long-img {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .long-term-section .long-img {
    height: 375px;
  }
}
@media screen and (max-width: 450px) {
  .long-term-section .long-img {
    height: 320px;
  }
}
.long-term-section .long-term-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.long-term-section .long-term-content .static-page-direct {
  position: relative;
  background-color: #ffd300;
  color: #000;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 2.6px;
  font-weight: 700;
  height: 135px;
  padding: 20px 21px;
  display: grid;
  text-decoration: none;
  word-break: keep-all;
}
.long-term-section .long-term-content .static-page-direct p {
  height: 73px;
  margin-bottom: 0;
  word-break: normal;
}
@media screen and (max-width: 420px) {
  .long-term-section .long-term-content .static-page-direct p {
    font-size: 18px;
  }
}
.long-term-section .long-term-content .static-page-direct i {
  display: flex;
  justify-content: flex-end;
}
.long-term-section .long-term-content .static-page-direct.alternate {
  background-color: #000;
  color: #ffd300;
}

.community-section {
  padding: 50px 0 20px;
}
@media screen and (max-width: 991px) {
  .community-section {
    padding: 30px 0 10px;
  }
}
.community-section .description {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .community-section .description {
    font-size: 16px;
  }
}
.community-section .search-field {
  max-width: 740px;
  margin: 0 auto;
  border-radius: 0;
  border: none;
}
.community-section .search-field .search-button {
  padding-left: 20px;
  padding-right: 5px;
  background-color: #eeeeee;
}
.community-section .search-field .search-button:focus {
  box-shadow: none;
}
.community-section .search-field .input-field {
  border: none;
  color: #000;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 36px;
}
.community-section .search-field .input-field::-moz-placeholder {
  color: #6b6d70;
}
.community-section .search-field .input-field::placeholder {
  color: #6b6d70;
}
.community-section .search-field .input-field {
  background-color: #eeeeee;
}
.community-section .search-field .input-field:focus {
  box-shadow: none;
}
.community-section .search-field .input-field:focus {
  border: none;
  box-shadow: none;
}
.community-section .adver-content {
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .community-section .adver-content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .community-section .adver-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .community-section .adver-content {
    margin-top: 30px;
  }
}

.event-section {
  padding: 50px 0 20px;
}
@media screen and (max-width: 991px) {
  .event-section {
    padding: 30px 0 10px;
  }
}
.event-section .row {
  margin-top: 15px;
}

.portal-banner {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .portal-banner {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .portal-banner {
    gap: 15px;
  }
}
.portal-banner-carouselSection {
  flex-grow: 1;
}
.portal-banner-adSection {
  min-width: 300px;
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .portal-banner-adSection {
    min-width: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.portal-banner-adSection_image {
  position: relative;
  margin-bottom: 19px;
  height: 250px;
}
.portal-banner-adSection_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 575px) {
  .portal-banner-adSection_image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.portal-banner-adSection_image .tag {
  position: absolute;
  right: 0;
  background-color: #000;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.6px;
  text-align: center;
  width: 49px;
  height: 22px;
}
@media screen and (max-width: 991px) {
  .portal-banner-adSection_image.banner-hide-mob {
    display: none;
  }
}
.portal-banner-adSection_image.banner-show-mob {
  display: none;
}
@media screen and (max-width: 991px) {
  .portal-banner-adSection_image.banner-show-mob {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 70px;
    max-width: 300px;
  }
}
.portal-banner-adSection_topicList {
  border: 1px solid #ffd300;
  height: 250px;
}
.portal-banner-adSection_topicList.another_ad_image {
  border: none;
}
@media screen and (max-width: 991px) {
  .portal-banner-adSection_topicList {
    height: auto;
  }
}
.portal-banner-adSection_topicList_heading {
  background-color: #ffd300;
  padding: 6px 14px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.portal-banner-adSection_topicList_show {
  padding: 8px 17px 12px 14px;
  display: flex;
  flex-direction: column;
}
.portal-banner-adSection_topicList_show a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-top: 1px dashed #ffd300;
  padding-top: 5px;
  margin-bottom: 5px;
  min-height: 48px;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.portal-banner-adSection_topicList_show a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.portal-banner-adSection_topicList_show a:first-child {
  border-top: 0;
  padding-top: 0;
  min-height: 42px;
}
.portal-banner-adSection_topicList_show a:last-child {
  margin-bottom: 0;
}
.portal-banner-adSection_topicList_show a .tag {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 17px;
  letter-spacing: 0.6px;
  min-width: 49px;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
  color: #ffd300;
}
.portal-banner-adSection_topicList_show a .tag.new {
  background-color: #ffd300;
  color: #000;
}

.portal-brand-banner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 935px;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 65px;
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .portal-brand-banner {
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .portal-brand-banner {
    gap: 5px;
  }
}
.portal-brand-banner-item {
  position: relative;
  height: 150px;
  max-width: 300px;
  overflow: hidden;
  width: 300px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.portal-brand-banner-item img {
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out 0s;
  -o-object-fit: cover;
     object-fit: cover;
}
.portal-brand-banner-item:hover {
  transform: scale(1);
}
.portal-brand-banner-item:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 575px) {
  .portal-brand-banner-item {
    max-width: 100%;
    height: 107px;
    width: 49%;
  }
}

.policy-li-break {
  word-break: keep-all;
}
@media screen and (max-width: 991px) {
  .policy-li-break {
    word-break: normal;
  }
}

.tempc-article-section {
  padding-bottom: 80px;
}

.tempC-topic-carousel {
  margin-top: 13px;
}
.tempC-topic-carousel.mob {
  display: none;
}
.tempC-topic-carousel .owl-nav .owl-prev,
.tempC-topic-carousel .owl-nav .owl-next {
  background-color: #ffd300 !important;
  width: 22px;
  height: 22px;
}
.tempC-topic-carousel .owl-nav .owl-prev span,
.tempC-topic-carousel .owl-nav .owl-next span {
  color: #000;
  margin-top: 0;
}
.tempC-topic-carousel .owl-item:last-child .tempC-top-carousel-owl-card {
  border-right: 0;
}
@media (max-width: 991px) {
  .tempC-topic-carousel.mob {
    display: block;
  }
  .tempC-topic-carousel .owl-nav {
    left: -10px;
    right: -10px;
  }
  .tempC-topic-carousel.web {
    display: none;
  }
}

.banner-carousel-indicators {
  gap: 10px;
}
.banner-carousel-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  border: 2px solid #ffd300;
  background-color: transparent;
  opacity: 1;
  margin: 0;
}
.banner-carousel-indicators [data-bs-target].active {
  background: #ffd300;
}
@media (max-width: 575px) {
  .banner-carousel-indicators {
    background: rgba(0, 0, 0, 0.4);
    width: -moz-fit-content;
    width: fit-content;
    margin: 6px auto;
    padding: 4px 9px 5px;
    border-radius: 11px;
  }
  .banner-carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
  }
  .banner-carousel-indicators [data-bs-target].active {
    background: #fff;
  }
}

.heart-relative {
  z-index: 2;
  position: relative;
  width: 20px;
}

@media (max-width: 768px) {
  .mobile-brand-banner {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

.kaigo-main .kaigo-banner-content {
  position: relative;
}
.kaigo-main .kaigo-banner-content .kaigo-banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kaigo-main .kaigo-content {
  padding: 70px 0 0;
}
@media screen and (max-width: 991px) {
  .kaigo-main .kaigo-content {
    padding: 40px 0 0;
  }
}
.kaigo-main .kaigo-content .kaigo-desc {
  margin: 0 auto;
  margin-top: 35px;
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  max-width: 1000px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .kaigo-main .kaigo-content .kaigo-desc {
    font-size: 18px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .kaigo-main .kaigo-content .kaigo-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.kaigo-main .kaigo-content .sub-heading-part {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .kaigo-main .kaigo-content .sub-heading-part {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 575px) {
  .kaigo-main .kaigo-content .sub-heading-part {
    margin-bottom: 25px;
  }
}
.kaigo-main .kaigo-content .sub-heading-part.second {
  margin-top: 100px;
}
.kaigo-main .kaigo-content .sub-heading-part h3 {
  text-align: center;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 2.2px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 45px;
  padding-bottom: 8px;
  border-bottom: 5px solid #FFD300;
}
@media screen and (max-width: 767px) {
  .kaigo-main .kaigo-content .sub-heading-part h3 {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 575px) {
  .kaigo-main .kaigo-content .sub-heading-part h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 430px) {
  .kaigo-main .kaigo-content .sub-heading-part h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.kaigo-main .kaigo-content .sub-heading-part p {
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 400;
}
.kaigo-main .kaigo-content .sub-heading-part p span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kaigo-main .kaigo-content .sub-heading-part p {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .kaigo-main .kaigo-content .sub-heading-part p {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  .kaigo-main .kaigo-content .sub-heading-part p {
    font-size: 16px;
  }
}
.kaigo-main .kaigo-content .accordion-section .accordion-button {
  border-radius: 0px;
  padding-left: 55px;
  position: relative;
  justify-content: center;
  background-color: #F6F6F6;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .kaigo-main .kaigo-content .accordion-section .accordion-button {
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .kaigo-main .kaigo-content .accordion-section .accordion-button {
    padding: 15px;
  }
}
.kaigo-main .kaigo-content .accordion-section .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.kaigo-main .kaigo-content .accordion-section .accordion-button .min-max {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  right: 44px;
}
@media screen and (max-width: 767px) {
  .kaigo-main .kaigo-content .accordion-section .accordion-button .min-max {
    width: 30px;
    height: 30px;
  }
  .kaigo-main .kaigo-content .accordion-section .accordion-button .min-max img {
    width: 25px;
  }
}
@media screen and (max-width: 480px) {
  .kaigo-main .kaigo-content .accordion-section .accordion-button .min-max {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.kaigo-main .kaigo-content .accordion-section .accordion-button .min-max img {
  transition: 0.2s ease-in-out 0s;
  transform: rotate(135deg);
}
.kaigo-main .kaigo-content .accordion-section .accordion-button::after {
  content: none;
}
.kaigo-main .kaigo-content .accordion-section .accordion-button:not(.collapsed) {
  color: #000;
  background: #F6F6F6;
  box-shadow: none;
}
.kaigo-main .kaigo-content .accordion-section .accordion-button.collapsed .min-max img {
  transform: rotate(0deg);
}
.kaigo-main .kaigo-content .accordion-section .accordion-item {
  border: none;
  border-top: 2px solid #ffd300;
  border-radius: 0;
}
.kaigo-main .kaigo-content .accordion-section .accordion-item:last-child {
  border-bottom: 2px solid #ffd300;
}
.kaigo-main .kaigo-content .accordion-section .accor-title {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  gap: 24px;
  min-width: 280px;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .kaigo-main .kaigo-content .accordion-section .accor-title {
    gap: 18px;
    min-width: 270px;
  }
}
@media screen and (max-width: 575px) {
  .kaigo-main .kaigo-content .accordion-section .accor-title {
    font-size: 16px;
  }
  .kaigo-main .kaigo-content .accordion-section .accor-title svg {
    width: 40px;
    height: 40px;
  }
  .kaigo-main .kaigo-content .accordion-section .accor-title {
    gap: 14px;
  }
}
.kaigo-main .kaigo-content .accordion-section .accordion-body {
  padding: 20px 49px 46px 20px;
  background-color: #F6F6F6;
}
@media screen and (max-width: 991px) {
  .kaigo-main .kaigo-content .accordion-section .accordion-body {
    padding: 15px 49px 46px 20px;
  }
}
@media screen and (max-width: 575px) {
  .kaigo-main .kaigo-content .accordion-section .accordion-body {
    padding: 10px;
    padding-left: 30px;
  }
}
.kaigo-main .kaigo-content .accordion-section .issue-description {
  max-width: 875px;
  margin: 0 auto;
}
.kaigo-main .kaigo-content .accordion-section .issue-description p {
  color: #000;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.kaigo-main .kaigo-content .accordion-section .issue-description p span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kaigo-main .kaigo-content .accordion-section .issue-description p {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .kaigo-main .kaigo-content .accordion-section .issue-description p {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .kaigo-main .kaigo-content .accordion-section .issue-description p {
    font-size: 14px;
  }
}

.questionare-section {
  max-width: 942px;
  margin: 0 auto;
  margin-top: 66px;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .questionare-section {
    margin-top: 40px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 512px) {
  .questionare-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.questionare-section .questionare-heading {
  text-align: center;
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .questionare-section .questionare-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 390px) {
  .questionare-section .questionare-heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .questionare-section .questionare-heading {
    font-size: 14px;
  }
}
.questionare-section .questionare-heading::before {
  content: "";
  width: 146px;
  height: 1px;
  background-color: #FFD300;
  display: block;
  margin: 0 auto 35px;
}
@media screen and (max-width: 390px) {
  .questionare-section .questionare-heading::before {
    width: 100px;
  }
}
.questionare-section .questions {
  margin-top: 10px;
}
.questionare-section .questions .indiv-question {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .questionare-section .questions .indiv-question {
    margin-top: 20px;
  }
}
.questionare-section .questions .indiv-question .question-heading {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  margin-bottom: 31px;
}
@media screen and (max-width: 991px) {
  .questionare-section .questions .indiv-question .question-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .questionare-section .questions .indiv-question .question-heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 390px) {
  .questionare-section .questions .indiv-question .question-heading {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.questionare-section .questions .indiv-question .que-options {
  margin-bottom: 8px;
}
.questionare-section .questions .indiv-question .que-options .form-check {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.questionare-section .questions .indiv-question .que-options .form-check input {
  min-width: 28px;
  height: 28px;
  margin-top: 8px;
  border: 1px solid #707070;
}
.questionare-section .questions .indiv-question .que-options .form-check input:focus {
  box-shadow: none;
  border-color: #707070;
}
.questionare-section .questions .indiv-question .que-options .form-check input:checked {
  border-color: #707070;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFD300'/%3e%3c/svg%3e");
}
.questionare-section .questions .indiv-question .que-options .form-check input[type=checkbox] {
  border: 1px solid #ffd300;
}
.questionare-section .questions .indiv-question .que-options .form-check input[type=checkbox]:checked {
  border-color: #FFD300;
  background-color: #FFD300;
}
.questionare-section .questions .indiv-question .que-options .form-check input[type=checkbox]:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
@media screen and (max-width: 991px) {
  .questionare-section .questions .indiv-question .que-options .form-check input {
    min-width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .questionare-section .questions .indiv-question .que-options .form-check input {
    margin-top: 0px;
  }
}
@media screen and (max-width: 390px) {
  .questionare-section .questions .indiv-question .que-options .form-check input {
    min-width: 20px;
    height: 20px;
  }
}
.questionare-section .questions .indiv-question .que-options .form-check label {
  margin-left: 30px;
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 40px;
}
@media screen and (max-width: 991px) {
  .questionare-section .questions .indiv-question .que-options .form-check label {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .questionare-section .questions .indiv-question .que-options .form-check label {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 390px) {
  .questionare-section .questions .indiv-question .que-options .form-check label {
    font-size: 14px;
    line-height: 17px;
  }
}
.questionare-section .questions .indiv-question .que-textarea {
  letter-spacing: 2px;
  padding: 18px;
  width: 100%;
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
  line-height: 40px;
  border-radius: 0;
}
.questionare-section .questions .indiv-question .que-textarea:focus-visible {
  outline: 0;
}
.questionare-section .questions .indiv-question .que-textarea::-moz-placeholder {
  color: #CFCFCF;
}
.questionare-section .questions .indiv-question .que-textarea::placeholder {
  color: #CFCFCF;
}
@media screen and (max-width: 390px) {
  .questionare-section .questions .indiv-question .que-textarea {
    font-size: 16px;
  }
}

.myscue-details {
  padding-bottom: 80px;
}
.myscue-details .row {
  gap: 50px 0;
}
@media screen and (max-width: 991px) {
  .myscue-details {
    padding-bottom: 30px;
  }
  .myscue-details .row {
    gap: 25px 0;
  }
}
@media screen and (max-width: 575px) {
  .myscue-details .row {
    gap: 16px 0;
  }
}

.myscue-item .img-top {
  position: relative;
  text-align: center;
}
.myscue-item .img-top img {
  aspect-ratio: 1/1;
}
.myscue-item .img-top .myscue-1 {
  background: #000;
  color: #ffd300;
}
.myscue-item .img-title {
  padding: 12px 20px;
  background: #FFD300;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.52px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: keep-all;
  margin: 0 auto;
  margin-top: 12px;
  position: relative;
  text-decoration: none;
}
.myscue-item .img-title span {
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 16px;
}
.myscue-item .img-title span i {
  font-size: 26px;
}
@media screen and (max-width: 1400px) {
  .myscue-item .img-title {
    font-size: 22px;
  }
  .myscue-item .img-title span i {
    font-size: 22px;
  }
}
.myscue-item .item-description {
  margin-bottom: 0;
  margin-top: 16px;
  color: #6B6D70;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 992px) {
  .myscue-item .item-description {
    font-size: 18px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 575px) {
  .myscue-item .item-description {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 992px) {
  .myscue-item {
    display: flex;
    gap: 8px;
    width: 100%;
  }
  .myscue-item .img-title {
    margin-top: 0;
    line-height: 1.2;
    font-size: 20px;
  }
  .myscue-item .img-title span {
    font-size: 18px;
    gap: 8px;
  }
  .myscue-item .img-title span i {
    font-size: 20px;
  }
  .myscue-item .img-top {
    width: calc(30% - 8px);
  }
  .myscue-item .text {
    width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .myscue-item .img-title {
    font-size: 16px;
    padding: 4px 12px;
  }
  .myscue-item .img-title span {
    font-size: 14px;
  }
  .myscue-item .img-title span i {
    font-size: 16px;
  }
}

.verification-div {
  margin-top: 8px;
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-weight: 500;
}
.verification-div a {
  text-decoration: none;
}
.verification-div p {
  letter-spacing: 1.5px;
}
.verification-div span {
  border-bottom: 3px solid #ffd300;
  color: #212529;
}

.myscue-header h3 {
  text-align: center;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 2.2px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 70px;
  padding-bottom: 8px;
}
.myscue-header h3::after {
  content: "";
  width: 245px;
  height: 5px;
  background-color: #ffd300;
  display: block;
  margin: 9px auto 0;
}
@media screen and (max-width: 767px) {
  .myscue-header h3 {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .myscue-header h3::after {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .myscue-header h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .myscue-header h3::after {
    width: 150px;
  }
}
@media screen and (max-width: 430px) {
  .myscue-header h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.safety-guidelinesContent {
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 991px) {
  .safety-guidelinesContent {
    margin-bottom: 50px;
  }
}
.safety-guidelinesContent--img {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  transition: 0.3s all;
}
.safety-guidelinesContent--img:hover {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .safety-guidelinesContent--img:hover {
    transform: scale(1);
  }
}
.safety-guidelinesContent--img p {
  text-shadow: 0px 2px 5px #000000;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 22px;
  right: 14px;
}
@media (max-width: 991px) {
  .safety-guidelinesContent--img p {
    font-size: 16px;
    top: 10px;
  }
}
@media (max-width: 575px) {
  .safety-guidelinesContent--img p {
    font-size: 14px;
  }
}

.myscue-login-note {
  margin-top: 55px;
  margin-bottom: 55px;
  text-align: center;
}
@media (max-width: 991px) {
  .myscue-login-note {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .myscue-login-note {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.myscue-login-note .login-redirect {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  margin-bottom: 38px;
  display: block;
  font-weight: 700;
}
.myscue-login-note .login-redirect:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .myscue-login-note .login-redirect {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.myscue-login-note p {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .myscue-login-note p {
    font-size: 16px;
  }
}
.myscue-login-note p a {
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 991px) {
  .topic-article {
    padding: 45px 0;
  }
}
.topic-article .article-banner-content {
  background-color: #fff;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .topic-article .article-banner-content {
    margin-top: 0;
    padding: 0px 0 20px;
  }
}
@media screen and (max-width: 375px) {
  .topic-article .article-banner-content {
    padding: 40px 20px 33px 20px;
    padding-top: 0;
  }
}
.topic-article .article-banner-content .tabs {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
  flex-wrap: wrap;
  gap: 10px;
}
.topic-article .article-banner-content .tabs .tab {
  padding: 2px 15px;
  color: #fff;
  background-color: #6b6d70;
  margin-right: 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  min-width: 128px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .topic-article .article-banner-content .tabs .tab {
    padding: 2px 10px;
    min-width: 110px;
    max-width: 128px;
    margin-bottom: 10px;
  }
}
.topic-article .article-banner-content .search-field {
  max-width: 740px;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  margin-bottom: 15px;
}
.topic-article .article-banner-content .search-field .search-button {
  background-color: #eeeeee;
  padding-left: 16px;
  padding-right: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 0;
}
.topic-article .article-banner-content .search-field .search-button:focus {
  box-shadow: none;
}
.topic-article .article-banner-content .search-field .input-field {
  border: none;
  color: #000;
  background-color: #eeeeee;
  border-radius: 0 !important;
  line-height: 36px;
  letter-spacing: 1.6px;
}
.topic-article .article-banner-content .search-field .input-field:focus {
  box-shadow: none;
}
.topic-article .article-banner-content .search-field .input-field::-moz-placeholder {
  color: #6b6d70;
}
.topic-article .article-banner-content .search-field .input-field::placeholder {
  color: #6b6d70;
}
.topic-article .article-banner-content .search-field .input-field:focus {
  border: none;
  box-shadow: none;
}
.topic-article .article-banner-content .banner-article-description {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 62px;
  color: #999999;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .topic-article .article-banner-content .banner-article-description {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .topic-article .article-banner-content .banner-article-description {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.topic-article .article-banner-content .banner-article-description a {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 26px;
  color: #999999;
  margin-top: 24px;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
}
.topic-article .article-banner-content .banner-article-description a:hover {
  color: #999999;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 575px) {
  .topic-article .article-banner-content .banner-article-description {
    font-size: 12px;
  }
}

.pagination-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .pagination-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .pagination-content {
    margin-top: 20px;
  }
}
.pagination-content .page-link {
  background-color: transparent;
  border: none;
  color: #000000;
  font-weight: 700;
}
.pagination-content .page-link:focus {
  box-shadow: none;
}
.pagination-content .page-item {
  padding: 2px;
  font-size: 24px;
}
@media screen and (max-width: 769px) {
  .pagination-content .page-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .pagination-content .page-item {
    font-size: 15px;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
.pagination-content .page-item.disabled .page-link {
  background-color: transparent !important;
}
.pagination-content .page-link {
  padding: 5px;
  border-radius: 100%;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .pagination-content .page-link {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 430px) {
  .pagination-content .page-link {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 320px) {
  .pagination-content .page-link {
    width: 20px;
    height: 20px;
  }
}
.pagination-content .number {
  border-radius: 100%;
  padding: 2px;
}
.pagination-content .number .page-link:hover {
  background-color: #ffd300;
}
@media screen and (max-width: 769px) {
  .pagination-content .number .page-link {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 430px) {
  .pagination-content .number .page-link {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 320px) {
  .pagination-content .number .page-link {
    width: 20px;
    height: 20px;
  }
}
.pagination-content .number .active {
  background-color: #ffd300;
}
@media screen and (max-width: 575px) {
  .pagination-content .number {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .pagination-content .more {
    display: none;
  }
}

.store-section {
  padding: 0px 0 100px;
}
@media screen and (max-width: 991px) {
  .store-section {
    padding: 25px 0;
  }
}
.store-section .store-content {
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-top: 25px;
  cursor: pointer;
  transform: scale(1);
  transition: 0.2s ease-in-out 0s;
  height: 93px;
}
.store-section .store-content:hover {
  transform: scale(1.05);
}
.store-section .store-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.store-section .store-content .desc {
  position: absolute;
  top: 7px;
  left: 12px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.36px;
  text-shadow: 0px 2px 5px #000000;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  word-break: break-all;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.issueListing {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.issueListing .issue-heading {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .issueListing .issue-heading {
    font-size: 15px;
  }
}
.issueListing .issue-heading::after {
  content: "";
  background-color: #ffd300;
  width: 245px;
  height: 4px;
  display: block;
  margin: 0 auto;
  margin-top: 11px;
  margin-bottom: 22px;
}
@media screen and (max-width: 575px) {
  .issueListing .issue-heading::after {
    width: 200px;
  }
}
.issueListing .listing {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}
.issueListing .listing.four a {
  background-color: #000;
  color: #ffd300;
  min-width: 128px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  letter-spacing: 0.32px;
  padding: 3px 6px;
  font-weight: 500;
}
.issueListing .listing.eight a {
  background-color: #ffd300;
  color: #000;
  width: 128px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  letter-spacing: 0.32px;
  padding: 3px;
  font-weight: 500;
}

.article-free-block {
  margin-top: 57px;
  text-align: center;
}
@media (max-width: 575px) {
  .article-free-block {
    margin-top: 30px;
  }
}
.article-free-block-heading {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  justify-content: center;
}
.article-free-block-heading p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1.8px;
}
@media (max-width: 575px) {
  .article-free-block-heading p {
    font-size: 16px;
    text-align: start;
  }
}
.article-free-block-character {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1.8px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .article-free-block-character {
    font-size: 16px;
  }
}
.article-free-block-register {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1.8px;
  margin-top: 30px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 575px) {
  .article-free-block-register {
    font-size: 16px;
  }
}
.article-free-block-content {
  margin-top: 50px;
}
@media (max-width: 575px) {
  .article-free-block-content {
    margin-top: 30px;
  }
}
.article-free-block-content__description {
  margin-top: 17px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .article-free-block-content__description {
    margin-bottom: 30px;
  }
}
.article-free-block-content__description p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.6px;
}
.article-free-block-content__description p.pro-register {
  margin-top: 47px;
}
@media (max-width: 575px) {
  .article-free-block-content__description p.pro-register {
    margin-top: 30px;
  }
}
.article-free-block-content__description p.pro-register a {
  font-weight: 700;
  color: #000;
}

.login-section {
  background-color: #cccccc;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 15px 0;
}

.login {
  max-width: 740px;
  margin: 0 auto;
}
.login .login-form {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .login .section-head {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .login .section-head {
    font-size: 18px;
    white-space: pre-wrap;
    word-break: break-all;
  }
  .login .section-head::before, .login .section-head::after {
    content: none;
  }
}
@media screen and (max-width: 362px) {
  .login .section-head {
    font-size: 15px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 330px) {
  .login .section-head {
    font-size: 14px;
  }
}
.login .login-redirect-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 32px;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .login .login-redirect-links {
    flex-direction: column;
    margin: 29px 0 29px 0;
    gap: 18px;
  }
}
.login .login-redirect-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 273px;
  max-width: 273px;
  max-height: 63px;
  min-height: 63px;
  padding: 5px 20px;
  margin-top: 0;
}
.login-text {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .login-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .login-text {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .login .section-heading {
    font-size: 16px;
  }
}

.login-content {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding-bottom: 70px;
  padding-top: 70px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .login-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.login-content.coming-soon {
  background-color: transparent;
  box-shadow: none;
}
.login-content .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.login-content .content.notFound {
  gap: 40px;
}
.login-content .content img {
  width: 500px;
}
@media screen and (max-width: 991px) {
  .login-content .content img {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .login-content .content img {
    width: 350px;
  }
}
@media screen and (max-width: 575px) {
  .login-content .content img {
    width: 300px;
  }
}
@media screen and (max-width: 450px) {
  .login-content .content img {
    width: 100%;
  }
}
.login-content .content h3 {
  font-size: 45px;
  color: #1a1818;
  font-family: "Varela Round", sans-serif;
}
@media screen and (max-width: 991px) {
  .login-content .content h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .login-content .content h3 {
    font-size: 30px;
  }
}
.login-content .content h2 {
  font-size: 45px;
  color: #1a1818;
  font-family: "Varela Round", sans-serif;
}
@media screen and (max-width: 991px) {
  .login-content .content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .login-content .content h2 {
    font-size: 30px;
  }
}
.login-content .content p {
  font-size: 30px;
  color: #1a1818;
  font-family: "Varela Round", sans-serif;
}
@media screen and (max-width: 991px) {
  .login-content .content p {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .login-content .content p {
    font-size: 20px;
  }
}
.login-content .content a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #000;
}
.login-content .content a i {
  color: #ffd300;
  border: 1px solid #ffd300;
  border-radius: 100%;
  padding: 7px 10px;
}
.login-content .content a:hover {
  color: #333333;
}

.login-heading {
  display: flex;
  justify-content: center;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  margin-top: 21px;
  position: relative;
}
.login-heading::after {
  content: "";
  top: 24px;
  position: absolute;
  background-color: #ffd300;
  width: 245px;
  height: 4px;
  display: block;
  margin: 0 auto;
  margin-top: 11px;
  margin-bottom: 22px;
}
.login-heading:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .login-heading {
    font-size: 17px;
  }
}
@media screen and (max-width: 418px) {
  .login-heading {
    font-size: 15px;
  }
}
@media screen and (max-width: 362px) {
  .login-heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 330px) {
  .login-heading {
    font-size: 13px;
  }
}

.membership-login-heading {
  display: inline-block;
  justify-content: center;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  margin-top: 21px;
  position: relative;
  text-align: center;
}
.membership-login-heading::after {
  content: "";
  top: 24px;
  position: absolute;
  left: 50%; /* Moves the left edge to the center */
  transform: translateX(-50%);
  background-color: #ffd300;
  width: 245px;
  height: 4px;
  display: block;
  margin: 0 auto;
  margin-top: 11px;
  margin-bottom: 22px;
}
.membership-login-heading:hover {
  color: #000;
}
@media screen and (max-width: 991px) {
  .membership-login-heading {
    font: normal normal medium 14px/20px Noto Sans JP;
  }
  .membership-login-heading::after {
    content: "";
    top: 50px;
    width: 200px;
    height: 3px;
  }
}
@media screen and (max-width: 418px) {
  .membership-login-heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 362px) {
  .membership-login-heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 330px) {
  .membership-login-heading {
    font-size: 13px;
  }
}

.input-section {
  display: grid;
  margin-top: 50px;
}
.input-section .amount {
  display: flex;
  align-items: center;
  gap: 18px;
}
.input-section .amount input {
  max-width: 180px;
  padding: 10px 20px;
}
.input-section .amount span {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .input-section .amount span {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .input-section .amount span {
    font-size: 16px;
  }
}
.input-section label {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 36px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .input-section label {
    font-size: 14px;
  }
}
.input-section label .required {
  color: #c60000;
  border: 1px solid #c60000;
  padding: 2px 7px;
  margin-left: 14px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 36px;
}
.input-section input {
  background-color: #eeeeee;
  border: none;
  padding: 10px 60px 10px 21px;
  color: #000;
  font-size: 20px;
  width: 100%;
  border-radius: 0;
  margin-bottom: 8px;
}
.input-section input:focus-visible {
  outline: none;
}
.input-section input::-webkit-outer-spin-button, .input-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-section input::-moz-placeholder {
  font-size: 20px;
  color: #bbbbbb;
}
.input-section input::placeholder {
  font-size: 20px;
  color: #bbbbbb;
}
@media screen and (max-width: 767px) {
  .input-section input::-moz-placeholder {
    font-size: 18px;
  }
  .input-section input::placeholder {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .input-section input::-moz-placeholder {
    font-size: 16px;
  }
  .input-section input::placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .input-section input {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .input-section input {
    font-size: 16px;
    padding-right: 20px;
  }
}
.input-section .log-text {
  background-color: #eeeeee;
  border: 0;
  height: 236px;
  padding: 15px;
  resize: none;
}
@media screen and (max-width: 575px) {
  .input-section .log-text {
    height: 150px;
  }
}
.input-section .note {
  font-size: 16px;
  color: #999999;
  line-height: 36px;
  letter-spacing: 1.6px;
  font-weight: 300;
}
.input-section .selected-text {
  margin-top: 10px;
  font-size: 14px;
}

.input-eye {
  position: relative;
}
.input-eye img.eye {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 15px;
}
.input-eye img.eye.hide {
  display: none;
}
.input-eye img.eye.show {
  display: block;
}

.dates {
  display: flex;
  align-items: center;
  gap: 30px;
}
.dates.user-prof-dates {
  justify-content: space-between;
}
@media screen and (max-width: 418px) {
  .dates {
    gap: 15px;
  }
  .dates.user-prof-dates {
    justify-content: baseline;
  }
}
.dates .date-select {
  max-width: 166px;
  background-color: #eeeeee;
  color: #bbbbbb;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  border: 0;
  border-radius: 0;
}
.dates .date-select:focus {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .dates .date-select {
    font-size: 16px;
    padding-right: 25px;
    background-position: right 0.35rem center;
  }
}
.dates input {
  max-width: 166px;
  line-height: 30px;
  margin-bottom: 0px;
  padding: 6px;
  color: #bbb;
}

.remember-me {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.remember-me input[type=checkbox] {
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .remember-me input[type=checkbox] {
    width: 25px !important;
    height: 25px !important;
    padding: 0;
  }
}
.remember-me input[type=checkbox]:checked {
  background-color: #ffd300;
  border: 0;
}
.remember-me input[type=checkbox]:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.remember-me .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.remember-me label {
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .remember-me label {
    font-size: 16px;
  }
}
@media screen and (max-width: 418px) {
  .remember-me label {
    font-size: 14px;
  }
}
.remember-me.forgot-pass-check {
  margin-top: 0;
  justify-content: flex-end;
}
.remember-me.forgot-pass-check input {
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #707070;
  outline: 0;
  border-radius: 0;
}
@media screen and (max-width: 575px) {
  .remember-me.forgot-pass-check input {
    width: 20px;
    height: 20px;
  }
}
.remember-me.forgot-pass-check label {
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #666666;
}
.remember-me.check-agree a {
  color: #000;
  font-weight: 400;
  margin-right: 9px;
}

.login-signup {
  padding-top: 160px;
  position: relative;
}
.login-signup.login-page {
  padding-top: 60px;
}
@media screen and (max-width: 487px) {
  .login-signup {
    padding-top: 180px;
  }
}
.login-signup .nav-tabs .nav-link {
  border: 1px solid transparent !important;
  width: 100%;
}
.login-signup .login-tabs {
  border-bottom: 0;
}
.login-signup .login-tabs .nav-item.show .login-tab,
.login-signup .nav-tabs .login-tab.active {
  border: none;
  border-bottom: 3px solid #ffd300 !important;
}
.login-signup .login-tabs .nav-item:focus,
.login-signup .login-tabs .nav-item:hover {
  border-color: #fff #fff #ffd300 !important;
  isolation: auto;
}
.login-signup .login-tabs .nav-item {
  flex: 1 0 50%;
  border-bottom: 1px solid #dee2e6;
}
@media screen and (max-width: 767px) {
  .login-signup .login-tabs {
    flex-direction: column;
  }
}
.login-signup .login-tabs .login-tab {
  padding: 3px 35px 12px;
  color: #000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 18px;
  font-weight: 700;
  max-width: none;
  min-width: 0;
  flex: 1 0 50%;
}
@media screen and (max-width: 991px) {
  .login-signup .login-tabs .login-tab {
    max-width: none;
    margin-top: 5px;
    padding: 3px 15px 12px;
  }
}
@media screen and (max-width: 767px) {
  .login-signup .login-tabs .login-tab {
    font-size: 18px;
  }
}
@media screen and (max-width: 512px) {
  .login-signup .login-tabs .login-tab {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .login-signup .login-tabs .login-tab {
    font-size: 14px;
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 375px) {
  .login-signup .login-tabs .login-tab {
    padding: 10px 0;
  }
}

.forgot-pass {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
.forgot-pass a {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .forgot-pass a {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .forgot-pass a {
    font-size: 16px;
  }
}
.forgot-pass a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sign-up-heading {
  position: absolute;
  top: 0;
  width: 100%;
}

.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 0px;
  height: 23px;
  margin-left: 0px;
  vertical-align: sub;
  font-size: 16px;
}

.back {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  letter-spacing: 2px;
  margin-top: 34px;
  text-decoration: none;
}
.back:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #000;
}

.pass-content .section-head::before {
  margin-right: 20px;
}
.pass-content .section-head::after {
  margin-left: 20px;
}

.forgot-password-content .login-form {
  margin-top: 0;
}
.forgot-password-content .input-section:first-child {
  margin-top: 0;
}
.forgot-password-content .input-section {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .login-text {
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: 0.56px;
  }
}
a.benefits-text {
  text-decoration: none;
  text-align: center;
  border-left: 9px solid #FFD300;
  border-right: 9px solid #FFD300;
  padding: 0 12.5px 0 12.5px;
  font: normal normal 600 20px/30px Noto Sans JP;
  letter-spacing: 2px;
  color: #000000;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  a.benefits-text {
    margin: 30px 0 30px 0;
    font: normal normal 600 14px/22px Noto Sans JP;
    letter-spacing: 0.56px;
    padding: 0 6.5px 0 6.5px;
    border-left: 7px solid #FFD300;
    border-right: 7px solid #FFD300;
  }
}

a.line-btn-text {
  background: #06C755 0% 0% no-repeat padding-box !important;
  border: #06C755;
  color: #fff;
  opacity: 1;
  width: 273px;
  height: 63px;
}
a.line-btn-text:hover {
  color: #fff !important;
  border: none !important;
}

p.iaeon-text {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  p.iaeon-text {
    text-align: center;
    margin: 0;
    font: normal normal normal 14px/22px Noto Sans JP;
  }
}

p.membership-text {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  p.membership-text {
    text-align: center;
    margin: 0;
    /* padding: 0 60px 0 60px; */
    font: normal normal normal 12px/18px Noto Sans JP;
    letter-spacing: 0.48px;
  }
}

p.line-text {
  margin: 30px 0 30px 0;
}
@media screen and (max-width: 768px) {
  p.line-text {
    margin: 0;
    padding: 23px 0 4px 0;
  }
}

.mobile-br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .mobile-br {
    display: block;
  }
}

.border-line-style {
  border: 1px solid #FFD300;
  padding: 45px 0 45px 0;
}
@media screen and (max-width: 440px) {
  .border-line-style {
    padding: 45px 10px 45px 10px;
  }
}

.sitemap {
  padding: 40px 0;
}
.sitemap--heading {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.6px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 25px;
}
.sitemap--heading::before {
  content: "";
  background: #000;
  width: 377px;
  height: 1px;
  display: block;
  margin-right: auto;
}
.sitemap--heading::after {
  content: "";
  background: #000;
  width: 377px;
  height: 1px;
  display: block;
  margin-left: auto;
}
.sitemap__content--item {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sitemap__content--item {
    margin-bottom: 25px;
  }
}
.sitemap__content--item--heading {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
  font-weight: 700;
}
.sitemap__content--item--heading:hover {
  color: #000;
}
.sitemap__content--item--heading i {
  font-size: 14px;
  color: #999;
}
.sitemap__content--item__sub-headings--sub-heading {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #ccc;
}
.sitemap__content--item__sub-headings--sub-heading:hover {
  color: #ccc;
}
.sitemap__content--item__sub-headings--sub-heading i {
  font-size: 14px;
  color: #999;
}
.sitemap__content--item__sub-headings--heading {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .sitemap__content--item__sub-headings--heading {
    font-size: 18px;
  }
}
.sitemap__content--item .sub-heading-content {
  padding-top: 50px;
}
.sitemap__content--item .sub-heading-content:first-child {
  padding-top: 0;
}
@media screen and (max-width: 575px) {
  .sitemap__content--item .sub-heading-content {
    padding-top: 30px;
  }
}

.register-content {
  padding-top: 50px;
}

.register-heading {
  display: flex;
  justify-content: center;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  margin-top: 21px;
  margin-bottom: 0;
  font-weight: 400;
}
.register-heading span a {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 3px solid #FFD300;
}
@media screen and (max-width: 991px) {
  .register-heading {
    font-size: 16px;
    flex-direction: column;
    text-align: center;
  }
}

.suggestion {
  max-width: 728px;
  margin-top: 45px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .suggestion {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .suggestion {
    font-size: 13px;
  }
}

.radio-content {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 503px) {
  .radio-content {
    gap: 20px;
  }
}
@media screen and (max-width: 453px) {
  .radio-content {
    gap: 0px;
    display: grid;
  }
}
.radio-content.contact-pro-radio-content {
  flex-direction: column;
  align-items: baseline;
  gap: 15px !important;
}
.radio-content .form-check {
  display: flex;
  align-items: center;
  gap: 13px;
}
.radio-content .form-check input[type=radio] {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #6B6D70;
  padding: 0;
}
.radio-content .form-check input[type=radio]:focus {
  box-shadow: none;
}
.radio-content .form-check input[type=radio]:focus-visible {
  outline: 0;
}
.radio-content .form-check input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFD300'/%3e%3c/svg%3e");
}
.radio-content .form-check input[type=radio]:checked:focus {
  box-shadow: none;
}
.radio-content .form-check label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 515px) {
  .radio-content .form-check label {
    font-size: 16px;
  }
}
@media screen and (max-width: 412px) {
  .radio-content .form-check label {
    font-size: 14px;
  }
}

@media screen and (max-width: 415px) {
  .code {
    display: flex;
  }
}
.code input {
  max-width: 131px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .code input {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 421px) {
  .code input {
    max-width: 81px;
  }
}
.code input.user-prof {
  max-width: 190px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .code input.user-prof {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 451px) {
  .code input.user-prof {
    max-width: 100px;
  }
}
.code label {
  font-size: 20px;
}
@media screen and (max-width: 515px) {
  .code label {
    font-size: 16px;
  }
}
@media screen and (max-width: 412px) {
  .code label {
    font-size: 14px;
  }
}

#next_code {
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.select-options {
  position: relative;
}
.select-options svg {
  position: absolute;
  right: 20px;
  top: 16px;
  transform: rotate(90deg);
}

.select-option-checklist {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.select-option-checklist p {
  padding: 5px 15px;
  border: 1px solid #ffd300;
  border-radius: 10px;
  font-size: 14px;
}

.file-input {
  display: none;
}
.file-input-show {
  position: relative;
}
.file-input-show .upload-btn {
  padding: 3px 18px;
  border: 1px solid #707070;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  letter-spacing: 0.7px;
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 11px;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .file-input-show .upload-btn {
    padding: 3px 10px;
    top: 9px;
  }
}

.sign-up-radio label {
  width: 166px;
}
@media (max-width: 767px) {
  .sign-up-radio label {
    width: auto;
  }
}
@media (max-width: 575px) {
  .sign-up-radio .radio-content {
    display: flex !important;
    gap: 20px;
  }
}
.sign-up-note {
  color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
}
.sign-up-note a {
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .sign-up-note {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .sign-up-note {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.topic-details-section {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .topic-details-section {
    padding-top: 40px;
  }
}

.details-row {
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .details-row {
    margin-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .details-row.details-row-mob {
    margin-bottom: 30px;
  }
}
.details-row .description-row {
  max-width: 1001px;
  margin: 0 auto;
  order: 3;
}
@media screen and (max-width: 991px) {
  .details-row .description-row {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
}

.topic-details-banner {
  background-color: #999999;
}
@media screen and (max-width: 991px) {
  .topic-details-banner {
    order: 2;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.details-banner {
  padding: 32px 49px 30px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .details-banner {
    padding: 20px 0;
  }
}
.details-banner .banner-content .banner-heading {
  font-size: 22px;
  letter-spacing: 2.2px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .details-banner .banner-content .banner-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 515px) {
  .details-banner .banner-content .banner-heading {
    font-size: 17px;
  }
}
@media screen and (max-width: 390px) {
  .details-banner .banner-content .banner-heading {
    font-size: 14px;
  }
}
.details-banner .banner-content .heading-detail {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.52px;
  color: #000;
  position: relative;
  z-index: 9;
  margin-bottom: 8px;
  display: flex;
  margin-left: -49px;
  min-width: 613px;
}
@media screen and (max-width: 991px) {
  .details-banner .banner-content .heading-detail {
    min-width: 100%;
    margin-left: 0;
  }
}
.details-banner .banner-content .heading-detail span {
  background-color: #ffd300;
  padding: 5px 13px 5px 50px;
  letter-spacing: 0.52px;
}
@media screen and (max-width: 991px) {
  .details-banner .banner-content .heading-detail span {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 390px) {
  .details-banner .banner-content .heading-detail span {
    padding: 5px;
  }
}
@media screen and (max-width: 991px) {
  .details-banner .banner-content .heading-detail {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .details-banner .banner-content .heading-detail {
    font-size: 20px;
  }
}
@media screen and (max-width: 515px) {
  .details-banner .banner-content .heading-detail {
    font-size: 18px;
  }
}
@media screen and (max-width: 455px) {
  .details-banner .banner-content .heading-detail {
    font-size: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 390px) {
  .details-banner .banner-content .heading-detail {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .details-banner .banner-content .heading-detail {
    font-size: 12px;
  }
}
.details-banner .hashtags {
  color: #ffd300;
  font-size: 16px;
  letter-spacing: 0.32px;
  margin-top: 19px;
  word-spacing: 5px;
  line-height: 20px;
  text-decoration: none;
}
.details-banner .hashtags:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .details-banner .hashtags {
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  .details-banner .hashtags {
    font-size: 12px;
  }
}
.details-banner .add-to-fav {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .details-banner .add-to-fav {
    margin-top: 18px;
  }
}
.details-banner .add-to-fav .fav-icon {
  padding: 4px 9px;
  border: 0.5px solid #fff;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.details-banner .add-to-fav .fav-icon svg.liked path {
  fill: #ffd300;
  stroke: #ffd300;
}
.details-banner .add-to-fav .fav-icon i.marked {
  display: none;
}
.details-banner .add-to-fav .fav-icon.active i.normal {
  display: none;
}
.details-banner .add-to-fav .fav-icon.active i.marked {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 390px) {
  .details-banner .add-to-fav .fav-icon {
    font-size: 18px;
  }
}
.details-banner .add-to-fav span {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 390px) {
  .details-banner .add-to-fav span {
    font-size: 14px;
  }
}
.details-banner .article-writer {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 26px;
  color: #fff;
}
.details-banner .article-writer p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .details-banner .article-writer {
    margin-top: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 390px) {
  .details-banner .article-writer {
    font-size: 12px;
  }
}

.details-row .banner-img {
  height: 100%;
}
.details-row .banner-img img {
  width: 100%;
  min-height: auto;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .details-row .banner-img img {
    height: 100%;
    min-height: auto;
  }
}
.breadcrumb {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 390px) {
  .breadcrumb {
    margin-bottom: 15px;
  }
}
.breadcrumb .breadcrumb-item {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 40px;
  color: #999999;
}
@media screen and (max-width: 509px) {
  .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }
}
.breadcrumb .breadcrumb-item a {
  color: #999999;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}

.article-desc {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-top: 40px;
  margin-bottom: 36px;
  font-weight: 700;
  word-break: break-all;
}
.article-desc h1,
.article-desc h2,
.article-desc h3,
.article-desc h4,
.article-desc h5,
.article-desc h6,
.article-desc p,
.article-desc span {
  font-size: 20px;
  font-style: normal !important;
}
@media screen and (max-width: 991px) {
  .article-desc {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .article-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 515px) {
  .article-desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 390px) {
  .article-desc {
    font-size: 13px;
  }
}

.table-of-content {
  padding: 21px 36px 16px;
  background-color: #eeeeee;
  color: #000000;
  font-size: 20px;
}
.table-of-content h1,
.table-of-content h2,
.table-of-content h3,
.table-of-content h4,
.table-of-content h5,
.table-of-content h6,
.table-of-content p,
.table-of-content span {
  font-size: 20px;
  font-style: normal !important;
}
@media screen and (max-width: 991px) {
  .table-of-content {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .table-of-content {
    padding: 20px;
  }
}
@media screen and (max-width: 390px) {
  .table-of-content {
    padding: 15px;
  }
}
.table-of-content .toc-head {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 26px;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .table-of-content .toc-head {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .table-of-content .toc-head {
    font-size: 16px;
  }
}
@media screen and (max-width: 515px) {
  .table-of-content .toc-head {
    font-size: 15px;
  }
}
@media screen and (max-width: 390px) {
  .table-of-content .toc-head {
    font-size: 14px;
  }
}
.table-of-content ol {
  padding-left: 30px;
  color: #000;
  margin-top: 19px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .table-of-content ol {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .table-of-content ol {
    font-size: 16px;
  }
}
@media screen and (max-width: 515px) {
  .table-of-content ol {
    font-size: 15px;
  }
}
@media screen and (max-width: 390px) {
  .table-of-content ol {
    font-size: 14px;
    padding-left: 25px;
  }
}

.question-answer {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .question-answer {
    margin-top: 30px;
  }
}
.question-answer .q-a {
  margin-top: 65px;
}
.question-answer .q-a:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .question-answer .q-a {
    margin-top: 40px;
  }
}
.question-answer .q-a .img-section {
  margin-bottom: 30px;
}
.question-answer .q-a h6, .question-answer .q-a h2 {
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 26px;
  font-weight: 700;
  border-bottom: 2px solid #ffd300;
  padding-bottom: 2px;
}
@media screen and (max-width: 991px) {
  .question-answer .q-a h6, .question-answer .q-a h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .question-answer .q-a h6, .question-answer .q-a h2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 390px) {
  .question-answer .q-a h6, .question-answer .q-a h2 {
    font-size: 14px;
  }
}
.question-answer .q-a .answer, .question-answer .q-a p span {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 32px !important;
  color: #333333 !important;
  margin-top: 19px !important;
  margin-bottom: 45px !important;
  word-break: break-word;
  overflow: auto;
}
.question-answer .q-a .answer h1,
.question-answer .q-a .answer h2,
.question-answer .q-a .answer h3,
.question-answer .q-a .answer h4,
.question-answer .q-a .answer h5,
.question-answer .q-a .answer h6,
.question-answer .q-a .answer p,
.question-answer .q-a .answer span,
.question-answer .q-a .answer a, .question-answer .q-a p span h1,
.question-answer .q-a p span h2,
.question-answer .q-a p span h3,
.question-answer .q-a p span h4,
.question-answer .q-a p span h5,
.question-answer .q-a p span h6,
.question-answer .q-a p span p,
.question-answer .q-a p span span,
.question-answer .q-a p span a {
  word-break: break-word;
  font-size: 20px !important;
  font-style: normal !important;
}
@media screen and (max-width: 991px) {
  .question-answer .q-a .answer h1,
  .question-answer .q-a .answer h2,
  .question-answer .q-a .answer h3,
  .question-answer .q-a .answer h4,
  .question-answer .q-a .answer h5,
  .question-answer .q-a .answer h6,
  .question-answer .q-a .answer p,
  .question-answer .q-a .answer span,
  .question-answer .q-a .answer a, .question-answer .q-a p span h1,
  .question-answer .q-a p span h2,
  .question-answer .q-a p span h3,
  .question-answer .q-a p span h4,
  .question-answer .q-a p span h5,
  .question-answer .q-a p span h6,
  .question-answer .q-a p span p,
  .question-answer .q-a p span span,
  .question-answer .q-a p span a {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 767px) {
  .question-answer .q-a .answer h1,
  .question-answer .q-a .answer h2,
  .question-answer .q-a .answer h3,
  .question-answer .q-a .answer h4,
  .question-answer .q-a .answer h5,
  .question-answer .q-a .answer h6,
  .question-answer .q-a .answer p,
  .question-answer .q-a .answer span,
  .question-answer .q-a .answer a, .question-answer .q-a p span h1,
  .question-answer .q-a p span h2,
  .question-answer .q-a p span h3,
  .question-answer .q-a p span h4,
  .question-answer .q-a p span h5,
  .question-answer .q-a p span h6,
  .question-answer .q-a p span p,
  .question-answer .q-a p span span,
  .question-answer .q-a p span a {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 390px) {
  .question-answer .q-a .answer h1,
  .question-answer .q-a .answer h2,
  .question-answer .q-a .answer h3,
  .question-answer .q-a .answer h4,
  .question-answer .q-a .answer h5,
  .question-answer .q-a .answer h6,
  .question-answer .q-a .answer p,
  .question-answer .q-a .answer span,
  .question-answer .q-a .answer a, .question-answer .q-a p span h1,
  .question-answer .q-a p span h2,
  .question-answer .q-a p span h3,
  .question-answer .q-a p span h4,
  .question-answer .q-a p span h5,
  .question-answer .q-a p span h6,
  .question-answer .q-a p span p,
  .question-answer .q-a p span span,
  .question-answer .q-a p span a {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 991px) {
  .question-answer .q-a .answer, .question-answer .q-a p span {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 767px) {
  .question-answer .q-a .answer, .question-answer .q-a p span {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 390px) {
  .question-answer .q-a .answer, .question-answer .q-a p span {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }
}
.question-answer .q-a .answer img, .question-answer .q-a p span img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.question-answer .q-a .ex-desc {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 32px;
  color: #6b6d70;
  margin-top: 46px;
}
@media screen and (max-width: 991px) {
  .question-answer .q-a .ex-desc {
    font-size: 17px;
  }
}
@media screen and (max-width: 390px) {
  .question-answer .q-a .ex-desc {
    font-size: 15px;
  }
}

.share-sns {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 30px;
}
.share-sns .social-links {
  display: flex;
  align-items: center;
  gap: 7px;
}
.share-sns .social-links a {
  text-decoration: none;
  transition: 0.2s ease-in-out 0s;
}
.share-sns label {
  color: #999999;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 20px;
}
@media screen and (max-width: 515px) {
  .share-sns label {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .share-sns {
    padding-left: 0;
  }
}
@media screen and (max-width: 488px) {
  .share-sns {
    display: grid;
    justify-content: center;
    text-align: center;
  }
}

.types {
  padding: 60px 23px;
  text-align: left;
  background-color: #d9c175;
}
.types p {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
}

.option-row {
  max-width: 875px;
  margin: 0 auto;
  border-bottom: 1px dashed #707070;
  padding-bottom: 10px;
}

.options {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding-top: 25px;
}
.options p {
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 26px;
  color: #6b6d70;
  font-weight: 700;
  margin-bottom: 0;
}
.options i {
  font-size: 20px;
  border-radius: 100%;
  background: #d9c175;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 12px;
}

.option-main,
.alternate-option {
  position: relative;
  text-align: center;
}
.option-main span,
.alternate-option span {
  background-color: #6b6d70;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 26px;
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
}

.alternate-option {
  margin-top: 8px;
}

.or {
  text-align: center;
  color: #d9c175;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 26px;
  font-weight: 700;
  margin-right: 15px;
  margin-top: 8px;
  position: relative;
}
.or::after {
  content: "";
  border: 1px dashed #707070;
  display: inline-block;
  position: absolute;
  top: 14px;
  width: 245px;
  right: 0px;
}
.or::before {
  content: "";
  border: 1px dashed #707070;
  display: inline-block;
  position: absolute;
  top: 14px;
  width: 245px;
  left: 0px;
}

.alternate-option p {
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 26px;
  color: #6b6d70;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}

.pagination {
  justify-content: space-between;
  align-items: center;
}
.pagination .before-article,
.pagination .after-article {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
  text-decoration: none;
}
.pagination .before-article.disabled,
.pagination .after-article.disabled {
  color: #9d9d9d;
  cursor: not-allowed;
}
.pagination .before-article.disabled:hover,
.pagination .after-article.disabled:hover {
  color: #9d9d9d;
}
.pagination .before-article i,
.pagination .after-article i {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .pagination .before-article i,
  .pagination .after-article i {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .pagination .before-article i,
  .pagination .after-article i {
    font-size: 16px;
  }
}
.pagination .before-article p,
.pagination .after-article p {
  margin-bottom: 0;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 78px;
}
@media screen and (max-width: 767px) {
  .pagination .before-article p,
  .pagination .after-article p {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .pagination .before-article p,
  .pagination .after-article p {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .pagination .before-article p,
  .pagination .after-article p {
    font-size: 10px;
  }
}
.pagination .before-article:hover,
.pagination .after-article:hover {
  color: #333333;
}

.product-display-section {
  max-width: 917px;
  margin: 0 auto;
}
.product-display-section .indiv-product {
  border: 5px solid #ffd300;
  padding: 20px 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product-display-section .indiv-product {
    padding: 15px;
  }
}
@media screen and (max-width: 360px) {
  .product-display-section .indiv-product {
    padding: 12px;
  }
}
.product-display-section .indiv-product .carousel-item img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .product-display-section .indiv-product .product-desc {
    order: 2;
  }
}
.product-display-section .indiv-product .product-desc .head {
  margin-top: 20px;
}
.product-display-section .indiv-product .carousel {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .product-display-section .indiv-product .carousel {
    margin-top: 0;
  }
}
.product-display-section .product-category {
  color: #666666;
  margin-bottom: 27px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .product-display-section .product-category {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.product-display-section .product-title {
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .product-display-section .product-title {
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 390px) {
  .product-display-section .product-title {
    font-size: 16px;
  }
}
.product-display-section .product-code {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .product-display-section .product-code {
    font-size: 12px;
  }
}
.product-display-section .rating-content {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product-display-section .rating-content {
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
  }
}
.product-display-section .rating-content .starred,
.product-display-section .rating-content .popular {
  text-align: center;
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  letter-spacing: 0.28px;
}
@media screen and (max-width: 390px) {
  .product-display-section .rating-content .starred,
  .product-display-section .rating-content .popular {
    font-size: 12px;
  }
}
.product-display-section .rating-content .starred span,
.product-display-section .rating-content .popular span {
  font-weight: 700;
}
.product-display-section .rating-content .starred p,
.product-display-section .rating-content .popular p {
  margin-bottom: 0;
}
.product-display-section .product-description {
  max-width: 337px;
}
@media screen and (max-width: 767px) {
  .product-display-section .product-description {
    max-width: 100%;
  }
}
.product-display-section .product-description .product-specs {
  display: flex;
  align-items: center;
  gap: 51px;
  border-bottom: 1px dashed #707070;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.product-display-section .product-description .product-specs label {
  min-width: 100px;
  word-break: break-all;
}
.product-display-section .product-description .product-specs p {
  margin-bottom: 0;
}
@media screen and (max-width: 390px) {
  .product-display-section .product-description .product-specs {
    font-size: 12px;
  }
}
.product-display-section .price {
  margin-top: 24px;
  color: #000;
  margin-bottom: 24px;
}
.product-display-section .price .actual-price {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .product-display-section .price .actual-price {
    font-size: 18px;
  }
}
.product-display-section .price .actual-price span {
  font-size: 16px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .product-display-section .price .actual-price span {
    font-size: 12px;
  }
}
.product-display-section .price .tax-include {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .product-display-section .price .tax-include {
    font-size: 18px;
  }
}
.product-display-section .price .tax-include span {
  font-size: 16px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .product-display-section .price .tax-include span {
    font-size: 12px;
  }
}

.cart-fav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cart-fav svg {
  cursor: pointer;
}
.cart-fav svg.liked path {
  fill: #ffd300;
  stroke: #ffd300;
}

.criterias {
  margin-top: 10px;
  margin-bottom: 10px;
  order: 3;
}
@media screen and (max-width: 360px) {
  .criterias {
    padding: 0;
  }
}
.criterias .title {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .criterias .title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 390px) {
  .criterias .title {
    margin-bottom: 13px;
  }
}
.criterias .desc {
  color: #555555;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .criterias .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  .criterias .desc {
    font-size: 12px;
  }
}

.carousel-remain-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 30px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .carousel-remain-imgs {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .carousel-remain-imgs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 515px) {
  .carousel-remain-imgs {
    margin-top: 15px;
  }
}
.carousel-remain-imgs .c-img {
  border: 0.5px solid #cccccc;
  padding: 5px 6px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  text-align: center;
}
.carousel-remain-imgs .c-img img {
  max-width: 100%;
  height: auto;
}

.article-writer-desc {
  margin-top: 50px;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .article-writer-desc {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .article-writer-desc.article-writer-mob {
    margin-bottom: 0px;
  }
}
.article-writer-desc h6 {
  background-color: #ffd300;
  padding: 9px 14px;
  color: #000;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 26px;
  margin-bottom: 26px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .article-writer-desc h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 412px) {
  .article-writer-desc h6 {
    font-size: 14px;
  }
}
.article-writer-desc .writer-details {
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 15px;
  height: 100%;
  flex-direction: column;
  border-right: 1px solid #8bab8a;
}
@media screen and (max-width: 991px) {
  .article-writer-desc .writer-details {
    border-right: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #8bab8a;
  }
}
.article-writer-desc .writer-details .writer-img {
  max-width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 26px;
}
.article-writer-desc .writer-details .writer-img img {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .article-writer-desc .writer-details .writer-img {
    margin-bottom: 15px;
  }
}
.article-writer-desc .writer-details .experience,
.article-writer-desc .writer-details .name {
  color: #809d7f;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 22px;
  margin: 0;
}
.article-writer-desc .writer-details .experience span,
.article-writer-desc .writer-details .name span {
  color: #6b6d70;
}
@media screen and (max-width: 767px) {
  .article-writer-desc .writer-details .experience,
  .article-writer-desc .writer-details .name {
    font-size: 16px;
  }
}
.article-writer-desc .writer-desc {
  max-width: 715px;
  margin-left: auto;
  padding-top: 10px;
}
.article-writer-desc .writer-desc .description {
  color: #000;
  font-size: 20px;
  letter-spacing: 1.8px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .article-writer-desc .writer-desc .description {
    font-size: 16px;
  }
}
@media screen and (max-width: 412px) {
  .article-writer-desc .writer-desc .description {
    font-size: 14px;
  }
}

.social-media {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 30px;
}
.social-media a {
  text-decoration: none;
  transition: 0.2s ease-in-out 0s;
  max-height: 24px;
}
@media screen and (max-width: 767px) {
  .social-media {
    margin-top: 25px;
  }
}
@media screen and (max-width: 515px) {
  .social-media {
    justify-content: center;
  }
}

.mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #bbbbbb;
}
@media screen and (max-width: 767px) {
  .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
    font-size: 16px;
  }
}

.mce-content-body p {
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .mce-content-body p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .mce-content-body p {
    font-size: 16px;
  }
}

.topic-detail-newTag {
  position: absolute;
  top: 0;
  right: 40px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd300;
  z-index: 2;
}
.topic-detail-newTag p {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 20px;
}
.topic-detail-newTag.pr-tag {
  background-color: #000;
}
.topic-detail-newTag.pr-tag p {
  color: #ffd300;
}
@media (max-width: 575px) {
  .topic-detail-newTag {
    right: 20px;
  }
}

.favorite-section {
  background-color: #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .favorite-section {
    padding: 45px 0;
  }
}
.favorite-section .favorite-content {
  background-color: #fff;
  padding: 0;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .favorite-section .favorite-content .section-heading {
    font-size: 23px;
  }
}
@media screen and (max-width: 512px) {
  .favorite-section .favorite-content .section-heading {
    font-size: 20px;
  }
}

.dropdowns {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 70px;
  margin-bottom: 50px;
}
.dropdowns select {
  max-width: 203px;
  background-color: #FFD300;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0;
  border-radius: 0;
}
.dropdowns select:focus {
  box-shadow: none;
}
.dropdowns select option {
  background-color: #fff;
}
.dropdowns select option:hover {
  background-color: #ffd300 !important;
}
.dropdowns .select-holder {
  position: relative;
  width: 203px;
}
@media screen and (max-width: 767px) {
  .dropdowns .select-holder {
    width: 100%;
  }
}
.dropdowns .select-holder select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.dropdowns .select-holder input {
  text-align: center;
  width: 100%;
  pointer-events: none;
  padding-right: 30px;
}
.dropdowns .select-holder span {
  position: absolute;
  top: 53%;
  right: 15px;
  transform: rotate(-90deg) translateX(100%);
  pointer-events: none;
}
.dropdowns .select-holder span svg {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
}
.dropdowns .fav-select {
  background-color: rgba(174, 174, 174, 0.1882352941) !important;
}
.dropdowns input {
  max-width: 203px;
  background-color: #FFD300;
  color: #000000;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.6px;
  line-height: 36px;
  border: 0;
  flex-grow: 1;
  padding: 5px 10px;
  text-align: center;
}
.dropdowns input:focus-visible {
  outline: none;
}
.dropdowns input::-moz-placeholder {
  color: #000;
}
.dropdowns input::placeholder {
  color: #000;
}
@media screen and (max-width: 767px) {
  .dropdowns input {
    max-width: 100%;
    width: 100%;
  }
}

.no-fav-content {
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #000;
  margin-top: 55px;
}
@media screen and (max-width: 512px) {
  .no-fav-content {
    font-size: 16px;
  }
}

.fav-pagination {
  margin-top: 33px;
  margin-bottom: 75px;
}
@media screen and (max-width: 512px) {
  .fav-pagination {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.notes {
  margin: 0 auto;
  margin-top: 10px;
}
.notes .notes-head {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.6px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 512px) {
  .notes .notes-head {
    font-size: 14px;
  }
}
.notes .notes-desc {
  list-style: none;
  padding: 0;
  color: #000;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 26px;
}
@media screen and (max-width: 512px) {
  .notes .notes-desc {
    font-size: 14px;
  }
}

.favorite-list {
  margin-top: 50px;
}
.favorite-list .fav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 18px 0;
  border-bottom: 1px solid #FFD300;
  position: relative;
}
.favorite-list .fav-item:first-child {
  border-top: 1px solid #FFD300;
}
@media screen and (max-width: 991px) {
  .favorite-list .fav-item {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .favorite-list .fav-item {
    flex-direction: column;
  }
}
.favorite-list .item-left {
  display: flex;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  .favorite-list .item-left {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
.favorite-list .item-left .fav-img img {
  max-width: 172px;
  min-width: 172px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 130px;
}
@media screen and (max-width: 991px) {
  .favorite-list .item-left .fav-img {
    text-align: center;
  }
}
.favorite-list .item-left .fav-img .id-initials {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ccc;
  color: #000;
  font-size: 30px;
}
.favorite-list .item-left .fav-item-desc {
  max-width: 572px;
}
.favorite-list .item-left .fav-item-desc .item-head {
  color: #000;
  font-size: 26px;
  letter-spacing: 0.52px;
  line-height: 39px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  height: 77px;
}
@media screen and (max-width: 767px) {
  .favorite-list .item-left .fav-item-desc .item-head {
    font-size: 20px;
    line-height: 30px;
    height: auto;
  }
}
@media screen and (max-width: 525px) {
  .favorite-list .item-left .fav-item-desc .item-head {
    font-size: 18px;
  }
}
.favorite-list .item-left .fav-item-desc .hash-tags {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
  position: relative;
  z-index: 3;
}
.favorite-list .item-left .fav-item-desc .hash-tags a {
  color: #666;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 20px;
  margin-right: 15px;
  text-decoration: none;
  display: inline-block;
}
.favorite-list .item-left .fav-item-desc .hash-tags a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .favorite-list .item-left .fav-item-desc .hash-tags {
    font-size: 14px;
  }
}
@media screen and (max-width: 525px) {
  .favorite-list .item-left .fav-item-desc .hash-tags {
    font-size: 13px;
  }
}
.favorite-list .item-left .fav-item-desc .add-date {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.42px;
  margin-bottom: 0;
  margin-top: 3px;
}
.favorite-list .item-left .fav-item-desc .add-date span {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .favorite-list .item-left .fav-item-desc .add-date {
    font-size: 13px;
  }
}
@media screen and (max-width: 525px) {
  .favorite-list .item-left .fav-item-desc .add-date {
    font-size: 12px;
  }
}
.favorite-list.community-list .item-left img {
  border-radius: 100%;
  max-width: 80px;
  min-width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.favorite-list.event .item-left .fav-item-desc .item-head {
  height: auto;
}
.favorite-list.event .item-left .fav-item-desc .event-date {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 11px;
}

.item-right {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .item-right {
    flex-direction: row;
    gap: 20px;
    align-self: flex-end;
  }
}
.item-right .fav-icon {
  padding: 5px 9px;
  border: 0.5px solid #000;
  max-width: 40px;
  height: 40px;
}
.item-right a {
  color: #6B6D70;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
  margin-top: 6px;
  text-decoration: none;
  cursor: pointer;
}
.item-right a:hover {
  color: #6B6D70;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .item-right a {
    font-size: 14px;
  }
}
@media screen and (max-width: 525px) {
  .item-right a {
    font-size: 12px;
  }
}

.fav-tab-content {
  max-width: 1000px;
  margin: 0 auto;
}

.fav-nav-tabs {
  align-items: center;
  margin-top: 60px;
  border-bottom: 0;
}
.fav-nav-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid #ccc;
}
.fav-nav-tabs .nav-link:hover {
  border-bottom: 2px solid #ffd300;
  color: #000;
}
.fav-nav-tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid #ffd300;
}
.fav-nav-tabs li {
  flex-grow: 1;
}
.fav-nav-tabs li button {
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.32px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .fav-nav-tabs {
    flex-wrap: wrap;
  }
  .fav-nav-tabs li {
    width: 160px;
  }
}

.product-favorite-list {
  margin-top: 50px;
  background-color: #F6F6F6;
  padding: 43px;
}
@media screen and (max-width: 575px) {
  .product-favorite-list {
    padding: 15px;
  }
}

.event-search {
  max-width: 740px;
  margin: 0 auto;
  border-radius: 0;
  border: 1px solid #92679d;
  margin-top: 45px;
}
.event-search .search-button {
  background: #eae4eb;
  padding-left: 20px;
  padding-right: 5px;
  border-radius: 0;
}
.event-search .search-button:focus {
  box-shadow: none;
}
.event-search .input-field {
  border: none;
  color: #92679d;
  background-color: #eae4eb;
}
.event-search .input-field:focus {
  box-shadow: none;
}
.event-search .input-field::-moz-placeholder {
  color: #92679d;
}
.event-search .input-field::placeholder {
  color: #92679d;
}
@media screen and (max-width: 767px) {
  .event-search {
    margin-top: 25px;
  }
}

.events {
  background-color: #fff;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .events {
    padding-bottom: 0;
  }
  .events .pagination-content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 345px) {
  .events .pagination-content {
    max-width: 302px;
  }
}
@media screen and (max-width: 991px) {
  .events .article-banner-content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .events .dropdowns {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .events .dropdowns select {
    max-width: 100%;
  }
}

.event-store-section {
  background-color: #fff;
  padding-bottom: 95px;
}
@media screen and (max-width: 515px) {
  .event-store-section {
    padding-bottom: 40px;
  }
}
.event-store-section .event-banner {
  position: relative;
}
.event-store-section .event-banner .event-banner-img {
  width: 100%;
  max-height: 415px;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-store-section .event-banner .dark-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 250px, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}
.event-store-section .event-banner .free-tag {
  font-size: 16px;
  padding: 4px 6px;
  min-width: 69px;
  letter-spacing: 0.32px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 49px;
  background: #fff;
  color: #000000;
}
@media screen and (max-width: 575px) {
  .event-store-section .event-banner .free-tag {
    left: 20px;
    font-size: 14px;
  }
}
.event-store-section .event-banner .favorite {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 3;
  border-radius: 100%;
  background-color: #fff;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-store-section .event-banner .favorite.liked svg path {
  fill: #ffd300;
  stroke: #ffd300;
}
.event-store-section .event-banner .favorite a {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-store-section .event-banner .favorite svg {
  width: 20px;
  height: 21px;
}
.event-store-section .event-banner .event-banner-content .event-detail-title {
  color: #ffd300;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.52px;
  font-weight: 700;
  max-width: 535px;
  position: absolute;
  bottom: 25px;
  left: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .event-store-section .event-banner .event-banner-content .event-detail-title {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
    color: #000;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .event-store-section .event-banner .event-banner-content .event-detail-title {
    font-size: 20px;
  }
}
.event-store-section .event-banner.event-archive iframe {
  width: 100%;
  max-width: 100%;
  height: 415px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event-store-section .event-banner.event-archive iframe {
    height: 315px;
  }
}
.event-store-section .event-banner.event-archive .free-tag {
  background-color: #000;
  color: #fff;
}
.event-store-section .event-banner.event-archive .event-detail-title {
  bottom: 45px;
}
.event-store-section .event-banner .banner-event-type {
  position: absolute;
  right: 0;
  top: 25px;
  bottom: 25px;
  padding: 24px 33px 24px 24px;
  right: 100px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 378px;
  height: 363px;
}
@media screen and (max-width: 991px) {
  .event-store-section .event-banner .banner-event-type {
    position: relative;
    top: 0;
    left: 0;
    border: 1px solid #ffd300;
    margin: 0 auto;
    margin-top: 15px;
    height: 100%;
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  .event-store-section .event-banner .banner-event-type {
    padding: 15px;
  }
}
.event-store-section .event-banner .banner-event-type .event {
  margin-bottom: 30px;
}
.event-store-section .event-banner .banner-event-type .event .head {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  font-weight: 500;
  margin-bottom: 8px;
}
.event-store-section .event-banner .banner-event-type .event .e-options {
  display: flex;
  align-items: center;
  gap: 6px 8px;
  flex-wrap: wrap;
}
.event-store-section .event-banner .banner-event-type .event .e-options p {
  color: #999999;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.8px;
  font-weight: 700;
  padding: 0 9px;
  background: #cccccc;
  border-radius: 14px;
  margin-bottom: 0;
  min-width: 145px;
  max-width: 168px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-store-section .event-banner .banner-event-type .event .e-options p.active {
  background-color: #ffd300;
  color: #000;
}

.event-description {
  max-width: 988px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .event-description {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .description-col {
    order: 3;
  }
}

.event-left {
  margin-top: 37px;
  margin-bottom: 37px;
}
@media screen and (max-width: 991px) {
  .event-left {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .event-left {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 415px) {
  .event-left {
    margin-bottom: 20px;
  }
}
.event-left .event-date-time {
  margin-top: 10px;
}
.event-left .event-date-time .date,
.event-left .event-date-time .time {
  margin-top: 30px;
}
.event-left .event-date-time .date .event-head,
.event-left .event-date-time .time .event-head {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  padding: 2px 8px;
  border: 1px solid #ffd300;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .event-left .event-date-time .date .event-head,
  .event-left .event-date-time .time .event-head {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .event-left .event-date-time .date .event-head,
  .event-left .event-date-time .time .event-head {
    font-size: 14px;
  }
}
.event-left .event-date-time .date .event-desc,
.event-left .event-date-time .time .event-desc {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.4px;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .event-left .event-date-time .date .event-desc,
  .event-left .event-date-time .time .event-desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .event-left .event-date-time .date .event-desc,
  .event-left .event-date-time .time .event-desc {
    font-size: 16px;
  }
}
.event-left .event-details {
  max-width: 640px;
  margin-top: 40px;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .event-left .event-details {
    max-width: 100%;
    margin-top: 20px;
  }
}
.event-left .event-details ul {
  padding-left: 22px;
}
.event-left .event-details .detail {
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 32px;
  margin-bottom: 20px;
}
.event-left .event-details .detail.bold {
  font-weight: 500;
}
.event-left .event-details .detail.bold-head {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .event-left .event-details .detail {
    font-size: 18px;
  }
}
@media screen and (max-width: 415px) {
  .event-left .event-details .detail {
    font-size: 16px;
  }
}
.event-left .event-details .place {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .event-left .event-details .place {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 415px) {
  .event-left .event-details .place {
    margin-bottom: 20px;
  }
}
.event-left .event-details .place:last-child {
  margin-bottom: 0;
}
.event-left .event-details .place p {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 32px;
  color: #6b6d70;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .event-left .event-details .place p {
    font-size: 18px;
  }
}
@media screen and (max-width: 415px) {
  .event-left .event-details .place p {
    font-size: 16px;
  }
}
.event-left .event-details .place .mini-head {
  color: #b41e8e;
  margin-bottom: 0;
}

.desc-heading {
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .desc-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 415px) {
  .desc-heading {
    font-size: 16px;
  }
}

.event-right {
  margin-top: 37px;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .event-right {
    margin-top: 30px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .event-right {
    padding-right: 15px;
  }
}
@media screen and (max-width: 415px) {
  .event-right {
    margin-top: 20px;
    padding-right: 10px;
  }
}

.contact-desc {
  margin-top: 26px;
}
.contact-desc:first-child {
  margin-top: 0;
}
.contact-desc::after {
  content: "";
  width: 53px;
  height: 1px;
  background-color: #707070;
  display: block;
  margin-top: 24px;
}
.contact-desc .contact-head {
  color: #b41e8e;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 30px;
  font-weight: 700;
  max-width: 203px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .contact-desc .contact-head {
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 415px) {
  .contact-desc .contact-head {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.contact-desc .address {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28px;
  color: #6b6d70;
  display: grid;
  margin-bottom: 25px;
}
.contact-desc .address .map {
  color: #b41e8e;
}
@media screen and (max-width: 767px) {
  .contact-desc .address {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 415px) {
  .contact-desc .address {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.contact-desc .contact-num {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-desc .contact-num .number {
  color: #6b6d70;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .contact-desc .contact-num .number {
    font-size: 18px;
  }
}
@media screen and (max-width: 415px) {
  .contact-desc .contact-num .number {
    font-size: 16px;
  }
}
.contact-desc .note {
  color: #6b6d70;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact-desc .note {
    font-size: 15px;
  }
}
@media screen and (max-width: 415px) {
  .contact-desc .note {
    font-size: 14px;
  }
}

.event-web-left .desc-heading {
  margin-bottom: 45px;
}

.address-desc:after {
  content: none;
}

.address-details .details {
  color: #6b6d70;
  letter-spacing: 0.36px;
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 515px) {
  .address-details .details {
    font-size: 16px;
  }
}
@media screen and (max-width: 412px) {
  .address-details .details {
    font-size: 14px;
  }
}

.btn.clear {
  background: #ffd300;
  padding: 10px;
  border-radius: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn.clear {
    width: 100%;
  }
}
.btn.clear:focus {
  box-shadow: none;
}

.event-archive-note {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .event-archive-note {
    margin-top: 30px;
  }
}
.event-archive-note p {
  letter-spacing: 1.8px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 767px) {
  .event-archive-note p {
    font-size: 16px;
  }
}
.event-archive-note a {
  letter-spacing: 1.8px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .event-archive-note a {
    font-size: 16px;
  }
}
.event-archive-note::after {
  content: "";
  background-color: #ffd300;
  width: 84px;
  height: 2px;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .event-archive-note::after {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .event-archive-note::after {
    margin-top: 30px;
  }
}
.event-archive-note.loggedState {
  margin-bottom: 50px;
}
.event-archive-note.loggedState::after {
  content: none;
}
.event-archive-note .archive-membership-link {
  margin-top: 20px;
  color: #000000;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
}
.event-archive-note .archive-membership-link:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .event-archive-note .archive-membership-link {
    font-size: 14px;
    margin-top: 10px;
  }
}
.event-archive-note .corporate-membership {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.6px;
  margin-top: 20px;
}
.event-archive-note .corporate-membership a {
  font-weight: 700;
  color: #000;
}
.event-archive-note .corporate-membership a:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .event-archive-note .corporate-membership {
    margin-top: 10px;
    font-size: 14px;
  }
}

.archive-info-list {
  text-align: center;
  padding: 10px;
  border-radius: 0;
  border: 3px solid #ffd300;
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  padding: 16px 20px;
  max-width: 325;
  min-width: 216px;
}
.archive-info-list:hover {
  background-color: #ffd300;
  color: #fff;
}
@media (max-width: 767px) {
  .archive-info-list {
    width: 100%;
    font-size: 16px;
  }
}

.event-pagination {
  margin-top: 50px;
}
@media (max-width: 575px) {
  .event-pagination {
    margin-top: 25px;
  }
}

.page-section {
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
  .page-section {
    padding: 25px 0;
  }
}
.page-section .banner-content {
  background-color: #fff;
  padding: 0;
  position: relative;
  margin-top: 50px;
}
.page-section .banner-content.blogDetail-content::after {
  content: none;
}
.page-section .banner-content::after {
  content: "";
  width: 85px;
  height: 2px;
  background-color: #ffd300;
  display: block;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .page-section .banner-content::after {
    margin-top: 30px;
  }
}
.page-section .banner-content.no-border::after {
  content: none;
}
@media screen and (max-width: 991px) {
  .page-section .banner-content {
    margin-top: 0;
    padding: 60px 30px 33px 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-section .banner-content {
    padding: 50px 0;
  }
}
.page-section .banner-content .page-description {
  text-align: center;
  max-width: 732px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .page-section .banner-content .page-description {
    max-width: 100%;
    margin-top: 30px;
  }
}
.page-section .banner-content .page-description p {
  color: #000;
  letter-spacing: 2px;
  line-height: 30px;
  font-size: 20px;
  word-break: keep-all;
}
@media screen and (max-width: 991px) {
  .page-section .banner-content .page-description p {
    word-break: break-all;
  }
}
@media screen and (max-width: 767px) {
  .page-section .banner-content .page-description p {
    font-size: 18px;
  }
}
@media screen and (max-width: 512px) {
  .page-section .banner-content .page-description p {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .page-section .banner-content .page-description p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .page-section .banner-content .page-description p .break {
    display: none;
  }
}
.page-section .banner-content .search-post-content {
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 45px;
  position: relative;
  z-index: 1;
}
.page-section .banner-content .search-post-content.blog-search-bar {
  max-width: 739px;
}
@media screen and (max-width: 991px) {
  .page-section .banner-content .search-post-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-section .banner-content .search-post-content {
    margin-top: 35px;
  }
}
@media screen and (max-width: 430px) {
  .page-section .banner-content .search-post-content {
    flex-direction: column;
  }
}
.page-section .banner-content .field-select {
  background-color: #eeeeee;
  border: none;
  padding: 10px 19px;
  width: 240px;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 25px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.page-section .banner-content .field-select:focus {
  box-shadow: none;
}
@media screen and (max-width: 575px) {
  .page-section .banner-content .field-select.field-select-mob {
    width: 100% !important;
    font-size: 14px;
  }
}
.page-section .banner-content .item-search {
  max-width: 100%;
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 575px) {
  .page-section .banner-content .item-search.item-search-mob {
    gap: 10px 0;
  }
}
.page-section .banner-content .item-search .search-button {
  background: #eeeeee;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.page-section .banner-content .item-search .search-button:focus {
  box-shadow: none;
}
.page-section .banner-content .item-search .input-field {
  border: none;
  color: #000;
  background-color: #eeeeee;
  padding: 10px;
  flex-grow: 10;
  border-radius: 0;
  font-size: 16px;
}
.page-section .banner-content .item-search .input-field:focus {
  box-shadow: none;
}
.page-section .banner-content .item-search .input-field::-moz-placeholder {
  color: #666666;
  font-size: 16px;
}
.page-section .banner-content .item-search .input-field::placeholder {
  color: #666666;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .page-section .banner-content .item-search .input-field::-moz-placeholder {
    font-size: 14px;
  }
  .page-section .banner-content .item-search .input-field::placeholder {
    font-size: 14px;
  }
}
.page-section .banner-content .qa-banner {
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 991px) {
  .page-section .banner-content .qa-banner {
    display: none;
  }
}
.page-section .banner-content .qa-banner.qa-details-banner {
  top: 33%;
  right: 35px;
}
.page-section .banner-content .qa-banner.blog-main-banner {
  top: 150px;
  right: 23px;
}
.page-section .banner-content .qa-banner.detail-banner {
  top: 125px;
  right: 25px;
}
.page-section .banner-content .acc-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.page-section .banner-content .acc-list .list {
  color: #000;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-section .banner-content .acc-list .list {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-section .banner-content .acc-list .list {
    font-size: 14px;
  }
}
.page-section .banner-content .acc-list.professional .list {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 5px;
  text-decoration-color: #ffd300;
}
@media screen and (max-width: 991px) {
  .page-section .banner-content .acc-list {
    margin-top: 30px;
    gap: 80px;
  }
}
@media screen and (max-width: 515px) {
  .page-section .banner-content .acc-list {
    gap: 50px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 515px) {
  .page-section .banner-content .acc-list {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.page-section .banner-content .note {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 27px;
  margin-bottom: 27px;
}
.page-section .banner-content .note .note-desc {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .page-section .banner-content .note .note-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-section .banner-content .note .note-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-section .banner-content .note {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 512px) {
  .page-section .banner-content .note {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.page-section .banner-content .comment-solve-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 49px;
}
@media screen and (max-width: 767px) {
  .page-section .banner-content .comment-solve-display {
    justify-content: space-between;
  }
}
@media screen and (max-width: 430px) {
  .page-section .banner-content .comment-solve-display {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 30px;
  }
}
@media screen and (max-width: 380px) {
  .page-section .banner-content .comment-solve-display {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.page-section .banner-content .comment-solve-display .item {
  display: flex;
  align-items: center;
  gap: 13px;
}
.page-section .banner-content .comment-solve-display .item p {
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-section .banner-content .comment-solve-display .item p {
    font-size: 15px;
  }
}
@media screen and (max-width: 512px) {
  .page-section .banner-content .comment-solve-display .item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-section .banner-content .comment-solve-display .item svg {
    max-width: 25px;
  }
}
@media screen and (max-width: 512px) {
  .page-section .banner-content .comment-solve-display .item svg {
    max-width: 22px;
  }
}

.questions-list-section {
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .questions-list-section {
    padding-top: 40px;
  }
}
@media screen and (max-width: 512px) {
  .questions-list-section {
    padding-top: 30px;
  }
}
.questions-list-section .title {
  color: #000;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.52px;
  font-weight: 700;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .questions-list-section .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 512px) {
  .questions-list-section .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .questions-list-section .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .questions-list-section .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.questions-list-section .qa-nav .nav-tabs .nav-link {
  border: 1px solid transparent !important;
}
.questions-list-section .qa-nav .nav-tabs .nav-item.show .nav-link,
.questions-list-section .qa-nav .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid #ffd300 !important;
}
.questions-list-section .qa-nav .nav-tabs .nav-link:focus,
.questions-list-section .qa-nav .nav-tabs .nav-link:hover {
  border-color: #fff #fff #ffd300 !important;
  isolation: auto;
}
.questions-list-section .qa-tabs .nav-item.show .qa-tab,
.questions-list-section .nav-tabs .qa-tab.active {
  border: none;
  border-bottom: 3px solid #ffd300 !important;
}
.questions-list-section .qa-tabs .qa-tab:focus,
.questions-list-section .nav-tabs .qa-tab:hover {
  border-color: #fff #fff #ffd300 !important;
  isolation: auto;
}
.questions-list-section .tab-row {
  --bs-gutter-y: 30px;
}
@media screen and (max-width: 767px) {
  .questions-list-section .tab-row {
    --bs-gutter-y: 20px;
  }
}
@media screen and (max-width: 767px) {
  .questions-list-section .qa-nav .qa-tabs {
    flex-direction: column;
  }
}
.questions-list-section .qa-nav .qa-tabs .qa-tab {
  padding: 3px 35px 12px;
  color: #000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 18px;
  font-weight: 700;
  max-width: none;
  min-width: 0;
  flex: 1 0 50%;
}
@media screen and (max-width: 991px) {
  .questions-list-section .qa-nav .qa-tabs .qa-tab {
    max-width: none;
    margin-top: 5px;
    padding: 3px 15px 12px;
  }
}
@media screen and (max-width: 767px) {
  .questions-list-section .qa-nav .qa-tabs .qa-tab {
    font-size: 18px;
  }
}
@media screen and (max-width: 512px) {
  .questions-list-section .qa-nav .qa-tabs .qa-tab {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .questions-list-section .qa-nav .qa-tabs .qa-tab {
    font-size: 14px;
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 375px) {
  .questions-list-section .qa-nav .qa-tabs .qa-tab {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .question-details-section {
    margin-top: 30px;
  }
}
.question-details-section .question-details-section-heading {
  color: #000;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
  padding-bottom: 6px;
  max-width: 300px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .question-details-section .question-details-section-heading {
    font-size: 18px;
    max-width: 260px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 512px) {
  .question-details-section .question-details-section-heading {
    max-width: 240px;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.question-details-section .question-details-section-heading.tab-title {
  max-width: 100%;
}
@media screen and (max-width: 512px) {
  .question-details-section .question-details-section-heading.tab-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.question-details-section .que-patient-detail {
  margin-top: 35px;
  background-color: rgba(255, 211, 0, 0.2);
  padding: 40px 31px 20px;
}
@media screen and (max-width: 767px) {
  .question-details-section .que-patient-detail {
    padding: 20px 20px 10px;
  }
}
.question-details-section .que-patient-detail .patient-detail-head {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.8px;
  font-weight: 700;
  border-bottom: 4px solid #ffd300;
  padding-bottom: 6px;
  margin-bottom: 23px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 575px) {
  .question-details-section .que-patient-detail .patient-detail-head {
    font-size: 16px;
  }
}
.question-details-section .que-patient-detail .desc-item {
  border-bottom: 1px dashed #707070;
  padding-bottom: 5px;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .question-details-section .que-patient-detail .desc-item {
    margin-bottom: 20px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .question-details-section .que-patient-detail .desc-item {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
}
.question-details-section .que-patient-detail .desc-item p {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 18px;
  min-width: 163px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .question-details-section .que-patient-detail .desc-item p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .question-details-section .que-patient-detail .desc-item p {
    font-size: 14px;
    min-width: 0;
    max-width: 100%;
  }
}
.question-details-section .que-patient-detail .desc-item .ans {
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 23px;
  color: #000;
  margin-left: 22px;
}
@media screen and (max-width: 991px) {
  .question-details-section .que-patient-detail .desc-item .ans {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .question-details-section .que-patient-detail .desc-item .ans {
    font-size: 16px;
    margin-left: 0;
  }
}
.question-details-section .comment-report {
  margin-top: 29px;
  display: flex;
  align-items: center;
  gap: 21px;
}
@media screen and (max-width: 370px) {
  .question-details-section .comment-report {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
  }
}

.comment-box-section {
  margin-top: 56px;
}
.comment-box-section .comment-accordion {
  border-radius: 0;
}
.comment-box-section .comment-accordion .accordion-item {
  border-radius: 0;
  border: 2px solid #eeeeee;
}
.comment-box-section .comment-accordion .accordion-item .comment-accordion-btn {
  gap: 8px;
  color: #999999;
  line-height: 20px;
  letter-spacing: 0.4px;
  font-size: 16px;
  padding: 14px 26px 12px;
  background-color: transparent;
}
@media screen and (max-width: 575px) {
  .comment-box-section .comment-accordion .accordion-item .comment-accordion-btn {
    font-size: 14px;
    padding: 14px 15px 12px;
  }
  .comment-box-section .comment-accordion .accordion-item .comment-accordion-btn svg {
    max-width: 25px;
  }
}
.comment-box-section .comment-accordion .accordion-item .comment-accordion-btn::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 17px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='%23ffd300' %3e%3cpath id='Polygon_2' data-name='Polygon 2' d='M5.5,0,11,6H0Z' transform='translate(11 6) rotate(180)'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  max-height: 11px;
}
.comment-box-section .comment-accordion .accordion-item .comment-accordion-btn::after {
  content: none;
}
.comment-box-section .comment-accordion .accordion-item .comment-accordion-btn:not(.collapsed)::before {
  transform: rotate(-180deg);
}
.comment-box-section .comment-accordion .accordion-item .comment-accordion-btn:focus {
  box-shadow: none;
}
.comment-box-section .comment-accordion-body {
  padding: 0;
  width: 100%;
}
.comment-box-section .comment-accordion-body .main-comment-content {
  padding: 40px 48px;
}
@media screen and (max-width: 767px) {
  .comment-box-section .comment-accordion-body .main-comment-content {
    padding: 23px;
  }
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item {
  margin-top: 40px;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item:first-child {
  margin-top: 0;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item:last-child {
  border-bottom: 0;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like {
    flex-direction: column;
    align-items: normal;
    gap: 8px;
  }
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .comment-id {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .comment-id img {
  border-radius: 100%;
  max-width: 80px;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .comment-id img.blog-community {
  min-width: 59px;
  max-width: 59px;
  height: 59px;
}
@media screen and (max-width: 575px) {
  .comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .comment-id {
    flex-direction: column;
  }
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .comment-id .id-desc .id-title {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 22px;
  color: #000;
  margin-bottom: 0;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .comment-id .id-desc .id-title span {
  color: #000;
}
@media screen and (max-width: 767px) {
  .comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .comment-id .id-desc .id-title {
    font-size: 16px;
  }
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .comment-id .id-desc .date {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .comment-id .id-desc .date {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .comment-id .id-desc {
    width: 100%;
  }
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .like-report {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: -25px;
}
@media screen and (max-width: 575px) {
  .comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .like-report {
    margin-top: 10px;
    justify-content: flex-end;
  }
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .likes {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .likes {
    justify-content: flex-end;
  }
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .likes .like {
  display: none;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .likes a.qa-liked .like {
  display: block;
  width: 26px;
  height: 28px;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .likes a.qa-liked .notLiked {
  display: none;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .likes a img {
  width: 26px;
  height: 28px;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .likes a.click-like-comment .like {
  display: none;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .likes a.thumbs-up-comment .like {
  display: block;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .likes a.thumbs-up-comment .notLiked {
  display: none;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-like .likes p {
  color: #ffd300;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 20px;
  margin-bottom: 0;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .comment {
  margin-top: 36px;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  min-height: 80px;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .comment-box-section .comment-accordion-body .main-comment-content .comment-item .comment {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .comment-box-section .comment-accordion-body .main-comment-content .comment-item .comment {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 340px) {
  .comment-box-section .comment-accordion-body .main-comment-content .comment-item .comment {
    font-size: 14px;
  }
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .comment.blur {
  filter: blur(8px);
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-initials {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #cccccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 40px;
  line-height: 33px;
  margin-bottom: 0;
  font-weight: 300;
  padding: 13px 10px 20px;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .id-initials.blog-community {
  min-width: 59px;
  max-width: 59px;
  height: 59px;
  font-size: 30px;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .reply-comment {
  padding-left: 80px;
}
@media screen and (max-width: 992px) {
  .comment-box-section .comment-accordion-body .main-comment-content .comment-item .reply-comment {
    padding-left: 24px;
  }
}
@media screen and (max-width: 600px) {
  .comment-box-section .comment-accordion-body .main-comment-content .comment-item .reply-comment {
    padding-left: 0px;
  }
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .reply-comment .blog-comment-userData {
  flex-direction: column;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .reply-comment .comment-input-box {
  background: #EEEEEE;
  border: none;
  outline: none;
  height: 48px;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .reply-comment .comment-input-box:focus {
  border: none;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .reply-comment .comment-post-btn {
  height: 48px;
  align-self: auto;
  vertical-align: top;
  flex-shrink: 0;
  width: auto;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .reply-comment .comment-id {
  gap: 20px;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .reply-comment .comment-id form {
  flex-grow: 1;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .reply-comment .comment-id form div {
  display: flex;
  gap: 0px;
  flex-grow: 1;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .reply-comment .comment-id input,
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .reply-comment .comment-id textarea {
  flex-grow: 1;
  padding: 8px 8px;
  resize: none;
}
.comment-box-section .comment-accordion-body .main-comment-content .comment-item .reply-comment .comment-id img {
  border-radius: 100%;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 59px;
  height: 59px;
}
.comment-box-section .comment-accordion-body .see-more {
  padding: 30px;
  text-align: center;
  border-top: 2px solid #eeeeee;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .comment-box-section .comment-accordion-body .see-more {
    padding: 20px;
    max-width: 100%;
  }
}
.comment-box-section .comment-accordion-body .see-more p {
  margin-bottom: 0;
  color: #666666;
  font-size: 16px;
  line-height: 0.16px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .comment-box-section .comment-accordion-body .see-more p {
    font-size: 14px;
  }
}
.comment-box-section .comment-accordion-body .post-comment-content {
  padding: 0px 0 0 24px;
  border-top: 2px solid #eeeeee;
  display: flex;
}
.comment-box-section .comment-accordion-body .post-comment-content .post-comment {
  border: none;
  background-color: transparent;
  padding-top: 15px;
}
.comment-box-section .comment-accordion-body .post-comment-content .post-comment:focus {
  outline: none;
}
.comment-box-section .comment-accordion-body .post-comment-content textarea {
  margin: 10px 0;
  height: 100px;
  margin-left: 14px;
  border: none;
  color: #000;
  resize: none;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.6px;
  outline: 0 !important;
  flex-grow: 1;
}
@media screen and (max-width: 340px) {
  .comment-box-section .comment-accordion-body .post-comment-content textarea {
    font-size: 14px;
  }
}
.comment-box-section .comment-accordion-body .post-comment-content textarea:focus-visible {
  border: none;
}
.comment-box-section .comment-accordion-body .post-comment-content textarea::-moz-placeholder {
  color: #cccccc;
  line-height: 36px;
  letter-spacing: 1.6px;
}
.comment-box-section .comment-accordion-body .post-comment-content textarea::placeholder {
  color: #cccccc;
  line-height: 36px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .comment-box-section .comment-accordion-body .post-comment-content {
    padding: 0 0 0 10px;
  }
}
.comment-box-section .comment-accordion-body .post {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
}

@media screen and (max-width: 575px) {
  .survey-modal .modal-title {
    padding: 0 !important;
  }
}
.survey-modal .cancel-section {
  text-align: center;
  margin-top: 14px;
}
.survey-modal .cancel-section a {
  color: #000000;
  text-decoration: none;
  letter-spacing: 1.6px;
}
.survey-modal .cancel-section a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.survey-modal .survey-free-btn {
  background-color: #000000;
  color: #ffd300;
  border: 1px solid #000;
  max-width: 230px;
  min-width: 230px;
}
.survey-modal .survey-free-btn:hover {
  background-color: #585252;
  border: 1px solid #585252;
}
@media screen and (max-width: 767px) {
  .survey-modal .survey-free-btn {
    max-width: 180px;
    min-width: 180px;
    font-size: 16px;
  }
}
.survey-modal .btn-modal-submit {
  max-width: 230px;
  min-width: 230px;
}
@media screen and (max-width: 767px) {
  .survey-modal .btn-modal-submit {
    max-width: 180px;
    min-width: 180px;
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .survey-modal .button-section {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}

.qna-checkbox {
  position: relative;
  z-index: 4;
  margin: 0 2px;
}
.qna-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  height: 15px;
}
.qna-checkbox .checkbox {
  display: flex;
  align-items: center;
  height: 15px;
}
.qna-checkbox .checkbox label {
  background: #333333;
  width: 40px;
  height: 4px;
  position: relative;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.qna-checkbox .checkbox label:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  left: -5px;
  top: -6px;
  z-index: 2;
  background: #ffd300;
  transition: all 0.3s ease-in-out;
}
.qna-checkbox .checkbox input:checked + label {
  transition: all 0.4s ease-in-out;
}
.qna-checkbox .checkbox input:checked + label:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  left: 30px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  background: #ffd300;
  right: 0;
}

.page-section .banner-content .blog-page-description p {
  word-break: break-all;
}
.page-section .banner-content .blog-search {
  border: 1px solid #dc9063;
}
.page-section .banner-content .blog-search .search-button {
  background-color: #f8f0ec;
}
.page-section .banner-content .blog-search .input-field {
  background-color: #f8f0ec;
  color: #dc9063;
}
.page-section .banner-content .blog-search .input-field::-moz-placeholder {
  color: #dc9063;
}
.page-section .banner-content .blog-search .input-field::placeholder {
  color: #dc9063;
}
.page-section .banner-content .blog-note {
  max-width: 1001px;
  text-align: center;
}
.page-section .banner-content .blog-banner {
  top: 20%;
}
.page-section .questions-list-section .blog-title {
  padding-bottom: 8px;
  margin-bottom: 0;
}
.page-section .questions-list-section .adver-content {
  padding-top: 18px;
}
.page-section .questions-list-section .adver-content .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
}
.page-section .blog-button-content {
  margin-top: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-section .blog-button-content {
    flex-direction: column;
  }
}
.page-section .blog-content-display {
  margin-top: 130px;
}
.page-section .blog-content-display.new-blog-content {
  margin-top: 65px;
}
@media screen and (max-width: 991px) {
  .page-section .blog-content-display.new-blog-content {
    margin-top: 35px;
  }
}
@media screen and (max-width: 575px) {
  .page-section .blog-content-display.new-blog-content {
    margin-top: 0;
  }
}
.page-section .blog-content-display .blog-desc {
  padding: 45px 39px 45px 48px;
  border: 1.5px solid #ffd300;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-section .blog-content-display .blog-desc {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page-section .blog-content-display {
    margin-top: 40px;
  }
}
.page-section .blog-content-display .heading-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-section .blog-content-display .heading-section {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
    padding-bottom: 0;
  }
}
.page-section .blog-content-display .heading-section .blog-heading {
  color: #000;
  font-size: 26px;
  letter-spacing: 0.52px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 690px;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .page-section .blog-content-display .heading-section .blog-heading {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .page-section .blog-content-display .heading-section .blog-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 360px) {
  .page-section .blog-content-display .heading-section .blog-heading {
    font-size: 22px;
  }
}
.page-section .blog-content-display .heading-section .fav-logo {
  display: flex;
  align-items: center;
  gap: 11px;
}
.page-section .blog-content-display .heading-section .fav-logo .fav-icon {
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .page-section .blog-content-display .heading-section .fav-logo .fav-icon svg {
    max-width: 35px;
  }
}
.page-section .blog-content-display .heading-section .fav-logo .fav-icon.liked svg path {
  fill: #ffd300;
  stroke: #ffd300;
}
.page-section .blog-content-display .heading-section .fav-logo span {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 575px) {
  .page-section .blog-content-display .heading-section .fav-logo span {
    font-size: 14px;
  }
}
.page-section .blog-content-display .detail-post-time {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  margin-bottom: 7px;
}
.page-section .blog-content-display .tags {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  word-spacing: 8px;
  text-decoration: none;
  color: #999999;
  text-decoration: none;
}
.page-section .blog-content-display .tags a {
  color: rgba(153, 153, 153, 0.6);
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
  word-break: break-all;
}
.page-section .blog-content-display .tags a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-section .blog-content-display .blog-describe {
  color: #000;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 32px;
  margin-top: 58px;
  margin-bottom: 0;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .page-section .blog-content-display .blog-describe {
    margin-top: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .page-section .blog-content-display .blog-describe {
    font-size: 16px;
  }
}
.page-section .blog-content-display .blog-describe img {
  max-width: 100% !important;
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  float: none !important;
}
.page-section .blog-content-display .share-like {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
  margin-top: 43px;
  padding-top: 16px;
}
@media screen and (max-width: 991px) {
  .page-section .blog-content-display .share-like {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
}
.page-section .blog-content-display .share-like .like-comment-section {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 320px) {
  .page-section .blog-content-display .share-like .like-comment-section {
    gap: 20px;
  }
}
.page-section .blog-content-display .share-like .like-comment-section .display {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-section .blog-content-display .share-like .like-comment-section .display .display-img {
  width: 26px;
  height: 27px;
}
.page-section .blog-content-display .share-like .like-comment-section .display a.liked-post.click-like .display-img.like {
  display: none;
}
.page-section .blog-content-display .share-like .like-comment-section .display a.liked-post.thumbs-up .display-img.nolike {
  display: none;
}
.page-section .blog-content-display .share-like .like-comment-section .display a.liked-post.thumbs-up .display-img.like {
  display: block;
}
.page-section .blog-content-display .share-like .like-comment-section .display p {
  color: #ffd300;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .page-section .blog-content-display .blog-comment-box-section {
    margin-top: 30px;
  }
}
.page-section .blog-content-display .blog-comment-box-section .comment-accordion-btn {
  color: #666666;
}
.page-section .blog-content-display .blog-comment-box-section .comment-accordion-btn::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 17px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='%23ffd300' %3e%3cpath id='Polygon_2' data-name='Polygon 2' d='M5.5,0,11,6H0Z' transform='translate(11 6) rotate(180)'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  max-height: 11px;
}
.page-section .blog-content-display .blog-comment-box-section .blog-comment-content {
  padding: 25px;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .page-section .blog-content-display .blog-comment-box-section .blog-comment-content {
    padding: 20px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-section .blog-content-display .blog-comment-box-section .blog-comment-content .comment-item {
    margin-top: 25px;
  }
}
.page-section .blog-content-display .blog-comment-box-section .blog-comment-content .comment-item:last-child {
  border-bottom: none;
}
.page-section .blog-content-display .blog-comment-box-section .blog-comment-content .comment-item .id-like .name {
  font-weight: 700;
}
.page-section .blog-content-display .blog-comment-box-section .blog-comment-content .comment-item .id-like .like p {
  color: #ffd300;
}
@media screen and (max-width: 575px) {
  .page-section .blog-content-display .blog-comment-box-section .blog-comment-content .comment-item .id-like .comment-id {
    flex-direction: column;
    gap: 10px;
  }
}
.page-section .blog-content-display .blog-comment-box-section .blog-comment-content .comment-item .comment {
  padding-left: 80px;
  margin-top: 5px;
  word-break: break-word;
}
@media screen and (max-width: 575px) {
  .page-section .blog-content-display .blog-comment-box-section .blog-comment-content .comment-item .comment {
    padding-left: 0;
  }
}
.page-section .blog-content-display .blog-comment-box-section .see-more-comment {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .page-section .blog-content-display .blog-comment-box-section .see-more-comment {
    padding-bottom: 20px;
  }
}
.page-section .blog-content-display .blog-comment-box-section .see-more-comment a {
  color: #666666;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 360px) {
  .page-section .blog-content-display .blog-comment-box-section .see-more-comment a {
    font-size: 14px;
  }
}
.page-section .blog-content-display .blog-comment-box-section .see-more-comment a:hover {
  color: #666666;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-section .blog-content-display .follow-report {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 45px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .page-section .blog-content-display .follow-report {
    margin-top: 25px;
  }
}
@media screen and (max-width: 360px) {
  .page-section .blog-content-display .follow-report {
    flex-direction: column;
  }
}
.page-section .blog-content-display .follow-report .follow {
  border-radius: 23px;
  background: #ffd300;
  color: #000;
  text-decoration: none;
  padding: 10px 37px;
  font-weight: 500;
}
@media screen and (max-width: 360px) {
  .page-section .blog-content-display .follow-report .follow {
    font-size: 14px;
  }
}
.page-section .blog-content-display .follow-report .follow.joined {
  background: #cccccc;
}
.page-section .blog-content-display .follow-report .report-follow-btn {
  color: #666666;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 36px;
  text-decoration: none;
}
@media screen and (max-width: 360px) {
  .page-section .blog-content-display .follow-report .report-follow-btn {
    font-size: 14px;
  }
}
.page-section .blog-content-display .follow-report .report-follow-btn:last-child {
  margin-left: 15px;
}
.page-section .blog-content-display .user-profile-desc {
  margin-top: 41px;
}
.page-section .blog-content-display .user-profile-desc .user-description {
  padding: 27px;
  border: 1px solid #ffd300;
  border-top: 0;
}
.page-section .blog-content-display .user-profile-desc .user-description .user-img {
  text-align: center;
}
.page-section .blog-content-display .user-profile-desc .user-description .user-img img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-section .blog-content-display .user-profile-desc .user-description .user-img .id-initials {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #cccccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 40px;
  line-height: 33px;
  margin-bottom: 0;
  font-weight: 300;
  padding: 13px 10px 20px;
  margin: 0 auto;
}
.page-section .blog-content-display .user-profile-desc .user-description .user-name {
  margin-top: 10px;
  text-align: center;
}
.page-section .blog-content-display .user-profile-desc .user-description .user-name .name {
  color: #000;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0;
  letter-spacing: 0.4px;
  font-weight: 700;
}
.page-section .blog-content-display .user-profile-desc .user-description .user-name .exp {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.36px;
  margin-bottom: 0;
  margin-top: 10px;
  color: #000;
}
.page-section .blog-content-display .user-profile-desc .user-description .user-name .exp span {
  color: #000;
}
.page-section .blog-content-display .user-profile-desc .user-description .user-info {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
  margin-top: 22px;
  margin-bottom: 0;
  word-break: break-word;
}
.page-section .blog-content-display .post {
  margin-top: 60px;
}
.page-section .blog-content-display .post .post-listing {
  list-style: none;
  padding-left: 0;
}
.page-section .blog-content-display .post .post-listing li {
  margin-top: 16px;
  border-bottom: 0.5px dashed #707070;
  padding: 12px 0;
}
.page-section .blog-content-display .post .post-listing li a {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
  text-decoration: none;
  word-break: break-all;
}
.page-section .blog-content-display .post .post-listing li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.profile-heading {
  background: #ffd300;
  color: #000;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  padding-left: 15px;
  margin-bottom: 0;
}

.past-post-accordion {
  margin-top: 10px;
}
.past-post-accordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-top: 0.5px dashed #999999;
}
.past-post-accordion .accordion-item:last-child {
  border-bottom: 0.5px dashed #999999;
}
.past-post-accordion .accordion-item ul {
  list-style: none;
  padding: 0;
}
.past-post-accordion .accordion-item ul li {
  margin-top: 16px;
  padding: 12px 0;
  border-bottom: 0.5px dashed #999999;
}
.past-post-accordion .accordion-item ul li:first-child {
  border-top: 0.5px dashed #999999;
  margin-top: 0;
}
.past-post-accordion .accordion-item ul li:last-child {
  border-bottom: 0;
}
.past-post-accordion .accordion-item ul li a {
  color: #000;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 36px;
  text-decoration: none;
}
.past-post-accordion .accordion-item ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.past-post-accordion .accordion-item .see-more {
  text-align: end;
  margin-bottom: 10px;
}
.past-post-accordion .accordion-item .see-more a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.past-post-accordion .accordion-item .see-more a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.past-post-accordion .accordion-button {
  background: transparent;
  padding: 1px;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 22px;
  font-weight: 700;
  padding-top: 17px;
  padding-bottom: 19px;
  box-shadow: none;
}
.past-post-accordion .accordion-button:focus {
  box-shadow: none;
}
.past-post-accordion .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.post-question:after {
  content: none !important;
}
.post-question .qa-banner {
  top: 50px !important;
  right: 40px !important;
}
.post-question .blog-banner {
  top: 75px !important;
  right: 26px !important;
}
@media screen and (max-width: 991px) {
  .post-question {
    padding: 20px 0 !important;
  }
}
.post-question .list-heading {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.8px;
  text-align: center;
  border-bottom: 5px solid #ffd300;
  padding-bottom: 7px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 50px;
}

.professional-list {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-top: 54px;
  padding: 25px 50px;
}
.professional-list .list-item {
  margin-bottom: 45px;
}
.professional-list .list-item:last-child {
  margin-bottom: 0;
}
.professional-list .list-item .list-heading {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.4px;
  font-weight: 700;
  margin-bottom: 15px;
}
.professional-list .list-item table tr {
  border-style: none;
  border-color: transparent;
}
.professional-list .list-item table td {
  padding: 5px 0;
  min-width: 200px;
}
.professional-list .list-item table .title {
  min-width: 500px;
  padding-left: 0;
}
.professional-list .list-item table .text {
  min-width: 200px;
}

.question-form {
  max-width: 739px;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .question-form {
    margin-top: 20px;
  }
}
.question-form .question {
  margin-bottom: 30px;
}
.question-form .question.question-heading {
  max-width: 650px;
}
@media screen and (max-width: 991px) {
  .question-form .question.question-heading {
    max-width: 100%;
  }
}
.question-form label {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.6px;
  color: #666666;
}
.question-form label.selectImage {
  cursor: pointer;
}
.question-form input,
.question-form .bootstrap-tagsinput {
  width: 100%;
  padding: 7px 21px;
  background-color: #eeeeee;
  border: none;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #000;
  box-shadow: none;
  border-radius: 0;
  word-break: break-all;
}
.question-form input input,
.question-form .bootstrap-tagsinput input {
  padding-left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .question-form input,
  .question-form .bootstrap-tagsinput {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .question-form input,
  .question-form .bootstrap-tagsinput {
    font-size: 16px;
  }
}
.question-form input:focus,
.question-form .bootstrap-tagsinput:focus {
  outline: none;
}
.question-form input::-moz-placeholder, .question-form .bootstrap-tagsinput::-moz-placeholder {
  color: #bbbbbb;
}
.question-form input::placeholder,
.question-form .bootstrap-tagsinput::placeholder {
  color: #bbbbbb;
}
.question-form .label-info {
  background-color: grey;
  color: #fff;
  padding-left: 8px;
  padding-right: 10px;
  font-size: 16px;
}
.question-form textarea {
  background-color: #eeeeee;
  border: none;
  padding: 9px 21px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #000;
  resize: none;
}
@media screen and (max-width: 767px) {
  .question-form textarea {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .question-form textarea {
    font-size: 16px;
  }
}
.question-form textarea::-moz-placeholder {
  color: #bbbbbb;
}
.question-form textarea::placeholder {
  color: #bbbbbb;
}
.question-form textarea:focus {
  outline: none;
}
.question-form .tox {
  border-radius: 0;
}
.question-form .tox .tox-menubar {
  display: none !important;
}
.question-form .tox:not([dir=rtl]) .tox-statusbar__branding {
  display: none;
}
.question-form .tox .tox-statusbar__path {
  display: none;
}
.question-form .tox .tox-statusbar__text-container {
  justify-content: flex-start;
}
.question-form .tox:not(.tox-tinymce-inline) .tox-editor-header {
  background-color: #eeeeee;
  box-shadow: none;
  padding: 0;
}
.question-form .tox .tox-toolbar,
.question-form .tox .tox-toolbar__overflow,
.question-form .tox .tox-toolbar__primary {
  background-color: #eeeeee;
}
.question-form .tox .tox-tbtn--bespoke {
  background-color: transparent;
}
.question-form .tox .tox-edit-area__iframe {
  background-color: #eeeeee;
}
.question-form .tox .tox-statusbar {
  border-top: 1px solid rgba(204, 204, 204, 0.9294117647);
  background-color: #eeeeee;
  padding: 9px 21px;
  color: #6b6d70;
  height: auto;
}
.question-form .tox .tox-statusbar__resize-handle {
  display: none;
}
.question-form .tox .tox-menubar + .tox-toolbar-overlord {
  padding: 0;
  border: 0;
}
.question-form .divider {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  background: #ffd300;
}
.question-form .radio-options {
  display: flex;
  align-items: center;
  gap: 126px;
}
@media screen and (max-width: 767px) {
  .question-form .radio-options {
    gap: 70px;
  }
}
@media screen and (max-width: 480px) {
  .question-form .radio-options {
    justify-content: flex-start;
    align-items: baseline;
    flex-direction: column;
    gap: 20px;
  }
}
.question-form .radio-options .form-check {
  display: flex;
  align-items: center;
  gap: 13px;
}
.question-form .radio-options .form-check label {
  color: #000;
  margin-bottom: 0;
}
.question-form .radio-options .form-check input[type=radio] {
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #6b6d70;
}
.question-form .radio-options .form-check input[type=radio]:focus {
  box-shadow: none;
}
.question-form .radio-options .form-check input[type=radio]:focus-visible {
  outline: 0;
}
.question-form .radio-options .form-check input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFD300'/%3e%3c/svg%3e");
}
.question-form .radio-options .form-check input[type=radio]:checked:focus {
  box-shadow: none;
}
.question-form .answer {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 0;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .question-form .answer {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .question-form .answer {
    font-size: 16px;
  }
}
.question-form .answer img {
  max-width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 450px;
  float: none !important;
}
.question-form .confirmation-heading {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .question-form .confirmation-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .question-form .confirmation-heading {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.question-form .image-section {
  margin-bottom: 50px;
}
.question-form .image-section label {
  margin-bottom: 0;
}
.question-form .image-section label.selectImage {
  margin-right: 10px;
}
.question-form .image-section > input {
  display: none;
}
.question-form .image-section .imageShow {
  max-width: 415px;
  height: 276px;
  position: relative;
}
.question-form .image-section .imageShow .x-mark {
  position: absolute;
  right: 10px;
  background: transparent;
  border: none;
  top: 10px;
  padding: 0;
}
.question-form .image-section .imageShow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.question-form select {
  padding: 7px 21px;
  background-color: #eeeeee;
  border: none;
  color: #bbbbbb;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .question-form select {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .question-form select {
    font-size: 16px;
  }
}
.question-form select:focus {
  box-shadow: none;
}
.question-form .submit-section {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.confirmation-row .question {
  margin-top: 43px;
  margin-bottom: 0;
}

.blog-following {
  border: 1.5px solid #ffd300;
  margin-top: 70px;
  padding: 10px 20px 24px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
@media screen and (max-width: 991px) {
  .blog-following {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .blog-following {
    margin-top: 30px;
  }
}
.blog-following.noBlog-content {
  height: 205px;
}
@media (max-width: 575px) {
  .blog-following.noBlog-content {
    height: 166px;
  }
}
.blog-following.noBlog-content .no-contentText {
  font-size: 20px;
  padding-top: 30px;
  color: #000;
  text-align: center;
}
@media (max-width: 575px) {
  .blog-following.noBlog-content .no-contentText {
    font-size: 16px;
    padding-top: 20px;
  }
}
.blog-following-heading {
  color: #666666;
  line-height: 36px;
  letter-spacing: 1.6px;
  margin-bottom: 18px;
}
@media screen and (max-width: 575px) {
  .blog-following-heading {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.blog-following__userList {
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .blog-following__userList {
    max-width: 900px;
  }
}
@media (max-width: 991px) {
  .blog-following__userList {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .blog-following__userList {
    max-width: 415px;
  }
}
@media (max-width: 575px) {
  .blog-following__userList {
    max-width: 380px;
  }
}
@media (max-width: 450px) {
  .blog-following__userList {
    max-width: 300px;
  }
}
.blog-following__userList .owl-nav {
  left: -45px;
  right: -45px;
}
@media (max-width: 575px) {
  .blog-following__userList .owl-nav {
    left: -30px;
    right: -30px;
  }
}
@media (max-width: 400px) {
  .blog-following__userList .owl-nav {
    left: -10px;
    right: -10px;
  }
}
.blog-following__userList .owl-nav .owl-prev,
.blog-following__userList .owl-nav .owl-next {
  width: 26px;
  height: 26px;
}
@media (max-width: 767px) {
  .blog-following__userList .owl-nav .owl-prev,
  .blog-following__userList .owl-nav .owl-next {
    width: 20px;
    height: 20px;
  }
}
.blog-following__userList .owl-nav .owl-prev span,
.blog-following__userList .owl-nav .owl-next span {
  margin-top: 1px;
}
.blog-following__userList--item {
  max-width: 80px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.blog-following__userList--item .user-list-img {
  position: relative;
  margin-bottom: 10px;
}
.blog-following__userList--item .user-list-img img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 575px) {
  .blog-following__userList--item .user-list-img img {
    width: 50px;
    height: 50px;
  }
}
.blog-following__userList--item .user-list-img .id-initials {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #cccccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .blog-following__userList--item .user-list-img .id-initials {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.blog-following__userList--item .user-list-img .new {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #c60000;
  position: absolute;
  bottom: 0;
  right: 5px;
}
@media screen and (max-width: 575px) {
  .blog-following__userList--item .user-list-img .new {
    width: 10px;
    height: 10px;
    bottom: 5px;
    right: 15px;
  }
}
.blog-following__userList--item .name span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 63px;
}
.blog-following__userList--item .name {
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .blog-following__userList--item .name {
    font-size: 14px;
  }
}

.blog-page-desc p {
  text-align: center !important;
}
@media (max-width: 991px) {
  .blog-page-desc p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .blog-page-desc p {
    text-align: left !important;
  }
}

.static-pages-content .brands-subHead {
  max-width: 848px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 48px;
}
.static-pages-content .brands-subHead p {
  font-size: 22px;
  letter-spacing: 2.2px;
  line-height: 34px;
  text-align: center;
  font-weight: 400;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .static-pages-content .brands-subHead p {
    font-size: 20px;
    text-align: initial;
    word-break: normal;
  }
}
@media screen and (max-width: 575px) {
  .static-pages-content .brands-subHead p {
    font-size: 18px;
  }
}
.static-pages-content .static-types {
  max-width: 1001px;
  margin: 0 auto;
  padding-bottom: 70px;
  padding-top: 50px;
}
.static-pages-content .static-types .button-section {
  margin-left: -80px;
}
@media screen and (max-width: 991px) {
  .static-pages-content .static-types .button-section {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .static-pages-content .static-types {
    max-width: 100%;
    padding-bottom: 30px;
  }
}
.static-pages-content .static-types__type-listing {
  margin-bottom: 70px;
}
.static-pages-content .static-types__type-listing:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .static-pages-content .static-types__type-listing {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .static-pages-content .static-types__type-listing {
    margin-bottom: 30px;
  }
}
.static-pages-content .static-types__type-listing .brand-text {
  margin-top: 30px;
}
.static-pages-content .static-types__type-listing .brand-text.vision {
  max-width: 318px;
}
@media screen and (max-width: 575px) {
  .static-pages-content .static-types__type-listing .brand-text.vision {
    max-width: 280px;
  }
}
.static-pages-content .static-types__type-listing .brand-text.mission {
  max-width: 518px;
}
@media screen and (max-width: 575px) {
  .static-pages-content .static-types__type-listing .brand-text.mission {
    max-width: 480px;
  }
}
.static-pages-content .static-types__type-listing--heading {
  line-height: 32px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 2px solid #ffd300;
  padding-bottom: 9px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .static-pages-content .static-types__type-listing--heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .static-pages-content .static-types__type-listing--heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .static-pages-content .static-types__type-listing--heading {
    font-size: 20px;
  }
}
.static-pages-content .static-types__type-listing ul {
  list-style: none;
  margin-top: 40px;
  padding-left: 0;
}
.static-pages-content .static-types__type-listing ul li {
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 2px;
}
@media screen and (max-width: 757px) {
  .static-pages-content .static-types__type-listing ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .static-pages-content .static-types__type-listing ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.static-pages-content .static-types__type-listing .static-text {
  color: #666;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  word-break: break-all;
}
.static-pages-content .static-types__type-listing .static-text.pl-45 {
  padding-left: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .static-pages-content .static-types__type-listing .static-text.pl-45 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .static-pages-content .static-types__type-listing .static-text.pl-45 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .static-pages-content .static-types__type-listing .static-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .static-pages-content .static-types__type-listing .static-text {
    font-size: 16px;
  }
}
.static-pages-content .static-types__type-listing .numbering-head {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .static-pages-content .static-types__type-listing .numbering-head {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .static-pages-content .static-types__type-listing .numbering-head {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.static-pages-content .static-types__type-listing .static-numbering {
  margin-top: 60px;
}
.static-pages-content .static-types__type-listing .static-numbering > li {
  margin-bottom: 40px;
}
.static-pages-content .static-types__type-listing .static-numbering > li::marker {
  font-size: 20px;
  font-weight: 500;
}
.static-pages-content .static-types__type-listing .static-numbering > div {
  margin-bottom: 40px;
}
.static-pages-content .static-types__type-listing .static-numbering.main {
  counter-reset: item;
  padding-left: 0;
}
.static-pages-content .static-types__type-listing .static-numbering.main > li {
  margin-bottom: 40px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.static-pages-content .static-types__type-listing .static-numbering.main > li::marker {
  content: none;
}
.static-pages-content .static-types__type-listing .static-numbering.main > li::before {
  content: counters(item, ".") ".";
  counter-increment: item;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .static-pages-content .static-types__type-listing .static-numbering.main > li::before {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .static-pages-content .static-types__type-listing .static-numbering.main > li::before {
    font-size: 16px;
  }
}
.static-pages-content .static-types__type-listing .static-numbering .sub-numbering {
  margin-top: 20px;
  padding-left: 25px;
}
.static-pages-content .static-types__type-listing .static-numbering .sub-numbering > li {
  color: #666;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .static-pages-content .static-types__type-listing .static-numbering .sub-numbering > li {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .static-pages-content .static-types__type-listing .static-numbering .sub-numbering > li {
    font-size: 16px;
    word-break: break-all;
  }
}
.static-pages-content .static-types__type-listing .static-numbering .sub-numbering.second-number {
  counter-reset: item;
  padding-left: 0;
}
.static-pages-content .static-types__type-listing .static-numbering .sub-numbering.second-number li {
  display: flex;
  align-items: flex-start;
}
.static-pages-content .static-types__type-listing .static-numbering .sub-numbering.second-number li::marker {
  content: none;
}
.static-pages-content .static-types__type-listing .static-numbering .sub-numbering.second-number > li:before {
  content: "(" counter(item) ") ";
  counter-increment: item;
  display: block;
  margin-right: 5px;
  white-space: nowrap;
}
.static-pages-content .static-types__type-listing .static-numbering .sub-numbering.nest {
  counter-reset: item;
  padding-left: 0;
}
.static-pages-content .static-types__type-listing .static-numbering .sub-numbering.nest li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.static-pages-content .static-types__type-listing .static-numbering .sub-numbering.nest li::marker {
  content: none;
}
.static-pages-content .static-types__type-listing .static-numbering .sub-numbering.nest li::before {
  content: counters(item, ".") " ";
  counter-increment: item;
  white-space: nowrap;
}
.static-pages-content .static-types__type-listing .static-numbering .sub-numbering.nest .new li::before {
  content: "-";
}
.static-pages-content .static-types__type-listing .static-numbering .nested-numbering {
  margin-top: 0;
  padding-left: 45px;
  counter-reset: item;
}
@media screen and (max-width: 767px) {
  .static-pages-content .static-types__type-listing .static-numbering .nested-numbering {
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .static-pages-content .static-types__type-listing .static-numbering .nested-numbering {
    padding-left: 15px;
  }
}
.static-pages-content .static-types__type-listing .static-numbering .nested-numbering li {
  display: flex;
  align-items: flex-start;
  color: #666;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .static-pages-content .static-types__type-listing .static-numbering .nested-numbering li {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .static-pages-content .static-types__type-listing .static-numbering .nested-numbering li {
    font-size: 16px;
    word-break: break-all;
  }
}
.static-pages-content .static-types__type-listing .static-numbering .nested-numbering li::marker {
  content: none;
}
.static-pages-content .static-types__type-listing .static-numbering .nested-numbering > li:before {
  content: "- ";
  counter-increment: item;
  display: block;
  margin-right: 5px;
}
.static-pages-content .static-types__type-listing .static-numbering .nested-numbering.radio-numbering > li:before {
  content: "";
  counter-increment: item;
  min-width: 5px;
  height: 5px;
  border-radius: 100%;
  display: block;
  margin-right: 10px;
  background-color: #000;
  margin-top: 13px;
}
.static-pages-content .static-types__type-listing .static-numbering .square-ul {
  list-style-type: square;
  padding-left: 20px;
}

.contact-page .contact-section {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 914px;
  margin: 0 auto;
}
.contact-page .contact-section .click {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 68px;
}
.contact-page .contact-section .click a {
  color: #000;
  text-underline-offset: 3px;
  text-decoration-thickness: 4px;
  text-decoration-color: #ffd300;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-section .click {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.contact-page .contact-section .contact-sub {
  max-width: 607px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-section .contact-sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .contact-section .contact-sub {
    font-size: 16px;
    word-break: break-all;
    max-width: 100%;
  }
}
.contact-page .contact-section .contact-sub.sub-pro {
  max-width: 610px;
  word-break: break-all;
}
.contact-page .contact-section .contact-us-desc {
  padding-top: 65px;
}
.contact-page .contact-section .contact-us-desc ol {
  counter-reset: item;
  padding-left: 0;
}
.contact-page .contact-section .contact-us-desc ol li {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  gap: 22px;
}
.contact-page .contact-section .contact-us-desc ol li::marker {
  content: none;
}
.contact-page .contact-section .contact-us-desc ol li:before {
  content: counter(item);
  counter-increment: item;
  margin-right: 5px;
  background: #ffd300;
  min-width: 34px;
  height: 34px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-section .contact-us-desc ol li:before {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .contact-section .contact-us-desc ol li:before {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-section .contact-us-desc ol li {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .contact-section .contact-us-desc ol li {
    font-size: 16px;
    gap: 15px;
  }
}
.contact-page .contact-section .contact-desc-heading {
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-section .contact-desc-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .contact-section .contact-desc-heading {
    font-size: 16px;
  }
}
.contact-page .contact-section .contact-form {
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-section .contact-form {
    padding-top: 40px;
  }
}
@media screen and (max-width: 512px) {
  .contact-page .contact-section .contact-form {
    padding-top: 30px;
  }
}
.contact-page .contact-section .contact-form .contact {
  padding-top: 7px;
}
.contact-page .contact-section .contact-form .contact .contact-checkbox-section {
  padding-top: 30px;
}
.contact-page .contact-section .contact-form .contact .contact-checkbox-section .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.contact-page .contact-section .contact-form .contact .contact-checkbox-section .form-check label {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-section .contact-form .contact .contact-checkbox-section .form-check label {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .contact-section .contact-form .contact .contact-checkbox-section .form-check label {
    font-size: 16px;
  }
}
.contact-page .contact-section .contact-form .contact .contact-checkbox-section input[type=checkbox] {
  margin-top: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ffd300;
}
.contact-page .contact-section .contact-form .contact .contact-checkbox-section input[type=checkbox]:focus {
  box-shadow: none;
}
.contact-page .contact-section .contact-form .contact .contact-checkbox-section input[type=checkbox]:focus-visible {
  outline: 0;
}
.contact-page .contact-section .contact-form .contact .contact-checkbox-section input[type=checkbox]:checked {
  border-color: #ffd300;
  background-color: #ffd300;
}
.contact-page .contact-section .contact-form .contact .contact-checkbox-section input[type=checkbox]:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.contact-page .contact-section .contact-form .add-text {
  text-align: center;
  padding-top: 30px;
}
.contact-page .contact-section .contact-form .add-text a {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #000;
  text-underline-offset: 8px;
  text-decoration-thickness: 4px;
  text-decoration-color: #ffd300;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-section .contact-form .add-text a {
    font-size: 18px;
  }
}
.contact-page .contact-section .contact-form .contact-label-input {
  display: flex;
  align-items: flex-start;
  gap: 33px;
}
@media screen and (max-width: 991px) {
  .contact-page .contact-section .contact-form .contact-label-input {
    flex-direction: column;
    gap: 10px;
  }
}
.contact-page .contact-section .contact-form .contact-label-input .contact-label {
  width: 220px;
}
.contact-page .contact-section .contact-form .contact-label-input .contact-input {
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .contact-page .contact-section .contact-form .contact-label-input .contact-input {
    width: 100%;
  }
}
.contact-page .contact-section .contact-form .contact-label-input .contact-input .radio-content {
  gap: 103px;
}
@media screen and (max-width: 991px) {
  .contact-page .contact-section .contact-form .contact-label-input .contact-input .radio-content {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
.contact-page .contact-section .contact-form .contact-label-input .contact-message {
  width: 100%;
  height: 300px;
  resize: none;
  border: none;
  background: #eee;
  padding: 10px 20px;
  color: #333333;
  font-size: 20px;
}
.contact-page .contact-section .contact-form .contact-label-input .contact-message:focus,
.contact-page .contact-section .contact-form .contact-label-input .contact-message :focus-visible {
  box-shadow: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-section .contact-form .contact-label-input .contact-message {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .contact-section .contact-form .contact-label-input .contact-message {
    font-size: 16px;
  }
}

.faq-listing {
  padding: 70px 0;
}
.faq-listing .faq-accordion-section .main-accordion-item {
  border-top: 0 !important;
}
.faq-listing .faq-accordion-section .main-accordion-item:last-child {
  border-bottom: 2px solid #000 !important;
}
.faq-listing .faq-accordion-section .main-accordion-btn:not(.collapsed) {
  border-top: 5px solid #ffd300 !important;
}
.faq-listing .faq-accordion-section .main-accordion-btn:not(.collapsed):focus {
  border-top: 5px solid #ffd300 !important;
}
.faq-listing .faq-accordion-section .main-accordion-btn {
  border-top: 2px solid #000 !important;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .faq-listing .faq-accordion-section .main-accordion-btn {
    padding: 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .faq-listing .faq-accordion-section .main-accordion-btn {
    padding: 20px 0;
  }
}
.faq-listing .faq-accordion-section .main-accordion-btn .accor-title {
  justify-content: center;
  padding-right: 50px;
}
.faq-listing .faq-accordion-section .main-accordion-body {
  padding: 0 46px 46px !important;
}
@media screen and (max-width: 767px) {
  .faq-listing .faq-accordion-section .main-accordion-body {
    padding: 0 30px 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .faq-listing .faq-accordion-section .main-accordion-body {
    padding: 0 20px 20px !important;
  }
}
.faq-listing .faq-accordion-section .main-accordion-body .sub-accordion-item {
  border-top: 0 !important;
  margin-bottom: 15px;
}
.faq-listing .faq-accordion-section .main-accordion-body .sub-accordion-item:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
}
.faq-listing .faq-accordion-section .main-accordion-body .sub-accordion-btn {
  line-height: 32px;
  background: #fff !important;
  justify-content: space-between;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 20px;
  align-items: flex-start;
  padding-left: 67px;
}
.faq-listing .faq-accordion-section .main-accordion-body .sub-accordion-btn svg {
  width: 20px;
  margin-top: 10px;
  transition: 0.2s ease-in-out;
}
.faq-listing .faq-accordion-section .main-accordion-body .sub-accordion-btn:not(.collapsed) svg {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .faq-listing .faq-accordion-section .main-accordion-body .sub-accordion-btn {
    font-size: 18px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .faq-listing .faq-accordion-section .main-accordion-body .sub-accordion-btn {
    font-size: 16px;
  }
}
.faq-listing .faq-accordion-section .main-accordion-body .sub-accordion-body {
  background-color: #fff !important;
  padding: 0 67px 30px;
  font-size: 20px;
  color: #666;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .faq-listing .faq-accordion-section .main-accordion-body .sub-accordion-body {
    font-size: 18px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .faq-listing .faq-accordion-section .main-accordion-body .sub-accordion-body {
    font-size: 16px;
    padding-right: 30px;
  }
}

.next-page {
  color: #666666;
  text-decoration-color: #666666;
  text-underline-offset: 4px;
}
.next-page:hover {
  color: #666666;
}

.rounded-ol {
  counter-reset: item;
  padding-left: 0;
}
.rounded-ol > li {
  display: flex;
  align-items: baseline;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  gap: 22px;
  margin-top: 40px;
}
.rounded-ol > li::marker {
  content: none;
}
.rounded-ol > li:before {
  content: counter(item);
  counter-increment: item;
  margin-right: 5px;
  background: #ffd300;
  min-width: 34px;
  height: 34px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .rounded-ol > li:before {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .rounded-ol > li:before {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .rounded-ol > li {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .rounded-ol > li {
    font-size: 16px;
    gap: 15px;
  }
}
.rounded-ol ul {
  list-style: square !important;
  padding-left: 23px !important;
  margin-top: 20px !important;
}
.rounded-ol ul .nested-circle {
  list-style: disc !important;
  margin-top: 0px !important;
}
.rounded-ol ul .nested-circle li {
  line-height: 30px;
  letter-spacing: 1px;
  color: #666666;
}

.safety-guidelines__banner {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .safety-guidelines__banner {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .safety-guidelines__banner {
    margin-bottom: 40px;
  }
}
.safety-guidelines__heading .sub-head {
  margin-top: 70px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .safety-guidelines__heading .sub-head {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .safety-guidelines__heading .sub-head {
    margin-top: 30px;
  }
}
.safety-guidelines__heading .sub-head p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
}
@media (max-width: 1200px) {
  .safety-guidelines__heading .sub-head p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .safety-guidelines__heading .sub-head p {
    font-size: 16px;
  }
}
.safety-guidelines__content {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .safety-guidelines__content {
    margin-bottom: 60px;
  }
}
.safety-guidelines__content__item {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .safety-guidelines__content__item {
    margin-bottom: 40px;
  }
}
.safety-guidelines__content__item:last-child {
  margin-bottom: 0;
}
.safety-guidelines__content__item--heading {
  text-align: center;
  letter-spacing: 2.2px;
  line-height: 22px;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 43px;
}
.safety-guidelines__content__item--heading::after {
  content: "";
  width: 245px;
  height: 5px;
  background-color: #ffd300;
  display: block;
  margin: 9px auto 0;
}
@media (max-width: 991px) {
  .safety-guidelines__content__item--heading {
    font-size: 20px;
  }
  .safety-guidelines__content__item--heading::after {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .safety-guidelines__content__item--heading {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .safety-guidelines__content__item--heading::after {
    width: 150px;
  }
}
.safety-guidelines__content__item--guideline {
  display: flex;
  align-items: flex-start;
  gap: 77px;
}
.safety-guidelines__content__item--guideline img {
  min-width: 366px;
  height: 269px;
}
@media (max-width: 1200px) {
  .safety-guidelines__content__item--guideline img {
    min-width: 300px;
    height: 240px;
  }
}
.safety-guidelines__content__item--guideline p {
  flex-grow: 1;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .safety-guidelines__content__item--guideline {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .safety-guidelines__content__item--guideline img {
    order: 1;
    min-width: 200px;
    height: 150px;
  }
  .safety-guidelines__content__item--guideline p {
    order: 2;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .safety-guidelines__content__item--guideline p {
    font-size: 18px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .safety-guidelines__content__item--guideline p {
    font-size: 16px;
  }
}

.membership-table {
  width: 100%;
}
.membership-table .main-head th.empty-head {
  width: 260px;
}
.membership-table .main-head th {
  text-align: center;
  padding: 17px;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 2.6px;
  vertical-align: bottom;
  display: table-cell;
}
.membership-table .main-head th:nth-child(2) {
  background-color: #666666;
  color: #fff;
}
.membership-table .main-head th:nth-child(3) {
  background-color: #000;
  color: #ffd300;
}
.membership-table .main-head th:nth-child(4) {
  background-color: #ffd300;
  color: #000;
}
.membership-table .main-head th:nth-child(4) span {
  font-size: 18px;
  display: block;
  line-height: 36px;
  letter-spacing: 0.9px;
}
@media (max-width: 991px) {
  .membership-table .main-head th.empty-head {
    width: 200px;
  }
  .membership-table .main-head th {
    width: 150px;
    text-align: center;
    padding: 17px;
    font-size: 20px;
  }
  .membership-table .main-head th:nth-child(4) span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .membership-table .main-head th.empty-head {
    width: 140px;
  }
  .membership-table .main-head th {
    width: 100px;
    height: 120px;
    position: relative;
    vertical-align: middle;
    font-size: 16px;
    padding: 8px;
  }
  .membership-table .main-head th:nth-child(4) span {
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  .membership-table .main-head th p {
    left: -25%;
    font-size: 14px;
  }
}
.membership-table .main-head .price td {
  text-align: center;
  height: 75px;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2.2px;
  border: 2px solid #ffd300;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .membership-table .main-head .price td {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .membership-table .main-head .price td {
    font-size: 16px;
  }
}
.membership-table .main-head .price .heading {
  background-color: rgba(255, 211, 0, 0.5);
  border: 0;
}
.membership-table .main-head .price .pricing {
  font-size: 30px;
}
.membership-table .main-head .price .pricing span {
  font-size: 20px;
}
@media (max-width: 991px) {
  .membership-table .main-head .price .pricing {
    font-size: 24px;
  }
  .membership-table .main-head .price .pricing span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .membership-table .main-head .price .pricing {
    font-size: 18px;
  }
  .membership-table .main-head .price .pricing span {
    font-size: 14px;
  }
}
.membership-table tbody .title td {
  text-align: center;
  height: 42px;
  background-color: #cccccc;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 2.2px;
  font-weight: 700;
  border: 2px solid #ffd300;
  border-top: 0;
  border-bottom: 0;
}
.membership-table tbody .title td.first-border {
  border-top: 2px solid #ffd300;
}
@media (max-width: 991px) {
  .membership-table tbody .title td {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .membership-table tbody .title td {
    font-size: 16px;
  }
}
.membership-table tbody .title .head {
  border: 0;
}
.membership-table tbody .sub-items td {
  height: 75px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2px;
  border: 2px solid #ffd300;
  border-top: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .membership-table tbody .sub-items td {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .membership-table tbody .sub-items td {
    font-size: 14px;
  }
  .membership-table tbody .sub-items td br {
    display: none;
  }
}
.membership-table tbody .sub-items td .qna-items {
  padding: 0 15px 7px;
  border-bottom: 1px dashed #ccc;
  position: relative;
}
.membership-table tbody .sub-items td .qna-items .label {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333;
  position: absolute;
}
@media (max-width: 767px) {
  .membership-table tbody .sub-items td .qna-items .label {
    font-size: 16px;
    left: 4px;
  }
}
@media (max-width: 575px) {
  .membership-table tbody .sub-items td .qna-items .label {
    font-size: 14px;
  }
}
.membership-table tbody .sub-items td .qna-items:last-child {
  border-bottom: 0;
  padding-top: 11px;
  padding-bottom: 0;
}
.membership-table tbody .sub-items td:first-child {
  background-color: #e5e5e5;
  border: 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 575px) {
  .membership-table tbody .sub-items td img {
    max-width: 20px;
    height: auto;
  }
}
.membership-table tbody .sub-items td p {
  margin-top: 3px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.4px;
  color: #333333;
}
.membership-table tbody .sub-items.text-td .position-relative img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .membership-table tbody .sub-items.text-td {
    vertical-align: baseline;
  }
  .membership-table tbody .sub-items.text-td td {
    position: relative;
    vertical-align: middle;
  }
}
.membership-table tbody .sub-items.items-end td {
  border-bottom: 0;
}
.membership-table tbody .sub-items.items-bottom td {
  border-bottom: 2px solid #ffd300;
}
.membership-table tbody .sub-items.items-bottom td:first-child {
  border-bottom: 0;
}

.membership-note {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 575px) {
  .membership-note {
    margin-top: 40px;
  }
}
.membership-note p {
  margin-top: 13px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.6px;
}
.membership-note p a {
  color: #000;
  font-weight: 700;
}
.membership-note p a:hover {
  text-decoration: underline !important;
}
.membership-note p.click {
  margin-top: 45px;
}
@media (max-width: 575px) {
  .membership-note p {
    font-size: 14px;
  }
  .membership-note p.click {
    margin-top: 20px;
  }
}

.community-banner .community-banner-content {
  padding: 70px 0 0;
  margin-top: -80px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .community-banner .community-banner-content {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 575px) {
  .community-banner .community-banner-content .desc-col {
    order: 2;
  }
}

.community-section-heading {
  color: #6b6d70;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.52px;
  font-weight: 700;
  margin-bottom: 26px;
  margin-top: 56px;
}
@media screen and (max-width: 425px) {
  .community-section-heading {
    font-size: 23px;
    margin-top: 40px;
  }
}

.new .nav-tabs .nav-link,
.question .nav-tabs .nav-link {
  border: 1px solid transparent !important;
}

.new .nav-tabs .nav-item.show .nav-link,
.new .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid #6b6d70 !important;
}

.new .nav-tabs .nav-link:focus,
.new .nav-tabs .nav-link:hover {
  border-color: #fff #fff #6b6d70 !important;
  isolation: auto;
}

.review-tabs .nav-item.show .review-tab,
.nav-tabs .review-tab.active {
  border: none;
  border-bottom: 3px solid #809d7f !important;
}

.review-tabs .review-tab:focus,
.nav-tabs .review-tab:hover {
  border-color: #fff #fff #809d7f !important;
  isolation: auto;
}

.tab-content {
  margin-top: 29px;
}
.tab-content .ad-card-tabs {
  margin-top: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.community-tab-section {
  padding-bottom: 80px;
}
.community-tab-section .com-tabs {
  padding: 3px 35px 12px;
  color: #6b6d70;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 18px;
  max-width: 193px;
  min-width: 193px;
}
@media screen and (max-width: 991px) {
  .community-tab-section .com-tabs {
    max-width: none;
    min-width: 0;
    flex: 1 0 50%;
    margin-top: 5px;
    padding: 3px 15px 12px;
  }
}
.community-tab-section .review-tab {
  padding: 3px 35px 12px;
  color: #6b6d70;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 18px;
  max-width: 193px;
  min-width: 193px;
}
@media screen and (max-width: 991px) {
  .community-tab-section .review-tab {
    max-width: none;
    min-width: 0;
    flex: 1 0 50%;
    margin-top: 5px;
    padding: 3px 15px 12px;
  }
}

.community-page-description {
  max-width: 1000px !important;
}
.community-page-description p {
  word-break: break-all !important;
  text-align: left;
  margin: 0 10px;
}
@media screen and (max-width: 991px) {
  .community-page-description {
    max-width: 100% !important;
  }
}

.community-head {
  display: flex;
  align-items: center;
  gap: 25px;
}
.community-head img {
  border-radius: 100%;
  max-width: 80px;
  min-width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.community-head .id-initials {
  min-width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #cccccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 40px;
  line-height: 33px;
  margin-bottom: 0;
  font-weight: 300;
  padding: 13px 10px 20px;
}
.community-head .community-heading {
  max-width: 570px !important;
}
@media screen and (max-width: 767px) {
  .community-head {
    flex-direction: column;
  }
}

.community-intro {
  margin-top: 58px;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.4px;
  color: #000;
  font-weight: 700;
}

.community-describe {
  margin-top: 24px !important;
}

.share-like-community {
  border-top: 0 !important;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
}

.members-img {
  margin-top: 34px;
  display: flex;
  align-items: flex-start;
  gap: 20px 36px;
  flex-wrap: wrap;
}
.members-img.modal-members {
  gap: 35px 25px;
  margin-top: 0;
  max-height: 557px;
  overflow-y: auto;
  padding-right: 8px;
}
.members-img.modal-members::-webkit-scrollbar {
  width: 6px;
  margin-left: 4px;
  border-radius: 8px;
}
.members-img.modal-members {
  /* Track */
}
.members-img.modal-members::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 8px;
}
.members-img.modal-members {
  /* Handle */
}
.members-img.modal-members::-webkit-scrollbar-thumb {
  background: #dddddd;
  border-radius: 8px;
}
.members-img.modal-members {
  /* Handle on hover */
}
.members-img.modal-members::-webkit-scrollbar-thumb:hover {
  background: #bbbaba;
}
.members-img a {
  text-decoration: none;
  text-align: center;
  color: #000;
  max-width: 79px;
}
.members-img a .name {
  margin-top: 9px;
  margin-top: 9px;
  word-break: break-all;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.members-img .id-initials {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #cccccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 40px;
  line-height: 33px;
  margin-bottom: 0;
  font-weight: 300;
  padding: 13px 10px 20px;
  position: relative;
}
.members-img .id-initials .follower-badge {
  position: absolute;
  bottom: 0;
  right: 8px;
}

.see-all {
  margin-top: 26px;
  text-align: right;
}
.see-all a {
  color: #000;
  text-decoration: none;
  line-height: 20px;
}

.community-title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .community-title-section {
    flex-direction: column;
    align-items: stretch;
  }
}
.community-title-section .list-of-joined {
  color: #000;
  text-decoration: none;
  line-height: 20px;
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s ease-in-out;
}
.community-title-section .list-of-joined:hover {
  transition: 0.2s ease-in-out;
  font-weight: 500;
}
.community-title-section .list-of-joined span {
  padding: 0 7px;
  background-color: #c60000;
  color: #fff;
  font-size: 10px;
  border-radius: 100%;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 575px) {
  .community-title-section .list-of-joined {
    font-size: 14px;
    align-self: flex-end;
  }
}

.community-detail-banner {
  top: 35px !important;
  right: 0 !important;
}

.community-banner-post {
  position: absolute;
  right: 0;
  top: 35px;
}

.community-start-modal {
  max-width: 667px !important;
}
.community-start-modal .contact {
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 52px;
}
.community-start-modal .contact a {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  letter-spacing: 0.8px;
  text-underline-offset: 7px;
  text-decoration-thickness: 3px;
  text-decoration-color: #ffd300;
}
.community-start-modal .nmid-contact {
  margin-top: -2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.community-start-modal .nmid-contact a {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  letter-spacing: 0.8px;
  text-underline-offset: 7px;
  text-decoration-thickness: 3px;
  text-decoration-color: #ffd300;
}

.like-fav-community {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .like-fav-community {
    margin-top: 30px;
  }
}
.like-fav-community .like-num {
  display: flex;
  align-items: center;
  gap: 7px;
}
.like-fav-community .like-num .community-like {
  border: 1px solid #ffd300;
  width: 40px;
  height: 40px;
  padding: 7px;
  cursor: pointer;
}
.like-fav-community .like-num .community-like.checked {
  display: none;
}
.like-fav-community .like-num .like-count {
  color: #ffd300;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.like-fav-community .like-num.liked .community-like.normal {
  display: none;
}
.like-fav-community .like-num.liked .community-like.checked {
  display: block;
}
.like-fav-community .like-num.thumbs-up .community-like.normal {
  display: none;
}
.like-fav-community .like-num.thumbs-up .community-like.checked {
  display: block;
}

.reply-comment-reply {
  min-width: 0px;
}
@media screen and (max-width: 400px) {
  .reply-comment-reply .comment-post-btn {
    width: 100px;
  }
  .reply-comment-reply .comment-input-box {
    width: 100% !important;
  }
}

.heading-section {
  padding-bottom: 40px;
}

.myPage-main-content {
  display: flex;
  gap: 63px;
}
@media screen and (max-width: 1123px) {
  .myPage-main-content {
    flex-direction: column;
    gap: 40px;
  }
}

.page-content {
  gap: 30px;
}

.user-notif {
  background-color: #000000;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 0;
  min-width: 15px;
  min-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-notif .notif {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.1px;
  line-height: 1;
  color: #ffd300;
}

.mypage-left-sidebar {
  padding: 29px;
  background-color: #eeeeee;
  min-width: 320px;
  max-width: 320px;
}
@media screen and (max-width: 1123px) {
  .mypage-left-sidebar {
    min-width: 100%;
  }
}
.mypage-left-sidebar .user-name,
.mypage-left-sidebar .points {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  margin-bottom: 30px;
}
.mypage-left-sidebar .user-name .point-num,
.mypage-left-sidebar .points .point-num {
  color: #b41e8e;
  font-weight: 500;
}

.page-redirect {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-redirect .accordion {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-redirect .accordion-item {
  border-bottom: 0;
}
.page-redirect .accordion-body {
  background: #eee;
  padding: 0;
  padding-left: 40px;
}
.page-redirect .accordion-body .link-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-redirect .accordion-body .link-list a {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.32px;
  text-decoration: none;
}
.page-redirect .accordion-body .link-list a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-redirect .redirect-link {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.32px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.page-redirect .redirect-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-redirect .redirect-link::before {
  content: "";
  width: 6px;
  height: 11px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffd300;
  transition: 0.2s ease-in-out;
}
.page-redirect .redirect-link.accordion-button {
  background: #eeeeee;
  padding: 0;
}
.page-redirect .redirect-link.accordion-button:focus {
  box-shadow: none;
}
.page-redirect .redirect-link.accordion-button::after {
  content: none;
}
.page-redirect .redirect-link.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.page-redirect .redirect-link.accordion-button:not(.collapsed)::before {
  transform: rotate(90deg);
  transition: 0.2s ease-in-out;
}

.mypage-right-content {
  flex-grow: 1;
}
.mypage-right-content .row {
  --bs-gutter-y: 29px;
  --bs-gutter-x: 24px;
}
.mypage-right-content.page-content-right {
  min-height: 665px;
}
.mypage-right-content.page-content-right .row {
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  .mypage-right-content.page-content-right {
    min-height: auto;
  }
}
.mypage-right-content .myPage-card {
  border-right: 1px solid #ffd300;
  border-left: 1px solid #ffd300;
  padding-left: 23px;
  padding-right: 8px;
  min-height: 215px;
  height: 100%;
}
.mypage-right-content .myPage-card .card-heading {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .mypage-right-content .myPage-card .card-heading {
    font-size: 18px;
  }
}
.mypage-right-content .right-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .mypage-right-content .right-heading {
    flex-direction: column;
    gap: 20px;
    align-items: baseline;
  }
}
.mypage-right-content .right-heading .left {
  display: flex;
  align-items: center;
  gap: 28px;
}
.mypage-right-content .right-heading .left .title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .mypage-right-content .right-heading .left .title {
    font-size: 18px;
  }
}
.mypage-right-content .right-heading .left .tag {
  padding: 5px 12px;
  border: 2px solid #ffd300;
  color: #000;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .mypage-right-content .right-heading .left .tag {
    font-size: 18px;
  }
}
.mypage-right-content .right-heading .left .user-profile-tag {
  border: 1px solid #000;
  padding: 0 7px;
  font-size: 14px;
  line-height: 24px;
}
.mypage-right-content .right-heading .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mypage-right-content .right-heading .right .mark-all {
  color: #666666;
  text-decoration: none;
}
.mypage-right-content .right-heading .right .mark-all:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 575px) {
  .mypage-right-content .right-heading .right {
    align-self: flex-end;
  }
  .mypage-right-content .right-heading .right.note {
    align-self: flex-start;
  }
}
.mypage-right-content .right-heading .right .data-num {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  margin-bottom: 0;
}
.mypage-right-content .right-heading .right .pagination-mypage {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mypage-right-content .right-heading .right .pagination-mypage .pages {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin-bottom: 0;
}
.mypage-right-content .right-heading .right .pagination-mypage .pages .page-item.active {
  text-decoration: none;
  color: #000;
  padding: 1px 13px;
  background-color: #e5e5e5;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-align: center;
}
.mypage-right-content .right-heading .right .pagination-mypage .pages p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  margin-bottom: 0;
}
.mypage-right-content .right-heading .right .pagination-mypage .page-btn {
  border: 1px solid #ffd300;
  color: #ffd300;
  background-color: transparent;
  font-size: 9px;
  width: 25px;
  height: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.mypage-right-content .right-heading .right .pagination-mypage .page-btn i {
  align-self: center;
}
.mypage-right-content .right-heading .right .pagination-mypage .page-btn.disabled {
  border: 1px solid #cccccc;
  color: #cccccc;
  cursor: not-allowed;
}

.notification-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 18px 0;
  border-top: 1px solid #ddd;
  gap: 25px;
}
.notification-item:last-child {
  border-bottom: 1px solid #ddd;
}
.notification-item.new-notice {
  background-color: rgba(255, 211, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .notification-item {
    flex-wrap: wrap;
  }
}
.notification-item .new {
  width: 12px;
  height: 12px;
  background-color: #c60000;
  border-radius: 100%;
  display: block;
}
.notification-item .new.white {
  background-color: #fff;
}
.notification-item .date {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.6px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
  white-space: nowrap;
}
.notification-item .imp {
  border: 1px solid #c60000;
  color: #c60000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 26px;
  white-space: nowrap;
  padding: 0 5px;
  min-width: 84px;
}
.notification-item .notice {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.6px;
  text-decoration: none;
  flex-grow: 1;
}
.notification-item .notice.recent {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .notification-item .notice {
    padding-left: 12px;
  }
}

.status .imp {
  border: 1px solid #c60000;
  color: #c60000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 26px;
  white-space: nowrap;
  padding: 0 5px;
  min-width: 84px;
  width: 50%;
  margin: 0 auto;
}
.status .not-imp {
  border: 1px solid #8a8a8a;
  color: #8a8a8a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 26px;
  white-space: nowrap;
  padding: 0 5px;
  min-width: 84px;
  width: 50%;
  margin: 0 auto;
}

.mypage-table {
  margin-top: 30px;
  width: 100%;
}
.mypage-table tr {
  border-bottom: 1px solid #ffd300;
}
.mypage-table thead td {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding-bottom: 7px;
}
.mypage-table thead .question-head {
  min-width: 520px;
}
.mypage-table thead .status-head {
  min-width: 150px;
  text-align: center;
}
.mypage-table tbody td {
  padding-top: 8px;
  padding-bottom: 13px;
}
.mypage-table tbody td .question-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mypage-table tbody td .question-section .question {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-decoration: none;
  color: #000;
  word-break: break-word;
}
.mypage-table tbody td .question-section .question:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mypage-table tbody td .question-section .actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mypage-table tbody td .question-section .actions .action-item {
  display: flex;
  align-items: center;
}
.mypage-table tbody td .question-section .actions .action-item::after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #707070;
  margin-left: 11px;
  display: block;
}
.mypage-table tbody td .question-section .actions .action-item a {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.mypage-table tbody td .question-section .actions .action-item a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mypage-table tbody td.status {
  text-align: center;
}
.mypage-table tbody td.status .status-img svg {
  max-width: 19px;
  height: 19px;
}
.mypage-table tbody td .date {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  margin-bottom: 0;
}
.mypage-table tbody td .date.verified {
  color: #6b6d70;
}

.notice-table tr {
  border-bottom: 1px solid #dddddd;
}
.notice-table tr:first-child {
  border-top: 1px solid #dddddd;
}
.notice-table tr.new-notice {
  background-color: rgba(255, 211, 0, 0.2);
}
.notice-table tr {
  align-items: center;
}
.notice-table tr td {
  padding: 18px 15px 18px;
}
.notice-table tr td.message {
  min-width: 495px;
}
.notice-table tr td .new {
  width: 12px;
  height: 12px;
  background-color: #c60000;
  border-radius: 100%;
  display: block;
}
.notice-table tr td .date {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.6px;
  font-weight: 500;
}
.notice-table tr td .imp {
  border: 1px solid #c60000;
  color: #c60000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 1.4px;
  white-space: nowrap;
  padding: 0 5px;
}
.notice-table tr td .notice {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.6px;
  text-decoration: none;
  color: #000;
}
.notice-table tr td .notice.recent {
  font-weight: 500;
}

.message-heading {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 9px 0 13px;
}
.message-heading .date {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.6px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .message-heading .date {
    font-size: 14px;
  }
}
.message-heading .imp-head {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 12px;
}
.message-heading .imp-head .imp {
  border: 1px solid #c60000;
  color: #c60000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 1.4px;
  height: 26px;
  width: auto;
  padding: 0 5px;
}
.message-heading .imp-head .notice {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.6px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .message-heading .imp-head .notice {
    font-size: 14px;
  }
}

.message-content p {
  margin-top: 22px;
  color: #333333;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .message-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .message-content p {
    font-size: 16px;
  }
}

.user-profile {
  padding-top: 70px;
  max-width: 914px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .user-profile {
    max-width: 100%;
    padding-top: 20px;
  }
}

.user-inputs {
  padding: 17px 0;
  border-top: 2px solid #eeeeee;
  margin-top: 0;
}
.user-inputs .note {
  display: flex;
  gap: 13px;
  color: #cccccc;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  margin-top: 11px;
}
.user-inputs .note span {
  color: #c60000;
}
.user-inputs .note a {
  color: #000;
}
.user-inputs .note.postal-note {
  max-width: 425px;
}
.user-inputs .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-inputs .name > div {
  gap: 21px;
}
.user-inputs .name > div input {
  max-width: 180px;
}
@media screen and (max-width: 991px) {
  .user-inputs .name {
    justify-content: flex-start;
    gap: 35px;
  }
}
@media screen and (max-width: 530px) {
  .user-inputs .name {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
  .user-inputs .name > div {
    gap: 21px;
    width: 100%;
  }
  .user-inputs .name > div label {
    white-space: nowrap;
  }
  .user-inputs .name > div input {
    max-width: 100%;
  }
}

.community-form {
  margin-top: 61px;
}
@media screen and (max-width: 991px) {
  .community-form {
    margin-top: 25px;
  }
}
.community-form .community-inputs {
  margin-top: 0;
  margin-bottom: 43px;
}
.community-form .community-inputs:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1123px) {
  .community-form .community-inputs {
    margin-bottom: 20px;
  }
}
.community-form .community-inputs .community-input-section {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.community-form .community-inputs .community-input-section p span {
  font-size: 20px;
  margin-right: 15px;
}
.community-form .community-inputs .community-input-section .desc {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  max-width: 705px;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .community-form .community-inputs .community-input-section .desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .community-form .community-inputs .community-input-section .desc {
    font-size: 16px;
  }
}
.community-form .community-inputs .community-input-section .input-label {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.6px;
}
.community-form .community-inputs .community-input-section .input-field,
.community-form .community-inputs .community-input-section textarea {
  padding: 8px 21px;
  background-color: #eeeeee;
  border: none;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #000;
  resize: none;
}
.community-form .community-inputs .community-input-section .input-field::-moz-placeholder, .community-form .community-inputs .community-input-section textarea::-moz-placeholder {
  color: #bbbbbb;
}
.community-form .community-inputs .community-input-section .input-field::placeholder,
.community-form .community-inputs .community-input-section textarea::placeholder {
  color: #bbbbbb;
}
.community-form .community-inputs .community-input-section .input-field:focus,
.community-form .community-inputs .community-input-section textarea:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .community-form .community-inputs .community-input-section .input-field,
  .community-form .community-inputs .community-input-section textarea {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .community-form .community-inputs .community-input-section .input-field,
  .community-form .community-inputs .community-input-section textarea {
    font-size: 16px;
  }
}
.community-form .community-inputs .community-input-section .bootstrap-tagsinput {
  padding: 5px;
  width: 100%;
  padding: 8px 21px;
  background-color: #eeeeee;
  border: none;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #000;
  resize: none;
  word-break: break-all;
}
.community-form .community-inputs .community-input-section .bootstrap-tagsinput::-moz-placeholder {
  color: #bbbbbb;
}
.community-form .community-inputs .community-input-section .bootstrap-tagsinput::placeholder {
  color: #bbbbbb;
}
.community-form .community-inputs .community-input-section .bootstrap-tagsinput:focus {
  outline: none;
}
.community-form .community-inputs .community-input-section .label-info {
  background-color: grey;
  color: #fff;
  padding-left: 8px;
  padding-right: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .community-form .community-inputs .community-input-section .label-info {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .community-form .community-inputs .community-input-section .label-info {
    font-size: 16px;
  }
}
.community-form .community-inputs .image-input {
  display: flex;
  align-items: center;
  gap: 23px;
}
@media screen and (max-width: 991px) {
  .community-form .community-inputs .image-input {
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.community-form .community-inputs .image-input .img {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cccccc;
  border-radius: 100%;
}
.community-form .community-inputs .image-input .img p {
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .community-form .community-inputs .image-input .img p {
    font-size: 14px;
  }
}
.community-form .community-inputs .image-input .img img {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80px;
  width: 80px;
}
.community-form .community-inputs .image-input .img-select {
  display: flex;
  align-items: center;
  gap: 13px;
}
.community-form .community-inputs .image-input .img-select .select-image {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .community-form .community-inputs .image-input .img-select {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.community-form .community-inputs .image-input label {
  cursor: pointer;
  color: #666666;
  letter-spacing: 1.6px;
}
.community-form .community-inputs .image-input input {
  display: none;
}
.community-form .community-inputs .checkbox-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px 0;
}
.community-form .community-inputs .form-check {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 233px;
}
.community-form .community-inputs .form-check label {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .community-form .community-inputs .form-check label {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .community-form .community-inputs .form-check label {
    font-size: 16px;
  }
}
.community-form .community-inputs .form-check input[type=checkbox] {
  margin-top: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ffd300;
}
.community-form .community-inputs .form-check input[type=checkbox]:focus {
  box-shadow: none;
}
.community-form .community-inputs .form-check input[type=checkbox]:focus-visible {
  outline: 0;
}
.community-form .community-inputs .form-check input[type=checkbox]:checked {
  border-color: #ffd300;
  background-color: #ffd300;
}
.community-form .community-inputs .form-check input[type=checkbox]:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.community-form .divider {
  margin-bottom: 31px;
  width: 100%;
  height: 1px;
  background: #ffd300;
}

.community-joined-list {
  margin-top: 37px;
}
.community-joined-list .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .community-joined-list .list-item {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
  }
}
.community-joined-list .list-item .img-desc {
  display: flex;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 575px) {
  .community-joined-list .list-item .img-desc {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
.community-joined-list .list-item .img-desc .img-section {
  position: relative;
}
.community-joined-list .list-item .img-desc .img-section img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.community-joined-list .list-item .img-desc .img-section .recent {
  width: 18px;
  height: 18px;
  background-color: #c60000;
  position: absolute;
  bottom: 0;
  right: 5px;
  border-radius: 100%;
}
.community-joined-list .list-item .img-desc .img-section .id-initials {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #cccccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 40px;
  line-height: 33px;
  margin-bottom: 0;
  font-weight: 300;
  padding: 13px 10px 20px;
}
.community-joined-list .list-item .img-desc .desc-section {
  max-width: 403px;
}
@media screen and (max-width: 575px) {
  .community-joined-list .list-item .img-desc .desc-section {
    max-width: 100%;
    flex-grow: 1;
  }
}
.community-joined-list .list-item .img-desc .desc-section .community-title {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.44px;
  font-weight: 700;
  margin-bottom: 0;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  .community-joined-list .list-item .img-desc .desc-section .community-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .community-joined-list .list-item .img-desc .desc-section .community-title {
    font-size: 18px;
  }
}
.community-joined-list .list-item .img-desc .desc-section .community-title:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.community-joined-list .list-item .img-desc .desc-section p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  margin-bottom: 6px;
}
@media screen and (max-width: 575px) {
  .community-joined-list .list-item .img-desc .desc-section p {
    font-size: 14px;
  }
}
.community-joined-list .list-item .img-desc .desc-section p span {
  margin-left: 10px;
  margin-right: 10px;
}
.community-joined-list .list-item .img-desc .desc-section .tags {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.community-joined-list .list-item .img-desc .desc-section .tags a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  color: #999999;
  margin-right: 10px;
  text-decoration: none;
}
.community-joined-list .list-item .img-desc .desc-section .tags a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 575px) {
  .community-joined-list .list-item .img-desc .desc-section .tags a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .community-joined-list .list-item .remove {
    flex-grow: 1;
    text-align: right;
  }
}

.community-notification {
  margin-top: 24px;
}
.community-notification .notif-head {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-weight: 400;
}
.community-notification .notif-head span {
  font-size: 16px;
  margin-left: 30px;
}
@media screen and (max-width: 575px) {
  .community-notification .notif-head span {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .community-notification .notif-head {
    font-size: 18px;
  }
}
.community-notification .list-item {
  margin-top: 50px;
}
.community-notification .list-item:first-child {
  margin-top: 0;
}
.community-notification .notification-setting-item {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
}
.community-notification .notification-setting-item:last-child {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .community-notification .notification-setting-item {
    flex-direction: column;
    gap: 20px;
    align-items: baseline;
  }
}
.community-notification .notification-setting-item .setting-name {
  font-weight: 500;
  background-color: rgba(204, 204, 204, 0.2);
  padding: 18px 39px;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .community-notification .notification-setting-item .setting-name {
    width: 100%;
    padding: 18px 20px;
  }
}
.community-notification .notification-setting-item .setting-form {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  .community-notification .notification-setting-item .setting-form {
    padding-bottom: 15px;
    padding-left: 20px;
  }
}
.community-notification .notification-setting-item .setting-form .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.community-notification .notification-setting-item .setting-form .form-check input {
  min-width: 28px;
  height: 28px;
  border: 1px solid #707070;
}
.community-notification .notification-setting-item .setting-form .form-check input:focus {
  box-shadow: none;
  border-color: #707070;
}
.community-notification .notification-setting-item .setting-form .form-check input:checked {
  border-color: #707070;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFD300'/%3e%3c/svg%3e");
}
@media screen and (max-width: 991px) {
  .community-notification .notification-setting-item .setting-form .form-check input {
    min-width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .community-notification .notification-setting-item .setting-form .form-check input {
    margin-top: 0px;
  }
}
.community-notification .notification-setting-item .setting-form .form-check label {
  color: #000;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 20px;
}
.community-notification table {
  width: 100%;
}
.community-notification table tr {
  border-bottom: 1px solid #dddddd;
}
.community-notification table tr:first-child {
  border-top: 1px solid #dddddd;
}
.community-notification table tr td {
  min-width: 222px;
}
.community-notification table tr td .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.community-notification table tr td .form-check input {
  min-width: 28px;
  height: 28px;
  border: 1px solid #707070;
}
.community-notification table tr td .form-check input:focus {
  box-shadow: none;
  border-color: #707070;
}
.community-notification table tr td .form-check input:checked {
  border-color: #707070;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFD300'/%3e%3c/svg%3e");
}
@media screen and (max-width: 991px) {
  .community-notification table tr td .form-check input {
    min-width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .community-notification table tr td .form-check input {
    margin-top: 0px;
  }
}
@media screen and (max-width: 575px) {
  .community-notification table tr td .form-check input {
    min-width: 20px;
    height: 20px;
  }
}
.community-notification table tr td .form-check label {
  color: #000;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 20px;
}
@media screen and (max-width: 575px) {
  .community-notification table tr td .form-check label {
    font-size: 14px;
  }
}
.community-notification table tr td:first-child {
  min-width: 270px;
  background-color: rgba(204, 204, 204, 0.2);
  padding: 20px 38px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 575px) {
  .community-notification table tr td:first-child {
    font-size: 14px;
  }
}

.mypage-profile-content {
  margin-top: 18px;
  border: 1px solid #ffd300;
}
.mypage-profile-content.care-recipients-content {
  margin-top: 70px;
}
.mypage-profile-content.care-recipients-content .recipients-item {
  margin-bottom: 30px;
}
.mypage-profile-content.care-recipients-content .recipients-item:last-child {
  margin-bottom: 0;
}
.mypage-profile-content.care-recipients-content .recipients-item .head {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.8px;
  font-weight: 700;
  border-bottom: 4px solid #ffd300;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 7px;
  margin-bottom: 19px;
}
@media screen and (max-width: 575px) {
  .mypage-profile-content.care-recipients-content .recipients-item .head {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-profile-content.care-recipients-content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .mypage-profile-content.care-recipients-content {
    margin-top: 30px;
  }
}
.mypage-profile-content--heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 24px;
  background-color: #ffd300;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--heading {
    padding: 10px 18px;
  }
}
.mypage-profile-content--heading .information-heading {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.8px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--heading .information-heading {
    font-size: 16px;
  }
}
.mypage-profile-content--heading a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 1.6px;
  line-height: 30px;
}
.mypage-profile-content--heading a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--heading a {
    font-size: 14px;
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--heading a img {
    max-width: 15px;
  }
}
.mypage-profile-content--items_list {
  padding: 56px 24px 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--items_list {
    padding: 20px 18px 20px;
  }
}
.mypage-profile-content--items_list.care-recipients {
  padding: 15px 24px 28px;
}
.mypage-profile-content--items_list .photo-edit {
  position: absolute;
  top: -45px;
  left: 45%;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--items_list .photo-edit {
    position: static;
    margin-bottom: 20px;
  }
}
.mypage-profile-content--items_list .photo-edit .image-initials {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--items_list .photo-edit .image-initials {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.mypage-profile-content--items_list .photo-edit .image-initials img {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--items_list .photo-edit .image-initials img {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
  }
}
.mypage-profile-content--items_list .photo-edit .image-initials .initials {
  width: 80px;
  height: 80px;
  background-color: #cccccc;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 36px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--items_list .photo-edit .image-initials .initials {
    max-width: 70px;
    height: 70px;
    font-size: 30px;
  }
}
.mypage-profile-content--items_list .photo-edit .image-initials label {
  position: absolute;
  top: 0;
  right: -15px;
  background: #666666;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mypage-profile-content--items_list .photo-edit .image-initials label svg {
  max-width: 19px;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--items_list .photo-edit .image-initials label {
    width: 25px;
    height: 25px;
    right: -10px;
  }
  .mypage-profile-content--items_list .photo-edit .image-initials label svg {
    max-width: 15px;
  }
}
.mypage-profile-content--items_list--item {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 13px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--items_list--item {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.mypage-profile-content--items_list--item .user-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
}
@media screen and (max-width: 991px) {
  .mypage-profile-content--items_list--item .user-progress {
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }
}
.mypage-profile-content--items_list--item .user-progress .bar {
  width: 585px;
  height: 8px;
  background-color: #cccccc;
  max-width: 585px;
}
@media screen and (max-width: 991px) {
  .mypage-profile-content--items_list--item .user-progress .bar {
    width: 100%;
    max-width: 100%;
  }
}
.mypage-profile-content--items_list--item .user-progress .bar span {
  background-color: #666666;
  height: 8px;
  display: block;
}
.mypage-profile-content--items_list--item .user-progress .percent {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 1.4px;
}
.mypage-profile-content--items_list--item .text {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--items_list--item .text img {
    max-width: 25px;
  }
}
.mypage-profile-content--items_list--item .text p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.6px;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--items_list--item .text p {
    font-size: 14px;
  }
}
.mypage-profile-content--items_list--item .item-head {
  color: #666666;
  line-height: 36px;
  letter-spacing: 1.6px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--items_list--item .item-head {
    font-size: 14px;
  }
}
.mypage-profile-content--items_list--item .item-answer {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #000;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--items_list--item .item-answer {
    font-size: 16px;
  }
}
.mypage-profile-content--items_list--item .tags {
  display: flex;
  align-items: center;
  gap: 10px 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--items_list--item .tags {
    gap: 10px 15px;
  }
}
.mypage-profile-content--items_list--item .tags p {
  border: 1px solid #707070;
  color: #000;
  font-size: 18px;
  padding: 1px 8px 2px 11px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 767px) {
  .mypage-profile-content--items_list--item .tags p {
    font-size: 16px;
    padding: 1px 8px;
  }
}

.user-profile-form {
  max-width: 800px;
  margin: 0 auto;
}
.user-profile-form .input-section {
  position: relative;
}
@media screen and (max-width: 767px) {
  .user-profile-form .input-section {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .user-profile-form .input-section {
    margin-top: 20px;
  }
}
.user-profile-form .input-section .log-label {
  font-weight: 700;
  color: #666;
}
.user-profile-form .input-section .user-profile-select .date-select {
  max-width: 560px;
}
@media screen and (max-width: 991px) {
  .user-profile-form .input-section .user-profile-select .date-select {
    max-width: 100%;
  }
}
.user-profile-form .submit-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .user-profile-form .submit-section {
    flex-direction: column;
  }
}
.user-profile-form .selected-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  flex-wrap: wrap;
  padding-right: 14px;
}
@media screen and (max-width: 575px) {
  .user-profile-form .selected-image {
    margin-bottom: 10px;
  }
}
.user-profile-form .selected-image .file-name {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .user-profile-form .selected-image .file-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .user-profile-form .selected-image .file-name {
    font-size: 16px;
  }
}
.user-profile-form .selected-image .delete-btn {
  padding: 3px 18px;
  border: 1px solid #707070;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  letter-spacing: 0.7px;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .user-profile-form .selected-image .delete-btn {
    padding: 3px 10px;
  }
}
.user-profile-form .note-text {
  color: #c60000;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .user-profile-form .note-text {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.user-profile-form .switch-section {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .user-profile-form .switch-section {
    position: static;
    margin-top: 5px;
  }
}
.user-profile-form .checkbox-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}
.user-profile-form .checkbox-section .check {
  padding-left: 0;
}
.user-profile-form .checkbox-section .check input {
  background-color: #fff;
  border: 1px solid #707070;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.user-profile-form .checkbox-section .check input[type=checkbox]:checked {
  background-color: #ffd300;
  border: 1px solid #ffd300;
}
@media screen and (max-width: 767px) {
  .user-profile-form .checkbox-section .check input {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 575px) {
  .user-profile-form .checkbox-section .check input {
    width: 20px;
    height: 20px;
  }
}
.user-profile-form .checkbox-section .check label {
  width: 150px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .user-profile-form .checkbox-section .check label {
    font-size: 18px;
    width: 125px;
  }
}
@media screen and (max-width: 575px) {
  .user-profile-form .checkbox-section .check label {
    font-size: 16px;
    width: 110px;
  }
}
.user-profile-form.care-rec-form {
  max-width: 900px;
}
.user-profile-form.care-rec-form .checkbox-section .check label {
  width: 166px;
}
@media screen and (max-width: 575px) {
  .user-profile-form.care-rec-form .checkbox-section .check label {
    width: 126px;
  }
}
.user-profile-form .avaibale-radio {
  justify-content: flex-start;
  gap: 35px;
}
.user-profile-form .dob-section {
  margin-top: 30px;
  position: relative;
}
.user-profile-form .dob-section label {
  color: #666666;
  line-height: 36px;
  letter-spacing: 1.6px;
  font-weight: 400;
  margin-bottom: 10px;
}
.user-profile-form .switch {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-left: 0;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .user-profile-form .switch {
    justify-content: flex-start;
  }
}
.user-profile-form .switch label {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.6px;
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
  color: #000;
}
@media screen and (max-width: 767px) {
  .user-profile-form .switch label {
    font-size: 14px;
    line-height: 20px;
  }
}
.user-profile-form .switch input {
  background-image: none;
  position: relative;
  height: 5px;
  border-radius: 0;
  max-width: 25px;
  padding: 0;
  margin: 0;
  background-color: #333333;
  border: 0;
  box-shadow: none;
  cursor: pointer;
}
.user-profile-form .switch input:focus {
  background-image: none;
}
.user-profile-form .switch input::after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffd300'/%3e%3c/svg%3e");
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: -4px;
  top: -5px;
}
.user-profile-form .switch input:checked::after {
  left: -4px;
}
.user-profile-form .switch input:checked[type=checkbox] {
  background-image: none;
}

.user-profile-sub {
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .user-profile-sub {
    margin-bottom: 30px;
  }
}
.user-profile-sub p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .user-profile-sub p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .user-profile-sub img {
    max-width: 25px;
  }
}

.care-form {
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .care-form {
    margin-bottom: 20px;
  }
}
.care-form .care-head {
  font-size: 18px;
  border-bottom: 4px solid #ffd300;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 26px;
  padding-bottom: 5px;
  margin-bottom: 22px;
}
@media screen and (max-width: 575px) {
  .care-form .care-head {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.care-form .input-section:first-child {
  margin-top: 0;
}

.iaeon-info {
  background-color: #eeeeee;
  padding: 15px 24px 28px 28px;
  margin-bottom: 70px;
}
.iaeon-info_heading-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 39px;
}
.iaeon-info_heading-section h3 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .iaeon-info_heading-section h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .iaeon-info_heading-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 10px;
  }
}
.iaeon-info_edit {
  display: flex;
  gap: 14px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .iaeon-info_edit {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    gap: 8px;
  }
}
@media screen and (max-width: 400px) {
  .iaeon-info_edit {
    font-size: 13px;
  }
}
.iaeon-info_edit:hover {
  color: #000;
}
.iaeon-info_edit i {
  background-color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid #ffd300;
  color: #ffd300;
  padding-left: 2px;
  font-size: 10px;
}
.iaeon-info_data-list_item {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .iaeon-info_data-list_item {
    margin-bottom: 30px;
  }
}
.iaeon-info_data-list_item-heading {
  letter-spacing: 1.6px;
  font-weight: 700;
  line-height: 26px;
  font-size: 16px;
  border-bottom: 2px solid #ffd300;
  padding-bottom: 2px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .iaeon-info_data-list_item-heading {
    margin-bottom: 20px;
  }
}
.iaeon-info_data-list_item_dataLabel {
  margin-bottom: 20px;
}
.iaeon-info_data-list_item_dataLabel:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .iaeon-info_data-list_item_dataLabel {
    margin-bottom: 10px;
  }
}
.iaeon-info_data-list_item_dataLabel .head {
  font-size: 16px;
  font-weight: 700;
  color: #666666;
  letter-spacing: 1.6px;
  line-height: 36px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .iaeon-info_data-list_item_dataLabel .head {
    font-size: 14px;
  }
}
.iaeon-info_data-list_item_dataLabel .answer {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .iaeon-info_data-list_item_dataLabel .answer {
    font-size: 16px;
  }
}
.iaeon-info_data-list_item:last-child {
  margin-bottom: 0;
}

.professional-edit-checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
}

.mypage-withdraw-content {
  gap: 30px;
}
.mypage-withdraw-content .withdraw-content {
  color: #333333;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .mypage-withdraw-content .withdraw-content {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .mypage-withdraw-content .withdraw-content {
    font-size: 16px;
    line-height: 28px;
  }
}
.mypage-withdraw-content .withdraw-content .content-desc {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .mypage-withdraw-content .withdraw-content .content-desc {
    margin-bottom: 15px;
  }
}
.mypage-withdraw-content .withdraw-content .note {
  font-size: 18px;
  padding: 16px 5px 16px 21px;
  border: 1px solid #ffd300;
  letter-spacing: 0.8px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .mypage-withdraw-content .withdraw-content .note {
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .mypage-withdraw-content .withdraw-content .note {
    font-size: 14px;
  }
}
.mypage-withdraw-content .withdraw-content .further-desc {
  margin-top: 57px;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .mypage-withdraw-content .withdraw-content .further-desc {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .mypage-withdraw-content .withdraw-content .further-desc {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.mypage-withdraw-content .withdraw-content .further-desc__item {
  margin-bottom: 24px;
}
.mypage-withdraw-content .withdraw-content .further-desc__item:last-child {
  margin-bottom: 0;
}
.mypage-withdraw-content .withdraw-content .further-desc__item h4 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  border-bottom: 3px solid #ffd300;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mypage-withdraw-content .withdraw-content .further-desc__item h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .mypage-withdraw-content .withdraw-content .further-desc__item h4 {
    font-size: 16px;
  }
}
.mypage-withdraw-content .withdraw-content .further-desc__item ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.mypage-withdraw-content .withdraw-content .note-content {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mypage-withdraw-content .withdraw-content .note-content {
    margin-bottom: 35px;
  }
}
.mypage-withdraw-content .submit-cancellation .button-section {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .mypage-withdraw-content .submit-cancellation .button-section {
    margin-bottom: 0;
  }
}

.myPage-blog-form {
  max-width: 100%;
}

.user-profile-add-img {
  margin-bottom: 50px;
}
.user-profile-add-img .user-profile-heading {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .user-profile-add-img .user-profile-heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .user-profile-add-img .user-profile-heading {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .user-profile-add-img {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .user-profile-add-img {
    margin-bottom: 30px;
  }
}
.user-profile-add-img__content {
  display: flex;
  align-items: flex-start;
  gap: 51px;
}
@media (max-width: 575px) {
  .user-profile-add-img__content {
    flex-direction: column;
    gap: 20px;
  }
}
.user-profile-add-img__content p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .user-profile-add-img__content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .user-profile-add-img__content p {
    font-size: 16px;
  }
}
.user-profile-add-img__content .photo-edit .image-initials {
  position: relative;
}
@media screen and (max-width: 767px) {
  .user-profile-add-img__content .photo-edit .image-initials {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.user-profile-add-img__content .photo-edit .image-initials img {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .user-profile-add-img__content .photo-edit .image-initials img {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
  }
}
.user-profile-add-img__content .photo-edit .image-initials .initials {
  width: 80px;
  height: 80px;
  background-color: #cccccc;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 36px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .user-profile-add-img__content .photo-edit .image-initials .initials {
    max-width: 70px;
    height: 70px;
    font-size: 30px;
  }
}
.user-profile-add-img__content .photo-edit .image-initials label {
  position: absolute;
  top: 0;
  right: -15px;
  background: #666666;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.user-profile-add-img__content .photo-edit .image-initials label svg {
  max-width: 19px;
}
@media screen and (max-width: 767px) {
  .user-profile-add-img__content .photo-edit .image-initials label {
    width: 25px;
    height: 25px;
    right: -10px;
  }
  .user-profile-add-img__content .photo-edit .image-initials label svg {
    max-width: 15px;
  }
}

.profileSnsHeading {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .profileSnsHeading {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .profileSnsHeading {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.profileSnsSubHeading {
  letter-spacing: 1.6px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .profileSnsSubHeading {
    font-size: 14px;
  }
}

.points-details {
  max-width: 1000px;
  margin: 0 auto;
}
.points-details .point-item {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .points-details .point-item {
    margin-bottom: 40px;
  }
}
.points-details .point-item .heading {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .points-details .point-item .heading {
    gap: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 430px) {
  .points-details .point-item .heading {
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }
}
.points-details .point-item .heading .point-num {
  background: #FFD300;
  color: #000;
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 2.2px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .points-details .point-item .heading .point-num {
    font-size: 18px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 575px) {
  .points-details .point-item .heading .point-num {
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
  }
}
.points-details .point-item .heading .point-title {
  color: #000;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 26px;
  letter-spacing: 2.2px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .points-details .point-item .heading .point-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .points-details .point-item .heading .point-title {
    font-size: 16px;
  }
}
.points-details .point-item .point-description {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #000 !important;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .points-details .point-item .point-description {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .points-details .point-item .point-description {
    font-size: 16px;
  }
}
.points-details .point-item .can-handle {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .points-details .point-item .can-handle {
    margin-top: 30px;
  }
}
.points-details .point-item .can-handle .title {
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 26px;
  margin-bottom: 19px;
  border-bottom: 2px solid #FFD300;
  padding-bottom: 4px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .points-details .point-item .can-handle .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .points-details .point-item .can-handle .title {
    font-size: 16px;
  }
}
.points-details .point-item .apply-details {
  padding: 50px 44px;
  background: rgba(255, 211, 0, 0.2);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .points-details .point-item .apply-details {
    padding: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  .points-details .point-item .apply-details {
    padding: 20px;
  }
}
.points-details .point-item .apply-details .item {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .points-details .point-item .apply-details .item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .points-details .point-item .apply-details .item {
    margin-bottom: 30px;
  }
}
.points-details .point-item .apply-details .apply-heading {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.points-details .point-item .apply-details .apply-heading::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #FFD300;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .points-details .point-item .apply-details .apply-heading {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .points-details .point-item .apply-details .apply-heading {
    font-size: 16px;
  }
}
.points-details .point-item .apply-details .apply-desc {
  color: #000;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .points-details .point-item .apply-details .apply-desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .points-details .point-item .apply-details .apply-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .points-details .point-item .apply-details .apply-desc {
    padding-left: 0;
    font-size: 14px;
  }
}
.points-details .point-item .apply-details .img {
  text-align: center;
  padding-left: 10px;
  margin-top: 19px;
}
@media screen and (max-width: 320px) {
  .points-details .point-item .apply-details .img {
    padding-left: 0;
  }
}

.main-services-description {
  background: #fff;
  margin-top: 21px;
  padding: 30px 40px;
  margin-left: 36px;
}
@media screen and (max-width: 767px) {
  .main-services-description {
    margin-left: 0;
    padding: 20px;
  }
}
.main-services-description .title {
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .main-services-description .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .main-services-description .title {
    font-size: 16px;
  }
}
.main-services-description .row {
  gap: 20px 0;
}
.main-services-description .services-item {
  padding: 20px;
  padding-top: 39px;
  padding-bottom: 28px;
  text-align: center;
  background-color: #FFD300;
  color: #000;
  cursor: pointer;
}
.main-services-description .services-item.alternate {
  background-color: #000000;
  color: #FFD300;
}
.main-services-description .services-item.alternate p:before {
  background-color: #FFD300;
}
@media screen and (max-width: 991px) {
  .main-services-description .services-item svg {
    width: -webkit-fill-available;
  }
}
.main-services-description .services-item p {
  line-height: 26px;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  font-weight: 500;
  height: 96px;
}
.main-services-description .services-item p::before {
  content: "";
  width: 43px;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 430px) {
  .main-services-description .services-item p {
    font-size: 15px;
    height: auto;
  }
}

.EC-body-content {
  padding-top: 269px;
}
@media screen and (max-width: 991px) {
  .EC-body-content {
    padding-top: 0;
  }
}

.product-description-banner {
  background-color: #fff;
  padding: 19px 24px 17px 27px;
  height: 515px;
}
@media screen and (max-width: 991px) {
  .product-description-banner {
    height: 100%;
  }
}
.product-description-banner .tag {
  background-color: #FFD300;
  border-radius: 4px;
  padding: 3px;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-bottom: 22px;
  width: 64px;
  text-align: center;
  margin-bottom: 11px;
}
@media screen and (max-width: 991px) {
  .product-description-banner .tag {
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
.product-description-banner .product-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 32px;
  height: 64px;
  margin-bottom: 16px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media screen and (max-width: 575px) {
  .product-description-banner .product-title {
    font-size: 18px;
  }
}
.product-description-banner .breadcrumb {
  margin-bottom: 4px;
}
.product-description-banner .breadcrumb .breadcrumb-item {
  line-height: 20px;
}
.product-description-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "/");
}
.product-description-banner .new-breadcrumb {
  margin-bottom: 14px;
}
.product-description-banner .new-breadcrumb .breadcrumb-item a {
  color: #000;
}
.product-description-banner .new-breadcrumb .breadcrumb-item {
  color: #000;
}
.product-description-banner .price .actual-price {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 700;
}
.product-description-banner .price .actual-price span {
  margin-left: 15px;
  font-size: 16px;
}
.product-description-banner .price .tax-include {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 4px;
}
.product-description-banner .price .tax-include span {
  margin-left: 15px;
}
.product-description-banner .favorite {
  text-align: right;
  margin-top: -18px;
}
@media screen and (max-width: 575px) {
  .product-description-banner .favorite {
    margin-top: -35px;
  }
}
.product-description-banner .favorite svg {
  max-width: 27px;
}
.product-description-banner .favorite.liked a svg path {
  fill: #FFD300;
  stroke: #FFD300;
}

.product-img-banner {
  height: 515px;
}
.product-img-banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .product-img-banner {
    height: 350px;
  }
  .product-img-banner img {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .product-img-banner {
    height: 216px;
  }
}

.ec-banner-owl {
  margin-bottom: 30px;
}

.banner-owl {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-top: 14px;
  margin-bottom: 20px;
  height: auto;
}
.banner-owl img {
  max-width: 28px;
  height: 28px;
}
.banner-owl p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-img img {
  max-width: 278px;
  height: 227px;
}
@media screen and (max-width: 325px) {
  .product-img img {
    max-width: 100%;
    height: 100%;
  }
}

.mt-18 {
  margin-top: 131px;
}

.related-article-row {
  max-width: 890px;
  margin: auto;
  margin-top: -10px;
}

.main-content__banner-content--banner {
  max-width: 728px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 13px;
}
.main-content__banner-content--banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 575px) {
  .main-content__banner-content--banner {
    max-width: 320px;
    height: 50px;
  }
}
.main-content__banner-content {
  margin-bottom: 15px;
  border-radius: 13px;
}
@media screen and (max-width: 991px) {
  .main-content__banner-content .d-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .main-content__banner-content .product-desc {
    order: 2;
  }
}
.main-content__narrow-content {
  display: flex;
  padding: 3px 40px 10px 10px;
  background-color: #FFFFFF;
  align-items: baseline;
}
@media screen and (max-width: 420px) {
  .main-content__narrow-content {
    padding-right: 5px;
  }
}
.main-content__narrow-content--head {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 20px;
  margin-bottom: 0;
  color: #6B6D70;
  white-space: nowrap;
}
.main-content__narrow-content--narrow_options {
  max-width: 850px;
}
@media screen and (max-width: 575px) {
  .main-content__narrow-content--narrow_options {
    max-width: 100%;
  }
}
.main-content__narrow-content--narrow_options a {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 20px;
  margin-bottom: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .main-content__narrow-content--narrow_options a {
    font-size: 12px;
  }
}
.main-content__narrow-content--narrow_options a.active {
  color: #000000;
}
.main-content__narrow-content--narrow_options a::after {
  content: "";
  width: 1px;
  height: 20px;
  margin-left: 6px;
  margin-right: 9px;
  background: #809D7F;
  display: inline-block;
  cursor: default;
}
.main-content__narrow-content--narrow_options a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.main-content__banner-content__left-content {
  flex-grow: 1;
  min-width: 100px;
}
.main-content__banner-content__left-content iframe {
  height: 100% !important;
}
.main-content__banner-content__left-content .ec-home-banner-img {
  max-width: 100%;
  width: 100%;
  height: 516px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .main-content__banner-content__left-content .ec-home-banner-img {
    height: 350px;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
@media screen and (max-width: 575px) {
  .main-content__banner-content__left-content .ec-home-banner-img {
    height: 250px;
  }
}
.main-content__banner-content__left-content .ec-carousel button {
  background: #000;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 7px;
  border: 2px solid #FFD300;
  color: #ffd300;
  transition: 0.2s ease-in-out;
  top: 50%;
  bottom: 50%;
}
.main-content__banner-content__left-content .ec-carousel .carousel-control-next {
  right: 23px;
}
.main-content__banner-content__left-content .ec-carousel .carousel-control-prev {
  left: 23px;
}
.main-content__banner-content__left-content iframe {
  height: 516px !important;
}
@media screen and (max-width: 575px) {
  .main-content__banner-content__left-content iframe {
    height: 100% !important;
  }
}
.main-content__banner-content__right-content {
  width: 300px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .main-content__banner-content__right-content {
    width: 100%;
  }
}
.main-content__left-content {
  flex-grow: 1;
  min-width: 100px;
}
.main-content__left-content .brand-mob {
  display: none;
}
@media screen and (max-width: 991px) {
  .main-content__left-content .brand-mob {
    display: block;
  }
}
.main-content__left-content .brand-row {
  --bs-gutter-y: 16px;
  --bs-gutter-x: 16px;
}
.main-content__right-content {
  width: 220px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .main-content__right-content {
    display: none;
  }
}
.main-content__right-content--banner {
  max-width: 300px;
  height: 250px;
  margin-bottom: 15px;
  position: relative;
}
.main-content__right-content--banner:last-child {
  margin-bottom: 0;
}
.main-content__right-content--banner img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content__right-content--banner .banner-tag {
  position: absolute;
  right: 0;
  background-color: #000;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.6px;
  text-align: center;
  width: 38px;
  height: 22px;
}
@media screen and (max-width: 991px) {
  .main-content__right-content--banner {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.main-content__right-content__brands {
  display: grid;
  gap: 16px;
}
.main-content__right-content__brands--brand-item {
  height: 95px;
  position: relative;
  cursor: pointer;
  transition: 0.2s ease-in-out 0s;
  transform: scale(1);
  max-width: 220px;
}
@media screen and (max-width: 991px) {
  .main-content__right-content__brands--brand-item {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .main-content__right-content__brands--brand-item {
    margin: 0 auto;
    max-width: 170px;
    height: 73px;
  }
}
.main-content__right-content__brands--brand-item:hover {
  transform: scale(1.05);
}
.main-content__right-content__brands--brand-item p {
  position: absolute;
  top: 7px;
  left: 12px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.36px;
  text-shadow: 0px 2px 5px #000000;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  word-break: break-all;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content__right-content__brands--brand-item img {
  width: 100%;
  height: inherit;
}
.main-content__right-content__product-search {
  margin-top: 40px;
}
.main-content__right-content__product-search__search-list--head {
  color: #000000;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 36px;
  margin-bottom: 6px;
  font-weight: 700;
}
.main-content__right-content__product-search__search-list--search-item ul {
  list-style: none;
  padding: 0;
}
.main-content__right-content__product-search__search-list--search-item ul li:first-child {
  border-top: 0.5px dashed #999999;
}
.main-content__right-content__product-search__search-list--search-item ul li {
  border-bottom: 0.5px dashed #999999;
}
.main-content__right-content__product-search__search-list--search-item ul li a {
  color: #000000;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 36px;
  text-decoration: none;
  word-break: break-all;
}
.main-content__right-content__product-search__search-list--search-item .accordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-top: 0.5px dashed #999999;
}
.main-content__right-content__product-search__search-list--search-item .accordion .accordion-item:last-child {
  border-bottom: 0.5px dashed #999999;
}
.main-content__right-content__product-search__search-list--search-item .accordion .accordion-button {
  background: transparent;
  padding: 1px;
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 36px;
  word-break: break-all;
}
.main-content__right-content__product-search__search-list--search-item .accordion .accordion-button:focus {
  box-shadow: none;
}
.main-content__right-content__product-search__search-list--search-item .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: 0;
}
.main-content__right-content__product-search__search-list--search-item .accordion .accordion-collapse ul li {
  padding-left: 25px;
}
.main-content__right-content__product-search__search-list--search-item .accordion .accordion-collapse ul li:last-child {
  border-bottom: none;
}
.main-content__display-section {
  padding-bottom: 87px;
}
.main-content__display-section--heading {
  color: #000000;
  font-size: 16px;
  letter-spacing: 1.6px;
  border-bottom: 3px solid #FFD938;
  margin-bottom: 7.5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-content__display-section--heading span {
  line-height: 36px;
}
@media screen and (max-width: 509px) {
  .main-content__display-section--heading {
    font-size: 14px;
  }
}
.main-content__display-section--result-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 420px) {
  .main-content__display-section--result-pagination {
    flex-direction: column;
    align-items: flex-end;
  }
}
.main-content__display-section--result-pagination p {
  color: #6B6D70;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 36px;
  margin-bottom: 0;
}
.main-content__display-section--result-pagination p span {
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .main-content__display-section--result-pagination p {
    font-size: 14px;
  }
}
.main-content__display-section--result-pagination__pagination-content .pagination {
  gap: 5px;
}
.main-content__display-section--result-pagination__pagination-content li:first-child a, .main-content__display-section--result-pagination__pagination-content li:last-child a {
  padding-left: 0;
  padding-right: 0;
}
.main-content__display-section--result-pagination__pagination-content li:first-child a:hover, .main-content__display-section--result-pagination__pagination-content li:last-child a:hover {
  background-color: transparent;
}
.main-content__display-section--result-pagination__pagination-content li a {
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.14px;
  border-radius: 100%;
  border: none;
  padding: 0px 7px;
}
.main-content__display-section--result-pagination__pagination-content li a:hover, .main-content__display-section--result-pagination__pagination-content li a.active {
  background-color: #FFD300;
  color: #000000;
}
.main-content__display-section--result-pagination__pagination-content li a:focus {
  box-shadow: none;
}
.main-content__display-section--result-pagination__asc-desc {
  display: flex;
  align-items: center;
  gap: 28px;
}
.main-content__display-section--result-pagination__asc-desc .asc-desc {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-content__display-section--result-pagination__asc-desc .asc-desc a {
  border: 1px solid #FFD300;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.24px;
  line-height: 20px;
  padding: 0.5px 6px;
  text-decoration: none;
}
@media screen and (max-width: 420px) {
  .main-content__display-section--result-pagination__asc-desc .asc-desc a {
    padding: 0.5px 3px;
  }
}
.main-content__display-section__card-display {
  margin-top: 8px;
}
.main-content__display-section__card-display .row {
  --bs-gutter-y: 15px;
  --bs-gutter-x: 12px;
  margin-bottom: 26px;
}
.main-content__display-section__card-display__pagination-content li:first-child a, .main-content__display-section__card-display__pagination-content li:last-child a {
  padding-left: 0;
  padding-right: 0;
}
.main-content__display-section__card-display__pagination-content li:first-child a:hover, .main-content__display-section__card-display__pagination-content li:last-child a:hover {
  background-color: transparent !important;
}
.main-content__display-section__card-display__pagination-content li.disabled a {
  background-color: transparent !important;
}
.main-content__display-section__card-display__pagination-content li a {
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.14px;
  border-radius: 100%;
  border: none;
  padding: 0px 7px;
}
.main-content__display-section__card-display__pagination-content li a:hover, .main-content__display-section__card-display__pagination-content li a.active {
  background-color: #FFD300;
  color: #000000;
}
.main-content__display-section__card-display__pagination-content li a:focus {
  box-shadow: none;
}
.main-content__display-section__brand-content .row {
  --bs-gutter-x: 6px;
  --bs-gutter-y: 6px;
}
.main-content__display-section__brand-content--brand-item {
  position: relative;
  height: 150px;
  transition: 0.2s ease-in-out 0s;
  transform: scale(1);
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .main-content__display-section__brand-content--brand-item {
    margin: 0 auto;
  }
}
.main-content__display-section__brand-content--brand-item:hover {
  transform: scale(1.02);
}
.main-content__display-section__brand-content--brand-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content__display-section__heading-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-content__display-section__heading-content a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.main-content__display-section__heading-content a i {
  padding: 5px 8px;
  background: #000;
  border-radius: 100%;
  color: #FFD300;
}
@media screen and (max-width: 509px) {
  .main-content__display-section__heading-content a i {
    padding: 3px 5px;
    font-size: 12px;
  }
}
.main-content__display-section__heading-content h4 {
  border-bottom: 0;
  margin-bottom: 0;
}
.main-content__display-section__product-display-section {
  margin-top: 35px;
}
.main-content__display-section__product-display-section .indiv-product {
  background-color: #fff;
  padding: 20px 32px 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main-content__display-section__product-display-section .indiv-product {
    padding: 15px;
  }
}
@media screen and (max-width: 360px) {
  .main-content__display-section__product-display-section .indiv-product {
    padding: 12px;
  }
}
.main-content__display-section__product-display-section .indiv-product .carousel-item img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .main-content__display-section__product-display-section .indiv-product .product-desc {
    order: 2;
  }
  .main-content__display-section__product-display-section .indiv-product .product-desc .head {
    margin-top: 20px;
  }
}
.main-content__display-section__product-display-section .indiv-product .carousel {
  margin-top: 44px;
}
@media screen and (max-width: 991px) {
  .main-content__display-section__product-display-section .indiv-product .carousel {
    margin-top: 0;
  }
}
.main-content__display-section__product-display-section .product-category {
  color: #999999;
  margin-bottom: 27px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .main-content__display-section__product-display-section .product-category {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.main-content__display-section__product-display-section .product-title {
  color: #000000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main-content__display-section__product-display-section .product-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 390px) {
  .main-content__display-section__product-display-section .product-title {
    font-size: 18px;
  }
}
.main-content__display-section__product-display-section .product-code {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main-content__display-section__product-display-section .product-code {
    font-size: 12px;
  }
}
.main-content__display-section__product-display-section .rating-content {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main-content__display-section__product-display-section .rating-content {
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
  }
}
.main-content__display-section__product-display-section .rating-content .starred, .main-content__display-section__product-display-section .rating-content .popular {
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  letter-spacing: 0.28px;
}
@media screen and (max-width: 390px) {
  .main-content__display-section__product-display-section .rating-content .starred, .main-content__display-section__product-display-section .rating-content .popular {
    font-size: 12px;
  }
}
.main-content__display-section__product-display-section .rating-content .starred span, .main-content__display-section__product-display-section .rating-content .popular span {
  font-weight: 700;
}
.main-content__display-section__product-display-section .rating-content .starred p, .main-content__display-section__product-display-section .rating-content .popular p {
  margin-bottom: 0;
}
.main-content__display-section__product-display-section .product-description {
  max-width: 337px;
}
@media screen and (max-width: 767px) {
  .main-content__display-section__product-display-section .product-description {
    max-width: 100%;
  }
}
.main-content__display-section__product-display-section .product-description .product-specs {
  display: flex;
  gap: 45px;
  border-bottom: 1px dashed #707070;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.main-content__display-section__product-display-section .product-description .product-specs label {
  min-width: 70px;
  word-break: break-all;
}
.main-content__display-section__product-display-section .product-description .product-specs p {
  margin-bottom: 0;
}
@media screen and (max-width: 390px) {
  .main-content__display-section__product-display-section .product-description .product-specs {
    font-size: 12px;
  }
}
.main-content__display-section__product-display-section .price {
  margin-top: 24px;
  color: #000;
  margin-bottom: 24px;
}
.main-content__display-section__product-display-section .price .cut-price {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.main-content__display-section__product-display-section .price .actual-price {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main-content__display-section__product-display-section .price .actual-price {
    font-size: 18px;
  }
}
.main-content__display-section__product-display-section .price .actual-price span {
  font-size: 16px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .main-content__display-section__product-display-section .price .actual-price span {
    font-size: 12px;
  }
}
.main-content__display-section__product-display-section .price .actual-price.sale {
  color: #C60000;
}
.main-content__display-section__product-display-section .price .tax-include {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main-content__display-section__product-display-section .price .tax-include {
    font-size: 18px;
  }
}
.main-content__display-section__product-display-section .price .tax-include span {
  font-size: 16px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .main-content__display-section__product-display-section .price .tax-include span {
    font-size: 12px;
  }
}
.main-content__display-section__product-display-section .price .tax-include.sale {
  color: #C60000;
}
.main-content__display-section__review-section {
  margin-top: 65px;
}
.main-content__display-section__review-section__review-display {
  background: #fff;
  padding-top: 18px;
  padding-bottom: 0;
}
.main-content__display-section__review-section__review-display--review-heading {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
  color: #000000;
  padding-left: 30px;
  border-bottom: 1px solid #999999;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 509px) {
  .main-content__display-section__review-section__review-display--review-heading {
    font-size: 18px;
    padding-left: 12px;
    padding-bottom: 12px;
  }
}
.main-content__display-section__review-section__review-display__review-items {
  margin-top: 34px;
}
@media screen and (max-width: 509px) {
  .main-content__display-section__review-section__review-display__review-items {
    padding-right: 10px !important;
  }
}
.main-content__display-section__review-section__review-display__review-items--item {
  margin-bottom: 25px;
}
.main-content__display-section__review-section__review-display__review-items--item .user-img-title {
  display: flex;
  align-items: center;
  gap: 23px;
}
.main-content__display-section__review-section__review-display__review-items--item .user-img-title .id-initials {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #CCCCCC;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 40px;
  line-height: 33px;
  margin-bottom: 0;
  font-weight: 300;
  padding: 13px 10px 20px;
}
.main-content__display-section__review-section__review-display__review-items--item .user-img-title img {
  max-width: 80px;
  height: auto;
}
.main-content__display-section__review-section__review-display__review-items--item .user-img-title .title-content .title {
  color: #000;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  margin-bottom: 7px;
}
.main-content__display-section__review-section__review-display__review-items--item .user-img-title .title-content .date {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 18px;
  margin-bottom: 0;
}
.main-content__display-section__review-section__review-display__review-items--item .rate-tag {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 12px;
  margin-bottom: 15px;
}
@media screen and (max-width: 509px) {
  .main-content__display-section__review-section__review-display__review-items--item .rate-tag {
    gap: 10px;
  }
}
.main-content__display-section__review-section__review-display__review-items--item .rate-tag .stars {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 86px;
}
.main-content__display-section__review-section__review-display__review-items--item .rate-tag .stars img {
  max-width: 14px;
  height: auto;
}
.main-content__display-section__review-section__review-display__review-items--item .rate-tag .tag {
  margin-bottom: 0;
  color: #000;
  letter-spacing: 0.8px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 700;
}
.main-content__display-section__review-section__review-display__review-items--item .review {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 24px;
  margin-bottom: 0;
  word-break: break-all;
}
.main-content__display-section__review-section__review-display__review-items__comment-page {
  border-top: 1px solid #EEEEEE;
  padding-left: 30px;
  padding-right: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.main-content__display-section__review-section__review-display__review-items__comment-page .comment {
  display: flex;
  align-items: center;
  gap: 11px;
}
.main-content__display-section__review-section__review-display__review-items__comment-page .comment a {
  color: #999999;
  text-decoration: none;
  font-size: 14px;
  line-height: 49px;
  letter-spacing: 0.14px;
}
.main-content__display-section__review-section__review-display__review-items__comment-page .comment a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.main-content__display-section__review-section__review-display__review-items__comment-page__pagination-content li:first-child a, .main-content__display-section__review-section__review-display__review-items__comment-page__pagination-content li:last-child a {
  padding-left: 0;
  padding-right: 0;
}
.main-content__display-section__review-section__review-display__review-items__comment-page__pagination-content li:first-child a:hover, .main-content__display-section__review-section__review-display__review-items__comment-page__pagination-content li:last-child a:hover {
  background-color: transparent;
}
.main-content__display-section__review-section__review-display__review-items__comment-page__pagination-content li a {
  background-color: transparent;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.14px;
  border-radius: 100%;
  padding: 0px 7px;
  border: 0;
}
.main-content__display-section__review-section__review-display__review-items__comment-page__pagination-content li a:hover, .main-content__display-section__review-section__review-display__review-items__comment-page__pagination-content li a.active {
  background-color: #FFD300;
  color: #000;
}
.main-content__display-section__review-section__review-display__review-items__comment-page__pagination-content li a:focus {
  box-shadow: none;
  color: #000;
}
.main-content__display-section__review-section__review-display__rating-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #EEEEEE;
  /* max-width: 803px; */
  /* margin: 0 auto; */
  padding-left: 40px;
  padding-right: 60px;
}
@media screen and (max-width: 991px) {
  .main-content__display-section__review-section__review-display__rating-section {
    flex-direction: column;
    padding: 25px;
  }
}
.main-content__display-section__review-section__review-display__rating-section .main-rating {
  text-align: center;
  border-right: 1px solid #CCCCCC;
  padding-right: 9px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .main-content__display-section__review-section__review-display__rating-section .main-rating {
    border-right: none;
    height: auto;
  }
}
.main-content__display-section__review-section__review-display__rating-section .main-rating .rate {
  margin-top: 5px;
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.28px;
  margin-bottom: 0;
}
.main-content__display-section__review-section__review-display__rating-section .main-rating .rate-note {
  color: #999999;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  margin-bottom: 0;
}
.main-content__display-section__review-section__review-display__rating-section .rating-display {
  border-right: 1px solid #CCCCCC;
  padding-right: 27px;
}
@media screen and (max-width: 991px) {
  .main-content__display-section__review-section__review-display__rating-section .rating-display {
    border-right: none;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }
}
@media screen and (max-width: 509px) {
  .main-content__display-section__review-section__review-display__rating-section .rating-display {
    width: 100%;
  }
}
.main-content__display-section__review-section__review-display__rating-section .rating-display .rate-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 509px) {
  .main-content__display-section__review-section__review-display__rating-section .rating-display .rate-item {
    justify-content: center;
  }
}
.main-content__display-section__review-section__review-display__rating-section .rating-display .rate-item .star {
  display: flex;
  align-items: center;
  gap: 3px;
}
.main-content__display-section__review-section__review-display__rating-section .rating-display .rate-item .star img {
  max-width: 14px;
}
@media screen and (max-width: 509px) {
  .main-content__display-section__review-section__review-display__rating-section .rating-display .rate-item .star {
    display: none;
  }
}
.main-content__display-section__review-section__review-display__rating-section .rating-display .rate-item p {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.28px;
  margin-bottom: 0;
  margin-left: 15px;
  min-width: 66px;
  margin-right: 10px;
}
.main-content__display-section__review-section__review-display__rating-section .rating-display .review-bar {
  background: #999999;
  height: 9px;
  max-width: 100%;
  position: relative;
}
.main-content__display-section__review-section__review-display__rating-section .rating-display .review-bar .bar-status {
  height: 9px;
  background: #FFD300;
  position: absolute;
}
.main-content__display-section__review-section__review-display__rating-section .write-review p {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  max-width: 180px;
  margin: 0 auto;
  word-break: keep-all;
  margin-top: 25px;
  margin-bottom: 0;
}
.main-content__display-section__ranking-product {
  margin-top: 16px;
}
.main-content__display-section__ranking-product .row {
  --bs-gutter-x: 17px;
  --bs-gutter-y: 17px;
}

.main-body {
  background-color: #F6F6F6;
  padding: 25px 26px;
}
@media screen and (max-width: 991px) {
  .main-body {
    padding: 0 10px;
  }
}

.body-content {
  display: flex;
  gap: 15px;
}

.product-card-row {
  --bs-gutter-x: 15px !important;
  --bs-gutter-y: 15px !important;
}

.Ec-body > .sticky-body-content {
  padding-top: 237px !important;
}
@media screen and (max-width: 991px) {
  .Ec-body > .sticky-body-content {
    padding-top: 185px !important;
  }
}

.top-info {
  background-color: #ffd300;
  text-align: center;
  padding: 8px 0;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width: 991px) {
  .top-info {
    top: 112px;
  }
}
@media (max-width: 575px) {
  .top-info {
    top: 77px;
  }
}
.top-info-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-info-text {
  color: #000;
  font-size: 18px;
  letter-spacing: 1.8px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.top-info-text:hover {
  text-decoration: underline;
  color: #000;
}
.top-info-text:focus, .top-info-text:focus-visible {
  box-shadow: none;
  outline: 0;
}
@media screen and (max-width: 991px) {
  .top-info-text {
    font-size: 16px;
    width: 90%;
  }
}
.top-info .cross-btn {
  background-color: transparent;
  border: 0;
  max-width: 21px;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 45px;
}
.top-info .cross-btn img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .top-info .cross-btn {
    right: 10px;
  }
}

.tempc-header-pos {
  top: 30px;
}

.tempc-header-pos-scroll {
  top: 43px;
}

.tempc-body-content {
  padding-top: 250px !important;
}
@media (max-width: 991px) {
  .tempc-body-content {
    padding-top: 280px !important;
  }
}

.tempc-section .section-head-description {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .tempc-section .section-head-description {
    font-size: 16px;
  }
}
.tempc-section.qna-section {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 75px;
}
.tempc-section.qna-section .tempc-qa-tab.nav-link.active {
  border-color: #f8f8f8 #f8f8f8 #ffd300 !important;
  background-color: transparent;
}
.tempc-section.qna-section .tempc-qa-tab.nav-link:hover {
  border-color: #f8f8f8 #f8f8f8 #ffd300 !important;
}
.tempc-section.qna-section .qa-card {
  background-color: transparent;
}

.tempc-myscue-section {
  display: block;
  padding-top: 100px;
  padding-bottom: 80px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .tempc-myscue-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .tempc-myscue-section {
    padding: 40px 20px;
  }
}
.tempc-myscue-section .issues-listing {
  gap: 50px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .tempc-myscue-section .issues-listing {
    flex-direction: column;
  }
}
.tempc-myscue-section .direct-static {
  margin-bottom: 40px;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .tempc-myscue-section .direct-static {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.tempc-myscue-section .direct-static .static-page-direct {
  position: relative;
  background-color: #ffd300;
  max-width: 543px;
  margin: 0 auto;
  margin-bottom: 26px;
  padding: 20px 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .tempc-myscue-section .direct-static .static-page-direct {
    margin-bottom: 20px;
  }
}
.tempc-myscue-section .direct-static .static-page-direct p {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 2.2px;
  text-align: center;
  flex-grow: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .tempc-myscue-section .direct-static .static-page-direct p {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .tempc-myscue-section .direct-static .static-page-direct p {
    font-size: 15px;
    line-height: 20px;
  }
}
.tempc-myscue-section .direct-static .static-page-direct.alternate {
  background-color: #000;
  color: #ffd300;
}

.tempc-sidemenu {
  position: fixed;
  right: 0;
  top: 30%;
  width: 80px;
  background-color: #ffd300;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  text-align: center;
  padding: 19px 6px;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .tempc-sidemenu {
    top: 35%;
  }
}
@media screen and (max-width: 991px) {
  .tempc-sidemenu {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    justify-content: center;
    flex-direction: row;
    padding: 10px 12px 10px;
  }
}
.tempc-sidemenu-item {
  border-bottom: 1px dashed #999999;
  margin-bottom: 14px;
  padding-bottom: 8px;
  position: relative;
}
.tempc-sidemenu-item_img {
  max-width: 38px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1280px) {
  .tempc-sidemenu-item_img {
    max-width: 30px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 450px) {
  .tempc-sidemenu-item_img {
    max-width: 25px;
  }
}
.tempc-sidemenu-item_name {
  font-size: 12px;
  font-weight: 500;
  word-break: keep-all;
}
@media screen and (max-width: 450px) {
  .tempc-sidemenu-item_name {
    font-size: 10px;
  }
}
.tempc-sidemenu-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  .tempc-sidemenu-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    padding: 0 13px;
    max-width: 90px;
    border-right: 1px dashed #999999;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .tempc-sidemenu-item:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .tempc-sidemenu-item {
    padding: 0 9px;
    max-width: 70px;
  }
}

@media screen and (max-width: 991px) {
  .tempc-footer {
    margin-bottom: 117px;
  }
}
@media screen and (max-width: 450px) {
  .tempc-footer {
    margin-bottom: 98px;
  }
}

@media screen and (max-width: 575px) {
  .tempc-up {
    bottom: 100px !important;
  }
}

.notification-enable {
  padding-top: 250px !important;
}
@media screen and (max-width: 991px) {
  .notification-enable {
    padding-top: 230px !important;
  }
}

.launchEvent {
  scroll-behavior: smooth;
}
.launchEvent__block {
  background-color: #ffd300;
  height: 57px;
  width: 100%;
}
@media (max-width: 575px) {
  .launchEvent__block {
    height: 35px;
  }
}
.launchEvent__comingSoon {
  margin: 75px auto 79px;
  text-align: center;
  max-width: 792px;
}
@media (max-width: 767px) {
  .launchEvent__comingSoon {
    max-width: 100%;
    padding: 0 17px;
    margin-top: 46px;
    margin-bottom: 68px;
  }
}
.launchEvent__comingSoon h1 {
  font-size: 64px;
  line-height: 92px;
  letter-spacing: 0.64px;
  margin-bottom: 49px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .launchEvent__comingSoon h1 {
    margin: 0 auto;
    margin-bottom: 34px;
    font-size: 60px;
    max-width: 264px;
    line-height: 65px;
  }
}
.launchEvent__comingSoon--date {
  font-size: 35px;
  line-height: 51px;
  font-weight: 600;
  letter-spacing: 1.75px;
  border-bottom: 5px solid #ffd300;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 575px) {
  .launchEvent__comingSoon--date {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.5px;
  }
}
.launchEvent__comingSoon__description {
  margin-top: 53px;
}
@media (max-width: 575px) {
  .launchEvent__comingSoon__description {
    padding: 0 18px;
  }
}
.launchEvent__comingSoon__description p {
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 0.35px;
  margin-bottom: 65px;
}
@media (max-width: 575px) {
  .launchEvent__comingSoon__description p {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.3px;
  }
}
.launchEvent__comingSoon--buttons {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.launchEvent__comingSoon--buttons a {
  padding: 14px 27px 17px;
  background-color: #ffd300;
  max-width: 564px;
  width: 564px;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 1.25px;
  font-weight: 500;
  text-align: center;
}
.launchEvent__comingSoon--buttons a span {
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
}
.launchEvent__comingSoon--buttons a br {
  display: none;
}
@media (max-width: 767px) {
  .launchEvent__comingSoon--buttons a {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .launchEvent__comingSoon--buttons a {
    padding: 18px 0;
  }
  .launchEvent__comingSoon--buttons a br {
    display: block;
  }
}
.launchEvent__comingSoon--buttons a.launch-btn-disable {
  cursor: not-allowed;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .launchEvent .hide {
    display: none;
  }
}
.launchEvent__banner .mob-banner {
  display: none;
}
@media (max-width: 575px) {
  .launchEvent__banner .mob-banner {
    display: block;
  }
  .launchEvent__banner .main-banner {
    display: none;
  }
}
.launchEvent__banner--text {
  background-color: #000;
  text-align: center;
}
.launchEvent__banner--text p {
  color: #fff;
  font-size: 26px;
  line-height: 57px;
  letter-spacing: 0.52px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .launchEvent__banner--text p {
    font-size: 24px;
    line-height: 47px;
  }
}
@media (max-width: 767px) {
  .launchEvent__banner--text p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .launchEvent__banner--text p {
    font-size: 18px;
  }
}
.launchEvent__bodyWrapper {
  margin-top: 20px;
}
.launchEvent__bodyWrapper__wrapper {
  margin-bottom: 62px;
}
.launchEvent__bodyWrapper--mainHeading {
  font-size: 33px;
  color: #000;
  line-height: 59px;
  font-weight: 900;
  letter-spacing: 0.33px;
  text-align: center;
}
.launchEvent__bodyWrapper--mainHeading span {
  border-bottom: 5px solid #ffd300;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper--mainHeading {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper--mainHeading {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper--mainHeading {
    font-size: 19px;
    line-height: 32px;
  }
}
.launchEvent__bodyWrapper--anchorTag {
  margin-top: 42px;
  text-align: center;
}
.launchEvent__bodyWrapper--anchorTag a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #ffd300;
  padding: 8px 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper--anchorTag a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper--anchorTag a {
    font-size: 15px;
  }
  .launchEvent__bodyWrapper--anchorTag a img {
    max-width: 17px;
    height: auto;
  }
}
.launchEvent__bodyWrapper--sectionHeading {
  text-align: center;
  font-size: 32px;
  line-height: 59px;
  letter-spacing: 1.6px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}
.launchEvent__bodyWrapper--sectionHeading span {
  background-color: #f1f1f1;
  z-index: 1;
  position: relative;
  display: block;
  padding: 0 56px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper--sectionHeading span {
    padding: 0 20px;
  }
}
.launchEvent__bodyWrapper--sectionHeading::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 1px;
  top: 50%;
  display: block;
  left: 0;
  right: 0;
}
.launchEvent__bodyWrapper--sectionHeading.primary span {
  background: #ffd300;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper--sectionHeading {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper--sectionHeading {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper--sectionHeading {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 22px;
    margin-left: 0;
    margin-right: 0;
  }
}
.launchEvent__bodyWrapper__subSectionHeading {
  font-size: 26px;
  line-height: 37px;
  letter-spacing: 0.52px;
  text-align: center;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__subSectionHeading {
    font-size: 24px;
  }
}
.launchEvent__bodyWrapper__subSectionHeading::after {
  content: "";
  background-color: #ffd300;
  width: 245px;
  height: 5px;
  display: block;
  margin: 5px auto;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__subSectionHeading::after {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__subSectionHeading {
    font-size: 18px;
  }
  .launchEvent__bodyWrapper__subSectionHeading::after {
    width: 190px;
  }
}
.launchEvent__bodyWrapper__smallSns {
  text-align: center;
}
.launchEvent__bodyWrapper__smallSns p {
  font-size: 16px;
  margin-bottom: 7px;
  letter-spacing: 0.4px;
}
.launchEvent__bodyWrapper__smallSns .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
}
.launchEvent__bodyWrapper__smallSns .social-icons img {
  max-width: 44px;
  height: auto;
}
.launchEvent__bodyWrapper__smallSns__modal p {
  font-size: 22px;
  margin-bottom: 22px;
  text-align: center;
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__smallSns__modal p {
    font-size: 18px;
  }
}
.launchEvent__bodyWrapper__smallSns__modal .social-icons {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.launchEvent__bodyWrapper__smallSns__modal .social-icons a {
  text-decoration: none;
}
.launchEvent__bodyWrapper__smallSns__modal .social-icons a img {
  max-width: 60px;
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__smallSns__modal .social-icons a img {
    max-width: 50px;
  }
}
.launchEvent__bodyWrapper__waonImg {
  margin-top: 38px;
}
.launchEvent__bodyWrapper__waonImg .mob-waon {
  display: none;
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__waonImg .mob-waon {
    display: block;
  }
  .launchEvent__bodyWrapper__waonImg .main-waon {
    display: none;
  }
}
.launchEvent__bodyWrapper__iconTitle {
  position: relative;
}
.launchEvent__bodyWrapper__iconTitle img {
  position: absolute;
  top: -15px;
  left: -15px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__iconTitle img {
    max-width: 30px;
    top: -5px;
    left: -10px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__iconTitle img {
    max-width: 25px;
    top: 0;
  }
}
.launchEvent__bodyWrapper__iconTitle h4 {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.48px;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__iconTitle h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__iconTitle h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__iconTitle {
    margin-left: 10px;
  }
}
.launchEvent__bodyWrapper__eventBenefit {
  margin-top: 46px;
  background-color: #f1f1f1;
  padding: 38px 135px 60px;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper__eventBenefit {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__eventBenefit {
    padding: 16px 14px 30px;
  }
}
.launchEvent__bodyWrapper__eventBenefit__points--item {
  margin-bottom: 31px;
  position: relative;
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__eventBenefit__points--item {
    display: flex;
    align-items: center;
  }
}
.launchEvent__bodyWrapper__eventBenefit__points--item .numbering {
  position: absolute;
  left: 0;
  top: 0;
  width: 89px;
  height: 89px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000;
  color: #ffd300;
  font-size: 29px;
  letter-spacing: 0.58px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper__eventBenefit__points--item .numbering {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventBenefit__points--item .numbering {
    font-size: 22px;
    width: 69px;
    height: 69px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__eventBenefit__points--item .numbering {
    min-width: 69px;
    max-width: 69px;
    height: 69px;
    position: relative;
  }
}
.launchEvent__bodyWrapper__eventBenefit__points--item .point-desc {
  padding: 16px 44px 13px 80px;
  height: 89px;
  max-width: 784px;
  margin-left: auto;
  background: #ffd300;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.44px;
  font-weight: 500;
}
@media (max-width: 1125px) {
  .launchEvent__bodyWrapper__eventBenefit__points--item .point-desc {
    max-width: 725px;
  }
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper__eventBenefit__points--item .point-desc {
    max-width: 590px;
    font-size: 18px;
  }
  .launchEvent__bodyWrapper__eventBenefit__points--item .point-desc br {
    display: none;
  }
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventBenefit__points--item .point-desc {
    height: 69px;
    font-size: 15px;
    padding: 10px 5px 10px 40px;
    max-width: 420px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__eventBenefit__points--item .point-desc {
    font-size: 15px;
    flex-grow: 1;
    margin-left: -35px;
    width: 100%;
    max-width: 100%;
    min-height: 69px;
    height: auto;
  }
}
.launchEvent__bodyWrapper__joinUs {
  max-width: 831px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper__joinUs {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__joinUs {
    margin: 15px auto 30px;
  }
}
.launchEvent__bodyWrapper__joinUs__desc ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.launchEvent__bodyWrapper__joinUs__desc ul li {
  position: relative;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.44px;
  font-weight: 500;
  margin-bottom: 10px;
}
.launchEvent__bodyWrapper__joinUs__desc ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -27px;
  background-color: #ffd300;
  border-radius: 100%;
  top: 10px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__joinUs__desc ul li {
    font-size: 20px;
  }
  .launchEvent__bodyWrapper__joinUs__desc ul li::before {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__joinUs__desc ul li {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .launchEvent__bodyWrapper__joinUs__desc ul li::before {
    width: 11px;
    height: 11px;
    position: static;
    display: block;
  }
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__joinUs__famImg img {
    max-width: 240px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__joinUs__famImg img {
    max-width: 190px;
  }
}
.launchEvent__bodyWrapper__eventVenue {
  background: #f1f1f1;
}
.launchEvent__bodyWrapper__eventVenue__wrapper {
  padding: 38px 135px 60px;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper__eventVenue__wrapper {
    padding: 30px 0;
  }
}
.launchEvent__bodyWrapper__eventVenue__details {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper__eventVenue__details {
    flex-direction: column;
  }
}
.launchEvent__bodyWrapper__eventVenue__details--desc {
  width: 268px;
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__eventVenue__details--desc {
    width: 100%;
    padding-left: 24px;
  }
}
.launchEvent__bodyWrapper__eventVenue__details--desc__items {
  margin-top: 18px;
}
.launchEvent__bodyWrapper__eventVenue__details--desc__items p {
  font-size: 18px;
  letter-spacing: 0.36px;
  margin-bottom: 30px;
}
.launchEvent__bodyWrapper__eventVenue__details--desc__items p:first-child {
  font-weight: 500;
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__eventVenue__details--desc__items p {
    font-size: 16px;
    line-height: 24px;
  }
}
.launchEvent__bodyWrapper__eventVenue__details--desc__items .google-link {
  padding: 6px 26px 7px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 20px;
  font-size: 18px;
  letter-spacing: 0.36px;
  text-decoration: none;
  color: #000;
  display: inline-block;
}
.launchEvent__bodyWrapper__eventVenue__details--desc__items .routes {
  margin-top: 18px;
}
.launchEvent__bodyWrapper__eventVenue__details--desc__items .routes a {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.36px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.launchEvent__bodyWrapper__eventVenue__details--desc__items .routes a:last-child {
  margin-bottom: 0;
}
.launchEvent__bodyWrapper__eventVenue__details--img img {
  max-width: 539px;
  height: auto;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper__eventVenue__details--img img {
    max-width: 100%;
  }
}
.launchEvent__bodyWrapper__slogan {
  padding: 54px 0 60px;
  text-align: center;
}
.launchEvent__bodyWrapper__slogan--heading {
  font-size: 26px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 40px;
}
.launchEvent__bodyWrapper__slogan--heading br {
  display: none;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__slogan--heading {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .launchEvent__bodyWrapper__slogan--heading br {
    display: block;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__slogan--heading {
    font-size: 20px;
  }
}
.launchEvent__bodyWrapper__slogan p {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__slogan p {
    font-size: 18px;
    letter-spacing: 2.4px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__slogan p {
    font-size: 16px;
    line-height: 26px;
  }
}
.launchEvent__bodyWrapper__slogan p .mob-divide {
  display: none;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper__slogan p .mob-divide {
    display: block;
  }
}
.launchEvent__bodyWrapper__partnerCompany {
  background: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.launchEvent__bodyWrapper__partnerCompany--wrapper {
  padding: 38px 135px 60px;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper__partnerCompany--wrapper {
    padding: 30px 0;
  }
}
.launchEvent__bodyWrapper__partnerCompany__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.launchEvent__bodyWrapper__partnerCompany__list a {
  display: inline-flex;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__partnerCompany__list {
    justify-content: center;
  }
}
.launchEvent__bodyWrapper__myscueContent {
  margin-top: 88px;
  margin-bottom: 40px;
  padding: 40px 135px 50px;
  border: 5px solid #ffd300;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper__myscueContent {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__myscueContent {
    margin-top: 50px;
    padding: 40px 20px;
  }
}
.launchEvent__bodyWrapper__myscueContent--heading p {
  margin-top: 33px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__myscueContent--heading p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__myscueContent--heading p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
}
.launchEvent__bodyWrapper__myscueContent__usersVoice {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__myscueContent__usersVoice {
    margin-top: 50px;
  }
}
.launchEvent__bodyWrapper__myscueContent__usersVoice h6 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.6px;
  position: relative;
}
.launchEvent__bodyWrapper__myscueContent__usersVoice h6 span {
  background: #fff;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__myscueContent__usersVoice h6 span {
    padding: 0 20px;
  }
}
.launchEvent__bodyWrapper__myscueContent__usersVoice h6::before {
  content: "";
  width: 377px;
  height: 1px;
  background-color: #000;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: -14px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__myscueContent__usersVoice h6::before {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__myscueContent__usersVoice h6 {
    font-size: 14px;
  }
}
.launchEvent__bodyWrapper__myscueContent__usersVoice--list {
  margin-top: 50px;
}
.launchEvent__bodyWrapper__myscueContent__usersVoice--list__item {
  margin-bottom: 40px;
}
.launchEvent__bodyWrapper__myscueContent__usersVoice--list__item:last-child {
  margin-bottom: 0;
}
.launchEvent__bodyWrapper__myscueContent__usersVoice--list__item .userDetails {
  display: flex;
  align-items: center;
  gap: 21px;
}
.launchEvent__bodyWrapper__myscueContent__usersVoice--list__item .userDetails p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.36px;
  font-weight: 700;
}
.launchEvent__bodyWrapper__myscueContent__usersVoice--list__item .userDetails p span {
  font-weight: 400;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__myscueContent__usersVoice--list__item .userDetails p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__myscueContent__usersVoice--list__item .userDetails p {
    font-size: 14px;
  }
}
.launchEvent__bodyWrapper__myscueContent__usersVoice--list__item .userComment {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__myscueContent__usersVoice--list__item .userComment {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__myscueContent__usersVoice--list__item .userComment {
    font-size: 16px;
  }
}
.launchEvent__bodyWrapper__followUs {
  max-width: 831px;
  margin: 0 auto;
  text-align: center;
}
.launchEvent__bodyWrapper__followUs h6 {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.48px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__followUs h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__followUs h6 {
    font-size: 18px;
  }
}
.launchEvent__bodyWrapper__followUs p {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__followUs p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__followUs p {
    font-size: 16px;
  }
}
.launchEvent__bodyWrapper__followUs .socials {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__followUs .socials {
    margin-top: 20px;
    gap: 7px;
  }
  .launchEvent__bodyWrapper__followUs .socials img {
    max-width: 44px;
    height: auto;
  }
}
.launchEvent__bodyWrapper__eventSchedule {
  padding: 70px 0;
  max-width: 831px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventSchedule {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventSchedule {
    padding: 30px 0;
  }
}
.launchEvent__bodyWrapper__eventSchedule__detailContent {
  margin-top: 45px;
  margin-bottom: 80px;
  --bs-gutter-x: 50px;
  --bs-gutter-y: 50px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventSchedule__detailContent {
    margin-top: 0;
    margin-bottom: 60px;
    width: 100%;
  }
  .launchEvent__bodyWrapper__eventSchedule__detailContent > div:first-child {
    margin-top: 20px;
  }
}
.launchEvent__bodyWrapper__eventSchedule--details .heading {
  background-color: #ffd300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.36px;
  font-weight: 700;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  padding: 0 17px;
  padding-right: 5px;
}
.launchEvent__bodyWrapper__eventSchedule--details .timing {
  margin-top: 20px;
}
.launchEvent__bodyWrapper__eventSchedule--details .timing p {
  border-bottom: 1px dashed #000;
  padding-bottom: 8px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.32px;
}
.launchEvent__bodyWrapper__eventSchedule--details .timing p span {
  font-weight: 400;
}
.launchEvent__bodyWrapper__eventCorner {
  background: #ffd300;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventCorner {
    padding-top: 45px;
    padding-bottom: 43px;
  }
}
.launchEvent__bodyWrapper__eventCorner__wrapper {
  padding: 0 135px;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper {
    padding: 0;
  }
}
.launchEvent__bodyWrapper__eventCorner__wrapper.next {
  margin-top: 65px;
}
.launchEvent__bodyWrapper__eventCorner__wrapper .date-time {
  font-size: 26px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0.52px;
  margin-top: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .date-time {
    font-size: 23px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .date-time {
    font-size: 20px;
  }
}
.launchEvent__bodyWrapper__eventCorner__wrapper .lectureHead {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.52px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .lectureHead {
    font-size: 23px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .lectureHead {
    font-size: 20px;
  }
}
.launchEvent__bodyWrapper__eventCorner__wrapper .lectureHead span {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.44px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .lectureHead span {
    font-size: 19px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .lectureHead span {
    font-size: 16px;
  }
}
.launchEvent__bodyWrapper__eventCorner__wrapper .lecturerDesc {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .lecturerDesc {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .lecturerDesc {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .lecturerDesc {
    margin-top: 20px;
  }
}
.launchEvent__bodyWrapper__eventCorner__wrapper .lecturerDesc img {
  max-width: 390px;
  aspect-ratio: 1.5;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .lecturerDesc img {
    max-width: 100%;
    aspect-ratio: auto;
  }
}
.launchEvent__bodyWrapper__eventCorner__wrapper .lecturerDesc--desc {
  flex-grow: 1;
  height: 100%;
  background-color: #fff;
  padding: 30px 30px 30px 50px;
  height: 318px;
}
@media (max-width: 991px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .lecturerDesc--desc {
    height: 100%;
    padding: 25px;
  }
}
.launchEvent__bodyWrapper__eventCorner__wrapper .lecturerDesc--desc h6 {
  font-size: 22px;
  letter-spacing: 0.44px;
  line-height: 30px;
  margin-bottom: 6px;
  font-weight: 700;
}
.launchEvent__bodyWrapper__eventCorner__wrapper .lecturerDesc--desc p {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 26px;
}
.launchEvent__bodyWrapper__eventCorner__wrapper .lecturerDesc--desc p.sub-head {
  margin-bottom: 14px;
}
.launchEvent__bodyWrapper__eventCorner__wrapper .contest {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .contest {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .contest {
    margin-top: 45px;
  }
}
.launchEvent__bodyWrapper__eventCorner__wrapper .contest .senryu {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .contest .senryu {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .contest .senryu {
    margin-top: 32px;
  }
}
.launchEvent__bodyWrapper__eventCorner__wrapper .contest .senryu a {
  position: absolute;
  bottom: 13px;
  right: 30px;
  padding: 17px 50px;
  background-color: #000;
  color: #ffd300;
  text-decoration: none;
  font-size: 26px;
  letter-spacing: 1.3px;
}
@media (max-width: 767px) {
  .launchEvent__bodyWrapper__eventCorner__wrapper .contest .senryu a {
    padding: 13px 40px;
    font-size: 15px;
    right: 15px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .launchEvent__copyright {
    align-items: flex-start !important;
  }
}
.launchEvent__copyright .copyright {
  display: none;
}
@media (max-width: 991px) {
  .launchEvent__copyright .copyright {
    display: block;
  }
}
@media (max-width: 575px) {
  .launchEvent__copyright .copyright {
    font-size: 10px !important;
  }
}
.launchEvent__footerBottom {
  display: flex;
  align-items: flex-end;
  gap: 25px;
}
.launchEvent__footerBottom .copyright {
  font-size: 12px;
  line-height: 17px;
}
@media (max-width: 991px) {
  .launchEvent__footerBottom .copyright {
    display: none;
  }
}
.launchEvent--footer {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .launchEvent--footer {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .launchEvent--footer {
    margin-top: 0;
  }
}
.launchEvent--footer .footer-top {
  border-top: 0;
  padding-top: 30px;
  padding-bottom: 0;
}
.launchEvent--footer .footer-list {
  margin-bottom: 0;
}
.launchEvent__SNSModal .btn-close:focus {
  box-shadow: none;
}
.launchEvent__SNSModal .closeText {
  margin-top: 70px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .launchEvent__owlCard {
    height: 353px;
  }
  .launchEvent__owlCard > div:first-child {
    height: 100%;
  }
  .launchEvent__owlCard img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.launchEvent__owlCard .dark-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 180px, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.6;
}
.launchEvent__owlCard h6 {
  background-color: #ffd300;
  padding: 7px 19px 7px 29px;
  max-width: 385px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.44px;
  position: absolute;
  top: 27px;
}
@media (max-width: 767px) {
  .launchEvent__owlCard h6 {
    top: 25px;
    max-width: 350px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .launchEvent__owlCard h6 {
    max-width: 90%;
    font-size: 18px;
    padding: 5px 16px;
    line-height: 24px;
  }
}
.launchEvent__owlCard--description {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
@media (max-width: 767px) {
  .launchEvent__owlCard--description {
    left: 20px;
    right: 21%;
  }
}
.launchEvent__owlCard--description p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .launchEvent__owlCard--description p {
    font-size: 18px;
    line-height: 22px;
  }
}
.launchEvent__owlCard--description a {
  font-size: 16px;
  font-weight: 500;
  color: #ffd300;
  letter-spacing: 0.34px;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}
@media (max-width: 767px) {
  .launchEvent__owlCard--description a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .launchEvent__owlCard--description a {
    font-size: 12px;
  }
}
.launchEvent__owlCard--description a i {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: #000;
  background: #ffd300;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.launchEvent #launch-event-owl .owl-nav {
  left: 22%;
  right: 22%;
}
.launchEvent #launch-event-owl .owl-nav button {
  background-color: transparent !important;
}
.launchEvent #launch-event-owl .owl-nav button:last-child {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .launchEvent #launch-event-owl .owl-nav {
    left: 2%;
    right: 2%;
  }
  .launchEvent #launch-event-owl .owl-nav button img {
    max-width: 24px;
    height: auto;
  }
}

.filter-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  z-index: 0;
  position: relative;
}
.filter-list span {
  color: #ffd300;
}
.filter-list a {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.8px;
  text-decoration: none;
}
.filter-list a.active {
  font-weight: 700;
}
@media (max-width: 767px) {
  .filter-list a {
    font-size: 16px;
  }
}

.professional-list-banner {
  top: 8% !important;
  right: 6% !important;
}
.professional-list-container {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .professional-list-container {
    max-width: 100%;
  }
}
.professional-list-body {
  margin-top: 95px;
}
@media (max-width: 767px) {
  .professional-list-body {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .professional-list-body {
    margin-top: 40px;
  }
}
.professional-list-body.detail-list-body {
  margin-top: 127px;
}
@media (max-width: 767px) {
  .professional-list-body.detail-list-body {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .professional-list-body.detail-list-body {
    margin-top: 0;
  }
}
.professional-list--items {
  margin-bottom: 46px;
}
.professional-list--items__heading {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.4px;
  font-weight: 700;
  margin-bottom: 15px;
}
.professional-list--items__listing .row {
  margin-top: 4px;
}
.professional-list--items__listing .row:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .professional-list--items__listing .row {
    --bs-gutter-y: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffd300;
    min-width: 0;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .professional-list--items__listing .row > div {
    padding: 0;
  }
}
.professional-list--items__listing--head {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  word-break: break-word;
}
.professional-list--items__listing--head:hover {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .professional-list--items__listing--head {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .professional-list--items__listing--head {
    font-size: 18px;
  }
}
.professional-list--items__listing--text {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 30px;
  color: #000;
  word-break: break-word;
  width: 88px;
}
@media (max-width: 767px) {
  .professional-list--items__listing--text {
    font-size: 14px;
    width: auto;
  }
}

.professional-detail {
  border: 1px solid #ffd300;
  border-top: 10px solid #ffd300;
  position: relative;
  background-color: #fff;
  padding: 17px 35px;
}
@media (max-width: 575px) {
  .professional-detail {
    padding: 15px 20px;
  }
}
.professional-detail .user-detail {
  padding-right: 40px;
}
@media (max-width: 991px) {
  .professional-detail .user-detail {
    padding-right: 12px;
  }
}
.professional-detail--userInfo {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.professional-detail--userInfo__image {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 100%;
}
.professional-detail--userInfo__detail .name {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.4px;
  font-weight: 700;
  margin-bottom: 5px;
  word-break: break-word;
}
@media (max-width: 575px) {
  .professional-detail--userInfo__detail .name {
    font-size: 18px;
    line-height: 30px;
  }
}
.professional-detail--userInfo__detail .tel {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.36px;
}
@media (max-width: 575px) {
  .professional-detail--userInfo__detail .tel {
    font-size: 16px;
  }
}
.professional-detail--userInfo .id-initials {
  min-width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #cccccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 40px;
  line-height: 33px;
  margin-bottom: 0;
  font-weight: 300;
  padding: 13px 10px 20px;
}
.professional-detail--userProfile {
  padding-left: 110px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .professional-detail--userProfile {
    padding-left: 0;
  }
}
.professional-detail--userProfile__item {
  margin-bottom: 50px;
}
.professional-detail--userProfile__item h6 {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  font-weight: 500;
  position: relative;
}
.professional-detail--userProfile__item h6 span {
  background-color: #fff;
  position: relative;
  padding-right: 16px;
  z-index: 1;
  display: inline-block;
}
.professional-detail--userProfile__item h6::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #eeeeee;
  display: block;
  position: absolute;
  top: 50%;
}
.professional-detail--userProfile__item .occupations--item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.professional-detail--userProfile__item p,
.professional-detail--userProfile__item a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
  color: #000;
  text-decoration: none;
}
.professional-detail--userProfile__item p.item-label,
.professional-detail--userProfile__item a.item-label {
  min-width: 126px;
}
.professional-detail--userProfile__item p.desc,
.professional-detail--userProfile__item a.desc {
  letter-spacing: 1.6px;
  color: #333333;
  line-height: 26px;
}
.professional-detail--userProfile__item a:hover {
  text-decoration: underline;
}
.professional-detail--evaluation {
  border-left: 1px solid #ffd300;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .professional-detail--evaluation {
    border-left: 0;
    padding-left: 12px;
  }
}
.professional-detail--evaluation h6 {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.4px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .professional-detail--evaluation h6 {
    font-size: 18px;
  }
}
.professional-detail--evaluation--item {
  margin-bottom: 50px;
}
.professional-detail--evaluation--item .help--item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}
.professional-detail--evaluation--item .help--item__text .head {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
}
.professional-detail--evaluation--item .help--item__text .count {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.65px;
  font-weight: 700;
}
.professional-detail--evaluation--item .help--item__text .count span {
  font-size: 20px;
}
@media (max-width: 991px) {
  .professional-detail--evaluation--item .help--item__text .count {
    font-size: 22px;
  }
  .professional-detail--evaluation--item .help--item__text .count span {
    font-size: 16px;
  }
}
.professional-detail--evaluation--item .link-list a {
  color: #000;
  text-decoration: none;
  line-height: 22px;
  margin-bottom: 8px;
  display: block;
  word-break: break-word;
}
.professional-detail--evaluation--item .link-list a:hover {
  text-decoration: underline;
}
.professional-detail--evaluation--item .prev-next {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.professional-detail--evaluation--item .prev-next .page-btn {
  color: #ffd300;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #ffd300;
}
.professional-detail--evaluation--item .prev-next .page-btn:hover {
  opacity: 0.8;
}
.professional-detail--evaluation--item .prev-next .page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.header-underline {
  border-bottom: 2px solid #ffd300;
  line-height: 2;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .header-underline {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .header-underline {
    font-size: 18px;
  }
}

.about-text-img1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .about-text-img1 {
    width: 30%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .about-text-img1 {
    width: 35%;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  .about-text-img1 {
    width: 45%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .about-text-img1 {
    width: 200px;
    margin-bottom: 16px;
  }
}

.about-text-img2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .about-text-img2 {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .about-text-img2 {
    width: 55%;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  .about-text-img2 {
    width: 65%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .about-text-img2 {
    width: 300px;
    margin-bottom: 16px;
  }
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  line-height: 2.5;
  letter-spacing: 2px;
}
@media screen and (max-width: 992px) {
  .noto-serif {
    line-height: 2.2;
  }
}
@media screen and (max-width: 575px) {
  .noto-serif {
    line-height: 2;
    letter-spacing: 1.6;
  }
}

.refer-desc {
  letter-spacing: 1px;
  color: #333333;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.refer-notes {
  border: 1px solid #FFD300;
  padding: 16px 20px;
  margin-bottom: 70px;
  letter-spacing: 0.9px;
}
.refer-notes ul {
  list-style: none;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.refer-notes ul li {
  color: black;
  line-height: 1.5;
  font-weight: 500;
}

.refer-steps {
  margin-bottom: 40px;
}
.refer-steps-title {
  color: #333333;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 2px solid #ffd300;
  line-height: 2;
  margin-bottom: 25px;
}
.refer-steps-list-item {
  display: flex;
  margin-bottom: 20px;
  gap: 24px;
}
.refer-steps-list-item-sn {
  padding: 12px;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #ffd300;
  border-radius: 100%;
  text-align: center;
}
.refer-steps-list-item-sn p {
  font-size: 16px;
  font-weight: bold;
}
.refer-steps-list-item-sn .num {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.refer-steps-list-item-text {
  align-self: center;
  font-size: 20px;
  line-height: 1.6;
}
.refer-steps-list-item-text .title {
  font-weight: bold;
  line-height: inherit;
  font-size: inherit;
}
.refer-steps-list-item-text P {
  color: #333333;
}

@media screen and (min-width: 1440px) {
  .refer .login-top-btn {
    margin-top: 70px;
  }
}

.refer-btn {
  width: 100%;
  max-width: 423px;
  display: block;
  margin: auto;
}

.copy-btn {
  flex-shrink: 0;
  background-color: rgba(255, 211, 0, 0.5019607843);
  border-radius: 23px;
  padding: 6px 32px;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
}

.refer-code-title {
  color: #333333;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 3px solid #ffd300;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: bold;
}

.refer-id-title {
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.refer-id-code {
  display: flex;
  gap: 30px;
}
.refer-id-code input {
  background-color: #EEEEEE;
  height: 46px;
  color: #BBBBBB;
}
.refer-id-code input:focus {
  box-shadow: none;
  background-color: #EEEEEE;
}

.woan-points {
  margin-top: 46px;
}

.arrow-after {
  position: relative;
}
.arrow-after::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxMCIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjwhLS0hRm9udCBBd2Vzb21lIEZyZWUgNi41LjEgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UvZnJlZSBDb3B5cmlnaHQgMjAyMyBGb250aWNvbnMsIEluYy4tLT48cGF0aCBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4=");
  position: absolute;
  width: 20px;
  height: 20px;
  right: 25px;
}

@media screen and (max-width: 992px) {
  .refer-notes {
    margin-bottom: 50px;
  }
  .refer-desc,
  .refer-steps-list-item-text {
    font-size: 18px;
  }
  .refer-steps-list-item-sn .num {
    font-size: 26px;
  }
  .woan-points {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .refer-steps-list-item {
    gap: 16px;
  }
  .refer-steps-list-item-sn {
    padding: 10px;
    width: 60px;
    height: 60px;
  }
  .refer-steps-list-item-sn p {
    font-size: 12px;
  }
  .refer-notes {
    margin-bottom: 35px;
  }
  .refer-desc,
  .refer-steps-list-item-text {
    font-size: 16px;
  }
  .refer-steps-list-item-sn .num {
    font-size: 22px;
  }
  .refer-id-code {
    flex-direction: column;
  }
  .refer-id-code .copy-btn {
    margin: auto;
  }
}
.mobile-qna {
  padding: 40px 0 !important;
}
.mobile-qna-item {
  margin: 48px 0;
  position: relative;
}
.mobile-qna-item .item-header-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 6px;
  gap: 6px;
  z-index: 5;
  position: relative;
}
.mobile-qna-item .item-header-top img {
  width: 20px;
  height: 20px;
}
.mobile-qna-item .item-header .info {
  width: 100%;
  font-size: 12px;
  opacity: 0.3;
}
.mobile-qna-item .item-header .qna-type {
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 500;
  background-color: #ffd300;
  letter-spacing: 0.24px;
}
.mobile-qna-item .item-header .qna-type.pro {
  background-color: #000;
  color: #ffd300;
}
.mobile-qna-item .item-header .status-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-qna-item .item-header .status-content .status {
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 16px;
  flex-shrink: 0;
}
.mobile-qna-item .item-header .status-content .status.not-solved {
  color: #cccccc;
}
.mobile-qna-item .item-header .status-content .status.solved {
  color: #c60000;
}
.mobile-qna-item .item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.32px;
  margin-bottom: 14px;
  margin-top: 16px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mobile-qna-item .item-user-info {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  flex-grow: 1;
}
.mobile-qna-item .item-user-info .user-img {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  background-color: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.mobile-qna-item .item-user-info .user-img p {
  font-size: 40px;
  font-weight: 300;
  margin-top: -8px;
}
.mobile-qna-item .item-user-info .user-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.mobile-qna-item .item-user-info .user-content p {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
}
.mobile-qna-item .item-user-info .user-content .name-ellipsis {
  display: block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-qna-item .item-user-info .user-content .date {
  margin-top: 20px;
  font-size: 12px;
}
.mobile-qna-item .item-description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mobile-blog-community {
  padding: 40px 0;
}
.mobile-blog-community .blog-item {
  margin: 35px 0;
  position: relative;
}
.mobile-blog-community .item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.mobile-blog-community .item-header .item-user-info {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.mobile-blog-community .item-header .item-user-info .user-img {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  background-color: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.mobile-blog-community .item-header .item-user-info .user-img p {
  font-size: 40px;
  font-weight: 300;
  margin-top: -8px;
}
.mobile-blog-community .item-header .item-user-info .user-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.mobile-blog-community .item-header .item-user-info .user-content p {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
}
.mobile-blog-community .item-header .item-user-info .user-content p.name {
  width: 200px;
}
.mobile-blog-community .item-header .item-user-info .user-content .name-ellipsis {
  display: block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-blog-community .item-header .item-user-info .user-content span {
  white-space: nowrap;
}
.mobile-blog-community .item-header .item-user-info .user-content .date {
  margin-top: 20px;
  font-size: 12px;
}
.mobile-blog-community .item-header .fav-svg {
  width: 100%;
  height: 20px;
}
.mobile-blog-community .item-header .blog-liked svg path {
  fill: #ffd300;
  stroke: #ffd300;
}
.mobile-blog-community .item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.32px;
  margin: 18px 0;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mobile-blog-community .item-description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mobile-blog-community.community {
  background-color: #f8f8f8;
}
.mobile-blog-community.community .liked svg path {
  fill: #ffd300;
  stroke: #ffd300;
}
.mobile-event {
  padding: 40px 0;
}
.mobile-event .event-row {
  margin-top: 30px;
  --bs-gutter-y: 1.5rem;
}
.mobile-event .event-item {
  position: relative;
}
.mobile-event .event-item .event-header {
  position: relative;
}
.mobile-event .event-item .event-header img {
  border-radius: 0;
  height: 100%;
  aspect-ratio: 1.5;
  min-height: 127px;
  max-height: 127px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mobile-event .event-item .event-header .heart {
  position: absolute;
  top: 6px;
  right: 7px;
  background-color: #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.mobile-event .event-item .event-header .heart svg {
  max-width: 20px;
}
.mobile-event .event-item .event-header .heart.liked svg path {
  fill: #ffd300;
  stroke: #ffd300;
}
.mobile-event .event-item .event-header .event-dates {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 13px 8px;
  width: 85px;
}
.mobile-event .event-item .event-header .event-dates .actual-date {
  border-bottom: 2px solid #ffd300;
  padding-bottom: 7px;
  margin-bottom: 8px;
}
.mobile-event .event-item .event-header .event-dates .actual-date .day {
  font-size: 36px;
  letter-spacing: 0.72px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .mobile-event .event-item .event-header .event-dates .actual-date .day {
    line-height: 30px;
  }
}
.mobile-event .event-item .event-header .event-dates .actual-date .month-year {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  font-weight: 500;
}
.mobile-event .event-item .event-header .event-dates .place {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.mobile-event .event-item .event-content {
  padding-top: 6px;
}
.mobile-event .event-item .event-content .title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.28px;
  font-weight: 700;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mobile-event .event-item .event-content .title {
    font-size: 14px;
  }
}
.mobile-event .event-item .event-content .event-desc {
  font-size: 16px;
  letter-spacing: 0.28px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .mobile-event .event-item .event-content .event-desc {
    font-size: 14px;
  }
}
.mobile-event .event-item .event-content .event-type {
  background-color: #ffd300;
  padding: 2px 6px 4px;
  min-width: 69px;
  text-align: center;
  width: auto;
  display: inline-block;
  letter-spacing: 0.32px;
}
.mobile-article {
  padding: 40px 0;
}
.mobile-article .article-row {
  --bs-gutter-x: 13px;
}
.mobile-article .article-card {
  position: relative;
  margin-top: 30px;
}
.mobile-article .article-card img {
  aspect-ratio: 191/126;
}
.mobile-article .article-card .favorite {
  position: absolute;
  top: 7px;
  right: 10px;
  background-color: #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.mobile-article .article-card .favorite svg {
  max-width: 20px;
}
.mobile-article .article-card .favorite.liked svg path {
  fill: #ffd300;
  stroke: #ffd300;
}
.mobile-article .article-card .article-content {
  padding-top: 7px;
}
.mobile-article .article-card .article-content .title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.28px;
  font-weight: 700;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .mobile-article .article-card .article-content .title {
    font-size: 14px;
  }
}
.mobile-article .article-card .article-content .date,
.mobile-article .article-card .article-content .operator {
  font-size: 14px;
  letter-spacing: 0.36px;
}
@media (max-width: 575px) {
  .mobile-article .article-card .article-content .date,
  .mobile-article .article-card .article-content .operator {
    font-size: 12px;
  }
}
.mobile-article .article-card .article-type-sm {
  position: absolute;
  top: 0;
  left: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 0.32px;
  font-weight: 700;
  text-transform: uppercase;
}
.mobile-article .article-card .article-type-sm.new {
  background-color: #ffd300;
}
.mobile-article .article-card .article-type-sm.pr {
  background-color: #000;
  color: #ffd300;
}
.mobile-article .article-card.card-lg img {
  width: 100%;
  aspect-ratio: 395/262;
}
.mobile-article .article-card.card-lg .article-type {
  position: absolute;
  top: 0;
  left: 20px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 700;
  text-transform: uppercase;
}
.mobile-article .article-card.card-lg .article-type.new {
  background-color: #ffd300;
}
.mobile-article .article-card.card-lg .article-type.pr {
  background-color: #000;
  color: #ffd300;
}
.mobile-myscue {
  padding: 0 7px;
}

.myscue-mob {
  padding: 0;
}

@media (max-width: 768px) {
  #web {
    display: none;
  }
}

#mobile {
  display: none;
}
@media (max-width: 768px) {
  #mobile {
    display: block;
  }
}
