@charset "UTF-8";
/* ==========================================================================
   List CSS
   ========================================================================== */

._articleAlbum .fnDiv.artclSerch {
    height: 30px;
    margin-bottom: 20px;
}

._articleAlbum .artclList:before, ._articleAlbum .artclList:after {
    content: "";
    display: block;
    clear: both;
}

._articleAlbum .artclList li .artclLinkView {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0.5em;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    color: #000;
}

._articleAlbum .artclList li.thumbLi .thumbnail {
    overflow: hidden;
    background-color: #000;
    margin: 0 0 1em auto;
}

._articleAlbum .artclList li.thumbLi .thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
}

._articleAlbum .artclList li.thumbLi .thumbnail p {
    color: #888;
    text-align: center;
}

._articleAlbum .artclList li .artclInfo {
    text-align: center;
    padding-bottom: 1em;
}

._articleAlbum .artclList li .artclInfo .artclTitle {
    overflow: hidden;
    display: block;
    width: 90%;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 13px;
}

._articleAlbum .artclList li .artclInfo dl, ._articleAlbum .artclList li .artclInfo dl dt, ._articleAlbum .artclList li .artclInfo dl dd {
    display: inline-block;
    zoom: 1;
    _display: inline;
    color: #333;
}

._articleAlbum .artclList li .artclInfo dl {
    text-align: center;
}

._articleAlbum .artclList li .artclInfo dl._artclNumRecom, ._articleAlbum .artclList li .artclInfo dl._artclNumAccess, ._articleAlbum .artclList li .artclInfo dl._artclNumComment, ._articleAlbum .artclList li .artclInfo dl._artclNumFile {
    display: none;
}

._articleAlbum .artclList li .artclInfo dl:after {
    content: " / ";
    color: #bbb;
}

.artclList li .artclInfo dl dd {
    color: #666 !important;
}

._articleAlbum .artclList li .artclInfo dl dd._last {
    margin-right: 0;
}

._articleAlbum .artclList li .artclInfo dl dt {
    padding-left: 0.5em;
    display: none;
}

._articleAlbum .artclList li .artclInfo dl dt:after {
    content: " : ";
}

._articleAlbum .artclList li .artclInfo dl._first dt {
    padding-left: 0;
}

._articleAlbum .artclList li .artclInfo dl._last:after {
    content: "";
}

._articleAlbum .artclList li .artclInfo .newArtcl {
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -5000px;
    display: inline-block;
    zoom: 1;
    _display: inline;
    background-position: 0 -240px;
}

._articleAlbum .artclList li .artclContent {
    display: none;
}

._articleAlbum .artclList li.blindLi .artclTitle strong, ._articleAlbum .artclList li.blindLi .artclInfo dd {
    color: #bbb;
}

._articleAlbum .artclList li.secretLi .artclTitle strong {
    color: #c00;
}

._articleAlbum .artclList li.trashLi .artclTitle strong {
    color: #cdbeb1;
}

._articleAlbum .artclList li.blindLi .artclLinkView:after, ._articleAlbum .artclList li.secretLi .artclLinkView:after, ._articleAlbum .artclList li.trashLi .artclLinkView:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 .5em;
    line-height: 1.5;
    font-size: 1em;
    text-align: center;
    color: #fff;
}

._articleAlbum .artclList li.blindLi .artclLinkView:after {
    content: 'BLIND';
    background-color: #333;
}

._articleAlbum .artclList li.secretLi .artclLinkView:after {
    content: 'SECRET';
    background-color: #c00;
}

._articleAlbum .artclList li.trashLi .artclLinkView:after {
    content: 'TRASH';
    background-color: #cdbeb1;
}

._articleAlbum .artclList.artclHorNum2 li {
    width: 50%;
}

._articleAlbum .artclList.artclHorNum2 li._even {
    float: left;
}

._articleAlbum .artclList.artclHorNum2 li._odd {
    float: right;
}

._articleAlbum .artclList.artclHorNum3 li {
    float: left;
    width: 33.3%;
}

._articleAlbum .artclList.artclHorNum4 li {
    float: left;
    width: 25%;
}

._articleAlbum .artclList.artclHorNum5 li {
    float: left;
    width: 20%;
}

._articleAlbum .artclList ._noData {
    width: 100% !important;
}

/* ==========================================================================
   Write CSS
   ========================================================================== */

._articleAlbum .artclItem {
    border-top: 1px solid #333;
    border-bottom: 1px solid #b2b2b2;
}

._articleAlbum .artclItem.writeForm {
    border-width: 1px 0px 1px 0px;
}

