@charset "utf-8";

/***********************************/
/*              common             */
/***********************************/
#onBoard {
    width: 1200px;
    margin: 0 auto;
}
/* 공통 버튼 { */
.on_btn, .btn_cke_sc { /* btn_cke_sc : 스마트에디터 단축키일람 버튼 */
    display: block;
    width: 145px;
    height: 60px;
    line-height: 58px;
    border: 1px solid #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
	font-family: "noto-sans-scott-m";
	font-size: 20px;
    background: #fff;
    color: #333;
}
.on_btn.line {
    border-color: #d83300;
    color: #d83300;
}
.on_btn.color {
    border-color: #222;
    background: #222;
    color: #fff;
}
.on_btn.long, .btn_cke_sc {
    width: 200px;
}
#btn_autosave, .btn_cke_sc {
	width: 145px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
}
#onBoardBtn {
    margin-top: 20px;
    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_write {
    float: right;
}
#onBoardBtn ul.btn_list {
    float: left;
}
/* } 공통 버튼 */

/***********************************/
/*            pagination           */
/***********************************/
#onPagination {
    margin-top: 50px;
}
#onPagination .pg {
    display: table;
    margin: 0 auto;
    overflow: hidden;
}
#onPagination .pg_current, #onPagination .pg_page {
    float: left;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    color: #666;
}
#onPagination .pg_start, #onPagination .pg_prev, #onPagination .pg_next, #onPagination .pg_end {
    background-repeat: no-repeat;
    background-position: center;
}
#onPagination .pg_start {
    background-image: url(../img/pg_start.png);
}
#onPagination .pg_prev {
    background-image: url(../img/pg_prev.png);
}
#onPagination .pg_next {
    background-image: url(../img/pg_next.png);
}
#onPagination .pg_end {
    background-image: url(../img/pg_end.png);
}
#onPagination .pg_current {
    background: #222;
    color: #fff;
}

/***********************************/
/*            list.skin            */
/***********************************/
/* 게시판 검색바 { */
#onSearch {
    position: relative;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#onSearch:after {
    content: '';
    display: block;
    clear: both;
}
#onSearch p {
    float: left;
    line-height: 40px;
    font-size: 13px;
    color: #666;
}
#onSearch fieldset {
    float: right;
    overflow: hidden;
}
#onSearch #sfl, #onSearch #stx, #onSearch #sbt {
    float: left;
}
#onSearch #sfl, #onSearch #stx {
    text-indent: 5px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-size: 13px;
    border: 1px solid #ddd;
}
#onSearch #sfl {
    width: 140px;
    color: #666;
}
#onSearch #stx {
    margin-left: 10px;
    width: 300px;
}
#onSearch #sbt {
    border-left: none;
    width: 70px;
    font-size: 14px;
}
/* 검색결과 색상 */
.sch_word {
    color: #999;
}
/* } 게시판 검색바 */
/* 리스트스킨 공통 { */
#onBoard.list .v_empty {
    padding: 50px 0;
    text-align: center;
    font-size: 13px;
    color: #666;
}
#onBoard.list .v_ico_box {
    padding-left: 3px;
    font-size: 15px;
    color: #999;
}
#onBoard.list .v_ico_box .xi-subdirectory {
    margin-left: 15px;
}
#onBoard.list .v_tit a:hover {
    text-decoration: underline;
}
#onBoard.list .v_cmt {
    position: relative;
    font-weight: normal;
    font-size: 13px;
}
#onBoard.list .v_cmt:before {
    content: '[';
}
#onBoard.list .v_cmt:after {
    content: ']';
}
/* 리스트스킨 공통 { */

/******   Board type-basic    ******/
#onBasic {
    width: 100%;
    border-top: 2px solid #222;
    text-align: center;
}
#onBasic tr {
    border-bottom: 1px solid #ddd;
}
#onBasic th, #onBasic td {
    padding: 12px 0;
}
#onBasic th {
    font-size: 14px;
}
#onBasic td {
    width: 100px;
    font-size: 13px;
    color: #666;
}
#onBasic td a {
    color: #666;
}
#onBasic .v_num {
    position: relative;
    width: 80px;
}
#onBasic .v_num input[type=checkbox] {
    position: absolute;
    top: 19px;
    left: 10px;
}
#onBasic .v_tit {
    text-align: left;
    width: auto;
}
#onBasic .v_name {
    width: 100px;
}
#onBasic .v_notice {
    background: #f5f5f5;
}
#onBasic .v_notice .v_num strong {
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background: #222;
    text-align: center;
    color: #fff;
}

