@charset "UTF-8";
/* media query var */
ul {
  margin-bottom: 0; }

html {
  scroll-behavior: auto; }

.mo {
  display: none; }
  @media screen and (max-width: 550px) {
    .mo {
      display: block; } }

.blog-archive .builder-banner {
  padding-bottom: 50px;
  background: #fff; }

.blog-archive .test {
  border: 2px solid red; }

.blog-archive .course-list-container {
  margin-top: 60px; }
  .blog-archive .course-list-container .section-title-main {
    padding-top: 10px;
    color: #222222;
    font-size: 22px;
    font-family: 'Dm Sans', sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 550px) {
      .blog-archive .course-list-container .section-title-main {
        margin: 0 auto; } }
  .blog-archive .course-list-container .course-banner .link {
    text-decoration: none;
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 15px;
    background: #29B64E; }
    @media screen and (max-width: 550px) {
      .blog-archive .course-list-container .course-banner .link {
        padding: 0;
        margin-top: 20px;
        background: none; } }
    .blog-archive .course-list-container .course-banner .link .eye {
      width: 58px; }
      @media screen and (max-width: 768px) {
        .blog-archive .course-list-container .course-banner .link .eye {
          display: none; } }
    .blog-archive .course-list-container .course-banner .link .text {
      width: 310px; }
      @media screen and (max-width: 768px) {
        .blog-archive .course-list-container .course-banner .link .text {
          width: 46%; } }
      @media screen and (max-width: 550px) {
        .blog-archive .course-list-container .course-banner .link .text {
          display: none; } }
    .blog-archive .course-list-container .course-banner .link .button-text {
      padding: 12px 22px;
      background: #222222;
      color: #fff;
      border-radius: 10px;
      text-align: center;
      font-size: 17px;
      font-weight: bold;
      font-family: 'Dm Sans', sans-serif; }
      @media screen and (max-width: 550px) {
        .blog-archive .course-list-container .course-banner .link .button-text {
          width: 100%;
          text-align: center; } }

.ttmik-shop.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.ttmik-sidebar {
  padding-top: 40px;
  padding-bottom: 32px; }
  @media screen and (max-width: 550px) {
    .ttmik-sidebar {
      margin-left: -15px;
      margin-right: -15px; } }
  .ttmik-sidebar .ttmik-search-filter {
    width: 100%; }
    .ttmik-sidebar .ttmik-search-filter::-webkit-scrollbar {
      height: 10px; }
    .ttmik-sidebar .ttmik-search-filter::-webkit-scrollbar-track {
      background: #fafafa;
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef; }
    .ttmik-sidebar .ttmik-search-filter::-webkit-scrollbar-thumb {
      background: #fff;
      border-radius: 10px;
      background-clip: padding-box;
      border: 2px solid transparent; }
    @media screen and (max-width: 550px) {
      .ttmik-sidebar .ttmik-search-filter {
        overflow-x: auto; } }
    .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-nav {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding-right: 162px; }
      @media screen and (max-width: 550px) {
        .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-nav {
          flex-wrap: nowrap;
          padding-left: 16px;
          padding-right: 0;
          padding-bottom: 5px; } }
    .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select {
      position: relative;
      flex: none;
      gap: 8px;
      font-family: 'Dm Sans', sans-serif;
      font-size: 13px;
      cursor: pointer; }
      .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.active button {
        border: 1px solid #333;
        background: #eee; }
      @media screen and (max-width: 550px) {
        .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.active .ttmik-search-filter-select-bg {
          display: block;
          position: fixed;
          z-index: 5;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.25); } }
      .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.active .sub {
        display: block; }
        @media screen and (max-width: 550px) {
          .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.active .sub {
            transform: translate3d(0, 0, 0); } }
      .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .ttmik-search-filter-select-btn {
        position: relative;
        align-items: center;
        justify-content: space-between;
        width: auto;
        min-height: auto;
        background-color: #fff;
        border: 1px solid #ccc;
        box-sizing: border-box;
        border-radius: 8px;
        padding: 8px 36px 8px 16px;
        margin-right: 0;
        margin-bottom: 0;
        text-align: left;
        font-weight: 500;
        /* 말줄임 */
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .ttmik-search-filter-select-btn.text-on {
          color: #3333FF; }
        .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .ttmik-search-filter-select-btn:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          margin-top: -8px;
          right: 15px;
          width: 9px;
          height: 16px;
          background: url(https://cdn.talktomeinkorean.com/wp-content/themes/ttmik/assets/images/arrow_dropdown_widget.svg) no-repeat center/contain; }
      .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select-bg {
        display: none; }
      .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub {
        display: none;
        position: absolute;
        top: 40px;
        z-index: 25;
        width: max-content;
        min-width: -webkit-fill-available;
        padding: 16px;
        margin-bottom: 0;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); }
        @media screen and (max-width: 550px) {
          .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub {
            display: block;
            position: fixed;
            top: auto;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 28px 20px 50px;
            transition: 0.3s;
            transform: translate3d(0, 100%, 0);
            border-radius: 20px 20px 0 0;
            box-shadow: none; } }
        @media screen and (max-width: 550px) {
          .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub.col-2 ul {
            display: grid;
            grid-gap: 10px;
            grid-template-columns: repeat(auto-fill, minmax(33%, auto));
            grid-template-rows: repeat(5, minmax(30px, auto));
            grid-auto-flow: column; }
            .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub.col-2 ul li {
              margin: 0; } }
        .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub strong {
          padding-bottom: 7px;
          margin-bottom: 24px;
          font-size: 18px;
          border-bottom: 1px solid #ccc; }
        .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub li {
          list-style-type: none; }
          .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub li + li {
            margin-top: 12px; }
            @media screen and (max-width: 550px) {
              .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub li + li {
                margin-top: 15px; } }
          .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub li span {
            flex: 1;
            display: flex;
            line-height: 1.5;
            align-items: center; }
            .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub li span.active {
              color: #3333FF; }
            .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub li span:before {
              content: "";
              display: block;
              flex: none;
              width: 18px;
              height: 18px;
              border-radius: 50%;
              border: 1px solid #ccc;
              margin-right: 8px; }
          .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub li label {
            display: flex;
            align-items: center;
            margin-bottom: 0;
            cursor: pointer; }
            .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub li label:hover {
              color: #3333FF; }
            .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub li label input[type="checkbox"] {
              display: none; }
            .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub li label input[type="checkbox"]:checked ~ span:before {
              border: 1px solid #3333FF; }
            .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub li label input[type="checkbox"]:checked ~ span:after {
              content: "";
              position: absolute;
              margin: 3px;
              width: 12px;
              height: 12px;
              border-radius: 50%;
              background: #3333FF; }
            @media screen and (max-width: 550px) {
              .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select .sub li label span {
                color: #999; } }
      .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.sort-filter-select {
        position: absolute;
        right: 0; }
        @media screen and (max-width: 550px) {
          .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.sort-filter-select {
            position: static;
            padding-right: 15px; } }
        .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.sort-filter-select .ttmik-search-filter-select-btn {
          background: transparent; }
          .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.sort-filter-select .ttmik-search-filter-select-btn.text-on {
            color: #222222;
            font-weight: bold; }
        .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.sort-filter-select .sub {
          right: 0; }
          .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.sort-filter-select .sub strong {
            display: none; }
          @media screen and (max-width: 550px) {
            .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.sort-filter-select .sub li {
              margin-top: 0;
              padding: 16px 0;
              border-bottom: 1px solid #ccc; }
              .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.sort-filter-select .sub li:last-of-type {
                border: none; } }
          .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.sort-filter-select .sub li label:hover {
            color: #222222;
            font-weight: bold; }
          .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.sort-filter-select .sub li label input[type="checkbox"] {
            display: none; }
          .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.sort-filter-select .sub li label span.active {
            color: #222222;
            font-weight: bold; }
          .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.sort-filter-select .sub li label span:after, .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.sort-filter-select .sub li label span:before {
            display: none; }
          @media screen and (max-width: 550px) {
            .ttmik-sidebar .ttmik-search-filter .ttmik-search-filter-select.sort-filter-select .sub li label span {
              color: #999; } }
