@charset "UTF-8";
/* variables */
/*util*/
.support {
  /* 공지사항 */
  /* 운영정책_이용약관 */
}

.support .contents-head {
  padding-top: 80px;
}

.support .contents-head.page-head h1 {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.5;
}

.support .move-to-qna {
  margin-top: 80px;
  padding: 20px;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.support .move-to-qna p {
  font-size: 14px;
  line-height: 1.6;
}

.support .terms-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.support .terms-head .form-drop-box {
  width: 327px;
}

.support .terms_of_use_list {
  font-size: 14px;
  line-height: 1.6;
  line-height: 22px;
}

.support .terms_of_use_list h3 {
  margin-bottom: 16px;
  font-weight: 700;
}

.support .terms_of_use_list dl {
  padding-left: 1.2rem;
}

.support .terms_of_use_list dl dd {
  padding-left: 1.2rem;
}

.support .terms_of_use_list .lst .lsty_num {
  position: relative;
  padding-left: 1.2em;
}

.support .terms_of_use_list .lst .lsty_num em {
  position: absolute;
  top: 0;
  left: 0;
  font-style: unset;
}

.support .terms_of_use_list .lst_sm {
  padding-left: 1.2rem;
}

.support .terms_of_use_list .lst_sm .lsty_sign {
  position: relative;
  padding-left: 1.2em;
}

.support .terms_of_use_list .lst_sm .lsty_sign em {
  position: absolute;
  top: 0;
  left: 0;
  font-style: unset;
}

.support .terms_of_use_list .step > dl {
  padding-left: 0;
}

.support .terms_of_use_list .step + .step {
  border-top: 1px solid #F4F4F4;
  margin-top: 24px;
  padding-top: 24px;
}

.support .terms_of_use_list .tbl-board-wrap table[class^=common-table] tbody tr td a {
  display: block;
  overflow: inherit;
  text-overflow: unset;
}

/* 반응형 */
@media (max-width: 768px) {
  .support {
    /* 공지사항 */
    /* 운영정책_이용약관 */
  }
  .support .contents-head {
    padding-top: 40px;
  }
  .support .move-to-qna {
    margin-top: 60px;
    padding: 24px;
    display: block;
    text-align: center;
  }
  .support .move-to-qna .btn-sm {
    margin-top: 16px;
  }
  .support .terms-head .form-drop-box {
    flex: 1;
  }
}