/* form */
.kc-form input {
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Malgun Gothic', helvetica, 'Apple SD Gothic Neo', sans-serif;
  width: 100%;
  border: 1px solid #b5b5b5;
  outline: none;
  height: var(--input-height);
  border-bottom: none;
  padding: 11px 16px;
  font-size: var(--font-size--17);
  line-height: 2.05;
  letter-spacing: -0.8px;
  box-sizing: border-box;
  color: var(--font-color);
}
.kc-form input::placeholder {
  color: #bcbdc2;
}
.kc-form input:focus {
  border: 2px inset var(--color-input-focus);
}
.kc-form input:first-child {
  border-radius: 9px 9px 0 0;
}
.kc-form input:last-child {
  border-radius: 0 0 9px 9px;
  border-bottom: 1px solid #b5b5b5;
}
.kc-form input:focus {
  border-bottom: 2px inset var(--color-input-focus);
}
.kc-form input:last-child:focus {
  border-color: var(--color-input-focus);
  border-bottom: 2px inset var(--color-input-focus);
}
.kc-form input.single {
  border-radius: var(--input-border-radius);
}
.kc-form .phone-wrapper {
  position: relative;
}
.kc-form .phone-wrapper input {
  padding-left: 83px;
  padding-right: 144px;
}
.kc-form .phone-wrapper .kc-btn {
  height: 42px;
  width: 115px;
  position: absolute;
  right: 11px;
  top: 8px;
  font-size: var(--font-size--16);
  letter-spacing: -0.8px;
  font-weight: normal;
}
.kc-form .phone-wrapper .prefix-wrapper {
  position: absolute;
  top: 12px;
  left: 16px;
}
.kc-form .phone-wrapper .prefix-wrapper .prefix {
  font-size: var(--font-size--17);
  line-height: 2.05;
  color: var(--font-color);
  max-width: 38px;
  display: inline-block;
}
.kc-form .phone-wrapper .prefix-wrapper img {
  position: absolute;
  right: -22px;
  top: 11px;
}
.kc-form .input-wrapper {
  position: relative;
  border-radius: var(--input-border-radius);
  margin: 0 20px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.09);
}
.kc-form .input-default-wrapper {
  border-radius: var(--input-border-radius);
}
.input-default-wrapper {
  position: relative;
}
.input-default-wrapper[icon] input {
  padding: 18px 42px 18px 19px;
}
.input-default-wrapper[icon]:after {
  position: absolute;
  display: inline-block;
}
.input-default-wrapper[icon="search"]:after {
  content: url("../img/img-search.png");
  right: 15px;
  top: 15px;
}
.input-default-wrapper[icon="search-blue"] input {
  padding: 5px 46px 5px 13px;
}
.input-default-wrapper[icon="search-blue"] a {
  content: url("../img/img-ic-search.png");
  right: 13px;
  top: 10px;
  width: 24px;
  height: 24px;
  position: absolute;
}
/* 디자인 수정으로 인한 input 관련 css */
.form input, .form textarea {
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Malgun Gothic', helvetica, 'Apple SD Gothic Neo', sans-serif;
  width: 100%;
  border: 1px solid #b5b5b5;
  border-radius: var(--input-border-radius);
  outline: none;
  height:40px;
  padding: var(--input-pd);
  font-size: var(--font-size--17);
  line-height: 2.05;
  letter-spacing: -0.8px;
  box-sizing: border-box;
  color: var(--font-color);
  background-color: white;
  overflow:hidden;
  zoom:1;
}
.form textarea {
  height: 80px;
}

