.termIntro {
  margin-bottom: 40px;
  font-size: 15px;
  color: #333333;
}

.termHd {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 32px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background: #f49222;
}

.termHd::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 4px;
  height: 30px;
  background: #f9b336;
}

.termSe {
  margin-bottom: 50px;
}

.termSe__box {
  display: flex;
  height: 80px;
}

.termSe__inp {
  width: calc(100% - 160px);
  height: 80px;
  border: 1px solid #c7c7c7;
  border-right: none;
  border-radius: 10px 0 0 10px;
}

.termSe__inp input {
  width: 100%;
  height: 80px;
  padding-left: 25px;
  font-size: 16px;
}

.termSe__inp input::placeholder {
  color: #c4c4c4;
}

.termSe__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 80px;
  border-radius: 0 10px 10px 0;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background: #75b600;
}

.termWrap {
  margin-bottom: 50px;
}

.termSub {
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 22px;
  line-height: 1.45;
}

.termSub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #f49221;
}

.termBoxs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.termBox {
  width: calc((100% - 40px) / 2);
}

.termBtns {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.termBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 40px) / 5);
  height: 45px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #f49221;
  background: #fcefd4;
}

.termBtn__wid {
  width: 116px;
}

.termBtn.disable {
  color: #fff;
  background: #e3e3e3;
}

.termLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.termLink {
  position: relative;
  display: flex;
  align-items: center;
  width: calc((100% - 28px) / 3);
  height: 65px;
  padding: 0 30px 0 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  background: #f6f6f6;
}

.termLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/terminology/arrow_icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.termContent {
  margin-bottom: 50px;
}

.termContent p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.termContent a {
  font-size: 18px;
  font-weight: 500;
  color: #0000ff;
  text-decoration: underline;
}

.termCat {
  margin-top: 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px), print {
  .termIntro {
    margin-bottom: 40px;
    margin-bottom: 10.667vw;
    font-size: 15px;
    font-size: 4vw;
  }

  .termHd {
    height: 50px;
    height: 13.333vw;
    margin-bottom: 10px;
    margin-bottom: 2.667vw;
    padding-left: 24px;
    padding-left: 6.4vw;
    font-size: 18px;
    font-size: 4.8vw;
  }

  .termHd::after {
    left: 10px;
    left: 2.667vw;
    width: 4px;
    width: 1.067vw;
    height: 30px;
    height: 8vw;
  }

  .termSe {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }

  .termSe__box {
    height: 40px;
    height: 10.667vw;
  }

  .termSe__inp {
    width: calc(100% - 80px);
    width: calc(100% - 21.333vw);
    height: 40px;
    height: 10.667vw;
    border-radius: 6px 0 0 6px;
    border-radius: 1.6vw 0 0 1.6vw;
  }

  .termSe__inp input {
    height: 40px;
    height: 10.667vw;
    padding-left: 10px;
    padding-left: 2.667vw;
    font-size: 16px;
    font-size: 4.267vw;
  }

  .termSe__btn {
    width: 80px;
    width: 21.333vw;
    height: 40px;
    height: 10.667vw;
    border-radius: 0 6px 6px 0;
    border-radius: 0 1.6vw 1.6vw 0;
    font-size: 13px;
    font-size: 3.467vw;
  }

  .termWrap {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }

  .termSub {
    padding-bottom: 10px;
    padding-bottom: 2.667vw;
    font-size: 16px;
    font-size: 4.267vw;
  }

  .termSub::after {
    width: 50px;
    width: 13.333vw;
    height: 2px;
    height: 0.533vw;
  }

  .termBoxs {
    gap: 20px;
    gap: 5.333vw;
  }

  .termBox {
    width: 100%;
  }

  .termBtns {
    gap: 9px;
    gap: 2.4vw;
    margin-top: 15px;
    margin-top: 4vw;
  }

  .termBtn {
    width: calc((100% - 36px) / 5);
    width: calc((100% - 9.6vw) / 5);
    height: 37px;
    height: 9.867vw;
    border-radius: 5px;
    border-radius: 1.333vw;
    font-size: 16px;
    font-size: 4.267vw;
  }

  .termBtn__wid {
    width: 85px;
    width: 22.667vw;
  }

  .termLinks {
    gap: 9px;
    gap: 2.4vw;
    margin-top: 15px;
    margin-top: 4vw;
    margin-bottom: 10px;
    margin-bottom: 2.667vw;
  }

  .termLink {
    width: calc((100% - 9px) / 2);
    width: calc((100% - 2.4vw) / 2);
    height: 65px;
    height: 17.333vw;
    padding: 0 23px 0 10px;
    padding: 0 6.133vw 0 2.667vw;
    font-size: 13px;
    font-size: 3.467vw;
    line-height: 1.3;
  }

  .termLink::after {
    right: 10px;
    right: 2.667vw;
    width: 13px;
    width: 3.467vw;
    height: 13px;
    height: 3.467vw;
  }

  .termContent {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }

  .termContent p {
    font-size: 13px;
    font-size: 3.467vw;
    line-height: 1.8;
  }

  .termContent a {
    font-size: 13px;
    font-size: 3.467vw;
  }

  .termCat {
    margin-top: 0;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }

  .fixedBtn {
    transform: translateY(0);
  }
  
  .fixedBtn.is-active {
    transform: translateY(100%);
  }
}
