@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Nanum+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap");
.bg {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.bg .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: 62% 80%;
}

.top {
  position: relative;
  height: 100vh;
}

.top-slogan {
  position: sticky;
  top: calc(100vh - 100px);
  color: #fff;
  font-size: 26px;
  text-shadow: black 0 0 0.5em;
  line-height: 1.5em;
  text-align: center;
  z-index: 2;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.top-slogan.show {
  -moz-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
}

.block {
  position: relative;
  width: 60%;
  display: flex;
  flex-flow: wrap;
  padding: 0 12px 0 0;
}
.block-press {
  margin: 100px auto 200px;
  padding: 100px 0 0;
  border-top: dashed 1px #000;
}
.block-press:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: -1px;
  border-top: dashed 1px #444;
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.block-press.show:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.block-type {
  margin: 200px auto 0;
}
.block .active:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background: #666;
  top: calc(100% - 1px);
  left: 20px;
}
.block ul {
  position: relative;
  width: fit-content;
  margin: auto;
  overflow: hidden;
}
.block li {
  position: relative;
  display: inline-block;
  float: left;
  height: 20px;
  padding: 5px 20px;
  text-align: center;
  overflow: hidden;
}
.block li span {
  display: block;
}
.block li:hover .tw {
  opacity: 1;
}
.block li:hover .en {
  opacity: 0;
}
.block li:first-child:before {
  left: -10px;
}
.block li:last-child:after {
  right: -10px;
}
.block li:before, .block li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 12px;
  background: #a99166;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block li:before {
  left: -3px;
}
.block li:after {
  right: -3px;
}
.block .en {
  opacity: 1;
}
.block .tw {
  opacity: 0;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.press {
  position: relative;
  display: block;
  width: calc(50% - 60px);
  margin: 0 0 100px 0;
}
.press:nth-child(even) {
  margin: 30px 0 50px auto;
}
.press-date {
  position: absolute;
  top: -2px;
  right: -17px;
  padding: 0 0 6px 0;
  color: #a99166;
  writing-mode: vertical-lr;
  background: #191919;
}
.press-date:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #191919;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -moz-transition: all 0.6s 0.6s;
  -o-transition: all 0.6s 0.6s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: all 0.6s 0.6s;
}
.press-date.show:before {
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.press-middle {
  cursor: crosshair;
  width: 100%;
  border: solid 1px #000;
  border-bottom: unset;
  overflow: hidden;
  -moz-transition: all 1s 0.6s;
  -o-transition: all 1s 0.6s;
  -webkit-transition: all 1s;
  -webkit-transition-delay: 0.6s;
  transition: all 1s 0.6s;
}
.press-middle img {
  width: calc(100% - 24px);
  padding: 12px;
}
.show .press-middle {
  border: solid 1px #666;
  border-bottom: unset;
}
.press-title {
  position: relative;
  width: calc(100% - 24px);
  padding: 5px 0;
  padding: 0 12px;
  background: #191919;
  border-left: solid 1px #666;
  border-right: solid 1px #191919;
  letter-spacing: 1px;
  line-height: 1.2;
  opacity: 0;
  -moz-transition: all 0.8s 0.4s;
  -o-transition: all 0.8s 0.4s;
  -webkit-transition: all 0.8s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.8s 0.4s;
}
.press-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #191919;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.press-title:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: calc(100% - 1px);
  background: #666;
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -moz-transition: all 0.8s 0.4s;
  -o-transition: all 0.8s 0.4s;
  -webkit-transition: all 0.8s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.8s 0.4s;
}

.mo {
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s 0.1s;
  -o-transition: opacity 0.6s, -o-transform 0.6s 0.1s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0s, 0.1s;
  transition: opacity 0.6s, transform 0.6s 0.1s;
}
.mo.mov {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .block {
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .block {
    width: 60%;
  }

  .press {
    width: 100%;
  }
  .press:nth-child(even) {
    margin: 0 0 100px 0;
  }
  .press:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 641px) {
  .press-title.show {
    opacity: 1;
  }
  .press-title.show:before {
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -moz-transition: all 0.8s 0.4s;
    -o-transition: all 0.8s 0.4s;
    -webkit-transition: all 0.8s;
    -webkit-transition-delay: 0.4s;
    transition: all 0.8s 0.4s;
  }
  .press-title.show:after {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 640px) {
  .block {
    width: calc(100% - 40px);
  }
  .block-press {
    margin: 50px auto 100px;
    padding: 60px 0 0 0;
  }
  .block-type {
    margin: 100px auto 0;
  }

  .press-middle {
    border-bottom: solid 1px #000;
  }
  .show .press-middle {
    border-bottom: solid 1px #666;
  }
  .press-date {
    writing-mode: unset;
    top: -16px;
    right: 10px;
    padding: 0 5px;
  }
  .press-date:before {
    -moz-transition: all 0.6s 0.2s;
    -o-transition: all 0.6s 0.2s;
    -webkit-transition: all 0.6s;
    -webkit-transition-delay: 0.2s;
    transition: all 0.6s 0.2s;
  }
  .press-title {
    border-left: unset;
    border-right: unset;
    width: calc(100% - 24px);
    margin: 30px auto 0;
    padding: 0;
    text-align: center;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .press-title:after {
    width: 1px;
    height: 50px;
    top: -60px;
    left: 50%;
    background: #ddd;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .press-title.show {
    opacity: 1;
    -moz-transition: all 0.8s 0.2s;
    -o-transition: all 0.8s 0.2s;
    -webkit-transition: all 0.8s;
    -webkit-transition-delay: 0.2s;
    transition: all 0.8s 0.2s;
  }
  .press-title.show:before {
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -moz-transition: all 0.8s 0.2s;
    -o-transition: all 0.8s 0.2s;
    -webkit-transition: all 0.8s;
    -webkit-transition-delay: 0.2s;
    transition: all 0.8s 0.2s;
  }
  .press-title.show:after {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: all 0.8s 0.2s;
    -o-transition: all 0.8s 0.2s;
    -webkit-transition: all 0.8s;
    -webkit-transition-delay: 0.2s;
    transition: all 0.8s 0.2s;
  }
}
@media screen and (max-width: 460px) {
  .block-press {
    margin: 50px auto;
  }

  .press {
    margin: 0 0 60px 0;
  }
  .press:nth-child(even) {
    margin: 0 0 60px 0;
  }
}
