@charset "utf-8";

caption,legend {
    font-size: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
}

img {
    border: 0px;
}

fieldset,img {
    border: 0;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

ul,ol,dl {
    list-style: none;
}

textarea {
    overflow: auto;
}

button,label {
    cursor: pointer;
}

/*link*/
#bbs a:link {
    color: #2e2e2e;
    text-decoration: none;
}

#bbs a:hover {
    text-decoration: none;
}

#bbs a:visited {
    text-decoration: none;
}

/*버튼들*/
#bbs .btnAll {
    position: relative;
    color: #797979 !important;
    overflow: hidden;
    margin: 16px 0 0 0;
}

#bbs .btnAll a.btns {
    display: inline-block;
    padding-right: 4px;
    background: url(../img//mo_btn_bg.gif) no-repeat 100% 0;
    color: #797979;
    line-height: 31px;
    word-spacing: -1px;
    text-decoration: none !important;
    white-space: nowrap;
    color: #797979 !important;
}

#bbs .btnAll a.btns strong {
    display: block;
    padding: 0 8px 0 12px;
    background: url(../img//mo_btn_bg.gif) no-repeat;
    color: #797979 !important;
}

#bbs .btnAll .leftBtn {
    float: left;
}

#bbs .btnAll .rightBtn {
    float: right;
}

/*버튼 센터 */
.btnC {
    position: relative;
    text-align: center;
    padding: 10px 0;
    clear: both;
    width: 100%;
}

.btnC .btnAll {
    width: 98%;
    margin: 0 1px;
    text-align: center;
}

/*게시판 시작 */
#bbs {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------
	list 
------------------------------------------------------------------------------------------------------------------------------------------------- */
#bbs #blist {
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
}

#bbs #blist ul {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    border-top: #c4c4c4 2px solid;
}

#bbs #blist ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 8px 0;
    overflow: hidden;
}

#bbs #blist ul li a {
    width: 98%;
    margin: 0 5px;
    display: block;
}

#bbs #blist ul li span {
    display: block;
    width: 98%;
    color: #a5a5a5;
    margin: 3px 0 0 5px;
    font-size: 90%;
}

#bbs #blist ul li img {
    margin: 0 5px 0 0;
    vertical-align: middle;
}
/*등록된 게시물이 없을때*/
#bbs #blist ul li .bbsno {
    
}

#bbs #blist ul li .bbsno td {
    padding: 10px 0;
}

#bbs #blist ul li p.bbsno {
    padding: 10px 0;
    text-align: center;
}

#bbs #blist table {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    border-top: #363636 2px solid;
    border-bottom: 1px solid #d1d0d0;
}

/*thead*/
#bbs #blist table thead {
    border-bottom: #363636 1px solid;
}

#bbs #blist table thead th {
    padding: 5px;
    background: #f5f5f5;
}

#bbs .w1 {
    width: 1% !important;
}

#bbs .w2 {
    width: 2% !important;
}

#bbs .w3 {
    width: 3% !important;
}

#bbs .w4 {
    width: 4% !important;
}

#bbs .w5 {
    width: 5% !important;
}

#bbs .w6 {
    width: 6% !important;
}

#bbs .w7 {
    width: 7% !important;
}

#bbs .w8 {
    width: 8% !important;
}

#bbs .w9 {
    width: 9% !important;
}

#bbs .w10 {
    width: 10% !important;
}

#bbs .w15 {
    width: 15% !important;
}

#bbs .w18 {
    width: 15% !important;
}

#bbs .w20 {
    width: 20% !important;
}

#bbs .w30 {
    width: 30% !important;
}

#bbs .w40 {
    width: 40% !important;
}

#bbs .w50 {
    width: 50% !important;
}

#bbs .w60 {
    width: 60% !important;
}

#bbs .w70 {
    width: 70% !important;
}

#bbs .w80 {
    width: 80% !important;
}