.form input[disabled] {
  color: #606467;
}
.form .kc-select-form-control {
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Malgun Gothic', helvetica, 'Apple SD Gothic Neo', sans-serif;
  width: 100%;
  border: 1px solid #b5b5b5;
  border-radius: var(--input-border-radius);
  outline: none;
  height: var(--input-height);
  padding: 19px 16px;
  font-size: var(--font-size--21);
  line-height: 2.05;
  letter-spacing: -0.8px;
  box-sizing: border-box;
  color: var(--font-color);
  background:#fff;
}
.form select.kc-select-form-control[disabled] {
	background-color: #e9ecef;
}
.kc-select-form-control.md,
.kc-form-control.md {
  height: 40px;
  padding: var(--input-md-pd);
  font-size: 17px;
  line-height: 1;
}
.kc-select-form-control.md {
  padding: var(--input-select-md-pd);
}
.kc-select-form-control.sm,
.kc-form-control.sm {
  height: var(--input-sm-height);
  padding: var(--input-sm-pd);
  font-size: 16px;
  line-height: 1.88;
}
.kc-select-form {
  position: relative;
  display: block;
}
.kc-select-form:after {
  content: url("../img/ic-arrow-fold.png");
  width: 17px;
  height: 17px;
  position: absolute;
  right: 15px;
  top: 10px;
}
.form input::placeholder {
  color: #bcbdc2;
}
.form input:focus {
  border: 2px solid var(--color-input-focus);
}
.form select.grey,
.form input.grey {
  background-color: #f8f8f8;
  border-color: #e9e9e9;
}
.form input.grey:focus {
  border: 1px solid #e9e9e9;
}
[multi-input="2"] > div:first-child:after {
  content: '-';
  position: absolute;
  width: 22px;
  top: 0;
  right: -23px;
  text-align: center;
  height: 100%;
  line-height: var(--input-height);
}
[multi-input="2"][itype="email"] > div:first-child:after {
  content: '@';
}
[multi-input="2"][size="md"] > div:first-child:after {
  line-height: var(--input-md-height);
}
.href {
  color: #1285ea;
  text-decoration: underline;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.53;
  letter-spacing: -0.8px;
  font-size: var(--font-size--15);
}
.kc-btn {
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Malgun Gothic', helvetica, 'Apple SD Gothic Neo', sans-serif;
  width: 100%;
  height: var(--btn-height);
  border-radius: 8px;
  outline: none;
  border: none;
  font-size: var(--font-size--19);
  color: #ffffff;
  background-color: #714bb4;
}
a.kc-btn {
  width: 100%;
  height: 100%;
  display: block;
  line-height: var(--btn-height);
  font-size: var(--font-size--19);
  color: #ffffff;
  text-align: center;
}
[btn="sm"] {
  height: 43px;
  width: auto;
  padding: 0 23px;
}
[btn="r"] {
  height: 43px;
  width: auto;
  padding: 0 14px;
  letter-spacing: -0.8px;
}
[btn="ms"] {
  height: 46px;
  font-size: var(--font-size--17);
  width: auto;
  padding: 0 14px;
  letter-spacing: -0.8px;
}
[btn="m"] {
  height: var(--input-sm-height);
  width: auto;
  font-size: var(--font-size--16);
  padding: 0 22px;
  letter-spacing: -0.8px;
}
[btn="m-full"] {
  height: var(--input-sm-height);
  width: 100%;
  font-size: var(--font-size--16);
  padding: 0;
  letter-spacing: -0.8px;
}
[btn="xs"] {
  max-width: 104px;
  height: 34px;
  font-size: var(--font-size--15);
  line-height: 1.53;
  letter-spacing: -0.5px;
}
[btn="xxs"] {
  width:auto;
  height: 38px;
  font-size: var(--font-size--14);
  line-height: 1.53;
  letter-spacing: -0.5px;
}
[btn-text="s"] {
  font-size: var(--font-size--15);
}
.kc-btn.default {
  background-color: #ffffff;
  border: 1px solid #714bb4;
  color: #714bb4;
}
.kc-btn.dark {
  background-color: #323a40;
}
.kc-btn.purple {
  background-color: #653ab3;
  color: #fff;
}
.kc-btn.navy {
  border: solid 1px #00387f;
  background-color: #094086;
}
.kc-btn.purple.outline {
  background-color: #fff;
  border: 1px solid #653ab3;
  color: #653ab3;
}
.kc-btn.grey {
  background-color: #b5b5b5;
  color: #fff;
}
.kc-btn.light-grey {
  background-color: #eaeaea;
  color: var(--font-color);
}
.kc-btn.grey {
  background-color: #f8f8f8;
  border: 1px solid #e9e9e9;
  color: #5a5d5f;
}
.kc-btn.grey.outline {
  border: 1px solid #b5b5b5;
  background-color: transparent;
  color: #b5b5b5;
}
.kc-btn.khaki {
  background-color: #343a40;
  color: #fff;
}
/*.kc-btn:disabled {*/
/*  font-size: var(--font-size--19);*/
/*  font-weight: bold;*/
/*  background-color: #eaeaea;*/
/*}*/
.confirm-btn-group {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 10px;
}
.kc-radio-group {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 28px;
}
.kc-radio-group .kc-radio {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}
.kc-radio-group .kc-radio label {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  position: relative;
  gap: 7px;
  line-height: 0;
  letter-spacing: -0.8px;
  font-size: var(--font-size--17);
  color: var(--font-color);
}
.kc-radio-group .kc-radio label:before {
  content: '';
  width: 17px;
  height: 17px;
  border: solid 1px #b5b5b5;
  border-radius: 100%;
  display: inline-flex;
}
.kc-radio-group .kc-radio label:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: transparent;
  position: absolute;
  left: 6px;
}
.kc-radio-group .kc-radio input:checked + label:before {
  transition: all 0.2s;
  border-color: #714bb4;
}
.kc-radio-group .kc-radio input:checked + label:after {
  transition: all 0.2s;
  background-color: #714bb4;
}
.kc-radio input {
  position: absolute;
  visibility: hidden;
  left: 0;
  height: 0;
  width: 0;
}
.kc-checkbox input[type="checkbox"]+label {
  display: block;
  position: relative;
  padding-left: 33px;
  width: 100%;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.8px;
  user-select: none;
  cursor: pointer;
  color: var(--font-color);
}
.kc-checkbox.inline input[type="checkbox"]+label {
  display: inline;
}
.kc-checkbox input[type="checkbox"]+label:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  content: url('../img/check-nor.png');
}

