/*---------디자인 등록 제도안내 START*/

.ul-box {
	margin-top: 20px;
	line-height: 2.77;
}

.ul-box ul ul {
	margin-left: 20px;
}

.f-table{
    width: 100%;
    text-align: center;
    border-top: 1px solid black;

}

.table-wrap{
    color: #767676;
    margin-bottom: 2px;
}

.set-table-head{
    background: #d3d2d3;
    cursor: pointer;
    color: #444444;
    font-weight: bold;
/*    border-bottom: 1px solid black;*/
}
.set-table-head td:first-of-type{
  width: 20%;
    border-right: 1px solid gray;

}

.l-table{
   width: 100%;
}

.l-table td:first-of-type{
   width: 50%;

}
.l-table tr:first-of-type{
  border-bottom: 1px solid gray;

}

.l-table tr:last-of-type td{
    padding: 30px;
}
.l-table td:nth-of-type(2){
    min-width: 110px;
}
.tbody-toggle{
    border-bottom: 1px solid black;
    text-align: center;
    display: none;


}


/*---------디자인 등록 제도안내 END*/

/* --------- 디자인 등록 신청 START */


.box-step-img {
	width: 100% !important;
	text-align: center !important;
	margin-bottom: 100px;
}

.box-step-img img {
	width: 100%;
	max-width: 600px;
}
.color-info {
	float: right;
	text-align: right;
	color: #fe6969;
	font-size: 13px;
	padding-top: 15px;
	display: inline-block;
}

.color-info div {
	width: 17px;
	height: 8px;
	background: #ff5858;
	display: inline-block;
	text-align: left;
}
.check-space {
	margin-right: 4%;
}
/* --------- 디자인 등록 신청 END */


/* --------- 디자인등록간편지식 */
/* 테이블 Q&A 양식 */
.com-table{
	margin-bottom: 5%;
}
.com-table .table-question {
	transition: all 0.7s;
}
.com-table .table-question:hover,
.com-table .table-question:active,
.com-table .table-question:focus {
	background-color: #ffdc71;
	color: #000;
	font-weight: bolder;
	font-size: 13px;
	transition: all 0.7s;
}
.com-table .table-answer {
	background: #f3f3f3 !important;
}
.com-table .table-answer td span.answer{
	/* float: left; */
	font-size: 24px;
	font-weight: bold;
	padding: 0%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 23%;
}
.com-table .table-answer td div {
	text-align: left;
	padding: 5%;
}
.answer-content {
	text-align: left !important;
	width: 100% !important;
	display: table;
}
.know-table-box {
	display: none;
}
.know-table-head {
	margin-top: 0 !important;
	transition: all 0.7s;
}
.know-table-head thead tr:first-of-type {
	border-top: none !important;
	cursor: pointer;
    background: none;
}

/* Q&A 질문 클릭시 활성화 클래스 */
.know-table-head:hover,
.know-table-head:active,
.know-table-head:focus {
	background: #ffdc71;
	transition: all 0.7s;
	font-weight: bolder;
	font-size: 14px;
}
.know-table-head.head-selected {
	background: #ffdc71;
	transition: all 0.7s;
	font-weight: bolder;
	font-size: 14px;
}



.know-table-body {
	margin-top: 0 !important;
}
.table-answer {
	border-top: none !important;
}

/* 파일업로드 */

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
