@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
@font-face {
  font-family: 'Renogare Regular';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/Renogare-Regular.woff') format('woff');
}

body {
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
  background-color: #F5F5F5;
}

a,
a:hover,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
}

.ex-link {
    position: absolute;
    z-index: 11;
}
.ex-link-goto {
    background: green;
    opacity: 0;
}
.ex-link-goto:hover {
    border: 0px solid red;
}
.ex-link a {
    display: block;
    width: 100%;
    height: 100%;
}
.ex-link-open {
    background: blue;
    opacity: 0;
}
.ex-link-open:hover {
    border: 0px solid red;
}
.ex-link-video video {
    width: 100%;
    height: 100%;
}

#blackout {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 10;
  display: none;
}

#cogwheel {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  z-index: 11;
  background-image: url(img/cogwheel.svg);
  animation: spin 2.2s linear infinite;
}

/* navigation */
#go-prev {
  position: absolute; 
  display: flex; 
  height: 100%; 
  align-items: center; 
  left: -66px; 
  top: 0px; 
  z-index: 7; 
  visibility: hidden;
}
#go-prev button {
  width: 36px; 
  height: 116px;
  border: 0; 
  cursor: pointer;
  background-color: #F5F5F5;
  background-image: url(img/go-prev.svg);
}
#go-next {
  position: absolute; 
  display: flex; 
  height: 100%; 
  align-items: center; 
  right: -66px; 
  top: 0px; 
  z-index: 7; 
}
#go-next button {
  width: 36px; 
  height: 116px; 
  border: 0; 
  cursor: pointer; 
  background-color: #F5F5F5;
  background-image: url(img/go-next.svg);
}

#modal-share {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  background-color: #fefcfc;
  width: 414px;
  height: 242px;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 11;
  box-sizing: border-box;
  display: none;
}
#modal-share {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 536px;
  height: 250px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 11;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.23);
  border-radius: 1rem;
  padding: 0 40px;
}
#modal-share .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url(img/close-modal.svg);
}
#modal-share .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
  margin-top: 66px;
}
#modal-share .content .sns {
  width: 50px;
  height: 50px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
#modal-share .facebook {
  background-image: url(img/share-facebook.svg);
}
#modal-share .twitter {
  background-image: url(img/share-twitter.svg);
}
#modal-share .naver {
  background-image: url(img/share-naver.svg);
}
#modal-share .kakaotalk {
  border-radius: 50px;
  background-image: url(img/share-kakaotalk.svg);
}
#modal-share .line {
  background-image: url(img/share-line.svg);
}
#modal-share .qrcode img {
  width: 66px;
  height: 66px;
}
#modal-share .url {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 31px;
  border: 1px solid #D7D7D7;
  padding: 0 8px 0 16px;
  margin-top: 40px;
}
#share-url {
  min-width: 360px;
  font-family: 'Spoqa Han Sans Neo';
  font-size: .875rem;
  font-weight: 400;
  color: #848484;
  border: 0;
  outline: none;
}
#copy-clipboard {
  position: relative;
  top: -2px;
  color: #1A4568;
  font-weight: 400;
  font-size: .875rem;
  cursor: pointer;
}
#copy-clipboard.copied {
  width: 18px;
  height: 13px;
  background-image: url(img/copied.svg);
}

#North {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 5;
}
#North .line {
  width: 100vw;
  height: 6px;
  background-color: #5E98A4;
}
#North .header {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 0 30px 0 20px;
}
#North .logo img {
  width: 200px;
  height: auto;
}
#North .pub_date {
  font-weight: 500;
  font-size: 24px;
  color: #9D9D9D;
}

.search_highlight {
  position: absolute;
  background-color: yellow;
  opacity: .3;
  display: none;
}
#findbar {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 84px;
  transform: translateX(-50%);
  width: 317px;
  height: 40px;
  border: 1px solid #DFE6E9;
  border-radius: 7px;
  background-color: white;
  filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  z-index: 6;
  transition: width .4s;
}
#findbar button {
  flex: 0 0 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
