@charset "UTF-8";
@import "base.css";
@import "ani.css";
@import "footer.css";
@import "fullpage.css";
@import "jquery.mCustomScrollbar.min.css";
@keyframes play_mov {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes play_mov_back {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes showCon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes onLeave {
  0% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}
@keyframes onHover {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.05);
    opacity: 1;
  }
}
@keyframes openMenu {
  0% {
    transform: translate(280px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.8;
    scale: 1;
  }
  100% {
    opacity: 1;
    scale: 1.05;
  }
}
@keyframes fadeInMenu {
  0% {
    opacity: 0.8;
    scale: 0.7;
  }
  100% {
    opacity: 1;
    scale: 0.9;
  }
}
body {
  font-family: "微軟正黑體";
  background: #0d77c2;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.img_pc {
  display: block;
}
@media screen and (max-width: 991px) {
  .img_pc {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .sp {
    display: none;
  }
}

.img_mb {
  display: none;
}
@media screen and (max-width: 991px) {
  .img_mb {
    display: block;
  }
}

.unable {
  pointer-events: none;
  filter: grayscale(1);
}

@media screen and (max-width: 991px) {
  #app {
    position: static !important;
  }
}

#intro {
  height: 100vh;
}

#fullpage {
  pointer-events: none;
}
#fullpage section {
  z-index: 0;
  opacity: 1;
  pointer-events: all;
  color: #fff;
}
#fullpage section.on {
  animation: showCon 0.8s forwards;
  z-index: 99999;
  pointer-events: all;
}

.show_section {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.show_section section {
  width: 100%;
  height: 100%;
  pointer-events: all;
}

.scroll_box {
  height: 100%;
  overflow: hidden;
}
.scroll_box .mCSB_scrollTools {
  width: 10px;
}
.scroll_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  border-radius: 0;
}
.scroll_box .mCSB_draggerRail {
  width: 10px;
  border-radius: 0;
}
.scroll_box .mCSB_container {
  padding: 20px;
}

.mobileDirAlert {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url("https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/1106_d1d18pe8uw/mobileDirection.jpg") #000 no-repeat;
  background-position: center center;
}

.video-wrap {
  width: 100%;
  height: 19%;
  position: fixed;
  top: 60px;
  left: 0;
  overflow: hidden;
}

.video-wrap video {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/1106_d1d18pe8uw/cover.png");
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  background: #fff;
  height: 8vh;
  min-height: 80px;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  header .content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  header {
    height: 60px;
    min-height: 0;
  }
}
header .content {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  header .content {
    max-width: 950px;
  }
}
@media screen and (max-width: 1300px) {
  header .content {
    max-width: 930px;
  }
}
@media screen and (max-width: 1200px) {
  header .content {
    max-width: 900px;
  }
}
@media screen and (max-width: 1100px) {
  header .content {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  header .content {
    width: 100%;
    max-width: 100% !important;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
}
header .content .logo {
  height: 90%;
  display: flex;
  align-items: center;
}
header .content .logo img {
  height: 70%;
}
header .content .nav_btn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
}
header .content .nav_btn a {
  display: block;
  width: 30px;
  height: 30px;
}
header .content .nav_btn img {
  width: 100%;
}
header .content ul.menu_list {
  display: flex;
  width: 60%;
  justify-content: space-between;
}
header .content ul.menu_list li.foot_btns {
  display: none;
}
header .content ul.menu_list li a {
  pointer-events: all;
  text-decoration: none;
}
header .content ul.menu_list li a span {
  display: none;
}
@media screen and (max-width: 991px) {
  header .content ul.menu_list.menu_open {
    display: block;
  }
}
header.mobile ul.menu_list {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  display: none;
  background: #fff;
}
header.mobile ul.menu_list li {
  height: 18%;
  max-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
header.mobile ul.menu_list li.mb_hide {
  display: none;
}
header.mobile ul.menu_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #eee;
  border-top: 2px solid #fff;
  font-style: italic;
  color: #464650;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans CJK JP";
  letter-spacing: 1px;
}
header.mobile ul.menu_list li a span {
  color: #00d7fb;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}
header.mobile ul.menu_list li.foot_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header.mobile ul.menu_list li.foot_btns a {
  width: 30px;
  height: 30px;
  max-width: 30px;
  display: inline;
  background-color: #fff;
  border: none;
  margin: 5px;
}
header.mobile ul.menu_list li.foot_btns a img {
  width: 100%;
}

section {
  position: relative;
  width: 100vw !important;
}
section .content {
  margin: 0 auto;
  width: 100%;
  height: calc(85% - 80px);
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%, 80px);
  z-index: 99;
}
@media screen and (max-width: 1400px) {
  section .content {
    max-width: 950px;
  }
}
@media screen and (max-width: 1300px) {
  section .content {
    max-width: 930px;
  }
}
@media screen and (max-width: 1200px) {
  section .content {
    max-width: 900px;
  }
}
@media screen and (max-width: 1100px) {
  section .content {
    max-width: 90%;
  }
}
section .pics {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
}
section .pics a {
  position: absolute;
  display: block;
  width: 34%;
  max-width: 449px;
  z-index: 9;
}
section .pics a img {
  width: 100%;
  position: static;
}

#intro {
  position: absolute;
  z-index: 999999;
}

