@charset "utf-8";

/***********************************/
/*              common             */
/***********************************/
#onBoard {
	width: 1200px;
	margin: 0 auto 90px;
	padding: 75px 80px 80px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	background: #fff;
}

/* 공통 버튼 { */
.on_btn, .btn_cke_sc { /* btn_cke_sc : 스마트에디터 단축키일람 버튼 */
	display: block;
	width: 65px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ddd !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	text-align: center;
	background: #fff;
	color: #666;
	font-size: 13px;
}
.on_btn.line {
	border-color: #f47920 !important;
	color: #f47920;
}
.on_btn.color {
	border-color: #f47920 !important;
	background: #f47920;
	color: #fff;
}
.on_btn.long, .btn_cke_sc {
	width: 120px;
}
#onBoardBtn {
	overflow: hidden;
}
#onBoardBtn ul {
	overflow: hidden;
}
#onBoardBtn ul li {
	float: left;
	margin-left: 8px;
}
#onBoardBtn ul li:first-child {
	margin: 0;
}
#onBoardBtn ul.btn_adm {
	float: left;
}
#onBoardBtn ul.btn_user {
	float: right;
}
#onBoardBtn ul.btn_write {
	float: right;
}
#onBoardBtn ul.btn_list {
	float: left;
}
#onBoard.list #onBoardBtn {
	margin-top: 20px;
}
#onBoard.view #onBoardBtn {
	margin-top: 10px;
}
/* } 공통 버튼 */

/***********************************/
/*            list.skin            */
/***********************************/
#onBoard.list .v_empty {
	padding: 50px 0;
	text-align: center;
	font-size: 13px;
	color: #666;
}

#onBoard.list .v_tit .v_ico {
	padding-left: 3px;
}
#onBoard.list .v_tit .v_ico i {
	margin: 0 2px;
}
#onBoard.list .v_cmt {
	position: relative;
	font-weight: normal;
	font-size: 13px;
}
#onBoard.list .v_cmt:before {
	content: '[';
}
#onBoard.list .v_cmt:after {
	content: ']';
}

/* 갤러리타입 관리자모드-게시물 선택 체크박스 { */
#onBoard.list #allchk {
	margin-bottom: 5px;
	font-size: 13px;
	color: #666;
}

#onBoard #allchk input[type=checkbox] {
	vertical-align: middle;
	margin-right: 5px;
}
#onGallery > li, #onWebzine > li, #onVideo > li {
	position: relative;
}
#onGallery > li input[type=checkbox], #onWebzine > li input[type=checkbox], #onVideo > li input[type=checkbox] {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}
/* } 갤러리타입 관리자모드-게시물 선택 체크박스*/

/* 갤러리타입-썸네일없음 { */
.v_nothumb {
	display: table;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
.v_nothumb span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/* } 갤러리타입-썸네일없음 */

/* 게시판 검색바 { */
#onSearch {
	position: relative;
	width: 100%;
	height: 80px;
	padding-bottom: 2px;
	display: table;
	margin-bottom: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	background: #f5f5f5;
}
#onSearch > div {
	display: table-cell;
	vertical-align: middle;
}
#onSearch p {
	float: left;
	line-height: 40px;
	font-size: 13px;
	color: #666;
}
#onSearch fieldset {
	width: 400px;
	margin: 0 auto;
}
#onSearch fieldset form {
}
#onSearch #sfl, #onSearch #stx, #onSearch #sbt {
	float: left;
	height: 35px;
	background: none;
	border: none;
	border-bottom: 2px solid #aaa;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
#onSearch #sfl, #onSearch #stx {
	font-size: 13px;
}
#onSearch #sfl {
	width: 100px;
	color: #666;
}
#onSearch #stx {
	width: 365px;
	text-indent: 5px;
}
#onSearch #stx:focus {
	outline: none;
}
#onSearch #sbt {
	width: 35px;
	font-size: 25px;
	color: #f39a06;
}
/* } 게시판 검색바 */

/***********************************/
/*            view.skin            */
/***********************************/

/* 상단 게시물 정보 { */
#postTop {
	border-top: 2px solid #aaa;
	border-bottom: 1px solid #ddd;
	padding: 25px 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#postTop .post_tit {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
}
#postTop .post_info {
	overflow: hidden;
}
#postTop .post_info li {
	float: left;
	margin-left: 15px;
	font-size: 13px;
	color: #666;
}
#postTop .post_info li:first-child {
	margin: 0;
	padding: 0;
}
#postTop .post_info li b {
	color: #222;
}
/* } 상단 게시물 정보 */

