/**
* DND Cascading Style Sheets
* File Name : basic.css
* Description : basic 반응형 스타일시트
* Author : Web business Team / White
* Email : amt_web@gnmpm.com
* Date : 2019.03.29
* Update : 2021.04.16
* Copyright(c) DND. All Rights Reserved.
*/

/* 스킨리스트-검색 */
.board-search-box { margin: 100px 0 40px; padding: 25px 0; background: #f2f2f2; box-sizing: border-box;} 
.board-search-box .search-info { display: table; margin: 0 auto;}
.board-search-box .search-info .input-text::placeholder { color: #aaa;}
/* 상단카테고리탭 */
.board-category-tab ul { display: table; margin: 0 auto 40px;}
.board-category-tab li { float: left; padding: 0 30px; background: url('image/bg-category-line.gif') no-repeat; background-position: left 8px;}
.board-category-tab li:first-child { background: none;}
.board-category-tab li a { display: block; padding-bottom: 5px; border-bottom: solid 3px transparent; font-size: 1.7rem; color: #999;}
.board-category-tab li a:hover { color: #000;}
.board-category-tab li.on a { color: #000; border-bottom: solid 3px #333;}
/* 베이직스킨-리스트형 */
.no-list { padding: 30px 0; font-size: 1.5rem; color: #444; text-align: center; border-top: solid 1px #333; border-bottom: solid 1px #dbdbdb;}
.basic-list-skin li:first-child { border-top: solid 1px #333;}
.basic-list-skin li { border-bottom: solid 1px #dbdbdb;}
.basic-list-skin li a { display: block;}
.basic-list-skin li a:hover { background: #fafafa;}
.list-cell { display: table; width: 100%;}
.list-cell div { overflow: hidden; display: table-cell; height: 80px; vertical-align: middle; text-align: center;}
.list-cell .colum-number { width: 15%; font-size: 1.8rem; color: #999;}
.list-cell .colum-number i { font-size: 2.5rem; color: #292929;}
.list-cell .colum-content { width: 85%;}
.list-cell .colum-subject { float: left; width: 75%; font-size: 1.8rem; color: #333; word-break: break-all; text-align: left; line-height: 1.4em;}
.list-cell .colum-subject span { font-size: 1.5rem; color: #aaa;}
.list-cell .colum-subject .bi-lock-fill { font-size: 1.3rem;}
.list-cell .colum-subject .bi-paperclip { font-size: 1.4rem;}
.list-cell .colum-date { float: left; width: 25%; font-size: 1.4rem; color: #777; letter-spacing: 0;}
.list-cell .colum-date span { padding: 0 10px;}
/* 공통스킨-뷰 */
.board-view-skin { margin-top: 100px; border-top: solid 1px #333;}
.board-view-skin .view-top { border-bottom: solid 1px #eee;}
.board-view-skin .view-top > div { padding: 25px 50px; font-size: 1.5rem; color: #555;}
.board-view-skin .view-top .p_cate { padding-bottom: 7px; font-size: 1.5rem; font-weight: 500; color: #adadad;}
.board-view-skin .view-top .p_tit { padding-bottom: 7px; font-size: 2rem; color: #111; word-break: break-all; line-height: 1.4em;}
.board-view-skin .view-con { overflow: hidden; width: 100%; border-bottom: solid 1px #eee;} 
.board-view-skin .view-con > div { padding: 50px; word-break: break-all; font-size: 1.4rem; line-height: 1.6em;}
.board-view-skin .view-con > div img { max-width: 100%; height: auto;}
/* 첨부파일 */
.board-addflie-box { margin-top: 60px; /*background:#f6f6f6; padding: 10px 20px; border: 1px dashed rgb(209, 209, 209); border-radius: 5px;*/}
.board-addflie-box a { display: inline-block; margin-left: 20px; word-break: break-all; background: #fff}
/* 이전다음글 */
.board-view-bot { margin-top: 30px;}
.board-view-bot .btn-board-prev { display: inline-block; float: left; background: url('image/bg-arr-board-prev.png') no-repeat; background-position: left 5px top 5px; background-size: auto 7px; padding-left: 60px; font-size: 1.7rem; color: #111;}
.board-view-bot .btn-board-next { display: inline-block; float: right; background: url('image/bg-arr-board-next.png') no-repeat; background-position: right 5px top 5px; background-size: auto 7px; padding-right: 60px; font-size: 1.7rem; color: #111;}
.board-view-bot .btn-board-prev:hover { background-position: left 0 top 5px;}
.board-view-bot .btn-board-next:hover { background-position: right 0 top 5px;}
/* 공통스킨-글쓰기 */
.basic-write-skin { width: 100%; margin-top: 100px;}
.basic-write-skin dl { overflow: hidden; border-top: solid 1px #333; border-bottom: solid 1px #dbdbdb;}
.basic-write-skin dt { float: left; width: 20%; border-top: solid 1px #dbdbdb; box-sizing: border-box; padding: 15px 0; font-weight: 700; font-size: 1.5rem; color: #444; text-align: center; line-height: 42px;}
.basic-write-skin dd { float: left; width: 80%; border-top: solid 1px #dbdbdb; box-sizing: border-box; padding: 15px 2.5%; font-size: 1.5rem; color: #444;}
.basic-write-skin dd a { color: #444;}
.basic-write-skin dd .tbl-file { line-height: 42px;}
/* 멤버십 */
.member-form { overflow: hidden; width: 500px; padding: 60px 30px; margin: 50px auto 0; box-sizing: border-box; border-top: solid 1px #333; border-bottom: solid 1px #dbdbdb;}
.member-form input[type="text"],
.member-form input[type="password"] { width: 100%;}
.tit-member { padding-bottom: 20px; text-align: center;}
.tit-member h3 { font-size: 3.2rem; font-weight: 700; color: #111; text-transform: uppercase;}
.tit-member p { padding: 10px 0; font-size: 1.5rem; color: #444;}
/* 코멘트 */
#comment_skin { margin-top: 50px; border-top: 3px solid #333; border-bottom: 1px solid #333}
.comment_list_skin { width: 98%; margin: 0 auto;}
.comment_list_skin th { text-align: left; padding-top: 20px; font-family: 'Spoqa Han Sans Neo', sans-serif !important; font-size: 1.5rem; font-weight: 500; color: #9d762f}
.comment_list_skin th i { color: #9d762f; font-size: 1.8rem;}
.comment_list_skin td {width: 90%; font-family: 'Spoqa Han Sans Neo', sans-serif !important; padding: 10px 5px; font-size: 1.4rem; line-height: 1.5em; color: #666;border-bottom: 1px dashed #ccc;word-break: break-all; overflow: hidden; text-overflow: ellipsis;}
.ico_mark_black { font-family: 'Spoqa Han Sans Neo', sans-serif !important; font-size: 1.5rem; line-height: 2em; padding-left: 5px;}
.ico_mark_black span { color: #9d762f;  font-weight: 500;}
.input_textarea_log { width: 95%; min-width: 100%; max-width: 95%; height: 100px; max-height: 100px; min-height: 100px; margin-top: 5px; font-size: 1.5rem; padding: 1%; border: none; background: #eee; box-sizing: border-box; }
.btn_comment_save { border:1px solid rgb(107, 107, 107); line-height: 2.6em;}
.btn_comment_save input { border: 0; background: none; color:#fff; }
.btn_box { text-align: right; margin: 20px 0 10px;}
.btn_right { float:right; padding-right: 10px;}
.btn_right a i { display: inline-block; padding-left: 5px; color:#8d95a1;}
.p_date { font-size: 1.2rem;  color: rgb(158, 158, 158)}
.comment_write .user_box { overflow: hidden; width: 98%; margin: 20px auto 0;  padding: 10px 0 5px;}
.comment_write li { float: left; font-family: 'Spoqa Han Sans Neo', sans-serif !important;  font-size: 1.3rem; text-align: center; }
.comment_write li input { border: 1px solid #eee; padding: 4px; margin: 0 20px 0 20px} 
.comment_write li p { display: inline-block;}
/* ////////////////////////////////////////////////// notebook  */
@media all and (min-width:991px) and (max-width:1400px) {
	/* 코멘트 
	.comment_write .user_box { width: 60%; padding: 10px 0;}*/
}
/* ////////////////////////////////////////////////// tablet & mobile */
@media all and (min-width:641px) and (max-width:990px) {
	/* 베이직스킨-리스트형 */
	.list-cell div { padding: 20px 0; height: auto;}
	.list-cell .colum-number { width: 25%;}
	.list-cell .colum-content { width: 75%;}
	.list-cell .colum-subject { float: none; width: 90%;}
	.list-cell .colum-date { float: none; width: 90%; padding-top: 3px; text-align: left;}
	/* 공통스킨-글쓰기 */
	.basic-write-skin { width: 100%;}
	.basic-write-skin dt { float: none; width: 100%; padding: 10px 2.5% 0; text-align: left;}
	.basic-write-skin dd { float: none; width: 100%; padding: 0 2.5% 20px; border-top: 0;}
	/* 코멘트 */
	.comment_write .user_box { margin-top: 20px;}
}
/* ////////////////////////////////////////////////// mobile */
@media all and (max-width:640px) {
	/* 스킨리스트-검색 */
	.board-search-box { width: 100vw; margin-left: calc(-50vw + 50%); margin-bottom: 30px; margin-top: 50px; padding: 20px;}
	/* 상단카테고리탭 */
	.board-category-tab li { padding: 0 20px; background-position: left 5px;}
	/* 베이직스킨-리스트형 */
	.list-cell div { padding: 15px 0; height: auto;}
	/* 공통스킨-뷰 */
	.board-view-skin { margin-top: 50px; border-left: 0; border-right: 0;}
	.board-view-skin .view-top > div { padding: 17px 20px;}
	.board-view-skin .view-top .p_tit { font-size: 15px;}
	.board-view-skin .view-con > div { padding: 25px 5px;}
	.board-view-skin .view-con > div img { max-width: 100%; height: auto;}
	/* 첨부파일 */
	.board-addflie-box { margin-top: 40px;}
	/* 공통스킨-글쓰기 */
	.basic-write-skin dt { padding: 5px 2.5% 0; line-height: 36px;}
	.basic-write-skin dd { padding: 0 2.5% 15px;}
	/* 멤버십 */
	.member-form { width: 100%; padding: 30px 2.5%;}
	/* 코멘트 */
	.comment_write .user_box { margin-top: 10px; width: 100%;}
	.comment_write li { display: inline-block; text-align: left}
	.comment_write li input { width: 50%; margin: 0 20px 0 5px}



/* .comment_write li { float: left; font-family: 'Spoqa Han Sans Neo', sans-serif !important;  font-size: 1.3rem; text-align: center; }
.comment_write li input { border: 1px solid #eee; padding: 4px; margin: 0 20px 0 20px} 
.comment_write li p { display: inline-block;} */
}
