@charset "UTF-8";
/* Responsive */
/* 모바일에서 레이아웃에 가둬진 박스의 너비가 풀로 가져가야 할때 */
/* Ellipsis */
#contents section {
  /* PUBLIC PUBLIC PUBLIC PUBLIC PUBLIC PUBLIC */
  /* //PUBLIC PUBLIC PUBLIC PUBLIC PUBLIC PUBLIC */
  /* KEY VISUAL KEY VISUAL KEY VISUAL KEY VISUAL */
  /* //KEY VISUAL KEY VISUAL KEY VISUAL KEY VISUAL */
  /* NEWNAL INTRODUCE NEWNAL INTRODUCE NEWNAL INTRODUCE */
  /* //NEWNAL INTRODUCE NEWNAL INTRODUCE NEWNAL INTRODUCE */
  /* CORE TECH CORE TECH CORE TECH CORE TECH CORE TECH */
  /* //CORE TECH CORE TECH CORE TECH CORE TECH CORE TECH */
  /* SPEC SPEC SPEC SPEC SPEC SPEC SPEC SPEC SPEC SPEC */
  /* SPEC SPEC SPEC SPEC SPEC SPEC SPEC SPEC SPEC SPEC */
  /* PRODUCT VIDEO PRODUCT VIDEO PRODUCT VIDEO */
  /* //PRODUCT VIDEO PRODUCT VIDEO PRODUCT VIDEO */
  /* MEDAI HIGHLIGHT MEDAI HIGHLIGHT MEDAI HIGHLIGHT */
  /* //MEDAI HIGHLIGHT MEDAI HIGHLIGHT MEDAI HIGHLIGHT */
  /* PRE ORDER PRE ORDER PRE ORDER PRE ORDER */
  /* //PRE ORDER PRE ORDER PRE ORDER PRE ORDER */
  /* TO BE LAUNCHED TO BE LAUNCHED TO BE LAUNCHED */
  /* //TO BE LAUNCHED TO BE LAUNCHED TO BE LAUNCHED */
  /* CORE VALUE CORE VALUE CORE VALUE CORE VALUE */
  /* //CORE VALUE CORE VALUE CORE VALUE CORE VALUE */
  /* HISTORY HISTORY HISTORY HISTORY HISTORY HISTORY */
  /* //HISTORY HISTORY HISTORY HISTORY HISTORY HISTORY */
  /* CORE TECH WHITE PAPER CORE TECH WHITE PAPER 모바일 여기서부터 */
  /* //CORE TECH WHITE PAPER CORE TECH WHITE PAPER */
  /* KEY MEMBERS KEY MEMBERS KEY MEMBERS KEY MEMBERS KEY */
  /* //KEY MEMBERS KEY MEMBERS KEY MEMBERS KEY MEMBERS */
  /* BOARD MEMBERS BOARD MEMBERS BOARD MEMBERS BOARD MEMBERS */
  /* //BOARD MEMBERS BOARD MEMBERS BOARD MEMBERS BOARD */
}
#contents section .ci_s {
  color: #F79E8D;
}
#contents section .ci2_s {
  color: #818BAD;
}
#contents section h2 {
  font-size: 72rem;
  color: #FF4B1C;
  line-height: 1.1;
}
@media (max-width: 750px) {
  #contents section h2 {
    font-size: 42rem;
  }
}
#contents section.white_bg {
  background-color: #FDF1EF;
}
#contents section.white_bg h2 {
  color: #031C61;
}
#contents section .arr_btn {
  width: 70rem;
  height: 70rem;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 750px) {
  #contents section .arr_btn {
    width: 48rem;
    height: 48rem;
  }
}
#contents section .arr_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/ico_arr.svg) no-repeat center center/40% auto;
}
#contents section .arr_btn:hover::after {
  animation: arr_move 0.5s ease both;
}
@keyframes arr_move {
  0% {
    transform: translateX(0%);
  }
  49.9% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media (max-width: 750px) {
  #contents section .x_scr_box {
    position: relative;
  }
  #contents section .x_scr_box::before {
    content: "";
    width: 100rem;
    height: 100rem;
    background: url(../images/swipe_info.svg) no-repeat center center/contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    transition: 0.5s ease;
  }
  #contents section .off.x_scr_box::before {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
