@charset "UTF-8";
@font-face {
  font-family: "Paperlogy-7Bold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy-6SemiBold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy-5Medium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy-4Regular";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
html, body {
  font-family: "Paperlogy-4Regular";
  font-size: 16px;
  background: #FFFFFF;
  color: #2E2E2E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  overflow-x: clip;
  scroll-behavior: smooth;
  letter-spacing: -0.04rem;
}

.pre {
  font-family: "Pretendard", sans-serif;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p, div, input, nav, textarea, select, header, section, article, aside, footer, form, button, table, thead, tbody, tr, td, th,
ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

a, input, button {
  outline: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

figure {
  margin: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/img/select_arrow.png) no-repeat center right 15px;
  background-size: 16px;
}

select::-ms-expand {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  outline: 0;
  color: inherit;
  letter-spacing: inherit;
}

select {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  outline: 0;
  color: inherit;
  letter-spacing: inherit;
}

button {
  font-family: inherit;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  letter-spacing: inherit;
}

input:not([type=checkbox], [type=radio]),
select, textarea {
  color: inherit;
  font-size: inherit;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

textarea {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  resize: none;
  outline: 0;
  color: inherit;
  line-height: 1.5;
}

textarea::-webkit-scrollbar {
  width: 5px;
}

textarea::-webkit-scrollbar-track {
  background-color: rgba(129, 124, 122, 0.3);
}

textarea::-webkit-scrollbar-thumb {
  background-color: rgba(221, 215, 211, 0.5);
}

/* textarea::-webkit-scrollbar-thumb:hover {background: #ccc;} */
/* textarea::-webkit-scrollbar-button:start:decrement,
textarea::-webkit-scrollbar-button:end:increment {width:3px;height:0px; background:transparent;}  */
*::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}
*::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}
*:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}
*::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}
*::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

[popover] {
  border: none;
  padding: 0;
  margin: 0;
  left: auto;
}

:focus {
  outline: none;
}

.br_1240,
.br_1024,
.br_768,
.br_540 {
  display: none;
}

@media screen and (max-width: 1240px) {
  .br_1240 {
    display: block;
  }
  .br_1240_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .br_1024 {
    display: block;
  }
  .br_1024_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 15px;
  }
  .br_768 {
    display: block;
  }
  .br_768_none {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  html, body {
    font-size: 14px;
  }
  .br_540 {
    display: block;
  }
  .br_540_none {
    display: none;
  }
}
.wrapper {
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}

.fadeAni {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fadeAni.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.LeftAni {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.LeftAni.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.LeftTxt {
  position: relative;
  overflow: hidden;
}
.LeftTxt span {
  clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  -webkit-transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.LeftTxt.active span {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.scroll_motion.active .fadeAni {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.scroll_motion.active .LeftAni {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.delay1 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay3 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.delay4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay5 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.delay6 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

html.noScroll,
body.noScroll {
  min-height: 100%;
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

#topSection #header {
  padding: 50px 30px 100px;
  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;
  position: relative;
}
#topSection #header .logo img {
  height: 25px;
}
#topSection #header .mall_btn {
  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;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  right: 30px;
  top: 44px;
}
#topSection #header .mall_btn img {
  -webkit-transition: -webkit-filter 0.25s, -webkit-transform 0.25s;
  transition: -webkit-filter 0.25s, -webkit-transform 0.25s;
  transition: filter 0.25s, transform 0.25s;
  transition: filter 0.25s, transform 0.25s, -webkit-filter 0.25s, -webkit-transform 0.25s;
  width: 17px;
}
#topSection #header .mall_btn:hover {
  background: #2E2E2E;
  color: #ffffff;
  border-color: #2E2E2E;
}
#topSection #header .mall_btn:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
}
#topSection .title_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 30px;
}
#topSection .title_section h3 {
  font-size: 2rem;
  font-family: "Paperlogy-7Bold";
}
#topSection .title_section p {
  font-size: 0.9375rem;
  color: #8C8C8C;
}
#topSection .tab_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#topSection .tab_section > li > a {
  font-size: 0.9375rem;
  padding: 11px 20px;
  font-weight: 500;
  border-radius: 5px;
  color: #8C8C8C;
  background: #F6F6F6;
}
#topSection .tab_section > li.active > a {
  background: #36376B;
  color: #ffffff;
}

