/* CSS Log - 2024/08/07 ver1.0.1 */

:root {
  --g-dark: #333333;
  --g-dark-2: #666;

  --g-grey: #D7D7D7;

  --g-green: #00A94F;
  --g-green-2: #0BC160;

  --g-red: #B91213;
}

.icw .g-clear-input {
  right: 76px;
}

.g-clear-input::after {
  font-family: 'iconavigation';
  content: "\e906";
  font-size: 13px;
  color: #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 5px;
}

.icw .g-search-button {
  min-width: 24px;
  width: fit-content;
  height: 24px;
  border-radius: 16px !important;
  padding: 0px 8px;
  background-color: var(--g-green) !important;
  color: #fff !important;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -12px !important;
  display: inline-block;
  border: unset;
  cursor: pointer;
}

.footer-main {
  padding-bottom: 0;
}

.g-container {
  padding: 32px 16px 24px;
}

#page {
  opacity: 1;
}

.header-top::before {
  opacity: 1;
  background: #00a850;
  background: -webkit-gradient(linear, left top, right top, from(#00a850), to(#61d699));
  background: linear-gradient(90deg, #00a850 0%, #61d699 100%);
  background-size: 100% auto;
}

html {
  font-family: kurious !important;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: visible;
  overflow-y: visible;
  overflow-x: hidden;
}

#g-page-search {
  font-family: kurious;
  min-height: calc(var(--vh, 1vh) * 100);
}

#g-page-search>.g-container {
  height: 100%;
}

#g-type-serach {
  font-size: 16px !important;
}

#g-type-serach.valid {
  border: 1px solid var(--g-red) !important;
}

.g-header {
  color: var(--g-green) !important;
  text-align: center;
  font-size: 28px !important;
  line-height: 42px !important;
  font-weight: 700 !important;
  margin-bottom: 32px !important;
  font-family: kurious !important;
}

.g-sum-result {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.g-text-result {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  color: var(--g-dark);
}

.g-text-result p {
  vertical-align: middle;
  display: inline-block;
  font-weight: 700;
  font-size: 33px;
  line-height: 36px;
  margin: 0;
}

.g-text-result h2 {
  display: inline-block;
  font-family: 'kurious';
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.g-sum {
  font-size: 13px;
  color: var(--g-dark-2);
}

.g-guess-text {
  font-size: 18px;
  line-height: 27px;
  color: var(--g-dark);
  margin-top: 8px;
}

.g-link-text {
  color: var(--g-green) !important;
  font-weight: 700;
  text-decoration: unset;
}

.g-link-text span {
  text-decoration: underline;
}

.g-box-link {
  display: block;
  text-decoration: unset;
  margin-bottom: 48px;
}

#g-recommend-result .g-box-link {
  margin-bottom: 16px;
}

.g-box-link:hover .g-head-link {
  text-decoration: underline;
}

.g-header-result {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--g-dark);
  margin-top: 32px;
  margin-bottom: 32px;
}

.g-img-link {
  border-radius: 8px;
  overflow: hidden;
  display: inline-flex;
  margin-bottom: 16px;
  width: 168px;
  min-width: 120px;
  height: 96px;
}

.g-head-link {
  color: var(--g-green);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.g-link-url {
  color: var(--g-dark-2);
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'kurious-looped';
  word-break: break-all;
}

.g-text-link {
  color: var(--g-dark-2);
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'kurious-looped';
  margin-bottom: 5px;
  text-overflow: ellipsis;
  height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.g-wrapper-btn {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 24px;
  position: relative;
}

.g-btn-green {
  background-color: var(--g-green);
  border-radius: 8px;
  color: #FFF !important;
  font-size: 16px;
  line-height: 48px;
  padding: 0 32px;
  font-weight: 600;
  display: inline-block;
  text-decoration: unset;
}

.g-btn-green:hover {
  background-color: var(--g-green-2);
}

.g-wrapper-btn .g-btn-green-default {
  margin-top: 16px;
}

.g-btn-green-default {
  background-color: var(--g-green);
  border-radius: 8px;
  color: #FFF !important;
  font-size: 16px;
  line-height: 40px;
  padding: 0 32px;
  font-weight: 600;
  display: inline-block;
  text-decoration: unset;
}

.g-total-result {
  font-size: 13px;
  line-height: 20px;
  color: var(--g-dark);
  font-weight: 600;
  display: block;
  margin-top: 24px;
}

#g-content-recorder .g-text-start {
  color: var(--g-dark);
}

#g-content-recorder {
  position: relative;
  height: 100%;
  width: 100%;
}

#g-content-recorder .g-sound-wave span {
  background-color: var(--g-green);
}