/* 첨부파일/관련링크 { */
#postAdd {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#postAdd dl {
	position: relative;
	margin-top: 20px;
	padding: 20px 20px 0 115px;
	border-top: 1px solid #ddd;
	font-size: 13px;
}
#postAdd dl:first-child {
	margin: 0;
	padding-top: 0;
	border: none;
}
#postAdd dl dt {
	position: absolute;
	left: 20px;
	font-weight: bold;
}
#postAdd dl dt i {
	vertical-align: top;
	font-size: 18px;
	color: #222;
}
#postAdd dl dd {
	margin-bottom: 10px;
}
#postAdd dl dd:last-child {
	margin: 0;
}
#postAdd dl dd a {
	color: #666;
}
#postAdd dl dd a:hover {
	text-decoration: underline;
}
#postAdd dl.add_link dt i {
	color: #0084ff;
}
/* } 첨부파일/관련링크 */

/* 게시물 내용 { */
#postContent {
	padding: 30px 20px;
	border-bottom: 1px solid #aaa;
}
#postContent .post_img, #postContent .post_vdo {
	text-align: center;
}
#postContent .post_img img, #postContent .post_vdo iframe {
	margin: 0 auto 30px;
	max-width: 100% !important;
}
#postContent .post_txt img {
	max-width: 100%;
}
/* }게시물 내용 */

/* 댓글 */
#onComment {
	position: relative;
	font-size: 13px;
}
/* 댓글목록 { */
#cmtView {
	border-bottom: 1px solid #aaa;
	padding: 30px 20px 40px;
}
#cmtView .comment_tit {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
}
#cmtView .comment_none {
	padding: 50px 0;
	text-align: center;
}
#cmtView > div {
	border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	padding: 0 30px;
}
#cmtView article {
	position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	padding: 30px 0;
	padding-bottom: 90px;
	border-bottom: 1px solid #ddd;
}
#cmtView article:last-child {
	border-bottom: none;
}
#cmtView article header {
	margin-bottom: 20px;
}
#cmtView .guest, #cmtView .member {
	font-weight: bold;
}
#cmtView .comment_info {
	color: #666;
}
#cmtView article footer {
	position: absolute;
	top: 45px;
	right: 0;
}
#cmtView article footer ul li {
	float: left;
	margin-left: 5px;
}
#cmtView article footer ul li:first-child {
	margin: 0;
}
/* } 댓글목록 */

/* 댓글쓰기 { */
#cmtWrite {
	overflow: hidden;
}
#onComment .wr_content, #cmtWrite .wr_content {
	height: 120px;
	margin: 20px 0 5px;
	margin-bottom: 5px;
}
#onComment .wr_content textarea, #cmtWrite .wr_content textarea {
	width: 100%;
	height: 100%;
	padding: 20px 15px;
	border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	resize: none;
}
#onComment .wr_info, #cmtWrite .wr_info {
	overflow: hidden;
	background: #fff;
}
#onComment input[type=text], #onComment input[type=password], #cmtWrite input[type=text], #cmtWrite input[type=password] {
	float: left;
	width: 185px;
	height: 45px;
	margin-right: 5px;
	border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	text-indent: 15px;
}
#onComment i, #cmtWrite i {
	font-size: 16px;
	color: #222;
}
#onComment #captcha, #cmtWrite #captcha {
	float: left;
	padding-left: 23px;
}
#onComment #captcha:before, #cmtWrite #captcha:before {
	display: none;
}
#onComment #captcha button, #cmtWrite #captcha button {
	width: 31px;
	height: 31px;
	margin-left: 25px;
	font-size: 16px;
}
#onComment #captcha #captcha_reload, #cmtWrite #captcha button {
	bottom: 15px;
}
#onComment #captcha input, #cmtWrite #captcha input {
	float: none;
    height: 62px;
	width: 120px;
	display: inline-block;
	text-indent: 0 !important;
}
#onComment .wr_submit .wr_secret, #cmtWrite .wr_submit .wr_secret {
	float: left;
	line-height: 45px;
}
#onComment .wr_submit, #cmtWrite .wr_submit {
	float: right;
	overflow: hidden;
}
#onComment .wr_submit p.wr_secret, #cmtWrite .wr_submit p.wr_secret {
	line-height: 43px;
}

#onComment .wr_submit .on_btn, #cmtWrite .wr_submit .on_btn {
	float: left;
	margin-left: 20px;
	height: 45px;
}
/* } 댓글쓰기 */

