/*
brakepoint
*/
main {
  overflow: clip;
  background-color: #F3F5F5; }

.page_title {
  background-color: #E5F7F8;
  margin-bottom: 0;
  min-height: inherit; }
  .page_title .breadcrumb {
    margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      .page_title .breadcrumb {
        margin-bottom: 30px; } }
  .page_title .titlebox h1 {
    text-align: center; }
    .page_title .titlebox h1::before {
      display: none; }

article {
  position: relative;
  width: 100%; }

@media screen and (max-width: 800px) {
  .search .product-search .tab {
    display: none; } }

.product-search {
  position: relative;
  background-color: #E5F7F8;
  padding: 45px 25px 80px;
  z-index: 2;
  transition: top 0.3s ease-out; }
  @media screen and (max-width: 800px) {
    .product-search {
      position: relative;
      top: 0 !important;
      padding: 80px 25px 30px; } }
  .product-search.s-size {
    padding-bottom: 40px; }
    @media screen and (max-width: 800px) {
      .product-search.s-size {
        padding-bottom: 30px; } }
    .product-search.s-size .search-content ul li.scategory::after {
      transform: translateY(-70%) rotate(45deg); }
    @media screen and (max-width: 800px) {
      .product-search.s-size .tab {
        display: none; } }
  .product-search .search-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; }
    .product-search .search-content .search-inner {
      display: flex;
      align-items: center;
      width: 56.4%; }
      @media screen and (max-width: 800px) {
        .product-search .search-content .search-inner {
          width: 100%;
          flex-wrap: wrap; } }
      .product-search .search-content .search-inner p {
        width: 145px;
        font-size: 14px;
        font-weight: 500;
        margin: 0; }
        @media screen and (max-width: 800px) {
          .product-search .search-content .search-inner p {
            width: 100%;
            margin-bottom: 10px; } }
      .product-search .search-content .search-inner form {
        display: flex;
        width: calc(100% - 145px); }
        @media screen and (max-width: 800px) {
          .product-search .search-content .search-inner form {
            width: 100%; } }
        .product-search .search-content .search-inner form input[type="text"] {
          width: calc(100% - 120px);
          padding: 0 15px; }
          @media screen and (max-width: 800px) {
            .product-search .search-content .search-inner form input[type="text"] {
              width: calc(100% - 68px); } }
        .product-search .search-content .search-inner form button {
          width: 120px;
          height: 40px;
          font-size: 14px;
          font-weight: 500;
          background-position: 35px center;
          border-radius: 0; }
          @media screen and (min-width: 800px) {
            .product-search .search-content .search-inner form button:hover:not(:disabled) {
              background-position: 35px center; } }
          @media screen and (max-width: 800px) {
            .product-search .search-content .search-inner form button {
              width: 68px;
              background-position: 10px center; } }
    .product-search .search-content ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 31%;
      margin-left: 5.5%; }
      @media screen and (max-width: 800px) {
        .product-search .search-content ul {
          width: 100%;
          justify-content: center;
          margin: 25px 0 0; } }
      .product-search .search-content ul li {
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        cursor: pointer;
        transition: opacity 0.3s ease-out; }
        @media screen and (min-width: 800px) {
          .product-search .search-content ul li:hover {
            opacity: 0.7; } }
        .product-search .search-content ul li::after {
          position: absolute;
          right: 0;
          top: 50%;
          content: ""; }
        .product-search .search-content ul li.smovie {
          padding: 10px 57px 10px 0; }
          @media screen and (max-width: 800px) {
            .product-search .search-content ul li.smovie {
              padding: 5px 50px 5px 0;
              margin-right: 10.7%; } }
          .product-search .search-content ul li.smovie::after {
            width: 40px;
            height: 40px;
            transform: translateY(-50%);
            background-image: url("../img/icon_movie.svg");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 21px 10px;
            background-color: #00AEBD;
            border-radius: 50%; }
            @media screen and (max-width: 800px) {
              .product-search .search-content ul li.smovie::after {
                width: 30px;
                height: 30px;
                background-size: 16px 7px; } }
        .product-search .search-content ul li.scategory {
          padding-right: 25px; }
          .product-search .search-content ul li.scategory::after {
            width: 8px;
            height: 8px;
            border-right: 2px solid #0092D1;
            border-bottom: 2px solid #0092D1;
            transform: translateY(-50%) rotate(45deg) scale(-1, -1); }
  .product-search .tab {
    position: relative;
    width: 100%;
    max-width: 1200px;
    background-color: #FFFFFF;
    padding: 30px 50px 20px;
    margin: 25px auto 0;
    border-radius: 10px; }
    @media screen and (max-width: 800px) {
      .product-search .tab {
        overflow-y: auto;
        padding: 30px 20px 20px; } }
    .product-search .tab .tablist {
      display: flex;
      width: 100%;
      margin-bottom: 15px; }
      @media screen and (max-width: 800px) {
        .product-search .tab .tablist {
          display: none; } }
      .product-search .tab .tablist li {
        width: 100%;
        color: rgba(140, 157, 161, 0.5);
        font-weight: 700;
        text-align: center;
        border-bottom: 1px solid rgba(140, 157, 161, 0.5);
        margin: 0;
        padding: 0 0 10px;
        cursor: pointer; }
        .product-search .tab .tablist li.active {
          color: #00AEBD;
          border-bottom: 1px solid #00AEBD; }
    .product-search .tab .tab-content .tab-title {
      display: none; }
      @media screen and (max-width: 800px) {
        .product-search .tab .tab-content .tab-title {
          display: block;
          position: relative;
          color: #00AEBD;
          font-size: 15px;
          font-weight: 700;
          padding: 15px 0;
          margin: 0;
          border-top: 1px solid #00AEBD;
          cursor: pointer; }
          .product-search .tab .tab-content .tab-title::before, .product-search .tab .tab-content .tab-title::after {
            position: absolute;
            top: 50%;
            right: 8px;
            width: 13px;
            height: 1px;
            content: "";
            background-color: #00AEBD; }
          .product-search .tab .tab-content .tab-title::before {
            transform: translateY(-50%); }
          .product-search .tab .tab-content .tab-title::after {
            transform: translateY(-50%) rotate(90deg);
            transition: transform 0.3s ease-out; }
          .product-search .tab .tab-content .tab-title.open::after {
            transform: translateY(-50%) rotate(0deg); }
          .product-search .tab .tab-content .tab-title.tab-t04 {
            border-bottom: 1px solid #00AEBD; }
            .product-search .tab .tab-content .tab-title.tab-t04.open {
              border-bottom: none; } }
    .product-search .tab .tab-content .tab-inner {
      display: none; }
      @media screen and (max-width: 800px) {
        .product-search .tab .tab-content .tab-inner {
          padding-bottom: 20px; } }
      .product-search .tab .tab-content .tab-inner.open {
        display: block !important; }
      .product-search .tab .tab-content .tab-inner form {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px 1%; }
        @media screen and (max-width: 800px) {
          .product-search .tab .tab-content .tab-inner form {
            gap: 5px 1.7%; } }
        .product-search .tab .tab-content .tab-inner form.form01 .wpcf7-list-item {
          width: 19.2%; }
          @media screen and (max-width: 800px) {
            .product-search .tab .tab-content .tab-inner form.form01 .wpcf7-list-item {
              width: 49.1%; } }
        .product-search .tab .tab-content .tab-inner form .wpcf7-list-item {
          display: flex;
          align-items: center;
          width: 24.2%;
          margin: 0; }
          @media screen and (max-width: 800px) {
            .product-search .tab .tab-content .tab-inner form .wpcf7-list-item {
              width: 49.1%; } }
          .product-search .tab .tab-content .tab-inner form .wpcf7-list-item label {
            min-height: 70px;
            background-color: #F3F5F5;
            border-radius: 5px;
            padding: 15px; }
            @media screen and (max-width: 800px) {
              .product-search .tab .tab-content .tab-inner form .wpcf7-list-item label {
                padding: 8px; } }
        .product-search .tab .tab-content .tab-inner form label {
          display: flex;
          align-items: center;
          width: 100%;
          font-size: 14px;
          line-height: 1.4; }
          @media screen and (max-width: 800px) {
            .product-search .tab .tab-content .tab-inner form label {
              font-size: 13px;
              line-height: 1.38; } }
        .product-search .tab .tab-content .tab-inner form input[type="checkbox"] {
          margin-right: 10px; }
          .product-search .tab .tab-content .tab-inner form input[type="checkbox"]::after {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-color: #00AEBD;
            border-radius: 3px;
            content: "";
            opacity: 0;
            z-index: 0; }
          .product-search .tab .tab-content .tab-inner form input[type="checkbox"]:checked::before {
            border-right: solid 2px #FFFFFF;
            border-bottom: solid 2px #FFFFFF;
            z-index: 1; }
          .product-search .tab .tab-content .tab-inner form input[type="checkbox"]:checked::after {
            opacity: 1; }
        .product-search .tab .tab-content .tab-inner form .wpcf7-list-item-label {
          display: block;
          width: calc(100% - 30px);
          cursor: pointer; }
        .product-search .tab .tab-content .tab-inner form .select-all {
          position: absolute;
          right: 0;
          bottom: 15px; }
          @media screen and (max-width: 800px) {
            .product-search .tab .tab-content .tab-inner form .select-all {
              position: relative;
              right: auto;
              bottom: auto;
              width: 100%;
              text-align: center;
              margin-top: 20px; } }
          @media screen and (max-width: 800px) {
            .product-search .tab .tab-content .tab-inner form .select-all label {
              display: flex;
              place-content: center; } }
          @media screen and (max-width: 800px) {
            .product-search .tab .tab-content .tab-inner form .select-all label .wpcf7-list-item-label {
              width: auto; } }
        .product-search .tab .tab-content .tab-inner form .btn-search {
          width: 100%;
          margin-top: 10px; }
          @media screen and (max-width: 800px) {
            .product-search .tab .tab-content .tab-inner form .btn-search {
              margin-top: 20px; } }

input {
  background-color: #FFFFFF; }

::placeholder {
  color: rgba(0, 0, 0, 0.3); }

button {
  width: 100%;
  max-width: 442px;
  height: 46px;
  color: #FFFFFF;
  font-size: 16px;
  background-color: #00AEBD;
  border: none;
  background-image: url("../img/icon_search.svg");
  background-repeat: no-repeat;
  background-position: 165px center;
  padding-left: 25px;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s ease-out; }
  @media screen and (min-width: 800px) {
    button:hover:not(:disabled) {
      opacity: 0.7;
      background-image: url("../img/icon_search.svg");
      background-repeat: no-repeat;
      background-position: 165px center; } }
  @media screen and (max-width: 800px) {
    button {
      background-position: 33.3% center; } }

.product-content {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 3.4%;
  padding: 95px 0; }
  @media screen and (max-width: 800px) {
    .product-content {
      padding: 45px 0 55px;
      gap: 25px 0; } }
  .product-content h2 {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px; }
    @media screen and (max-width: 800px) {
      .product-content h2 {
        margin-bottom: 0; } }
  .product-content .result {
    width: 100%;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 0;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .product-content .result {
        font-size: 14px; } }
  .product-content .product-entry {
    position: relative;
    width: 48.2%; }
    @media screen and (max-width: 800px) {
      .product-content .product-entry {
        width: 100%; } }
    .product-content .product-entry.t_movie h2 {
      padding-right: 65px; }
    .product-content .product-entry.t_movie::after {
      position: absolute;
      right: 30px;
      top: 30px;
      width: 52px;
      height: 52px;
      content: "";
      background-image: url("../img/icon_movie.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #00AEBD;
      border-radius: 50%; }
      @media screen and (max-width: 800px) {
        .product-content .product-entry.t_movie::after {
          width: 30px;
          height: 30px;
          background-size: 16px 7px; } }
    .product-content .product-entry a {
      display: block;
      background-color: #FFFFFF;
      text-decoration: none;
      padding: 35px;
      height: 100%;
      cursor: pointer; }
      @media screen and (max-width: 800px) {
        .product-content .product-entry a {
          padding: 30px 20px 20px; } }
      .product-content .product-entry a h2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: calc(100% + 35px);
        font-size: 22px;
        line-height: 1.9;
        margin: 0 0 15px -35px;
        padding-left: 35px;
        overflow: hidden; }
        @media screen and (max-width: 800px) {
          .product-content .product-entry a h2 {
            -webkit-line-clamp: 2;
            width: calc(100% + 20px);
            font-size: 18px;
            line-height: 1.6;
            margin: 0 0 15px -20px;
            padding-left: 20px; } }
        .product-content .product-entry a h2::before {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 3px;
          height: 100%;
          content: "";
          background-color: #00AEBD; }
      .product-content .product-entry a .subtitle {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        min-height: 56px;
        color: #00AEBD;
        font-weight: 700;
        line-height: 1.75;
        margin-bottom: 25px; }
        @media screen and (max-width: 800px) {
          .product-content .product-entry a .subtitle {
            min-height: inherit;
            font-size: 14px;
            margin-bottom: 15px; } }
      .product-content .product-entry a .categorylist {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 5px;
        margin-bottom: 30px;
        align-content: flex-start;
        min-height: 85px; }
        @media screen and (max-width: 800px) {
          .product-content .product-entry a .categorylist {
            margin-bottom: 15px;
            min-height: inherit; } }
        .product-content .product-entry a .categorylist li {
          color: #8C9DA1;
          font-size: 12px;
          font-weight: 500;
          margin: 0;
          background-color: #F3F5F5;
          border-radius: 9999px;
          padding: 0 15px; }
          @media screen and (max-width: 800px) {
            .product-content .product-entry a .categorylist li {
              font-size: 11px; } }
      .product-content .product-entry a .product_img {
        width: 100%;
        margin-bottom: 30px;
        aspect-ratio: 3 / 2; }
        @media screen and (max-width: 800px) {
          .product-content .product-entry a .product_img {
            margin-bottom: 20px; } }
        .product-content .product-entry a .product_img img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center top; }
      @media screen and (min-width: 800px) {
        .product-content .product-entry a:hover .go-detail {
          background: #00AEBD;
          color: #FFFFFF; }
          .product-content .product-entry a:hover .go-detail::before {
            opacity: 1; }
          .product-content .product-entry a:hover .go-detail::after {
            background: #00AEBD; } }
  .product-content.product-content02 {
    gap: 80px 9%; }
    @media screen and (max-width: 800px) {
      .product-content.product-content02 {
        gap: 50px 0; } }
    .product-content.product-content02 .product-entry-movie {
      width: 45.5%; }
      @media screen and (max-width: 800px) {
        .product-content.product-content02 .product-entry-movie {
          width: 100%; } }
      .product-content.product-content02 .product-entry-movie .movie_overview {
        line-height: 2;
        margin-bottom: 30px;
        padding: 0 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }

.detail-box {
  display: block;
  text-decoration: none; }
  @media screen and (min-width: 800px) {
    .detail-box:hover .go-detail {
      background: #00AEBD;
      color: #FFFFFF;
      opacity: 0.7; }
      .detail-box:hover .go-detail::before {
        opacity: 1; }
      .detail-box:hover .go-detail::after {
        background: #00AEBD; } }

.lity-container {
  width: calc(100% - 50px);
  max-width: 1000px; }

.modal {
  width: 100%;
  margin: 0 auto; }
  .modal .youtube {
    margin-bottom: 40px; }
    @media screen and (max-width: 800px) {
      .modal .youtube {
        width: calc(100% + 50px);
        margin: 0 0 25px -25px; } }
  @media screen and (min-width: 800px) {
    .modal .modal-content {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .modal .modal-content .movie_overview {
    width: calc(100% - 180px);
    font-size: 16px;
    line-height: 2;
    margin: 0; }
    @media screen and (max-width: 800px) {
      .modal .modal-content .movie_overview {
        width: 100%;
        font-size: 14px;
        margin-bottom: 25px; } }
  .modal .modal-content .detail-box {
    margin-left: 15px; }
    @media screen and (min-width: 800px) {
      .modal .modal-content .detail-box:hover .go-detail {
        background: #00AEBD;
        color: #FFFFFF; }
        .modal .modal-content .detail-box:hover .go-detail::before {
          opacity: 1; }
        .modal .modal-content .detail-box:hover .go-detail::after {
          background: #00AEBD; } }
    @media screen and (max-width: 800px) {
      .modal .modal-content .detail-box {
        margin-left: 0; } }
    .modal .modal-content .detail-box .go-detail {
      width: 165px;
      background-color: #00AEBD; }
      @media screen and (max-width: 800px) {
        .modal .modal-content .detail-box .go-detail {
          width: 100%;
          max-width: 240px; } }

.pagination {
  width: 100%;
  text-align: center;
  padding-top: 65px; }
  @media screen and (max-width: 800px) {
    .pagination {
      padding-top: 20px; } }
  .pagination a,
  .pagination span {
    position: relative;
    display: inline-block;
    color: #8C9DA1;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0 12px;
    padding: 0 3px; }
    .pagination a.page_num,
    .pagination span.page_num {
      display: none; }
    .pagination a.prev,
    .pagination span.prev {
      margin: 0 12px 0 0; }
    .pagination a.next,
    .pagination span.next {
      margin: 0 0 0 12px; }
    .pagination a.current,
    .pagination span.current {
      color: #0092D1;
      text-decoration: underline;
      text-decoration-color: #0092D1;
      text-decoration-thickness: 1px;
      text-underline-offset: 15px; }
