/* body */
body{
   font-family: "Pretendard";
   letter-spacing: 0.05em;
   line-height: 1.5rem;
}
/* 모달창 */
.modal-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 250px;
  background: linear-gradient(#fff, #b2d1ff);
  border-radius: 50px 50px 0 0;
}
.modal-notice {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-notice h4 {
  color: #0043a3;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
}
.modal-notice h1 {
  color: #0043a3;
  font-weight: bold;
  font-size: 36px;
  white-space: nowrap;
}
.modal-btn {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0043a3;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  cursor: pointer;
}
.modal-btn a {
  color: #fff;
}
.modal-close {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
  background-color: #333;
}
.modal-close .check-box,
.modal-close i {
  font-size: 13px;
  cursor: pointer;
}
/* gotop */
#gotop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  padding: 20px;
  border-radius: 50%;
  background-color: #0043a3;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 1);
  display: none;
}
/* 구매하러가기 버튼 */
.purchase-btn {
  position: fixed;
  bottom: 16%;
  right: 2%;
  width: 180px;
  line-height: 50px;
  text-align: center;
  border: 3px solid #85b6ff;
  border-radius: 50px;
  background: linear-gradient(to right, #b2d1ff, #fff);
  cursor: pointer;
}
/* 전체 영역 */
.wrap {
  min-width: 390px;
  /* max-width: 1400px; */
  /* margin: auto; */
  background-color: #d2e5ff;
}
/* 헤더 */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 0 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: #bcd8ff; */
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
/* 로고 */
.header-logo img {
  width: 10%;
  max-width: 120px;
  min-width: 100px;
  padding: 10px 20px;
  filter: brightness(0.3);
}
/* 헤더 오른쪽 */
.header-right {
  display: flex;
  gap: 50px;
}
/* 메뉴 */
.header-menu {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 10px;
}
.header-menu i {
  font-size: 20px;
  /* font-weight: 400; */
}
.login {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.my {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
/* view-more */
.view-more {
  /* width: 80px; */
  /* padding: 20px; */
  text-align: center;
  font-size: 25px;
}
/* 메인 */
main {
  margin-top: 80px;
}
main .inner {
  /* position: relative; */
  max-width: 1400px;
  margin: auto;
  /* background-color: silver; */
}
/* 영상 */
.video {
  max-width: 1400px;
  max-height: 900px;
  min-height: 500px;

  overflow: hidden;
  /* background-color: thistle; */
}
.video video {
  display: block;
  width: 100%;
  /* height: 800px; */
}
/* 제품 소개 */
.about {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-color: #e7f1ff;
  padding: 100px 0;
  margin-top: 50px;
  border-radius: 50px;
}
.about-txt {
  margin: auto;
  /* margin-top: 100px; */
  display: flex;
  line-height: 50px;
  flex-direction: column;
  align-items: center;
  color: #0043a3;
}
.about-detail {
  margin: auto;
  display: flex;
  gap: 80px;
}
.about-detail .question {
  max-width: 450px;
  min-width: 450px;
  /* height: 70px; */
  text-align: center;
  line-height: 70px;
  border-radius: 50px 50px 0 0;
  color: #fff;
  background-color: #0043a3;
  box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, 0.5);
}
.about-detail .answer {
  max-width: 450px;
  /* height: 120px; */
  text-align: center;
  padding: 20px 10px;
  border-radius: 0 0 50px 50px;
  color: #0043a3;
  background-color: #fff;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.3);
}
.about-detail .box {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.about-detail .answer {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 0%;
}
/* 제품 소개 좌측 */
.about-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}
/* 제품 소개 우측 */
.about-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}
/* 제품 특징 */
.spec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 1200px; */
  margin: 120px auto;
  color: #0043a3;
  /* background-color: #fff; */
}
.spec-1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  text-align: center;
}
.spec-2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
}
.spec-3 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
}
.spec-txt {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
/* 제품 리뷰 */