@charset "UTF-8";
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
header {
  background-color: #fff;
}

#sectionAsk {
  padding: 200px 0 100px;
  background-color: #e60012;
}
@media screen and (max-width: 991.98px) {
  #sectionAsk {
    padding-top: 100px;
  }
}
#sectionAsk .inner-wrap {
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
}
#sectionAsk .inner-wrap .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  #sectionAsk .inner-wrap .title-wrap {
    display: block;
  }
}
#sectionAsk .inner-wrap .title-wrap .title {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  #sectionAsk .inner-wrap .title-wrap .title {
    font-size: 24px;
  }
}
#sectionAsk .inner-wrap .title-wrap .desc {
  font-size: 15px;
}
@media screen and (max-width: 767.98px) {
  #sectionAsk .inner-wrap .title-wrap .desc {
    margin-top: 10px;
    font-size: 14px;
  }
}
#sectionAsk .list-wrap dl {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 767.98px) {
  #sectionAsk .list-wrap dl {
    display: block;
  }
}
#sectionAsk .list-wrap dt {
  width: 150px;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  #sectionAsk .list-wrap dt {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
#sectionAsk .list-wrap dd {
  flex: 1;
}
#sectionAsk .list-wrap select,
#sectionAsk .list-wrap input[type=text] {
  width: 100%;
  border: 0;
  height: 36px;
  padding: 2px 10px;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  letter-spacing: -0.02em;
}
#sectionAsk .list-wrap select {
  cursor: pointer;
}
#sectionAsk .agree-st {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  #sectionAsk .agree-st {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
  }
}
#sectionAsk .agree-st > div {
  display: flex;
  align-items: center;
}
#sectionAsk .agree-st label {
  display: inline-block;
  line-height: 1.3;
}
#sectionAsk .privacy-detail {
  display: block;
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: auto;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  #sectionAsk .privacy-detail {
    margin-top: 6px;
    margin-left: 28px;
  }
}
#sectionAsk input[type=checkbox],
#sectionAsk input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
}
#sectionAsk input[type=checkbox]:checked,
#sectionAsk input[type=radio]:checked {
  position: relative;
}
#sectionAsk input[type=checkbox]:checked:after,
#sectionAsk input[type=radio]:checked:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 11px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#sectionAsk .btn_online {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  font-size: 20px;
  margin: 60px auto 0;
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  border: 0;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}