@charset "utf-8";

/* CSS Document */
@import url(webfont.css);
@import url(bbs.css);
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans KR', 'notoD', sans-serif;
}
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
	font-family: 'Noto Sans KR', 'notoD', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 160%;
	color: #555;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Noto Sans KR', 'notoD', sans-serif;
	font-size: 16px;
	color: #666;
	letter-spacing: -1px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box !important;
}
article, aside, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li {
	list-style: 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;
}
/**** form ****/
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
	background-color: transparent;
	text-transform: none;
	border: 0px;
	cursor: pointer;
	outline: 0px;
}
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 {
	display: none;
}
textarea {
	overflow: auto;
}
/**** Tabel ****/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/**** font ****/
h1, h2, h3, h4, h5, h6, strong, th, b {
	font-weight: 500;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 27px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 21px;
}
h6 {
	font-size: 18px;
}
p {
	font-size: 14px;
}
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: #636363;
	text-decoration: none;
}
a:visited {
	color: #636363;
	text-decoration: none;
}
a:hover {
	color: #636363;
	text-decoration: none;
}
a:active {
	color: #636363;
	text-decoration: none;
}
/* tab_zone css */
.tab_zone {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.tab_zone a {
	font-size: 17px;
	line-height: 54px;
	text-align: center;
	display: block;
	float: left;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	font-family: 'Noto Sans KR', sans-serif;
	background-color: #fff;
	-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;
}
.tab_zone a:first-child {
	border-left: 1px solid #d7d7d7;
}
.tab_zone.four a:nth-child(4n+1) {
	border-left: 1px solid #d7d7d7;
}
.tab_zone.four a:nth-of-type(n+5) {
	border-top: none;
}
.tab_zone a.on {
	color: #ffffff;
	background-color: #2A5CAA;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	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.five a:nth-child(6) {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-top: none;
}
.tab_zone.five a:nth-child(7), 
.tab_zone.five a:nth-child(8),
.tab_zone.five a:nth-child(9),
.tab_zone.five a:nth-child(10) {
	border-top: none;
}
.tab_zone a:hover {
	color: #ffffff;
	background-color: #2A5CAA;
}
.tab_zone a ul {
	position: absolute;
	top: 56px;
	left: 0px;
	overflow: hidden;
}
.tab_zone a .icon {
	color: #999;
	margin-left: 5px;
}
.tab_zone a:hover .icon,
.tab_zone a.on .icon {
	color: #fff;
}
.tab_menu {
	padding: 20px;
	text-align: center;
}
.tab_menu ul li {
	display: inline-block;
	padding-top: 10px;
	position: relative;
}
.tab_menu ul li a {
	display: block;
	border-right: 1px solid #d7d7d7;
	line-height: 21px;
	font-size: 17px;
	padding: 0px 40px;
}
.tab_menu ul li.on {
	font-weight: 500;
	color: #202020;
}
.tab_menu ul li.on:before {
	content: "▼";
	color: #f30;
	font-size: 10px;
	line-height: 10px !important;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -5px;
}
.tab_menu ul li:last-child a {
	border-right: none;
}



.ui.table.input {
    border-top: 2px solid #CCC;
    border-bottom: 1px solid #CCC;
	border-left: none;
	border-right: none;
    margin: 0px 0px 40px 0px;
    width: 100%;
	display: inline-table;
}
.ui.table.input tbody tr th {
    background-color: #f4f4f4;
    text-align: right;
    vertical-align: top;
	padding: 15px 20px 10px 10px;
	font-family: 'Noto Sans KR';
	font-weight: 500;
	width: 220px;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0px;
}
.ui.table.input tbody tr td {
    text-align: left;
    padding: 15px 20px 10px 20px;
    vertical-align: top;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0px;
	width: calc( 100% - 220px) !important;
	border-top: none;
}
.ui.table.input input.k-textbox,
.ui.table.input textarea,
#bbs_input textarea {
	width: 100%;
	padding: .67857143em 0.3em .67857143em 0em !important;
	text-indent: .571em;
}
.ui.table.input .k-combobox {
	width: 100%;
}
.ui.table.input input.k-textbox,
.ui.table.input .k-multiselect {
	border-radius: 0px;	
}
.ui.table.input tbody tr td .k-editor td {
	padding: 0px;	
}
.ui.form .ui.table.input .field>label {
	font-weight: normal;
	color: #666;	
}
.ui.form .btn_center {
	text-align: center;	
}
.ui.table thead th {
	padding: 8px;
	font-size: 14px;
	font-weight: normal;	
}
.ui.table td {
    padding: 8px;
	font-size: 15px;
}

.txt_left {
	text-align: left !important;	
}
.txt_center {
	text-align: center !important;	
}
.txt_right {
	text-align: right !important;	
}


.field {
	display: inline-block;
	margin-left: 20px !important;
	margin-bottom: 0px !important;
}
.field:first-child {
	margin-left: 0px !important;
}
.field.w_nonmargin {
	margin-left: 3px !important;
}

.field.w_100 {
	width: 100%;
}
.field.w_75 {
	width: 75%;
}
.field.w_50 {
	width: 50%;
}
.field.w_40 {
	width: 40%;
}
.field.w_30 {
	width: 30%;
}
.field.w_25 {
	width: 25%;
}
.field.w_20 {
	width: 20%;
}
.field.w_15 {
	width: 15%;
}
.field.w_10 {
	width: 10%;
}

@media (max-width:1300px) {
	.tab_zone a {
    	font-size: 15px;
    	line-height: 48px;
	}
	.tab_zone a.on {
    	font-size: 15px;
	}
}
@media (max-width: 1024px) {
	.tab_zone.four a {
		width: 50%;
	}
	.tab_zone.four a:nth-child(1),
	.tab_zone.four a:nth-child(2) {
		border-bottom: none;
	}
	.tab_zone.four a:nth-child(4n-1) {
		border-left: 1px solid #d7d7d7;
	}
	.tab_zone a {
		font-size: 14px;
		line-height: 38px;
		letter-spacing: 0px;
	}
	.tab_zone a.on {
		font-size: 14px;
	}
}
@media (max-width: 550px) {
	.tab_zone.four a {
		width: 100%;
	}
	.tab_zone.four a:nth-child(3) {
		border-bottom: none;
	}
	.tab_zone.four a:nth-child(2n) {
		border-left: 1px solid #d7d7d7;
	}
	.field.w_30 {
    	width: 100%;
	}
	.field.w_10 {
    	width: 20%;
	}
}