.kc-checkbox input[type='checkbox']:checked+label:before {
  content: url('../img/check-sel.png')
}

.kc-checkbox input[type="checkbox"] {
  display: none;
}
.kc-radio-check {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.kc-radio-check > .kc-radio:not(:last-child){
  margin-right: 10px;
}
.kc-radio-check[gap="s"]{
  gap: 11px;
}
.kc-radio-check[gap="s"] > .kc-radio:not(:last-child){
  margin-right: 11px;
}
.kc-checkbox.border,
.kc-checkbox.btn,
.kc-radio-check.border .kc-radio {
  height: var(--input-md-height);
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  position: relative;
}
.kc-radio-check.border .kc-radio label {
  margin-left: 3.5vw;
}
.kc-radio-check .kc-radio {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}
.kc-radio-check input[type="radio"] ~ label {
  position: relative;
  padding-left: 33px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.8px;
  user-select: none;
  cursor: pointer;
  color: var(--font-color);
}
.kc-radio-check input[type="radio"] + label:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  content: url('../img/check-nor.png');
}
.kc-radio-check input[type='radio']:checked+label:before {
  content: url('../img/check-sel.png')
}
.kc-checkbox.border .line,
.kc-checkbox.btn .line,
.kc-radio-check.border .line {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-input-border);
  border-radius: var(--input-border-radius);
  z-index: -1;
}
.kc-checkbox.border input[type="checkbox"]:checked ~ .line,
.kc-radio-check.border input[type="radio"]:checked ~ .line {
  border-color: var(--color-input-focus);
  background-color: rgba(9, 31, 95, 0.05);
}
.kc-checkbox.btn input[type="checkbox"]:checked ~ .line {
  border-color: #86868c;
  background-color: #fff;
}

.kc-checkbox.border,
.kc-checkbox.btn {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.kc-checkbox.border input[type="checkbox"]+label {
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  gap: 10px;
  padding-left: 3.5vw;
}
.kc-checkbox.border input[type="checkbox"]+label:before {
  top: 0;
  position: relative;
}
.kc-checkbox.btn .line {
  border-color: #653ab3;
}
.kc-checkbox.btn label {
  color: #653ab3 !important;
}
.kc-checkbox.btn input[type="checkbox"]+label {
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
}
.kc-checkbox.btn input[type="checkbox"]:checked ~ label {
  color: #86868c !important;
  gap: 0 !important;
  justify-content: center;
}
.kc-checkbox.btn input[type='checkbox']+label:before {
  content: none;
}
.kc-checkbox.btn input[type='checkbox']:checked+label {
}
.kc-checkbox.btn input[type='checkbox']:checked+label:before {
  content: url('../img/img-complete.png');
  width: 17px;
  height: 17px;
  position: relative;
  top: -2px;
  margin-right: 6px;
}
.board-bottom {border-top: 1px solid #d3d3d3;padding-top: 1.5rem;margin-top:3rem;text-align:right;}