#contents section#key_visual {
  width: 100%;
  height: 3000rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: 0s !important;
}
#contents section#key_visual .fade_up {
  transform: translateY(100rem);
  opacity: 0;
  transition: 1s ease;
}
#contents section#key_visual .zoom_in {
  transform: scale(0);
  opacity: 0;
  transition: 1s ease;
}
#contents section#key_visual.aos-animate .dly2 {
  transition-delay: 0.2s;
}
#contents section#key_visual.aos-animate .dly4 {
  transition-delay: 0.4s;
}
#contents section#key_visual.aos-animate .dly6 {
  transition-delay: 0.6s;
}
#contents section#key_visual.aos-animate .dly8 {
  transition-delay: 0.8s;
}
#contents section#key_visual.aos-animate .fade_up {
  transform: translateY(0rem);
  opacity: 1;
}
#contents section#key_visual.aos-animate .zoom_in {
  transform: scale(1);
  opacity: 1;
}
#contents section#key_visual .sticky_box {
  background: linear-gradient(180deg, #000000 0%, transparent 43.56%), #00103B;
  color: #ffffff;
}
@media (max-width: 750px) {
  #contents section#key_visual .sticky_box {
    background-color: #070301;
  }
}
#contents section#key_visual .sticky_box .visual_device video {
  touch-action: none;
  pointer-events: none;
}
#contents section#key_visual .sticky_box .visual_device video#main_intro {
  z-index: 1;
}
@media (max-width: 750px) {
  #contents section#key_visual .sticky_box .visual_device video {
    height: 480rem;
    top: auto;
    bottom: 0;
  }
}
#contents section#key_visual .sticky_box .visual_device .main_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 11;
  height: 100%;
}
@media (max-width: 750px) {
  #contents section#key_visual .sticky_box .visual_device .main_txt {
    display: block;
    padding-top: 142rem;
  }
}
#contents section#key_visual .sticky_box .visual_device .main_txt h1 {
  font-size: 200rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 750px) {
  #contents section#key_visual .sticky_box .visual_device .main_txt h1 {
    font-size: 56rem;
    line-height: 1.1;
    text-align: left;
  }
}
#contents section#key_visual .sticky_box .visual_device .main_txt h1.type_ci {
  color: #FF4B1C;
}
@media (max-width: 750px) {
  #contents section#key_visual .sticky_box .visual_device .main_txt h1.type_ci {
    font-size: 80rem;
    white-space: nowrap;
  }
}
#contents section#key_visual .sticky_box .visual_device .main_txt h1.web3_ai {
  color: #FF4B1C;
  font-size: 90rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  #contents section#key_visual .sticky_box .visual_device .main_txt h1.web3_ai {
    font-size: 36rem;
    white-space: nowrap;
  }
}
#contents section#key_visual .sticky_box .visual_device .main_txt h1 span {
  font-weight: 400;
}
#contents section#key_visual .sticky_box .visual_device .main_txt .scr_down {
  transform: rotate(90deg);
  position: absolute;
  right: 44rem;
  bottom: 131rem;
  z-index: 20;
}
@media (max-width: 750px) {
  #contents section#key_visual .sticky_box .visual_device .main_txt .scr_down {
    right: 16rem;
    bottom: 51rem;
  }
}
#contents section#newnal_introduce {
  position: relative;
}
#contents section#newnal_introduce #newnal_introduce_anchor {
  position: absolute;
  left: 0;
  top: 1800rem;
  bottom: 0;
}
#contents section#newnal_introduce .phone_movement_wrap {
  height: 6000rem;
  position: relative;
}
#contents section#newnal_introduce .phone_movement_wrap .sticky_box {
  background-color: #e3e7f6;
}
@media (max-width: 750px) {
  #contents section#newnal_introduce .phone_movement_wrap .sticky_box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50rem;
    background: linear-gradient(transparent, #e3e7f6 90%);
    z-index: 10;
  }
}
#contents section#newnal_introduce .phone_movement_wrap #interaction_phone {
  transform: translateY(100%);
}
@media (max-width: 750px) {
  #contents section#newnal_introduce .phone_movement_wrap #interaction_phone {
    transform: translateY(100%) scale(1.25);
  }
}
#contents section#newnal_introduce .phone_movement_wrap #interaction_phone img {
  object-fit: contain;
}
#contents section#newnal_introduce .phone_movement_wrap .intro_tit {
  width: 100%;
  font-size: 108rem;
}
@media (max-width: 750px) {
  #contents section#newnal_introduce .phone_movement_wrap .intro_tit {
    font-size: 42rem;
    line-height: 1.1;
  }
}
#contents section#newnal_introduce .introduce_cont {
  margin-top: 50rem;
  overflow: hidden;
}
#contents section#newnal_introduce .introduce_cont:nth-child(odd) .visual_box {
  margin-left: auto;
}
#contents section#newnal_introduce .introduce_cont:nth-child(odd) .txt_box {
  right: auto;
  left: 194rem;
}
@media (max-width: 750px) {
  #contents section#newnal_introduce .introduce_cont:nth-child(odd) .txt_box {
    padding-left: 0;
  }
}
@media (max-width: 750px) {
  #contents section#newnal_introduce .introduce_cont.cont1 {
    display: flex;
    flex-direction: column-reverse;
  }
  #contents section#newnal_introduce .introduce_cont.cont1 .txt_box {
    text-align: center;
  }
}
#contents section#newnal_introduce .introduce_cont .txt_box {
  position: absolute;
  right: 116rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 40rem;
}
@media (max-width: 750px) {
  #contents section#newnal_introduce .introduce_cont .txt_box {
    position: static;
    font-size: 24rem;
    transform: none;
    padding-left: 56rem;
  }
  #contents section#newnal_introduce .introduce_cont .txt_box br:not(.both) {
    display: none;
  }
}
#contents section#newnal_introduce .introduce_cont .txt_box h2 {
  font-size: 100rem;
  font-weight: 800;
  margin-bottom: 40rem;
}
#contents section#newnal_introduce .introduce_cont .txt_box h2 span {
  display: block;
}
@media (max-width: 750px) {
  #contents section#newnal_introduce .introduce_cont .txt_box h2 {
    margin-bottom: 24rem;
    font-size: 42rem;
  }
}
#contents section#newnal_introduce .introduce_cont .visual_box {
  width: 1080rem;
  height: 1080rem;
}
@media (max-width: 750px) {
  #contents section#newnal_introduce .introduce_cont .visual_box {
    width: 100%;
    height: auto;
  }
}
#contents section#newnal_introduce .introduce_cont .visual_box > * {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 750px) {
  #contents section#newnal_introduce .introduce_cont .visual_box > * {
    width: 140%;
    margin-left: -20%;
  }
}
#contents section#newnal_introduce .introduce_cont .vid_box {
  position: relative;
  overflow: hidden;
}
#contents section#newnal_introduce .introduce_cont .vid_box video {
  z-index: 1;
  position: relative;
}
#contents section#newnal_introduce .introduce_cont .vid_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/intro_device/intro_device_vid_frame.png) no-repeat center center/cover;
  z-index: 2;
}
@media (max-width: 750px) {
  #contents section#core_tech {
    padding-top: 76rem;
    margin-top: 181rem;
  }
}
#contents section#core_tech::after {
  z-index: 10;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/core_tech_border.png) no-repeat center top/100% auto;
  touch-action: none;
  pointer-events: none;
}
#contents section#core_tech .core_tech_visual {
  position: relative;
}
@media (max-width: 750px) {
  #contents section#core_tech .core_tech_visual video {
    height: 276rem;
    object-fit: cover;
  }
}
#contents section#core_tech .core_tech_visual .txt_box {
  width: 100%;
  line-height: 1.1;
  position: absolute;
  left: 0%;
  top: 158rem;
  z-index: 1;
}
@media (max-width: 750px) {
  #contents section#core_tech .core_tech_visual .txt_box {
    position: static;
  }
}
#contents section#core_tech .core_tech_visual .txt_box .info {
  font-size: 24rem;
  margin-top: 24rem;
}
@media (max-width: 750px) {
  #contents section#core_tech .core_tech_visual .txt_box .info {
    font-size: 16rem;
    margin-top: 20rem;
    line-height: 1.5;
  }
}
#contents section#core_tech .core_tech_category {
  height: 4000rem;
}
#contents section#core_tech .core_tech_category .category_list {
  top: 80rem;
}
@media (max-width: 750px) {
  #contents section#core_tech .core_tech_category .category_list {
    top: 48rem;
  }
}
#contents section#core_tech .core_tech_category .category_list ol {
  counter-reset: core_tech_cate;
  width: 100%;
  height: 100%;
}
#contents section#core_tech .core_tech_category .category_list ol > li {
  background-color: #e3e7f6;
  width: 100%;
  height: 100%;
}
#contents section#core_tech .core_tech_category .category_list ol > li:not(:first-child) {
  height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
