@font-face {
    font-family: 'LINESeedKR-Bd';
    src: url('/asset/font/LINESeedKR-Bd.woff') format('woff2');
    font-weight: normal;
    font-style: bold;
  }
  
  @font-face {
    font-family: 'LINESeedKR-Rg';
    src: url('/asset/font/LINESeedKR-Rg.woff') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'LINESeedKR-Th';
    src: url('/asset/font/LINESeedKR-Th.woff') format('woff2');
    font-weight: normal;
    font-style: light;
  }

  
.wrapper {
    width: 100%;
    margin: 0 auto;
  }


.brand_tab { position:relative; display:flex; z-index:99; margin:0 0 0 0 ; justify-content:center; gap:30px}
.brand_tab li {   list-style:none  }
.brand_tab li span{text-align:center; font-size:16px; font-weight:600;  display:inline-block;   padding: 10px 20px 15px 20px;  }
.brand_tab li.active span{color:#fff; background: #ff0214; }
.tab_cont {position:relative}
.vis_hidden {display:none}


  .tabs {
    position: relative;
    margin: 0rem 0;
    display: flex;
    justify-content: center;

  }

  .tabs::before,
  .tabs::after {
    content: "";
    display: table;
  }

  .tabs::after {
    clear: both;
  }

  .tab {
    float: left;
  }

  .tab-switch {
    display: none;
  }

  .tab-label {
    position: relative;
    display: block;
    line-height: 2.75em;
    height: 3em;
    padding: 0 1.618em;
    color: #FFFFFF;
    cursor: pointer;
    top: 0;
    transition: all 0.25s;
    font-family: 'LINESeedKR-Bd';
  }

  .tab-label:hover {
    top: -0.25rem;
    transition: top 0.25s;
  }

  .tab-content {
    width: 100%;
    top: 2.75em;
    left: 0;
    color: #2c3e50;
    position: absolute;
    z-index: 1;
    width: 100%;
    opacity: 0;
    transition: all 0.35s;
    overflow-wrap: break-word;
  
  }

  .tab-switch:checked+.tab-label {
    background: #ff0000;
    color: #FFFFFF;
    border-bottom: 0;
    transition: all 0.35s;
    z-index: 1;
    top: -0.0625rem;
  }

  .tab-switch:checked+label+.tab-content {
    z-index: 2;
    opacity: 1;
    transition: all 0.35s;
  }

  .CardContainer {
    width: 100%;
    position: relative;
  }

  .CardContainer::after {
    display: block;
    content: "";
    padding-bottom: 100%;
  }

  .CardBox {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .ag-format-container {
          width: 1493px;
          margin: 0 auto;
      }
      img {
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -o-user-select: none;
          user-select: none;
          -webkit-user-drag: none;
          -khtml-user-drag: none;
          -moz-user-drag: none;
          -o-user-drag: none;
          user-drag: none;
      }

      .ag-courses_box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 50px 0;
          
      }

      .ag-courses_item {
          -ms-flex-preferred-size: calc(33.33333% - 30px);
          flex-basis: calc(25.33333% - 30px);
          margin: 0 12px 30px;
          overflow: hidden;
          border-radius: 10px;
          filter: drop-shadow(0px 0px 20px rgba(8, 8, 8, 0.096));
      }

      .ag-courses_item2 {
          -ms-flex-preferred-size: calc(33.33333% - 30px);
          flex-basis: calc(50% - 30px);
          margin: 0 12px 30px;
          overflow: hidden;
          border-radius: 10px;
          filter: drop-shadow(0px 0px 20px rgba(8, 8, 8, 0.096));
      }

      .ag-courses-item_link {
          background-color: #ffffff;
          height: 10rem;
          overflow: hidden;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;

      }

      .ag-courses-item_title {
          overflow: hidden;
          font-weight: bold;
          font-size: 30px;
          color: #FFF;
          z-index: 2;
          position: relative;
      }

      .ag-courses-item_date-box {
          font-size: 18px;
          color: #FFF;

          z-index: 2;
          position: relative;
      }

      .ag-courses-item_date {
          font-weight: bold;
          color: #f9b234;

          -webkit-transition: color .5s ease;
          -o-transition: color .5s ease;
          transition: color .5s ease
      }
      .ag-courses-item_date_solution {
          font-weight: bold;
          color: #000000;
          -webkit-transition: color .5s ease;
          -o-transition: color .5s ease;
          transition: color .5s ease
      }

      .ag-courses-item_bg {
          height: 5px;
          width: 100%;
          background-color: #f9b234;

          z-index: 1;
          position: absolute;
          bottom: 0;

          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
      }

      .ag-courses_item:nth-child(2n) .ag-courses-item_bg {
          background-color: #3ecd5e;
      }

      .ag-courses_item:nth-child(3n) .ag-courses-item_bg {
          background-color: #e44002;
      }

      .ag-courses_item:nth-child(4n) .ag-courses-item_bg {
          background-color: #952aff;
      }

      .ag-courses_item:nth-child(5n) .ag-courses-item_bg {
          background-color: #cd3e94;
      }

      .ag-courses_item:nth-child(6n) .ag-courses-item_bg {
          background-color: #9f9eb9;
      }

      .ag-courses_item:nth-child(7n) .ag-courses-item_bg {
          background-color: #2abcff;
      }

      .ag-courses_item:nth-child(8n) .ag-courses-item_bg {
          background-color: #a4ff89;
      }

      .ag-courses_item2:nth-child(n) .ag-courses-item_bg {
          background-color: #2abcff;
      }

      .ag-courses_item2:nth-child(2n) .ag-courses-item_bg {
          background-color: #a4ff89;
      }




      @media only screen and (max-width: 979px) {
          .ag-courses_item {
              -ms-flex-preferred-size: calc(50% - 30px);
              flex-basis: calc(50% - 30px);
          }
          .ag-courses_item2 {
              -ms-flex-preferred-size: calc(50% - 30px);
              flex-basis: calc(50% - 30px);
          }

          .ag-courses-item_title {
              font-size: 24px;
          }
      }

      @media only screen and (max-width: 767px) {
          .ag-format-container {
              width: 96%;
          }

      }

      @media only screen and (max-width: 639px) {
          .ag-courses_item {
              -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          }
          .ag-courses_item2 {
              -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          }

          .ag-courses-item_title {
              min-height: 72px;
              line-height: 1;

              font-size: 24px;
          }

          .ag-courses-item_link {
              padding: 22px 40px;
          }

          .ag-courses-item_date-box {
              font-size: 16px;
          }
      }