@charset "UTF-8";
/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
body {
  min-width: 360px;
}

img {
  display: block;
  width: 100%;
  margin: auto;
}

a:hover,
a:focus {
  text-decoration: none;
  outline-style: none;
}

.ocean_banner {
  width: 100%;
  position: relative;
  padding-bottom: 40%;
  padding-top: 77px;
  z-index: 0;
}
@media (max-width: 768px) {
  .ocean_banner {
    padding-top: 44px;
    padding-bottom: 420px;
  }
}
.ocean_banner_bg {
  position: absolute;
  background-image: url("../images/big-five-factors/banner_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .ocean_banner_bg {
    background-size: 768px auto;
    background-position: center 70%;
    background-image: url("../images/big-five-factors/banner_bg_mb.png");
  }
}
.ocean_banner_bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("../images/big-five-factors/sun.png");
}
@media (max-width: 768px) {
  .ocean_banner_bg::after {
    left: -220px;
    top: -4%;
  }
}
.ocean_banner_title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 25%;
  transform: translate(-50%);
  text-align: center;
  color: #FFF;
}
@media (max-width: 768px) {
  .ocean_banner_title {
    top: 105px;
  }
}
.ocean_banner_title .sub {
  font-size: 28px;
  font-weight: 400;
  text-shadow: 0 0 10px rgba(32, 45, 189, 0.25);
}
@media (max-width: 768px) {
  .ocean_banner_title .sub {
    font-size: 24px;
  }
}
.ocean_banner_title .title {
  font-size: 44px;
  text-shadow: 0 0 10px rgba(32, 45, 189, 0.25);
  font-weight: 800;
  padding: 10px 0;
}
.ocean_banner_title .title .comma::after {
  content: "，";
}
@media (max-width: 768px) {
  .ocean_banner_title .title .comma {
    display: none;
  }
}
@media (max-width: 768px) {
  .ocean_banner_title .title {
    font-size: 36px;
  }
}
.ocean_banner_title .content {
  color: #036599;
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}
.ocean_banner_title .content span {
  color: #F6FE04;
  font-size: 16px;
  font-weight: 600;
}
.ocean_banner_boat {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 9.7vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ocean_banner_boat {
    bottom: calc(8px + (768px - 100vw) * 0.0539215686);
  }
}
.ocean_banner_boat_left {
  position: relative;
  max-width: 80px;
  left: 19%;
  width: 7%;
  animation: boat-float 7.2s ease-in-out infinite;
}
@media (max-width: 768px) {
  .ocean_banner_boat_left {
    width: 22%;
  }
}
@media (max-width: 639px) {
  .ocean_banner_boat_left {
    width: 22%;
  }
}
.ocean_banner_boat_left::before {
  content: "";
  position: absolute;
  max-width: 137px;
  width: 10vw;
  right: 72%;
  top: -57%;
  aspect-ratio: 137/93;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/big-five-factors/boat_left_dialog1.png");
  animation: bounceIn 1s both;
  animation-delay: 0.7s;
}
@media (max-width: 959px) {
  .ocean_banner_boat_left::before {
    display: none;
  }
}
.ocean_banner_boat_left::after {
  content: "";
  position: absolute;
  width: 13vw;
  max-width: 175px;
  left: 74%;
  bottom: 30%;
  aspect-ratio: 175/120;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/big-five-factors/boat_left_dialog2.png");
  animation: bounceIn 1s both;
  animation-delay: 1s;
}
@media (max-width: 959px) {
  .ocean_banner_boat_left::after {
    display: none;
  }
}
.ocean_banner_boat_right {
  position: relative;
  max-width: 160px;
  width: 12%;
  right: 14%;
  animation: boat-float 6.2s ease-in-out infinite;
}
@media (max-width: 959px) {
  .ocean_banner_boat_right {
    display: none;
  }
}
.ocean_banner_boat_right::after {
  content: "";
  position: absolute;
  max-width: 195px;
  width: 14vw;
  left: 50%;
  top: -55%;
  aspect-ratio: 195/175;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/big-five-factors/boat_right_dialog.png");
  animation: bounceIn 1s both;
  animation-delay: 0.8s;
}

