.new_infor_header {
    background: #f9f5f5;
    border-bottom: 1px solid #d7d7d7;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    font-size: 20px;
}

.new_content_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
}

.new_select_box {
}

.new_select_box option:hover {
    background: #f7f2ff;
}

.new_content {
    margin: 30px 0;
    text-align: left;
    font-size: 14px;
}

.new_card_wrapper {
    border-top: 1px solid #e3e3e3;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.top_banner{
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}
.top_banner img{
    width: 100%;
    min-width: 360px;
}

.new_card {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 18px 12px;
    border-bottom: 1px solid #e3e3e3;
    font-family: noto sans kr,Dotum,돋움,Gulim,굴림,helvetica neue,"helvetica,arial","verdana,tahoma","sans-serif";
}

.new_card_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 6px;
}

.new_card_line:last-child {
    margin-bottom: 0;
}

.new_card_title {
    font-size: 16px;
    font-weight: 700;
    color: black;
    margin: 0;
    font-family: inherit;
}

.new_card_date {
    font-size: 13px;
    color: #fc7676;
}

.new_card_infor {
    font-size: 12px;
    color: #545454;
}

.new_card_tag {
    font-size: 11px;
    color: #aaaaaa;
}


/* select */
.nice-select {
    padding: 12px 16px;
    border: 1px solid #9c57f5;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 13px;
    font-weight: normal;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    width: 100%; }
    .nice-select:after {
      border-bottom: 2px solid #9c57f5;
      border-right: 2px solid #9c57f5;
      content: '';
      display: block;
      height: 10px;
      width: 10px;
      pointer-events: none;
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
          -ms-transform-origin: 66% 66%;
              transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg) translateY(-50%);
          -ms-transform: rotate(45deg) translateY(-50%);
              transform: rotate(45deg) translateY(-50%);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
       }
    .nice-select.open:after {
      -webkit-transform: rotate(-135deg) translateY(50%);
          -ms-transform: rotate(-135deg) translateY(50%);
              transform: rotate(-135deg) translateY(50%); }
    .nice-select.open .list {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: scale(1) translateY(0);
          -ms-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0); }
    .nice-select.disabled {
      color: #999;
      pointer-events: none; }
    .nice-select.wide {
      width: 100%; }
      .nice-select.wide .list {
        left: 0 !important;
        right: 0 !important; }
    .nice-select.right {
      float: right; }
      .nice-select.right .list {
        left: auto;
        right: 0; }
    .nice-select.small {
      font-size: 12px;
      height: 36px;
      line-height: 34px; }
      .nice-select.small:after {
        height: 4px;
        width: 4px; }
      .nice-select.small .option {
        line-height: 34px;
        min-height: 34px; }
    .nice-select .list {
        width: 100%;
      background-color: #fff;
      border: 1px solid #9c57f5;
      box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
      box-sizing: content-box;
      opacity: 0;
      overflow: hidden;
      padding: 0;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: -1px;
      -webkit-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-transform: scale(0.75) translateY(-21px);
          -ms-transform: scale(0.75) translateY(-21px);
              transform: scale(0.75) translateY(-21px);
      -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
      transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
      z-index: 9; }
      .nice-select .list:hover .option:not(:hover) {
        background-color: transparent !important; }
    .nice-select .option {
        border-bottom: 1px solid #e3e3e3;
      cursor: pointer;
      font-weight: 400;
      display: flex;
      width: 100%;
      align-items: center;
      list-style: none;
      min-height: 40px;
      outline: none;
      padding-left: 18px;
      padding-right: 29px;
      text-align: left;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
        background-color: #f7f2ff; }
      .nice-select .option.disabled {
        background-color: transparent;
        color: #999;
        cursor: default; }

  .no-csspointerevents .nice-select .list {
    display: none; }

  .no-csspointerevents .nice-select.open .list {
    display: block; }

 .tabWrap {
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    box-shadow: 0px 2px 6px 0 rgba(69, 31, 119, 0.2);
     width: 100%;
     min-width: 360px;
}

 .tabWrap::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}

 .tabWrap .tabMenu1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 50px;
    /*
        -webkit-box-shadow: 0px 2px 6px 0 rgba(69, 31, 119, 0.2);
        box-shadow: 0px 2px 6px 0 rgba(69, 31, 119, 0.2);
    */
    background-color: #fff;

    margin: auto;
    padding: 0 15px;
}

 .tabWrap .tabMenu1 button {
    /*  width: 50%;*/
    height: 50px;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #6e6e6e;
}

 .tabWrap .tabMenu1 button span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 20px;
    border-bottom: 4px solid #fff;
}

 .tabWrap .tabMenu1 button.active {
    font-weight: bold;
    color: #9c57f5;
}

 .tabWrap .tabMenu1 button.active span {
    border-bottom: 3px solid #9c57f5;
}

 .btn_link_wrap {
    text-align: center;
    padding: 10px 30px 10px 30px;
}

.tabBox1 {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
    min-width: 360px;
}

.tabBox > div {
    display: none;
}

.tabBox > div.show {
    display: block;
}

a:hover {
    color: #242424;
    text-decoration: none;
}

.tabBox > div {
    display: none;
}

.tabBox > div.show {
    display: block;
}

.floatBox .left {
    float: left;
}

.floatBox .right {
    float: right;
}

.floatBox::after {
    display: block;
    content: "";
    clear: both;
}