@import 'global.css';

.btn {
  background: var(--main-color);
  color: white;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
}

h1.title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
}

h1.title .logo {
  width: 36px;
  margin-right: 8px;
}

.main {
  min-width: var(--min-width);
}

.container {
  width: var(--min-width);
  margin: 0 auto;
  padding: 0 var(--page-padding);
}

.content {
  padding: 60px 0;
}

.content.dark {
  background: #2A2D47;
}

.header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner {
  background: url('banner.jpg') center center no-repeat;
  background-size: auto 100%;
  height: 520px;
  background-color: f3f7ff;
}

.banner .text-box {
  width: 420px;
  padding-top: 130px;
}

.banner .title {
  color: black;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
}

.banner p {
  font-size: 16px;
  line-height: 2;
}

.dark h2,
.dark .sub-title {
  color: white;
}

h2,
.sub-title {
  margin-bottom: 20px;
  text-align: center;
}

h2 {
  font-size: 36px;
  line-height: 1;
}

h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 12px;
}

.sub-title {
  font-size: 14px;
}

.section1 .box {
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
}

.section1 .text {
  width: 400px;
  padding-top: 70px;
}

.section1 img {
  vertical-align: -6px;
}

.section1 ul {
  list-style: none;
}

.section1 li {
  font-size: 16px;
  line-height: 2;
}

.section2 .box {
  background: white;
  margin-bottom: 30px;
  overflow: hidden;
}

.section2 .item-box {
  width: 300%;
  overflow: hidden;
  transition: all .8s;
}

.section2 .item {
  display: flex;
  float: left;
  width: 33.3333%;
}

.section2 .text {
  padding: 80px 30px 0 80px;
}

.section2 .text li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: justify;
}

.section2 ul.dot {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.section2 .dot li {
  width: 44px;
  height: 5px;
  margin: 0 2px;
  transition: all .3s;
  cursor: pointer;
}

.section2 .info {
  width: 460px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid white;
  color: white;
  text-align: center;
}

.section3 img {
  width: 100%;
  height: auto;
}

.section3 ul {
  margin: 0 -16px;
  display: flex;
  list-style: none;
}

.section3 li {
  padding: 0 16px;
  flex: 1;
}