#bbs .w90 {
    width: 90% !important;
}

#bbs .w100 {
    width: 100% !important;
}

#bbs .min40 {
    min-width: 40px;
}

#bbs .min50 {
    min-width: 50px;
}

#bbs .min60 {
    min-width: 60px;
}

/*tbody*/
#bbs #blist table tbody {
    text-align: center;
    vertical-align: middle;
}

#bbs #blist table tbody td {
    padding: 7px 2px;
    border-bottom: 1px solid #d1d0d0;
}

/*글쓰기 버튼*/
#bbs #blist .btnAll {
    float: left;
    margin: 7px 5px;
}

/*이미지 게시판*/
#bbs #blist .nli {
    
}

#bbs #blist .nli li {
    
}

#bbs #blist .nli .photo {
    width: 137px;
    height: 71px;
    margin: 0 10px 0 0;
    background: #f6f6f6;
    float: left;
}

#bbs #blist .nli .nlicon {
    width: 80%;
    display: block;
    float: left;
}

#bbs #blist .nli .photo02 {
    width: 96px;
    height: 96px;
    margin: 0 10px 0 0;
    background: #f6f6f6;
    float: left;
}

#bbs #blist .nli .nlicon02 {
    width: 60%;
}

#bbs #blist .nli a {
    color: #2e2e2e;
}

#bbs #blist .nli .nlicon img {
    float: left;
}

#bbs #blist .nli .nlicon span {
    width: auto;
    vertical-align: middle;
    margin: 0;
}

#bbs #blist .nli .nlicon .title {
    display: block;
    clear: both;
}

/*input*/
#bbs #bwrite .wlist input {
    width: 100%;
    vertical-align: middle;
    border: 1px solid #a8a8a8;
}

#bbs #bwrite .wlist input[type="checkbox"] {
    width: auto !important;
    vertical-align: middle;
}

#bbs #bwrite .wlist .inputLong {
    width: 50%;
}

#bbs #bwrite .wlist .inputTitle {
    width: 70%;
}

#bbs #bwrite .wlist .input20p {
    width: 20%;
}

/*tbody*/
#bbs #bwrite table {
    width: 100%;
    margin: 0 0 10px 0;
}

#bbs #bwrite table tbody {
    text-align: center;
    vertical-align: middle;
}

#bbs #bwrite table th {
    border-right: 1px solid #ccc;
    padding: 7px 10px;
    min-width: 70px !important;
    background: #f5f5f5;
    color: #4e4e4e;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

#bbs #bwrite table td {
    padding: 7px 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

#bcontents table th {
    padding: 0 !important;
    margin: 0 !important;
    word-break: break-all !important;
    width: 10% !important;
    display: inline-table;
}

#bcontents table td {
    padding: 0 !important;
    margin: 0 !important;
    word-break: break-all !important;
    width: 10% !important;
}

#bcontents table td img {
    width: 100%;
    max-width: 600px;
}

.tit {
    text-align: left;
}

/*이미지첨부*/
#bbs #bwrite dl.img_add {
    
}

#bbs #bwrite dl.img_add dt {
    clear: both;
    margin: 0 0 12px 0;
}

#bbs #bwrite dl.img_add dd {
    clear: both;
}

#bbs #bwrite dl.img_add dd textarea {
    width: 100%;
}

/*page*/
#bbs .page {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 0 0px 0px;
    padding: 10px 0 0 0;
    text-align: center;
    clear: both;
    color: #a5a5a5;
    font-size: 100%;
}

#bbs .page a {
    position: relative;
    display: inline-block;
    padding: 1px 8px;
    height: 20px;
    margin: 0px 0px;
    text-decoration: none;
    color: #444343;
    border-right: 1px solid #c4c4c4;
    font-weight: bold;
    font-size: 100%;
}

#bbs .page strong {
    position: relative;
    display: inline-block;
    padding: 1px 8px;
    height: 20px;
    margin: 0px 0px;
    text-decoration: none;
    color: #ed2828;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    background: none;
}

