* {
  margin: 0;
}
body,
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif !important;
  /* font-family: "Pretendard"; */
  height: 100%;
}

.for-web {
  min-width: 1200px;
  background-color:rgb(38, 38, 38);
}
@media (max-width: 768px) {
  .for-web {
    display: none;
  }
}

/* header */
.header {
  min-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgb(38, 38, 38);
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 101;
}

.header-tab {
  display: flex;
  align-items: center;
  width: 1200px;
}

.header-img {
  width: 200px;
  height: 56px;
  cursor: default;
}

.header-text {
  margin-left: auto;
}

.header-tag {
  text-decoration: none;
  color: #ffffff;
  margin-right: 30px;
}

.kakao {
  position: fixed;
  z-index: 102;
  right: 0;
  bottom: 0;
}

.main {
  /* width: 100%; */
  height: 358px;
  display: flex;
  justify-content: center;
}

.main-img-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.main-img {
  min-width: 1920px;
  position: absolute;
  bottom: 0;
}

.main-content {
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: none;
  padding-top: 220px;
  position: absolute;
}

.main-top {
  color: #ffffff;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: -1.05px;
  /* padding: 220px 0 0 462px; */
}

.main-bottom {
  color: #ffffff;
  font-size: 42px;
  line-height: 56px;
  /* padding: 0 0 28px 462px; */
}

.about {
  height: 552px;
  display: flex;
  /* flex-direction: colum */
  justify-content: center;
  background-color: #ffffff;
}

.about-wrapper {
  width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: none;
}

.about-one {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2.6px;
  color: #b3b8bd;
  font-weight: 600;
  border-bottom: 1px solid #b3b8bd;
}

.about-two {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: -0.6px;
  font-weight: 600;
  color: #212121;
  margin-top: 30px;
}

.about-three {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #212121;
  margin-top: 40px;
}

.join {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  margin-right: 120px;
}

.repair {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  margin-right: 120px;
}

.store {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

.cum {
  height: 324px;
}

.cum-wrapper {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 52px;
}

.cum-one {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.45px;
}

.cum-two {
  font-size: 42px;
  line-height: 56px;
  letter-spacing: -1.05px;
  font-weight: 600;
}

.history {
  height: 1500px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}

.history-wrapper {
  width: 1000px;
  display: flex;
  flex-direction: column;
}

.history-explain {
  margin: 104px 0 50px;
  font-size: 42px;
  line-height: 62px;
  letter-spacing: -1.05px;
  font-weight: 600;
}

.real-history {
  /* padding: 36px 0 6px; */
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
}

.real-wrapper {
  display: flex;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8ebed;
}

.year {
  width: 204px;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: -1.05px;
  font-weight: 600;
}


.history-table td {
  min-width: 36px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  font-weight: 500;
  padding-bottom: 16px;
}

.history-table td:last-child {
  /* padding-bottom: 20px; */
  padding-left: 64px;
  color: #303234;
  font-weight: 400;
}


/* footer */
.footer {
  height: 385px;
  background-color: #f1f3f4;
  display: flex;
  justify-content: center;
  color: #212121;
}

.office-name {
  line-height: 28px;
  letter-spacing: -0.4px;
  font-weight: 600;
}

.office-info {
  display: flex;
  margin: 16px 0 50px;
}

.info-text {
  width: 100px;
  font-size: 13px;
  line-height: 20px;
}

.service-info {
  color: #848b91;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.3px;
  font-weight: 400;
  margin-top: 20px;
}

.customer-info {
  margin-left: 300px;
}

.office-number {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.6px;
  font-size: 600;
  margin: 6px 0;
}

.office-time {
  font-size: 13px;
  line-height: 20px;
  margin: 6px 0 24px;
}

.store-income {
  width: 138px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #212121;
  border-radius: 30px;
  font-size: 14px;
}

.store-income a {
  text-decoration: none;
  color: #ffffff;
}

.for-mobile {
  min-width: 375px;
  max-width: 768px;
  color: #212121;
}
@media (min-width: 769px) {
  .for-mobile {
    display: none;
  }
}

.nav {
  display: none;
  background-color: #212121;
  height: 100%;
  color: #ffffff;
}

.nav-wrapper {
  display: flex;
  flex-direction: column;
  align-self: start;
  margin-top: 52px;
}

.mobile-header {
  position: sticky;
  top: 0;
  z-index: 101;
}

.title-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  background-color:rgb(38, 38, 38);
}

.mobile-header-tag {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.4px;
  text-decoration: none;
  margin-left: 24px;
  margin-bottom: 32px;
}

.float {
  display: none;
  z-index: 102;
  bottom: 0;
  right: 0;
}

.mobile-main {
  height: 708px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.mobile-main-content {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.6px;
  color: #ffffff;
  padding: 72px 0 0 20px;
}

.mobile-bottom {
  position: absolute;
  bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2.6px;
  font-weight: 600;
  color: #ffffff;
}

.mobile-about-wrapper {
  width: 336px;
  display: flex;
  flex-direction: column;
  padding: 76px 20px;
}

.mobile-about {
  height: 404px;
}

.mobile-about-one {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.45px;
  font-weight: 600;
}

.mobile-about-two {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.35px;
  padding-top: 32px;
}

.mobile-join {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  padding-bottom: 38px;
  border-bottom: 2px solid #303234;
}

.mobile-repair {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  padding-bottom: 38px;
  border-bottom: 2px solid #303234;
}

.mobile-store {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}


.cum-one-mobile {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.45px;
}

.cum-two-mobile {
  font-size: 42px;
  line-height: 56px;
  letter-spacing: -1.05px;
  font-weight: 600;
}

.mobile-cum-wrapper {
  width: 100%;
  height: 840px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.mobile-history {
  display: flex;
  justify-content: center;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
}

.mobile-history-wrapper {
  width: 335px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-history-explain {
  min-width: 335px;
  margin: 72px 0 28px;
  font-size: 22px!important;
  line-height: 36px;
  letter-spacing: -0.6px;
  font-weight: 600;
}

.mobile-real-wrapper {
  border-top: 2px solid;
  border-bottom: 2px solid;
  min-width: 335px;
}

.mobile-history-table {
  padding: 20px 0;
}

.mobile-history-table p {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.6px;
  font-weight: 600;
  padding-bottom: 12px;
}

.mobile-history-table td {
  min-width: 36px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.35px;
  font-weight: 500;
  vertical-align: baseline;
  padding-bottom: 6px;
}

.mobile-history-table td:last-child {
  line-height: 22px;
  font-weight: 400;
  color: #303234;
}



/* footer */
.mobile-customer-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
}

.mobile-office-name {
  font-size: 13px;
  line-height: 28px;
  letter-spacing: -0.4px;
  font-weight: 600;
}

.mobile-office-number {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.6px;
  font-weight: 600;
  margin-top: 4px;
}

.mobile-office-time {
  color: #52575c;
  font-size: 13px;
  line-height: 20px;
  margin-top: 6px;
}

.mobile-service-info {
  padding: 20px;
  height: 323px;
  background-color: #f1f3f4;
}

.mobile-office-info { 
  display: flex;
  justify-content: space-between;
  margin: 16px 0 24px;
}

.mobile-info-text {
  /* width: 100px; */
  font-size: 12px;
  line-height: 20px;
}

.social-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-store-income {
  width: 138px;
  height: 44px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #212121;
  border-radius: 30px;
  margin-right: 12px;
}

.mobile-store-income a {
  text-decoration: none;
  color: #ffffff;
}
