@charset "utf-8"; /**

/* 최상단 */
.amix-file-first {display:flex; align-items: center;justify-content: space-between;}
.amix-file-total-count {font-family: Pretendard; font-weight: 500; font-size: 18px;}
 
/*  검색 폼 시작  */
.amix-board-search-form {display: none;}
.amix-board-search {float: right; vertical-align: middle; margin-bottom: 30px}
.amix-board-search select {display: inline; ;width: 150px; height: 50px; padding: 0 30px; font-size: 15px; color: #999; border: 1px solid #ddd; vertical-align: middle; cursor: pointer; border-radius: 0px; margin-right: 10px;}
.amix-board-search input {display: inline-block; width: 320px; height: 50px; padding: 0 30px; font-size: 15px; color: #222; border: 1px solid #ddd; border-radius: 0px; margin-right: -10px;}
.amix-board-search button {flex-shrink: 0; width: 80px; height: 50px; color: #fff; border: 0; background-color: #333; border-radius: 0;}
.amix-board-search button:hover {background-color: #0092E2;}
.amix-board-search button:focus {background-color: #0092E2;}

@media screen and (max-width: 600px) {
    .amix-board-search select {width: 100%}
    .amix-board-search input {width: 81.4%;}
    .amix-board-search button {width: 20%;}
}
/*  검색 폼 끝  */

.amix-pagination {float: left; width: 100%;}
.amix-pagination-pages {text-align: center; margin: 0; padding: 0; float: left; list-style: none; border: 0; width: 100%;}
.amix-pagination-pages li {display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 0 1px; background: none; border: 0; list-style: none;}
.amix-pagination-pages li a {display: block; margin: 0; padding: 0 11px; height: 28px; font-size: 14px; color: #515e78; text-align: center; line-height: 28px; border-radius: 50px;}
.amix-pagination-pages li:hover a{background-color: #0092E2; color: #ffffff;}
.amix-pagination-pages li.active a{background-color: #0092E2; color: #ffffff;}
.amix-pagination-pages li:before {display: none;}
.amix-pagination-pages li:after {display: none;}

/*  리스트 시작  */
.noti-mobile {display: none;}
.list-mobile {display: none;}
.board-list {font-family: Pretendard;}
.board-list .list-table table thead tr {text-align: center; color: #222; font-size: 16px; border-top: 2px solid #222; border-bottom: 1px solid #222; height: 62px; font-weight: 700;}
.board-list .list-table table thead tr td {border: 0; vertical-align: middle;}
.board-list .list-table .noti-num {color: #035d3c; font-weight: 700;}
.board-list .list-table table tbody tr .noti-num {background-color: #fafafa}
.board-list .list-table table tbody tr .noti-title {background-color: #fafafa}
.board-list .list-table table tbody tr .noti-count {background-color: #fafafa}
.board-list .list-table table tbody tr .noti-date {background-color: #fafafa}
.board-list .list-table table tbody tr {border-bottom: 1px solid #e5e5e5; height: 65px;}
.board-list .list-table table tbody tr td {border: 0; background-color: #fff; text-align: center; vertical-align: middle; font-size: 16px; color: #333;}
.board-list .list-table table tbody tr td a{color: #333; font-weight: 700;}
.board-list .list-table table tbody tr:hover td{background-color: #fafafa;}
.board-list .list-table .board-list-num {width: 10%;}
.board-list .list-table .board-list-title {width: 60%;}
.board-list .list-table .board-list-count {width: 10%;}
.board-list .list-table .board-list-date {width: 20%;}

@media screen and (max-width: 600px) {
    .list-table table {border-top: 2px solid #333;}
    .list-table .noti-mobile {display: inline-block; text-align: left !important;}
    .list-table td {display: none;}
    .list-table table thead {display:none;}
    .noti-mobile .noti-num {background-color: #fbf3f1 !important; color: #ff6948 !important; width: max-content; padding: 2px 6px; border-radius: 50px; font-size: 12px; margin-bottom: 5px;}
    .noti-mobile .noti-title {font-size: 16px; background-color: #fff !important;}
    .noti-mobile .noti-date {font-size: 14px; font-weight: 400; background-color: #fff !important;}
    .list-table .list-mobile {display: inline-block; text-align: left !important;}
    .list-mobile .list-num {background-color: #035d3c0c !important; color: #035d3c !important; width: max-content; padding: 2px 6px; border-radius: 50px; font-size: 12px; margin-bottom: 5px; font-weight: 700}
    .list-mobile .list-title {font-size: 16px; background-color: #fff !important;}
    .list-mobile .list-date {font-size: 14px; font-weight: 400; background-color: #fff !important;}
    .board-list .list-table table tbody tr:hover td{background-color: #fff!important;}

}

#amix-file-list .amix-file-heading {margin-bottom: 50px;}
#amix-file-list .row {margin: 15px 0;height: 6rem; background-color: #f5f6f7; border-radius: 20px; display: flex; justify-content: space-between; align-items: center;}
#amix-file-list .row .num {font-size: 16px; color: #333333;width: 10%; text-align: center;}
#amix-file-list .row .contents {width: 50%; font-size: 20px; font-weight: 700;}
#amix-file-list .row .contents a {color: #111111;}
#amix-file-list .row .date {width: 15%; text-align: center;}
#amix-file-list .row:hover {background-color: #ffffff; border: 1px solid #035d3c;}
/*  리스트 끝  */


/* 최신글 시작 */
.amix-board-navi {width: 100%; margin-top: 10px;}
.amix-next-post {background-color: #ffffff; border-radius: 15px; padding: 15px 0;}
.navi-arrow {display: inline-block; width: 200px; text-align: center; font-size: 18px; font-weight: 700; color: #000;}
.navi-post-title {display: inline-block; width: 60%; color: #000; font-size: 14px; font-weight: 500;}
.amix-next-post:hover .navi-post-title {color: #0092E2;}
.navi-arrow img {width: 10px; vertical-align: middle; margin-right: 10px;}
.navi-post-date {display: flex; width: 100px; float: right; margin-right: 50px; color: #757575; font-weight: 500;}

#amix-board-post {margin: 50px 0; border-top: 1px solid #ededed}
#amix-board-post .post-title {font-size: 32px; font-weight: 700; text-align: center; margin: 50px 0;}
#amix-board-post .post-title h1{font-size: 32px; font-weight: 700; text-align: center;}
#amix-board-post table {border-top: 2px solid #333; font-size:16px; font-weight: 700;}
#amix-board-post table tr td {background-color: #fff; border:0;}
#amix-board-post table tr {border-bottom: 1px solid #ededed;}
#amix-board-post table .post-info-date {width: 20%; background-color: #f8f8f8; text-align: center;}
#amix-board-post table .post-date {width: 30%;}
#amix-board-post table .post-info-count {width: 20%; background-color: #f8f8f8 ; text-align: center;}
#amix-board-post table .post-count {width: 30%;}
#amix-board-post table .post-info-attr {background-color: #f8f8f8; border-bottom: #ededed; text-align: center}
#amix-board-post table .post-attr {border-bottom: 1px solid #ededed;}
#amix-board-post .board-post-content {margin-top: 50px; font-size: 17px; font-weight: 500; color: #222;}
#amix-board-post .board-download-button {width: 100%;}
#amix-board-post .board-post-attr-download {width: 100%; display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding-bottom:10px;}
#amix-board-post .board-post-attr-download:hover .attr-button {background-color: #f8f8f8;}
#amix-board-post .board-post-attr-download .attr-title {display: inline; color: #888; font-weight: 400;}
#amix-board-post .board-post-attr-download .attr-title svg {fill: #bbb; width: 15px; height: 15px; margin-right: 5px;}
#amix-board-post .board-post-attr-download .attr-button {display: inline; border: 1px solid #e5e5e5;; color: #444; padding: 5px 15px; border-radius: 50px; font-size: 14px; font-weight: 500;}
#amix-board-post .board-post-attr-download .attr-button svg {width: 14px; height: 14px; padding-top: 4px; fill: #444}
#amix-board-post .board-post-attr-download:hover .attr-button svg {fill: #035d3c}
#amix-board-post .board-post-attr-download:hover .attr-title {text-decoration: underline;}
#amix-board-post table .post-attr {margin: 0; padding-top: 10px; padding-bottom: 0; }
#amix-board-post .post-info-mobile {display: none;}

@media screen and (max-width: 600px) {
    #amix-board-post .post-title h1 {font-size: 20px;}
    #amix-board-post .post-info table {display: none;}
    #amix-board-post .post-info-mobile {display: inline;}
    #amix-board-post .post-info-mobile table  {font-size: 15px;}
    #amix-board-post .post-info-mobile td.post-datd {font-weight: 400;}
    #amix-board-post .post-info-mobile td.post-count {font-weight: 400;}
    #amix-board-post .post-info-mobile .attr-button {padding: 2px 5px; border-radius: 0;}
}

/* 이전글, 다음글 */
.amix-board-related {border-top: 2px solid #333; border-bottom: 2px solid #333;}
.amix-board-related-prev {padding: 15px 0;; border-bottom: 1px solid #ededed;}
.amix-board-related-prev .board-related-prev {display: inline;}
.amix-board-related-prev .board-related-prev .related-prev {color: #333;; text-align: center; width: 15%; display: inline-block; vertical-align: middle; border-right: 1px solid #ededed;}
.amix-board-related-prev .board-related-prev .related-prev svg {width: 30px; vertical-align: middle;}
.amix-board-related-prev .board-related-prev .related-prev-title {display: inline; width: 80%; color: #333; vertical-align: middle; padding: 0 20px;}
.amix-board-related-prev .board-related-prev:hover .related-prev-title {color: #035d3c;}
.amix-board-related-next {padding: 15px 0;; border-bottom: 1px solid #ededed;}
.amix-board-related-next .board-related-top {display: inline;}
.amix-board-related-next .board-related-top .related-top {color: #333;; text-align: center; width: 15%; display: inline-block; border-right: 1px solid #ededed;}
.amix-board-related-next .board-related-top .related-top svg {width: 30px; vertical-align: middle;}
.amix-board-related-next .board-related-top .related-top-title {display: inline; width: 80%; color: #333; vertical-align: middle; padding: 0 20px;}
.amix-board-related-next .board-related-top:hover .related-top-title {color: #035d3c}
.amix-next-post {background-color: #f8f8f8 !important; }


@media screen and (max-width: 600px) {
    .amix-board-related {font-size: 15px;}
    .amix-board-related-prev .board-related-prev .related-prev svg {width: 20px;}
    .amix-board-related-prev .board-related-prev .related-prev {width: 25%}
    .amix-board-related-prev .board-related-prev .related-prev-title {width: 75%; padding: 10px;}
    .amix-board-related-next .board-related-top .related-top svg {width : 20px;}    
    .amix-board-related-next .board-related-top .related-top {width: 25%}
     .amix-board-related-next .board-related-top .related-top-title {width: 75%; padding : 10px;}   
}
/* 이전글, 다음글 끝 */

.amix-board-list-view {text-align: center; margin: 50px 0;}
.amix-board-list-view-btn {
    border: 1px solid #eee;
    width: 150px;
    padding: 15px 30px;
    color: #333;
    font-size: 16px;
}

.right {display: flex; justify-content: space-between}

.amix-board-control {display: flex; justify-content: space-between; align-items:center}
[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    color: #fff;
    background-color: #0092E2;
    text-decoration: none
}

.amix-board-list-view-btn svg {width: 20px; fill: #333; vertical-align: middle; margin-top: -5px; margin-right: 10px;}

#amix-file-post-default .btn-box {display: flex; justify-content: space-between;}
#amix-file-post-default .view-btn {display: flex; gap: 15px;}
#amix-file-post-default .prev-btn svg {transform: rotate(180deg); width: 30px; height: 30px;}
#amix-file-post-default .next-btn svg {width: 30px; height: 30px; transform: rotate(0deg)}
#amix-file-post-default .list-btn svg {width: 30px; height: 30px;}
.amix-file-docu {margin: 60px 0;}
.amix-file-title h1 {font-size: 50px; font-weight: 700;}
.amix-file-date {font-size: 16px; margin-top: 30px;}
.amix-file-contents {margin: 50px 0; font-size: 18px;}
.amix-file-attach {margin-top: 100px;}
.amix-file-button:hover {background-color: #00000000 !important; color: #000;}
.amix-file-button:focus {background-color: #00000000 !important; color: #000;}
.amix-file-attach svg {height: 16px; fill: #000; margin-right: 10px;}
.amix-file-button svg path {fill: #000;}
.amix-file-button svg circle {fill: #000;}
.amix-file-button {color: #000; border: 0; font-size: 16px;}

@media screen and (max-width: 600px) {
    .amix-file-title h1 {font-size: 36px;}
}


/* 에디터 작성 시작 */
#amix-now-editor .amix-now-form {border-radius: 15px; background-color: #ffffff; padding: 50px; box-shadow: 0 0 10px 0 rgba(0,0,0,0.05); margin-bottom: 30px;}
#amix-now-editor .amix-form {}
#amix-now-editor .amix-now-attr-row {margin-bottom: 30px;}
#amix-now-editor .attr-name, field-name {font-size: 15px; font-weight: 700; margin-bottom: 10px;}
#amix-now-editor input, textarea {padding: 10px; border: 1px solid #e1e1e1; border-radius: 0;}
#amix-now-editor input:focus, textarea:focus{padding: 10px; border: 1px solid #035d3c; border-radius: 0; outline:0;}
#amix-now-editor .attr-value-option {margin-right: 10px; font-weight: 500}
#amix-now-editor .kboard-attr-row {margin-bottom: 30px;}
#amix-now-editor select {width: 350px; border-radius: 0; border: 1px solid #e1e1e1; padding: 10px;}
#amix-now-editor select:focus {outline: none; border: 1px solid #035d3c;}
#amix-now-editor input#kboard-input-password {width: 30%;}
#amix-now-editor .attr-value a{color: #035d3c; font-weight:500;}
#amix-now-editor .amix-now-attr-upload {display: inline-block; width: 33%}


/*  최신글 시작  */
#amix-now-latest {}
#amix-now-latest .now-latest {font-family: Pretendard; border: 1px solid #e1e1e1; border-radius: 15px; padding: 0 30px; background-color: #fff; transition: all 0.25s; padding-bottom: 25px; margin-bottom: 20px;}
#amix-now-latest .now-latest:hover {border: 1px solid #F5CBA7; box-shadow: 0 0 5px 0 rgba(0,0,0,0.3)}
#amix-now-latest .latest-date .data {background-color: #D7A529; display: inline-block; color: #fff; font-weight:400; padding: 5px 30px; border-radius: 0 0 10px 10px;}
#amix-now-latest .latest-title {font-size: 17px; font-weight: bold; color: black; padding: 25px 0;}
#amix-now-latest .latest-content {color: #767676; font-size: 15px;}
#amix-now-latest .latest-content {overflow: hidden; text-overflow: ellipsis; white-space: normal; height: 3em; word-break: break-word;}
/*  최신글 끝  */


@media screen and (max-width: 600px) {
    #amix-basic-list .amix-board-control .amix-default-button {font-size: 13px; padding: 7px 12px}
    .amix-board-control .amix-default-button {font-size: 13px; padding: 7px 12px}
    #amix-now-post {padding: 10px;}
    #amix-now-post .amix-now-title h1{font-size: 18px;}
    #amix-now-post .amix-now-info {font-size: 13px;}
    .navi-arrow {width: 30%;}
    .navi-post-date {display: none;}
    .navi-post-title {width: auto;}

#amix-file-list .row {display: block; padding: 0px 20px; align-content: center; height: 7rem;border-radius: 10px;}
#amix-file-list .row .num {display: none;}
#amix-file-list .row .contents {width: 100%; font-size: 18px;}
#amix-file-list .row .date {width: 100%; text-align: left; font-size: 14px;}
#amix-file-list .amix-gs-search {display: none;}
}



#kboard-default-editor {
    overflow: hidden;
}

#kboard-default-editor form {
    margin: 0;
    padding: 0;
}

#kboard-default-editor select {
    display: inline;
    margin: 0;
    padding: 0 5px;
    font-size: 14px;
    width: 30%;
    height: 28px;
    line-height: 28px;
    color: #666666;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: none;
    background: none;
    background-color: transparent;
    box-sizing: content-box;
    vertical-align: middle;
    text-indent: 0;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

#kboard-default-editor input[type=text], #kboard-default-editor input[type=email], #kboard-default-editor input[type=number], #kboard-default-editor input[type=date], #kboard-default-editor input[type=password] {
    display: inline;
    margin: 0;
    padding: 0 5px;
    width: 60%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    border-radius: 0;
    border: 0;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    box-shadow: none;
    background: none;
    background-color: transparent;
    box-sizing: content-box;
    vertical-align: middle;
}

#kboard-default-editor input[type=checkbox] {
    width: auto;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

#kboard-default-editor input[type=radio] {
    width: auto;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

#kboard-default-editor select:hover, #kboard-default-editor input[type=text]:hover, #kboard-default-editor input[type=email]:hover, #kboard-default-editor input[type=number]:hover, #kboard-default-editor input[type=date]:hover, #kboard-default-editor input[type=password]:hover {
    border: 1px solid #000000;
}

#kboard-default-editor select:focus, #kboard-default-editor input[type=text]:focus, #kboard-default-editor input[type=email]:focus, #kboard-default-editor input[type=number]:focus, #kboard-default-editor input[type=date]:focus, #kboard-default-editor input[type=password]:focus {
    border: 1px solid #000000;
}

#kboard-default-editor input[type=file] {
    display: inline;
    margin: 0;
    padding: 0;
    width: 30%;
    font-size: 13px;
    color: #666666;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

#kboard-default-editor .kboard-attr-title input {
    width: 70%;
}

#kboard-default-editor .kboard-attr-row {
    float: left;
    padding: 5px 0;
    width: 100%;
    background-color: white;
}

#kboard-default-editor .kboard-attr-row .attr-name {
    display: inline;
    float: left;
    margin: 0;
    padding: 0 10px 0 10px;
    width: 120px;
    line-height: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    font-family: Pretendard;
}

#kboard-default-editor .kboard-attr-row .attr-name img {
    display: inline;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

#kboard-default-editor .kboard-attr-row .attr-name .attr-required-text {
    color: red;
    font-weight: normal;
    font-size: 13px;
}

#kboard-default-editor .kboard-attr-row.kboard-attr-content .attr-name {
    display: none;
}

#kboard-default-editor .kboard-attr-row .attr-value {
    margin: 0 0 0 140px;
    padding: 0;
    line-height: 30px;
    font-size: 16px;
}

#kboard-default-editor .kboard-attr-row .attr-value .attr-value-option {
    display: inline;
    padding-right: 20px;
    width: auto;
    font-size: 14px;
    cursor: pointer;
}

#kboard-default-editor .kboard-attr-row .attr-value .attr-value-option input {
    cursor: pointer;
}

#kboard-default-editor .kboard-attr-row .attr-value .attr-value-label {
    display: inline;
    padding-right: 5px;
    width: auto;
    cursor: pointer;
}

#kboard-default-editor .kboard-attr-row .attr-value .attr-value-label input {
    cursor: pointer;
}

#kboard-default-editor .kboard-attr-row .attr-value .description {
    margin: 0;
    color: #666666;
}

#kboard-default-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap {
    float: left;
    width: 100%;
}

#kboard-default-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
    clear: both;
    float: left;
    margin-bottom: 5px;
    width: 30%;
}

#kboard-default-editor .kboard-content {
    float: left;
    margin: 0;
    padding: 9px 0;
    width: 100%;
    background-color: white;
}

#kboard-default-editor .kboard-content .editor-textarea {
    display: inline;
    margin: 0;
    padding: 5px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 250px;
    min-height: 0;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    background: none;
    background-color: transparent;
    box-sizing: border-box;
    text-indent: 0;
}

#kboard-default-editor .kboard-control {
    float: left;
    padding: 15px 0;
    width: 100%;
}

#kboard-default-editor .kboard-control .left {
    position: static;
    float: left;
}

#kboard-default-editor .kboard-control .right {
    position: static;
    float: right;
    width: 50%;
    text-align: right;
}

#kboard-default-editor.confirm {
    margin: 100px auto;
    max-width: 590px;
}

#kboard-default-editor.confirm input[type=password] {
    width: 100%;
    box-sizing: border-box;
}

#kboard-default-document {
    display: inline-block;
    *display: inline;
    zoom: 1; margin: 0;
    width: 100%;
}

#kboard-default-document .kboard-document-wrap {
    float: left;
    width: 100%;
    background-color: white;
}

#kboard-default-document .kboard-title {
    float: left;
    width: 100%;
}

#kboard-default-document .kboard-title h1 {
    margin: 0;
    padding: 12px 22px;
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    font-family: Pretendard;
}

#kboard-default-document .kboard-detail {
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background-color: #f9f9f9;
    font-size: 14px;
    font-family: pretendard;
}

#kboard-default-document .kboard-detail .detail-attr {
    display: inline-block;
    *display: inline;
    zoom: 1; float: left;
    margin: 0;
    padding: 12px 35px 12px 22px;
}

#kboard-default-document .kboard-detail .detail-attr .detail-name {
    float: left;
    font-weight: bold;
    color: #545861;
    text-align: right;
}

#kboard-default-document .kboard-detail .detail-attr .detail-value {
    float: left;
    padding-left: 20px;
    color: #545861;
}

#kboard-default-document .kboard-detail .detail-attr .detail-value a {
    color: #545861;
    text-decoration: none;
    border: 0;
    box-shadow: none;
}

#kboard-default-document .kboard-detail .detail-attr .detail-value img.avatar {
    display: inline;
    margin: 0;
    width: 24px;
    max-width: none;
    height: 24px;
    vertical-align: middle;
    border-radius: 50%;
}

#kboard-default-document .kboard-content {
    clear: both;
    float: left;
    width: 100%;
    min-height: 200px;
    font-family: pretendard;
}

#kboard-default-document .kboard-content .content-view {
    margin: 0;
    padding: 22px;
    word-break: break-all;
}

#kboard-default-document .kboard-content .content-view iframe {
    max-width: 100%;
}

#kboard-default-document .kboard-content .content-view img {
    display: inline;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
}

#kboard-default-document .kboard-content .content-view hr {
    margin: 10px 0;
    padding: 0;
    height: 1px;
    border: 0;
    background-color: #f1f1f1;
}

#kboard-default-document .kboard-content .content-view ul {
    margin: 0.75em 0;
}

#kboard-default-document .kboard-content .content-view ol {
    margin: 0.75em 0;
}

#kboard-default-document .kboard-content .content-view p {
    margin: 0 0 0.75em;
}

#kboard-default-document .kboard-content .content-view p:last-child {
    margin: 0;
}

#kboard-default-document .kboard-content .content-view .thumbnail-area {
    text-align: center;
}

#kboard-default-document .kboard-content .content-view .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#kboard-default-document .kboard-content .content-view .alignright {
    float: right;
}

#kboard-default-document .kboard-content .content-view .alignleft {
    float: left;
}

#kboard-default-document .kboard-document-action {
    padding: 0 22px 5px 22px;
    overflow: hidden;
    line-height: 1;
}

