@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap");
body {
  font-family: "Noto Sans KR", sans-serif;
}

.btn-primary {
  height: 44px;
  background: #e41a2c;
  border: 0;
  border-radius: 0;
}
.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:visited {
  background: #e41a2c;
  box-shadow: none;
  outline: none;
}

.btn-default {
  height: 44px;
  border: 1px solid #e41a2c;
  background: #fff;
  border-radius: 0;
  color: #e41a2c;
}
.btn-default:hover,
.btn-default:active:focus,
.btn-default:active,
.btn-default:visited {
  background: #fff;
  border: 1px solid #e41a2c;
  color: #e41a2c;
  outline: none;
  box-shadow: none;
}
button.close {
  width: 24px;
  height: 24px;
  background: url(../images/ico_close.png) no-repeat center;
}
button.close:hover {
  opacity: 1;
}
