@charset "UTF-8";
/* ==========================================================================
   List CSS
   ========================================================================== */
/* 에디터 이텔릭체 적용 */
._articleTable i {font-style: italic;}

._fnctWrap .fnDiv {
    overflow: hidden;
    margin: 0 0 20px 0;
}

._articleTable .artclTable {
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #353e4d;
}

._articleTable .artclTable caption {
    display: none;
}

._articleTable .artclTable colgroup col._artclColAdm {
    width: 50px;
}

._articleTable .artclTable colgroup col._artclColNum {
    width: 90px;
}

._articleTable .artclTable colgroup col._artclColTitle {
    width: auto;
}

._articleTable .artclTable colgroup col._artclColWriter {
    width: 70px;
}

._articleTable .artclTable colgroup col._artclColRdate {
    width: 100px;
}

._articleTable .artclTable colgroup col._artclColRecommend {
    width: 50px;
}

._articleTable .artclTable colgroup col._artclColComment {
    width: 50px;
}

._articleTable .artclTable colgroup col._artclColAtchFile {
    display: none;
}

._articleTable .artclTable colgroup col._artclColWriter {
    display: none;
}

._articleTable .artclTable colgroup col._artclColAccess {
    width: 100px;
}

._articleTable .artclTable thead {
    display: none;
}

