/* Layout start */
body {
  -webkit-font-smoothing: antialiased;
}
body.no-scroll {
  overflow: hidden;
}
.header {
  padding: 14px 24px;
}
.header-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  background-image: unset;
  background-repeat: unset;
  background-size: unset;
  background-position: unset;
  width: unset;
  height: unset;
}
.header-logo img {
  max-height: 18px;
}
.header-explore,
.header-action {
  display: none;
}
.header-explore {
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.header-dropdown {
  position: relative;
}
.header-dropdown-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s all ease;
}
.header-dropdown-button span {
  line-height: 26px;
  letter-spacing: -0.5px;
}
.header-dropdown-button:hover {
  background-color: rgb(247, 247, 248);
}
.header-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 7px;
  width: 312px;
  padding: 8px;
  border-radius: 16px;
  box-shadow: 0px 2px 4px 0px #0000001a;
  background-color: white;
}
.header-dropdown-button:hover + .header-dropdown-content,
.header-dropdown-content:hover {
  display: block;
}
.dropdown-content-wrap {
  display: flex;
  flex-direction: column;
}
.dropdown-link-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  letter-spacing: -0.5px;
  transition: 0.3s all ease;
}
.dropdown-link-item:hover {
  background-color: #f7f7f8;
}
.link-icon {
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #f7f7f8;
}
.link-title {
  font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #171719;
}
.link-desc {
  display: inline-block;
  font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #7b7e85;
}
.header-action {
  gap: 8px;
  align-items: center;
}
.action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 118px;
  padding: 9px 15px;
  font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border: 1px solid;
  border-radius: 24px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px 0px;
  transition: 0.3s all ease;
}
.button-contact {
  color: rgb(123, 126, 133);
  border-color: rgb(230, 231, 233);
}
.button-contact:hover {
  background-color: rgb(247, 247, 248);
}
.button-store {
  min-height: 48px;
  position: relative;
  border-color: rgb(15, 15, 16);
}
.header-action .button-store {
  border: 0;
}
.button-animate-1 {
  background: radial-gradient(25% 35.5245% at var(--x, 50%) var(--y, 50%), rgb(255, 25, 110) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  inset: 0;
  border-radius: 24px;
  --x: 50%;
  --y: 50%;
  z-index: 0;
  pointer-events: none;
  filter: blur(16px);
}

.button-animate-2 {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  --x: 50%;
  --y: 50%;
  background: radial-gradient(18.578% 46.3618% at var(--x) var(--y), rgba(255, 25, 110, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
  pointer-events: none;
}

.button-animate-3 {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: 2;
  background-color: rgb(15, 15, 16);
  border-radius: 999px;
  color: #fff;
  background-image: url('/image/logo/azoo.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.header-menu-button {
  display: block;
}

.footer {
  padding: 40px 16px;
  background-color: rgb(247, 247, 248);
}
.footer-container {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.footer-logo {
  padding-left: 0;
}
.footer-logo svg {
  width: 142px;
  height: 24px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.footer-top p {
  font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
.footer-action-title {
  color: #171719;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.footer-action-item a {
  font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
  color: #7b7e85;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 2px;
  padding-top: 15px;
  border-top: 1px solid rgb(230, 231, 233);
}
.footer-social {
  display: flex;
  column-gap: 8px;
}
.social-wrap {
  padding: 8px;
  border-radius: 50%;
  background-color: rgb(162, 164, 170);
}
.social-wrap svg {
  width: 18px;
  height: 18px;
}
.footer-glossary .breadcrumbs-list ol.breadcrumb {
  gap: 4px;
}
.footer-glossary .breadcrumbs-list .breadcrumb-item span,
.footer-glossary .breadcrumbs-list .breadcrumb-item a,
.footer-glossary .breadcrumbs-list .breadcrumb-item.active span {
  display: block;
  padding: 0;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #7b7e85;
  letter-spacing: -0.5px;
}
.footer-glossary .breadcrumbs-list .breadcrumb-item:hover {
  background-color: transparent;
}
.footer-copyright {
  margin-top: 0;
}
.footer-copyright p,
.footer-policy {
  font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
  color: rgb(123, 126, 133);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 575px) {
  .footer-right,
  .footer-company-info {
    flex-direction: row;
  }
  .footer-top p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-right {
    column-gap: 16px;
  }
  p.footer-action-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .footer-action-list {
    gap: 4px;
  }
  .footer-action-item a {
    font-size: 16px;
  }
  .footer-glossary .breadcrumbs-list .breadcrumb-item span,
  .footer-glossary .breadcrumbs-list .breadcrumb-item a,
  .footer-glossary .breadcrumbs-list .breadcrumb-item.active span {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-copyright p,
  .footer-policy {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding: 20px 24px;
  }
  .header .header-wrap {
    min-height: 48px;
  }
  .header-logo img {
    max-height: 24px;
  }
  .footer {
    padding: 64px 24px;
  }
  .footer-container {
    row-gap: 40px;
  }
  .menu-wrap {
    gap: 24px !important;
  }
  .menu-wrap .menu-logo img {
    max-height: 24px;
  }
  .menu-link-wrap {
    gap: 10px !important;
  }
  .menu-link-item .menu-title {
    font-size: 16px;
    line-height: 24px;
  }
  .menu-link-item .menu-link {
    font-size: 18px;
    line-height: 26px;
  }
  .menu-action {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .header-logo img {
    max-height: 28px;
  }
  .header-explore,
  .header-action {
    display: flex;
  }
  .header-menu-button {
    display: none;
  }
  .footer {
    padding: 80px 40px;
  }
  .footer-container {
    row-gap: 64px;
  }
  .footer-logo svg {
    width: 165px;
    height: 28px;
  }
  .footer-top {
    flex-direction: row;
  }
  .footer-top p {
    font-size: 18px;
    line-height: 26px;
  }
  .social-wrap {
    padding: 10px;
  }
  .social-wrap svg {
    width: 20px;
    height: 20px;
  }
  .footer-action-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .footer-action-list {
    row-gap: 8px;
  }
  .footer-action-item a {
    font-size: 18px;
    line-height: 26px;
  }
  .footer-bottom {
    row-gap: 4px;
  }
  .page-hero {
    margin-top: 89px !important;
  }
}
.fullscreen-menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  background: white;
  z-index: 1000;
  transition: top 0.3s ease;
}

.fullscreen-menu.show {
  top: 0;
}
.menu-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.fullscreen-menu .close-button {
  position: absolute;
  top: 0;
  right: 0;
}
.menu-logo {
  display: flex;
  align-items: center;
  align-self: flex-start;
  min-height: 24px;
}
.menu-logo img {
  max-height: 18px;
}
.menu-link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 4px;
}
.menu-link-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}
.menu-title {
  font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgb(123, 126, 133);
}
.menu-link {
  padding: 4px 8px;
  border-radius: 8px;
  font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 24px;
  color: rgb(23, 23, 25);
  transition: 0.3s all ease;
}
.menu-link:hover {
  background-color: rgb(247, 247, 248);
}
.menu-action {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px;
}
.menu-action .action-button {
  width: 100%;
  line-height: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.menu-action .action-button.button-store {
  min-height: 40px;
}
.menu-action .action-button.button-store img {
  max-height: 16px;
}
.menu-action .button-store {
  background: rgb(15, 15, 15);
}
/* Layout end */

.glossary-main * {
  font-family: 'DM Sans', sans-serif;
  scroll-behavior: smooth;
}
@media screen and (max-width: 640px) {
  .glossary-main {
    margin-top: 0;
  }
}
.page-hero {
  margin-top: 53px;
  padding: 80px 0 96px;
  background-position: center center;
  background-size: cover;
  background-image: url('../image/sub/img-glossary_hero.jpg');
}
.page-hero .title {
  font-size: 64px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -2%;
  color: #fff;
}
.page-hero .description {
  max-width: 960px;
  margin-top: 8px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  .page-hero {
    padding: 64px 16px;
  }
  .page-hero .title {
    font-size: 48px;
    line-height: 56px;
  }
  .page-hero .description {
    font-size: 18px;
    line-height: 28px;
  }
}

.keylink {
  position: sticky;
  top: 0px;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  vertical-align: top;
  padding: 8px 40px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  z-index: 98;
  -webkit-transition: all 0.5s;
  overflow: hidden;
}
.keylink .key {
  display: grid;
  grid-template-columns: repeat(26, auto);
  grid-auto-flow: row;
  margin: 0 auto;
}
.keylink .key li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.keylink .key .link-alphabet {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40px;
  height: 40px;
  text-decoration: none;
  color: #666666;
}
.keylink .key .link-alphabet:hover {
  background-color: #f5f5f5;
  border-radius: 4px;
}
.keylink .key .disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.keylink .key .label {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .keylink {
    padding: 8px 16px;
  }
  .keylink .key {
    grid-template-columns: repeat(14, auto);
  }
}
@media screen and (max-width: 768px) {
  .keylink {
    padding: 8px 0;
  }
  .keylink .key {
    grid-template-columns: repeat(9, auto);
  }
}

.glossary-index {
  margin-bottom: 80px;
}
.glossary-index__list {
  display: grid;
  grid-template-columns: minmax(auto, 280px) 1fr;
  grid-template-rows: auto;
  padding: 48px 16px;
  border-bottom: 1px solid #ddd;
}
.glossary-index__list:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1280px) {
  .glossary-index__list {
    grid-template-columns: minmax(auto, 240px) 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .glossary-index__list {
    grid-template-columns: minmax(auto, 120px) 1fr;
  }
}
@media screen and (max-width: 640px) {
  .glossary-index__list {
    padding: 24px 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.glossary-index__aside .alphabet {
  padding-top: 24px;
  font-size: 64px;
  line-height: 80px;
  color: #666;
}
@media screen and (max-width: 640px) {
  .glossary-index__aside .alphabet {
    padding: 16px;
    font-size: 48px;
    line-height: 56px;
  }
}
.glossary-index__item {
  display: block;
  margin-bottom: 16px;
  padding: 24px 24px 28px 24px;
  border-radius: 16px;
}
.glossary-index__item:hover {
  background-color: #f5f5f5;
}
.glossary-index__item .word {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.4px;
  color: #222;
}
.glossary-index__item .definition {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  margin-top: 8px;
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
@media screen and (max-width: 640px) {
  .glossary-index__item {
    padding: 16px;
    border-radius: 0;
  }
  .glossary-index__item .word {
    font-size: 28px;
    line-height: 34px;
  }
  .glossary-index__item .definition {
    font-size: 16px;
    line-height: 26px;
    -webkit-line-clamp: 3;
  }
}
.glossary-contents {
  padding-top: 16px;
  padding-right: 80px;
  padding-left: 16px;
  width: 100%;
}
.glossary-contents__header {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.4px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .glossary-contents__header {
    font-size: 32px;
    line-height: 40px;
  }
}
.glossary-contents .description {
  margin-top: 12px;
  font-size: 20px;
  line-height: 32px;
  color: #222;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .glossary-contents .description {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .glossary-contents {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .glossary-contents {
    padding-right: 16px;
  }
}
@media screen and (max-width: 640px) {
  .glossary-contents {
    padding: 0 16px;
  }
}

.glossary-sidebar {
  padding: 16px;
}
.glossary-sidebar__contents {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}
.glossary-sidebar__header {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #222;
}
@media screen and (max-width: 1024px) {
  .glossary-sidebar__header {
    font-size: 16px;
    line-height: 18px;
  }
}
.glossary-sidebar__card {
  margin-bottom: 16px;
  padding: 24px;
  width: 320px;
  border: 1px solid #ddd;
  border-radius: 24px;
}
.glossary-sidebar__card:hover {
  background-color: #f5f5f5;
}
@media screen and (max-width: 1280px) {
  .glossary-sidebar__card {
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .glossary-sidebar__card {
    width: 100%;
  }
}
.glossary-sidebar__card_title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.glossary-sidebar__card_desc {
  margin-top: 4px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .glossary-sidebar__card_desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .glossary-sidebar {
    padding: 64px 16px 16px 16px;
  }
}
@media screen and (max-width: 640px) {
  .glossary-sidebar {
    padding: 64px 16px 16px;
  }
}

.contents-wrapper {
  margin: 120px 0;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 640px) {
  .contents-wrapper {
    margin: 80px 0 24px;
  }
}

.glossary-cta {
  margin: 80px 16px 56px;
  padding: 64px 40px;
  background-position: center center;
  background-size: cover;
  background-image: url('../image/sub/img-contents_cta.jpg');
  border-radius: 40px;
}
.glossary-cta .message {
  max-width: 640px;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .glossary-cta {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .glossary-cta .message {
    font-size: 24px;
    line-height: 32px;
  }
}
.glossary-cta .btn-cta {
  margin-top: 16px;
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  background-color: #fff;
  border-radius: 20px;
  color: #222;
}
.glossary-cta .btn-cta:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .glossary-cta .btn-cta {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 640px) {
  .glossary-cta .title {
    font-size: 48px;
    line-height: 56px;
  }
  .glossary-cta .description {
    font-size: 18px;
    line-height: 28px;
  }
}

.service,
.posts {
  margin: 0 16px;
  padding: 40px 0 56px;
  border-top: 1px solid #ddd;
}
.service .title,
.posts .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #222;
}
.service__row,
.service__col-3,
.posts__row,
.posts__col-3 {
  display: grid;
  gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .service__row,
  .service__col-3,
  .posts__row,
  .posts__col-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .service__row,
  .service__col-3,
  .posts__row,
  .posts__col-3 {
    grid-template-columns: 1fr;
  }
}
.service__card,
.posts__card {
  display: flex;
  flex-direction: column;
}
.service__thumbnail,
.posts__thumbnail {
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.service__thumbnail img,
.posts__thumbnail img {
  aspect-ratio: 426 / 320;
  object-fit: cover;
  transition: 0.4s ease;
}
.service__card:hover .service__thumbnail img,
.posts__card:hover .posts__thumbnail img {
  transform: scale(1.06);
  transition: 0.4s ease;
}
.service__info,
.posts__info {
  margin-top: 8px;
  padding: 0 6px;
}
.service__info .title,
.posts__info .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #222;
}
.service__info .description,
.posts__info .description {
  color: #666;
}
@media screen and (max-width: 640px) {
  .service__info .description,
  .posts__info .description {
    font-size: 14px;
  }
}
.service__col-3,
.posts__col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .service__col-3,
  .posts__col-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .service__col-3,
  .posts__col-3 {
    grid-template-columns: 1fr;
  }
}