main {
  padding-bottom: 30px;
}
main.pt_15 {
  padding-top: 15px;
}
main.pt_15 .content {
  min-height: calc(100vh - 280px - 117px - 15px - 30px);
}
main.pt_70 {
  padding-top: 70px;
}
main.pt_70 .content {
  min-height: calc(100vh - 280px - 117px - 70px - 30px);
}
main #footer {
  margin-top: 100px;
  font-size: 0.75rem;
  color: #8C8C8C;
  text-align: center;
  letter-spacing: 0;
  font-family: "Pretendard", sans-serif;
}

#pager {
  margin: 70px auto 0;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  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;
}
#pager .pager_btn.prev {
  margin-right: 15px;
}
#pager .pager_btn.next {
  margin-left: 15px;
}
#pager .page {
  width: 45px;
  height: 45px;
  font-size: 0.9375rem;
  border: 1px solid transparent;
  border-radius: 5px;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  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;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#pager .page.active {
  border-color: #2E2E2E;
}
#pager .page:not(.active):hover {
  color: #B5B6B6;
}

@media screen and (max-width: 768px) {
  #topSection #header {
    padding: 40px 20px 75px;
  }
  #topSection #header .logo img {
    height: 22px;
  }
  #topSection #header .mall_btn {
    padding: 9px 16px;
    right: 20px;
    top: 34px;
  }
  #topSection #header .mall_btn img {
    width: 15px;
  }
  #topSection .title_section {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-bottom: 25px;
  }
  #topSection .title_section h3 {
    font-size: 1.875rem;
  }
  #topSection .title_section p {
    font-size: 0.875rem;
  }
  #topSection .tab_section {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  #topSection .tab_section > li > a {
    padding: 11px 18px;
  }
  main {
    padding-bottom: 20px;
  }
  main.pt_15 {
    padding-top: 15px;
  }
  main.pt_15 .content {
    min-height: calc(100vh - 233px - 96px - 15px - 20px);
  }
  main.pt_70 {
    padding-top: 60px;
  }
  main.pt_70 .content {
    min-height: calc(100vh - 233px - 96px - 60px - 20px);
  }
  main #footer {
    margin-top: 80px;
  }
  #pager {
    margin: 45px auto 0;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  #pager .pager_btn.prev {
    margin-right: 12px;
  }
  #pager .pager_btn.next {
    margin-left: 12px;
  }
  #pager .pager_btn img {
    width: 18px;
  }
  #pager .page {
    width: 32px;
    height: 32px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 540px) {
  #topSection #header {
    padding: 16px 12px 45px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #topSection #header .logo img {
    height: 17px;
  }
  #topSection #header .mall_btn {
    font-size: 0.8125rem;
    padding: 7px 12px;
    right: 12px;
    top: 10px;
  }
  #topSection #header .mall_btn img {
    width: 14px;
  }
  #topSection .title_section {
    margin-bottom: 20px;
    row-gap: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #topSection .title_section h3 {
    font-size: 1.75rem;
  }
  #topSection .tab_scroll {
    overflow-x: scroll;
  }
  #topSection .tab_section {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #topSection .tab_section > li > a {
    padding: 13px 17px;
  }
  main {
    padding-bottom: 15px;
  }
  main.pt_15 {
    padding-top: 15px;
  }
  main.pt_15 .content {
    min-height: calc(100vh - 190px - 85px - 15px - 15px);
  }
  main.pt_15 .content.mo_115 {
    min-height: calc(100vh - 190px - 115px - 15px - 15px);
  }
  main.pt_70 {
    padding-top: 50px;
  }
  main.pt_70 .content {
    min-height: calc(100vh - 190px - 85px - 50px - 15px);
  }
  main #footer {
    margin-top: 70px;
  }
  #pager {
    margin: 25px auto 0;
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
  }
  #pager .pager_btn.prev {
    margin-right: 8px;
  }
  #pager .pager_btn.next {
    margin-left: 8px;
  }
  #pager .pager_btn img {
    width: 16px;
  }
  #pager .page {
    width: 28px;
    height: 28px;
  }
}
.select_search_wrap {
  margin-bottom: 15px;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.select_search_wrap #searchBar {
  font-size: 0.875rem;
}
.select_search_wrap #searchBar .searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.select_search_wrap #searchBar .searchBox > * {
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.select_search_wrap #searchBar .searchBox input#search_text {
  width: 250px;
  padding: 0 15px;
  letter-spacing: 0;
}
.select_search_wrap #searchBar .searchBox #search_btn {
  width: 55px;
  font-size: inherit;
}

