@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;
  }
}/*# sourceMappingURL=common.css.map */