body {
  height: 100%;
}
.side-body {
  background-color: #fff !important;
}
.navbar-default {
  background-color: #fff !important;
}
.left-sketch {
  height: 100vh;
  background-color: antiquewhite;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.right-titles {
  background-color: rgb(255, 255, 255);
  height: 100vh;
  padding: 0px;
  padding-right: 10px;
  overflow: auto;
}
.d-none {
  display: none !important;
}
.container.inner {
  padding: 0px;
  margin: 0px;
  margin-right: 0px;
  width: 100%;
}

/* 모달 배경색 */
.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.9);
}
.modal-content h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
* {
  color: rgba(0, 0, 0, 0.8);
}
.modal .btn.close-button:hover {
  color: rgba(0, 0, 0, 1) !important;
}
.modal .btn.close-button {
  color: rgba(0, 0, 0, 0.5) !important;
}
.modal hr {
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid rgba(2, 2, 2, 0.2) !important;
  padding-top: 10px;
  margin-bottom: 15px;
}
.modal .font-h1 {
  font-size: 2rem !important;
  margin-top: 1rem;
}
.left-icon-box {
  width: 60px !important;
  text-align: center;
}

/* 플렉스 */
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}

.loader {
  position: fixed;
  bottom: 0;
  padding: 1rem;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.loader.hidden {
  display: none;
}

.circle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}

.circle:not(:last-child) {
  margin-right: 1rem;
}

.circle:nth-child(1) {
  animation: hop 1s ease-in-out infinite;
}

.circle:nth-child(2) {
  animation: hop 1s ease-in-out infinite 0.1s;
}

.circle:nth-child(3) {
  animation: hop 1s ease-in-out infinite 0.2s;
}

@keyframes hop {
  0% {
    transform: scale(1) translateY(0);
  }
  25% {
    transform: scale(1.1) translateY(10px);
  }
  50% {
    transform: scale(1.2) translateY(20px);
  }
  75% {
    transform: scale(1.1) translateY(10px);
  }
  100% {
    transform: scale(1) translateY(0px);
  }
}

.text-overlay .meta .category,
.count {
  color: #fff;
}
.modal-backdrop.in {
  margin-left: 240px !important;
}
.modal.inverse-wrapper.move-from-top.in {
  margin-left: 240px !important;
}
.ck-content .image {
  width: 100% !important;
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}
.item .overlay img {
  transition: 0.5s;
}
.item .overlay:hover img {
  transform: scale(1.1);
}

/* 반응형쿼리 */
@media only screen and (max-width: 430px) {
  .side-body {
    height: 100%;
  }
  .right-titles {
    height: unset;
    overflow-x: hidden;
  }
  [class*="col-"] {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .side-body,
  .right-titles,
  .left-sketch {
    height: 100%;
  }
  [class*="col-"] {
    margin-bottom: 0px;
  }
  .ver2 .items {
    margin-left: 15px;
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 992px) {
  .left-sketch {
    display: none;
  }
}
@media only screen and (max-width: 1270px) {
  .modal-backdrop.in {
    margin-left: 0 !important;
  }
  .modal.inverse-wrapper.move-from-top.in {
    margin-left: 0 !important;
  }
  .right-titles,
  .left-sketch {
    height: calc(100vh - 85px);
  }
}

/* 패딩 / 마진 */

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/* 임시작업
 */

@import url("https://fonts.googleapis.com/css?family=Share+Tech+Mono|Montserrat:700");

.outer_div {
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 20px;
}
.typo_div {
  /* background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 100%); */
  position: relative;
  padding-left: 20px;
  background-color: transparent;
}
.typo_div h1 {
  display: none;
  font-size: calc(100vw / 2 / 5);
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  color: #1d1d1dd3;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
  top: 40%;
  /* margin-top: auto;
  margin-bottom: auto; */
  transform: translateY(-50%);
  font-family: "Montserrat", monospace !important;
}

.typo_div .type_background {
  background: rgba(255, 255, 255, 0.901);
  width: 90%;
  position: relative;
  /* top: */
  transform: translateY(-20px);
  margin: 0 auto;
  padding: 10px 10px 10px;
  /* box-shadow: 0 0 150px -20px rgba(0, 0, 0, 0.5); */
  z-index: 3;
  line-height: 20px;
}

.typo_div P {
  font-family: "Share Tech Mono", monospace;
  color: #1a1a1a;
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.2;
}

.typo_div span {
  color: #f0c674;
}

.typo_div i {
  color: #202020;
  font-style: normal;
}

.typo_div div a {
  text-decoration: none;
}

.typo_div b {
  color: #81a2be;
}

@-webkit-keyframes slide {
  from {
    right: -100px;
    transform: rotate(360deg);
    opacity: 0;
  }
  to {
    right: 15px;
    transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes slide {
  from {
    right: -100px;
    transform: rotate(360deg);
    opacity: 0;
  }
  to {
    right: 15px;
    transform: rotate(0deg);
    opacity: 1;
  }
}
