@charset "utf-8";

/* scroll event처리를 위해 css 추가 20200702 박은식*/
.ContArea .Term {
	font-size: 14px;
    overflow: auto;
}

.ContArea .Term dl {
	position: relative;
	padding: 9px 0;
	word-break: keep-all;
	border-bottom: #ccc solid 1px;
}

.ContArea .Term dl:last-child {
	margin-bottom: 10px;
}

.ContArea .Term dt {
	display: flex;
    /* font-family: "NanumSquareB"; */
    color: #353B48;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 5px 5px 5px 15px;
    background: url(../images/common/select_arrow.png) no-repeat right;
    background-position-x: 95%;
    background-size: 14px;
}
/*2020825 박은식 통계용어설명 리스트 클릭시 화살표 이미지 변경 start*/
.ContArea .Term dt.show {
	display: flex;
    /* font-family: "NanumSquareB"; */
    color: #353B48;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 5px 5px 5px 15px;
    background: url(../images/common/select_arrow_bw.png) no-repeat right;
    background-position-x: 95%;
    background-size: 14px;
}
/*2020825 박은식 통계용어설명 리스트 클릭시 화살표 이미지 변경 end*/

.ContArea .Term dd {
	background-color: #F9FBFA;
    padding: 15px;
    border-top: 1px solid #ddd;
}
/* 통계용어설명  end*/


/*공지사항 start*/
.ContArea .Notice {
	font-size: 14px;
    overflow: auto;
}

.ContArea .Notice dl {
	position: relative;
	padding: 9px 0;
	word-break: keep-all;
	border-bottom: #ccc solid 1px;
}

.ContArea .Notice dl:last-child {
	margin-bottom: 10px;
}

/*20200827 박은식 불필요한 소스 삭제  start*/
/* .ContArea .Notice dt {
	display: flex;
    font-family: "NanumSquareB";
    color: #353B48;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 5px;
    background: url(../images/common/select_arrow.png) no-repeat right;
    background-position-x: 95%;
    background-size: 14px;
}

.ContArea .Notice dt.show {
	display: flex;
    font-family: "NanumSquareB";
    color: #353B48;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 5px;
    background: url(../images/common/select_arrow.png) no-repeat right;
    background-position-x: 95%;
    background-size: 14px;
} */
/*20200827 박은식 불필요한 소스 삭제  end*/

.ContArea .Notice dd {
	background-color: #F9FBFA;
    padding: 15px;
    border-top: 1px solid #ddd;
}

/*공지사항 end*/

/*SGIS 플러스 소개 시작*/
.ContNav {
	background: #457bc3;
}

.ContNav a {
	width: 33%;
	height: 36px;
	display: inline-block;
	background: #457bc3;
	text-align: center;
	border-right: 1px solid #38649e;
	box-shadow: inset 1px 0px 1px 0px rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	font-family: "NanumSquareB";
	font-size: 14px;
	color: #b6cbe6;
	padding: 10px 0;
	z-index: 1;
}

.ContNav a:last-child {
	border-right: none;
	box-shadow: none;
}

.ContNav a.M_on {
	width: 34%;
	color: #ffda84;
	z-index: 10;
}

.ContNav a.M_on:after {
	content: '';
	display: block;
	position: relative;
	left: 0;
	top: -26px;
	border-top: 3px solid #ffda84;
}

.ContArea {
	box-sizing:border-box; padding:10px;
}

/* .ContArea img {
	width: 100%;
} */

