@charset "utf-8";

#MEDIA-CENTER_CES2020 #SUB_KEYVISUAL .gu_sub_top {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 40px; 
}

#MEDIA-CENTER_CES2020 #SUB_KEYVISUAL .img_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
} 

#MEDIA-CENTER_CES2020 #SUB_KEYVISUAL .img_box.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 51.3vw;
  aspect-ratio: 985/210;
}

#MEDIA-CENTER_CES2020 #SUB_KEYVISUAL .img_box.right {
  position: absolute;
  top: 2.5vw;
  right: 2.5vw;
  width: 10.62vw;
  aspect-ratio: 204/66;
}

#MEDIA-CENTER_CES2020 #SUB_KEYVISUAL .img_box.left {
  position: absolute;
  top: 2.5vw;
  left: 2.5vw;
  width: 12.96vw;
  aspect-ratio: 249/79;
}

#MEDIA-CENTER_CES2020 #SUB_KEYVISUAL .gu_sub_top .kv_img_area {
  background-image: url('/images/media-center/ces2026/KV_ces251107_bg.jpg');
}

#MEDIA-CENTER_CES2020 #SUB_KEYVISUAL .gu_sub_top .sec_inner {
  width: 100%;
}

.MEDIA-CENTER_CES2020_PRESS-RELEASE_VIEW .gu_detail_view .detail_summary + img {
  width: 100%;
}