/********** COMMON **********/
/* placeholder */
input::placeholder {
  color: #bbb!important;
  font-size: .875rem!important;
  font-weight: 600!important;
}
select {
  /* color: #bbb!important; */
  font-size: .875rem!important;
  font-weight: 600!important;
}
/*font-weight*/
.fw-300 {
  font-weight: 300!important;
}
.fw-400 {
  font-weight: 400!important;
}
.fw-500 {
  font-weight: 500!important;
}
.fw-600 {
  font-weight: 600!important;
}
.fw-700 {
  font-weight: 700!important;
}
.fw-800 {
  font-weight: 800!important;
}

/*fotn-size*/
.text-10 {
  font-size: 0.625rem;
}
.text-12 {
  font-size: 0.75rem;
}
.text-13 {
  font-size: 0.8125rem;
}
.text-14 {
  font-size: 0.875rem!important;
}
.text-15 {
  font-size: 0.9375rem;
}
.text-16 {
  font-size: 1rem;
}
.text-18 {
  font-size: 1.125rem;
}
.text-20 {
  font-size: 1.25rem;
}
.text-24 {
  font-size: 1.5rem;
}
.text-22 {
  font-size: 1.375rem;
}
.text-26 {
  font-size: 1.625rem;
}

/*font-color*/
.fc-black {
  color: #222;
}
.fc-666 {
  color: #666666;
}
.fc-2626 {
  color: #262626;
}
.fc-999 {
  color: #999;
}
.fc-hlb {
  color: #0066cc;
}
.fc-grey {
  color:#51596C;
}
.fc-1d {
  color: #1d1d1f;
}
.fc-orange {
  color: #f56900;
}
.fc-green {
  color: #22C767;
}
.fc-hl-pink {
  color: #EC3F6F;
}
.fc-hl-blue {
  color: #1488FF;
}
.fc-hl-purple {
  color: #B87CD2;
}
.fc-888 {
  color: #888;
}

/* BORDER-CARD */
.border-ef {
  border-color: #efefef;
}
.border-middle-line {
  border-top: 1px solid #ddd;
}

/* BG color */
.bg-light-green {
  background-color: #EEFBF4;
}
.bg-badge-maker {
  background-color: #F2F4F8;
}
.bg-badge-model {
  background-color: #F2F3F4;
}
.bg-light-blue {
  background-color: #E9F4FF;
  border-color: #E9F4FF;
}
.bg-light-purple {
  background-color: #F9EDFE;
  border-color: #F9EDFE;
}
.bg-agree-box {
  background-color: #f0f0f0;
  border: 1px solid #e4e6e9;
}
/* BTN/선보상,후보상 신청 */
.btn-apply-purple {
  color: #fff;
  background-color: #B87CD2;
  border-color: #B87CD2;
}
.btn-apply-purple:hover {
  color: #fff;
  background-color: #B87CD2;
  border-color: #B87CD2;
}
.btn-apply-purple:active {
  color: #fff;
  background-color: #B87CD2;
  border-color: #B87CD2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-apply-purple:disabled {
  color: #fff;
  background-color: #B87CD2;
  border-color: #B87CD2;
}
.btn-apply-blue {
  color: #fff;
  background-color: #1488FF;
  border-color: #1488FF;
}
.btn-apply-blue:hover {
  color: #fff;
  background-color: #1488FF;
  border-color: #1488FF;
}
.btn-apply-blue:active {
  color: #fff;
  background-color: #1488FF;
  border-color: #1488FF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-apply-blue:disabled {
  color: #fff;
  background-color: #1488FF;
  border-color: #1488FF;
}
/*  */
.btn-outline-light,
.btn-outline-warning {
  font-weight: 500;
}
.btn-check:checked+.btn {
  font-weight: 700;
}
/********** WV/SUB(afterspot) **********/
/*chk_price*/
.price_box{
  background-color: #222;
}

/*fm_info, fm_sell*/
.title_sub {
  font-size: 0.875rem!important;
  color: #262626;
  /*color: #0066cc;*/
  font-weight: 600;
}
.text_info {
  font-size: 0.8125rem;
  color: #0066cc;
  font-weight: 400;
}
.check_blue:checked {
  background-color: #0066cc!important;
  border-color: #0066cc!important;
}

/*fm_sell*/
.bg_sub_info {
  background-color: #f5f5f7;
}

/*chk_price_grade*/
.pricebox_after {
  background-color: #eff6fd;
}

/*chk_agree*/
.agree-title {
  font-size: 0.9375rem;
}
.agree-body{
  padding: 12px 10px;
  color: #666666;
  background-color: #f0f0f0;
}
.agree-body, p, li{
  color: #666666;
}
.check_black {
  padding: 10px;
}
.check_black:checked {
  background-color: #1d1d1f!important;
  border-color: #1d1d1f!important;
}
.agree-check {
  margin-top: 5px;
  margin-left: 5px;
  color: #262626;
}

/*s_fm_picture*/
.device-info-box {
  background-color: #eff6fd;
  color: #0066cc;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 13px;
}

/*other*/

.wordbreak-keepall {
  word-break: keep-all;
}

/********** MAIN **********/
.w-48 { width:48%!important;}
.w-95 { width:95%!important;}
.w-98 { width:98%!important;}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main.flex-fill {
  flex: 1 0 auto;
}

/********** FOOTER **********/
/*fm_info_afterspot>추가보상유의사항*/
.promotion_info_box {
  background-color: #f5f5f7;
}

.bg-footer {
  background-color: #4E5459;
}
.fc-ccc {
  color: #ccc;
}
.fc-aaa {
  color: #aaa;
}



