@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap");
/* [ROONA] 2023 6월 공식 홈페이지 업데이트
https://gravity.dooray.com/project/posts/3550776997864618188
*/
/* // TODO: 메인 바로 확인 */
/* // TODO: 메인 바로 확인 */
body {
  background-color: #000;
}

#main.section {
  height: auto;
}

.June2023Update {
  position: relative;
  min-height: 100vh;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  background: url(../images/June2023Update/bg.jpg) no-repeat;
  background-size: cover;
}
.June2023Update__title {
  position: relative;
  height: 250px;
  width: 100%;
}
.June2023Update__title .title {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  opacity: 0;
  z-index: 1;
}
.June2023Update__title .title--blink {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  opacity: 0;
}
.June2023Update .container {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
}
.June2023Update .promotion-list {
  position: relative;
  z-index: 3;
  margin: 50px 0 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.June2023Update .promotion-list .item {
  -webkit-box-shadow: 0 0 15px 8px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 15px 8px rgba(255, 255, 255, 0.5);
  width: 330px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  font-weight: 700;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.June2023Update .promotion-list .item:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.June2023Update .promotion-list .link-btn {
  min-width: 210px;
  margin: 20px auto 0;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  padding: 0 1em;
  font-family: "Noto Serif", serif;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #999;
  background-color: #444444;
  font-weight: 700;
  -webkit-transition: 500ms all;
  transition: 500ms all;
}
.June2023Update .promotion-list .link-btn--active {
  cursor: pointer;
  color: #999999;
  background-color: #444444;
}
.June2023Update .promotion-list .link-btn--active:hover {
  background-color: #1aa6ff;
  color: #000;
}
.June2023Update .promotion-list .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.June2023Update .promotion-list .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 175px;
}
.June2023Update .promotion-list .img-bx img {
  -webkit-transition: 500ms all;
  transition: 500ms all;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}
.June2023Update .promotion-list .txt-bx {
  min-height: 184px;
  background-color: #202020;
  text-align: center;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
}
.June2023Update .promotion-list .title {
  font-family: "Noto Serif", serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 3.5em;
}
.June2023Update .app-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}