/* @import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css); */

html, body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Noto Sans KR', sans-serif;
    
}


/**/
button {
	-webkit-appearance: button;
	cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    color: inherit;
    border: 0;
    border-radius: 0;
    margin: 0;
    background-color: inherit;
    outline: none;
    font-size: inherit;
    font-size: 12px;
}
button,
select {
    text-transform: none}
select {
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none}
button,
input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer}
button[disabled],
input[disabled],
select[disabled] {
    color: rgba(0, 0, 0, 0.5);
    cursor: default;
    background-color: #F1F1F1}
button::-moz-focus-inner {
    padding: 0;
    border: 0}
button {
    border: none;
    outline: none;
    overflow: visible;
    margin: 0;
    padding: 0;
    background-color: transparent}
button:focus {
    outline: 1px solid #5EAEC4;
    text-decoration: none;
    position: relative}
button:active {
    outline: none}
input {
    background-color: #fff}
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer}
input::-moz-focus-inner {
    padding: 0;
    border: 0}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"] {
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    outline: none;
    -webkit-appearance: none}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus {
    outline: #5EAEC4;
    position: relative}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2px;
    padding: 0;
    vertical-align: middle}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none}
input::-webkit-input-placeholder {
    color: #BFBFBF}
input::-moz-placeholder {
    color: #BFBFBF;
    opacity: 1}
input::-ms-input-placeholder {
    color: #BFBFBF}
input[readonly] {
    background-color: #F1F1F1}
input:focus {
    outline: 1px solid #5EAEC4;
    text-decoration: none;
    position: relative}


.board_write_body .mce-container {
		box-sizing: border-box;
		border: none !important;
}

/**/

body {
    background-color: #eee;
    font-size: 14px;
}

header {
	background-color: #232F3E;
}

footer {
	background-color: #232F3E;
	min-height: 70px;
	color: #999;
	font-size: 12px;
}

header .container .row {
/* 	height: 44px; */
}

/*
header nav .nav-link, header router-link {
    font-size: 13px;
    height: 100%;
	align-items: center;
    display: flex;
    justify-content: center;
}
*/

#float-bar {
	display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99999;
    margin: 0;
    background-color: rgba( 0, 0, 0, 0.5 );
    display: none;
}


#float-bar .side_wr {
    width: 270px;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    left: -270px;
    box-shadow: 0 0 10px #000;
    overflow-x: hidden;
    height: 100%;
    overflow-y: scroll;
    transition: 0.5s;
}


a, a:hover, a:link, a:visited {
	text-decoration: none;
	color: #666;
}

header router-link, header nav a, header nav a:hover, header nav a:link, header nav a:visited {
	color: #fff;
}

header #mainNav a.nav-link:hover {
    background-color: #37475A;
}

header nav .dropdown-menu a {
	color: #000;
}

header ul.navbar-nav {
	flex-direction: row;
    align-items: center;
}

header #mainNav .nav-item {
	width: 106px;
	text-align: center;
    border-left: 1px solid #37475A;
    border-right: 1px solid #37475A;
}

header #mainNav .nav-item:first-child {
    border-right: none;
}

header #mainNav .nav-item .wini-link {
    line-height: 3;
    display: block;
}



aside {
	font-size: 12px;
}

aside nav {
	overflow: hidden;/*nav round*/
}

aside nav h2 {
    font-size: 12px;
	padding: 8px 10px;
}

aside nav li {
    padding: 9px 10px;
}

.nav-community h2 {
	background-color: #516B82;
	color: #fff;
}

.nav-tools h2 {
	background-color: #71A064;
	color: #fff;
}

@media (min-width: 1320px) {
	.container {
	    max-width: 1280px;
	}
}


.wini .wini-areatitle {
    padding: 10px 10px;
    display: flex;
    align-items: center;
	border-bottom: 1px solid #E2E2E2;
}

.wini .wini-areatitle h1 {
	font-size: 18px;
	font-weight: normal;
}

.board_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    padding: 5px 0;
    border-bottom: 2px solid #516B82;
}

.board_view_foot button {
	color: #007bff;
	cursor: pointer;
	border: none;
}

.winiform {
	padding: 10px;
}