#g-content-recorder .g-pulse-ring {
  border: 1px solid var(--g-green);
  animation: pulsate-green infinite 1.5s;
}

#g-content-recorder .g-wrapper-mic i {
  background-color: rgba(0, 169, 79, 0.1);
  color: var(--g-green)
}

@-webkit-keyframes pulsate-green {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
    background: transparent;
  }

  100% {
    -webkit-transform: scale(1.3, 1.3);
    opacity: 0;
    background: var(--g-green);
  }
}

.g-dynamic-header h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  font-family: 'kurious';
  text-align: center;
  color: var(--g-green);
}

.g-desc {
  font-family: 'kurious-looped' !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--g-dark) !important;
  font-weight: 500 !important;
  text-align: center;
  margin-top: 16px !important;
}

.g-list-thumb {
  text-align: center;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 16px;
}

.g-link-thumb {
  text-align: center;
  margin-bottom: 16px;
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}

.g-img-thumb {
  border-radius: 8px;
  width: 96px;
  height: 96px;
  display: block;
  margin: 0 auto;
}

.g-text-thumb {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin: 0 auto;
  margin-top: 4px;
  color: var(--g-dark);
}

.g-content-default {
  margin-top: 16px;
}

.g-content-default .g-btn-green {
  font-size: 20px;
  margin-bottom: 32px;
}

.g-plan-text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'kurious-looped' !important;
  color: var(--g-dark);
  margin-top: 8px;
}

.g-plan-text-2 {
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  font-family: 'kurious' !important;
  color: var(--g-dark);
  margin-top: 8px;
}

.wrap-input-inner {
  /* padding: 9px 15px; */
  border: 1px solid var(--grey);
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #FFF;
  position: relative;
}

.wrap-input-inner.open {
  border: 1px solid var(--green);
}

.g-all-box {
  position: relative;
}

.g-load-div {
  display: block;
  width: 36px;
  height: 30px;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -18px;
}

.g-loader {
  border: 5px solid #ccc;
  border-radius: 100%;
  border-top: 5px solid #00a950;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2000ms linear infinite;
  animation: spin 2000ms linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@media screen and (min-width: 768px) {
  .g-header {
    font-size: 42px !important;
    line-height: 63px !important;
  }

  #g-content-recorder {
    height: calc(100vh - 280px) !important;
  }

  .g-sum-result {
    align-items: center;
  }

  .g-wrapper-btn.load-more {
    display: flex;
    align-items: center;
  }

  .g-total-result {
    margin-top: 0;
    margin-left: 32px;
  }

  .g-plan-text {
    display: inline-block;
  }

  .g-plan-text-2 {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  #g-defult-result {
    margin-top: 40px;
  }

  .g-content-default .g-btn-green {
    margin-bottom: 24px;
  }

  .g-wrapper-contact .g-plan-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--g-dark);
    margin-top: 0;
    font-family: 'kurious' !important;
  }

  .g-wrapper-contact {
    margin-top: 8px;
  }

  .g-wrapper-contact i {
    display: none;
  }

  .g-wrapper-btn .g-btn-green-default {
    margin-top: 0;
    color: var(--g-dark) !important;
    background: transparent;
    padding: 0;
    font-size: 20px;
  }

  .g-box-link {
    display: flex;
  }

  .g-img-link {
    margin-right: 24px;
  }

  .g-dynamic-header h2 {
    font-size: 33px;
    line-height: 40px;
  }

  .g-plan-text-2 {
    font-family: 'kurious-looped' !important;
  }

  .g-text-link {
    height: auto;
    -webkit-line-clamp: 2;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}


/* ################################## */

.sc-backbar {
  background: #F8F8FA;
  padding: 11px 0;
  display: none;
}

.ccpromo .sc-backbar {
  display: block;
}

.icw .txt-back {
  font-size: 13px;
  font-weight: 600;
  /* margin-top: 10px; */
  text-align: left;
}

.icw .txt-back span {
  margin-left: 8px;
}

.icw .txt-back i {
  font-size: 8px;
  /* margin-left: 8px; */
}

.icw .flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  display: inline-block;
}

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

.icw .text-green {
  color: #00a94f !important;
}

.open-search-api i {
  font-size: 16px !important;
  position: relative;
  top: 2px;
}

.open-search-api span {
  margin-left: 4px !important;
  text-decoration: underline !important;
}

.g-link-date {
  color: var(--g-dark-2);
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'kurious-looped';
  word-break: break-all;
}

.ccpromo .g-img-link {
  margin-bottom: 0;
  width: auto;
}

.ccpromo .g-box-link {
  margin-bottom: 0 !important;
  align-items: center;
}

.ccpromo .g-wrapper-btn {
  padding-top: 40px;
}

.ccpromo .g-header-result {
  display: none;
}