#kboard-default-document .kboard-document-action .left {
    position: static;
    float: left;
}

#kboard-default-document .kboard-document-action .right {
    position: static;
    float: right;
    text-align: right;
}

#kboard-default-document .kboard-attach {
    clear: both;
    margin: 0 22px;
    padding: 10px 0 5px 0;
    font-size: 13px;
    overflow: hidden;
    line-height: 1;
    border-top: 1px dashed #ededed;
}

#kboard-default-document .kboard-button-action {
    margin: 0 0 5px 0;
    padding: 4px 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 12px;
    text-align: left;
    border: 1px solid #ededed;
    background: none;
    background-color: white;
    border-radius: 2px;
    letter-spacing: normal;
    cursor: pointer;
    vertical-align: middle;
    text-shadow: none;
    box-shadow: none;
}

#kboard-default-document .kboard-button-action span {
    position: static;
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 12px;
}

#kboard-default-document .kboard-button-like {
    color: #ff5959;
}

#kboard-default-document .kboard-button-unlike {
    color: #3d62aa;
}

#kboard-default-document .kboard-button-print {
    color: gray;
}

#kboard-default-document .kboard-button-download {
    color: #0f4c82;
}

#kboard-default-document .kboard-comments-area {
    float: left;
    width: 100%;
}