.ContArea h1 {
	font-family: "Noto Sans KR";	/* 2020.09.21[한광희] 폰트 수정 */
	font-size: 20px;
	color: #000;
	margin: 15px 0 5px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.ContArea h2 {
	font-size: 18px;
	color: #353B48;
	margin-left: 5px;
}

.ContArea>p {
	margin-bottom: 20px;
	font-size: 14px;
	word-break: break-all;
}

.ContFooter {

}

.ContArea ul.History {
	font-size: 14px;
	/* border-top: #ccc solid 1px; */
	border-left: 1px dashed #98cbde;
}

.ContArea ul.History li {
	position: relative;
	padding: 7px 0 7px 80px;
	word-break: keep-all;
}

.ContArea ul.History li::before {
	content: "";
	position: absolute;
	left: -5px;
	top: 23px;
	width: 6px;
	height: 6px;
	border: 2px solid #008EC4;
	border-radius: 50%;
	background-color: #008EC4
}

.ContArea ul.History li span {
	position: absolute;
	top: 7px;
	display: block;
	padding-top: 10px;
	left: 15px;
	font-weight: 500;
	color: #353B48;
}

.ContArea ul.History li p {
	background-color: #FAFBFB;
	padding: 10px 7px 10px 7px;
}

.ContArea div.IntroArea {
	padding: 10px 5% 15px 5%;
}

.ContArea div.IntroArea p {
	font-size: 14px;
	color: #353B48;
	line-height: 1.5em;
	margin-top: 15px;
}

.ContArea div.IntroArea ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.ContArea div.ConcepArea {
	background-color: #F6F8F9;
	padding: 10px 5% 15px 5%;
}

.ContArea div.HistArea {
	padding: 10px 5% 15px 5%;
}

.introducion_circle {
	width: 10px;
	height: 10px;
	background-color: white;
	border: 2px solid #2DC2DA;
	border-radius: 20px;
}

.introduction_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

/*SGIS 플러스 소개 끝*/

/* .ListSearch ul li { display:inline; } */
/* .ListSearch ul li {
	border: 1px solid #ddd;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 */


.ListSearch { box-sizing:border-box; padding:10px;}
.ListSearch .ListTopsearch {
	width: 88%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 20px;
}

.ListSearch .ListTopsearch li {
	display: flex;
	flex: 1 50%;
	align-items: center;
	justify-content: center;
	height: 35px;
}

.ListSearch .ListTopsearch li:nth-child(1){
	border-right: 1px solid #ccc;
}



.ListSearch .ListTopsearch li a {
	color: #777C82;
	font-size: 14px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/common/select_arrow.png) no-repeat right;
	background-size: 15px;
	background-position-x: 90%;
}

.ListSearch .ListTopsearch li a.on {
	color: white;
	background: url(../images/common/select_arrow_w.png) #2FBFDE no-repeat right;
	background-size: 15px;
	background-position-x: 90%;
}

.krSrch ul li.on,
.EnSrch ul li.on{
	background-color: #2FBFDE;
}

.krSrch ul li.on a,
.EnSrch ul li.on a{
	color: #fff;
}

.krSrch {
	width: 88%;
	flex-direction: column;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #F9FBFA;
	padding: 14px 0;
}

.krSrch > ul {
	display: flex;
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
}

.krSrch>ul li {
	border: 1px solid #ddd;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3px;
	flex: 1 auto;
	background-color: white;
}

.krSrch>ul li a {
	color: #353B48;
    font-size: 13px;
    font-weight: 500;
}


.EnSrch {
	width: 88%;
	flex-direction: column;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #F9FBFA;
	padding: 14px 0;
}

.EnSrch > ul {
	display: flex;
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
}

.EnSrch>ul li {
	border: 1px solid #ddd;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3px;
	flex: 1 auto;
	background-color: white;
}

.EnSrch>ul li a {
	color: #353B48;
    font-size: 13px;
    font-weight: 500;
}


.search-result {
	display: flex;
    margin: 5px auto;
    flex-direction: row;
    align-items: center;
    height: 30px;
    background-color: #F7F7F7;
    box-sizing:border-box; 
    border-radius: 1px; border:1px solid #E0E0E0;
}

.search-result>input {
	/* 2022-12-13 수정  */
	margin-left: 16px;
	width: 83%;
/* 	height: 45px; */
	font-size: 1.2em;
/* 	background-color: transparent; */
	border: 0;
	outline: none;
	font-weight: 700;
}


.search-btn {
	width: 24px;
	height: 24px;
	display: flex;
	background: url(../images/main/search_rnb.png) no-repeat center;
	background-size: 22px;
}

