﻿/*###################################*/
/*####### Mobile - 핸드폰 -s ########*/
/*###################################*/
@media all and (min-width:1px) and (max-width:768px) {
    #ContentHeader {
        margin-top:10px;
        padding: 0px 0px 0px 10px;
        height: 40px;
    }

    #ContentTitle {
        font-weight: 700;
        font-size: 20px;
    }

    #Category {
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        background-color: #f5f5f5;
        padding: 5px 10px 10px 10px;
    }

        #Category > span {
            display: inline-block;
            color: #ffffff;
            border-radius: 3px;
            padding: 4px 8px 3px 8px;
            margin:5px 3px 0px 0px;
            cursor: pointer;
            font-weight: 100;
            font-size:12px;
            letter-spacing : -0.05em;
        }

    .BoardCategoryActive {
        background-color: #5ba1de;
    }

    .BoardCategory {
        background-color: #747474;
    }

    #BoardTable {
    }

    .NoPost{
        text-align:center;
        height:60px;
        padding-top:20px;
    }

    /** 일반형 리스트 **/
        .BoardList {
            height: 55px;
            border-bottom: 1px dotted #cccccc;
            font-size: 0px;
            cursor: pointer;
            padding: 7px 0px 0px 5px;
            position:relative;
        }

        .BoardListHr{
            display:none;
        }

        .BoardList .BoardImg{
            display:none;
        }

        .BoardListNotice {
            color: #5ba1de;
        }

        .BoardList > div {
            display: inline-block;
            font-size: 14px;
        }

        .BoardList .BoardNo {
            color: #5ba1de;
            font-size: 10px !important;
        }

        .BoardList .BoardTitle {
            width: 96%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-top:7px;
        }

        .BoardList .BoardDate {
            position: absolute;
            top: 6px;
            left: 135px;
            padding: 1px 0px 0px 27px;
            width: 100px !important;
            font-size: 10px !important;
            color:#cccccc;
        }

        .BoardList .BoardName {
            position:absolute;
            top:6px;
            left:65px;
            padding:1px 0px 0px 27px;
            width:100px !important;
            font-size: 10px !important;
        }
            .BoardList .BoardName > i{
                position:absolute;
                top:0px;
                left:0px;
                height:15px;
                width:24px;
            }

        .BoardList .BoardVote {
            position: absolute;
            top: 6px;
            left: 210px;
            padding: 1px 0px 0px 27px;
            width: 100px !important;
            font-size: 10px !important;
            color: #cccccc;
        }

        .BoardList .BoardHit {
            position: absolute;
            top: 6px;
            left: 255px;
            padding: 1px 0px 0px 27px;
            width: 100px !important;
            font-size: 10px !important;
            color: #cccccc;
        }

        .BoardList .lv_tag {
            display: inline-block;
            background-repeat: no-repeat;
            background-position-y: center;
            background-position-x: center;
            height: 19px;
            width: 30px;
            position: absolute;
            top: 10px;
            left: 20px;
        }
        /*.badge {
            padding: 5px 8px 3px 8px !important;
            border-radius: 7px;
            margin: -2px 0px 0px 3px;
        }*/

    /** 일반형 리스트 **/


        /* 갤러리형 리스트 */
        .BoardListGallary{
            display:inline-block;
            width:100%;
            cursor:pointer;
            padding:10px 5px 10px 5px;
            position:relative;
        }
            .BoardListGallary > div {
                font-size:13px;
                overflow:hidden ;
            }
            .BoardListGallary > .BoardImg{

            }
                .BoardListGallary > .BoardImg img{
                    width:100%;
                    height:200px;
                    border:1px solid #cccccc;
                    border-radius:8px;
                }
            .BoardListGallary > .BoardNo{
                text-align:center;
                color:#aeaeae;
                position:absolute;
                top:240px;
            }
            .BoardListGallary > .BoardTitle{
                text-overflow:ellipsis;
                white-space:nowrap;
                padding-top:5px;

            }
            .BoardListGallary > .BoardDate{
                display:none;
            }
            .BoardListGallary > .BoardName {
                padding-left:97px;
                position:relative;
                top:7px;
            }
            .BoardListGallary > .BoardVote{
                display:none;
            }
            .BoardListGallary > .BoardHit{
                display:none;
            }
            /*.badge{
                padding: 5px 8px 3px 8px !important;
                border-radius:7px;
                margin: -2px 0px 0px 3px;
            }*/

            .BoardListGallary .lv_tag {
                height: 19px;
                width: 30px;
                position: absolute;
                top: -2px;
                left: 60px;
            }
        /* 갤러리형 리스트 */

    .memoCount {
        font-weight: 700;
        color: #5ba1de;
    }


    .lv_tag_11 {
        background: url('/Content/Images/Board/lv_11.svg');
    }

    .lv_tag_22 {
        background: url('/Content/Images/Board/lv_22.svg');
    }

    .lv_tag_44_1 {
        background: url('/Content/Images/Board/lv_44_1.svg');
    }

    .lv_tag_48 {
        background: url('/Content/Images/Board/lv_48.svg');
    }

    .lv_tag_88 {
        background: url('/Content/Images/Board/lv_88.svg');
    }

    .lv_tag_96 {
        background: url('/Content/Images/Board/lv_96.svg');
    }

    .lv_tag_192 {
        background: url('/Content/Images/Board/lv_192.svg');
    }

    #BoardSearchZone {
        text-align: center;
        height: 170px;
        width:100%;
        padding:0px 7px 0px 7px;
    }

        #BoardSearchZone > form > div {
            margin-bottom:5px;
        }

            #BoardSearchZone > form > div > select {
            }

            #BoardSearchZone > form > div > input {
                height:32px;
                width:100%;
            }

            #BoardSearchZone > form > div > button:first-child {
                background-color:skyblue;
                color:#ffffff;
            }

            #BoardSearchZone > form > div > button {
                width: 100%;
                margin-bottom: 5px;
            }


    /* #### Board View -s ####*/

    #BoardViewTitleZone {
        margin: 0px 7px 0px 7px;
    }

    #BoardViewTitle {
        font-weight: bold;
        font-size: 11pt;
        background-color: #f9f9f9;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #BoardViewInfo {
        height: 37px;
        border-bottom: 1px solid #d7d7d7;
        margin:7px;
        padding-left:10px;
    }

        #BoardViewInfo div {
            padding: 10px 0px 0px 0px;
            margin-right: 20px;
            font-size: 12px;
        }
        #BoardViewInfo > div:nth-child(2){
            width:80px;
            height:27px;
            overflow:hidden;
            text-overflow:clip;
        }
        #BoardViewInfo > div:nth-child(1) > span {
            display:none;
        }
        #BoardViewInfo > div:nth-child(2) > span {
            display: none;
        }

    .BoardViewTitleSub {
        color: #808080;
    }

    #BoardViewContentZone {
        clear: both;
        padding: 10px 15px 15px 15px;
    }
        #BoardViewContent{
        }
            #BoardViewContent img{
                width:100%;
                height:auto;
            }

    .AXEditorContentBody {
        line-height: 180% !important;
        margin-bottom: 20px;
    }

    #BoardViewVoteZone {
        height: 50px;
        text-align:center;
    }
        #BoardViewVoteZone > div > button{
            margin-right:5px;
        }

    .Voted {
        border: 2px solid #5ba1de;
        color: #5ba1de;
        font-weight: 700;
    }

        .Voted > i {
        }


    #BoardViewVoteMemberZone {
        margin-left: 10px;
        font-size: 12px;
    }

    #BoardViewVoteMember {
        padding: 5px 5px 5px 10px;
        min-height: 48px;
    }


    #DetailBtnVote {
    }


    .BoardViewVoteMemberSeq {
        padding: 2px 2px 2px 2px;
        background-color: #ecf3f7;
        border-radius: 3px 4px;
        border: 1px solid #abd2db;
        margin-right: 4px;
        font-size: 12px;
    }

    #BoardViewBtn {
        border-top: 1px solid #d7d7d7;
        clear: both;
        margin: 0px 0px 30px 0px;
        padding-top: 20px;
        text-align: center;
    }

    #BoardWriteChk {
        margin-top: 15px;
    }

        #BoardWriteChk button {
            margin-top: 15px;
        }

    #BoardMemo {
        clear: both;
    }

    #BoardMemoTitle {
        margin:7px;
    }

    #BoardMemoList {
        padding: 20px 7px 20px 7px;
        font-size: 12px;
    }

    .BoardMemoWriter {
    }

    .MemoWriteName {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
    }

    .MemoWriteDates {
        display: inline-block;
        margin-left: 10px;
        color: #aeaeae;
    }

    .MemoIP {
        display: inline-block;
        margin-left: 10px;
        color: #aeaeae;
    }

    .MemoBtn {
        float: right;
        display: inline-block;
        margin-right: 50px;
    }

    .MemoContents {
        clear: both;
        margin: 10px 0px 20px 0px;
        padding-bottom: 20px;
        width: 97%;
        border-bottom: 1px solid #f5f5f5;
        line-height: 180%;
    }

    #BoardMemoListNull {
        text-align: center;
        padding: 0px 0px 20px 0px;
    }

    #BoardMemoWrite {
        padding:0px 10px 0px 10px;
    }

    #BoardMemoWriter {
        height: 30px;
    }

    #BoardMemoWriterForm {
        height: 30px;
    }

    .BoardViewTitleSub {
        font-weight: 700;
    }

    #BoardMemoArea {
    }

        #BoardMemoArea > textarea {
            width: 97%;
            height: 150px;
        }

    #BoardMemoBtn {
        padding: 20px 25px 20px 0px;
        text-align: right;
    }

        #BoardMemoBtn > button {
            width: 100px;
        }

    .BoardMemoEdit {
        padding-top: 10px;
        display: none;
    }

        .BoardMemoEdit > form > textarea {
            width: 85%;
            height: 150px;
            float: left;
            padding: 10px;
        }

        .BoardMemoEdit > form > button {
            float: right;
            width: 100px;
        }

    .BoardMemoEditCancel {
        margin-top: 7px;
    }

    #AddThis {
        text-align: center;
    }

    /* #### Board View -e ####*/



    /*#### Board Save -s ####*/
    #BoardWriteTable {
        padding:7px;
    }

    .BoardWrite_tr {
        font-size: 0px;
    }

        .BoardWrite_tr > div {
            font-size: 12px;
            display: inline-block;
        }

    .BoardWrite_th {
        height: 30px;
        width: 70px;
        text-align: right;
        vertical-align: middle;
        padding-right: 20px;
        color: #808080;
    }

    #BoardCategoryWrap{
        margin-bottom:10px;
    }
        #BoardCategoryWrap > span{
            display:none;
        }

    .BoardWrite_td {
        height: 30px;
        text-align: left;
        vertical-align: middle;
    }

    .BoardWrite_td_cols2 {
        width: 100%;
    }

    #chkBoardWrite {
        position: relative;
        top: -5px;
    }

    #BoardTitle {
        width: 100% !important;
    }

    .editor-seriesContent {
        width: 100%;
        margin-top: 10px;
    }

    #boardSaveWriter {
    }

        #boardSaveWriter > div {
        }

    #AXEditorTarget_0_container {
        border: 1px solid #cccccc !important;
        border-radius: 5px;
    }

    #AXEditorTarget_0_headPanel{
    }

    #AXEditorTarget_0_fontname {
        width: 118px;
    }

    #AXEditorTarget_0_fontsize {
        width: 48px;
    }

    #AXEditorTarget_0_canvas {
        height: 200px !important;
    }

    .me___vline{
        /*height:26px !important;*/
    }

    .AXUpload5, #BoardWriteEditorBtn {
        margin: 5px 0px 12px 0px;
    }

    .AXUpload5QueueBox, .AXUpload5QueueBox_list {
        width: 100%;
        margin-bottom: 10px;
    }


    /* 클립보드 업로드 버튼 */
    #editor-image-btn-wrap {
        display:none;
    }

    /* 클립보드 업로드 버튼 */
    .v_uploads {
        margin: 0px 0px 5px 0px;
    }

    .AXUpload5QueueBox_list {
        width: 100%;
    }

    #chkBoardWrite > input {
        margin-bottom: 9px;
    }

    input[id="ChkNotice"] {
        position: relative;
        top: 3px;
    }

    input[id="ChkSecret"] {
        position: relative;
        top: 3px;
        margin-left: 8px;
    }

    .BoardWriteSubTitle {
        border-bottom: 1px solid #d7d7d7;
        text-align: left;
        padding-bottom: 5px;
        margin: 20px 0px 5px 0px;
        width: 100%;
    }

    #BoardWriteEditorBtn {
        margin-top: 5px;
    }

    #BtnBoardWrite {
        margin: 0px 0px 10px 0px;
        text-align: center;
    }

        #BtnBoardWrite > button {
            width: 100px;
        }


    #BoardSaveTerm {
        margin-top: 20px;
        padding: 20px;
    }

        #BoardSaveTerm > p {
            font-size: 16px;
            font-weight: bold;
        }

        #BoardSaveTerm > ul {
            padding-left: 22px;
            padding-top: 7px;
        }

            #BoardSaveTerm > ul > li {
                list-style: square;
                height: 22px;
            }

        #BoardSaveTerm > div {
            font-size: 14px;
        }

            #BoardSaveTerm > div > input {
                position: relative;
                top: -3px;
            }
    /*#### Board Save -e ####*/

}
/*###################################*/
/*####### Mobile - 핸드폰 -e ########*/
/*###################################*/