.ccpromo .g-header-result2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  font-weight: 700;
  color: var(--g-dark);
  margin-top: 30px;
  margin-bottom: 16px;
}

.ccpromo #g-all-result .g-header-result2 {
  margin-top: 40px;
}

.ccpromo #g-promotion,
.ccpromo #g-result,
.ccpromo #g-result-rec {
  display: grid;
  grid-template-columns: 47% 47%;
  column-gap: 16px;
  row-gap: 24px;
}

.ccpromo #g-all-rec {
  background: #fafafa;
  padding-bottom: 24px;
}

.ccpromo .g-head-link {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333;
  text-overflow: ellipsis;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.icw .ccpromo .icon-empty {
  max-width: 80px;
  width: 100%;
  /* display: block;
  margin: auto; */
}

.sc-empty-promotion {
  background: #ffffff;
  display: none;
}

.ccpromo .sc-empty-promotion {
  display: block;
}

.sc-empty-promotion.-head .sc-inner {
  padding: 24px 0;
}

.sc-empty-promotion .sc-content-head {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.sc-empty-promotion.-rec .box-thumb {
  box-shadow: 0px 1px 3px 0px #0000001A;
}

.nw {
  white-space: nowrap !important;
}

.icw .ccpromo .sc-empty-promotion .subtitle {
  color: #333 !important;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  width: min-content;
}

.sc-empty-promotion * {
  font-family: kurious !important;
}

.ccpromo * {
  font-family: 'kurious-looped' !important;
}


.ccpromo .ic-nvg {
  font-family: 'iconavigation' !important;
}

.icw .ccpromo .g-search-button {
  font-weight: 500;
  display: none;
}

.icw .ccpromo .g-clear-input {
  right: 16px;
}

.ccpromo .g-header {
  font-size: 24px !important;
}

@media screen and (min-width: 768px) {

  .ccpromo .g-header {
    font-size: 42px !important;
  }

  .ccpromo .g-box-link {
    margin-bottom: 24px !important;
  }
  .ccpromo .g-header-result2 {
    font-size: 26px;
  }

  .ccpromo .g-header-result2 {
    margin-top: 32px;
  }

  .ccpromo #g-all-result .g-header-result2 {
    margin-top: 48px;
  }

  .ccpromo .g-img-link {
    width: 168px;
  }

  .ccpromo #g-promotion,
  .ccpromo #g-result,
  .ccpromo #g-result-rec {
    display: block;
  }

  .ccpromo .g-head-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    color: #00A94F;

    height: 27px;
    -webkit-line-clamp: 1;
  }


  .icw .ccpromo .icon-empty {
    max-width: 120px;
  }

  .icw .ccpromo .sc-empty-promotion .subtitle {
    font-size: 26px;
    width: fit-content;
  }

  .sc-empty-promotion .sc-content-head {
    gap: 32px;
  }

  .sc-empty-promotion.-head .sc-inner {
    padding: 32px 0;
  }

  .ccpromo .g-wrapper-btn {
    padding-top: 8px;
  }
  
}

@media screen and (min-width: 1024px) {

  .icw .ccpromo .g-search-button {
    display: inline-block;
  }

  .icw .ccpromo .g-clear-input {
    right: 76px;
  }

  .icw .txt-back {
    font-size: 16px;
  }

  .sc-backbar {
    /* margin-bottom: 56px; */
    background: #fff;
    margin-top: 24px;
  }
}

/* ######### rl ############# */
#navigation-widgets.box-widgets.stand-alone {
  z-index: 9999;
  bottom: 50px;
}

.section-rl {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #646464;
  padding: 8px 16px;
  color: #FFF;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  z-index: 9999;
  font-weight: 500;
}

.section-rl p {
font-family: "kurious-looped" !important;
}

.section-rl.slow-down {
  bottom: 0 !important;
}

.section-rl p {
  font-size: inherit !important;
  margin-bottom: 0;
}

.has-rl {
    margin-bottom: 46px;
}


/* @media screen and (max-width: 359px) {
  .section-rl br {
      display: none;
  }
}

@media screen and (min-width: 361px) {
  .section-rl br {
      display: none;
  }
} */

@media screen and (min-width: 768px) {
  .has-rl {
      margin-bottom: 31px;
  }
}

@media screen and (min-width: 1140px) {
  .section-rl {
      font-size: 13px;
      line-height: 20px;
      padding: 10px 16px;
  }  
  .has-rl {
      margin-bottom: 40px;
  }
}
/* ######### end rl ######## */

.ccpromo .g-img-link img {
  object-fit: cover;
}

#navigation-header .action-search .header-contact-search,
#navigation-header .ic-nav-icon_search {
    display: none;
}