.ocean_intro {
  width: 100%;
  padding-bottom: 6%;
  position: relative;
  background: linear-gradient(to bottom, rgba(235, 204, 149, 0) 0%, rgba(235, 204, 149, 0) 10%, #EBCC95 10%, #EBCC95 100%);
  z-index: 0;
  margin-top: -16%;
}
@media (max-width: 768px) {
  .ocean_intro {
    margin-top: -60px;
  }
}
.ocean_intro_bg {
  position: absolute;
  background-image: url("../images/big-five-factors/intro_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ocean_intro_bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../images/big-five-factors/ocean_intro_bg_bottom.png");
}
.ocean_intro_volumetrics {
  position: absolute;
  width: 100%;
  height: 15%;
  top: 8%;
  z-index: 2;
  background: linear-gradient(87deg, rgb(0, 0, 0) 6%, rgb(255, 255, 255) 7%, rgb(255, 255, 255) 10%, rgb(0, 0, 0) 11%, rgb(0, 0, 0) 14%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 17%, rgb(0, 0, 0) 18%, rgb(0, 0, 0) 20%, rgb(255, 255, 255) 22%, rgb(255, 255, 255) 25%, rgb(0, 0, 0) 27%, rgb(0, 0, 0) 30%, rgb(255, 255, 255) 32%, rgb(255, 255, 255) 36%, rgb(193, 187, 187) 37%, rgb(0, 0, 0) 38%, rgb(0, 0, 0) 40%, rgb(255, 255, 255) 47%, rgb(255, 255, 255) 53%, rgb(0, 0, 0) 58%, rgb(0, 0, 0) 58%, rgb(0, 0, 0) 62%, rgb(255, 255, 255) 65%, rgb(0, 0, 0) 77%, rgb(0, 0, 0) 81%, rgb(235, 231, 231) 88%, rgb(255, 255, 255) 91%, rgb(0, 0, 0) 96%);
  transform: perspective(120px) rotatex(15deg) rotatez(0deg);
  transform-style: flat;
  mix-blend-mode: screen;
  opacity: 0.2;
  animation: shine 3s alternate 3 forwards;
  transform-origin: 0 0;
  filter: blur(2px);
}
@media (max-width: 1023px) {
  .ocean_intro_volumetrics {
    top: 5%;
    height: 10%;
  }
}
@media (max-width: 639px) {
  .ocean_intro_volumetrics {
    display: none;
  }
}
.ocean_intro_bubbles {
  position: absolute;
  left: 0;
  top: 8%;
  width: 100%;
  height: 25%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .ocean_intro_bubbles {
    height: 17%;
    top: 5%;
  }
}
@media (max-width: 639px) {
  .ocean_intro_bubbles {
    display: none;
  }
}
.ocean_intro_bubbles .bubble {
  position: absolute;
  bottom: -140px;
  border-radius: 50%;
  opacity: 1;
  background: radial-gradient(circle at 28% 28%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.55) 18%, rgba(255, 255, 255, 0.25) 38%, rgba(255, 255, 255, 0.12) 55%, rgba(255, 255, 255, 0.05) 68%, rgba(255, 255, 255, 0) 78%);
  outline: 1px solid rgba(255, 255, 255, 0.25);
  outline-offset: -2px;
  box-shadow: inset -3px -5px 8px rgba(255, 255, 255, 0.65), inset 3px 3px 10px rgba(255, 255, 255, 0.25), 0 0 8px rgba(255, 255, 255, 0.15);
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
  animation: rise 8s linear infinite;
}
.ocean_intro_bubbles .bubble:nth-child(1) {
  width: 28px;
  height: 28px;
  left: 26%;
  opacity: 0.67;
  --drift: 10px;
  animation-duration: 12s;
  animation-delay: -7s;
}
.ocean_intro_bubbles .bubble:nth-child(2) {
  width: 15px;
  height: 15px;
  left: 39%;
  opacity: 0.71;
  --drift: 29px;
  animation-duration: 13s;
  animation-delay: -8s;
}
.ocean_intro_bubbles .bubble:nth-child(3) {
  width: 20px;
  height: 20px;
  left: 12%;
  opacity: 0.59;
  --drift: -13px;
  animation-duration: 9s;
  animation-delay: -3s;
}
.ocean_intro_bubbles .bubble:nth-child(4) {
  width: 28px;
  height: 28px;
  left: 96%;
  opacity: 0.44;
  --drift: 27px;
  animation-duration: 10s;
  animation-delay: -10s;
}
.ocean_intro_bubbles .bubble:nth-child(5) {
  width: 12px;
  height: 12px;
  left: 84%;
  opacity: 0.52;
  --drift: -33px;
  animation-duration: 12s;
  animation-delay: -2s;
}
.ocean_intro_bubbles .bubble:nth-child(6) {
  width: 26px;
  height: 26px;
  left: 94%;
  opacity: 0.67;
  --drift: 54px;
  animation-duration: 12s;
  animation-delay: -3s;
}
.ocean_intro_bubbles .bubble:nth-child(7) {
  width: 19px;
  height: 19px;
  left: 26%;
  opacity: 0.71;
  --drift: 24px;
  animation-duration: 11s;
  animation-delay: -2s;
}
.ocean_intro_bubbles .bubble:nth-child(8) {
  width: 17px;
  height: 17px;
  left: 40%;
  opacity: 0.7;
  --drift: -25px;
  animation-duration: 11s;
  animation-delay: -5s;
}
.ocean_intro_bubbles .bubble:nth-child(9) {
  width: 27px;
  height: 27px;
  left: 82%;
  opacity: 0.47;
  --drift: 20px;
  animation-duration: 10s;
  animation-delay: -4s;
}
.ocean_intro_bubbles .bubble:nth-child(10) {
  width: 20px;
  height: 20px;
  left: 66%;
  opacity: 0.47;
  --drift: 19px;
  animation-duration: 13s;
  animation-delay: -5s;
}
.ocean_intro_bubbles .bubble:nth-child(11) {
  width: 13px;
  height: 13px;
  left: 45%;
  opacity: 0.78;
  --drift: 10px;
  animation-duration: 10s;
  animation-delay: -3s;
}
.ocean_intro_bubbles .bubble:nth-child(12) {
  width: 24px;
  height: 24px;
  left: 78%;
  opacity: 0.77;
  --drift: 26px;
  animation-duration: 12s;
  animation-delay: -1s;
}
.ocean_intro_bubbles .bubble:nth-child(13) {
  width: 27px;
  height: 27px;
  left: 70%;
  opacity: 0.79;
  --drift: -43px;
  animation-duration: 9s;
  animation-delay: -3s;
}
.ocean_intro_bubbles .bubble:nth-child(14) {
  width: 14px;
  height: 14px;
  left: 51%;
  opacity: 0.8;
  --drift: -31px;
  animation-duration: 11s;
  animation-delay: -2s;
}
.ocean_intro_bubbles .bubble:nth-child(15) {
  width: 24px;
  height: 24px;
  left: 88%;
  opacity: 0.56;
  --drift: -9px;
  animation-duration: 10s;
  animation-delay: -9s;
}
.ocean_intro_bubbles .bubble:nth-child(16) {
  width: 23px;
  height: 23px;
  left: 8%;
  opacity: 0.61;
  --drift: 4px;
  animation-duration: 9s;
  animation-delay: -9s;
}
.ocean_intro_bubbles .bubble:nth-child(17) {
  width: 20px;
  height: 20px;
  left: 73%;
  opacity: 0.78;
  --drift: -58px;
  animation-duration: 12s;
  animation-delay: -10s;
}
.ocean_intro_bubbles .bubble:nth-child(18) {
  width: 26px;
  height: 26px;
  left: 70%;
  opacity: 0.64;
  --drift: 30px;
  animation-duration: 12s;
  animation-delay: -6s;
}
.ocean_intro_bubbles .bubble:nth-child(19) {
  width: 27px;
  height: 27px;
  left: 73%;
  opacity: 0.75;
  --drift: 15px;
  animation-duration: 13s;
  animation-delay: -4s;
}
.ocean_intro_bubbles .bubble:nth-child(20) {
  width: 25px;
  height: 25px;
  left: 86%;
  opacity: 0.73;
  --drift: -41px;
  animation-duration: 12s;
  animation-delay: -7s;
}
.ocean_intro_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  padding-top: 10%;
}
.ocean_intro_title_eng {
  max-width: 230px;
  width: 100%;
}
@media (max-width: 768px) {
  .ocean_intro_title_eng {
    max-width: 160px;
  }
}
.ocean_intro_title_eng img {
  width: 100%;
}
.ocean_intro_title_sub {
  color: #003C76;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ocean_intro_title_sub {
    font-size: 24px;
  }
}
.ocean_intro_creature {
  display: flex;
  justify-content: center;
  margin: 4% auto 1%;
}
@media (max-width: 768px) {
  .ocean_intro_creature {
    display: none;
  }
}
.ocean_intro_creature_item {
  max-width: 110px;
  position: relative;
  padding: 15px;
  margin: 10px 15px;
  transform: scale(1);
  transition: 0.3s;
  display: block;
  background: none;
  border: none;
}
.ocean_intro_creature_item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/big-five-factors/bubble.png");
}
.ocean_intro_creature_item:hover, .ocean_intro_creature_item.is-active {
  transform: scale(1.3);
}
.ocean_intro_creature_item:hover::after, .ocean_intro_creature_item.is-active::after {
  background-image: url("../images/big-five-factors/bubble_active.png");
}
.ocean_intro_creature_item.octopus {
  bottom: 105px;
  left: 25px;
}
.ocean_intro_creature_item.octopus > div {
  animation: bubble 2.3s ease-in-out infinite;
}
.ocean_intro_creature_item.penguin {
  bottom: 27px;
  left: 2px;
}
.ocean_intro_creature_item.penguin > div {
  animation: bubble 3s ease-in-out infinite;
}
.ocean_intro_creature_item.swordfish > div {
  animation: bubble 2s ease-in-out infinite;
}
.ocean_intro_creature_item.dolphin {
  bottom: 27px;
  right: 2px;
}
.ocean_intro_creature_item.dolphin > div {
  animation: bubble 3.3s ease-in-out infinite;
}
.ocean_intro_creature_item.turtle {
  bottom: 105px;
  right: 25px;
}
.ocean_intro_creature_item.turtle > div {
  animation: bubble 2.3s ease-in-out infinite;
}
.ocean_intro_container {
  position: relative;
  z-index: 4;
}
.ocean_intro_wrap {
  width: 80%;
  max-width: 1280px;
  border-radius: 40px;
  margin: 2% auto 0;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: linear-gradient(181deg, rgba(255, 255, 255, 0.42) -33.36%, rgba(255, 255, 255, 0.21) 106.41%);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 40px 70px;
}
@media (max-width: 1023px) {
  .ocean_intro_wrap {
    width: 90%;
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .ocean_intro_wrap {
    width: 100%;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    box-shadow: none;
    padding: 0;
    margin: 25px 0;
  }
}
@media (max-width: 639px) {
  .ocean_intro_wrap .slick-slider .slick-track .slick-center {
    opacity: 1;
    z-index: 20;
    transform: scale(1.05);
  }
  .ocean_intro_wrap .slick-slider .slick-track .slick-center .card {
    margin-top: 0px;
  }
  .ocean_intro_wrap .slick-slider .slick-track .slick-center .card_content {
    opacity: 1;
  }
}
.ocean_intro_wrap .ocean_intro_slide_wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.ocean_intro_wrap .ocean_intro_slide_wrap .slick-dots {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.ocean_intro_wrap .ocean_intro_slide_wrap .slick-dots li button {
  border: 1px solid #ffffff;
  font-size: 0;
  width: auto;
  height: 14px;
  border-radius: 50px;
  margin: 0 5px;
  background: none;
}
.ocean_intro_wrap .ocean_intro_slide_wrap .slick-dots li.slick-active button {
  background: #1981FD;
  border: 1px solid #1981FD;
}
.ocean_intro_wrap .ocean_intro_slide {
  display: flex;
  position: relative;
  justify-content: center;
  padding: 80px 15px 35px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .ocean_intro_wrap .ocean_intro_slide {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 639px) {
  .ocean_intro_wrap .ocean_intro_slide {
    padding: 75px 0px 15px;
    opacity: 0.5;
    transform: scale(0.85);
    z-index: -1;
  }
}
.ocean_intro_wrap .ocean_intro_slide .card {
  width: 100%;
  max-width: 280px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  background: #FFF;
  position: relative;
  margin-right: 8%;
  box-shadow: 0 0 20px 0 rgba(25, 129, 253, 0.15);
}
@media (max-width: 1023px) {
  .ocean_intro_wrap .ocean_intro_slide .card {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .ocean_intro_wrap .ocean_intro_slide .card {
    padding: 20px 10px;
    min-width: 280px;
    margin-top: -40px;
  }
}
.ocean_intro_wrap .ocean_intro_slide .card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  border-radius: 100%;
  background: #947E2C;
  filter: blur(15px);
  z-index: -1;
}
.ocean_intro_wrap .ocean_intro_slide .card_image {
  width: 100%;
  margin-top: -80px;
  max-width: 150px;
  animation: move 2.5s ease-in-out infinite;
}
.ocean_intro_wrap .ocean_intro_slide .card_name {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 0 5px;
}
.ocean_intro_wrap .ocean_intro_slide .card_name::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  left: 0;
  border-radius: 50px;
  margin: auto;
  background: linear-gradient(90deg, #59A5FF 0%, #1981FD 100%);
}
.ocean_intro_wrap .ocean_intro_slide .card_title {
  font-weight: 700;
  margin: 10px 0;
}
.ocean_intro_wrap .ocean_intro_slide .card_title_cn {
  color: #1981FD;
  font-size: 32px;
}
.ocean_intro_wrap .ocean_intro_slide .card_title_en {
  color: #6EA7EC;
  font-size: 12px;
}
.ocean_intro_wrap .ocean_intro_slide .card_info {
  margin: 10px 0 15px;
}
.ocean_intro_wrap .ocean_intro_slide .card_info_tag {
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  margin: auto;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 10px;
  border-radius: 50px;
  background: linear-gradient(90deg, #59A5FF 0%, #1981FD 100%);
}
.ocean_intro_wrap .ocean_intro_slide .card_info_content {
  color: #333;
  font-size: 16px;
  margin-top: 5px;
  font-weight: 400;
}
.ocean_intro_wrap .ocean_intro_slide .card_content {
  width: 100%;
  max-width: 550px;
}
@media (max-width: 639px) {
  .ocean_intro_wrap .ocean_intro_slide .card_content {
    opacity: 0;
  }
}
.ocean_intro_wrap .ocean_intro_slide .card_content .item {
  position: relative;
  border-radius: 8px;
  text-align: left;
  background: #F3F7FF;
  margin-bottom: 15px;
  overflow: hidden;
}
.ocean_intro_wrap .ocean_intro_slide .card_content .item .title {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px;
  background: linear-gradient(90deg, #59A5FF 0%, #1981FD 100%);
  position: relative;
}
.ocean_intro_wrap .ocean_intro_slide .card_content .item .title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -20%;
  background-repeat: no-repeat;
  background-image: url("../images/big-five-factors/ocean_intro_content_dec_top.png");
}
@media (max-width: 639px) {
  .ocean_intro_wrap .ocean_intro_slide .card_content .item .title::after {
    right: -28%;
  }
}
.ocean_intro_wrap .ocean_intro_slide .card_content .item .content {
  color: #333;
  padding: 12px 15px 10px;
  font-weight: 400;
}
.ocean_intro_wrap .ocean_intro_slide .card_content .middle {
  background: #FFF9F3;
}
.ocean_intro_wrap .ocean_intro_slide .card_content .middle .title {
  background: linear-gradient(90deg, #FFB948 0%, #FFB133 100%);
  position: relative;
}
.ocean_intro_wrap .ocean_intro_slide .card_content .middle .title::after {
  background-image: url("../images/big-five-factors/ocean_intro_content_dec_middle.png");
}
.ocean_intro_wrap .ocean_intro_slide .card_content .bottom {
  background: #FFFBEE;
}
.ocean_intro_wrap .ocean_intro_slide .card_content .bottom .title {
  background: linear-gradient(90deg, #FFB062 0%, #F93 100%);
  position: relative;
}
.ocean_intro_wrap .ocean_intro_slide .card_content .bottom .title::after {
  background-image: url("../images/big-five-factors/ocean_intro_content_dec_bottom.png");
}
.ocean_intro_wrap .ocean_intro_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ocean_intro_wrap .ocean_intro_content .title {
  color: #4F392D;
  font-size: 18px;
  font-weight: 400;
  margin: 20px auto;
}
.ocean_intro_wrap .ocean_intro_content_image {
  max-width: 870px;
  width: 100%;
  padding: 0 5px;
  display: flex;
  align-items: center;
  aspect-ratio: 15/9;
}
.ocean_intro_wrap .ocean_intro_content_table {
  display: none;
  opacity: 0;
}
.ocean_intro_wrap .ocean_intro_content_table.is-active {
  display: block;
  opacity: 1;
}
.ocean_intro_wrap .sub {
  color: #9D694F;
  font-size: 18px;
  font-weight: 500;
  margin-top: 4%;
}
.ocean_intro_link {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  margin: 3.5% auto 0;
  justify-content: center;
}
.ocean_intro_link a {
  display: block;
  cursor: pointer;
  color: #292929;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 35px;
  border-radius: 50px;
}
.ocean_intro_link_more {
  overflow: hidden;
  margin: 1% auto;
  border-radius: 50px;
  transition-duration: 0.4s;
  transition: all 0.5s;
}
.ocean_intro_link_more:hover {
  box-shadow: 0px 0px 10px 5px #ffffff;
  animation: link 1s alternate infinite;
}
.ocean_intro_link_more > a {
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: radial-gradient(107.5% 107.5% at 50% 215%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.01);
}
.ocean_intro_link_experience {
  overflow: hidden;
  margin: 1% auto;
  border-radius: 50px;
  transition-duration: 0.4s;
  transition: all 0.5s;
  animation: link 1s alternate infinite;
}
.ocean_intro_link_experience:hover {
  box-shadow: 0px 0px 10px 5px #ffffff;
  background: rgba(255, 255, 255, 0.631372549);
}
.ocean_intro_link_experience > a {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(84.92% 150% at 50% 138.75%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.01);
}

.ocean_info {
  padding-bottom: 100px;
  background: rgb(235, 204, 149);
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 959px) {
  .ocean_info {
    padding-bottom: 50px;
  }
}
.ocean_info::before {
  position: absolute;
  content: "";
  background-image: url("../images/big-five-factors/ocean_info_bg_dec.png");
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: center;
  z-index: -1;
}
.ocean_info::after {
  position: absolute;
  content: "";
  bottom: 0;
  background-image: url("../images/big-five-factors/ocean_info_bg_sand.png");
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: center bottom;
  z-index: -1;
}
.ocean_info_title {
  color: #292929;
  text-align: center;
}
.ocean_info_title .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ocean_info_title .sub {
  font-size: 16px;
  font-weight: 400;
}
.ocean_info_card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  max-width: 1000px;
  margin: 20px auto 50px;
}
@media (max-width: 959px) {
  .ocean_info_card {
    flex-wrap: nowrap;
  }
}
.ocean_info_card_wrap {
  display: block;
  cursor: pointer;
  z-index: 5;
  width: 260px;
  max-width: 260px;
  border-radius: 32px;
  padding: 10px;
  margin: 20px;
  transition: 0.5s;
  background: linear-gradient(181deg, rgba(255, 255, 255, 0.12) -33.36%, rgba(255, 255, 255, 0.06) 106.41%), #F6D59C;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset;
}
@media (max-width: 959px) {
  .ocean_info_card_wrap {
    margin: 20px 10px;
  }
}
.ocean_info_card_wrap:hover,
.ocean_info_card .slick-list .slick-track .slick-center {
  background: linear-gradient(181deg, rgba(255, 255, 255, 0.42) -33.36%, rgba(255, 255, 255, 0.21) 106.41%);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
  transform: scale(1.08);
}
@media (max-width: 959px) {
  .ocean_info_card_wrap:hover,
  .ocean_info_card .slick-list .slick-track .slick-center {
    transform: none;
  }
}
.ocean_info_card_wrap:hover .ocean_info_card_item,
.ocean_info_card .slick-list .slick-track .slick-center .ocean_info_card_item {
  border: 1px solid #FFF;
  background: linear-gradient(181deg, rgba(255, 255, 255, 0.42) -33.36%, rgba(255, 255, 255, 0.21) 106.41%);
}
.ocean_info_card_wrap:hover .tag,
.ocean_info_card .slick-list .slick-track .slick-center .tag {
  background: #6B5336;
  color: #fff;
  font-size: 18px;
}
.ocean_info_card_wrap:hover .image .inactive,
.ocean_info_card .slick-list .slick-track .slick-center .image .inactive {
  display: none;
}
.ocean_info_card_wrap:hover .image .active,
.ocean_info_card .slick-list .slick-track .slick-center .image .active {
  display: block;
}
.ocean_info_card_item {
  padding: 25px 40px 20px;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 26px;
  border: 1px solid rgb(230, 197, 139);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.ocean_info_card_item .tag {
  padding: 3px 20px;
  border-radius: 50px;
  background: #CA9F69;
  color: #F9D6A8;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.ocean_info_card_item .image {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.ocean_info_card_item .image .active {
  display: none;
}
.ocean_info_card_item .title {
  color: #414141;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.ocean_info_card_item .sub {
  color: #7E6649;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

@keyframes shine {
  0% {
    opacity: 0.3;
    transform: perspective(100px) rotateX(5deg) translateX(-60px);
  }
  50% {
    opacity: 0.4;
    transform: perspective(100px) rotateX(5deg) translateX(40px);
  }
  100% {
    opacity: 0;
    transform: perspective(100px) rotateX(5deg) translateX(120px);
  }
}
@keyframes move {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.03);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes bubble {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes link {
  from {
    box-shadow: 0px 0px 8px 2px #ffffff;
  }
  to {
    box-shadow: 0px 0px 10px 8px #ffffff;
  }
}
@keyframes rise {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.8;
  }
  50% {
    transform: translate3d(var(--drift), -45vh, 0) scale(1.05);
    opacity: 0.55;
  }
  100% {
    transform: translate3d(calc(var(--drift) * -1), -95vh, 0) scale(1.12);
    opacity: 0;
  }
}
@keyframes boat-float {
  0% {
    transform: translateX(0) translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateX(10px) translateY(4px) rotate(0.3deg);
  }
  50% {
    transform: translateX(0) translateY(2px) rotate(0deg);
  }
  75% {
    transform: translateX(-2px) translateY(4px) rotate(-0.3deg);
  }
  100% {
    transform: translateX(0) translateY(0px) rotate(0deg);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  60% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}/*# sourceMappingURL=big-five-factors.css.map */