#bbs .page strong span {
    color: #6690fc;
}

#bbs .page .next {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0px 3px;
    vertical-align: top;
    border: none;
}

#bbs .page .next img {
    margin-top: -2px;
    vertical-align: middle;
}

#bbs .page .next:hover {
    color: #545454;
    text-decoration: none;
    background: #fff;
    margin: 0px 3px;
    padding: 0;
}

#bbs .page a:hover {
    color: #545454;
    text-decoration: none;
    background: none;
}

#bbs .page .prevBtn {
    padding-right: 5px;
}

#bbs .page .nextBtn {
    padding-left: 5px;
}

/*search*/
#bbs .search {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 0px 0;
    padding: 9px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 100%;
}

#bbs .search input {
    width: 143px;
    height: 22px;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
    padding: 5px 0 0 2px;
}

#bbs .search select {
    width: 84px;
    height: 29px;
    border: 1px solid #e7e7e7;
    vertical-align: middle;
    color: #706a5f;
    margin: 0 5px 0 0;
}

#bbs .search .sbtn {
    display: inline-block;
    width: 48px;
    height: 27px;
    border: 1px solid #8d8d8d;
    background: #a5a5a5;
    color: #fff;
    vertical-align: middle;
    line-height: 24px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------
	write 
------------------------------------------------------------------------------------------------------------------------------------------------- */
#bbs #bwrite {
    margin: 10px 0 0 0;
    padding: 0;
    border-top: 2px solid #363636;
    overflow: hidden;
}

/*input*/
#bbs #bwrite .wlist input {
    width: 100%;
    vertical-align: middle;
    border: 1px solid #a8a8a8;
}

#bbs #bwrite .wlist input[type="checkbox"] {
    width: auto !important;
    vertical-align: middle;
}

#bbs #bwrite .wlist .input100p {
    width: 100%;
}

#bbs #bwrite .wlist .input50p {
    width: 50%;
}

#bbs #bwrite .wlist .input20p {
    width: 20%;
}

/*tbody*/
#bbs #bwrite table {
    width: 100%;
    margin: 0 0 10px 0;
}

#bbs #bwrite table tbody {
    text-align: center;
    vertical-align: middle;
}

#bbs #bwrite table tbody th {
    padding: 7px 10px;
    min-width: 50px;
    background: #fafafa;
    color: #4e4e4e;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

#bbs #bwrite table tbody td {
    padding: 7px 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

#bbs #bwrite table tbody .lineT {
    border-top: 1px solid #363636;
}

#bbs #bwrite table tbody .lineB {
    border-bottom: 1px solid #363636;
}

/*이미지첨부*/
#bbs #bwrite dl.img_add {
    margin: 15px 0 12px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #363636;
}

#bbs #bwrite dl.img_add dt {
    clear: both;
    margin: 0 0 12px 0;
}

#bbs #bwrite dl.img_add dd {
    clear: both;
}

#bbs #bwrite dl.img_add dd textarea {
    min-height: 100px;
    border: 1px solid #dddddd;
}

/* 태블릿: 1024 이하 */
@media handheld , only screen and (max-width: 1023px) {
}

/* 스마트 폰: 767px 이하 */
@media handheld , only screen and (max-width: 767px) {
    #bbs #blist .nli .nlicon {
        width: 65%;
    }
    #bbs #blist .nli .nlicon02 {
        width: 45%;
    }
}

/* 스마트 폰: 480px 이하 */
@media handheld , only screen and (max-width: 480px) {
    #bbs #blist .nli .nlicon {
        width: 50%;
    }
    #bbs #blist .nli .col-2 {
        width: 100%;
    }
}

/* 스마트 폰: 320px 이하 */
@media handheld , only screen and (max-width: 320px) {
    #bbs #blist .nli .nlicon {
        width: 40%;
    }
}