@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
  font-family: "Elice Digital Baeum", sans-serif;
}

.font-noto {
  font-family: "Noto Sans KR", sans-serif;
}

.logo {
  max-width: 165px;
}

.form.mb-0 {
  margin-bottom: 0 !important;
}

.form.m-0 {
  margin: 0;
}

a.form:hover {
  color: white;
}

a:focus, a:hover {
  color: inherit;
  text-decoration: inherit;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #707070;
  position: relative;
  border-radius: 50%;
}

input[type=checkbox]:checked + label::after {
  content: "✔";
  font-size: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  left: -2px;
  top: -5px;
}

.checks {
  position: relative;
}

.checks input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checks input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.checks input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 21px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #cacece;
  border-radius: 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.checks input[type=radio] + label:active:before, .checks input[type=radio]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checks input[type=radio]:checked + label:before {
  background: #E9ECEE;
  border-color: #adb8c0;
}

.checks input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  background: #99a1a7;
  border-radius: 100%;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.formbox input, .formbox select, .formbox option {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}

.btn-ty-3, .btn-kings-eff {
  border: 3px solid #836446;
  color: #836446;
}
.btn-ty-3:hover, .btn-ty-3.active, .btn-ty-3.current, .btn-kings-eff:hover, .btn-kings-eff.active, .btn-kings-eff.current {
  background-color: #836446;
  color: white;
}

.byn-ty-4, .byn-ty-4:hover {
  background-color: #836446;
  color: white;
}

input.form {
  border-radius: 0.5rem;
  font-size: 1.25rem;
  letter-spacing: 10px;
}

input.form, select.form:not([multiple]) {
  border: 2px solid #bead9c !important;
  border-radius: 0.5rem !important;
  margin-bottom: 15px !important;
  font-size: 1.25rem;
  letter-spacing: 10px;
}

input::placeholder, textarea::placeholder, select.form {
  opacity: 1;
  font-size: 1.25rem;
  letter-spacing: 10px;
  /* 1 */
  color: rgba(52, 52, 52, 0.51) !important;
  /* 2 */
}

input#phone23 {
  letter-spacing: 3px;
}
input#phone23::placeholder {
  letter-spacing: 3px;
}

.bg-gray-sy {
  background: #f8f8f8;
}

.bg-gray-100-a {
  background: #646464;
}

button:focus {
  outline: 0;
}

.text-165 {
  color: #836446;
  line-height: 1.6;
}

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