.intro {
  background: url(https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/1106_d1d18pe8uw/intro/intro_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center 40%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .intro {
    background: url(https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/1106_d1d18pe8uw/intro/intro_bg_m.jpg) no-repeat;
    background-size: cover;
    background-position: center 40%;
  }
}
.intro .content {
  background-size: 100% auto;
  background-position: center 0;
}
.intro .content .main_title {
  position: absolute;
  left: 50%;
  top: 65%;
  width: 66%;
  z-index: 999;
  transform: translate(-50%, -100%);
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .intro .content .main_title {
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
  }
}
.intro .content .main_title img {
  width: 100%;
}
.intro .content .enter {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, 100%);
  width: 12%;
  z-index: 999;
  pointer-events: all;
}
@media screen and (max-width: 991px) {
  .intro .content .enter {
    width: 30%;
    top: 55%;
  }
}
.intro .content .enter img {
  width: 100%;
}

.section_0 {
  background: url(https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/1106_d1d18pe8uw/sec_0/sec_0_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .section_0 {
    background: url(https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/1106_d1d18pe8uw/sec_0/sec_0_bg_m.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.section_0 .mbg {
  width: 100px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid red;
  overflow: hidden;
  max-width: 100px;
}
.section_0 .content {
  background-size: 100% auto;
  background-position: center center;
  width: 100%;
}
.section_0 .content .p1 img,
.section_0 .content .p2 img,
.section_0 .content .p3 img,
.section_0 .content .p4 img,
.section_0 .content .mainTitle img {
  width: 100%;
}
.section_0 .content .p1 {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-113%, -45%);
  z-index: 4;
}
@media screen and (max-width: 991px) {
  .section_0 .content .p1 {
    z-index: 1;
    top: 30%;
  }
}
.section_0 .content .p2 {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-76%, -42.5%);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .section_0 .content .p2 {
    z-index: 4;
    top: 30%;
  }
}
.section_0 .content .p3 {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-34%, -38%);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .section_0 .content .p3 {
    z-index: 2;
    top: 30%;
  }
}
.section_0 .content .p4 {
  position: absolute;
  width: 35%;
  top: 50%;
  left: 50%;
  transform: translate(38%, -38%);
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .section_0 .content .p4 {
    z-index: 3;
    top: 30%;
  }
}
.section_0 .content .mainTitle {
  position: absolute;
  left: 50%;
  bottom: 24%;
  width: 66%;
  z-index: 999;
  transform: translate(-50%, 0%);
  pointer-events: all;
}
@media screen and (max-width: 991px) {
  .section_0 .content .mainTitle {
    width: 100%;
    top: 50%;
  }
}
.section_0 .content .btn1 {
  left: 50%;
  bottom: 8%;
  transform: translate(-100%, 0%);
  pointer-events: all;
}
@media screen and (max-width: 991px) {
  .section_0 .content .btn1 {
    width: 48%;
    bottom: auto;
    top: 83%;
  }
}
.section_0 .content .btn2 {
  left: 50%;
  bottom: 8%;
  transform: translate(0%, 0%);
  pointer-events: all;
}
@media screen and (max-width: 991px) {
  .section_0 .content .btn2 {
    width: 48%;
    bottom: auto;
    top: 83%;
  }
}
.section_0 .content .scroll_down {
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 100%);
  width: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .section_0 .content .scroll_down {
    width: 15%;
  }
}
.section_0 .content .scroll_down img.scroll {
  width: 100%;
  margin-bottom: 10px;
}
.section_0 .content .scroll_down img.arrow {
  width: 40%;
}

