@font-face {
  font-family: "SeogeUi";
  src: url(../../fonts/seogeui/segoeui.ttf);
}
@font-face {
  font-family: "SeogeUi";
  src: url(../../fonts/seogeui/seguisb.ttf);
  font-weight: bold;
}
.fRed {
  color: #ff4d4d;
}

.fGreen {
  color: #5bff76;
}

.fOrange {
  color: #ffa908;
}

.bl {
  display: block;
}

.acti {
  border-bottom: 1px solid #707070;
  cursor: pointer;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs20 {
  font-size: 20px;
}

.fs25 {
  font-size: 25px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.pdl20 {
  margin-left: 20px;
}

.pdTB10 {
  padding: 20px 0;
}

.pdT10 {
  padding-top: 10px;
}

a, a:hover, a:visited {
  color: #707070;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px solid #707070;
}

.input {
  height: 35px;
  width: 250px;
  background-color: #ffffff;
  font-family: "SeogeUI";
  padding-left: 15px;
  border-radius: 7px;
  border: 2px solid #000000;
  outline: none;
  font-size: 16px;
  color: #000000;
  transition: all 0.1s ease-in-out;
}

.input-ta {
  background-color: #ffffff;
  font-family: "SeogeUI";
  padding: 20px;
  border-radius: 7px;
  border: 2px solid #000000;
  outline: none;
  font-size: 16px;
  color: #000000;
  transition: all 0.1s ease-in-out;
}

.input:focus {
  border-color: #0984e3;
}

/*# sourceMappingURL=addons.css.map */