#kboard-default-document .kboard-document-navi {
    float: left;
    padding-top: 15px;
    width: 100%;
}

#kboard-default-document .kboard-document-navi a {
    display: block;
    text-decoration: none;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    box-shadow: none;
    color: #545861;
    transition-duration: .3s;
}

#kboard-default-document .kboard-document-navi .navi-document-title {
    display: block;
}

#kboard-default-document .kboard-document-navi .navi-arrow {
    position: absolute;
    display: block;
}

#kboard-default-document .kboard-document-navi .kboard-prev-document {
    position: relative;
    float: left;
    width: 45%;
}

#kboard-default-document .kboard-document-navi .kboard-prev-document .navi-document-title {
    padding-left: 15px;
}

#kboard-default-document .kboard-document-navi .kboard-prev-document .navi-arrow {
    left: 0;
    top: 0;
}

#kboard-default-document .kboard-document-navi .kboard-prev-document:hover a {
    color: black;
}

#kboard-default-document .kboard-document-navi .kboard-next-document {
    position: relative;
    float: right;
    width: 45%;
    text-align: right;
}

#kboard-default-document .kboard-document-navi .kboard-next-document .navi-document-title {
    padding-right: 15px;
}

#kboard-default-document .kboard-document-navi .kboard-next-document .navi-arrow {
    right: 0;
    top: 0;
}

