@charset "utf-8";

@font-face {
  font-family: "raleway";
  src: url(../Raleway-VariableFont_wght.ttf);
}

* {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-family: "raleway";
  color: #333333;
}

a {
  text-decoration: none;
  display: block;
}

.animate__animated.animate__fadeInUp {
  animation-duration: 2s;
}

header {
  width: 100%;
  height: 130px;
}

.logo {
  float: left;
  width: 200px;
  height: 100px;
  margin-left: 100px;
  margin-top: 30px;
}
.logo img {
  width: 150px;
  height: 35px;
}

.menu {
  float: left;
  width: 600px;
  height: 50px;
  position: relative;
  z-index: 1;
  top: 40px;
  margin-left: 600px;
}

.navi > li {
  font-size: 14px;
  margin-left: 30px;
  position: relative;
  float: left;
}
.navi > li:nth-child(1) {
  margin-left: 0;
}

.navi > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  transition: all 1s;
}

.navi > li::after {
  width: 0;
}
.navi > li:hover::after {
  width: 100%;
}

.submenu {
  z-index: 1;
  position: absolute;
  float: left;
  display: none;
  top: 30px;
  left: -60px;
  width: 180px;
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.submenu > li > a {
  width: 180px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
}

.dealer {
  float: right;
  width: 160px;
  height: 40px;
  background-color: #000000;
  border-radius: 20px;
  margin-right: 100px;
  margin-top: 29px;
}
.dealer > a {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
}

.bodywrap {
  width: 1200px;
}

.main {
  width: 1200px;
  height: 500px;
  position: relative;
}

.maintxt {
  float: left;
}

.mainimg {
  width: 1200px;
  height: 500px;
  position: absolute;
  top: 30px;
  background-image: linear-gradient(to bottom, #bacae7, #f0ecee);
}

.mainimg img {
  margin-left: 70px;
  margin-top: -30px;
  width: 1100px;
  height: 500px;
}

.maintxt {
  float: left;
  position: absolute;
  z-index: 1;
  margin-left: 25px;
}
.maintxt h1 {
  font-size: 60px;
  margin-bottom: 10px;
}

.mainbt {
  position: absolute;
  float: right;
  width: 150px;
  height: 40px;
  background-color: #000000;
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  right: 0;
  top: 550px;
}

.pdinfo1 {
  width: 1200px;
  height: 600px;
  margin-top: 150px;
}
.pdinfo1img {
  float: left;
  width: 650px;
  height: 600px;
}
.pdinfo1img img:nth-child(1) {
  width: 220px;
  height: 300px;
  margin-left: 60px;
}
.pdinfo1img img:nth-child(2) {
  width: 320px;
  height: 400px;
  margin-left: 20px;
  object-fit: cover;
}
.pdinfo1img img:nth-child(3) {
  width: 280px;
  height: 150px;
  margin-top: 20px;
  margin-left: 120px;
  object-fit: cover;
}

.pdinfo1txt {
  width: 420px;
  height: 100px;
  float: right;
  font-size: 14px;
  line-height: 23px;
  margin-top: 310px;
}

.pdinfo2 {
  width: 1200px;
  height: 500px;
  margin-top: 150px;
  margin-bottom: 150px;
}
.pdinfo2 img {
  width: 1200px;
  height: 500px;
  object-fit: cover;
}

.pdinfo3 {
  float: left;
  width: 1200px;
  margin-top: 100px;
}

.pdinfo3box {
  width: 1200px;
  height: 600px;
  position: relative;
  background-image: linear-gradient(to bottom, #f3efef, #ffffff);
}

.pdinfo3img {
  top: 20px;
  left: 80px;
  position: absolute;
}
.pdinfo3img img {
  width: 550px;
  height: 380px;
  margin-top: 100px;
  object-fit: cover;
}

.pdinfo3txt {
  float: right;
  margin-right: 80px;
  margin-top: 200px;
  width: 320px;
}

.pdinfo3txt p {
  font-size: 30px;
  font-weight: 550;
  margin-top: 20px;
}
.pdinfo3txt .a {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.pdinfo4 {
  float: left;
  width: 1200px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.pdinfo4box {
  width: 1200px;
  height: 600px;
  position: relative;
}

.pdinfo4img {
  top: 20px;
  left: 80px;
  position: absolute;
}
.pdinfo4img img {
  width: 550px;
  height: 380px;
  margin-top: 100px;
}

.pdinfo4txt {
  float: right;
  margin-right: 80px;
  margin-top: 170px;
  width: 320px;
}

.pdinfo4txt span {
  font-size: 11px;
}
.pdinfo4txt p {
  font-size: 30px;
  font-weight: 550;
  margin-top: 20px;
}
.pdinfo4txt .b {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.versions {
  width: 1200px;
  height: 500px;
  overflow: hidden;
  margin-bottom: 150px;
}

.versions li {
  float: left;
  width: 350px;
  height: 400px;
  margin-left: 20px;
}
.versions li:nth-child(1) {
  margin-left: 0;
}

.versions li img {
  width: 350px;
  height: 350px;
}

.versions p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -50px;
}

.verslide ul li {
  position: relative;
  width: 350px;
  height: 450px; /* p와 span을 포함할 수 있도록 높이 조정 */
  overflow: hidden;
  transition: all 0.3s ease;
}

.verslide ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.verslide ul li p,
.verslide ul li span {
  display: block;
  margin: 5px 0 0 0; /* 간격을 위해 약간의 마진 추가 */
  text-align: center;
}

.verslide ul li:hover {
  background-color: #f0f0f0; /* 마우스 오버 시 배경색 추가 */
}

.verslide ul li:hover img {
  transform: scale(0.9); /* 이미지 크기를 90%로 줄임 */
}

.verslide {
  position: relative;
}

.verbtn {
  position: absolute;
  display: flex;
  justify-content: space-between; /* 왼쪽과 오른쪽 끝에 버튼 배치 */
  z-index: 10;
  pointer-events: none;
}

.leftbtn,
.rightbtn {
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  pointer-events: all;
}

.leftbtn {
  background-image: url(../img/arrowleft.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 900px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}

.rightbtn {
  background-image: url(../img/arrowright.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -1300px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}

.progress-bar {
  width: 100%;
  height: 3px;
  background-color: #e0e0e0;
  position: relative;
  margin-top: -150px;
  margin-bottom: 250px;
}

.progress {
  height: 100%;
  width: 20%;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: left 0.5s ease;
}

footer {
  width: 100%;
  height: 400px;
  background-color: #000000;
  position: relative;
  float: left;
}
footer .wrap {
  width: 1100px;
}

.btlogo {
  width: 150px;
  height: 35px;
  float: left;
}
.btlogo img {
  width: 150px;
  height: 35px;
  margin-top: 50px;
  float: left;
}

.btmenu {
  float: right;
  width: 350px;
  height: 150px;
  margin-top: 50px;
}

.btmenu a {
  color: #ffffff;
  font-size: 11px;
  line-height: 25px;
}
.btmenu1 {
  float: left;
  text-align: right;
  margin-right: 20px;
}

.btmenu2 {
  text-align: left;
}

.footerbottom {
  float: left;
  width: 1100px;
  margin-top: 100px;
}

.footermiddle {
  position: relative;
}

.sns {
  float: left;
  position: absolute;
  top: 270px;
}
.sns li {
  float: left;
  margin-left: 30px;
}
.sns li:nth-child(1) {
  margin-left: 0;
}

.site {
  width: 500px;
  float: right;
  position: absolute;
  top: 275px;
  right: 0px;
}
.site li {
  font-size: 11px;
  float: right;
  margin-right: 20px;
}
.site li:nth-child(1) {
  margin-right: 0;
}
.site a {
  color: #ffffff;
}

.copy {
  font-size: 12px;
  color: #707070;
  margin-top: 10px;
}
