@charset "utf-8";
.pseudo-selection {
  background: #2AC1BC;
  color: #000;
}
::-moz-selection {
  background: #2AC1BC;
  color: #000;
}
::-webkit-selection {
  background: #2AC1BC;
  color: #000;
}
::selection {
  background: #2AC1BC;
  color: #000;
}
html,
body {
  margin: 0px;
  font-size: 13px;
  min-height: 150vh;
}
html *,
body * {
  font-family: 'Roboto', 'Noto Sans KR', sans-serif;
  word-break: keep-all;
}
@media (max-width:1025px) and (min-width:751px) {
  html,
  body {
    font-size: 13px;
  }
}
@media (max-width:750px) {
  html,
  body {
    font-size: 13px;
  }
}
html h1,
body h1 {
  font-size: 2.7rem;
  font-weight: 900;
  margin: 0px;
  margin-bottom: 0.25rem;
  line-height: 1.1em;
  margin-bottom: 1rem;
}
html h2,
body h2 {
  font-size: 1.2rem;
  margin: 0px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 0.5rem;
}
html p,
body p {
  font-size: 1rem;
  margin: 0px;
  margin-bottom: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}
#footer .fbtns {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}
#footer .fbtns > div,
#footer .fbtns > a {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}
#footer .fbtns > div:last-child,
#footer .fbtns > a:last-child {
  margin-bottom: 0;
}
#footer .fbtns > div svg,
#footer .fbtns > a svg {
  flex: 1;
}
#footer .fbtns > div:hover,
#footer .fbtns > a:hover {
  background: #ddd;
}
#footer .fcontent {
  display: none;
  width: calc(100% - 133px);
  max-width: 350px;
  position: fixed;
  right: calc(35px +  2 * 2rem);
  bottom: 2rem;
  height: auto;
  padding: 1rem;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#footer .fcontent.active {
  display: block;
}
#footer .fcontent > div {
  width: 100%;
  color: #000;
  padding: 0.5rem 0;
}
footer {
  float: left;
  width: 100%;
  background: #000;
  padding: 1rem 0;
}
footer div,
footer span {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
}
footer div img {
  width: auto;
  font-size: 1rem;
  height: 1.5em;
}
.content {
  width: calc(100% -  2em);
  max-width: 1350px;
  margin: 0 auto;
}
.content.main-wrap {
  min-height: 150vh;
}
.content header {
  font-size: 1rem;
  padding: 2em 0;
}
.content .col-1-2 {
  clear: both;
  overflow: hidden;
}
.content .col-1-2 > div {
  display: inline;
}
.content .col-1-2 > div img {
  width: 100%;
  height: auto;
  max-width: 180px;
}
.content .col-1-2 > div:first-child {
  width: 180px;
  margin-right: 2em;
  text-align: center;
}
.content .col-1-2 > div:last-child {
  width: calc(100% - 180px -  2em);
}
.content .col-1-2 > div .desc {
  width: 100%;
  max-width: 580px;
  font-weight: 500;
  display: inline-block;
}
@media (max-width:1025px) and (min-width:751px) {
  .content .col-1-2 > div .desc {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width:1025px) and (min-width:751px) {
  .content .col-1-2 > div {
    display: block;
    width: 100%!important;
    margin-right: 0px!important;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.content .col-3 {
  clear: both;
  overflow: hidden;
}
.content .col-3 > div {
  float: left;
  width: calc(33.33% -  2*2em/3);
  margin-right: 2em;
}
.content .col-3 > div:last-child {
  margin-right: 0px;
}
@media (max-width:750px) {
  .content .col-3 > div {
    width: 100%!important;
    margin: 0px!important;
  }
}
.content .item_wrapper {
  overflow: visible;
  clear: both;
  padding-bottom: 20rem;
}
.content .item_wrapper > .item:nth-child(3n-2) {
  transition-delay: 0s;
}
.content .item_wrapper > .item:nth-child(3n-1) {
  transition-delay: 0.1s;
}
.content .item_wrapper > .item:nth-child(3n) {
  transition-delay: 0.2s;
}
@media (min-width:1026px) {
  .content .item_wrapper > .item:nth-child(3n) {
    margin-right: 0px;
  }
  .content .item_wrapper > .item:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width:1025px) and (min-width:751px) {
  .content .item_wrapper > .item:nth-child(2n) {
    margin-right: 0px;
  }
  .content .item_wrapper > .item:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width:750px) {
  .content .item_wrapper > .item {
    margin-right: 0px;
  }
  .content .item_wrapper > .item {
    clear: both;
  }
}
.content .item_wrapper .item {
  position: relative;
  float: left;
  width: calc(33.33% -  2*2em/3);
  border-top: 3px solid #000;
  font-size: 1rem;
  box-sizing: border-box;
  height: 0px;
  min-height: 750px;
  margin-right: 2em;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translate(0px, 100px);
  transition: 0.3s;
}
.content .item_wrapper .item.set {
  opacity: 1;
  transform: translate(0px, 0px);
}
.content .item_wrapper .item.no-trans {
  transition: none;
}
.content .item_wrapper .item.include {
  padding: 2rem 0.5rem;
}
.content .item_wrapper .item.include * {
  text-align: center;
}
.content .item_wrapper .item.include a {
  color: #000;
  text-decoration: none;
}
.content .item_wrapper .item.hide .item_body {
  display: none;
}
.content .item_wrapper .item .item_body {
  height: 100%;
  overflow: hidden;
  animation: body-show 0.3s forwards;
}
.content .item_wrapper .item .item_body.hide {
  visibility: hidden;
}
.content .item_wrapper .item .item_body .item_cont_wrap {
  padding: 2rem 0.5rem;
}
.content .item_wrapper .item .item_body .post_title {
  width: 100%;
  word-break: keep-all;
  white-space: normal;
}
.content .item_wrapper .item .item_body .sub-title,
.content .item_wrapper .item .item_body .post_content,
.content .item_wrapper .item .item_body .members {
  margin-bottom: 1.5em;
}
.content .item_wrapper .item .item_body .share_btn .mini {
  font-size: 0.85rem;
}
.content .item_wrapper .item .item_body audio {
  width: 100%;
}
.content .item_wrapper .item .item_body iframe {
  width: 100%;
  background: #000;
  max-height: 250px;
}
.content .item_wrapper .item .item_body video {
  width: 100%;
  height: auto;
}
.content .item_wrapper .item .item_body img {
  margin-bottom: 1rem;
}
.content .item_wrapper .item .item_body img.emoticon {
  font-size: inherit;
  display: inline-block;
  height: 7.5em;
  width: auto;
  margin-bottom: 0em;
}
.content .item_wrapper .item .item_body .embed_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  margin-bottom: 1rem;
}
.content .item_wrapper .item .item_body .embed_wrap iframe,
.content .item_wrapper .item .item_body .embed_wrap a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .item_wrapper .item .item_body h5 {
  margin-top: -1.5em;
  color: #333;
  margin-bottom: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 0.85rem;
}
.content .item_wrapper .item .item_body h1:not(.post_title) {
  font-size: 1.8rem;
}
.content .item_wrapper .item .item_body h1 a,
.content .item_wrapper .item .item_body h2 a,
.content .item_wrapper .item .item_body h3 a,
.content .item_wrapper .item .item_body h4 a,
.content .item_wrapper .item .item_body p a {
  color: #2AC1BC;
}
.content .item_wrapper .item .item_body h1 img,
.content .item_wrapper .item .item_body h2 img,
.content .item_wrapper .item .item_body h3 img,
.content .item_wrapper .item .item_body h4 img,
.content .item_wrapper .item .item_body p img {
  margin-bottom: 0;
}
.content .item_wrapper .item .item_body .date {
  margin: 0 0 1.5em;
}
.content .item_wrapper .item .item_body .item_head {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 0;
}
.content .item_wrapper .item .item_body .item_head > * {
  margin-bottom: 1.5rem;
}
.content .item_wrapper .item .item_body .item_head.is_video {
  background: #333;
  height: 0;
  padding-bottom: 55%;
  margin-bottom: 1rem;
}
.content .item_wrapper .item .item_body .item_head.is_video iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.content .item_wrapper .item .item_body .v-quiz {
  width: 100%;
  margin-bottom: 1rem;
}
.content .item_wrapper .item .item_body .v-quiz ul {
  list-style: lower-alpha;
  padding: 0;
  padding-left: 1rem;
  margin-top: 0;
}
.content .item_wrapper .item .item_body .v-quiz ul li {
  font-size: 1rem;
  cursor: pointer;
}
.content .item_wrapper .item .item_body .v-quiz ul li span {
  display: none;
  color: rgba(0, 0, 0, 0.5);
}
.content .item_wrapper .item .item_body .v-quiz ul li.active {
  color: #2AC1BC;
  font-weight: 500;
}
.content .item_wrapper .item .item_body .v-quiz ul li.active span {
  display: inline;
}
@media (max-width:1025px) and (min-width:751px) {
  .content .item_wrapper .item {
    width: calc(50% -  2em/2);
  }
}
@media (max-width:750px) {
  .content .item_wrapper .item {
    width: 100%;
  }
}
.content .item_wrapper .item * {
  word-break: keep-all;
}
.content .item_wrapper .item img {
  width: 100%;
  height: auto;
}
.content .item_wrapper .item .more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1.6rem;
  height: 2.5em;
  text-align: center;
  padding: 15rem 0 1rem;
  overflow: hidden;
  transition: 0.5s;
  z-index: 9;
}
.content .item_wrapper .item .more.closed {
  display: none;
}
.content .item_wrapper .item .more .more_body {
  cursor: pointer;
  width: calc(100% -  0.5rem*2);
  height: 100%;
  border: 1px solid #000;
  border-top: 0px;
  background: #fff;
  font-size: 1.2rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
.content .item_wrapper .item .more .more_body div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
  box-sizing: border-box;
  line-height: 2.5em;
}
.content .item_wrapper .item .more .more_body .opener {
  background: #fff;
  color: #000;
  top: 0%;
  border-top: 1px solid #000;
}
.content .item_wrapper .item .more .more_body .opener:after {
  content: "";
  display: inline-block;
  font-size: 1.2rem;
  width: 1em;
  height: 1em;
  background: url('../../imgs/arr2.png') center center no-repeat;
  background-size: 0.7em auto;
  margin-left: 0.5em;
}
.content .item_wrapper .item .more .more_body .closer {
  background: #000;
  color: #fff;
  top: -100%;
}
.content .item_wrapper .item .more .more_body .closer:after {
  content: "";
  display: inline-block;
  font-size: 1.2rem;
  width: 1em;
  height: 1em;
  background: url('../../imgs/arr1.png') center center no-repeat;
  background-size: 0.7em auto;
  margin-left: 0.5em;
}
.content .item_wrapper .item .more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0) 100%, transparent);
  transition: 0.5s;
}
.content .item_wrapper .item .more.open {
  padding-top: 1rem;
}
.content .item_wrapper .item .more.open .opener {
  top: 100%;
}
.content .item_wrapper .item .more.open .closer {
  top: 0%;
}
.content .item_wrapper .item .icons {
  position: absolute;
  top: 0.25rem;
  left: -1rem;
  width: 100%;
}
.content .item_wrapper .item .icons img {
  font-size: 1rem;
  width: 75px;
  height: auto;
  margin-right: 1rem;
}
body.lock {
  overflow: hidden;
}
@keyframes body-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    transform: translate(0, 5rem);
    opacity: 0;
  }
  50% {
    transform: translate(0, 5rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0rem);
    opacity: 1;
  }
}
.edit_btn {
  position: absolute;
  top: 2rem;
  right: 0;
  font-size: 3rem;
  width: 1em;
  height: 1em;
  background: #000;
  border-radius: 100%;
  transform: scale(0);
  transition: 0.2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit_btn:before {
  content: "Edit";
  color: #fff;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
}
.item:hover .edit_btn {
  transform: scale(1);
}
.item.current:before {
  content: "Editing...";
  color: #fff;
  position: absolute;
  top: 0.5em;
  right: 0;
  padding: 0.5em;
  font-size: 1rem;
  background: #2AC1BC;
  z-index: 99;
  font-weight: 500;
}
.shortcode-slider {
  position: relative;
  margin-bottom: 1.5rem;
}
.shortcode-slider .slick-slider {
  min-height: 335px;
}
.shortcode-slider img {
  margin-bottom: 0!important;
}
.shortcode-slider:not(.set) > img:first-child {
  position: relative!important;
}
.shortcode-slider:not(.set) > img:nth-child(n+1) {
  position: absolute;
  top: 0;
  left: 0;
}
.shortcode-slider .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shortcode-slider.slick-initialized .slick-slide {
  padding: 0;
}
.shortcode-slider button.slick-prev {
  left: 0.5rem !important;
  right: auto!important;
  text-align: center;
  background-image: url(/wp-content/uploads/2020/08/leftArrow.png) !important;
}
.shortcode-slider button.slick-next {
  right: 0.5rem !important;
  left: auto!important;
  background-image: url(/wp-content/uploads/2020/08/rightArrow.png) !important;
}
.shortcode-slider button {
  z-index: 1;
  border: 0px;
  top: 50%!important;
  border-radius: 100%;
  width: 25px!important;
  height: 25px!important;
  background-size: auto 1rem!important;
  background-position: center!important;
}
.shortcode-slider button:before {
  content: "";
  color: #fff;
  height: 1rem;
  width: auto;
}
.shortcode-gif {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.shortcode-gif img {
  margin-bottom: 0px!important;
}
.shortcode-gif .back {
  width: 100%;
  height: auto;
}
.shortcode-gif:hover .front {
  display: block;
}
.shortcode-gif .front {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
body.error404 {
  background: #2AC1BC;
}
body.error404 * {
  color: #fff;
}
body.error404 footer {
  display: none;
}
body.error404 .preview {
  text-align: center;
  padding-top: 10vh;
}