#kboard-default-document .kboard-document-navi .kboard-next-document:hover a {
    color: black;
}

#kboard-default-document .kboard-control {
    float: left;
    padding: 15px 0;
    width: 100%;
    font-family: pretendard;
}

#kboard-default-document .kboard-control .left {
    position: static;
    float: left;
}

#kboard-default-document .kboard-control .right {
    position: static;
    float: right;
    text-align: right;
}

.kslc-latest-first-title {
    font-size: 20px;
    font-weight: bold;
    color: #111111;
}

.kslc-latest-first-title:hover {
    color: #0f4c82;
}

.kboard-default-cut-strings:hover {
    color: #0f4c82;
}

.kslc-latest-first-content {
    font-size: 16px;
    color: #54595f;
    margin-bottom: 0px;
}

.kslc-latest-first-date {
    font-size: 16px;
    color: #54595f;
    margin-bottom: 20px;
}

#kboard-default-latest table {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 0;
}

#kboard-default-latest table tr {
    padding: 0;
    border: 0;
}

#kboard-default-latest table th {
    padding: 5px 0;
    height: auto;
    border: 0;
    text-align: center;
}

#kboard-default-latest table td {
    padding: 5px 0;
    height: auto;
    border: 0;
    vertical-align: middle;
}

#kboard-default-latest table td.kboard-latest-title {
    text-align: left;
    background-color: #ffffff
}