._articleAlbum .artclItem.viewForm {
    background-color: #fff;
    border-width: 1px 0px 1px 0px;
}

._articleAlbum .artclItem .artclForm, ._articleAlbum .artclItem .artclLabel, ._articleAlbum .artclItem .artclInsert {
    min-height: 28px;
    height: auto !important;
    _height: 28px;
}

._articleAlbum .artclItem .artclForm {
    position: relative;
    border-top: 1px #eee solid;
    padding: 5px 0 5px 100px;
}

._articleAlbum .artclItem .artclForm:first-child {
    border: 0;
}

._articleAlbum .artclItem .artclLabel, ._articleAlbum .artclItem .artclInsert {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

._articleAlbum .artclItem .artclInsert #thumbOrginlNm {
    margin: 0 0 10px 0;
}

._articleAlbum .artclItem.viewForm .artclLabel {
    display: none;
}

._articleAlbum .artclItem.writeForm .artclForm {
    position: relative;
    border-top: 1px #eee solid;
    padding: 6px 0 17px 0;
}

._articleAlbum .artclItem.viewForm .artclForm {
    position: relative;
    border-top: 1px #eee solid;
    padding: 10px 0 10px 20px;
}

._articleAlbum .artclItem.writeForm .artclLabel {
    display: block;
    margin: 0 0 5px 0;
    text-align: left;
}

._articleAlbum .artclItem .artclLabel mark.must {
    float: left;
    margin-top: 11px;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    text-indent: -5000px;
    background: url("../images/must.gif") no-repeat;
    overflow: hidden;
    padding: 0;
}

._articleAlbum .artclItem .artclInsert {
    color: #666;
}


._articleAlbum .artclItem.writeForm .artclInsert input[type="text"] {
    width: 100%;
	height:34px;
    border-radius: 2px;
    font-size: 13px;
    color: #666;
}
/* ._articleAlbum .artclItem.writeForm .artclInsert input[type="text"] {
    width: 100%;
    padding: 16px 6px;
    border-radius: 2px;
    font-size: 13px;
    color: #666;
} ie¿¡¼­ inputÃ¢¿¡ ¾È½áÁö´Â ¹®Á¦*/

._articleAlbum .artclItem .artclInsert textarea {
    height: 400px;
}

._articleAlbum .artclItem .artclInsert .intOpt {
    border: 1px #eee solid;
    padding: 10px 20px;
    background-color: #f7f7f7;
    margin-top: 10px;
    border-radius: 2px;
}

._articleAlbum .artclItem .artclInsert .intOpt label {
    margin: 0 5px 0 0;
}

._articleAlbum .artclItem .artclInsert .intOpt li {
    margin: 0 10px 0 0;
}

._articleAlbum .artclItem .artclInsert .multiSelectBox {
    height: 60px;
    width: 100%;
    margin: 0 0 10px 0;
    border-radius: 2px;
}

._articleAlbum .artclItem .artclForm.both {
    padding-left: 0;
}

._articleAlbum .artclItem .artclForm.both .artclInsert {
    margin-left: 0;
    width: 99.7% !important;
}

._articleAlbum .artclItem .artclForm.both .artclLabel {
    position: static;
    display: block;
    background-image: none;
}

/* ==========================================================================
   View CSS
   ========================================================================== */

._articleAlbum .artclViewHead {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    color: #777;
}

._articleAlbum .artclViewHead dl, ._articleAlbum .artclViewHead dl dt, ._articleAlbum .artclViewHead dl dd {
    display: inline-block;
    zoom: 1;
    line-height: 1;
    font-size: 13px;
}

._articleAlbum .artclViewHead dl {
    padding: 0 0.5em;
    border-right: 1px #ccc solid;
}

._articleAlbum .artclViewHead dl._first._last {
    padding: 0 0.5em 0 0;
}

._articleAlbum .artclViewHead dl._last {
    padding: 0 0 0 0.5em;
    border-right: 0;
}

._articleAlbum .artclViewHead dl dt {
    padding-right: 0.5em;
}

._articleAlbum .artclViewHead .left {
    float: left;
}

._articleAlbum .artclViewHead .right {
    float: right;
}

._articleAlbum .artclViewTitleWrap {
    border-top: 1px #666 solid;
}

._articleAlbum .artclViewTitleWrap .artclViewTitle {
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
}

._articleAlbum .artclViewTitleWrap .artclShare {
    display: none;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
}

