@charset "UTF-8";
@font-face {
  font-family: "KR";
  src: url(../assets/fonts/Pretendard-Regular.woff2) format(woff2), url(../assets/fonts/Pretendard-Regular.woff) format(woff);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "KR";
  src: url(../assets/fonts/Pretendard-Bold.woff2) format(woff2), url(../assets/fonts/Pretendard-Bold.woff) format(woff);
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  word-break: keep-all;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

body, h1, h2, h3, h4, h5, h6, input, textarea, select {
  font-family: "news-gothic-std", "KR", "Noto Sans KR", sans-serif !important;
  color: black;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

/*==============================================================================*/
@media (min-width: 981px) {
  /** TEXT
  * 사용법
  * @include font(폰트사이즈($h1~px도 가능), font-weight);
  * @include font($h2, $bold);
  */
  /** COLOR
  * 사용법
  * background-color: color(primary, primary);
  */
}
@media screen and (min-width: 981px) and (max-width: 980px) {
  html.ko-kr .en-txt {
    display: none;
  }
}
@media screen and (min-width: 981px) and (max-width: 980px) {
  html.en-us .ko-txt {
    display: none;
  }
}
@media (min-width: 981px) {
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 981px) {
  ::selection {
    background: #156fff;
  }
}
@media (min-width: 981px) {
  a::selection {
    background: #f451ba;
  }
}
@media (min-width: 981px) {
  p {
    padding-bottom: 1em;
  }
  p:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 981px) {
  .color-1 {
    color: #f451ba;
  }
}
@media (min-width: 981px) {
  .color-2 {
    color: #1bb295;
  }
}
@media (min-width: 981px) {
  .color-3 {
    color: #ff5a12;
  }
}
@media (min-width: 981px) {
  .color-4 {
    color: #156fff;
  }
}
@media (min-width: 981px) {
  .back-1 {
    background-color: #f451ba;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media (min-width: 981px) {
  .back-2 {
    background-color: #1bb295;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media (min-width: 981px) {
  .back-3 {
    background-color: #ff5a12;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media (min-width: 981px) {
  .back-4 {
    background-color: #156fff;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media (min-width: 981px) {
  a, a:link, a:visited {
    color: inherit;
  }
  a span, a:link span, a:visited span {
    border-bottom: 1px solid;
  }
  a:hover span, a:link:hover span, a:visited:hover span {
    border-bottom: none;
    text-decoration: line-through;
  }
}
@media (min-width: 981px) {
  .strip {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    pointer-events: none;
    user-select: none;
  }
  .strip.strip-top {
    top: 0;
  }
  .strip.strip-top > div:first-child {
    width: 100%;
    height: 10px;
    max-height: 1rem;
    background-color: #232323;
  }
  .strip.strip-top > div:last-child {
    width: calc( 100% - 10px * 2);
    margin: 0 10px;
    height: 24px;
    background-image: url(../assets/color-strip.png);
    background-repeat: repeat-x;
    background-size: contain;
  }
  .strip.strip-bottom {
    bottom: 0;
  }
  .strip.strip-bottom > div:first-child {
    width: calc( 100% - 10px * 2);
    margin: 0 10px;
    height: 24px;
    background-image: url(../assets/color-strip.png);
    background-repeat: repeat-x;
    background-size: contain;
  }
  .strip.strip-bottom > div:last-child {
    width: 100%;
    height: 10px;
    max-height: 1rem;
    background-color: #232323;
  }
}
@media (min-width: 981px) {
  .center-devider {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    user-select: none;
  }
  .center-devider .devider {
    height: 100%;
    width: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .center-devider .cardinal {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    position: absolute;
    bottom: calc(1rem + 24px);
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid;
    margin: 0 auto;
  }
  .center-devider .cardinal > div {
    width: calc(100% + 10px + 4px);
    margin-left: calc(-10px / 2 - 2px);
    height: 1px;
    background-color: #000;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 981px) and (max-width: 980px) {
  .center-devider .cardinal {
    left: unset;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
  }
  .center-devider .cardinal > div {
    width: 1px;
    height: calc(100% + 10px + 4px);
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 981px) {
  .contents-container {
    padding: calc(1rem + 24px) 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .contents-container > div {
    flex-grow: 1;
  }
  .contents-container > div:first-child {
    margin-bottom: 1em;
  }
  .contents-container > .bottom {
    position: fixed;
    bottom: calc(1rem + 24px);
  }
  .contents-container .link-tree {
    flex-grow: 100;
  }
  .contents-container .link-tree ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.3em;
  }
  .contents-container .link-tree ul li a {
    margin-top: -0.01em;
    border-bottom: 1px dotted;
    line-height: 1.3;
  }
  .contents-container .link-tree ul li a:hover {
    border-bottom: none;
    text-decoration: line-through;
  }
}
@media (min-width: 981px) {
  .posts-container {
    position: relative;
    margin-bottom: calc(calc(1rem + 24px) + 60px);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .posts-container .post-border {
    position: relative;
    width: 100px;
    height: 120px;
    z-index: 10;
    padding: 4px;
    border: 1px solid transparent;
    cursor: move;
  }
  .posts-container .post-border:hover, .posts-container .post-border:active, .posts-container .post-border:focus {
    border: 1px dashed gray;
  }
  .posts-container .post-border .post {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #000;
    cursor: move;
  }
  .posts-container .post-border .post .post-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: none;
    width: calc(100% + 10px * 2);
    color: #fff;
    border-color: #000;
  }
  .posts-container .post-border .post .post-title span {
    background-color: #000;
    border: none;
    display: inline;
  }
  .posts-container .post-border .post:hover .post-title {
    display: block;
  }
  .posts-container .post-border .post:hover .post-title span {
    text-decoration: none;
  }
  .posts-container .post-border .post .corner {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-left: 1px solid;
    background: -webkit-linear-gradient(225deg, transparent 50%, #fff 50%), -webkit-linear-gradient(45deg, #000 14.5px, #FFF 14.5px);
    background: -moz-linear-gradient(225deg, transparent 50%, #fff 50%), -moz-linear-gradient(45deg, #000 14.5px, #FFF 14.5px);
    background: -o-linear-gradient(225deg, transparent 50%, #fff 50%), -o-linear-gradient(45deg, #000 14.5px, #FFF 14.5px);
    background: linear-gradient(225deg, transparent 50%, #fff 50%), linear-gradient(45deg, #000 14.5px, #FFF 14.5px);
  }
}
/*==============================================================================*/
@media (max-width: 980px) {
  /** TEXT
  * 사용법
  * @include font(폰트사이즈($h1~px도 가능), font-weight);
  * @include font($h2, $bold);
  */
  /** COLOR
  * 사용법
  * background-color: color(primary, primary);
  */
}
@media screen and (max-width: 980px) and (max-width: 980px) {
  html.ko-kr .en-txt {
    display: none;
  }
}
@media screen and (max-width: 980px) and (max-width: 980px) {
  html.en-us .ko-txt {
    display: none;
  }
}
@media (max-width: 980px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 980px) {
  ::selection {
    background: #156fff;
  }
}
@media (max-width: 980px) {
  a::selection {
    background: #f451ba;
  }
}
@media (max-width: 980px) {
  p {
    padding-bottom: 1em;
  }
  p:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 980px) {
  .color-1 {
    color: #f451ba;
  }
}
@media (max-width: 980px) {
  .color-2 {
    color: #1bb295;
  }
}
@media (max-width: 980px) {
  .color-3 {
    color: #ff5a12;
  }
}
@media (max-width: 980px) {
  .color-4 {
    color: #156fff;
  }
}
@media (max-width: 980px) {
  .back-1 {
    background-color: #f451ba;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media (max-width: 980px) {
  .back-2 {
    background-color: #1bb295;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media (max-width: 980px) {
  .back-3 {
    background-color: #ff5a12;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media (max-width: 980px) {
  .back-4 {
    background-color: #156fff;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media (max-width: 980px) {
  a, a:link, a:visited {
    color: inherit;
  }
  a span, a:link span, a:visited span {
    border-bottom: 1px solid;
  }
  a:hover span, a:link:hover span, a:visited:hover span {
    border-bottom: none;
    text-decoration: line-through;
  }
}
@media (max-width: 980px) {
  .strip {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    pointer-events: none;
    user-select: none;
  }
  .strip.strip-top {
    top: 0;
  }
  .strip.strip-top > div:first-child {
    width: 100%;
    height: 10px;
    max-height: 1rem;
    background-color: #232323;
  }
  .strip.strip-top > div:last-child {
    width: calc( 100% - 10px * 2);
    margin: 0 10px;
    height: 24px;
    background-image: url(../assets/color-strip.png);
    background-repeat: repeat-x;
    background-size: contain;
  }
  .strip.strip-bottom {
    bottom: 0;
  }
  .strip.strip-bottom > div:first-child {
    width: calc( 100% - 10px * 2);
    margin: 0 10px;
    height: 24px;
    background-image: url(../assets/color-strip.png);
    background-repeat: repeat-x;
    background-size: contain;
  }
  .strip.strip-bottom > div:last-child {
    width: 100%;
    height: 10px;
    max-height: 1rem;
    background-color: #232323;
  }
}
@media (max-width: 980px) {
  .center-devider {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    user-select: none;
  }
  .center-devider .devider {
    height: 1px;
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .center-devider .cardinal {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    position: absolute;
    bottom: calc(1rem + 24px);
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid;
    margin: 0 auto;
  }
  .center-devider .cardinal > div {
    width: calc(100% + 10px + 4px);
    margin-left: calc(-10px / 2 - 2px);
    height: 1px;
    background-color: #000;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 980px) and (max-width: 980px) {
  .center-devider .cardinal {
    left: unset;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
  }
  .center-devider .cardinal > div {
    width: 1px;
    height: calc(100% + 10px + 4px);
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 980px) {
  .contents-container {
    padding: calc(1rem + 24px) 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .contents-container > div {
    flex-grow: 1;
  }
  .contents-container > div:first-child {
    margin-bottom: 1em;
  }
  .contents-container > .bottom {
    position: fixed;
    bottom: calc(1rem + 24px);
  }
  .contents-container .link-tree {
    flex-grow: 100;
  }
  .contents-container .link-tree ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.3em;
  }
  .contents-container .link-tree ul li a {
    margin-top: -0.01em;
    border-bottom: 1px dotted;
    line-height: 1.3;
  }
  .contents-container .link-tree ul li a:hover {
    border-bottom: none;
    text-decoration: line-through;
  }
}
@media (max-width: 980px) {
  .posts-container {
    position: relative;
    margin-bottom: calc(calc(1rem + 24px) + 60px);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .posts-container .post-border {
    position: relative;
    width: 100px;
    height: 120px;
    z-index: 10;
    padding: 4px;
    border: 1px solid transparent;
    cursor: move;
  }
  .posts-container .post-border:hover, .posts-container .post-border:active, .posts-container .post-border:focus {
    border: 1px dashed gray;
  }
  .posts-container .post-border .post {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #000;
    cursor: move;
  }
  .posts-container .post-border .post .post-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    width: calc(100% + 10px * 2);
    color: #fff;
    border-color: #000;
  }
  .posts-container .post-border .post .post-title span {
    background-color: #000;
    border: none;
    display: inline;
  }
  .posts-container .post-border .post:hover .post-title {
    display: block;
  }
  .posts-container .post-border .post:hover .post-title span {
    text-decoration: none;
  }
  .posts-container .post-border .post .corner {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-left: 1px solid;
    background: -webkit-linear-gradient(225deg, transparent 50%, #fff 50%), -webkit-linear-gradient(45deg, #000 14.5px, #FFF 14.5px);
    background: -moz-linear-gradient(225deg, transparent 50%, #fff 50%), -moz-linear-gradient(45deg, #000 14.5px, #FFF 14.5px);
    background: -o-linear-gradient(225deg, transparent 50%, #fff 50%), -o-linear-gradient(45deg, #000 14.5px, #FFF 14.5px);
    background: linear-gradient(225deg, transparent 50%, #fff 50%), linear-gradient(45deg, #000 14.5px, #FFF 14.5px);
  }
}
@media (max-width: 450px) {
  /** TEXT
  * 사용법
  * @include font(폰트사이즈($h1~px도 가능), font-weight);
  * @include font($h2, $bold);
  */
  /** COLOR
  * 사용법
  * background-color: color(primary, primary);
  */
}
@media screen and (max-width: 450px) and (max-width: 980px) {
  html.ko-kr .en-txt {
    display: none;
  }
}
@media screen and (max-width: 450px) and (max-width: 980px) {
  html.en-us .ko-txt {
    display: none;
  }
}
@media (max-width: 450px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 450px) {
  ::selection {
    background: #156fff;
  }
}
@media (max-width: 450px) {
  a::selection {
    background: #f451ba;
  }
}
@media (max-width: 450px) {
  p {
    padding-bottom: 1em;
  }
  p:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 450px) {
  .color-1 {
    color: #f451ba;
  }
}
@media (max-width: 450px) {
  .color-2 {
    color: #1bb295;
  }
}
@media (max-width: 450px) {
  .color-3 {
    color: #ff5a12;
  }
}
@media (max-width: 450px) {
  .color-4 {
    color: #156fff;
  }
}
@media (max-width: 450px) {
  .back-1 {
    background-color: #f451ba;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media (max-width: 450px) {
  .back-2 {
    background-color: #1bb295;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media (max-width: 450px) {
  .back-3 {
    background-color: #ff5a12;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media (max-width: 450px) {
  .back-4 {
    background-color: #156fff;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media (max-width: 450px) {
  a, a:link, a:visited {
    color: inherit;
  }
  a span, a:link span, a:visited span {
    border-bottom: 1px solid;
  }
  a:hover span, a:link:hover span, a:visited:hover span {
    border-bottom: none;
    text-decoration: line-through;
  }
}
@media (max-width: 450px) {
  .strip {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    pointer-events: none;
    user-select: none;
  }
  .strip.strip-top {
    top: 0;
  }
  .strip.strip-top > div:first-child {
    width: 100%;
    height: 10px;
    max-height: 1rem;
    background-color: #232323;
  }
  .strip.strip-top > div:last-child {
    width: calc( 100% - 10px * 2);
    margin: 0 10px;
    height: 24px;
    background-image: url(../assets/color-strip.png);
    background-repeat: repeat-x;
    background-size: contain;
  }
  .strip.strip-bottom {
    bottom: 0;
  }
  .strip.strip-bottom > div:first-child {
    width: calc( 100% - 10px * 2);
    margin: 0 10px;
    height: 24px;
    background-image: url(../assets/color-strip.png);
    background-repeat: repeat-x;
    background-size: contain;
  }
  .strip.strip-bottom > div:last-child {
    width: 100%;
    height: 10px;
    max-height: 1rem;
    background-color: #232323;
  }
}
@media (max-width: 450px) {
  .center-devider {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    user-select: none;
  }
  .center-devider .devider {
    height: 1px;
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .center-devider .cardinal {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    position: absolute;
    bottom: calc(1rem + 24px);
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid;
    margin: 0 auto;
  }
  .center-devider .cardinal > div {
    width: calc(100% + 10px + 4px);
    margin-left: calc(-10px / 2 - 2px);
    height: 1px;
    background-color: #000;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 450px) and (max-width: 980px) {
  .center-devider .cardinal {
    left: unset;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
  }
  .center-devider .cardinal > div {
    width: 1px;
    height: calc(100% + 10px + 4px);
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 450px) {
  .contents-container {
    padding: calc(1rem + 24px) 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .contents-container > div {
    flex-grow: 1;
  }
  .contents-container > div:first-child {
    margin-bottom: 1em;
  }
  .contents-container > .bottom {
    position: fixed;
    bottom: calc(1rem + 24px);
  }
  .contents-container .link-tree {
    flex-grow: 100;
  }
  .contents-container .link-tree ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.3em;
  }
  .contents-container .link-tree ul li a {
    margin-top: -0.01em;
    border-bottom: 1px dotted;
    line-height: 1.3;
  }
  .contents-container .link-tree ul li a:hover {
    border-bottom: none;
    text-decoration: line-through;
  }
}
@media (max-width: 450px) {
  .posts-container {
    position: relative;
    margin-bottom: calc(calc(1rem + 24px) + 60px);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .posts-container .post-border {
    position: relative;
    width: 100px;
    height: 120px;
    z-index: 10;
    padding: 4px;
    border: 1px solid transparent;
    cursor: move;
  }
  .posts-container .post-border:hover, .posts-container .post-border:active, .posts-container .post-border:focus {
    border: 1px dashed gray;
  }
  .posts-container .post-border .post {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #000;
    cursor: move;
  }
  .posts-container .post-border .post .post-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    width: calc(100% + 10px * 2);
    color: #fff;
    border-color: #000;
  }
  .posts-container .post-border .post .post-title span {
    background-color: #000;
    border: none;
    display: inline;
  }
  .posts-container .post-border .post:hover .post-title {
    display: block;
  }
  .posts-container .post-border .post:hover .post-title span {
    text-decoration: none;
  }
  .posts-container .post-border .post .corner {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-left: 1px solid;
    background: -webkit-linear-gradient(225deg, transparent 50%, #fff 50%), -webkit-linear-gradient(45deg, #000 14.5px, #FFF 14.5px);
    background: -moz-linear-gradient(225deg, transparent 50%, #fff 50%), -moz-linear-gradient(45deg, #000 14.5px, #FFF 14.5px);
    background: -o-linear-gradient(225deg, transparent 50%, #fff 50%), -o-linear-gradient(45deg, #000 14.5px, #FFF 14.5px);
    background: linear-gradient(225deg, transparent 50%, #fff 50%), linear-gradient(45deg, #000 14.5px, #FFF 14.5px);
  }
}