<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.resultArea .characterBlock ul li a .imgBox::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.topArea .searchOuter .searchInner {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

body, main {
  background: var(--color-gray-175);
}

.breadcrumbs {
  width: 100%;
  margin: 24px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin: 28px 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumbs {
    margin: 28px 0 40px;
  }
}
.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs li::after {
  content: "&gt;";
  padding: 0 4px;
}
.breadcrumbs li a:not([href]):hover, .breadcrumbs li a[href=""]:hover {
  color: inherit;
  cursor: default;
}
.breadcrumbs li:last-child::after {
  content: "";
  padding: 0;
}

.mainContent.minHeight {
  min-height: calc(100vh - 84px);
}
@media screen and (min-width: 1024px) {
  .mainContent.minHeight {
    min-height: calc(100vh - 63px);
  }
}

.topArea {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .topArea {
    padding: 0 46px;
  }
}
@media screen and (min-width: 1200px) {
  .topArea {
    padding: 0 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.topArea .searchOuter + .resultArea {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .topArea .searchOuter + .resultArea {
    margin-top: 92px;
  }
}
@media screen and (min-width: 1200px) {
  .topArea .searchOuter + .resultArea {
    margin-top: 0;
  }
}
.topArea .searchOuter {
  width: 100%;
  height: 46px;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .topArea .searchOuter {
    height: 60px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .topArea .searchOuter {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@-webkit-keyframes searchBarMobile {
  0% {
    top: 0;
  }
  100% {
    top: 100px;
  }
}
@keyframes searchBarMobile {
  0% {
    top: 0;
  }
  100% {
    top: 100px;
  }
}
@-webkit-keyframes searchBarPad {
  0% {
    top: 0;
  }
  100% {
    top: 108px;
  }
}
@keyframes searchBarPad {
  0% {
    top: 0;
  }
  100% {
    top: 108px;
  }
}
@keyframes searchBarPad {
  0% {
    top: 0;
  }
  100% {
    top: 108px;
  }
}
@-webkit-keyframes kidsSearchBarMobile {
  0% {
    top: 0;
  }
  100% {
    top: 56px;
  }
}
@keyframes kidsSearchBarMobile {
  0% {
    top: 0;
  }
  100% {
    top: 56px;
  }
}
@-webkit-keyframes kidsSearchBarPad {
  0% {
    top: 0;
  }
  100% {
    top: 64px;
  }
}
@keyframes kidsSearchBarPad {
  0% {
    top: 0;
  }
  100% {
    top: 64px;
  }
}
@-webkit-keyframes searchBarPadPro {
  0% {
    top: 0;
  }
  100% {
    top: 87px;
  }
}
@keyframes searchBarPadPro {
  0% {
    top: 0;
  }
  100% {
    top: 87px;
  }
}
.topArea .searchOuter .searchInner {
  width: 100%;
  height: 46px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  display: flex;
  -webkit-transition: top 0.9s linear;
  transition: top 0.9s linear;
}
@media screen and (min-width: 768px) {
  .topArea .searchOuter .searchInner {
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .topArea .searchOuter .searchInner {
    width: 500px;
    height: 60px;
    position: fixed;
    top: 88px;
    left: initial;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}
.topArea .searchOuter .searchInner .searchIcon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: absolute;
  left: 24px;
  z-index: 1;
}
.topArea .searchOuter .searchInner input.searchInput {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 23px;
  background: var(--color-gray-3);
  color: var(--color-white);
  font-weight: 400;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--color-gray-3);
  padding: 0 52px 0 52px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.topArea .searchOuter .searchInner input.searchInput::-webkit-input-placeholder {
  color: var(--color-gray-6);
}
.topArea .searchOuter .searchInner input.searchInput::-moz-placeholder {
  color: var(--color-gray-6);
}
.topArea .searchOuter .searchInner input.searchInput:-ms-input-placeholder {
  color: var(--color-gray-6);
}
.topArea .searchOuter .searchInner input.searchInput::-ms-input-placeholder {
  color: var(--color-gray-6);
}
.topArea .searchOuter .searchInner input.searchInput::placeholder {
  color: var(--color-gray-6);
}
.topArea .searchOuter .searchInner input.searchInput:focus {
  border: 1px solid var(--color-gray-4);
}
.topArea .searchOuter .searchInner input.searchInput:-webkit-autofill, .topArea .searchOuter .searchInner input.searchInput:-webkit-autofill:hover, .topArea .searchOuter .searchInner input.searchInput:-webkit-autofill:focus, .topArea .searchOuter .searchInner input.searchInput:-webkit-autofill:active {
  background-color: var(--color-gray-3) !important;
  -webkit-box-shadow: 0 0 0 100px var(--color-gray-3) inset !important;
          box-shadow: 0 0 0 100px var(--color-gray-3) inset !important;
  -webkit-text-fill-color: var(--color-white) !important;
}
@media screen and (min-width: 768px) {
  .topArea .searchOuter .searchInner input.searchInput {
    font-size: 19px;
    line-height: 28px;
  }
}
.topArea .searchOuter .searchInner input.searchInput:not(:valid) ~ .searchClear {
  display: none;
}
.topArea .searchOuter .searchInner .searchClear {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8.667L14.667 4 16 5.333 11.333 10 16 14.667 14.667 16 10 11.333 5.333 16 4 14.667 8.667 10 4 5.333 5.333 4 10 8.667z' fill='%239E9E9E'/%3E%3C/svg%3E");
  border: none;
  position: absolute;
  right: 24px;
  cursor: pointer;
  z-index: 1;
}
.topArea .searchOuter.sticky .searchInner {
  width: calc(100% - 32px);
  position: fixed;
  top: 100px;
  -webkit-transition: top 0.8s cubic-bezier(0, 0.6, 0.45, 1.275);
  transition: top 0.8s cubic-bezier(0, 0.6, 0.45, 1.275);
}
@media screen and (min-width: 768px) {
  .topArea .searchOuter.sticky .searchInner {
    width: calc(100% - 92px);
    top: 108px;
  }
}
@media screen and (min-width: 1024px) {
  .topArea .searchOuter.sticky .searchInner {
    top: 87px;
  }
}
@media screen and (min-width: 1200px) {
  .topArea .searchOuter.sticky .searchInner {
    width: 500px;
    top: 88px;
  }
}
.topArea .searchOuter.sticky .searchInner input.searchInput {
  background: rgba(var(--color-rgb-gray-3), 0.6);
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(var(--color-rgb-black), 0.25);
          box-shadow: 0px 0px 20px 0px rgba(var(--color-rgb-black), 0.25);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.topArea .searchOuter.sticky .searchInner input.searchInput::-webkit-input-placeholder {
  color: rgba(var(--color-rgb-white), 0.45);
}
.topArea .searchOuter.sticky .searchInner input.searchInput::-moz-placeholder {
  color: rgba(var(--color-rgb-white), 0.45);
}
.topArea .searchOuter.sticky .searchInner input.searchInput:-ms-input-placeholder {
  color: rgba(var(--color-rgb-white), 0.45);
}
.topArea .searchOuter.sticky .searchInner input.searchInput::-ms-input-placeholder {
  color: rgba(var(--color-rgb-white), 0.45);
}
.topArea .searchOuter.sticky .searchInner input.searchInput::placeholder {
  color: rgba(var(--color-rgb-white), 0.45);
}
.topArea .searchOuter.sticky .searchInner input.searchInput:focus {
  border: 1px solid var(--color-gray-4);
}

main.kids {
  padding-bottom: 0;
}
main.kids .topArea .searchOuter.sticky .searchInner {
  top: 56px;
}
@media screen and (min-width: 768px) {
  main.kids .topArea .searchOuter.sticky .searchInner {
    top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  main.kids .topArea .searchOuter.sticky .searchInner {
    top: 87px;
  }
}
@media screen and (min-width: 1200px) {
  main.kids .topArea .searchOuter.sticky .searchInner {
    top: 88px;
  }
}

.resultArea {
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .resultArea {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .resultArea {
    padding-bottom: 14px;
  }
}
.resultArea .contentEmpty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 16px;
  margin: 0 auto 24px;
}
.resultArea .contentEmpty .title {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .resultArea .contentEmpty .title {
    font-size: 34px;
    line-height: 49px;
  }
}
.resultArea .contentEmpty p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: var(--color-gray-7);
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .resultArea .contentEmpty p {
    font-size: 18px;
    line-height: 36px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .resultArea .contentEmpty {
    padding: 46px;
    margin: 0 auto 46px;
  }
}
@media screen and (min-width: 1200px) {
  .resultArea .contentEmpty {
    padding: 60px;
    margin: 0 auto 60px;
  }
}
.resultArea .videoBlock {
  padding: 0 16px 4px;
}
@media screen and (min-width: 768px) {
  .resultArea .videoBlock {
    padding: 0 46px 14px;
  }
}
@media screen and (min-width: 1200px) {
  .resultArea .videoBlock {
    padding: 0 60px 14px;
  }
}
.resultArea .videoBlock .title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .resultArea .videoBlock .title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .resultArea .videoBlock .title {
    margin-bottom: 20px;
  }
}
.resultArea .videoBlock .title span {
  padding: 0 4px;
}
.resultArea .videoBlock ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .resultArea .videoBlock ul li {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .resultArea .videoBlock ul li {
    margin-bottom: 46px;
  }
}
.resultArea .liveVideoBlock {
  padding: 0;
}
.resultArea .liveVideoBlock .title {
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .resultArea .liveVideoBlock .title {
    margin-left: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .resultArea .liveVideoBlock .title {
    margin-left: 60px;
  }
}
.resultArea .liveVideoBlock .liveVideo-slider {
  padding: 0 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .resultArea .liveVideoBlock .liveVideo-slider {
    padding: 0 46px;
  }
}
@media screen and (min-width: 1200px) {
  .resultArea .liveVideoBlock .liveVideo-slider {
    padding: 0 60px;
  }
}
.resultArea .liveVideoBlock .liveVideo-slider .tagBottomArea {
  right: 4px;
  bottom: 4px;
}
.resultArea .liveVideoBlock .liveVideo-slider .liveVideo-swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.resultArea .liveVideoBlock .liveVideo-slider .liveVideo-swiper-navigation div {
  display: none;
}
@media screen and (min-width: 768px) {
  .resultArea .liveVideoBlock .liveVideo-slider .liveVideo-swiper-navigation div {
    width: 46px;
    height: calc(100% - 32px);
    background: -webkit-gradient(linear, right top, left top, from(rgba(33, 33, 33, 0)), to(rgba(33, 33, 33, 0.8)));
    background: linear-gradient(-90deg, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.8) 100%);
    position: absolute;
    top: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .resultArea .liveVideoBlock .liveVideo-slider .liveVideo-swiper-navigation div {
    width: 60px;
    height: calc(100% - 46px);
  }
}
.resultArea .liveVideoBlock .liveVideo-slider .liveVideo-swiper-navigation div img {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .resultArea .liveVideoBlock .liveVideo-slider .liveVideo-swiper-navigation div img:hover {
    -webkit-transform: scale(1.3334);
        -ms-transform: scale(1.3334);
            transform: scale(1.3334);
  }
}
.resultArea .liveVideoBlock .liveVideo-slider .liveVideo-swiper-navigation .liveVideo-swiper-prev {
  left: 0;
}
.resultArea .liveVideoBlock .liveVideo-slider .liveVideo-swiper-navigation .liveVideo-swiper-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
}
.resultArea .liveVideoBlock .liveVideo-slider .liveVideo-swiper-navigation .swiper-button-disabled {
  display: none;
}
.resultArea .videoBlock ul li a .imgBox {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 142.8571%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  background-color: var(--color-gray-1);
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.resultArea .videoBlock ul li a .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: center top;
  object-position: center top;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
}
.resultArea .liveVideoBlock ul li a .imgBox {
  padding-bottom: 56.25%;
}
.resultArea .characterBlock ul li {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.resultArea .characterBlock ul li a .imgBox {
  overflow: visible;
  border-radius: 50%;
  padding-bottom: 100%;
}
.resultArea .characterBlock ul li a .imgBox::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  padding: 2px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.resultArea .characterBlock ul li a .imgBox img.poster {
  height: 100%;
  border-radius: 50%;
  opacity: 1;
}
.resultArea .characterBlock ul li a .imgBox img[src=""], .resultArea .characterBlock ul li a .imgBox img:not([src]) {
  opacity: 0;
}
.resultArea .characterBlock ul li a .imgBox h3 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .resultArea .characterBlock ul li:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .resultArea .characterBlock ul li:hover a .imgBox::before {
    content: "";
    border: 3px solid var(--color-white);
    padding: 2px;
  }
}

.noSearchBar .topArea .breadcrumbs {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .noSearchBar .topArea .breadcrumbs {
    padding-bottom: 44px;
  }
}</pre></body></html>