#container .main_slide {
  padding-top: 0;
}
#container header {
  position: unset;
  padding: 60px 0;
}
#container header .center_logo a {
  justify-content: center;
}
#container header .center_logo a img {
  max-width: 160px;
  min-width: 130px;
}
#container .model_info .name {
  text-align: center;
}
#container .model_info .model_body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
}
#container .model_info .model_body .body_item {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  width: 25%;
}
#container .model_info .model_body .body_item span:first-child {
  letter-spacing: 4px;
}

#download {
  margin: 0;
  padding: 40px 0 70px;
}
#download .download_btn {
  margin: 0 auto;
  margin-bottom: 20px;
}
#download .download_btn:last-child {
  margin-bottom: 0;
}
#download .temporary_txt {
}

.reference_video .reference_title {
  justify-content: center;
}
.reference_video .video_title {
  text-align: center;
}

#reference_img {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
#reference_img .reference_title {
  justify-content: center;
}
#reference_img .reference_img_swiper_02 {
  padding-bottom: 70px;
}
#reference_img .reference_txt .category_name,
#reference_img .reference_txt .photo_name {
  position: unset !important;
  transform: unset !important;
}

.reference_img_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 112%;
  height: 102%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(10px) brightness(0.5);
}

@media (max-width: 380px) {
  #container .model_info .model_body {
    flex-direction: row !important;
  }
}
