@charset "UTF-8";
.collapse{
  visibility: collapse;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.top-\[50\%\]{
  top: 50%;
}
.left-\[8px\]{
  left: 8px;
}
.box-border{
  box-sizing: border-box;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[16px\]{
  height: 16px;
}
.h-full{
  height: 100%;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[24px\]{
  width: 24px;
}
.w-full{
  width: 100%;
}
.border-collapse{
  border-collapse: collapse;
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.appearance-none{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.border{
  border-width: 1px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.border-\[\#dfdfdf\]{
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}
.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-\[2px\]{
  padding-bottom: 2px;
}
.pl-\[28px\]{
  padding-left: 28px;
}
.pr-\[12px\]{
  padding-right: 12px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[\#1f1f1f\]{
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
/* 보통  */
.xe-list-board-body__article-text.xe-list-board-body__article-text--medium .xe-content * {
  font-size: 18px;
  line-height: 32px;
}

/* 크게 */
.xe-list-board-body__article-text.xe-list-board-body__article-text--large .xe-content * {
  font-size: 32px;
  line-height: 52px;
}

/* 아주크게 */
.xe-list-board-body__article-text.xe-list-board-body__article-text--xlarge .xe-content * {
  font-size: 60px;
  line-height: 100px;
}
