@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* ========================================
   Typography - Pretendard Font Styles (Mixins)
   ======================================== */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* ========================================
   Typography - Pretendard Font Styles (Mixins)
   ======================================== */
.alert .alert-terms {
  max-height: 400px;
  overflow-y: auto;
  background-color: #f5f5f5;
}

.dim-content .dep-tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 22px;
}
.dim-content .dim-box {
  height: 390px;
  line-height: 24px;
  padding: 20px;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  word-break: break-all;
  box-sizing: border-box;
}

.pop-content .dim-box {
  height: 390px;
  line-height: 24px;
  padding: 20px;
  border: 1px solid #000;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  word-break: break-all;
  box-sizing: border-box;
}

.dim-form .dim-box {
  height: 185px;
  margin-bottom: 0;
  padding: 15px;
}
.dim-form .dim-agree .dim-box {
  height: 90px;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.dim-terms .dim-tit {
  margin-bottom: 25px;
}
.dim-terms dl dt {
  margin: 40px auto 15px;
  font-size: 18px;
}
.dim-terms dl dt:first-child {
  margin-top: 0;
}

.term__wrap {
  padding: 40px;
}

.term__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
.term__title.ty02 {
  margin: 30px 0 20px;
}

.term__contents table {
  font-size: 14px;
}
.term__contents table td {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.term__contents table td:first-child {
  border-left: 0;
}
.term__contents table td:last-child {
  border-right: 0;
}

.term__paragraph {
  margin-bottom: 20px;
}

.term__list {
  margin-bottom: 15px;
  padding-left: 15px;
  text-indent: -15px;
}
.term__list li {
  margin-bottom: 10px;
}

.board-list {
  position: relative;
}
.board-list .board-btn {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  text-align: right;
}
.board-list table {
  width: 100%;
  border-top: 1px solid #e1e1e1;
  table-layout: fixed;
}
.board-list table tr th,
.board-list table tr td {
  height: 54px;
  line-height: 22px;
  padding: 0 10px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}
.board-list table tr td {
  color: #666;
}
.board-list table tr td a {
  line-height: 110%;
  display: inline-block;
}
.board-list table tr .tit-box {
  padding-left: 20px;
  text-align: left;
}
.board-list table tr.no-data td {
  height: 200px;
}
.board-list table tr.active {
  background-color: #fff5cc;
}
.board-list table tr.hide-pop {
  display: none;
  background-color: #ebebeb;
}
.board-list table .active + .hide-pop {
  display: table-row;
}
.board-list table .active + .hide-pop td {
  padding: 40px;
}

.dim-content .board-list table td {
  padding: 10px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.dim-content .board-list table td:first-child {
  border-left: 0;
}
.dim-content .board-list table td:last-child {
  border-right: 0;
}