.section_1 {
  background: url(https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/1106_d1d18pe8uw/sec_1/sec_1_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.section_1 .content::after {
  content: "";
  width: 100%;
  height: 88%;
  background: #9eefff;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0%;
  transform: translate(13px, 13px);
}
.section_1 .content .title {
  width: 100%;
  position: absolute;
  top: 12%;
  left: 0;
  z-index: 2;
  transform: translateY(-115%);
}
@media screen and (max-width: 991px) {
  .section_1 .content .title {
    top: 17%;
  }
}
.section_1 .content .tag {
  width: 30%;
  position: absolute;
  right: 2%;
  top: 12%;
  z-index: 9999;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .section_1 .content .tag {
    width: 70%;
  }
}
.section_1 .content .scroll_box {
  width: 100%;
  height: 88%;
  background: #ffffff;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 12%;
}
.section_1 .content .scroll_box .mCSB_scrollTools {
  width: 10px;
  right: 10px;
}
.section_1 .content .scroll_box .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 3%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 94%;
  border: 1px solid #00c4ea;
  overflow: hidden;
}
.section_1 .content .scroll_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  border-radius: 0;
  background: #a7f0ff;
}
.section_1 .content .scroll_box .mCSB_draggerRail {
  width: 10px;
  border-radius: 0;
  background: #fff;
}
.section_1 .content .scroll_box .mCSB_container {
  padding: 0;
  margin-right: 0;
}
.section_1 .content .scroll_box img {
  width: 100%;
}
.section_1 .content .p1 {
  position: absolute;
  left: 120%;
  top: 70%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 43%;
  animation: 0.5s;
}
.section_1 .content .p1 img {
  width: 100%;
}
.section_1 .content .p2 {
  position: absolute;
  left: -15%;
  top: 50%;
  z-index: -1;
  width: 25%;
  transform: translate(-50%, -20%);
}
.section_1 .content .p2 img {
  width: 100%;
}

