@charset "utf-8";

.ft_csBox {
    background: #d2b087;
    padding: 20px 0 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 21;
	font-size: 1.3em;
}
.q_csBox {
    display: flex;
    gap: 10px;
    align-items: center;
	justify-content: center;
}

.q_cs_tit {width:24%;text-align:center;}
.q_cs_tit h4 {
    font-size: 1.6em;
    font-weight: 800;
    color: #03123d;
}
.q_cs_tit h4 span img {
    max-width: 50px;
    background: #2c395e;
    border-radius: 100px;
    padding: 8px;
}
.input_box{width:20%; font-size: 0.9em;}
.input_box .frm_input{ height: 36px;}
.q_csBtn {
    width: 15%;
    background: #2c395e;
    text-align: center;
    font-weight: 600;
	border-radius: 2px;
}
.q_csBtn .btn_submit {
    background: transparent;
    width: 100%;
    letter-spacing: -0.1px;
    padding: 11px 8px;
}
.agree {
    text-align: right;
    font-size: 0.85em;
    padding: 10px 0 0;
	color: #fff;
}
.cs_sbmBtn{text-align:center; margin-top:20px;}

.pj_tit_en {
    font-size: 0.9em;
    color: #666;
    letter-spacing: 0;
}


/**/
.inquiry_area .input_box .form-control {
  width: 100%;
  height: 50px;
  border: solid 1px #e9eaf2;
  border-radius: 10px;
  padding: 8px 14px;
  outline: none;
  transition: all 0.25s;
}
.inquiry_area .input_box .form-control:focus,
.input_box .form-control:active {
  border-color: #4c56e3;
}

.inquiry_area .chk_div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 0px;
    font-size: 1.15em;
	border: 1px solid #e1e1e1;
}
.inquiry_area .chk_div label {
  cursor: pointer;
  font-size:1em;
}
.inquiry_area .chk_div label:last-child {
  border-right: 0;
}
.inquiry_area .chk_div label input[type="checkbox"] {
  display: none;
}
.inquiry_area .chk_div label input[type="checkbox"] + span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: solid 2px #999;
  background: url("img/checkbox_gray.png") no-repeat 50% 50% #fff;
  background-size: 76%;
  margin-bottom: -3px;
}
.inquiry_area .chk_div label input[type="checkbox"]:checked + span {
  background: url("img/checkbox_white.png") no-repeat 50% 50% #4c56e3;
  background-size: 76%;
  border-color: #4c56e3;
}


.inquiry_area .agree_btn {
  border: none;
  outline: none;
  background-color: transparent;
}

.inquiry_area #btn_submit {
  background-color: #4c56e3;
  font-size: 0.9em;
  color: #fff;
  border: none;
  padding: 0 16px;
  height: 46px;
}
/**/

.po_red {
    color: red;
}

.adm_btn_area{text-align:center; padding-top:10px}
.adm_btn{ color:red}


@media (max-width: 891px) {
	 .q_csBox{gap: 7px;}
	.ft_csBox {padding: 16px 0 8px;}
	.q_cs_tit h4{font-size: 1.3em;}
	.q_cs_tit h4 span img {max-width: 34px;padding: 6px;}
	.agree{font-size: 0.9em; padding: 6px 0 0;}
}

@media (max-width: 692px) {
  .q_csBox{ font-size: 0.9em}
  .q_cs_tit {display:none;}
  .input_box{width:25%}
  .input_box .frm_input{ height: 34px; padding: 5px 4px;}
  .q_csBtn{width:25%}
}