#findbar .input-wrapper {
  flex-grow: 1;
}
#findbar input {
  width: 100%;
  height: 40px;
  border: 0;
  outline: none;
  font-family: 'Spoqa Han Sans Neo';
  font-size: .875rem;
  font-weight: 300;
  padding-left: 8px;
  box-sizing: border-box;
}
#findbar .close {
  border-right: 1px solid #DFE6E9;
  background-image: url(img/close-findbar.svg);
}
#findbar .nav {
  display: none;
  flex: 0 0 52px;
  justify-content: space-evenly;
  align-items: center;
}
#findbar .nav button {
  flex-basis: auto;
  width: 6px;
  height: 12px;
  border: 0;
  cursor: pointer;
}
#findbar .nav button.prev {
  background-image: url(img/go-find-prev.svg);
}
#findbar .nav button.next {
  background-image: url(img/go-find-next.svg);
}
#findbar .action {
  border-left: 1px solid #DFE6E9;
  background-image: url(img/icon-findbar.svg);
}
#findbar .state {
  position: absolute;
  top: 48px;
  width: 100%;
  text-align: center;
  font-family: 'Spoqa Han Sans Neo';
  font-size: .75rem;
  font-weight: 300;
  color: #848484;
}

#West {
  position: absolute;
  top: 0;
  height: auto;
  display: none;
  z-index: 5;
}
#West .handle-west {
  position: relative;
  top: 122px;
  left: 0;
  transition: left .5s;
}
#West .handle-west button {
  width: 60px;
  height: 60px;
  border: 0;
  background-image: url(img/knob.svg);
  background-color: transparent;
  cursor: pointer;
}
#West .panel {
  position: absolute;
  top: 0;
  left: -376px;
  width: 376px;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(94, 141, 149, 0.95);
  transition: left .5s;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 1rem;
  color: #f1f1f1;
}
#West .panel .title {
  font-family: 'Renogare Regular';
  font-weight: 400;
  margin: 40px 0 0 40px;
}
#West .panel .close {
  position: absolute;
  top: 33px;
  right: 28px;
}
#West .panel .close button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  background-image: url(img/cross_white.svg);
}
#West .panel .content {
  margin: 40px 0 0 40px;
}
#West .panel .content > article {
  font-weight: 500;
  line-height: 2.0;
  cursor: pointer;
}
#West .panel .content .depth-1 {
  padding-left: 16px;
  font-weight: 400;
}
#West .panel .content .depth-2 {
  padding-left: 32px;
  font-weight: 400;
}
#West .panel .content .depth-3 {
  padding-left: 48px;
  font-weight: 400;
}
#West .panel .content .depth-4 {
  padding-left: 64px;
  font-weight: 400;
}

#South {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 80px;
  bottom: 0px;
  z-index: 4;
}
#South .page-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 260px;
  height: 30px;
  background: #5E98A4;
  border-radius: 1rem;
  padding: 0 20px;
  margin-top: 20px;
  z-index: 2;
}
#South .page-control button.arrow {
  border: 0;
  width: 12px;
  height: 14px;
  cursor: pointer;
}
#South .page-control button.arrow-first {
  width: 24px;
  mask-image: url(img/prev.svg);
  -webkit-mask-image: url(img/prev.svg);
}
#South .page-control button.arrow-prev {
  mask-image: url(img/prev.svg);
  -webkit-mask-image: url(img/prev.svg);
}
#South .page-control button.arrow-next {
  mask-image: url(img/next.svg);
  -webkit-mask-image: url(img/next.svg);
}
#South .page-control button.arrow-last {
  width: 24px;
  mask-image: url(img/next.svg);
  -webkit-mask-image: url(img/next.svg);
}
#South .pagination {
  width: 122px;
  display: flex;
  justify-content: space-evenly;
  font-family: 'Renogare Regular';
  font-size: 14px;
  color: #f1f1f1;
}
#manual-input {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: 'Renogare';
  font-size: .875rem;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  outline: none;
}