#contents section#core_tech .core_tech_category .category_list ol > li:not(:first-child) .tit_box {
  color: #F79E8D;
}
#contents section#core_tech .core_tech_category .category_list ol > li .tit_box {
  display: flex;
  align-items: center;
  color: #FF4B1C;
  height: 180rem;
  font-size: 24rem;
}
@media (max-width: 750px) {
  #contents section#core_tech .core_tech_category .category_list ol > li .tit_box {
    justify-content: space-between;
    font-size: 16rem;
    height: 104rem;
  }
}
#contents section#core_tech .core_tech_category .category_list ol > li .tit_box span::before {
  counter-increment: core_tech_cate;
  content: "0" counter(core_tech_cate);
}
#contents section#core_tech .core_tech_category .category_list ol > li .info_box {
  padding: 0 120rem 80rem;
}
@media (max-width: 750px) {
  #contents section#core_tech .core_tech_category .category_list ol > li .info_box {
    padding: 0 0 60rem;
  }
}
#contents section#core_tech .core_tech_category .category_list ol > li .info_box .img_box {
  padding-top: 50rem;
}
@media (max-width: 750px) {
  #contents section#core_tech .core_tech_category .category_list ol > li .info_box .img_box {
    padding: 0 0 32rem;
  }
}
#contents section#core_tech .core_tech_category .category_list ol > li .info_box .img_box img {
  height: 430rem;
  width: 697rem;
  object-fit: contain;
}
@media (max-width: 750px) {
  #contents section#core_tech .core_tech_category .category_list ol > li .info_box .img_box img {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
}
#contents section#core_tech .core_tech_category .category_list ol > li .info_box .txt_box {
  font-size: 36rem;
}
@media (max-width: 750px) {
  #contents section#core_tech .core_tech_category .category_list ol > li .info_box .txt_box {
    font-size: 16rem;
  }
}
#contents section#core_tech .core_tech_category .category_list ol > li .info_box .txt_box p + p {
  margin-top: 40rem;
}
@media (max-width: 750px) {
  #contents section#core_tech .core_tech_category .category_list ol > li .info_box .txt_box p + p {
    margin-top: 16rem;
  }
}
#contents section#spec {
  padding-top: 150px;
}
@media (max-width: 750px) {
  #contents section#spec {
    padding-top: 120rem;
  }
}
#contents section#spec .spec_tit_box h2 {
  margin-bottom: 24rem;
}
@media (max-width: 750px) {
  #contents section#spec .spec_tit_box h2 {
    margin-bottom: 20rem;
  }
}
#contents section#spec .spec_tit_box .col2_box .sub_tit {
  font-size: clamp(10px, 32rem, 999rem);
}
@media (max-width: 750px) {
  #contents section#spec .spec_tit_box .col2_box .sub_tit {
    font-size: clamp(10px, 18rem, 999rem);
  }
}
#contents section#spec .spec_tit_box .col2_box .info {
  font-size: clamp(10px, 24rem, 999rem);
  color: #031C61;
}
@media (max-width: 750px) {
  #contents section#spec .spec_tit_box .col2_box .info {
    font-size: clamp(10px, 16rem, 999rem);
    margin-top: 40rem;
  }
  #contents section#spec .spec_tit_box .col2_box .info br {
    display: none;
  }
}
#contents section#spec .spec_main_list {
  padding: 160rem 0 60rem;
}
@media (max-width: 750px) {
  #contents section#spec .spec_main_list {
    padding: 88rem 16rem 32rem;
    margin-left: -16rem !important;
    width: calc(100% + 32rem) !important;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 60rem;
  }
  #contents section#spec .spec_main_list::-webkit-scrollbar {
    display: block;
    background-color: #818BAD;
    height: 1px;
  }
  #contents section#spec .spec_main_list::-webkit-scrollbar-thumb {
    background-color: #FF4B1C;
  }
}
#contents section#spec .spec_main_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 312rem 108rem 312rem;
  gap: 40rem;
}
@media (max-width: 750px) {
  #contents section#spec .spec_main_list ul {
    width: 1350rem;
    gap: 16rem;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
  }
}
#contents section#spec .spec_main_list ul .fade_up {
  transform: translateY(100rem);
  opacity: 0;
  transition: 1s ease;
}
#contents section#spec .spec_main_list ul.aos-animate .fade_up {
  transform: translateY(0rem);
  opacity: 1;
}
#contents section#spec .spec_main_list ul.aos-animate .dly1 {
  transition-delay: 0.1s;
}
#contents section#spec .spec_main_list ul.aos-animate .dly2 {
  transition-delay: 0.2s;
}
#contents section#spec .spec_main_list ul.aos-animate .dly3 {
  transition-delay: 0.3s;
}
#contents section#spec .spec_main_list ul.aos-animate .dly4 {
  transition-delay: 0.4s;
}
#contents section#spec .spec_main_list ul.aos-animate .dly5 {
  transition-delay: 0.5s;
}
#contents section#spec .spec_main_list ul.aos-animate .dly6 {
  transition-delay: 0.6s;
}
#contents section#spec .spec_main_list ul.aos-animate .dly7 {
  transition-delay: 0.7s;
}
#contents section#spec .spec_main_list ul.aos-animate .dly8 {
  transition-delay: 0.8s;
}
#contents section#spec .spec_main_list ul.aos-animate .dly9 {
  transition-delay: 0.9s;
}
#contents section#spec .spec_main_list ul.aos-animate .dly10 {
  transition-delay: 1s;
}
#contents section#spec .spec_main_list ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-color: #CBD2E6;
  border-radius: 20rem;
  padding: 44rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  #contents section#spec .spec_main_list ul li {
    border-radius: 16rem;
    padding: 24rem;
    height: 290rem;
  }
}
#contents section#spec .spec_main_list ul li.device {
  grid-column: span 2;
  overflow: visible;
}
@media (min-width: 751px) {
  #contents section#spec .spec_main_list ul li.device {
    grid-row: span 2;
  }
}
#contents section#spec .spec_main_list ul li.device .img_box {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 550rem;
  left: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  #contents section#spec .spec_main_list ul li.device .img_box {
    height: 400rem;
  }
}
#contents section#spec .spec_main_list ul li.device .img_box img {
  position: absolute;
  bottom: 0rem;
}
@media (max-width: 750px) {
  #contents section#spec .spec_main_list ul li.device .img_box img {
    bottom: -60rem;
  }
}
#contents section#spec .spec_main_list ul li.device .img_box img.device_img1 {
  width: 263rem;
  left: 201rem;
}
@media (max-width: 750px) {
  #contents section#spec .spec_main_list ul li.device .img_box img.device_img1 {
    width: 200rem;
    left: 170rem;
  }
}
#contents section#spec .spec_main_list ul li.device .img_box img.device_img2 {
  width: 234rem;
  right: 232rem;
}
@media (max-width: 750px) {
  #contents section#spec .spec_main_list ul li.device .img_box img.device_img2 {
    width: 177rem;
    right: 163rem;
  }
}
#contents section#spec .spec_main_list ul li:not(.device) img {
  width: 110rem;
  height: 110rem;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #contents section#spec .spec_main_list ul li:not(.device) img {
    width: 100rem;
    height: 100rem;
  }
}
@media (min-width: 751px) {
  #contents section#spec .spec_main_list ul li.display {
    grid-row: span 2;
  }
  #contents section#spec .spec_main_list ul li.cpu {
    grid-row: span 2;
  }
}
#contents section#spec .spec_main_list ul li p {
  text-align: center;
  font-size: 24rem;
  width: 106%;
  margin-left: -3%;
  letter-spacing: -1rem;
  min-height: 102rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  #contents section#spec .spec_main_list ul li p {
    font-size: 18rem;
    min-height: 75rem;
  }
}
@media (max-width: 750px) {
  #contents section#spec .spec_sub_list_wrap {
    display: block;
  }
}
#contents section#spec .spec_sub_list_wrap ul li {
  min-height: 100rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 750px) {
  #contents section#spec .spec_sub_list_wrap ul li {
    min-height: 64rem;
    padding: 10rem 0;
    word-break: break-all;
  }
  #contents section#spec .spec_sub_list_wrap ul li br:not(.mo) {
    display: none;
  }
}
#contents section#spec .spec_sub_list_wrap ul li .fade_up {
  transform: translateY(100rem);
  opacity: 0;
  transition: 1s ease;
}
#contents section#spec .spec_sub_list_wrap ul li > * {
  transform: translateY(100rem);
  opacity: 0;
  transition: 1s ease;
}
#contents section#spec .spec_sub_list_wrap ul li.aos-animate > * {
  transform: translateY(0rem);
  opacity: 1;
}
#contents section#spec .spec_sub_list_wrap ul li.aos-animate p {
  transition-delay: 0.2s;
  color: #818BAD;
}
#contents section#spec .spec_sub_list_wrap ul li::before, #contents section#spec .spec_sub_list_wrap ul li::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #FF4B1C;
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
  position: absolute;
  left: 0;
  bottom: 0;
}
#contents section#spec .spec_sub_list_wrap ul li::before {
  width: 100%;
  background-color: #c1c5d2;
}
#contents section#spec .spec_sub_list_wrap ul li:hover::after {
  width: 100%;
}
#contents section#spec .spec_sub_list_wrap ul li span {
  width: 300rem;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  #contents section#spec .spec_sub_list_wrap ul li span {
    width: 110rem;
  }
}
#contents section#spec .spec_sub_list_wrap ul li p {
  width: 100%;
  opacity: 0.6;
}
#contents section#spec .info {
  font-size: clamp(10px, 16rem, 999rem);
  margin-top: 16rem;
  color: #818BAD;
}
@media (max-width: 750px) {
  #contents section#spec .info {
    font-size: clamp(10px, 12rem, 999rem);
    margin-top: 12rem;
  }
}
#contents section#product_video {
  padding: 360rem 0 280rem;
}
@media (max-width: 750px) {
  #contents section#product_video {
    padding: 160rem 0;
  }
}
#contents section#product_video .txt_box {
  margin-bottom: 206rem;
  display: flex;
  position: relative;
}
@media (max-width: 750px) {
  #contents section#product_video .txt_box {
    margin-bottom: 80rem;
    display: block;
  }
}
#contents section#product_video .txt_box h2 {
  width: 617rem;
}
@media (max-width: 750px) {
  #contents section#product_video .txt_box h2 {
    margin-bottom: 24rem;
    width: auto;
  }
}
#contents section#product_video .txt_box .info {
  font-size: 24rem;
}
@media (max-width: 750px) {
  #contents section#product_video .txt_box .info {
    font-size: 16rem;
  }
}
#contents section#product_video .txt_box .info p + p {
  margin-top: 20rem;
}
@media (max-width: 750px) {
  #contents section#product_video .txt_box .info p + p {
    margin-top: 16rem;
  }
}
#contents section#product_video .vid_list ul li {
  padding-left: 617rem;
  font-size: clamp(10px, 40rem, 999rem);
  position: relative;
  display: flex;
  align-items: center;
  gap: 24rem;
}
@media (max-width: 750px) {
  #contents section#product_video .vid_list ul li {
    font-size: clamp(10px, 24rem, 999rem);
    padding-left: 40rem;
    gap: 11rem;
  }
}
#contents section#product_video .vid_list ul li + li {
  margin-top: 8rem;
}
#contents section#product_video .vid_list ul li::before {
  content: "";
  width: 565rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #FF4B1C;
  transform: scaleX(0);
  transform-origin: left center;
  transition: 0.5s ease;
}
@media (max-width: 750px) {
  #contents section#product_video .vid_list ul li::before {
    width: 44rem;
    left: -16rem;
  }
}
#contents section#product_video .vid_list ul li::after {
  content: "";
  display: block;
  width: 38rem;
  height: 38rem;
  overflow: hidden;
  border-radius: 50%;
  background: #FF4B1C url(../images/ico_play.svg) no-repeat center center/contain;
  opacity: 0;
  transition: 0.5s ease;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  #contents section#product_video .vid_list ul li::after {
    width: 34rem;
    height: 34rem;
  }
}
#contents section#product_video .vid_list ul li button {
  overflow: hidden;
  position: relative;
}
#contents section#product_video .vid_list ul li button span {
  display: block;
}
#contents section#product_video .vid_list ul li button span + span {
  color: #FF4B1C;
  position: absolute;
  left: 0;
  top: 100%;
}
#contents section#product_video .vid_list ul li button span i {
  display: inline-block;
  transition: 0.5s ease;
}
#contents section#product_video .vid_list ul li.on {
  color: #FF4B1C;
}
#contents section#product_video .vid_list ul li.on::before {
  transform: scaleX(1);
}
#contents section#product_video .vid_list ul li.on::after {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translateX(0%);
}
#contents section#product_video .vid_list ul li.on button span i {
  transform: translateY(-100%);
}
#contents section#product_video .vid_box {
  width: 446rem;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 750px) {
  #contents section#product_video .vid_box {
    width: 100%;
    position: relative;
  }
}
#contents section#product_video .vid_box.off {
  transform: translateY(50rem);
  opacity: 0;
}
#contents section#product_video .vid_box .vid_frame {
  width: 100%;
  height: 251rem;
  border-radius: 4rem;
  overflow: hidden;
  background: url(../images/product_video_thumb.jpg) no-repeat center center/cover;
}
#contents section#product_video .vid_box .vid_frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contents section#product_video .vid_box p {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  font-size: clamp(10px, 12rem, 999rem);
  padding-top: 12rem;
  opacity: 0.6;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 100%;
}
@media (max-width: 750px) {
  #contents section#product_video .vid_box p {
    padding: 50rem 0 0 44rem;
    position: static;
  }
}
#contents section#product_video .vid_box p::before {
  content: "※ ";
}
#contents section#product_video .vid_pop {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  touch-action: none;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44rem;
  z-index: 1000;
}
#contents section#product_video .vid_pop.on {
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
#contents section#product_video .vid_pop.on .pop_cont {
  transform: translateY(0);
  opacity: 1;
}
#contents section#product_video .vid_pop .dim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
#contents section#product_video .vid_pop .pop_cont {
  width: 1566rem;
  height: 879rem;
  margin: 0 auto;
  position: relative;
  transform: translateY(100rem);
  opacity: 0;
  transition: 1s ease;
}
@media (max-width: 750px) {
  #contents section#product_video .vid_pop .pop_cont {
    width: 100%;
    height: auto;
  }
}
#contents section#product_video .vid_pop .pop_cont .vid_frame {
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  overflow: hidden;
}
#contents section#product_video .vid_pop .pop_cont .vid_frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contents section#product_video .vid_pop .pop_cont .close_btn {
  position: absolute;
  left: calc(100% + 14rem);
  top: 0;
  width: 51rem;
  height: 51rem;
  background: url(../images/ico_close.svg) no-repeat center center/contain;
  transition: 0.5s ease;
}
#contents section#product_video .vid_pop .pop_cont .close_btn:hover {
  transform: rotate(90deg);
}
@media (max-width: 750px) {
  #contents section#product_video .vid_pop .pop_cont .close_btn {
    left: auto;
    right: 2rem;
    top: auto;
    bottom: calc(100% + 7rem);
    width: 15rem;
    height: 15rem;
  }
}
#contents section#media_highlight {
  padding: 185rem 0 216rem;
  border: 1px solid #000;
  border-color: color-mix(in srgb, #FF4B1C 10%, transparent);
  border-width: 1px 0;
  background: url(../images/media_highlight_bg.png) no-repeat left top/100% auto;
}
@media (max-width: 750px) {
  #contents section#media_highlight {
    padding: 120rem 0 0;
    border-bottom: none;
    background-size: 350% auto;
    background-position: -250rem top;
  }
  #contents section#media_highlight h2 {
    margin-left: -16rem !important;
    width: calc(100% + 32rem) !important;
  }
}
#contents section#media_highlight .media_cont {
  width: 1400rem;
  margin: 270rem auto 0;
  display: flex;
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont {
    width: 100%;
    margin-top: 80rem;
    display: block;
  }
}
#contents section#media_highlight .media_cont .info_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#contents section#media_highlight .media_cont .info_box .tit_box {
  display: flex;
  align-items: flex-start;
  gap: 70rem;
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .info_box .tit_box {
    display: block;
  }
}
#contents section#media_highlight .media_cont .info_box .tit_box .tit {
  width: 100%;
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .info_box .tit_box .tit {
    margin-bottom: 24rem;
  }
}
#contents section#media_highlight .media_cont .info_box .tit_box .tit span img {
  width: 122rem;
  filter: brightness(0);
}
#contents section#media_highlight .media_cont .info_box .tit_box .tit strong {
  display: block;
  margin-top: 47rem;
  font-size: 40rem;
  line-height: 1.1;
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .info_box .tit_box .tit strong {
    margin-top: 32rem;
    font-size: 24rem;
  }
}
#contents section#media_highlight .media_cont .info_box .tit_box .thumb {
  width: 365rem;
  border-radius: 40rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .info_box .tit_box .thumb {
    width: 100%;
    height: auto;
  }
}
#contents section#media_highlight .media_cont .info_box .info_box {
  padding-bottom: 76rem;
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .info_box .info_box {
    padding-bottom: 0;
  }
}
#contents section#media_highlight .media_cont .info_box .info_box .detail_info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 42rem;
  padding-bottom: 45rem;
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .info_box .info_box .detail_info {
    display: block;
    margin: 24rem 0 20rem;
    padding-bottom: 20rem;
  }
}
#contents section#media_highlight .media_cont .info_box .info_box .detail_info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset;
  display: -webkit-box;
  /* autoprefixer: off */
  box-orient: vertical;
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  width: 525rem;
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .info_box .info_box .detail_info p {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .info_box .info_box .detail_info .arr_btn {
    margin: 40rem 0 0 auto;
  }
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .info_box .info_box .write_info {
    font-size: clamp(10px, 16rem, 999rem);
    flex-direction: column;
    align-items: flex-start;
  }
}
#contents section#media_highlight .media_cont .info_box .info_box .write_info .writer {
  color: #FF4B1C;
}
#contents section#media_highlight .media_cont .list_box {
  flex-shrink: 0;
  width: 400rem;
  margin-left: 65rem;
  padding-left: 76rem;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .list_box {
    margin: 60rem 0 0;
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}
#contents section#media_highlight .media_cont .list_box .tit {
  margin-bottom: 46rem;
  font-size: clamp(10px, 24rem, 999rem);
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .list_box .tit {
    margin-bottom: 25rem;
  }
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .list_box .swiper {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-width: 1px 0;
    margin-left: -16rem !important;
    width: calc(100% + 32rem) !important;
  }
}
@media (min-width: 751px) {
  #contents section#media_highlight .media_cont .list_box .swiper ul {
    display: block;
    transform: none !important;
  }
}
#contents section#media_highlight .media_cont .list_box .swiper ul li {
  position: relative;
  height: auto;
}
@media (min-width: 751px) {
  #contents section#media_highlight .media_cont .list_box .swiper ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
#contents section#media_highlight .media_cont .list_box .swiper ul li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30rem 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .list_box .swiper ul li a {
    padding: 18rem 16rem;
  }
}
@media (min-width: 751px) {
  #contents section#media_highlight .media_cont .list_box .swiper ul li a::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #FF4B1C;
    transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
    position: absolute;
    left: 0;
    bottom: -1px;
  }
}
#contents section#media_highlight .media_cont .list_box .swiper ul li a .logo_box {
  width: 80rem;
  height: 80rem;
  border-radius: 4rem;
  overflow: hidden;
  margin-right: 24rem;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .list_box .swiper ul li a .logo_box {
    width: 72rem;
    height: 72rem;
    margin-right: 16rem;
  }
}
#contents section#media_highlight .media_cont .list_box .swiper ul li a .txt_box p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset;
  display: -webkit-box;
  /* autoprefixer: off */
  box-orient: vertical;
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  transition: 0.5s ease;
}
@media (max-width: 750px) {
  #contents section#media_highlight .media_cont .list_box .swiper ul li a .txt_box p {
    font-size: 14rem;
    width: 210rem;
  }
}
#contents section#media_highlight .media_cont .list_box .swiper ul li a .txt_box span {
  display: block;
  margin-top: 10rem;
  opacity: 0.6;
  font-size: 14rem;
  font-weight: 500;
}
#contents section#media_highlight .media_cont .list_box .swiper ul li a:hover .txt_box p {
  color: #FF4B1C;
}
#contents section#media_highlight .media_cont .list_box .swiper ul li a:hover::after {
  width: 100%;
}
#contents section#media_highlight .media_cont .list_box .pagi {
  text-align: center;
  font-size: 0;
  margin-top: 16rem;
}
#contents section#media_highlight .media_cont .list_box .pagi span {
  width: 10rem;
  height: 10rem;
  background-color: #676A77;
  margin: 0 3rem;
  opacity: 1;
  transition: 0.5s ease;
  border-radius: 999rem;
}
#contents section#media_highlight .media_cont .list_box .pagi span.swiper-pagination-bullet-active {
  width: 28rem;
  background-color: #FF4B1C;
}
#contents section#pre_order {
  padding-top: 230rem;
  position: relative;
  border-bottom: 1px solid #FF4B1C;
  overflow: hidden;
  background: url(../images/pre_order_bg.png) no-repeat center bottom -1px/100% auto;
}
@media (max-width: 750px) {
  #contents section#pre_order {
    padding-top: 160rem;
    border-bottom: none;
    background: none;
  }
}
#contents section#pre_order .tit_box {
  font-weight: 700;
  font-size: 200rem;
  line-height: 1;
}
@media (max-width: 750px) {
  #contents section#pre_order .tit_box {
    font-size: 48rem;
    line-height: 1.2;
  }
}
#contents section#pre_order .tit_box span {
  display: inline-block;
  width: 430rem;
}
@media (max-width: 750px) {
  #contents section#pre_order .img_box {
    overflow: hidden;
    background: url(../images/pre_order_bg_m.svg) no-repeat center bottom/100% auto;
    margin-left: -16rem !important;
    width: calc(100% + 32rem) !important;
    border-bottom: 1px solid #FF4B1C;
    margin-top: -90rem;
  }
}
#contents section#pre_order .img_box .hand_img {
  width: 1646rem;
  margin: -634rem 0 0 -39rem;
}
@media (max-width: 750px) {
  #contents section#pre_order .img_box .hand_img {
    width: 115%;
    margin: 0 0 0 -30rem;
  }
}
#contents section#pre_order .img_box .phone_img {
  width: 500rem;
  position: absolute;
  left: 621rem;
  top: 401rem;
  transform: rotate(15deg);
}
@media (max-width: 750px) {
  #contents section#pre_order .img_box .phone_img {
    width: 125rem;
    left: 144rem;
    top: 109rem;
  }
}
#contents section#pre_order .txt_box {
  width: 643rem;
  position: absolute;
  right: 0;
  bottom: 140rem;
}
@media (max-width: 750px) {
  #contents section#pre_order .txt_box {
    margin-top: 60rem;
    position: static;
    width: 100%;
  }
}
#contents section#pre_order .txt_box .tit {
  font-size: 32rem;
  margin-bottom: 40rem;
  padding-bottom: 40rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  line-height: 1.1;
}
@media (max-width: 750px) {
  #contents section#pre_order .txt_box .tit {
    font-size: 24rem;
    margin-bottom: 24rem;
    padding-bottom: 24rem;
  }
}
#contents section#pre_order .txt_box .info {
  padding-right: 44rem;
}
@media (max-width: 750px) {
  #contents section#pre_order .txt_box .info {
    padding-right: 0;
    letter-spacing: -0.1px;
  }
}
#contents section#pre_order .txt_box .info p {
  font-size: 24rem;
}
@media (max-width: 750px) {
  #contents section#pre_order .txt_box .info p {
    font-size: clamp(10px, 16rem, 999rem);
  }
}
#contents section#pre_order .txt_box .info p + p {
  margin-top: 30rem;
}
@media (max-width: 750px) {
  #contents section#pre_order .txt_box .info p + p {
    margin-top: 16rem;
  }
}
#contents section#to_be_launched {
  padding-top: 240rem;
  background: #e3e7f6 url(../images/to_be_launched_bg.png) no-repeat left bottom/cover;
}
@media (max-width: 750px) {
  #contents section#to_be_launched {
    padding-top: 160rem;
    background-size: 200% auto;
  }
}
#contents section#to_be_launched .tit_box p {
  margin-top: 24rem;
  font-size: 24rem;
}
@media (max-width: 750px) {
  #contents section#to_be_launched .tit_box p {
    font-size: 16rem;
  }
}
#contents section#to_be_launched .to_be_launched_cont {
  margin: 0 auto;
  padding: 200rem 0 410rem;
}
@media (min-width: 751px) {
  #contents section#to_be_launched .to_be_launched_cont {
    width: 1524rem !important;
  }
}
@media (max-width: 750px) {
  #contents section#to_be_launched .to_be_launched_cont {
    width: 100%;
    padding: 50rem 0 133rem;
    margin-left: -16rem !important;
    width: calc(100% + 32rem) !important;
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
}
@media (min-width: 751px) {
  #contents section#to_be_launched .to_be_launched_cont ul {
    display: block;
  }
}
@media (min-width: 751px) {
  #contents section#to_be_launched .to_be_launched_cont ul li {
    width: 600rem !important;
  }
  #contents section#to_be_launched .to_be_launched_cont ul li + li {
    margin: -501rem 0 0 auto;
  }
}
#contents section#to_be_launched .to_be_launched_cont ul li .img_box {
  border-radius: 11rem;
  overflow: hidden;
}
#contents section#to_be_launched .to_be_launched_cont ul li .txt_box {
  margin-top: 60rem;
  font-size: 24rem;
}
@media (max-width: 750px) {
  #contents section#to_be_launched .to_be_launched_cont ul li .txt_box {
    margin-top: 32rem;
    font-size: 16rem;
  }
}
#contents section#to_be_launched .to_be_launched_cont ul li .txt_box .tit {
  font-size: 40rem;
  margin-bottom: 40rem;
  line-height: 1.1;
}
@media (max-width: 750px) {
  #contents section#to_be_launched .to_be_launched_cont ul li .txt_box .tit {
    font-size: 24rem;
    margin-bottom: 24rem;
  }
}
#contents section#core_value {
  padding: 300rem 0 300rem;
}
@media (max-width: 750px) {
  #contents section#core_value {
    padding: 120rem 0 300rem;
  }
}
#contents section#core_value .tit_box {
  line-height: 1.1;
}
#contents section#core_value .tit_box h2 {
  font-size: 100rem;
}
@media (max-width: 750px) {
  #contents section#core_value .tit_box h2 {
    font-size: 48rem;
  }
}
#contents section#core_value .tit_box p {
  font-size: 40rem;
  margin-top: 6rem;
  color: #818BAD;
}
@media (max-width: 750px) {
  #contents section#core_value .tit_box p {
    font-size: 24rem;
    margin-top: 16rem;
  }
}
#contents section#core_value .sub_tit {
  margin-top: 180rem;
  font-size: 40rem;
}
@media (max-width: 750px) {
  #contents section#core_value .sub_tit {
    margin-top: 70rem;
    font-size: 24rem;
  }
}
#contents section#core_value .core_value_cont {
  padding: 150rem 0 36rem;
  position: relative;
}
@media (max-width: 750px) {
  #contents section#core_value .core_value_cont {
    padding: 24rem 0 0;
  }
}
#contents section#core_value .core_value_cont .core_value_tit {
  width: 750rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 750px) {
  #contents section#core_value .core_value_cont .core_value_tit {
    width: 100%;
  }
}
#contents section#core_value .core_value_cont .core_value_list ul {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
}
@media (max-width: 750px) {
  #contents section#core_value .core_value_cont .core_value_list ul {
    top: 30%;
  }
}
#contents section#core_value .core_value_cont .core_value_list ul li {
  display: flex;
  justify-content: flex-end;
}
#contents section#core_value .core_value_cont .core_value_list ul li + li {
  margin-top: 80rem;
}
#contents section#core_value .core_value_cont .core_value_list ul li:nth-child(3n+2) {
  justify-content: flex-start;
}
#contents section#core_value .core_value_cont .core_value_list ul li:nth-child(3n+3) {
  justify-content: center;
}
#contents section#core_value .core_value_cont .core_value_list ul li .cont_box {
  width: 600rem;
  height: 480rem;
  border-radius: 10rem;
  background-color: #ffffff;
  padding: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 24rem;
  transition: 0.3s ease;
}
@media (max-width: 750px) {
  #contents section#core_value .core_value_cont .core_value_list ul li .cont_box {
    width: 100%;
    height: 274rem;
    padding: 20rem;
    font-size: clamp(10px, 14rem, 999rem);
    background: #031C61;
    color: #ffffff;
  }
}
#contents section#core_value .core_value_cont .core_value_list ul li .cont_box:hover {
  background: #031C61;
  color: #ffffff;
}
#contents section#core_value .core_value_cont .core_value_list ul li .cont_box .info {
  font-weight: 500;
}
#contents section#core_value .core_value_cont .core_value_list ul li .cont_box .key span {
  display: block;
  font-size: 40rem;
  margin-top: 12rem;
}
@media (max-width: 750px) {
  #contents section#core_value .core_value_cont .core_value_list ul li .cont_box .key span {
    font-size: 24rem;
    margin-top: 5rem;
  }
}
#contents section#history {
  height: 3000rem;
  padding: 0 135rem;
}
@media (max-width: 750px) {
  #contents section#history {
    padding: 0;
  }
}
#contents section#history .fade_up {
  transform: translateY(100rem);
  opacity: 0;
  transition: 1s ease;
}
#contents section#history.aos-animate .dly2 {
  transition-delay: 0.2s;
}
#contents section#history.aos-animate .dly4 {
  transition-delay: 0.4s;
}
#contents section#history.aos-animate .dly6 {
  transition-delay: 0.6s;
}
#contents section#history.aos-animate .dly8 {
  transition-delay: 0.8s;
}
#contents section#history.aos-animate .fade_up {
  transform: translateY(0rem);
  opacity: 1;
}
#contents section#history.on .sticky_box .years .pointer {
  height: 553rem;
  top: 0;
}
@media (max-width: 750px) {
  #contents section#history.on .sticky_box .years .pointer {
    height: 190rem;
  }
  #contents section#history.on .sticky_box .years .pointer::after {
    transform: translate(-50%, 50%) scale(1);
  }
}
@media (max-width: 750px) {
  #contents section#history .sticky_box {
    top: -100rem;
    height: calc(100vh + 100rem);
  }
}
#contents section#history .sticky_box > .inner {
  height: 100%;
}
#contents section#history .sticky_box .years {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 16rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .years {
    left: 16rem;
  }
}
#contents section#history .sticky_box .years .pointer {
  position: absolute;
  left: -1px;
  top: -10rem;
  height: 0;
  width: 1px;
  background-color: #FF4B1C;
  transition: 2s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .years .pointer {
    top: 0;
  }
}
#contents section#history .sticky_box .years .pointer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background-color: #FF4B1C;
  transition: 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .years .pointer::after {
    transform: translate(-50%, 50%) scale(0);
  }
}
#contents section#history .sticky_box .years ul {
  position: relative;
  top: 539rem;
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .years ul {
    top: 181rem;
  }
}
#contents section#history .sticky_box .years ul li {
  font-size: 20rem;
  height: 122rem;
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .years ul li {
    font-size: 14rem;
    height: 93rem;
  }
}
#contents section#history .sticky_box .years ul li:first-child {
  color: #FF4B1C;
}
#contents section#history .sticky_box .history_info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 101rem 0 0 160rem;
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .history_info {
    padding: 0;
  }
}
#contents section#history .sticky_box .history_info .tit_box {
  position: relative;
  color: #031C61;
  flex-shrink: 0;
  overflow: hidden;
}
#contents section#history .sticky_box .history_info .tit_box h2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.1;
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .history_info .tit_box h2 {
    position: static;
    transform: none;
    margin-bottom: 20rem;
  }
}
#contents section#history .sticky_box .history_info .tit_box .years_num {
  white-space: nowrap;
  display: block;
  letter-spacing: 54rem;
  font-size: 500rem;
  line-height: 0.9;
  position: relative;
  filter: opacity(0.2);
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .history_info .tit_box .years_num {
    font-size: 144rem;
    letter-spacing: 0;
  }
}
#contents section#history .sticky_box .history_info .tit_box .years_num::before {
  content: "";
  display: block;
  width: 100%;
  height: 36%;
  background: linear-gradient(transparent 0%, #FDF1EF 70%);
  position: absolute;
  left: 0;
  bottom: 0;
}
#contents section#history .sticky_box .history_info .tit_box .mo_tit {
  font-size: 32rem;
  padding: 0 0 10rem 99rem;
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .history_info .his_cont_mo_wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin-left: -16rem !important;
    width: calc(100% + 32rem) !important;
  }
}
#contents section#history .sticky_box .history_info .info_box {
  width: 100%;
  height: 400rem;
  overflow: hidden;
}
@media (max-width: 960px) {
  #contents section#history .sticky_box .history_info .info_box {
    height: 450rem;
    overflow: visible;
  }
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .history_info .info_box {
    height: 100%;
    overflow: visible;
  }
}
#contents section#history .sticky_box .history_info .info_box .inner {
  padding-top: 50rem;
  border-top: 1px solid #000000;
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .history_info .info_box .inner {
    padding-top: 0;
  }
}
#contents section#history .sticky_box .history_info .info_box .tit {
  font-size: 64rem;
}
#contents section#history .sticky_box .history_info .info_box .info_list {
  position: relative;
}
#contents section#history .sticky_box .history_info .info_box .info_list ul {
  position: absolute;
  left: 0;
  top: 23rem;
  opacity: 0;
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .history_info .info_box .info_list ul {
    top: 40rem;
    padding: 0 20rem 0 114rem;
    width: 100%;
  }
}
#contents section#history .sticky_box .history_info .info_box .info_list ul.prv {
  transform: translateY(-300rem);
}
#contents section#history .sticky_box .history_info .info_box .info_list ul.on {
  transform: translateY(0%);
  opacity: 1;
}
#contents section#history .sticky_box .history_info .info_box .info_list ul.nxt {
  transform: translateY(300rem);
}
#contents section#history .sticky_box .history_info .info_box .info_list ul li {
  display: flex;
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .history_info .info_box .info_list ul li {
    display: block;
  }
  #contents section#history .sticky_box .history_info .info_box .info_list ul li br {
    display: none;
  }
}
#contents section#history .sticky_box .history_info .info_box .info_list ul li + li {
  margin-top: 24rem;
  padding-top: 20rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .history_info .info_box .info_list ul li + li {
    margin-top: 12rem;
    padding-top: 12rem;
  }
}
#contents section#history .sticky_box .history_info .info_box .info_list ul li span {
  display: block;
  width: 310rem;
  flex-shrink: 0;
  font-size: 24rem;
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .history_info .info_box .info_list ul li span {
    width: 100%;
    font-size: 18rem;
    margin-bottom: 8rem;
  }
}
#contents section#history .sticky_box .history_info .info_box .info_list ul li p {
  width: 100%;
  font-weight: 500;
  font-size: 18rem;
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .history_info .info_box .info_list ul li p {
    font-size: 15rem;
  }
}
#contents section#history .sticky_box .history_info .info_box .info_list ul li p strong {
  font-weight: 600;
  display: block;
  margin-top: 10rem;
}
@media (max-width: 750px) {
  #contents section#history .sticky_box .history_info .info_box .info_list ul li p strong {
    margin-top: 5rem;
  }
}
#contents section#core_tech_white_paper {
  padding-top: 120rem;
  overflow: hidden;
}
@media (max-width: 750px) {
  #contents section#core_tech_white_paper {
    padding-top: 160rem;
  }
}
#contents section#core_tech_white_paper h2 {
  color: #031C61;
}
#contents section#core_tech_white_paper .swiper {
  margin-top: 81rem;
  overflow: visible;
}
@media (max-width: 750px) {
  #contents section#core_tech_white_paper .swiper {
    margin-top: 40rem;
  }
}
#contents section#core_tech_white_paper .swiper ul li {
  width: 100%;
  height: 720rem;
  border-radius: 10rem;
  overflow: hidden;
  color: #ffffff;
  position: relative;
  top: 0;
  transition: all 1s ease, top 0.3s ease;
}
@media (max-width: 750px) {
  #contents section#core_tech_white_paper .swiper ul li {
    height: 528rem;
    border-radius: 8rem;
  }
}
#contents section#core_tech_white_paper .swiper ul li:nth-child(1) {
  background-color: #E8D5D2;
  color: #000000;
}
#contents section#core_tech_white_paper .swiper ul li:nth-child(2) {
  background-color: #031C61;
}
#contents section#core_tech_white_paper .swiper ul li:nth-child(3) {
  background-color: #8CA1A6;
}
#contents section#core_tech_white_paper .swiper ul li:nth-child(4) {
  background-color: #000000;
}
#contents section#core_tech_white_paper .swiper ul li.aos-animate .graphic img {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
#contents section#core_tech_white_paper .swiper ul li.aos-animate:nth-child(2) .graphic img {
  transition-delay: 0.4s;
}
#contents section#core_tech_white_paper .swiper ul li.aos-animate:nth-child(3) .graphic img {
  transition-delay: 0.5s;
}
#contents section#core_tech_white_paper .swiper ul li.aos-animate:nth-child(4) .graphic img {
  transition-delay: 0.6s;
}
@media (min-width: 751px) {
  #contents section#core_tech_white_paper .swiper ul li:hover {
    top: -30rem;
  }
}
#contents section#core_tech_white_paper .swiper ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 48rem 40rem 60rem;
  position: relative;
}
@media (max-width: 750px) {
  #contents section#core_tech_white_paper .swiper ul li a {
    padding: 30rem 30rem 40rem;
  }
}
#contents section#core_tech_white_paper .swiper ul li a:hover .arr_btn::after {
  animation: arr_move 0.5s ease both;
}
#contents section#core_tech_white_paper .swiper ul li a .tit {
  font-size: 40rem;
}
#contents section#core_tech_white_paper .swiper ul li a .graphic {
  display: flex;
  align-content: center;
  width: 100%;
  height: 318rem;
  position: absolute;
  left: 0;
  top: 190rem;
}
@media (max-width: 750px) {
  #contents section#core_tech_white_paper .swiper ul li a .graphic {
    height: 202rem;
    top: 140rem;
  }
}
#contents section#core_tech_white_paper .swiper ul li a .graphic img {
  transform: translateY(20%);
  transition: 1s ease;
  opacity: 0;
}
#contents section#core_tech_white_paper .swiper ul li a .info p {
  font-size: 24rem;
}
@media (max-width: 750px) {
  #contents section#core_tech_white_paper .swiper ul li a .info p {
    line-height: 1.2;
    font-size: 22rem;
  }
}
#contents section#core_tech_white_paper .swiper ul li a .info .more {
  margin-top: 8rem;
  display: flex;
  gap: 10rem;
  align-items: center;
}
@media (max-width: 750px) {
  #contents section#core_tech_white_paper .swiper ul li a .info .more {
    gap: 8rem;
  }
}
#contents section#core_tech_white_paper .swiper ul li a .info .more strong {
  font-weight: 700;
}
#contents section#core_tech_white_paper .swiper ul li a .info .more .arr_btn {
  width: 28rem;
  height: 28rem;
}
@media (max-width: 750px) {
  #contents section#core_tech_white_paper .swiper ul li a .info .more .arr_btn {
    width: 22rem;
    height: 22rem;
  }
}
#contents section#key_members {
  padding-top: 300rem;
}
@media (max-width: 750px) {
  #contents section#key_members {
    padding-top: 200rem;
  }
}
#contents section#key_members .tit_box h2 span {
  font-size: 64rem;
}
@media (max-width: 750px) {
  #contents section#key_members .tit_box h2 span {
    font-size: 42rem;
  }
}
#contents section#key_members .tit_box p {
  margin-top: 24rem;
  font-size: 24rem;
  color: #031C61;
}
@media (max-width: 750px) {
  #contents section#key_members .tit_box p {
    font-size: 16rem;
  }
}
#contents section#key_members .members_list {
  margin-top: 108rem;
  padding-top: 200rem;
  position: relative;
}
@media (max-width: 750px) {
  #contents section#key_members .members_list {
    margin-top: 80rem;
    padding-top: 50rem;
  }
}
#contents section#key_members .members_list .back_txt {
  font-size: 340rem;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -100rem;
  width: 100%;
}
@media (max-width: 750px) {
  #contents section#key_members .members_list .back_txt {
    top: 0;
  }
}
#contents section#key_members .members_list .back_txt p + p {
  transform: translateY(-40%);
}
@media (max-width: 750px) {
  #contents section#key_members .members_list .back_txt p + p {
    transform: translateY(-25%);
  }
}
@media (max-width: 750px) {
  #contents section#key_members .members_list .back_txt {
    top: 0;
    font-size: 76rem;
    letter-spacing: -4rem;
  }
}
#contents section#key_members .members_list > ul {
  display: flex;
  align-items: flex-end;
  gap: 18rem;
  position: relative;
  height: 1000rem;
}
@media (max-width: 750px) {
  #contents section#key_members .members_list > ul {
    height: auto;
    flex-direction: column;
    gap: 103rem;
  }
}
#contents section#key_members .members_list > ul > li {
  width: 100%;
  position: relative;
}
@media (max-width: 750px) {
  #contents section#key_members .members_list > ul > li:nth-child(1) {
    order: 2;
  }
  #contents section#key_members .members_list > ul > li:nth-child(2) {
    order: 1;
  }
  #contents section#key_members .members_list > ul > li:nth-child(2) img {
    width: 280rem;
    margin: 0 auto;
  }
  #contents section#key_members .members_list > ul > li:nth-child(3) {
    order: 3;
  }
}
#contents section#key_members .members_list > ul > li img {
  position: absolute;
  transition: 0.8s ease;
  left: 0;
  bottom: 400rem;
  width: 100%;
}
@media (max-width: 750px) {
  #contents section#key_members .members_list > ul > li img {
    position: relative;
    bottom: 0;
  }
}
#contents section#key_members .members_list > ul > li .txt_box {
  padding: 40rem;
  border-radius: 10rem;
  background-color: #f0e7d5;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  height: 400rem;
  transition: 0.5s ease;
}
@media (max-width: 750px) {
  #contents section#key_members .members_list > ul > li .txt_box {
    padding: 24rem;
    height: auto;
    background-color: #031C61;
    color: #ffffff;
  }
}
#contents section#key_members .members_list > ul > li .txt_box .char_history {
  margin-top: 78rem;
  max-height: 140rem;
  overflow: hidden;
  transition: 0.5s ease;
}
@media (max-width: 750px) {
  #contents section#key_members .members_list > ul > li .txt_box .char_history {
    margin-top: 60rem;
    max-height: unset;
  }
}
#contents section#key_members .members_list > ul > li .txt_box .char_history .dot_list {
  font-weight: 500;
  font-size: 20rem;
}
@media (max-width: 750px) {
  #contents section#key_members .members_list > ul > li .txt_box .char_history .dot_list {
    font-size: 14rem;
  }
}
#contents section#key_members .members_list > ul > li .txt_box .char_history p {
  font-weight: 500;
  margin-top: 20rem;
}
@media (max-width: 750px) {
  #contents section#key_members .members_list > ul > li .txt_box .char_history p {
    margin-top: 16rem;
  }
}
#contents section#key_members .members_list > ul > li .txt_box .char_info p {
  font-size: 24rem;
  margin-bottom: 12rem;
}
@media (max-width: 750px) {
  #contents section#key_members .members_list > ul > li .txt_box .char_info p {
    font-size: 14rem;
    margin-bottom: 8rem;
  }
}
#contents section#key_members .members_list > ul > li .txt_box .char_info span {
  font-size: 40rem;
}
@media (max-width: 750px) {
  #contents section#key_members .members_list > ul > li .txt_box .char_info span {
    font-size: 24rem;
  }
}
@media (min-width: 751px) {
  #contents section#key_members .members_list > ul > li:hover img {
    bottom: 470rem;
  }
  #contents section#key_members .members_list > ul > li:hover .txt_box {
    background-color: #031C61;
    color: #ffffff;
    height: 620rem;
  }
  #contents section#key_members .members_list > ul > li:hover .txt_box .char_history {
    max-height: 400rem;
  }
}
#contents section#board_members {
  padding: 200rem 0 116rem;
  overflow: hidden;
}
@media (max-width: 750px) {
  #contents section#board_members {
    padding: 160rem 0 40rem;
  }
}
#contents section#board_members h2 {
  font-size: 40rem;
}
@media (max-width: 750px) {
  #contents section#board_members h2 {
    font-size: 24rem;
  }
}
#contents section#board_members .members_list {
  overflow: visible;
  margin-top: 48rem;
}
@media (max-width: 750px) {
  #contents section#board_members .members_list {
    font-size: 24rem;
    margin-top: 40rem;
  }
}
#contents section#board_members .members_list > ul > li {
  border-radius: 10rem;
  background-color: #EEE5D0;
  padding: 66rem 50rem 0;
  width: 100%;
  height: 650rem;
}
@media (max-width: 750px) {
  #contents section#board_members .members_list > ul > li {
    height: 504rem;
    padding: 48rem 32rem 0;
  }
}
#contents section#board_members .members_list > ul > li .img_box {
  width: 230rem;
  height: 230rem;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto 121rem;
}
@media (max-width: 750px) {
  #contents section#board_members .members_list > ul > li .img_box {
    width: 186rem;
    height: 186rem;
    margin-bottom: 68rem;
  }
}
#contents section#board_members .members_list > ul > li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 0;
}
#contents section#board_members .members_list > ul > li .txt_box .name {
  display: flex;
  align-items: center;
  font-size: 36rem;
  margin-bottom: 10rem;
}
@media (max-width: 750px) {
  #contents section#board_members .members_list > ul > li .txt_box .name {
    font-size: 24rem;
    margin-bottom: 8rem;
  }
}
#contents section#board_members .members_list > ul > li .txt_box .name span {
  font-size: 16rem;
  font-weight: 700;
  margin-left: 6rem;
  opacity: 0.3;
}
@media (max-width: 750px) {
  #contents section#board_members .members_list > ul > li .txt_box .name span {
    font-size: 12rem;
    margin-left: 8rem;
  }
}
#contents section#board_members .members_list > ul > li .txt_box .dot_list {
  font-size: 16rem;
}
@media (max-width: 750px) {
  #contents section#board_members .members_list > ul > li .txt_box .dot_list {
    font-size: 14rem;
  }
}