.section_2 {
  background: url(https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/1106_d1d18pe8uw/sec_2/sec_2_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.section_2 .content::after {
  content: "";
  width: calc(100% - 20px);
  height: 88%;
  background: #00a6fb;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0%;
  display: none;
}
.section_2 .content .title {
  width: 100%;
  position: absolute;
  top: 12%;
  left: 0;
  z-index: 2;
  transform: translateY(-115%);
}
@media screen and (max-width: 991px) {
  .section_2 .content .title {
    top: 17%;
  }
}
.section_2 .content .tag {
  width: 30%;
  position: absolute;
  left: 4%;
  top: 12%;
  z-index: 9999;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .section_2 .content .tag {
    width: 70%;
  }
}
.section_2 .content .book_box {
  width: 100%;
  margin: 0 30px;
  height: 88%;
  position: absolute;
  left: 0;
  top: 12%;
  transform: translateX(-30px);
  display: flex;
  flex-direction: column;
}
.section_2 .content .book_box::after {
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  background: #00a6fb;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0%;
  transform: translate(10px, 10px);
}
.section_2 .content .book_box h4 {
  color: #00b7dd;
  font-size: 16px;
  font-family: "微軟正黑體";
  font-weight: bold;
  line-height: 1.5rem;
  margin-top: 2rem;
}
.section_2 .content .book_box ul {
  list-style: disc;
  line-height: 1.5rem;
  font-size: 13px;
  padding-left: 21px;
  color: #464650;
}
@media screen and (max-width: 991px) {
  .section_2 .content .book_box ul {
    font-size: 12px;
  }
}
.section_2 .content .book_box img {
  width: 100%;
  display: block;
}
.section_2 .content .book_box .top {
  overflow: hidden;
  margin-bottom: -1px;
}
.section_2 .content .book_box .bot {
  overflow: hidden;
  margin-top: -1px;
}
.section_2 .content .book_box .cen {
  background: url("https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/1106_d1d18pe8uw/sec_2/box_c.png") repeat-y;
  background-size: 100% auto;
  height: 100%;
  color: #000;
  padding-left: 11%;
  padding-right: 2.5%;
  padding-top: 0%;
}
.section_2 .content .book_box .cen .mCSB_scrollTools {
  width: 10px;
  right: 0;
}
.section_2 .content .book_box .cen .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 3%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 94%;
  border: 1px solid #00c4ea;
  overflow: hidden;
}
.section_2 .content .book_box .cen .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  border-radius: 0;
  background: #a7f0ff;
}
.section_2 .content .book_box .cen .mCSB_draggerRail {
  width: 10px;
  border-radius: 0;
  background: #fff;
}
.section_2 .content .book_box .cen .mCSB_container {
  padding: 0;
  padding-right: 10px;
  margin-right: 0;
}
.section_2 .content .p1 {
  position: absolute;
  left: -22.4%;
  top: 59%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 53%;
  animation: 0.5s;
}
.section_2 .content .p1 img {
  width: 100%;
}
.section_2 .content .p2 {
  position: absolute;
  left: 109%;
  top: 28%;
  z-index: -1;
  width: 9%;
  transform: translate(-50%, -20%);
}
.section_2 .content .p2 img {
  width: 100%;
}
.section_2 .content .p3 {
  position: absolute;
  left: 111%;
  top: 64%;
  z-index: -1;
  width: 17%;
  transform: translate(-50%, -20%);
}
.section_2 .content .p3 img {
  width: 100%;
}