.select-hidden {
  display: none;
  visibility: hidden;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #2E2E2E;
  width: 250px;
  height: 42px;
  font-size: 0.875rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 32px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-styled:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/img/select_arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.select-styled:hover {
  background-color: rgb(249.9, 249.9, 249.9);
}
.select-styled:active, .select-styled.active {
  background-color: rgb(242.25, 242.25, 242.25);
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ddd;
  border-top: 0;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select-options li {
  margin: 0;
  padding: 12px 15px;
  border-top: 1px solid #ddd;
}
.select-options li:first-child {
  border-top: 0;
}
.select-options li:hover, .select-options li.is-selected {
  background: #36376B;
  color: #ffffff;
}
.select-options li[rel=hide] {
  display: none;
}

/* 리스트 */
.download_board ul {
  font-size: 0.9375rem;
  font-family: "Paperlogy-5Medium";
  font-family: "Pretendard", sans-serif;
}
.download_board ul.thead {
  height: 60px;
  background: #F7F7F9;
}
.download_board ul.tbody > li {
  height: 90px;
  border-bottom: 1px solid #DDDDDD;
}
.download_board ul.tbody > li .number {
  color: #B5B6B6;
}
.download_board ul.tbody > li .type .thumbnail {
  aspect-ratio: 114/100;
  max-height: 90px;
  margin: 0 auto;
  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;
}
.download_board ul.tbody > li .type .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.download_board ul.tbody > li .title {
  padding: 0 20px;
  text-align: left;
  font-size: 1.125rem;
}
.download_board ul.tbody > li .title > a {
  max-width: calc(100% - 55px);
  word-break: keep-all;
  display: inline-block;
}
.download_board ul.tbody > li .title > a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.download_board ul.tbody > li .title .icon_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 7px;
}
.download_board ul.tbody > li .title .icon_wrap img.icon_down {
  max-height: 20px;
}
.download_board ul.tbody > li .title .icon_wrap img.icon_new {
  max-height: 16px;
}
.download_board ul.tbody > li .title .icon_wrap img + img {
  margin-left: 5px;
}
.download_board ul > li {
  display: grid;
  grid-template-columns: 6.5% 9% 67.5% 7% 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
}

/* 뷰 */
.download_view .view_info_wrap .typeName, .download_view .view_info_wrap .date_hit_wrap {
  font-size: 0.9375rem;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
}
.download_view .view_info_wrap .title {
  font-size: 1.75rem;
  margin-top: 10px;
  font-family: "Paperlogy-7Bold";
  letter-spacing: 0;
  word-break: keep-all;
}
.download_view .view_info_wrap .date_hit_wrap {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #8C8C8C;
}
.download_view .attach_wrap {
  display: grid;
  grid-template-columns: 80px auto;
  padding: 20px 30px;
  margin-bottom: 30px;
  background: #F7F7F9;
  border-radius: 5px;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 0.9375rem;
}
.download_view .attach_wrap .attch_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.download_view .attach_wrap .attch_list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.download_view .attach_wrap .attch_list > li > a::after {
  content: "다운로드";
  background: #862783;
  color: #ffffff;
  font-size: 0.75rem;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  border-radius: 100px;
  padding: 6px 11px;
}
.download_view .attach_wrap .attch_list > li > a:hover {
  color: #862783;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.download_view .editor_wrap img {
  height: auto !important;
}
.download_view .listBth {
  width: 234px;
  height: 52px;
  font-size: 1.125rem;
  margin: 70px auto 0;
  display: block;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.download_view .listBth:hover {
  background-color: rgb(249.9, 249.9, 249.9);
}

@media screen and (max-width: 1024px) {
  .select {
    width: 250px;
    height: 40px;
  }
  .select_search_wrap #searchBar .searchBox > * {
    height: 40px;
  }
  .select_search_wrap #searchBar .searchBox input#search_text {
    width: 210px;
  }
  .select_search_wrap #searchBar .searchBox #search_btn {
    width: 55px;
  }
  .select-styled:after {
    width: 19px;
    height: 19px;
  }
  .download_board ul {
    font-size: 0.875rem;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .download_board ul.thead {
    height: 55px;
  }
  .download_board ul.tbody > li {
    height: 75px;
  }
  .download_board ul.tbody > li .type .thumbnail {
    max-height: 75px;
  }
  .download_board ul.tbody > li .title > a {
    max-width: calc(100% - 47px);
    font-size: 1rem;
  }
  .download_board ul.tbody > li .title .icon_wrap {
    margin-left: 5px;
  }
  .download_board ul.tbody > li .title .icon_wrap img.icon_down {
    max-height: 18px;
  }
  .download_board ul.tbody > li .title .icon_wrap img.icon_new {
    max-height: 14px;
  }
  .download_board ul.tbody > li .title .icon_wrap img + img {
    margin-left: 4px;
  }
  .download_board ul > li {
    grid-template-columns: 6.5% 8% 66.5% 10.5% 8.5%;
  }
}
@media screen and (max-width: 768px) {
  .select {
    font-size: 0.875rem;
    width: 230px;
    height: 36px;
  }
  .select_search_wrap {
    margin-bottom: 15px;
  }
  .select_search_wrap #searchBar {
    font-size: 0.875rem;
  }
  .select_search_wrap #searchBar .searchBox > * {
    height: 36px;
  }
  .select_search_wrap #searchBar .searchBox input#search_text {
    width: 170px;
    padding: 0 12px;
  }
  .select_search_wrap #searchBar .searchBox #search_btn {
    width: 50px;
  }
  .select-styled {
    padding: 0 25px 0 12px;
  }
  .select-styled:after {
    width: 16px;
    height: 16px;
    right: 7px;
  }
  .select-options li {
    padding: 12px 15px;
  }
  .download_board ul.thead {
    height: 50px;
  }
  .download_board ul.tbody > li {
    height: 65px;
  }
  .download_board ul.tbody > li .type .thumbnail {
    max-height: 65px;
  }
  .download_board ul.tbody > li .title {
    padding: 0 15px;
  }
  .download_board ul.tbody > li .title > a {
    max-width: calc(100% - 45px);
    font-size: 0.9375rem;
  }
  .download_board ul.tbody > li .title .icon_wrap img.icon_down {
    max-height: 17px;
  }
  .download_board ul.tbody > li .title .icon_wrap img.icon_new {
    max-height: 13px;
  }
  .download_board ul.tbody > li .title .icon_wrap img + img {
    margin-left: 3px;
  }
  .download_board ul > li {
    grid-template-columns: 7% 8% 64% 12% 9%;
  }
  .download_view .view_info_wrap .typeName, .download_view .view_info_wrap .date_hit_wrap {
    font-size: 0.875rem;
  }
  .download_view .view_info_wrap .title {
    font-size: 1.625rem;
    margin-top: 8px;
  }
  .download_view .view_info_wrap .date_hit_wrap {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .download_view .attach_wrap {
    grid-template-columns: 70px auto;
    padding: 15px 20px;
    margin-bottom: 15px;
    font-size: 0.875rem;
  }
  .download_view .attach_wrap .attch_list > li > a {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .download_view .attach_wrap .attch_list > li > a::after {
    padding: 4px 9px;
  }
  .download_view .listBth {
    width: 200px;
    height: 46px;
    font-size: 1rem;
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 541px) {
  .download_board ul.tbody > li .title > a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 540px) {
  .select {
    width: 100%;
    height: 35px;
  }
  .select_search_wrap {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 5px;
  }
  .select_search_wrap #searchBar .searchBox {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .select_search_wrap #searchBar .searchBox > * {
    height: 35px;
  }
  .select_search_wrap #searchBar .searchBox input#search_text {
    width: calc(100% - 46px - 5px);
  }
  .select_search_wrap #searchBar .searchBox #search_btn {
    width: 46px;
  }
  .select-styled {
    padding: 0 25px 0 12px;
  }
  .select-styled:after {
    width: 16px;
    height: 16px;
    right: 7px;
  }
  .select-options li {
    padding: 12px 15px;
  }
  .download_board ul > li .number {
    display: none;
  }
  .download_board ul.thead {
    display: none;
  }
  .download_board ul.tbody {
    border-top: 1px solid #DDDDDD;
  }
  .download_board ul.tbody > li {
    height: auto;
    padding: 20px 0 20px calc(20% + 15px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 5px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .download_board ul.tbody > li .type {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20%;
  }
  .download_board ul.tbody > li .type .thumbnail {
    max-height: none;
    max-width: 100%;
  }
  .download_board ul.tbody > li .title {
    padding: 0;
    width: 100%;
    font-size: 1rem;
  }
  .download_board ul.tbody > li .title > a {
    max-width: none;
    display: inline;
    line-height: 1.5;
  }
  .download_board ul.tbody > li .title .icon_wrap {
    vertical-align: middle;
    margin-bottom: 2px;
  }
  .download_board ul.tbody > li .title .icon_wrap img.icon_down {
    max-height: 15px;
  }
  .download_board ul.tbody > li .title .icon_wrap img.icon_new {
    max-height: 12px;
  }
  .download_board ul.tbody > li .title .icon_wrap img + img {
    margin-left: 3px;
  }
  .download_board ul.tbody > li .date, .download_board ul.tbody > li .hit {
    color: #8C8C8C;
  }
  .download_board ul.tbody > li .hit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
  .download_board ul.tbody > li .hit::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(/img/icon_hit.png) no-repeat center center/contain;
  }
  .download_view .view_info_wrap .typeName, .download_view .view_info_wrap .date_hit_wrap {
    font-size: 0.9375rem;
  }
  .download_view .view_info_wrap .title {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .download_view .view_info_wrap .date_hit_wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin: 22px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .download_view .attach_wrap {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .download_view .attach_wrap > p {
    display: none;
  }
  .download_view .attach_wrap .attch_list {
    row-gap: 6px;
  }
  .download_view .attach_wrap .attch_list > li > a {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .download_view .attach_wrap .attch_list > li > a > p {
    max-width: calc(100% - 72px - 5px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .download_view .attach_wrap .attch_list > li > a::after {
    font-size: 0.9375rem;
    width: 72px;
    height: 30px;
    padding: 0;
    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;
  }
  .download_view .listBth {
    width: 180px;
    height: 48px;
    font-size: 1.0625rem;
    margin: 35px auto 0;
  }
}/*# sourceMappingURL=sub01.css.map */