menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
img,
video {
  height: auto;
  max-width: 100%;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-feature-settings: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: Noto Sans Display, "Noto Sans Display Fallback: Arial";
  line-height: inherit;
  margin: 0;
}
:root {
  --header-height: 4rem;
}
.g-header {
  position: relative;
  top: 0;
  z-index: 50;
  margin-bottom: -1px;
  border-bottom-width: 1px;
  border-color: #e5e7eb;
  border-style: none;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
}
.g-header .container {
  width: 100%;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  max-width: 1216px;
  height: var(--header-height);
}
@media (min-width: 640px) {
  .g-header .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .g-header .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.g-header .container .logos {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  margin-left: -0.9rem;
}
@media (min-width: 1024px) {
  .g-header .container .logos {
    flex: 0 1 auto;
  }
}
.g-header .container .logos a {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.g-header .container .logos a .logo {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/logo.svg);
}
.g-header .container .rightWrap {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1024px) {
  .g-header .container .rightWrap {
    flex: 1 1 0%;
  }
}
.g-header .container .rightWrap .nav {
  display: none;
  column-gap: 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .g-header .container .rightWrap .nav {
    display: flex;
  }
}
.g-header .container .rightWrap .nav li {
  position: relative;
}
.g-header .container .rightWrap .nav li a {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #44403c;
}
.g-header .container .rightWrap .nav li a:hover {
  color: #eab308;
}
.g-header .container .rightWrap .nav li a.active {
  color: #eab308;
}
.g-header .container .rightWrap .mobileNav {
  display: none;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: var(--header-height);
  z-index: 1000;
  background-color: white;
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .g-header .container .rightWrap .mobileNav {
    display: none;
  }
}
.g-header .container .rightWrap .mobileNav li {
  width: 100%;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.g-header .container .rightWrap .mobileNav li a {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #78716c;
}
.g-header .container .rightWrap .mobileNav li a:hover {
  color: #eab308;
}
.g-header .container .rightWrap .tools {
  display: flex;
}
.g-header .container .rightWrap .tools .searchBtn {
  padding: 0.375rem;
  border-radius: 0.375rem;
  cursor: pointer;
  color: #eab308;
  margin-right: 1.5rem;
}
.g-header .container .rightWrap .tools .searchBtn:hover {
  background-color: #fefce8;
}
.g-header .container .rightWrap .tools .searchBtn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.g-header .container .rightWrap .tools .menusBtn {
  padding: 0.375rem;
  border-radius: 0.375rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .g-header .container .rightWrap .tools .menusBtn {
    display: none;
  }
}
.g-header .container .rightWrap .tools .menusBtn:hover {
  background-color: #f9fafb;
}
.g-header .container .rightWrap .tools .menusBtn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.g-footer {
  margin-top: 6rem;
}
.g-footer .copyrightBox {
  background-color: #854d0e0d;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.g-footer .copyrightBox .medias {
  width: 100%;
  display: flex;
  column-gap: 0.375rem;
  justify-content: center;
  align-items: center;
}
.g-footer .copyrightBox .medias a {
  display: inline-flex;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  column-gap: 0.375rem;
  align-items: center;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #374151;
}
.g-footer .copyrightBox .medias a:hover {
  background-color: #f9fafb;
}
.g-footer .copyrightBox .medias a .icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.g-footer .copyrightBox .medias a .icon.x {
  background-image: url(../img/media-x.svg);
}
.g-footer .copyrightBox .medias a .icon.github {
  background-image: url(../img/media-github.svg);
}
.g-footer .copyrightBox .medias a .icon.linkin {
  background-image: url(../img/media-linkin.svg);
}
.g-footer .copyrightBox .privacy {
  width: 100%;
  display: flex;
  margin-top: 0.75rem;
  justify-content: center;
  align-items: center;
  color: #78716c;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.g-footer .copyrightBox .privacy a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.g-footer .copyrightBox .copyright {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #78716c;
  margin-top: 0.75rem;
}
.g-colNewsBox {
  place-self: start;
  position: relative;
  border-radius: 0.5rem;
  cursor: pointer;
}
.g-colNewsBox:hover .overflow img {
  transform: scale(1.05);
  transition: ease-in 200ms;
}
.g-colNewsBox.small .overflow img {
  height: 12rem;
}
.g-colNewsBox.small h3 {
  font-size: 1.25rem;
  line-height: 1.35rem;
}
.g-colNewsBox .overflow {
  overflow: hidden;
  border-radius: 0.5rem;
}
.g-colNewsBox .overflow img {
  object-fit: cover;
  width: 100%;
  height: 20rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 1024px) {
  .g-colNewsBox .overflow img {
    height: 13rem;
  }
}
.g-colNewsBox h3 {
  margin-top: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.g-colNewsBox .desc {
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-colNewsBox .bottom {
  margin-top: 0.8rem;
  width: 100%;
}
.g-colNewsBox .bottom dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #44403c;
}
.g-colNewsBox .bottom dl .sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}
.g-colNewsBox .bottom dl .headBox {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.g-colNewsBox .bottom dl .headBox .head {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.g-colNewsBox .bottom dl .headBox .head img {
  border-radius: 9999px;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.g-rowNewsBox {
  position: relative;
  border-radius: 0.5rem;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: center;
  cursor: pointer;
}
.g-rowNewsBox:hover .overflow img {
  transform: scale(1.05);
  transition: ease-in 200ms;
}
.g-rowNewsBox .overflow {
  overflow: hidden;
  grid-column: span 2 / span 2;
}
.g-rowNewsBox .overflow img {
  border-radius: 0.375rem;
  object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  aspect-ratio: 16/9;
}
.g-rowNewsBox .colBox {
  grid-column: span 3 / span 3;
}
.g-rowNewsBox .colBox h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-rowNewsBox .colBox .desc {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #78716c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-guideBtn {
  display: inline-flex;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  column-gap: 0.625rem;
  align-items: center;
  border-radius: 0.375rem;
  background-color: #fafaf9;
  border: 1px solid #e7e5e4;
}
.g-guideBtn:hover {
  background-color: #f5f5f4;
}
.g-guideBtn .icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/arrow-right.svg);
}
.g-searchBox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(231, 229, 228, 0.75);
  display: none;
}
.g-searchBox .mask {
  position: absolute;
  width: 100%;
  height: 100%;
}
.g-searchBox .wrapperBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-searchBox .wrapperBox .dialog {
  display: flex;
  position: relative;
  flex-direction: column;
  border-radius: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
@media (min-width: 640px) {
  .g-searchBox .wrapperBox .dialog {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
    max-width: 48rem;
    height: 28rem;
  }
}
.g-searchBox .wrapperBox .dialog .topSearch {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  border-bottom: 1px solid #f5f5f4;
}
.g-searchBox .wrapperBox .dialog .topSearch .searchIcon {
  color: #a8a29e;
  margin-right: 1rem;
}
.g-searchBox .wrapperBox .dialog .topSearch .searchIcon svg {
  width: 1.2rem;
  height: 1.2em;
}
.g-searchBox .wrapperBox .dialog .topSearch .searchInput {
  padding-left: 1rem;
  padding-right: 1rem;
  border-width: 0;
  width: 100%;
  color: #111827;
  background-color: transparent;
  height: var(--header-height);
  outline: none;
}
@media (min-width: 640px) {
  .g-searchBox .wrapperBox .dialog .topSearch .searchInput {
    height: 3rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.g-searchBox .wrapperBox .dialog .topSearch .closeIcon {
  color: #44403c;
  cursor: pointer;
  padding: 0.375rem;
  border-radius: 0.375rem;
}
.g-searchBox .wrapperBox .dialog .topSearch .closeIcon:hover {
  background: #fafaf9;
}
.g-searchBox .wrapperBox .dialog .topSearch .closeIcon svg {
  width: 1.2rem;
  height: 1.2em;
}
.g-searchBox .wrapperBox .dialog .searchList {
  padding-top: 0.375rem;
  overflow-y: auto;
}
.g-searchBox .wrapperBox .dialog .searchList .item {
  display: flex;
  position: relative;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  gap: 0.5rem;
  align-items: center;
  border-radius: 0.375rem;
  cursor: pointer;
  user-select: none;
}
.g-searchBox .wrapperBox .dialog .searchList .item:hover {
  background-color: #f5f5f4;
}
.g-searchBox .wrapperBox .dialog .searchList .item .icon {
  color: #a8a29e;
}
.g-searchBox .wrapperBox .dialog .searchList .item .icon svg {
  width: 1.25em;
  height: 1.25em;
}
.g-searchBox .wrapperBox .dialog .searchList .item .texts {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  min-width: 0;
  font-size: 0.875rem;
}
.g-searchBox .wrapperBox .dialog .searchList .item .texts .name {
  flex: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80vw;
}
@media (min-width: 640px) {
  .g-searchBox .wrapperBox .dialog .searchList .item .texts .name {
    max-width: 40rem;
  }
}
.g-searchBox .wrapperBox .dialog .searchList .item .texts .desc {
  color: #9ca3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
@media (min-width: 640px) {
  .g-searchBox .wrapperBox .dialog .searchList .item .texts .desc {
    display: inline;
  }
}
.g-searchBox .wrapperBox .dialog .searchList .emptyBox {
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  flex-direction: column;
  flex: 1 1 0%;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 640px) {
  .g-searchBox .wrapperBox .dialog .searchList .emptyBox {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.g-searchBox .wrapperBox .dialog .searchList .emptyBox .icon {
  margin-bottom: 1rem;
  color: #9ca3af;
}
.g-searchBox .wrapperBox .dialog .searchList .emptyBox .icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.g-searchBox .wrapperBox .dialog .searchList .emptyBox .tips {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  color: #111827;
}
.indexPage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indexPage .midNews {
  display: grid;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: column;
  max-width: 1216px;
  padding-top: 2rem;
  padding-bottom: 6rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 4rem;
}
@media (min-width: 640px) {
  .indexPage .midNews {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    row-gap: 6rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .indexPage .midNews {
    padding-left: 2rem;
    padding-right: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.indexPage .midNews .rightList {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.indexPage .latestNews {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: column;
  gap: 4rem;
  max-width: 1216px;
}
@media (min-width: 640px) {
  .indexPage .latestNews {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    row-gap: 6rem;
  }
}
@media (min-width: 1024px) {
  .indexPage .latestNews {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.indexPage .latestNews .topTitle {
  display: flex;
  justify-content: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #111827;
}
@media (min-width: 640px) {
  .indexPage .latestNews .topTitle {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .indexPage .latestNews .topTitle {
    font-size: 3rem;
    line-height: 1;
  }
}
.indexPage .latestNews .list {
  display: grid;
  padding: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  border-radius: 0.5rem;
  background-color: rgba(133, 77, 14, 0.05);
}
@media (min-width: 768px) {
  .indexPage .latestNews .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .indexPage .latestNews .list {
    padding: 3rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .indexPage .latestNews .list {
    margin: -3rem;
  }
}
.indexPage .theyTrustUs {
  display: grid;
  padding-left: 1rem;
  padding-right: 1rem;
  gap: 4rem;
  max-width: 1216px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 640px) {
  .indexPage .theyTrustUs {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    row-gap: 6rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .indexPage .theyTrustUs {
    padding-left: 2rem;
    padding-right: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}
.indexPage .theyTrustUs .leftBox h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #111827;
}
@media (min-width: 640px) {
  .indexPage .theyTrustUs .leftBox h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .indexPage .theyTrustUs .leftBox h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
.indexPage .theyTrustUs .leftBox .desc {
  margin-top: 1.5rem;
  color: #4b5563;
  margin-bottom: 2rem;
}
.indexPage .theyTrustUs .rightList {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.indexPage .neverSeen {
  display: grid;
  padding-left: 1rem;
  padding-right: 1rem;
  gap: 4rem;
  max-width: 1216px;
}
@media (min-width: 640px) {
  .indexPage .neverSeen {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    row-gap: 6rem;
  }
}
@media (min-width: 1024px) {
  .indexPage .neverSeen {
    padding-left: 2rem;
    padding-right: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}
.indexPage .neverSeen .titleBox h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #111827;
}
@media (min-width: 640px) {
  .indexPage .neverSeen .titleBox h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .indexPage .neverSeen .titleBox h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
.indexPage .neverSeen .titleBox .desc {
  margin-top: 1.5rem;
  color: #4b5563;
  margin-bottom: 2rem;
}
.categoryListPage {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .categoryListPage {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .categoryListPage {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.categoryListPage .cateTopTitle {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom-width: 1px;
  border-color: #e5e7eb;
  border-bottom-style: solid;
}
.categoryListPage .cateTopTitle .cate {
  display: flex;
  margin-bottom: 0.75rem;
  gap: 0.375rem;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #eab308;
  border-bottom-width: 1px;
  border-color: #e5e7eb;
}
.categoryListPage .cateTopTitle .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #111827;
}
@media (min-width: 640px) {
  .categoryListPage .cateTopTitle .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.categoryListPage .cateGridView {
  margin-top: 2rem;
}
.categoryListPage .cateGridView .topNews {
  display: grid;
  position: relative;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
  cursor: pointer;
}
.categoryListPage .cateGridView .topNews:hover .overflow img {
  transform: scale(1.05);
  transition: ease-in 200ms;
}
@media (min-width: 768px) {
  .categoryListPage .cateGridView .topNews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .categoryListPage .cateGridView .topNews {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
  }
}
.categoryListPage .cateGridView .topNews .leftBox {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .categoryListPage .cateGridView .topNews .leftBox {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.categoryListPage .cateGridView .topNews .leftBox h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.categoryListPage .cateGridView .topNews .leftBox .desc {
  margin-top: 1rem;
  color: #78716c;
}
.categoryListPage .cateGridView .topNews .leftBox .bottom {
  margin-top: 1rem;
  width: 100%;
}
.categoryListPage .cateGridView .topNews .leftBox .bottom dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #44403c;
}
.categoryListPage .cateGridView .topNews .leftBox .bottom dl .sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}
.categoryListPage .cateGridView .topNews .leftBox .bottom dl .headBox {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.categoryListPage .cateGridView .topNews .leftBox .bottom dl .headBox .head {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.categoryListPage .cateGridView .topNews .leftBox .bottom dl .headBox .head img {
  border-radius: 9999px;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.categoryListPage .cateGridView .topNews .overflow {
  overflow: hidden;
  grid-row-start: 1;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .categoryListPage .cateGridView .topNews .overflow {
    grid-column-start: 2;
  }
}
@media (min-width: 1280px) {
  .categoryListPage .cateGridView .topNews .overflow {
    grid-column: span 2 / span 2;
  }
}
.categoryListPage .cateGridView .topNews .overflow img {
  width: 100%;
  border-radius: 0.375rem;
  object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  aspect-ratio: 16/9;
}
.categoryListPage .cateGridView .newList {
  display: grid;
  margin-top: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 640px) {
  .categoryListPage .cateGridView .newList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .categoryListPage .cateGridView .newList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