.section_3 {
  background: url(https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/1106_d1d18pe8uw/sec_3/sec_3_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top left;
}
.section_3 .content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .section_3 .content {
    max-height: 740px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .section_3 .content {
    max-height: 840px;
  }
}
.section_3 .content .title {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 2;
  transform: translateY(-115%);
}
@media screen and (max-width: 991px) {
  .section_3 .content .title {
    top: 14%;
  }
}
.section_3 .content .tag {
  width: 30%;
  position: absolute;
  right: 2%;
  top: 22%;
  z-index: 9999;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .section_3 .content .tag {
    width: 70%;
    top: 12%;
  }
}
.section_3 .content .bBtn {
  background: url("https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/1106_d1d18pe8uw/sec_3/btn_bg.jpg");
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 8%;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.section_3 .content .bBtn img {
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 100px;
}
.section_3 .content .scroll_box {
  width: 100%;
  height: 72%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 22%;
}
@media screen and (max-width: 991px) {
  .section_3 .content .scroll_box {
    height: 88%;
    top: 12%;
  }
}
.section_3 .content .scroll_box .mCSB_scrollTools {
  width: 10px;
  right: 10px;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .section_3 .content .scroll_box .mCSB_scrollTools {
    width: 5px;
    right: 0px;
  }
}
.section_3 .content .scroll_box .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 3%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 91%;
  border: 1px solid rgba(0, 195, 234, 0.3411764706);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .section_3 .content .scroll_box .mCSB_scrollTools .mCSB_draggerContainer {
    top: 0%;
    height: 90%;
  }
}
.section_3 .content .scroll_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  border-radius: 0;
  background: #a7f0ff;
}
.section_3 .content .scroll_box .mCSB_draggerRail {
  width: 10px;
  border-radius: 0;
  background: #fff;
}
.section_3 .content .scroll_box .mCSB_container {
  padding: 0;
  margin-right: 0;
}
.section_3 .content .scroll_box img {
  width: 100%;
}
.section_3 .content .p1 {
  position: absolute;
  left: 118.6%;
  top: 59%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 104%;
  animation: 0.5s;
}
.section_3 .content .p1 img {
  width: 100%;
}
.section_3 .content .p2 {
  position: absolute;
  left: -10%;
  top: 50%;
  z-index: -1;
  width: 9%;
  transform: translate(-50%, -20%);
}
.section_3 .content .p2 img {
  width: 100%;
}
.section_3 .content .p3 {
  position: absolute;
  left: -20%;
  top: 72%;
  z-index: -1;
  width: 20%;
  transform: translate(-50%, -20%);
}
.section_3 .content .p3 img {
  width: 100%;
}

.section_4 {
  background: url(https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/1106_d1d18pe8uw/sec_4/sec_4_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.section_4 .content::after {
  content: "";
  width: 100%;
  height: 88%;
  background: #9eefff;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0%;
  transform: translate(15px, 15px);
  display: none;
}
.section_4 .content .title {
  width: 100%;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 2;
  transform: translateY(-115%);
}
@media screen and (max-width: 991px) {
  .section_4 .content .title {
    top: 17%;
  }
}
.section_4 .content .scroll_box {
  width: 100%;
  height: 90%;
  background: none;
  position: absolute;
  left: 0;
  top: 30%;
}
@media screen and (max-width: 991px) {
  .section_4 .content .scroll_box {
    top: 12%;
    padding: 0 0;
  }
}
.section_4 .content .scroll_box .mCSB_scrollTools {
  width: 10px;
  right: 10px;
}
@media screen and (max-width: 991px) {
  .section_4 .content .scroll_box .mCSB_scrollTools {
    width: 5px;
    right: 0px;
  }
}
.section_4 .content .scroll_box .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 3%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 94%;
  border: 1px solid rgba(0, 195, 234, 0.3411764706);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .section_4 .content .scroll_box .mCSB_scrollTools .mCSB_draggerContainer {
    top: 0%;
    height: 94%;
  }
}
.section_4 .content .scroll_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  border-radius: 0;
  background: #a7f0ff;
}
.section_4 .content .scroll_box .mCSB_draggerRail {
  width: 10px;
  border-radius: 0;
  background: #fff;
}
.section_4 .content .scroll_box .mCSB_container {
  padding: 0;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .section_4 .content .scroll_box .mCSB_container {
    padding: 10px;
  }
}
.section_4 .content .scroll_box img {
  width: 100%;
}
.section_4 .content .p1 {
  position: absolute;
  left: -13%;
  top: 59%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 53%;
  animation: 0.5s;
}
.section_4 .content .p1 img {
  width: 100%;
}
.section_4 .content .p2 {
  position: absolute;
  left: 109%;
  top: 28%;
  z-index: -1;
  width: 9%;
  transform: translate(-50%, -20%);
}
.section_4 .content .p2 img {
  width: 100%;
}
.section_4 .content .p3 {
  position: absolute;
  left: 111%;
  top: 64%;
  z-index: -1;
  width: 17%;
  transform: translate(-50%, -20%);
}
.section_4 .content .p3 img {
  width: 100%;
}
/*# sourceMappingURL=new_style.css.map */