#kboard-default-latest table .kboard-latest-title {
    font-size: 16px;
}

#kboard-default-latest table .kboard-latest-title a {
    text-decoration: none;
    box-shadow: none;
}

#kboard-default-latest table .kboard-latest-title img {
    display: inline;
    margin: 10px;
    width: auto;
    height: auto;
    vertical-align: right;
    max-width: 100%;
}

#kboard-default-latest table .kboard-latest-title .kboard-comments-count {
}

#kboard-default-latest table .kboard-latest-date {
    width: 80px;
    text-align: center;
    font-size: 16px;
    background-color: #ffffff;
    color: #54595f
}

*kslc 이전글, 다음글 내비
.kslc-prev-navi {
    float: left;
    width: 100%;
    background-color: white;
}

.kslc-prev-navi table {
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
    font-size: 16px;
    border-collapse: collapse;
    margin-bottom: 50px;
}

.kslc-prev-navi table a {
    color: black;
    font-weight: normal;
    text-decoration: none;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    font-family: Pretendard;
}

.kslc-prev-navi table tr {
    border: 0;
    background-color: transparent;
    transition-duration: 0.3s;
}

.kslc-prev-navi table td {
    padding: 10px 0;
    height: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-family: Pretendard;
    background-color: #ffffff;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.kslc-prev-navi table td.kslc-prev-navi-title {
    width: 20%;
    font-weight: bold;
}