.winiform .user_email, .winiform .user_pass {
	width: 100%;
	height: 30px;
    padding: 5px;
}

.winiform .user_email {
	border-radius: 2px 2px 0 0;
}

.winiform .user_pass {
	border-top: none;
	border-radius: 0 0 2px 2px;
}


input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="url"], input[type="search"] {
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    outline: none;
    -webkit-appearance: none;
}

input::placeholder {
    color: #BFBFBF;
}

.winiform .button_submit {
    color: #fff;
    font-weight: 500;
    width: 60px;
    height: 29px;
    border-radius: 2px;
    background-color: #516B82;
}

.winiform a {
	color: #666;
	text-decoration: none;
}

.winiform .account_submit {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 0;
}

.winiform .account-menu {
	display: flex;
    align-items: center;
    justify-content: space-between;

	border-top: 1px solid #E2E2E2;
	padding-top: 10px;
}

aside nav a {
	color: #666;
	text-decoration: none;
}

.search {
    height: 44px;
    padding: 7px 0;
    float: right}
.search .search_input {
    color: #fff;
    width: 145px;
    height: 30px;
    padding: 4px 8px;
    border: 0;
    border-radius: 0 2px 2px 0;
    background-color: rgba(255, 255, 255, 0.1);
    float: right}
.search .search_button {
    font-size: 16px;
    width: 35px;
    height: 30px;
    color: #ccc;
    border-radius: 2px 0 0 2px;
    background-color: rgba(255, 255, 255, 0.1);
    float: right}