.search-select {
	display: flex;
    border: 0;
    padding: 0;
    background-color: #f1f1f1;
    margin-left: 13px;
    padding-right: 5px;
    border-right: 1px solid #ddd;
    outline: none;
}

.bt {border-top: 1px solid #000;}
.mt20 {margin-top: 20px;}

/*공지사항 시작*/
.ContArea .Notice {
	font-size: 14px;
}

.ContArea .Notice dl {
	position: relative;
	word-break: keep-all;
	border-bottom: #ccc solid 1px;
}

.ContArea .Notice dl:last-child {
	margin-bottom: 10px;
}

.ContArea .Notice dt {
	padding: 7px 0;
	background: #fff;
	background: url(../images/common/select_arrow.png) no-repeat right;
    background-position-x: 95%;
    background-size: 14px;
}

/*20200827 박은식 공지사항 리스크 틀릭시 화살표 전환 추가 start*/
.ContArea .Notice dt.show {
	padding: 7px 0;
	background: #fff;
	background: url(../images/common/select_arrow_bw.png) no-repeat right;
    background-position-x: 95%;
    background-size: 14px;
}
/*20200827 박은식 공지사항 리스크 틀릭시 화살표 전환 추가 end*/

.ContArea .Notice dt a {
	color: #666;
	font-size: 12px;
	display: block;
	padding-left: 10px;
}

.ContArea .Notice dt a strong {
	display: block;
	font-family: "NanumSquareB";
	color: #000;
	font-size: 14px;
}

.ContArea .Notice dd {
	padding: 10px;
	/* width: 100%; */
	overflow: scroll;
	background-color: #F9FBFA;
}

/*20200827 박은식 불필요한 소스 삭제 start*/
/* .ContArea .Notice dl.Important dt {
	background: #fff;
	background: url(../images/common/select_arrow.png) no-repeat right;
    background-position-x: 95%;
    background-size: 14px;
} */

/*2020825 공지사항 리스트 클릭시 화살표 이미지 변경 start*/
/* .ContArea .Notice dl.Important dt.show {
	background: #fff;
	background: url(../images/common/select_arrow_bw.png) no-repeat right;
    background-position-x: 95%;
    background-size: 14px;
} */
/*2020825 공지사항 리스트 클릭시 화살표 이미지 변경 end*/
/*20200827 박은식 불필요한 소스 삭제 end*/

.ContArea .Notice dl.Important dt a {
	color: #666;
	padding-left: 10px;
}

.ContArea .Notice dl.Important dt a strong {
	color: #000;
	line-height: 180%;
}

.ContArea .Notice dd.File {
	background: #f0f0f0 url(../images/common/icon_file.png) no-repeat left
		top;
	background-size: 26px;
	height: 26px;
	padding: 5px 0 0 36px;
	box-sizing: border-box;
}

.ContArea .Notice dd.File a {
	color: #457bc3;
	text-decoration: underline;
}
/*공지사항 끝*/

.Pasing {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.Pasing > a {
	border: 1px solid #ddd;
    border-radius: 5px;
    padding: 2px;
    color: #707070;
}
/*20200915 박은식 개선사항 삭제 start*/
/*2020825 박은식 qna css 추가 start*/
/* .ContArea .qna {
	font-size: 14px;
}

.ContArea .qna dl {
	position: relative;
	word-break: keep-all;
	border-bottom: #ccc solid 1px;
}

.ContArea .qna dl:last-child {
	margin-bottom: 10px;
}

.ContArea .qna dt {
	padding: 7px 0;
	background: #fff;
	background: url(../images/common/select_arrow.png) no-repeat right;
    background-position-x: 95%;
    background-size: 14px;
}

.ContArea .qna dt a {
	color: #666;
	font-size: 12px;
	display: block;
	padding-left: 10px;
}

.ContArea .qna dt a strong {
	display: block;
	font-family: "NanumSquareB";
	color: #000;
	font-size: 14px;
}

.ContArea .qna dd {
	padding: 10px;
	width: 100%;
	overflow: scroll;
	background-color: #F9FBFA;
}
 */
/*20200825 박은식 qna 클릭시 리스트 화살표 전환 start*/
/* .ContArea .qna dt {
	display: flex;
    font-family: "NanumSquareB";
    color: #353B48;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 5px 5px 5px 15px;
    background: url(../images/common/select_arrow.png) no-repeat right;
    background-position-x: 95%;
    background-size: 14px;
}

.ContArea .qna dt.show {
	display: flex;
    font-family: "NanumSquareB";
    color: #353B48;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 5px 5px 5px 15px;
    background: url(../images/common/select_arrow_bw.png) no-repeat right;
    background-position-x: 95%;
    background-size: 14px;
} */
/*20200825 박은식 qna 클릭시 리스트 화살표 전환 end*/

/* .ContArea .qna dl.Important dt a {
	color: #666;
	padding-left: 10px;
}

.ContArea .qna dl.Important dt a strong {
	color: #000;
	line-height: 180%;
}

.ContArea .qna dd.File {
	background: #f0f0f0 url(../images/common/icon_file.png) no-repeat left
		top;
	background-size: 26px;
	height: 26px;
	padding: 5px 0 0 36px;
	box-sizing: border-box;
}

.ContArea .qna dd.File a {
	color: #457bc3;
	text-decoration: underline;
}

.cmmnt_reg {
	font-size: 15px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    border-radius: 5px;
    border: 2px solid #5C8FCA;
    margin: 5px 0;
    color: #5C8FCA;
    font-weight: 500;
    padding: 8px 0;
}

.Comments_Insert{
	position: absolute;
    top: 0;
    z-index:999;
    background-color:#fff;
    
}
.datatit{
	color:#fff;
}

.InsertForm input[type=text], .InsertForm input[type=password]{ 
	width: 100%;
    border: #E1E1E2 solid 1px;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 10px 7px;
    outline: none;
}

.label {
	font-family: inherit;
    color: #707070;
    font-size: 13px;
    margin-bottom: 3px;
    display: block;
    font-weight: 500;
    text-align: right;
}

.txt {
	line-height: 180%;
    font-size: 14px;
    padding-left: 20px;
    text-indent: 1px;
    color: #707070;
    margin-bottom: 20px;
}

.txt > li {
    list-style: square;
} */

/*2020826 신예리 qna css 추가  end*/


/* .Insert_Filearea > div {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.InsertForm .Insert_File div button {
	height: 36px;
	width: 95px;
	background: #999;
	border: #807e7e solid 1px;
	position: absolute;
	right: 0;
	top: 0;
	font-family: 'NanumSquare';
	color: #fff;
	font-size: 14px;
}
.Insert_Filearea > div > button {
	width: 50px;
    padding: 10px;
    margin: 10px 0;
    background-color: white;
    border-top: #E1E1E2 solid 1px;
    border-bottom: #E1E1E2 solid 1px;
    border-right: #E1E1E2 solid 1px;
    background-color: white;
    text-align: center;
    margin-left: -1px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.sfbLabel_cmm{
	position: relative;
    color: #4B5158;
    font-size: 14px;
}
.InsertForm{
	padding-top: 10%;
}
#cmmnt_title{
    width: 100%;
    border: #E1E1E2 solid 1px;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 10px 7px;
    outline: none;
}
#cmmnt_opinion_state{
	min-height: 120px;
    padding: 10px 10px 40px 10px;
    text-align: start;
    width: 100%;
    border: #E1E1E2 solid 1px;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    outline: none;
}
 */
/*2020825 박은식 qna css 추가  end*/
/*20200915 박은식 개선사항 삭제 end*/

.PasingFst {
	background: url('../images/common/prev_00.png') no-repeat center;
}


.PasingForward {
	background: url('../images/common/prev_01.png') no-repeat center;
}

.PasingLst {
	background: url('../images/common/next_00.png') no-repeat center;
}


.PasingNext {
	/* background: url('../images/common/next_01.png') no-repeat center; */
}


#all-community-list { overflow-y:auto; height:calc(100% - 156px); width:100%; margin:0 auto; box-sizing:border-box; padding:0; }