.kslc-search-button-small {
    position: relative;
    display: inline-block;
    *display: inline;
    width: 50px;
    height: 50px;
    background: #0f4c82 !important;
    text-decoration: none !important;
    cursor: pointer;
    vertical-align: middle;
    text-shadow: none;
    box-shadow: none;
    transition-duration: 0.3s;
    border: 0px solid #0f4c82;
    border-radius: 0;
    padding: 0px;
    margin-left: -10px;
}

#kboard-default-latest table tbody tr:first-child {display:none;}

.amix-view-card {
    background-color: #f6f6f6;
    padding: 50px;
    border-radius: 20px;
    font-family: Pretendard;
    margin-bottom: 20px;
}

.amix-title h1{
    font-size: 24px;
    font-weight: 700;
}

.amix-date {
    font-size: 16px;
    font-weight: 500;
    color: #808080;
}

.amix-content {
    border: 1px solid #c9c9c9;
    border-radius: 20px;
    padding: 50px;
    font-family: Pretendard;
}

.amix-attr {
    border-top: 1px solid #ededed;
    margin-top: 50px
}

.amix-attach {
    margin-top: 20px;
}

button.amix-download-button {
    width: 100%;
    background-color: #f6f6f6 !important;
    border: 0;
    margin: 5px 0;
    color: #a5a5a5 !important;
    font-family: Pretendard;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    border-radius: 10px;
}