.search .search_button:focus,
.search .search_button:hover {
    outline: none;
    color: #5EAEC4}
    
.wini-title {
	font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #222;
    letter-spacing: -2px;
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
}

.wini-form .helptext {
    font-size: 14px;
    padding-left: 10px;
    color: #999;
    font-weight: 300;
    letter-spacing: 0;
}

.wini-button1 {
	display: inline-block;
	color: #fff !important;
    font-weight: 500;
    width: 60px;
    height: 29px;
    border-radius: 2px;
    background-color: #516B82;
}

.wini-form-title {
	font-size: 16px;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.2px;
    padding: 12px 0;
    margin: 10px 0 0;
    border-bottom: 1px solid #ccc;
}

.page-gray-contents {
    width: 100%;
/*     height: 145px; */
/*     overflow-y: auto; */
    padding: 10px 15px;
    background-color: #F1F1F1;
    font-size: 13px;
}

.comment-row {
/* 	xdisplay: flex; */
/*     word-break: break-all; */
    border-bottom: 1px dashed #e6e6e6;
    padding: 10px 0;
}

.comment-row:first-child {
	padding-top: 0;
}
/****/


footer .footsep {margin: 10px;border-left: 1px solid #4D515F;}
footer a, footer a:link, footer a:visited {color: #bfbfbf;}
footer a:hover, footer a:active, footer a:focus {color: #fff;}




.table { display:table; }
.td { display:table-cell; }

.wini-none { display: none; }


/*reset */
ul, li, a, h1, h2, h3, h4, img, p {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
}

.winiboard { padding:30px 0;  }

.board_list_list ul li.thead .td  { font-weight:500; }
.board_list_list ul li.board_thead span { font-size:13px; }
.board_list_list ul li span.num { width:8%; }
.board_list_list ul li .title a { color:#000; font-family: 'Noto Sans Korean', sans-serif; 
	font: 18px;
	line-height: 20px;
}
.board_list_list ul li .title a:hover { text-decoration:underline; color:#3570cf; }
.board_list_list ul li .title img { margin-left:5px; }
.board_list_list ul li .file { width:10%; }
.board_list_list ul li .wrt { width:10%; }
.board_list_list ul li .date { width:115px; }
.board_list_list ul li .view { width:12%; }
.board_list_list ul li .answer { width:12%; text-align:center; }

.board_list_list ul li.attention { background-color:#f6f6f6; }
.board_list_list ul li.attention span.num { color:#3570cf; }
.board_list_list ul li.attention span.title a { color:#3570cf; font-weight:400; }



/*보드 뷰*/
.board_view ul {}
.board_view ul li.board_view_head { border-bottom:1px solid #ccc; }
.board_view ul li.board_view_head  h3 { font-size:20px; font-weight:500; color:#3570cf; font-family: 'Noto Sans Korean', sans-serif;  border-bottom:1px solid #e6e6e6;  }
col_3 { font-size:13px; font-weight:400; color:#999999; }
col_3:before { content:"|"; padding:0 4px 0 2px;  font-weight:200; }
col_3.num:before { display:none; padding:0; font-family: sans-serif; }
.board_view ul li.board_view_head span { font-weight:300; }
.board_view ul li.board_view_head .wrt { font-weight:400; }
.board_view ul li.board_view_head .file { display:none; padding:0; }
.board_view ul li.board_view_head .view:before { content:"조회수 : "; }
.board_view ul li.board_view_head .view:after,
.board_view ul li.board_view_head .num:after,
.board_view ul li.board_view_head .wrt:after { content:"|"; padding:0 4px;  font-weight:200; font-size:13px; vertical-align:middle; font-family:Dotum, sans-serif; color:#e6e6e6; }

/*보드 쓰기*/
.board_write { padding:30px 0; }
.board_write ul li { padding:15px; }
.board_write ul li .label { display:inline-block; min-width:80px; max-width:9%;  font-size:14px; font-weight:400; }
.board_write ul li .input_board_write { border:1px solid #f6f6f6; background-color:#f6f6f6; width:76%; height:30px; padding:0 5px; color:#666; }
.board_write ul li.board_write_head { border-bottom:1px solid #ccc; border-top:2px solid #666; color:#000;  }
.board_write ul li.board_write_body { padding:20px 0; }
.board_write ul li.board_write_file { background-color:#f6f6f6; margin-bottom:1px; }
.board_write ul li.board_write_foot { padding:20px 0; border-bottom-width:0; text-align:center; }


/*페이징*/
.board_page { padding-top:10px; border-top:0px solid #f1f1f1; }
.board_page ul { text-align:center;}
.board_page ul li { display:inline-block;  }
.board_page ul li a { display:block; width:25px; height:25px; line-height:25px; color:#999; font-size:13px;  }
.board_page ul li a:hover { color:#3b81bf; }
.board_page ul li.board_page_arrow  a{ letter-spacing:-5px; font-size:16px; }
.board_page ul li.current a { color:#3b81bf; font-weight:bold; }


.mainNav2 li.nav-item {
    display: inline-block;
}


.menu1 .menu-label {
	padding: 15px;
    background-color: #bbb;
}

.submenu li, .submenu li a {
    padding: 15px 0 15px 30px;
    background-color: #eee;
    color: #3f6496;
}

.wini .board .no-row-to-show {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 12px 0;
	color: #777;
}

.meta-txt {
	font-size: 16px;	
}

.writer {
    color: #3074a5;
    font-weight: 700;
    font-size: 1em;
    padding-left: 2px;
    unicode-bidi: embed;
}

.vw1 {
	color: #000;
	max-height: 40px;
	line-height: 1.2;
	font-size: 15px;
}

.vw2 {
    color: #C13468;
    font-size: .9em;
}

.vw3 {
	color: #222;
	font-size: .9em;
}

.content_area {
	word-break: break-all;
}

.content_area img {
	max-width: 100%;
	height: auto;
/*     width: 100%; */
}

.page-title-h2 {
    font-weight: 400;
    padding: 6px 10px;
    line-height: 1.2;
}

.writer2 {
    color: #3074a5;
    font-weight: 700;
    font-size: 1em;
    padding-right: 5px;
}

.article-hit {
    color: #652c41;
    font-size: .9em;
}

.reg {
    color: #555;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .9em;
}

.current a.btn {
    color: #000 !important;
    background-color: #fff;
}

iframe {
	max-width: 100%;
}

.comment_area {
    border: 1px #c3c3c3 solid;
    margin-top: 10px;
    line-height: 1.6;
}

.comment_area .comment_title {
    font-size: 1.3em;
    /* font-weight: 700; */
    padding-left: 10px;
    height: 30px;
    background: #f4f4f4;
    margin-bottom: 10px;
}
.comment-wrap {
	padding-left: 10px;
    padding-right: 10px;
}

.router-link-active {
	font-weight: bold;
}

.comment-content {
	word-break: break-all;
}


.wini-doing {
    pointer-events: none;
}