<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-------------------------------------------------------------------
	파일정의 : 약관
	작성날짜 : 2023-05-17 장병주
	참고사항 : 이 파일은 약관페이지의 스타일만 정의한다.
	분류순서 : 기본정책 &gt; 유틸리티 &gt; 사용자정의(컬러, 폰트, 보더, 간격 등)
	속성순서 : 표시 &gt; 위치 &gt; 넘침/흐름 &gt; 크기/간격 &gt; 박스모양 &gt; 폰트/정렬 &gt; 기타
-------------------------------------------------------------------*/
.page_body,
.tab-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.terms_tabs {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}
.terms_txt_box .ttl {
  font-size: 1.8rem; /* dev 반응형 작업 스타일링 수정 */
  line-height: 1.5;
  color: #333;
}
.terms_txt_box .txt {
  font-size: 1.6rem; /* dev 반응형 작업 스타일링 수정 */
  line-height: 1.5;
  color: #555;
}
.terms_txt_box .ttl + .txt {
  margin-top: 10px;
}
.terms_txt_box .txt + .ttl {
  margin-top: 20px;
}
/* Dev 240510 ROBOT-945: 영역조절*/
.page_body .terms_sec {
  /*height: calc((var(--winH) - 100 - 80 - 72 - 71) * 1px);*/
  max-height: calc(100vh - 28rem);
  min-height: calc(100vh - 28rem);
  overflow-y: auto;
}
.tab-content,
.tab-pane {
  /*overflow-y: auto;*/ /*e: Dev 240510 ROBOT-936: mr14 주석처리*/
}
.page_head +  .dropdown {
  width: fit-content;
}</pre></body></html>