/***********************************/
/*            write.skin           */
/***********************************/

#writeTable {
	width: 100%;
	margin-bottom: 50px;
	border-top: 2px solid #aaa;
}
#writeTable tr {
	border-bottom: 1px solid #ddd;
}
#writeTable th, #writeTable td {
	padding: 10px 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#writeTable th {
	width: 150px;
	text-align: left;
	font-size: 14px;
}
#writeTable td {
	font-size: 13px;
}
#writeTable td input[type=text], #writeTable td input[type=password] {
	width: 615px;
	height: 40px;
	border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	text-indent: 10px;
}
#writeTable td input[type=checkbox] {
	vertical-align: middle;
}
#writeTable .wr_info td  {
	width: 550px;
}
#writeTable .wr_info td input {
	width: 100%;
}
#writeTable .wr_opt td {
	height: 60px;
}
#writeTable .wr_tit {
	position: relative;
}
#writeTable .wr_tit input, #writeTable .wr_tit .on_btn {
	float: left;
}
#writeTable .wr_tit .on_btn {
	margin: 0 0 5px 5px;
}

/* 임시저장 { */
#onAutosave {
	display: none;
	position: relative;
	clear: both;
	margin-left: 805px;
	width: 255px;
	padding: 5px 10px;
	border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	max-width: 200px;
	overflow-y: scroll;
}
#onAutosave button {
	background: none;
	border: none;
}
#onAutosave .autosave_close {
	position: absolute;
	top: 5px;
	right: 5px;
}
#onAutosave strong {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
#onAutosave ul li {
	position: relative;
	margin-top: 5px;
	padding: 5px 10px;
	border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#onAutosave ul li:first-child {
	margin: 0;
}
#onAutosave ul li a {
	display: block;
}
#onAutosave ul li span {
	font-size: 12px;
	color: #999;
}
#onAutosave ul li button {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 15px;
	height: 15px;
	line-height: 13px;
	border: 1px solid #ddd;
}
/* } 임시저장 */

/* ckeditor 단축키 { */
.cke_sc {
	margin: 0 0 5px;
	text-align: right;
}
.btn_cke_sc {
	display: inline-block;
	height: 35px;
	line-height: 33px;
}
/* } ckeditor 단축키 */
/* 파일첨부 { */
#writeTable .wr_file td {
	position: relative;
}
#writeTable .wr_file label {
	position: absolute;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	border: 1px solid #ccc;
	cursor: pointer;
}
#writeTable .wr_file .edt_file {
	left: 795px;
	top: 50%;
	margin-top: -7px;
	width: 15px;
	height: 15px;
	display: table;
	font-size: 13px;
	color: #666;
}
#writeTable .wr_file .edt_file i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#writeTable .wr_file .slt_file {
	top: 50%;
	left: 25px;
	width: 87px;
	height: 30px;
	line-height: 28px;
	margin-top: -15px;
	text-align: center;
	font-size: 13px;
	border-radius: 5px;
	background: #eee;
}
#writeTable .wr_file input[type=text] {
	background: #fff;
	text-indent: 100px;
}
#writeTable .wr_file input[type=checkbox], #writeTable .wr_file input[type=file] {
	display: none;
}
/* } 파일첨부 */
#onBoard.write #onBoardBtn {
	display: table;
	margin: 0 auto;
}

/* 페이징 { */
.pg_wrap {
	display: table;
	margin: 120px auto 0;
	overflow: hidden;
}
.pg_wrap .pg a, .pg_wrap .pg strong {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size:  13px;
	color: #999;
	border-radius: 100%;
	border: 1px solid #dbdbdb;
}
.pg_wrap .pg strong {
	border-color: #f39b07;
	color: #f39b07;
}
.pg_wrap .pg a:first-child {
	margin-right: 12px;
}
.pg_wrap .pg a:last-child {
	margin-left: 12px;
}
.pg_wrap .pg a span {
	visibility: hidden;
}
.pg_wrap .pg .pg_start {
	background: url(../img/arr_backward.png) no-repeat center;
}
.pg_wrap .pg .pg_prev {
	background: url(../img/arr_prev.png) no-repeat center;
}
.pg_wrap .pg .pg_next {
	background: url(../img/arr_next.png) no-repeat center;
}
.pg_wrap .pg .pg_end {
	background: url(../img/arr_forward.png) no-repeat center;
}
/* } 페이징 */