body {
  font-family: Arial, Scto Grotesk A,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  color: #666;
  text-decoration: none;
}

/* a:hover {
  color: #C81623;
} */

p {
  font-size: clamp(1rem,.4286rem + 1.1905vw,1.5rem);
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #1e1e1e;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Scto Grotesk A,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  margin: 0;
  padding: 0;
  color: #1e1e1e;
  font-weight: 400;
}

#website {
  overflow-x: hidden;
}

#website .header {
  opacity: 1;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  transition: display 0.3s;
}

#website .header .header-desktop {
  opacity: 1;
  background-color: #1e1e1e;
  border: none;
  display: flex;
  height: 52px;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
  box-sizing: border-box;
}

#website .header .header-desktop img {
  height: 28px;
  cursor: pointer;
}

#website main .enosOverview {
  padding: 300px 0 100px;
}
#website main .enosOverview .wrapper {
  padding: 0 20px;
  background: transparent;
}
#website main .enosOverview .wrapper .row {
  display: flex;
}
#website main .enosOverview .wrapper .row .column-left {
  flex: 1;
}
#website main .enosOverview .wrapper .row .column-right {
  flex: 3;
}
#website main .enosOverview .wrapper .row .column-content {
  flex: 8;
}
#website main .enosOverview .wrapper .row .column-content h1 {
  margin-bottom: 25px;
  line-height: .95;
  letter-spacing: -.05em;
  font-size: clamp(2rem,0rem + 4.1667vw,3.75rem);
}
#website main .enosOverview .wrapper .row .column-content a {
  margin-top: 50px;
  color: #f5f5f5;
  background: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
  line-height: .8;
  letter-spacing: -.03em;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 14px 9px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#website main .enosOverview .wrapper .row .column-content a .dot{
  width: 0px;
  height: 8px;
  border-radius: 50%;
  background-color: blueviolet;
  margin-right: 0px;
  opacity: 0;
  transition: opacity 0.3s, width 0.3s, margin-right 0.3s;
}
#website main .enosOverview .wrapper .row .column-content a .arrow{
  width: 21px;
  height: 13px;
  opacity: 1;
  transition: opacity 0.3s, width 0.3s;
}
#website main .enosOverview .wrapper .row .column-content a:hover .dot {
  opacity: 1;
  width: 8px;
  margin-right: 13px;
}
#website main .enosOverview .wrapper .row .column-content a:hover .arrow {
  opacity: 0;
  width: 0px;
}

#website main .introduce {
  background: #fff;
}
#website main .introduce .wrapper {
  padding: 10px;
  background: transparent;
}
#website main .introduce .wrapper .row {
  border-radius: 10px;
  background: #f5f5f5;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 50px 50px;
  justify-items: center;
  align-items: center;
  padding: 80px 50px;
}

#website main .introduce .wrapper .column .header-1 {
  text-align: center;
  opacity: .5;
  color: #1e1e1e;
  line-height: 1;
  letter-spacing: -.04em;
  font-size: clamp(2rem,1.7143rem + .5952vw,2.25rem);
}
#website main .introduce .wrapper .column .header-1.header-2 {
  opacity: 1;
}
#website main .introduce .wrapper .column p{
  line-height: 1.2;
  letter-spacing: -.03em;
  font-size: clamp(1rem,.4286rem + 1.1905vw,1.5rem);
  color: #1e1e1e;
}

#website main .introduce .wrapper .row .column,.column-card {
  width: 80%;
  min-height: 100px;
  /* height: 100%; */
}
#website main .introduce .wrapper .row .column-card {
  background: #fff;
  border-radius: 3px;
  padding: 30px 20px;
  text-align: center;
  height: calc(100% - 50px);
}
#website main .introduce .wrapper .row .column-card .title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.03em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 25px;
}
#website main .introduce .wrapper .row .column-card .title .icon {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 7px;
}
#website main .introduce .wrapper .row .column-card .detail {
  color: #646464;
  margin: 0 60px 15px;
  font-size: 16px;
}

#website main .enos-system {
  background: #fff;
  padding: 100px 20px;
}
#website main .enos-system .wrapper {
  text-align: center;
}
#website main .enos-system .wrapper h4 {
  margin-bottom: 80px;
}
#website main .enos-system .wrapper h1 {
  font-size: clamp(2rem,0rem + 4.1667vw,3.75rem);
}

#website .footer {
  padding: 20px 20px;
  color: #fff;
  background: #1e1e1e;
  display: flex;
  justify-content: center;
}
#website .footer h4,a {
  color: #fff;
}
#website .footer h4,span {
  height: 21px;
  line-height: 21px;
}