._articleAlbum .artclViewTitleWrap .artclShare .sns, ._articleAlbum .artclViewTitleWrap .artclShare input, ._articleAlbum .artclViewTitleWrap .artclShare a {
    float: left;
}

._articleAlbum .artclViewTitleWrap .artclShare .left {
    float: left;
}

._articleAlbum .artclViewTitleWrap .artclShare .right {
    float: right;
}

._articleAlbum .artclViewTitleWrap .artclShare .sns input, ._articleAlbum .artclViewTitleWrap .artclShare .option, ._articleAlbum .artclComment .comment .option {
    font-size: 1em;
    color: #333;
}

._articleAlbum .artclViewTitleWrap .artclShare .sns {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee);
}

._articleAlbum .artclViewTitleWrap .artclShare .sns input {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    height: 26px;
    line-height: 25px;
    padding: 0 10px 0 25px;
}

._articleAlbum .artclViewTitleWrap .artclShare .sns .twitter {
    background-position: 5px 6px;
}

._articleAlbum .artclViewTitleWrap .artclShare .sns .facebook {
    background-position: 5px -24px;
}

._articleAlbum .artclViewTitleWrap .artclShare .sns input:first-child {
    border-width: 1px;
    margin-right: 5px;
}

._articleAlbum .artclViewTitleWrap .artclShare .option, ._articleAlbum .artclComment .comment .option {
    height: 26px;
    padding: 0 10px 0 20px;
    background-color: transparent;
}

._articleAlbum .artclViewTitleWrap .artclShare input.option {
    line-height: 26px;
}

._articleAlbum .artclViewTitleWrap .artclShare a.option {
    line-height: 29px;
}

._articleAlbum .artclViewTitleWrap .artclShare .option.recommend, ._articleAlbum .artclComment .comment .option.recommend {
    background-position: 0 -174px;
}

._articleAlbum .artclViewTitleWrap .artclShare .option.nonrecommend, ._articleAlbum .artclComment .comment .option.nonrecommend {
    background-position: 0 -355px;
}

._articleAlbum .artclViewTitleWrap .artclShare .option.report {
    background-position: 0 -113px;
}

._articleAlbum .artclViewTitleWrap .artclShare .option.blind {
    background-position: 0 -144px;
}

._articleAlbum .artclViewTitleWrap .artclShare .option.print {
    background-position: 0 -83px;
}

._articleAlbum .artclAtchImg {
    padding: 30px 0 20px 0;
    text-align: center;
}

._articleAlbum .artclAtchImg img {
    max-width: 100%;
    width: auto !important;
    _width: 100%;
}

._articleAlbum .artclView {
    font-size: 14px;
    margin-bottom: 20px;
}

/* ==========================================================================
   Replay CSS
   ========================================================================== */

._articleAlbum .artclAnswerWrap {
    border: 1px #ddd solid;
    background-color: #fff;
}

._articleAlbum .artclAnswerWrap h3 {
    border-bottom: 1px #eee solid;
    text-align: center;
    line-height: 2.4;
    background-color: #f7f7f7;
}

._articleAlbum .artclAnswerWrap .artclAnswer {
    padding: 0.5em 0.5em 0 0.5em;
}

._articleAlbum .artclAnswerWrap .artclAnswerInfo {
    padding: 0.5em;
    font-size: 0.9em;
    text-align: right;
    color: #555;
}

._articleAlbum .artclAnswerWrap .artclAnswerInfo .date {
    border-left: 1px #ddd solid;
    padding-left: 0.5em;
    margin-left: 0.5em;
}

/* ==========================================================================
   Comment CSS
   ========================================================================== */

._articleAlbum .artclComment {
    border: 1px #d1d1d1 solid;
    background-color: #f7f7f7;
    margin: 10px 0 20px 0;
    padding: 20px;
    border-radius: 2px;
}

._articleAlbum .artclComment .artclCommentName {
    margin-bottom: 20px;
}

._articleAlbum .artclComment .artclCommentName label {
    float: left;
    height: 28px;
    line-height: 28px;
    font-weight: 600;
    margin-right: 1em;
}

._articleAlbum .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;
}

._articleAlbum .artclComment .artclCommentForm {
    position: relative;
    margin-bottom: 1em;
}

._articleAlbum .artclComment .artclCommentForm .artclCommentInsert {
    margin-right: 80px;
}

._articleAlbum .artclComment .artclCommentForm .artclCommentInsert textarea {
    padding: 5px;
    height: 64px;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
}

._articleAlbum .artclComment .artclCommentForm ._button {
    position: absolute;
    top: 0;
    right: 0;
}

