/* 고객센터 고객 질문 */
.de-customerWriter-table{
    border-top: 2px solid #6BA8CB;
    width: 100%;
}

table.de-customerWriter-table> tbody > tr:nth-child(1){
	height:40px;
    text-align: center;
    border-bottom:1px soild gray;
}

table.de-customerWriter-table> tbody > tr > th{
	background: #EFF1F2;
    text-align: center;
    font-weight: 600;
	border-bottom: 1px solid gray;
}
table.de-customerWriter-table> tbody > tr:nth-last-child(n+2){
	border-bottom: 1px solid gray;
}
.content-write{
	text-align:center;	
}
.content-write-textarea{
    width: 99%;
    border: 1px solid black;
    min-height: 300px;
    margin: 5px 0;
}

.de-regist-button{
	text-align:center;
}
.question-write-input{
	width: 100%;
    border: 1px solid rgb(182, 182, 182);
    padding: 3px 0 3px 13px;
}
/*장비 지원 그림 대신해서 CSS */

.de-signup-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

/* 줄 맞춤 CSS */

.de-signup-box {
    text-align: center;
    width: 250px;
    margin: 0 auto;
}

.de-resd-circle, .de-resd-circle-noafter {
	position:relative;
    width: 184px;
    height: 184px;
    border: 2px solid #3B8CBA;
    border-radius: 50%;
    margin: 0 auto;
}

.report-circle-desc{
    position: absolute;
    width: 100%;
    line-height: 1.3;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.4em;
    font-weight: 700;
}

.report-circle-desc > span:nth-child(1){color: #05A6D5;}
.report-circle-desc > span:nth-child(3){color: #EF942A;}

.de-resd-circle:after{
    content: "";
    display: block;
    background-image: url(../../assets/images/login/arrow-signup.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 120%;
    transform: translateY(-50%);
}

/* 하단 팀 입주안내 */
span.de-color-icon {
	color:#05A6D5;
}

.de-customer-text {
    font-size: 1.0em;
    color: #5B5B5B;
    padding: 9px 0 7px 18px;
    line-height: 1.6;
}

.de-font-detail {
	font-weight:bold;
}

.dot-blue {
	color: #3193D7;
    margin-left: -14px;
    padding-right: 10px;

}

.horn-color {
	color:#E89B17;
}

.desc-num {
	color:#97a6b6;
}

.de-info-title {
	padding:16px 0;
	font-size:20px;
	font-weight: 700;
}

.de-info-desc {
    padding: 2% 0 2% 3%;
	font-size:1.2em;
}

.de-subject-sub{
	padding-left: 14%;
	font-size:1.2em;
}
.de-info-desc >p{
	line-height: 1.4;	
}

.public-info-box{
    width: 95%;
    background-color: #f5f7fd;
    text-align: center;
    padding: 16px 0;
    border-bottom: 1px solid #A6A6A6;
    border-top: 1px solid #A6A6A6;
    margin: 10px auto;
    font-size: 1.2em;
    font-weight: 600;
}

.de-manage-list {
    display: inline-block;
    width: 300px;
	cursor: pointer;
    line-height: 28px;
}
.de-manage-list:hover{
	font-weight: 600;
}

/* 지원사업 신청 */

.de-writeless {
	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap;
}

/* 지원사업 신청 */

table.de-biz-table > tbody > tr > td {
    border-bottom: 1px solid #C4C9CC;
}

table.de-biz-table > tbody > tr > td > span {
    padding: 10px;
}

.de-biz-table {
    height: 300px;
    border-top: 2px solid #6BA8CB;
    border-bottom: 2px solid #6BA8CB;
}

/* 고객센터 */
.intro-title{
	height: 650px;
}
.de-btn-box {
    margin-top: 30px;
    text-align: center;
}

.btn-agree {
    background: #438D68;
    border: 0px solid transparent;
    cursor: pointer;
    color:#ffffff;
    font-size: 18px;
    text-decoration: none;
    height: 50px;
    margin: 34px 0;
    padding: 0 10%;
}

.btn-agree.white {
    background: #ffffff;
    border:1px solid #707070;
    color:#5B5B5B
}

.de-customer-write{
	margin: 10px 0;
	width:100%;
    text-align: right;
}

button.de-write-button{
    display: inline-block;
	background: #05A6D5;
    cursor: pointer;
    color: #ffffff;
    font-size: 1em;
    padding: 5px 36px;
}

/* 공직비리익명신고*/
.speaker-icon{
	color: #E89B17;
    vertical-align: top;
    width: 3%;
}
.de-report-text {
    margin: 10px 0px 10px 0px;
    font-size: 1.2em;
}

/* 정보공개 첫 페이지 */

.de-open-info {
    font-size: 1.4em;
    padding: 30px;
    border-top: 1px solid #6BA8CB;
    border-bottom: 1px solid #6BA8CB;
    color: #1B2838;
}

.sub-content {
	margin-left:55px;
	line-height:2.2;
	font-size:1.2em;
}
.de-sub-notice{
	color: #5B5B5B;
    font-size: 1.4em;
    padding: 5%
}

.sub-notice-box{
    width: calc(100% / 2 - 2px);
    display: inline-block;
    margin: 5px 0;
    min-height: 110px;
    vertical-align: top;
    text-align: left;
}

.sub-notice-container{
	width: 80%;
    margin-left: 14px;
}
@media (max-width: 425px) { 
	
	.big-container {
   		padding: 0 1%;
   		min-height: auto;
	}
	
	/* 정보공개제도안내 */
	.de-team-notice{
		font-size: 18px;
	}
	.de-open-info{
		font-size: 1.1em;
	    line-height: 1.5;
	    text-align: justify;
	}
	.de-info-title{
		font-size: 18px;
	}
	
	.sub-notice-box{
		width:100%;
	}
	
	div.sub-notice-container > div:nth-child(6){
		display:none;
	}
	
	/* 공직자비리익명신고 */
	
	.sub-content{
	    margin-left: 35px;
	}
	
	.de-resd-circle, .de-resd-circle-noafter{
	    width: 140px;
		height: 140px;
	}
	
	.de-signup-box{
		width: calc(50% - 2px);
	}
	
	.de-resd-circle:after{
		display:none;
	}
	.intro-title{
		height: 430px;
	}
}
