a {
  color: inherit;
  text-decoration: none;
}

.inte_header {
  padding: 16px;
  border-bottom: 1px solid #e8e8e8;
}
.inte_header h1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.inte_header h1 span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #333;
}

.inte_info {
  padding: 40px 24px 56px;
  background: linear-gradient(180deg, #eef9ff 0%, #fff 100%);
  text-align: center;
}

.inte_info p {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.44px;
  line-height: 140%;
  color: #121212;
}

.inte_info span {
  display: block;
  padding-top: 12px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 140%;
  color: #555;
}

.inte_info .img_box {
  padding-top: 32px;
  width: 142px;
  height: 144px;
  margin: 0 auto;
}

.inte_info .img_box img {
  width: 100%;
}

.inte_service {
  padding: 20px 32px 100px;
}

.inte_service .title p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 130%;
  color: #000000;
  text-align: center;
}

.item_wrap {
  display: flex;
  gap: 24px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.item_wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.item_wrap .item .img_box {
  width: 100%;
}

.item_wrap .item .img_box img {
  width: 100%;
}

.item_wrap .item .text_box {
  padding-top: 24px;
  text-align: center;
  width: 100%;
}

.item_wrap .item .text_box p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
  line-height: 140%;
  color: #121212;
}

.item_wrap .item .text_box span {
  display: block;
  padding-top: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 130%;
  color: #555;
}

.item_wrap .item .btn_box {
  padding-top: 20px;
  width: 100%;
}

.item_wrap .item .btn_box button {
  width: 100%;
  height: 34px;
  border-radius: 50px;
  background-color: #f73737;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  color: #fff;
  text-align: center;
}

.item_wrap .item:nth-child(2) .btn_box button {
  background-color: #82b5a0;
}

.inte_footer {
  padding: 20px 16px 24px;
  background-color: #444;
  position: relative;
  z-index: 10;
}

.inte_footer .info_box {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.inte_footer .info_box p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.26px;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.inte_footer .info_box p b {
  width: 1px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 8px;
}

.inte_footer .info_box p a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}

.inte_footer .link_box {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.inte_footer .link_box .link_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.inte_footer .link_box .link_item a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 130%;
  color: #b4b4b4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}

.inte_footer .link_box .link_item a.bold {
  font-weight: 600;
}

.inte_footer .link_box .link_item b {
  width: 1px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.4);
}

.inte_footer .copyright {
  padding-top: 12px;
}

.inte_footer .copyright p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.12px;
  color: #b4b4b4;
}