._articleAlbum .artclComment .artclCommentForm ._button input {
    width: 60px;
    height: 62px;
    line-height: 60px;
}

._articleAlbum .artclComment .artclCommentList {
    background-color: #fff;
    padding: 1em 1em 0 1em;
    border: 1px #d1d1d1 solid;
    border-radius: 2px;
}

._articleAlbum .artclComment .artclCommentList li {
    border-left: 1px #ccc solid;
    padding: 0 0 15px 70px;
    margin-left: 60px;
    position: relative;
}

._articleAlbum .artclComment .artclCommentList li .comment {
    line-height: 1.8;
}

._articleAlbum .artclComment .artclCommentList li .date {
    font-size: 0.9em;
    color: #555;
    position: absolute;
    top: 0;
    left: -60px;
    width: 120px;
    text-align: center;
    background-color: #fff;
    border-radius: 0.3em;
}

._articleAlbum .artclComment .artclCommentList li .delComment {
    width: 11px;
    height: 11px;
    background-position: 0 -210px;
    margin: 0 0.5em;
    text-indent: -5000px;
}

/* ==========================================================================
   Prev / Next CSS
   ========================================================================== */

._articleAlbum .artclNavi {
    border-width: 1px 0px 1px 0px;
    border-color: #ddd;
    margin-bottom: 20px;
}

._articleAlbum .artclNavi .artclForm {
    padding-left: 100px;
}

._articleAlbum .artclNavi .artclForm .artclLabel {
    text-align: center;
    width: 70px;
}

._articleAlbum .artclNavi .artclForm .artclInsert .artclNaviInfo {
    float: right;
}

._articleAlbum .artclNavi .artclForm .artclInsert .date {
    border-left: 1px #ddd solid;
    padding-left: 0.5em;
    margin-left: 0.5em;
}

/* ==========================================================================
   ETC CSS
   ========================================================================== */

.deleteArtclSeqs {
    position: absolute;
    top: 23px;
    left: 20px;
    z-index: 1;
}

.artclList li {
    position: relative;
}

.artclPeriod {
    border: 0px;
    border-radius: 5px;
    padding: 5px 0;
    background-color: #eee !important;
}

.fnSearch fieldset input[type="text"] {
    height: 30px;
    line-height: 30px;
    text-indent: 4px;
    border-radius: 2px 0 0 2px;
}

._fnctWrap .fnDiv .fnSearch fieldset select {
    text-indent: 4px;
    border-radius: 2px;
}

._paging ._inner a, ._paging ._inner strong {
    border-radius: 2px;
}

._paging {
    clear: both;
    padding: 30px 0 10px 0;
}

input[type="text"], input[type="password"] {
    border-radius: 2px;
    text-indent: 4px;
    height: 26px;
    line-height: 26px;
}

/* ==========================================================================
   Button CSS
   ========================================================================== */

.areaButton {
    padding: 20px 0 !important;
}

@media (max-width: 768px) {
    ._articleAlbum .artclList.artclHorNum1 li, ._articleAlbum .artclList.artclHorNum2 li, ._articleAlbum .artclList.artclHorNum3 li, ._articleAlbum .artclList.artclHorNum4 li, ._articleAlbum .artclList.artclHorNum5 li {
        width: 50%;
    }
    ._articleAlbum .artclViewHead {
        display: none;
    }
    ._fnctWrap .fnDiv .fnLeft {
        float: left;
    }
    ._fnctWrap .fnDiv .fnRight {
        float: right;
        margin-top: 0px;
    }
    ._paging ._inner ul li {
        display: block !important;
    }
    ._paging ._inner ._pageState, ._paging ._inner a._listNext, ._paging ._inner a._listPrev {
        display: none !important;
    }
}

@media (max-width: 430px) {
    ._articleAlbum .artclList.artclHorNum1 li, ._articleAlbum .artclList.artclHorNum2 li, ._articleAlbum .artclList.artclHorNum3 li, ._articleAlbum .artclList.artclHorNum4 li, ._articleAlbum .artclList.artclHorNum5 li {
        width: 100%;
    }
    ._articleAlbum .artclItem.writeForm .artclLabel {
        position: static;
        background-image: none;
    }
    ._articleAlbum .artclItem.writeForm .artclForm {
        padding: 5px 0;
    }
    ._articleAlbum .artclItem.writeForm .artclInsert input[type="text"] {
        width: 100%;
    }
    ._articleAlbum .artclItem.writeForm .artclInsert .multiSelectBox {
        width: 100%;
    }
}