/* style.css - 外部样式表 */
body {
  font-family: Arial, sans-serif;
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
}

.header {
  position: relative;
}

.btnAren {
  position: absolute;
  right: 70px;
  bottom: 60px;
}

.btn1 {
  width: 255px;
  color: #000;
  background-color: #fff;
}

.btn2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.btn3 {
  width: 528px;
  color: #fff;
  background-color: #349353;
}

.btn {
  text-align: center;
  padding: 7px 0;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
}

.section {
  padding: 20px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 1200px;
  margin: 0 auto;
}

.card {
  text-align: center;
  margin-top: 10px;
}

.cardBot {
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: start;
  position: relative;
}

.descArea {
  padding: 20px;
}

.desc {
  min-height: 40px;
}

.lm {
  color: #1c87b4;
  font-size: 14px;
  text-decoration: underline;
  margin: 20px 0;
  margin-bottom: 40px;
  cursor: pointer;
}

.btn4 {
  background-color: #ee7326;
  color: #000;
}

.btn5 {
  background-color: #349353;
  color: #fff;
}

.card img {
  width: 100%;
  height: auto;
}

.card h3 {
  margin: 0;
  padding: 10px 0;
  font-size: 36px;
}

.footer {
  margin: 80px 0;
  background-image: url('./image/C1.webp');
  background-size: 100% 100%;
  padding: 80px 0;
  padding-left: 400px;
}

.footerText1 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

.footerText2 {
  font-size: 72px;
  font-weight: bold;
  color: #ee7326;
  margin-bottom: 20px;
}

.footerText3 {
  font-size: 14px;
  color: #ccc;
  line-height: 2;
}

.footer2 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}

.footer2-part {
  width: 48%;
}

.footer2-part1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.part2 {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 2;
}

.part3 {
  font-size: 18px;
  color: #1a1a1a;
  border: 1px solid #bbb;
  background-color: #fff;
  border-radius: 8px;
  gap: 40px;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.part1 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.imgArea {
  display: flex;
  align-items: center;
  gap: 30px;
}

.imgArea img {
  cursor: pointer;
}