#South .dropup {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}
#South .dropup > div {
  padding: 0 20px;
}
#South .dropup button.nest {
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 60px;
  cursor: pointer;
  background-color: #5E98A4;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: transform .3s;
}
#South .dropup button.nest::before {
  content: '';
  position: absolute;
  top: -20px;
  width: 100px;
  height: 100px;
}
#South .dropup .left button.nest {
  background-image: url(img/chevron-up.svg);
}
#South .dropup .left button.nest::before {
  left: -20px;
}
/* #South .dropup .right button.nest {
  background-image: url(img/sns.svg);
} */
#South .dropup .right button.nest::before {
  right: 0px;
}
#South .dropup .dropup_menu {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  bottom: 60px;
  padding-bottom: 20px;
}
#South .dropup .left .dropup_menu {
  left: 25px;
}
#South .dropup .right .dropup_menu {
  right: 25px;
}
#South .dropup .dropup_menu li {
  display: flex;
  align-items: center;
  margin-top: 16px;
  transform: scale(0);
  cursor: pointer;
  transform-origin: top center;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
#South .dropup .right .dropup_menu li {
  justify-content: flex-end;
}
#South .dropup .dropup_menu li.show {
  animation-name: scaleZ;
}
#South .dropup .dropup_menu li.hide {
  animation-name: scaleZ2;
}
#South .dropup .dropup_menu li button {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
#South .dropup .dropup_menu li span {
  font-size: .825rem;
  font-weight: 500;
  color: #8E8E8E;
  margin-left: 16px;
}
#South .dropup .dropup_menu li a {
  display: flex;
  align-items: center;
}
#South .dropup .right .dropup_menu li span {
  margin-left: 0;
}
#South .dropup .right .dropup_menu li button {
  margin-left: 16px;
  padding: 0;
}
#South .dropup .dropup_menu .dropup_item-1.show {
  animation-delay: 60ms;
}
#South .dropup .dropup_menu .dropup_item-2.show {
  animation-delay: 120ms;
}
#South .dropup .dropup_menu .dropup_item-3.show {
  animation-delay: 180ms;
}
#South .dropup .dropup_menu .dropup_item-4.show {
  animation-delay: 240ms;
}
#South .dropup .dropup_menu .dropup_item-5.show {
  animation-delay: 300ms;
}
#South .dropup .dropup_menu .dropup_item-6.show {
  animation-delay: 360ms;
}
#South .dropup .dropup_menu .dropup_item-7.show {
  animation-delay: 420ms;
}
#South .dropup .left .dropup_menu button {
  background-color: white;
}
#South .dropup .left .dropup_menu .dropup_item-1 button {
  background-image: url(img/l_link_item-1.svg);
}
#South .dropup .left .dropup_menu .dropup_item-2 button {
  background-image: url(img/l_link_item-2.svg);
}
#South .dropup .left .dropup_menu .dropup_item-3 button {
  background-image: url(img/l_link_item-3.svg);
}
#South .dropup .left .dropup_menu .dropup_item-4 button {
  background-image: url(img/l_link_item-4.svg);
}
#South .dropup .left .dropup_menu .dropup_item-5 button {
  background-image: url(img/l_link_item-5.svg);
}
#South .dropup .left .dropup_menu .dropup_item-6 button {
  background-image: url(img/l_link_item-6.svg);
}
#South .dropup .left .dropup_menu .dropup_item-7 button {
  background-image: url(img/l_link_item-7.svg);
}
#South .dropup .right .dropup_menu .dropup_item-1 button {
  background-image: url(img/facebook.svg);
}
#South .dropup .right .dropup_menu .dropup_item-3 button {
  background-image: url(img/blog.svg);
}
#South .dropup .right .dropup_menu .dropup_item-4 button {
  background-image: url(img/youtube.svg);
}

.popup {
  animation: popup .3s ease-out;
}
.popup-close {
  animation: popup-close .3s ease-out;
}

@keyframes scaleZ {
  0% {
    /* opacity: 0; */
    transform: scale(0);
  }
  80% {
    transform: scale(1.07);
  }
  100% {
    /* opacity: 1; */
    transform: scale(1);
  }
}

@keyframes scaleZ2 {
  0% {
    /* opacity: 1; */
    transform: scale(1);
  }
  20% {
    transform: scale(1.07);
  }
  100% {
    /* opacity: 0; */
    transform: scale(0);
  }
}

@keyframes popup {
  from {
    opacity: 0;
    top: 60%;
  }

  to {
    opacity: 1;
    top: 50%;
  }
}

@keyframes popup-close {
  from {
    opacity: 1;
    top: 50%;
  }

  to {
    opacity: 0;
    top: 60%;
  }
}