@charset "UTF-8";
/* variables */
/*util*/
.support .contents-head {
  padding-top: 80px;
}

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

.support.notice .notice-list-wrap .common-table-list thead th.num {
  min-width: 90px;
  width: 10%;
}

.support.notice .notice-list-wrap .common-table-list thead th.date {
  min-width: 120px;
  width: 10%;
}

.support.notice .notice-list-wrap .common-table-list td {
  font-weight: 400;
}

.support.notice .notice-list-wrap .common-table-list td.left > a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  line-height: 1.6;
  height: 4.8;
  font-size: 14px;
}

.support .det-content strong,
.support .det-content b {
  color: unset;
}

.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;
}

.support .terms_of_use_list .h3-title,
.support .terms_of_use_list h3 {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
  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 em {
  font-style: normal;
}

.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 > li {
  position: relative;
  padding-left: 1.2em;
}

.support .terms_of_use_list .lst > li > 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] th,
.support .terms_of_use_list .tbl-board-wrap table[class^=common-table] td {
  padding: 14px 8px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}

.support .terms_of_use_list .tbl-board-wrap table[class^=common-table] th {
  font-weight: 700;
}

.support .terms_of_use_list .tbl-board-wrap table[class^=common-table] thead th:first-child {
  padding-left: 12px;
}

.support .terms_of_use_list .tbl-board-wrap table[class^=common-table] thead th:last-child {
  padding-right: 12px;
}

.support .terms_of_use_list .tbl-board-wrap table[class^=common-table] tbody tr th:first-child {
  padding-left: 12px;
}

.support .terms_of_use_list .tbl-board-wrap table[class^=common-table] tbody tr td:first-child {
  padding-left: 12px;
}

.support .terms_of_use_list .tbl-board-wrap table[class^=common-table] tbody tr td:last-child {
  padding-right: 12px;
}

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

.support .terms_of_use_list .tbl-board-wrap table[class^=common-table] + p {
  margin-top: 8px;
}

.support .terms_of_use_list .tbl-board-wrap + p {
  margin-top: 24px;
}

.support .terms_of_use_list .bullet_list.dash > li {
  font-size: 14px;
  line-height: 1.6;
}

.support .terms_of_use_list .bullet_list.dash > li + li {
  margin-top: 0;
}

.support.sw-terms .cmn-content-head h1 {
  font-size: 36px;
  line-height: 1.5;
}

.support.sw-terms .cmn-content-detail > h2 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5;
}

/* 반응형 */
@media (max-width: 1279px) {
  .support.notice .notice-list-wrap .common-table-list thead th.num {
    min-width: 50px;
    width: 18%;
  }
  .support.notice .notice-list-wrap .common-table-list thead th.date {
    min-width: 95px;
    width: 32%;
  }
  .support.sw-terms .cmn-content-head h1 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .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;
  }
}