@charset "utf-8";

/* CSS Document */
@import url(webfont.css);
@import url(bbs.css);

/** {
	box-sizing: border-box;
	margin:0;
	padding:0;
}

*, *:before, *:after {
	box-sizing: inherit;
}*/


body {
	box-sizing: border-box;
	position: relative;
	font-family: 'notoD', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	word-break: keep-all;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: 1;
	-webkit-overflow-scrolling: touch;
}
article, aside, figure, footer, header, hgroup, menu, nav, section, caption {
	display: block;
}
ul, ol {
	list-style-type: none;
}
div, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, table, th, td, form, fieldset, legend, input, textarea, button, blockquote, iframe, p,  label {
	margin: 0;
	padding: 0;
}
*:focus { 
 	outline:none;
}

/**** 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;
}


/**** Tabel ****/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}



.inner {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.inner2 {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.inner3 {
	max-width: 1520px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.blind {
	display: none;
}


body .txt_right,
.txt_right {
    text-align: right;
}
body .txt_left,
.txt_left {
    text-align: left;
}
body .txt_center,
.txt_center {
    text-align: center;
}

body .margin_zoro,
.sub_body .margin_zoro {
	margin-bottom: 0px;
}
body .margin_10,
.sub_body .margin_10 {
	margin-bottom: 10px;	
}
body .margin_15,
.sub_body .margin_15 {
	margin-bottom: 15px;	
}
body .margin_20,
.sub_body .margin_20 {
	margin-bottom: 20px;	
}
body .margin_30,
.sub_body .margin_30 {
	margin-bottom: 30px;	
}
body .margin_40,
.sub_body .margin_40 {
	margin-bottom: 40px;	
}
body .margin_60,
.sub_body .margin_60 {
	margin-bottom: 60px;	
} 
body .margin_80,
.sub_body .margin_80 {
	margin-bottom: 80px;	
}
body .margin_100,
.sub_body .margin_100 {
	margin-bottom: 100px;	
}

hr {
	border-top: 1px solid  #E2E4E7;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

a:link {
	color:#666;
	text-decoration:none;
}
a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:none;
}
a:active {
	color:#666;
	text-decoration:none;
}

/* tab_zone css */
.tab_zone {
	overflow: hidden;
	width: 100%;
	border-left: 1px solid #d7d7d7;
}
.tab_zone a {
	line-height: 54px;
	text-align: center;
	display: block;
	float: left;
	border: 1px solid #d7d7d7;
	color: #333;
	white-space: nowrap;	
	overflow: hidden;
	margin: 0px -1px;
	background-color: #fff;
}
.tab_zone a.on {
	color: #fff;
	background-color: #232360;
	font-size: 18px;
	font-weight: 700;
}
.tab_zone.two a {
	width: 50%;
}
.tab_zone.three a {
	width: 33.33%;
}
.tab_zone.four a {
	width: 25%;
}
.tab_zone.five a {
	width: 20%;
}
.tab_zone a:hover {
	color: #ffffff;
	background-color: #232360;
	-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;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0px;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}