.amix-download-button:hover {
    background: #e6ecf9 !important;
    color: #808080;
}


@media screen and (max-width: 600px) {


    
    #kboard-default-list .kboard-category.category-mobile {
        display: block;
    }

    #kboard-default-list .kboard-category.category-pc {
        display: none;
    }

    #kboard-default-list .kboard-tree-category-search .kboard-search-option-wrap.select {
        width: 100%;
    }

    #kboard-default-list .kboard-list table {
        border-top: 1px solid #f1f1f1;
    }

    #kboard-default-list .kboard-list table thead {
        display: none;
    }

    #kboard-default-list .kboard-list table td.kboard-list-title {
        padding: 10px 5px;
    }

    #kboard-default-list .kboard-list table td.kboard-list-title .kboard-default-cut-strings {
        margin-bottom: 10px;
        white-space: normal;
        font-size: 15px;
        line-height: 23px;
    }

    #kboard-default-list .kboard-list table td.kboard-list-uid, #kboard-default-list .kboard-list table td.kboard-list-user, #kboard-default-list .kboard-list table td.kboard-list-date, #kboard-default-list .kboard-list table td.kboard-list-vote, #kboard-default-list .kboard-list table td.kboard-list-view {
        display: none;
    }

    #kboard-default-list .kboard-list .kboard-mobile-contents {
        display: block;
    }

    #kboard-default-list .kboard-pagination .kboard-pagination-pages li {
        display: none;
    }

    #kboard-default-list .kboard-pagination .kboard-pagination-pages li.first-page, #kboard-default-list .kboard-pagination .kboard-pagination-pages li.last-page, #kboard-default-list .kboard-pagination .kboard-pagination-pages li.prev-page, #kboard-default-list .kboard-pagination .kboard-pagination-pages li.next-page, #kboard-default-list .kboard-pagination .kboard-pagination-pages li.active {
        display: inline-block;
    }

    #kboard-default-list .kboard-pagination .kboard-pagination-pages li.prev-page a, #kboard-default-list .kboard-pagination .kboard-pagination-pages li.next-page a {
        padding: 0 18px;
    }

    #kboard-default-list .kboard-search select {
        float: right;
        margin-right: 1%;
        width: 29%;
        min-width: 29%;
        height: 28px;
        line-height: 28px;
        box-sizing: border-box;
    }

    #kboard-default-list .kboard-search input {
        margin-right: 1%;
        width: 49%;
        min-width: 49%;
        height: 28px;
        line-height: 28px;
        box-sizing: border-box;
    }

    #kboard-default-list .kboard-search button {
        float: right;
        width: 15%;
        min-width: 15%;
        box-sizing: border-box;
    }

    #kboard-default-editor select, #kboard-default-editor input[type=text], #kboard-default-editor input[type=email], #kboard-default-editor input[type=number], #kboard-default-editor input[type=date], #kboard-default-editor input[type=password], #kboard-default-editor input[type=file] {
        width: 100% !important;
        box-sizing: border-box;
    }

    #kboard-default-editor .kboard-attr-row {
        padding: 10px 0;
    }

    #kboard-default-editor .kboard-attr-row .attr-name {
        padding: 0;
        width: 100%;
        font-size: 14px;
    }

    #kboard-default-editor .kboard-attr-row .attr-value {
        margin: 0;
    }

    #kboard-default-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
        margin-bottom: 10px;
        width: 100%;
    }

    #kboard-default-editor.confirm {
        max-width: none;
    }

    #kboard-default-document .kboard-title h1 {
        padding: 10px 5px;
        font-size: 18px;
    }

    #kboard-default-document .kboard-content .content-view {
        padding: 10px 5px;
    }

    #kboard-default-document .kboard-detail .detail-attr {
        clear: both;
        padding: 10px 5px;
        line-height: normal;
    }

    #kboard-default-document .kboard-document-action {
        padding: 10px 5px 5px 5px;
    }

    #kboard-default-document .kboard-attach {
        margin: 0 5px;
        padding: 10px 0 5px 0;
    }

    #kboard-default-document .kboard-document-navi .kboard-prev-document {
        width: 100%;
    }

    #kboard-default-document .kboard-document-navi .kboard-next-document {
        margin-top: 10px;
        float: left;
        width: 100%;
        text-align: left;
    }

    a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small {
    width: 70px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    }

    .kslc-search-button-small {
    width: 50px;
    height: 50px;
    background: #0f4c82 !important;
    text-decoration: none !important;
    cursor: pointer;
    vertical-align: middle;
    text-shadow: none;
    }
    
    #kboard-default-list .kboard-search input {
    display: inline;
    padding: 0 5px;
    width: 200px;
    min-width: 0;
    max-width: 200px;
    height: 50px;
    min-height: 0;
    font-size: 16px;
    color: #666666;
    border-radius: 0;
    border: 1px solid #f1f1f1;
    background: none;
    background-color: white;
    line-height: 50px;
    vertical-align: middle;
    box-shadow: none;
    box-sizing: content-box;
    }
    
}
