@charset "utf-8";

/*web font*/
@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@latest/nanumbarungothicsubset.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');

/* 요소(element) 여백 초기화  */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td {
	margin:0;
	padding:0;
	}

/* 제목요소 */
h1, h2, h3, h4, h5, h6 {  
	font-size:100%;   
	font-weight:normal;   
	} 

/* 테두리 없애기 */
fieldset, img, abbr,acronym { border:0 none; } 

/* 목록 */
ol, ul { list-style:none; }

/* 텍스트 관련 요소 초기화 */
address, caption, strong, em, cite {
	font-weight:normal;
	font-style:normal;
	}
ins { text-decoration:none; }
del { text-decoration:line-through; }


/*terms*/
html,
body {
  height: 100%;
  margin: 0;
  font-family: 'NanumBarunGothic', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}

body {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}

#chunkTerms {
  padding: 30px 24px;
}
#chunkTerms h1 {
  text-align: center;
  font-family: 'Montserrat';
  font-size: 2.375rem;
  font-weight: 700;
}
.tab_menu {
  margin-top: 24px;
}
.tab_menu li {
  width: 74%;
  margin: 0 auto;
  padding: 13px 0;
  background: #fff;
  border: 1px solid #5994FB;
  border-radius: 40px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #5994FB;
}
.tab_menu li:first-child {
  margin-bottom: 16px;
}
.tab_menu li.selected {
  background: #5994FB;
  color: #fff;
}
.tab_conts {
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid #DEDEDE;
}
.tab_conts h2 {
  font-size: 1.125rem;
}
.tab_conts p {
  margin-top: 14px;
  line-height: 1.6;
  font-size: 0.9375rem;
}
.tab_conts p.tit_term1 {
  margin-top: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1c45a9;
}
.tab_conts p.tit_term2 {
  margin-top: 16px;
  font-size: 1.05rem;
  font-weight: 500;
}
.tab_con2 {
  display: none;
}

.tbl_terms {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
}
.tbl_terms th {
  width: 20%;
  background: #f2f2f2;
  font-weight: 400;
}
.tbl_terms th,
.tbl_terms td {
  padding: 4px;
  border: 1px solid #DEDEDE;
  font-size: 0.875rem;
  line-height: 1.4;
}
.tbl_terms td {
  text-align: left;
}

.tab_con2 p a {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.8;
  color: #7f7f7f;
}

.tab_conts .tab_con2 p.tit_term1 {
  font-size: 1.063rem;
}
.tab_conts p.tit_term3 {
  margin-top: 26px;
  font-size: 1rem;
  font-weight: 400;
  color: #FF8528;
}



















