/*#################################*/
/*######### PC 컴퓨터 -s ##########*/
/*#################################*/
@media all and (min-width:769px) {
#ContentHeader{
    padding:18px 0px 0px 5px;
    height:60px;
}
    #ContentTitle {
        font-weight: 700;
        font-size: 25px;
    }

    #Category{
        border:1px solid #cccccc;
        background-color:#f5f5f5;
        height:50px;
        border-radius:5px;
        padding:9px 10px 3px 10px;
    }
    #Category > span{
        display:inline-block;
        color:#ffffff;
        border-radius:3px;
        padding:4px 15px 3px 15px;
        margin-right:3px;
        cursor:pointer;
        font-weight:100;
    }

    .BoardCategoryActive {
        background-color: #5ba1de;
        font-size: 14px;
    }
    .BoardCategory {
        background-color: #747474;
        font-size:14px;
    }

    #BoardTable{
        font-size:0px;
    }
        /* 일반형 리스트 */
        .BoardList{
            height:35px;
            border-bottom:1px solid #cccccc;
            height:40px;
            font-size:0px;
            cursor:pointer;
        }

        .NoPost{
            width:100%;
            text-align:center;
            height:100px;
            padding-top:45px;
        }

        .BoardListHr > div{
            font-weight:700;
        }
        .BoardListNotice{
            color:#5ba1de;
            background-color:#f9f9f9;
        }
            .BoardListNotice a {
                color: #5ba1de;
            }
            .BoardList > div {
                display: inline-block;
                font-size:13px;
                padding-top:10px;
                overflow:hidden ;
            }
            .BoardList > .BoardImg{
                display:none;
            }
            .BoardList > .BoardNo{
                width:10%;
                text-align:center;
                color:#aeaeae;
            }
            .BoardList > .BoardTitle{
                width:56%;
                text-overflow:ellipsis;
                white-space:nowrap;

            }
            .BoardList > .BoardDate{
                width:9%;
                text-align:center;
            }
            .BoardList > .BoardName {
                width:15%;
                text-align:center;
                padding-left:45px;
                position:relative;
            }
            .BoardList > .BoardVote{
                width:5%;
                text-align:center;
            }
            .BoardList > .BoardHit{
                width:5%;
                text-align:center;
            }
            /*.badge{
                padding: 5px 8px 3px 8px !important;
                border-radius:7px;
                margin: -2px 0px 0px 3px;
            }*/
            .BoardList .lv_tag {
                height: 19px;
                width: 30px;
                position: absolute;
                top: 9px;
                left: 20px;
            }
            .memoCount{
                font-weight:700;
                color:#5ba1de;
            }
        /* 일반형 리스트 */


        /* 갤러리형 리스트 */
        .BoardListGallary{
            display:inline-block;
            width:25%;
            cursor:pointer;
            padding:10px 5px 10px 5px;
            position:relative;
        }

        .NoPost{
            width:100%;
            text-align:center;
            height:100px;
            padding-top:45px;
        }

        .BoardListHr > div{
            font-weight:700;
        }
        .BoardListNotice{
            color:#5ba1de;
        }
            .BoardListGallary > div {
                font-size:13px;
                overflow:hidden ;
            }
            .BoardListGallary > .BoardImg{

            }
                .BoardListGallary > .BoardImg img{
                    width:100%;
                    height:170px;
                    border:1px solid #cccccc;
                    border-radius:5px;
                }
            .BoardListGallary > .BoardNo{
                text-align:center;
                color:#aeaeae;
                position:absolute;
                top:210px;
            }
            .BoardListGallary > .BoardTitle{
                text-overflow:ellipsis;
                white-space:nowrap;
                padding-top:5px;

            }
            .BoardListGallary > .BoardDate{
                display:none;
            }
            .BoardListGallary > .BoardName {
                text-align:center;
                padding-left:45px;
                position:relative;
                top:7px;
            }
            .BoardListGallary > .BoardVote{
                display:none;
            }
            .BoardListGallary > .BoardHit{
                display:none;
            }
            /*.badge{
                padding: 5px 8px 3px 8px !important;
                border-radius:7px;
                margin: -2px 0px 0px 3px;
            }*/

            .BoardListGallary .lv_tag {
                height: 19px;
                width: 30px;
                position: absolute;
                top: -2px;
                left: 67px;
            }
            .memoCount{
                font-weight:700;
                color:#5ba1de;
            }
        /* 갤러리형 리스트 */


    #BoardSearchZone{
        text-align:center;
        height:100px;
    }
        #BoardSearchZone > form > div {
            display: inline-block;
        }
            #BoardSearchZone > form > div > input {
                height: 35px;
                width: 300px;
            }
            #BoardSearchZone > form > div > button[type=button] {
                margin-left:5px;
                width:80px;
                height:35px;
                font-weight:700;
            }
    .BoardListMSubTitle{
        display:none;
    }

    /* #### Board View -s ####*/
    #BoardViewTitleZone {
        margin: 0px 0px 0px 0px;
    }

    #BoardViewTitle {
        font-weight: bold;
        font-size: 11pt;
        background-color: #f9f9f9;
    }

    #BoardViewInfo {
        height: 37px;
        border-bottom: 1px solid #d7d7d7;
    }

        #BoardViewInfo div {
            padding: 10px 0px 30px 15px;
            margin-right: 20px;
            font-size:12px;
        }

    .BoardViewTitleSub {
        color: #808080;
    }

    #BoardViewContentZone {
        clear: both;
        padding: 0px 15px 15px 15px;
    }
        #BoardViewContent div {
            /*font-size: 14px;*/
        }

    .AXEditorContentBody {
        line-height: 180% !important;
        margin-bottom: 20px;
    }

    #BoardViewVoteZone {
        height: 50px;
        text-align: center;
    }

        #BoardViewVoteZone > div > button {
            margin-right: 5px;
        }

    .Voted {
        border: 2px solid #5ba1de;
        color: #5ba1de;
        font-weight: 700;
    }

        .Voted > i {
        }

    #BoardViewVoteMemberZone {
        margin-left: 10px;
        font-size:12px;
    }

    #BoardViewVoteMember {
        padding: 5px 5px 5px 10px;
        min-height: 48px;
    }


    #DetailBtnVote {
    }

    .BoardViewVoteMemberSeq {
        padding: 2px 2px 2px 2px;
        background-color: #ecf3f7;
        border-radius: 3px 4px;
        border: 1px solid #abd2db;
        margin-right: 4px;
        font-size:12px;
    }

    #BoardViewBtn {
        border-top: 1px solid #d7d7d7;
        clear: both;
        margin: 0px 0px 30px 0px;
        padding-top: 20px;
        text-align:right;
    }

    #BoardWriteChk {
        margin-top: 15px;
    }

        #BoardWriteChk button {
            margin-top: 15px;
        }

    #BoardMemo {
        clear: both;
    }

    #BoardMemoTitle {
        width: 98%;
    }

    #BoardMemoList {
        padding: 20px 0px 20px 0px;
        font-size: 12px;
    }

    .BoardMemoWriter {
    }

    .MemoWriteName {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
    }

    .MemoWriteDates {
        display: inline-block;
        margin-left: 10px;
        color: #aeaeae;
    }

    .MemoIP {
        display: inline-block;
        margin-left: 10px;
        color: #aeaeae;
    }

    .MemoBtn {
        float: right;
        display: inline-block;
        margin-right: 50px;
    }

    .MemoContents {
        clear: both;
        margin: 10px 0px 20px 0px;
        padding-bottom: 20px;
        width: 97%;
        border-bottom: 1px solid #f5f5f5;
        line-height: 180%;
    }

    #BoardMemoListNull {
        text-align: center;
        padding: 0px 0px 20px 0px;
    }

    #BoardMemoWrite {
    }

    #BoardMemoWriter {
        height: 30px;
    }

    #BoardMemoWriterForm {
        height: 30px;
    }

    .BoardViewTitleSub {
        font-weight: 700;
    }

    #BoardMemoArea {
    }

        #BoardMemoArea > textarea {
            width: 97%;
            height: 150px;
        }

    #BoardMemoBtn {
        padding: 20px 25px 20px 0px;
        text-align: right;
    }

        #BoardMemoBtn > button {
            width: 100px;
        }

    .BoardMemoEdit {
        padding-top: 10px;
        display: none;
    }

        .BoardMemoEdit > form > textarea {
            width: 85%;
            height: 150px;
            float: left;
            padding: 10px;
        }

        .BoardMemoEdit > form > button {
            float: right;
            width: 100px;
        }

    .BoardMemoEditCancel {
        margin-top: 7px;
    }

    #AddThis{
        text-align:center;
        padding:5px 0px 20px 0px;
    }

    /* #### Board View -e ####*/


    /*#### Board Save -s ####*/
    #BoardWriteTable {
    }
        .BoardWrite_tr{
            font-size:0px;
        }
            .BoardWrite_tr > div{
                font-size:12px;
                display:inline-block;
            }
        .BoardWrite_th {
            height: 30px;
            width:100px;
            text-align:right;
            vertical-align: middle;
            padding-right:20px;
            color: #808080;
        }

        .BoardWrite_td {
            height: 30px;
            text-align: left;
            vertical-align: middle;
        }
            .BoardWrite_td > .btn-group{
                position:relative;
                top:-9px;
            }
        .BoardWrite_td_cols2{
            width:100%;
        }
            #chkBoardWrite{
                padding-left:10px;
                position:relative;
                top:-5px;
            }
            #BoardTitle {
                width:100% !important;
            }

            #BoardCategoryWrap{
                padding-bottom:10px;
            }
                #BoardCategoryWrap > span{
                    padding-left:10px;
                    color:#5ba1de;
                }

    .editor-seriesContent {
        width: 100%;
        margin-top: 10px;
    }

    #boardSaveWriter {
    }

        #boardSaveWriter > div {
        }

    #AXEditorTarget_0_container {
        border: 1px solid #cccccc !important;
        border-radius: 5px;
    }
    #AXEditorTarget_0_fontname{
        width:118px;
    }
    #AXEditorTarget_0_fontsize{
        width:48px;
    }

    .AXUpload5, #BoardWriteEditorBtn {
        margin: 9px 0px 12px 0px;
    }

    .AXUpload5QueueBox, .AXUpload5QueueBox_list {
        width: 100%;
        margin-bottom: 10px;
    }


    /* 클립보드 업로드 버튼 */
    #editor-image-btn-wrap {
        position: relative;
    }
    /*.btn-clipboard {
    position: absolute;
    top: 4px;
    left: 102px;
}

.btn-clipboard-editor {
    position: absolute;
    bottom: 233px;
    left: 132px;
}*/
    .btn-clipboard-editor-series {
        position: absolute;
        top: -227px;
        left: 145px;
    }
    .btn-clipboard-editor-series-memo {
        position: absolute;
        top: -128px;
        left: 145px;
        font-size:12px;
    }

    .btn-clipboard-off {
        text-align: center;
        border-radius: 5px;
        background-color: #f7f7f7;
        border: 1px solid #cccccc;
        height: 27px;
        margin-bottom: 5px;
        width: 500px;
        color: #1e1e1e !important;
        font-weight: 700;
    }

    .btn-clipboard-on {
        text-align: center;
        border-radius: 5px;
        background-color: #59ac75;
        border: 1px solid #cccccc;
        color: #ffffff !important;
        font-weight: 400;
        width: 500px;
        height: 27px;
        margin-bottom: 5px;
    }

    .btn-sort {
        position: absolute;
        top: 4px;
        right: 0px;
    }
    /* 클립보드 업로드 버튼 */
    .v_uploads {
        margin: 0px 0px 5px 0px;
    }

    .AXUpload5QueueBox_list {
        width: 100%;
    }

    #chkBoardWrite > input {
        margin-bottom: 9px;
    }

    input[id="ChkNotice"] {
        position: relative;
        top: 3px;
    }

    input[id="ChkSecret"] {
        position: relative;
        top: 3px;
        margin-left: 8px;
    }

    .BoardWriteSubTitle {
        border-bottom: 1px solid #d7d7d7;
        text-align: left;
        padding-bottom: 5px;
        margin: 20px 0px 5px 0px;
        width: 100%;
    }

    #BoardWriteEditorBtn {
        margin-top: 5px;
    }

    #BtnBoardWrite {
        margin: 25px 0px 50px 0px;
        text-align: right;
    }

        #BtnBoardWrite > button {
            width: 100px;
        }


    #BoardSaveTerm {
        margin-top: 20px;
        padding: 20px;
    }

        #BoardSaveTerm > p {
            font-size: 16px;
            font-weight: bold;
        }

        #BoardSaveTerm > ul {
            padding-left: 22px;
            padding-top: 7px;
        }

            #BoardSaveTerm > ul > li {
                list-style: square;
                height: 22px;
            }

        #BoardSaveTerm > div {
            font-size: 14px;
        }

            #BoardSaveTerm > div > input {
                position: relative;
                top: -3px;
            }
    /*#### Board Save -e ####*/


}

/*#################################*/
/*######### PC 컴퓨터 -e ##########*/
/*#################################*/