/******  Board type-gallery   ******/
/* 갤러리타입 관리자모드-게시물 선택 체크박스 { */
#onBoard.list #allchk {
    margin-bottom: 5px;
    font-size: 13px;
    color: #666;
}
#onBoard #allchk input[type=checkbox] {
    vertical-align: middle;
    margin-right: 5px;
}
#onGallery > li, #onBlog > li, #onVideo > li {
    position: relative;
}
#onGallery > li input[type=checkbox], #onBlog > 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;
}
/* } 갤러리타입-썸네일없음 */
#onGallery {
    padding: 35px 0 30px;
    border-top: 2px solid #222;
    overflow: hidden;
}
#onGallery > li {
    position: relative;
    float: left;
    font-size: 13px;
}
#onGallery > li.empty_list {
    float: none;
    text-align: center;
    margin: 50px 0;
}
#onGallery .v_thumb_box {
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#onGallery .v_thumb_box img {
    max-width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#onGallery .v_tit {
    margin: 8px 0 5px;
    font-weight: bold;
    font-size: 15px;
}
#onGallery .v_info_box {
    overflow: hidden;
}
#onGallery .v_info_box li {
    position: relative;
    float: left;
    margin-left: 25px;
    color: #666;
}
#onGallery .v_info_box li:before {
    content: '';
    position: absolute;
    left: -13px;
    width: 1px;
    height: 13px;
    top: 3px;
    background: #666;
}
#onGallery .v_info_box li:first-child {
    margin: 0;
}
#onGallery > li > a:hover .v_thumb_box img {
    transform: scale(1.1);
}
#onGallery > li > a:hover .v_tit {
    text-decoration: underline;
}
/******  Board type-blog   ******/
#onBlog {
    border-top: 2px solid #222;
    overflow: hidden;
}
#onBlog > li {
    border-bottom: 1px solid #ddd;
}
#onBlog > li > a {
    display: table;
    width: 100%;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#onBlog > li .v_thumb_box, #onBlog > li .v_txt_box {
    display: table-cell;
    vertical-align: middle;
}
#onBlog .v_thumb_box {
    overflow: hidden;
}
#onBlog .v_thumb_box img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#onBlog .v_txt_box {
    font-size: 13px;
    color: #666;
}
#onBlog .v_tit {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #222;
}
#onBlog .v_content {
    margin: 10px 0 25px;
}
#onBlog .v_info_box {
    overflow: hidden;
}
#onBlog .v_info_box li {
    position: relative;
    float: left;
    margin-left: 25px;
}
#onBlog .v_info_box li:before {
    content: '';
    position: absolute;
    left: -13px;
    width: 1px;
    height: 13px;
    top: 3px;
    background: #666;
}
#onBlog .v_info_box li:first-child {
    margin: 0;
}
#onBlog > li > a:hover .v_thumb_box img {
    transform: scale(1.1);
}
#onBlog > li > a:hover .v_tit, #onBlog > li > a:hover .v_content {
    text-decoration: underline;
}

/***********************************/
/*            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 {
    margin-bottom: 40px;
    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;
}
/* }게시물 내용 */
/* 댓글 */
#onComment {
    position: relative;
    font-size: 13px;
    padding-bottom: 40px;
    border-bottom: 1px solid #aaa;
}
/* 댓글목록 { */
#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;
    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_inform {
    overflow: hidden;
}
#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: 5px;
}
#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: 23px;
    height: 23px;
    font-size: 16px;
}
#onComment #captcha #captcha_reload, #cmtWrite #captcha button {
    bottom: 15px;
}
#onComment #captcha input, #cmtWrite #captcha input {
    float: none;
    height: 45px;
}
#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: 180px;
    text-align: right;
    font-size: 14px;
}
#writeTable th:first-child {
	text-align: left;
}
#writeTable td {
    font-size: 13px;
}
#writeTable td input[type=text], #writeTable td input[type=password], #writeTable td select, #writeTable td textarea {
    height: 40px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 5px;
}
#writeTable td input[type=text], #writeTable td input[type=password] {
    width: 800px;
}
#writeTable td input[type=checkbox] {
    vertical-align: middle;
}
#writeTable .wr_cate td select {
    width: 150px;
}
#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;
}
/* } 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;
}
/***********************************/
/*               FAQ               */
/***********************************/
#onFaq {
    border-top: 2px solid #aaa;
}
#onFaq ul li {
    border-bottom: 1px solid #ddd;
}
#onFaq .v_quest, #onFaq .v_answer {
    position: relative;
    padding: 25px 70px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#onFaq .v_quest:before, #onFaq .v_answer:before {
    position: absolute;
    top: 25px;
    left: 30px;
    font-weight: bold;
    font-size: 25px;
    color: #222;
}
#onFaq .v_quest:before {
    content:  'Q';
}
#onFaq .v_answer:before {
    content: 'A';
}
#onFaq .v_quest {
    cursor: pointer;
}
#onFaq .v_quest:after {
    content: '';
    position: absolute;
    top: 28px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#onFaq .v_answer {
    display: none;
    background: #f5f5f5;
    color: #666;
    border-top: 1px solid #ddd;
}
#onFaq .act .v_quest:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}