@charset "UTF-8";
/* Responsive */
/* 모바일에서 레이아웃에 가둬진 박스의 너비가 풀로 가져가야 할때 */
/* Ellipsis */
@import url("swiper.min.css");
@import url("fonts.css");
@import url("aos.css");
@import url("main.css");
html {
  height: 100%;
  font-size: 1px;
}
@media (max-width: 1752px) {
  html {
    font-size: 0.057vw;
  }
}
@media (max-width: 720px) {
  html {
    font-size: 0.278vw;
  }
}

body {
  color: #141414;
  font-family: "Paperlogy", sans-serif;
  font-size: clamp(6px, 30rem, 9999rem);
  font-weight: 400;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: keep-all;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
/* WordPress style.css의 body * { font-family: Noto Sans } 오버라이드 대응 */
/* #wrap 명시도(0,1,0,0) > body *(0,0,0,1) 으로 이김 */
#wrap {
  font-family: "Paperlogy", sans-serif;
}
#wrap * {
  font-family: inherit;
}
#wrap .btn {
  border: none !important;
}
#wrap section#participate_campaign .cont_box .message_box .inner .swiper-slide .line span.name {
  width: 140px;
}
@media (max-width: 720px) {
  #wrap section#participate_campaign .cont_box .message_box .inner .swiper-slide .line span.name {
    width: 94px;
  }
}
@media (max-width: 720px) {
  body {
    font-size: clamp(6px, 18rem, 9999rem);
  }
}

::-webkit-scrollbar {
  display: none;
}

::-moz-placeholder {
  color: #afafaf;
}

::placeholder {
  color: #afafaf;
}

body,
div,
p,
span,
a,
section,
label,
input,
button,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
header,
footer,
main,
b,
i,
em,
strong,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
object {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-style: normal;
  outline: none !important;
}

em {
  color: #F4D5A5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  border: 0 none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

label {
  cursor: pointer;
}

img,
video,
svg {
  display: block;
  border: none;
  width: 100%;
}

option {
  color: inherit;
}

section {
  position: relative;
}

picture {
  display: block;
  width: 100%;
}/*# sourceMappingURL=common.css.map */