@charset "utf-8";

/* CSS Document */
@import url(webfont.css);
@import url(bbs.css);

*, *::before, *::after {
  box-sizing: border-box;
}

html {
	font-size: 10px;
	box-sizing: border-box;
	scroll-behavior: smooth; 
}
body {
	min-height: 100vh;
	line-height: 1.5;
	font-family: 'Pretendard-Regular', 'NanumGothic', sans-serif;
	color: #333;
	background-color: #fff;
	
	word-break: keep-all;
	box-sizing: border-box;
	position: relative;
}

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
ul, ol, li, figure, figcaption, table, td, th, dl, dd, dt {
  margin: 0;
  padding: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

/**** Tabel ****/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}

.blind {
  display: none !important;
}

/**** form ****/
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
	background-color: transparent;
	text-transform: none;
	border: 0;
	cursor: pointer;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	margin: 0px;
	border: none;
}
legend, caption {
	display: none;
}
textarea {
	overflow: auto;
}

/**** inner CSS *****/
.inner {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 2rem;
}
.inner1 {
	max-width: 178rem;
	margin: 0 auto;
	position: relative;
}
.inner2 {
	max-width: 136rem;
	margin: 0 auto;
	position: relative;
}
.inner3 {
	max-width: 120rem;
	margin: 0 auto;
	position: relative;
}
.inner4 {
	max-width: 108rem;
	margin: 0 auto;
	position: relative;
}
.inner5 {
	max-width: 98rem;
	margin: 0 auto;
	position: relative;
}


hr {
	border: 0.1rem solid rgba(0, 0, 0, 0.15);
	padding: 0;
	margin: 4rem 0;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: none;
}

/***** tabZone css ******/
.tabZone {
	width: 100%;
	display: table;
	overflow: hidden;
	border-collapse: collapse;
	border-spacing: 0;
}
.tabZone a {
	display: table-cell;
	font-size: 1.6rem;
	text-align: center;
	border: 0.1rem solid rgba(0, 0, 0, 0.15);
	white-space: nowrap;
	overflow: hidden;
	padding: 1.5rem;
	background-color: #fff;
}
.tabZone a.on {
	color: #fff;
	background-color: #19398a;
	font-weight: 700;
}
.tabZone.two a {
	width: 50%;
}
.tabZone.three a {
	width: 33.33%;
}
.tabZone.four a {
	width: 25%;
}
.tabZone.five a {
	width: 20%;
}
.tabZone.six a {
	width: calc((100% / 6) + 1.66px);
}
.tabZone a:hover {
	color: #fff;
	background-color: #19398a;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	-moz-transition: background-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-first {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-align-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.txtCenter {
    text-align: center;
}
.txtRight {
	text-align: right;	
}
.txtLeft {
	text-align: left;	
}

.dot li {
	position: relative;
	display: block;
	line-height: 140%;
	margin-bottom: 0.8rem;
	padding-left: 1.8rem;
	word-break: keep-all;
}
.dot.bigP li {
	font-size: 1.9rem;
	color: #333 !important;
}
.dot li:before {
	position: absolute;
	display: block;
	left: 0;
	top: 0;	
}
.dot li:before {
	content: "";
	top: 0.8rem;
	left: 0.4rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #999;
}
.bar {
	position: relative;
	padding-top: 2rem;
}
.bar:before {
	content: "";
	position: absolute;
	display: block;
	width: 5rem;
	height: 0.4rem;
	top: 0;
	left: 0;
	background-color: #333;
}
.bar li {
	position: relative;
	color: #787878;
	padding-left: 2rem;
	margin-bottom: 0.5rem;
}
.bar li:before {
	content: "";
	position: absolute;
	display: block;
	left: 0.3rem;
	top: 1.3rem;
	width: 0.7rem;
	height: 0.2rem;
	background-color: #999;	
}
.nonPage {
	text-align: center;	
}
.nonPage img {
	display: block;
	margin: 0 auto;	
}