.o-screen {
  display: block;
  padding: 0;
}
.o-screen .o-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.o-screen .o-container:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 980px) {
  .o-screen .o-container:has(.o-sub-nav) {
    flex-direction: column;
    gap: 0;
  }
  .o-screen .o-container:has(.o-sub-nav) .o-sub-nav {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 0 16px;
    border-right: 0 none;
    border-bottom: 1px solid #D5D5D5;
  }
}
.o-screen__content {
  flex: 1;
  width: 100%;
  padding: 24px;
}
@media (max-width: 980px) {
  .o-screen__content {
    padding: 24px 0;
  }
  .o-screen__content .o-inline-nav {
    gap: 12px 18px;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 20px 16px;
    border-right: 0 none;
  }
}
.o-screen #xet-simple-board .simple-board__header {
  margin-bottom: 12px;
}
.o-screen #xet-simple-board .simple-board__header .title {
  font-size: 20px;
}
@media (max-width: 980px) {
  .o-screen #xet-simple-board .simple-board__sort-group {
    transform-origin: left top;
    transform: scale(0.9);
    margin-bottom: 12px;
  }
  .o-screen #xet-simple-board .simple-board__sort-group .flex-item:last-child {
    display: none;
  }
}
.o-screen #xet-simple-board .simple-board__gallery .item {
  box-shadow: none !important;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  background-color: #F5F5F5;
}
.o-screen #xet-simple-board .simple-board__gallery .item .item__thumbnail {
  border-bottom: 1px solid #EEEEEE;
}
.o-screen #xet-simple-board .simple-board__gallery .item .item__contents .item__category {
  margin-bottom: -12px;
  color: #008CD2;
}
@media (max-width: 980px) {
  .o-screen #xet-simple-board .simple-board__gallery .item .item__contents .item__category {
    font-size: 12px;
  }
}
@media (max-width: 980px) {
  .o-screen #xet-simple-board .simple-board__gallery .item .item__contents .item__subject span a {
    font-size: 14px !important;
  }
}
.o-screen #xet-simple-board .simple-board__read .simple-board__read__header .document-title {
  margin-bottom: 24px;
}
.o-screen #xet-simple-board .simple-board__read .simple-board__read__header .document-title .category-name {
  margin-bottom: 0;
  font-size: 14px;
}
.o-screen #xet-simple-board .simple-board__read .simple-board__read__header .document-title .title {
  font-size: 20px;
}
.o-screen #xet-simple-board .rhymix_content img, .o-screen #xet-simple-board .xe_content img {
  max-width: 100%;
}
.o-screen #xet-simple-board dl.attachedFile, .o-screen #xet-simple-board .simple-board__read .simple-board__read__body .simple-board__read__vote {
  display: none;
}
.o-screen #xet-simple-board form .control-group.option {
  display: none;
}
.o-screen .document_popup_menu {
  display: none !important;
}
.o-screen[data-module="page"] .o-inline-nav + h1 {
  display: none !important;
}
.o-screen[data-module="page"] .rhymix_content img {
  width: 100%;
  border-radius: 8px;
}
.o-screen[data-module="page"] .rhymix_content h1, .o-screen[data-module="page"] .rhymix_content h2 {
  margin: 0 0 24px;
  padding: 0;
}
.o-screen[data-module="page"] .rhymix_content h2 {
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.o-screen[data-module="page"] .rhymix_content h2 b {
  color: #D3034B;
  font-weight: inherit;
}
.o-screen[data-module="page"] .rhymix_content p {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.75;
}
/*# sourceMappingURL=5def07671d0f14f484db20a0352dc3f40651a1ae.Screen.scss.map */