._articleTable .artclTable tr:hover {
    background: #eef3fa;
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

._articleTable .artclTable td {
    padding: 20px 0;
    border-bottom: 1px solid #cfcfd1;
    text-align: center;
}

._articleTable .artclTable tr td .artclLinkView {
    overflow: hidden;
    display: block;
    margin: 0 7px;
    text-align: left;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

._articleTable .artclTable tr td .artclLinkView strong {
    font-weight: normal;
}

._articleTable .artclTable tr td .artclLinkView .newArtcl {
    overflow: hidden;
    display: inline-block;
    width: 11px;
    height: 11px;
    background-position: 0 -240px;
    text-indent: -5000px;
    zoom: 1;
}

._articleTable .artclTable tr td._artclTdWriter {
    display: none;
}

._articleTable .artclTable tr td._artclTdAtchFile {
    display: none;
}

._articleTable .artclTable tr td._artclTdRdate {
    color: #9c9c9c;
}

/* ==========================================================================
   Write CSS
   ========================================================================== */

._articleTable .artclItem {
    border-top: 1px solid #333;
    border-bottom: 1px solid #b2b2b2;
}

._articleTable .artclItem .artclLabel, ._articleTable .artclItem .artclInsert {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

._articleTable .artclItem.viewForm .artclForm {
    position: relative;
    border-top: 1px #eee solid;
    padding: 10px 0 10px 20px;
}

._articleTable .artclItem.viewForm .artclLabel {
    display: none;
    color: #666;
}

._articleTable .artclItem.writeForm .artclForm {
    position: relative;
    border-top: 1px #eee solid;
    padding: 6px 0 17px 0;
}

._articleTable .artclItem.writeForm .artclInsert input[type="text"] {
    width: 100%;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 13px;
    color: #666;
	line-height: 2.5;
	height: 32px;
}

._articleTable .artclItem.writeForm ._hor {
    height: 20px;
}

._articleTable .artclItem.writeForm ._hor li {
    line-height: 1.5;
    margin: 0 20px 0 0;
}

._articleTable .artclItem.writeForm ._hor input, ._articleTable .artclItem.writeForm ._hor label {
    float: left;
}

._articleTable .artclItem.writeForm ._hor input {
    margin: 4px 7px 0 0;
}

._articleTable .artclItem.writeForm .artclLabel {
    display: block;
    margin: 0 0 5px 0;
    text-align: left;
}

._articleTable .artclItem .artclLabel mark.must {
    overflow: hidden;
    float: left;
    width: 8px;
    height: 8px;
    margin: 10px 5px 0 0;
    padding: 0;
    background: url("../images/must.gif") no-repeat;
    text-indent: -5000px;
}

._articleTable .artclItem .artclInsert {
    color: #666;
    font-size: 13px;
}

._articleTable .artclItem .artclInsert textarea {
    height: 400px;
}

._articleTable .artclItem .artclInsert .intOpt {
    border: 1px #eee solid;
    padding: 0.5em;
    background-color: #f7f7f7;
}

._articleTable .artclItem .artclInsert .multiSelectBox {
    height: 60px;
    width: 100%;
    margin: 0 0 10px 0;
}

._articleTable .artclItem .artclForm.both .artclInsert {
    margin-left: 0;
    width: 99.7% !important;
}

._articleTable .artclItem .artclForm.both .artclLabel {
    position: static;
    display: block;
    background-image: none;
}

/* ==========================================================================
   View CSS
   ========================================================================== */

._articleTable .artclViewHead {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

._articleTable .artclViewHead dl, ._articleTable .artclViewHead dl dt, ._articleTable .artclViewHead dl dd {
    display: inline-block;
    zoom: 1;
    line-height: 1;
    font-size: 13px;
    color: #777777;
}

._articleTable .artclViewHead dl {
    padding: 0 0.5em;
    border-right: 1px #ccc solid;
}

._articleTable .artclViewHead dl._first._last {
    padding: 0 0.5em 0 0;
}

._articleTable .artclViewHead dl._last {
    padding: 0 0 0 0.5em;
    border-right: 0;
}

._articleTable .artclViewHead dl dt {
    padding-right: 0.5em;
}

._articleTable .artclViewHead dl dd {
    font-weight: bold;
}

._articleTable .artclViewHead .left {
    float: left;
}

._articleTable .artclViewHead .right {
    float: right;
}

._articleTable .artclViewTitleWrap {
    background-color: #fafafa;
    border-top: 2px #333 solid;
    border-bottom: 1px solid #dfdfdf;
}

._articleTable .artclViewTitleWrap .artclViewTitle {
    padding: 30px;
    font-size: 15px;
    text-align: left;
}

._articleTable .artclAtchImg {
    padding: 1em 0;
    text-align: center;
}

._articleTable .artclAtchImg img {
    max-width: 100%;
    width: auto !important;
    _width: 100%;
}

._articleTable .artclView {
    padding: 30px;
}

._articleTable .artclView img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

/* ==========================================================================
   Reply CSS
   ========================================================================== */

._articleTable .artclAnswerWrap {
    border: 1px #ddd solid;
    background-color: #fff;
}

._articleTable .artclAnswerWrap h3 {
    border-bottom: 1px #eee solid;
    text-align: center;
    line-height: 2.4;
    background-color: #f7f7f7;
}

._articleTable .artclAnswerWrap .artclAnswer {
    padding: 0.5em 0.5em 0 0.5em;
}

._articleTable .artclAnswerWrap .artclAnswerInfo {
    padding: 0.5em;
    font-size: 0.9em;
    text-align: right;
    color: #555;
}

._articleTable .artclAnswerWrap .artclAnswerInfo .date {
    border-left: 1px #ddd solid;
    padding-left: 0.5em;
    margin-left: 0.5em;
}

/* ==========================================================================
   Comment CSS
   ========================================================================== */

._articleTable .artclComment {
    border: 1px #ddd solid;
    background-color: #fff;
    margin: 1em 0;
    padding: 1em;
}

._articleTable .artclComment .artclCommentName {
    margin-bottom: 0.5em;
}

._articleTable .artclComment .artclCommentName label {
    float: left;
    height: 28px;
    line-height: 28px;
    font-weight: 600;
    margin-right: 1em;
}

._articleTable .artclComment .artclCommentName label mark.must {
    float: left;
    margin-top: 8px;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    text-indent: -5000px;
    background: url("../images/must.gif") no-repeat;
    overflow: hidden;
    padding: 0;
}

._articleTable .artclComment .artclCommentForm {
    position: relative;
    margin-bottom: 1em;
}

._articleTable .artclComment .artclCommentForm .artclCommentInsert {
    margin-right: 80px;
}

._articleTable .artclComment .artclCommentForm .artclCommentInsert textarea {
    padding: 5px;
    height: 50px;
    width: 100%;
    background-color: #f7f7f7;
}

._articleTable .artclComment .artclCommentForm ._button {
    position: absolute;
    top: 0;
    right: 0;
}

._articleTable .artclComment .artclCommentForm ._button input {
    width: 60px;
    height: 62px;
    line-height: 60px;
}

._articleTable .artclComment .artclCommentList {
    background-color: #ECF1F3;
    padding: 1em 1em 0 1em;
    border: 1px #DBE7EB solid;
}

._articleTable .artclComment .artclCommentList li {
    border-left: 1px #ccc solid;
    padding: 0 0 15px 70px;
    margin-left: 60px;
    position: relative;
}

._articleTable .artclComment .artclCommentList li .comment {
    line-height: 1.8;
}

._articleTable .artclComment .artclCommentList li .date {
    font-size: 0.9em;
    color: #555;
    position: absolute;
    top: 0;
    left: -60px;
    width: 120px;
    text-align: center;
    background-color: #ECF1F3;
    border-radius: 0.3em;
}

._articleTable .artclComment .artclCommentList li .delComment {
    width: 11px;
    height: 11px;
    background-position: 0 -210px;
    margin-left: 0.5em;
    text-indent: -5000px;
}

/* ==========================================================================
   Prev Next CSS
   ========================================================================== */

._articleTable .artclNavi {
    border-width: 1px;
    border-color: #ddd;
    margin-bottom: 1em;
}

._articleTable .artclNavi .artclForm {
    padding-left: 90px;
}

._articleTable .artclNavi .artclForm .artclLabel {
    text-align: center;
    width: 70px;
}

._articleTable .artclNavi .artclForm .artclInsert .artclNaviInfo {
    float: right;
}

._articleTable .artclNavi .artclForm .artclInsert .date {
    border-left: 1px #ddd solid;
    padding-left: 0.5em;
    margin-left: 0.5em;
}

/* ==========================================================================
   Paging CSS
   ========================================================================== */

._articleTable ._paging ._inner ul li strong {
    background-color: #4266b3;
    border: 1px solid #33559e;
}

._articleTable ._paging ._inner a {
    background-color: #fff;
}

._articleTable ._paging {
    padding: 30px 0 0 0;
}

/* ==========================================================================
   Search CSS
   ========================================================================== */

.artclSerch #srchWrd {
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
}

.fnSearch fieldset input[type="text"] {
    height: 30px;
    line-height: 30px;
    text-indent: 4px;
    border-radius: 2px 0 0 2px;
}

._fnctWrap .fnDiv .fnLeft {
    margin: 13px 0 0 0;
    line-height: normal;
}

._fnctWrap .fnDiv .fnSearch fieldset select {
    text-indent: 4px;
    border-radius: 2px;
}

/* ==========================================================================
   Button CSS
   ========================================================================== */

._areaButton {
    padding: 20px 0;
}

@media (max-width: 768px) {
    ._fnctWrap .fnDiv .fnLeft {
        float: left;
    }
    ._fnctWrap .fnDiv .fnRight {
        float: right;
    }
    ._articleTable .fnDiv.artclSerch {
        height: auto !important;
    }
    ._articleTable .artclTable colgroup col._artclColNum {
        display: none;
    }
    ._articleTable .artclTable colgroup col._artclColTitle {
        width: auto;
    }
    ._articleTable .artclTable colgroup col._artclColRdate {
        width: 90px;
    }
    ._articleTable .artclTable colgroup col._artclColAccess {
        display: none;
    }
    ._articleTable .artclTable tr td._artclTdNum {
        display: none;
    }
    ._articleTable .artclTable tr td._artclTdAccess {
        display: none;
    }
    ._articleTable .artclViewHead {
        display: none;
    }
    ._paging ._inner ul li {
        display: block !important;
    }
    ._paging ._inner ._pageState, ._paging ._inner a._listNext, ._paging ._inner a._listPrev {
        display: none !important;
    }
}