.wrap_visual {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 260px;
	max-width: 1528px;
}
.visual {
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	z-index: 3
}

.visual h2, .visual h2 span {
	line-height: 34px;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center
}

.visual h2 {
	color: #2a2a2a;
	padding-top: 55px;
	font-size: 35px;
	letter-spacing: -0.05em;
	font-weight: 500;
}

.visual h2 span {
	color: #4c4c6e;
	font-weight: 300;
	display: block;
	padding-top: 6px;
	font-size: 13px;
}

.visual1 {
	background: url('../img/sub/sub-img.jpg') center top no-repeat;
	background-size: auto 100%;
}

.visual_zoomin {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.visual_zoomin h1{
	color: #fff;
    font-size: 34px;
    font-weight: 500;
    border-bottom: 3px solid #fff;
}
.sub_location{
	margin: 0 auto;
    position: relative;
    width: 100%;
    height: 45px;
    max-width: 1528px;
    background-color: #f4f4f4;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.sub_location .location-box{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.sub_location .location-box ul > li{
	float: left;
	position: relative;
}
.sub_location .location-box ul > li > a{
	border-left: 1px solid #e0e0e0;
	height: 45px;
	display: inline-block;
	line-height: 45px;
	padding: 0 105px 0 10px;
	font-size: 16px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    transition: all .2s ease;
}
.sub_location .location-box ul > li > a.menu-open{
	min-width: 220px;
}
.sub_location .location-box ul > li > a::after{
	font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    position: absolute;
    right: 10px;
    transition: all .2s ease;
    opacity: .75;
}
.sub_location .location-box ul > li > a.on::after{
	transform: rotate(-180deg);
	transition: all .2s ease;
}
.sub_location .location-box ul > li > a.on{
	background-color: #0861d2;
	color: #fff;
	transition: all .2s ease;
}
.sub_location .location-box ul > li:first-child > a{
	padding: 0 15px 0 15px;
	font-size: 0px;
}
.sub_location .location-box ul > li:first-child > a::before{
	font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900;
    transition: all .2s ease;
    opacity: .75;
    font-size: 17px;
}
.sub_location .location-box ul > li:last-child > a{
	border-right: 1px solid #e0e0e0;
}
.sub_location .location-box ul > li:first-child > a::after{
	content: "";
}
.sub_location .location-box ul > li ol{
	position: absolute;
	background-color: #fff;
	border: 1px solid #cecece;
	border-top: none;
	width: 100%;
	z-index: 1;
	display: none;
}
.sub_location .location-box ul > li ol a{
	border-bottom: 1px solid #cecece;
	display: block;
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	cursor:pointer;
}
.sub_location .location-box ul > li ol li:last-child a{
	border-bottom: none;
}
.sub_contents_box {
	width: 76.5%;
	float: left;
	position: relative;
	padding: 80px 0 50px 40px;
}

.sub_t_location {
	overflow: hidden;
	margin-bottom: 20px;
}
.sub_t_location h3 {
	font-size: 32px;
	color: #000;
	font-weight: 500;
	overflow: hidden;
	padding-bottom: 10px;
}

.sub_t_location ul {
	/* float: right; */
	overflow: hidden;
	border: 1px dashed #ccc;
	border-radius: 30px;
	padding: 7px 20px 8px 20px;
	position: absolute;
	right: 0;
	top: 90px;
}

.sub_t_location li {
	float: left;
	font-size: 13px;
}
.sub_t_location li::after {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	padding: 0 10px;
    color: #aaa;
    font-size: 11px;
}
.sub_t_location li:first-child::before{
	font-family: "Font Awesome 5 Free";
	content: "\f015";
	font-weight: 900;
	margin-right: 5px;
	color: #888;
}
.sub_t_location li:last-child {
	background: none;
	padding-right: 0;
	font-weight: 500;
	color: #0981c6;
}
.sub_t_location li:last-child::after{
	content: "";
	padding: 0;
}
.contents {
	max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.contents:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#contents {
	position: relative;
	min-height: 600px;
}

#aside.section {
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
	width: 23.5%;
	margin: -33px 0 0;
}

#aside.section #label {
	position: relative;
	width: 100%;
}

#aside.section #label a.sub_nav_open {
	display: none;
	width: 40px;
	height: 30px;
	position: absolute;
	top: 6px;
	right: 10px;
}

#aside.section #label a.sub_nav_open strong {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}

#aside.section .aside_btext {
	text-align: center;
	background-color: #0a4594;
	height: 83px;
	display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#aside.section .aside_btext {
	text-align: center;
	color: #fff;
	font-size: 28px;
	letter-spacing: -0.07em;
	font-weight: 400;
}

#sub_nav {
	
}

#sub_nav ul {
	padding: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#sub_nav ul li {
	border-bottom: 1px solid #ccc;
}

#sub_nav ul li > a {
	display: block;
	font-weight: 500;
	font-size: 18px;
	padding: 20px 5%;
	position: relative;
	transition: all .2s ease;
}
#sub_nav ul li:hover > a,
#sub_nav ul li > a.on{
	background: #0861d2;
    color: #fff;
    transition: all .2s ease;
}

#sub_nav ul li:hover > a::after,
#sub_nav ul li > a.on::after{
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 23px;
}
#sub_nav ul li dd > a {
	display: block;
	font-weight: 400;
	font-size: 15px;
	padding: 10px 10%;
	line-height: 15px;
	position: relative;
}
#sub_nav ul li dd > a:before{
	position: absolute;
	left: 4%;
	content: "ㆍ"
}
#sub_nav ul li > a:hover + dl dd:first-child a:before,
#sub_nav ul li dd > a:hover:before,
#sub_nav ul li dd > a.on:before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	left: 6%;
	font-size: 11px;
}
#sub_nav ul li > a:hover + dl dd:first-child a{
	color: #0861d2;
}
#map-view{
	width: 100%;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 5px;
    float: left;
    background-color: #fff;
	border: 1px solid #e9e9e9;
}
.one-third-block#map-view{
	width: 33.33%;
	height: 178px;
}
#map-view .map-img{
	width: 33.33%;
	background-position: center;
	background-size: auto 100%;
	border-radius: 5px;
	text-align: center;
	float: left;
	text-align: center;
}
.one-third-block#map-view .map-img{
	width: 100%;
}
#map-view .map-img img{
	width: 90%;
	border-radius: 15px;
	border: 5px solid #fff;
	display: block;
	margin: 0 auto;
}
#map-view .map-view-img a{
    overflow: hidden;
    border-radius: 5px;
    align-items: center;
    display: none;
    text-align: center;
}
#map-view .map-view-img a.on{
	display: flex;
}
#map-view .map-view-img a img{
	width: 100%;
}
#map-view .map-img.on{
	display: block;
}
#map-view .map-radio .sch-radio{
	display: inline-block;
	padding: 4px 8px 0 0;
}
#map-view .map-img input[type="radio"]:checked + label img{
	border: 5px solid #0170e0;
}
#map-view .map-img label::before{
	display: none;
}
.contents-block .search-block{
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	padding: 10px 24px; 
	border-radius: 3px;
	margin: 15px 0;
}
.contents-block .search-block.total-search{
	display: inline-block;
    width: 100%;
}
.total-search .sch-text-box{
    padding: 15px 0 15px 20%;
    text-align: left;
    background: url(../img/sub/sch-word-img.png) 5% center no-repeat;
}
.total-search .sch-text-box.sch2{
    padding: 15px 0 15px 25%;
    text-align: left;
    background: url(../img/sub/sch-word-img2.png) 5% center no-repeat;
}
.total-search .sch-text-box.sch3{
    padding: 15px 0 15px 25%;
    text-align: left;
    background: url(../img/sub/sch-word-img3.png) 5% center no-repeat;
}
.total-search .sch-text-box h1{
	font-size: 21px;
    font-weight: 500;
    color: #ff5c5c;
    line-height: 23px;
    padding: 5px;
}
.total-search .sch-text-box span{
    line-height: 17px;
    padding: 5px;
    display: block;
}
.total-search .sch-text-box.sch3 span {
    line-height: normal;
    padding: 0 5px 5px;
    display: block;
    font-size: 17px;
}
.total-search .sch-text-box span b{
    text-decoration: underline;
    font-weight: 400;
}
.total-search .sch-text-box span strong{
    color: #24609f;
    font-weight: 500;
}
.contents-block .search-block.total-search > input{
	float: left;
}
.contents-block h1.tit{
	font-size: 18px;
	font-weight: 500;
	padding: 5px 0;
}
.contents-block .search-block .line-box{
	background-color: #fff;
	border: 1px solid #e9e9e9;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 5px;
	text-align: left;
	display: inline-block;
	width: 100%;
}
.contents-block .search-block .line-box .sch-check,
.contents-block .search-block .line-box .sch-radio{
	display: inline-block;
	padding: 4px 8px;
}
.contents-block .search-block .line-box.checked-box{
	display: none;
}
.contents-block .search-block .line-box.checked-box.on{
	display: inline-block;
}
.contents-block .search-block .line-box.checked-box.two-third-block{
	width: 65%;
    float: right;
    height: 178px;
    overflow: auto;
}
.sch-date-option {
    display: none;
    padding: 0 0 5px 0;
    width: 100%;
}
.sch-date-option.on {
    display: inline-block;
}
.sch-option select {
    width: 49.5%;
    float: left;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 7px 0;
    border-radius: 4px;
    font-weight: 300;
    text-align-last: center;
    /* color: #fff; */
    margin: 0 0 5px 0;
    height: auto;
}
.sch-option.sch-search select{
	width: 20%;
	margin: 0;
}
.sch-option select:nth-child(2n){
	margin-left: 0.5%;
}
.btn-block{
	text-align: center;
	padding: 15px 0;
}
a.search-btn {
    background-color: #f47320;
    padding: 6px 32px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 25px;
    margin: 0 auto;
    cursor: pointer;
}
a.search-btn::before{
	font-family: "Font Awesome 5 Free";
	content: "\f002";
	font-weight: 900;
	padding-right: 10px;
}
a.search-btn:hover{
	background-color: #0170e0;
}
.result-form{
	position: relative;
}
.result-form .btn-block{
	text-align: right;
	position: absolute;
	right: 0;
	top: -10px;
}
.result-form .btn-block a{
	background-color: #aaa;
    padding: 6px 22px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}
.result-form .btn-block a::before,
.result-form .btn-block a::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px;
	font-size: 14px;
}
.result-form .btn-block a.pdf-btn{
    border-radius: 3px;
}
.result-form .btn-block a:hover{
	background-color: #0170e0;
}
.result-form .btn-block a.data-btn::before{
	content: "\f233";
}
.result-form .btn-block a.chart-btn::before{
	content: "\f080";
}
.result-form .btn-block a.excel-btn::before{
	content: "\f1c3";
}
.result-form .btn-block a.list-btn::before{
	content: "\f00b";
}
.result-form .btn-block a.write-btn::before{
	content: "\f304";
}
.result-form .btn-block a.modify-btn::before{
	content: "\f044";
}
.result-form .btn-block a.delete-btn::before{
	content: "\f2ed";
}
.result-form .btn-block a.pdf-btn::after{
	content: "\f1c1";
	font-size: 18px;
	vertical-align: bottom;
	padding: 0 0 0 15px;
}
.result-form .btn-block a.more-btn::before{
	content: "\f00e";
}
div.list-body {
    padding: 15px 0 10px;
    position: relative;
}
div.paging-block {
    text-align: center;
    padding: 25px 0 0;
}
div.paging-block a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    line-height: 30px;
    vertical-align: top;
    color: #888;
    cursor: pointer;
}
div.paging-block a.page-arrow {
    border: 1px solid #dedfdf;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
}
div.paging-block a.page-arrow.start-page::before {
    font-family: "Font Awesome 5 Free";
    content:"\f100";
	font-weight: 900;
	font-size: 14px;
}
div.paging-block a.page-arrow.prev-page::before {
    font-family: "Font Awesome 5 Free";
    content:"\f104";
	font-weight: 900;
	font-size: 14px;
}
div.paging-block a:hover, 
div.paging-block a.page-num:focus, 
div.paging-block a.page-num:active, 
div.paging-block a.page-num.on {
    background-color: #0170e0;
    color: #fff;
    border-color: #0170e0;
}
div.paging-block a.page-arrow.next-page::before {
    font-family: "Font Awesome 5 Free";
    content:"\f105";
	font-weight: 900;
	font-size: 14px;
}
div.paging-block a.page-arrow.last-page::before {
    font-family: "Font Awesome 5 Free";
    content:"\f101";
	font-weight: 900;
	font-size: 14px;
}
#search-input{
	width: 80%;
}
.sch-option.sch-search .search-day{
	width: 19.5%;
}
.sch-option.sch-search #search-input{
	width: 59.5%;
	margin-left: 0.5%;
}
.sch-option.sch-search #search-input.search-twice-select-view{
	width: 39.5%;
	margin-left: 0.5%;
}
#search-btn{
	width: 19.5%;
	float: right;
	    background: #0170e0;
    height: 37px;
    color: #fff;
    font-size: 17px;
    border-radius: 3px;
}
#search-btn::before{
	font-family: "Font Awesome 5 Free";
    content: "\f002";
    font-weight: 900;
    padding-right: 10px;
}
.search-fast{
	float: left;
	padding: 5px 0;
	overflow: hidden;
	width: 100%;
}
.search-fast h4{
	display: inline-block;
    width: 100%;
    padding: 0 0 0 90px;
    text-align: justify;
    position: relative;
}
.search-fast h4::before{
	content: "주요 검색어";
    background-color: #aaa;
    color: #fff;
    padding: 1px 10px;
    border-radius: 4px;
    font-size: 13px;
    position: absolute;
    width: 85px;
    left: 0;
    text-align: center;
}
.search-fast a{
	margin-right: 8px;
	padding: 1px;
	cursor: pointer;
	display: inline-block;
}
.search-fast a:hover{
	text-decoration: underline;
	color: #0170e0;
}
.sch-option.sch-half{
	width: 49.5%;
	float: left;
}
.sch-option.sch-half.sch-half-right{
	float: right;
}
.cont-info {
    padding: 20px 0;
}
.location-intro .text-area{
	padding: 10px;
	border-bottom: 1px dotted #ddd;
}
.location-intro .text-area:last-child{
	border: none;
}
.cont-info > h1 {
    font-size: 17px;
    padding: 10px 0 10px 20px;
    color: #0070b7;
    position: relative;
    font-weight: 400;
}
.cont-info > h1::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    position: absolute;
    content: "\f101";
    top: 13px;
    left: 0;
}
.cont-info > h1.big-text{
	background: #0070b7;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    display: block;
    padding: 6px 50px;
    font-size: 21px;
    max-width: 400px;
    margin: 0 auto 10px;
    font-weight: 500;
}
.cont-info > h1.big-text::before{
	content: "";
}
.cont-info > ol {
    padding: 0 0 10px;
}
.cont-info ol li {
    padding: 5px 0 5px 15px;
    font-size: 14px;
    position: relative;
}
.cont-info ol li::before {
    position: absolute;
    content: "-";
    left: 5px;
}
.cont-info ol li ol li{
	padding: 3px 0 3px 5px;
}
.cont-info ol li ol li::before {
    position: absolute;
    content: "ㆍ";
    left: -8px;
}
.cont-info ol li ol li ul li{
	padding: 0 0 0 10px;
}
.cont-info ol li ol li ul li::before {
    position: absolute;
    content: "-";
    left: 0px;
}
.cont-info ol li.circle-li{
	padding-left: 20px;
	font-weight: 400;
	font-size: 17px;
}
.cont-info ol li.circle-li::before{
	display: block;
    width: 7px;
    height: 7px;
    left: 10px;
    top: 15px;
    border: 2px solid #0981c6;
    opacity: .75;
    border-radius: 100%;
    content: "";
}
/* .view-contents{
	min-height: 250px;
} */
.view-contents a.align-box{
	display: block;
	width: 100%;
}
.view-contents a.align-box.center{
	text-align: center;
}
.view-contents a.align-box > img{
	width: 100%;
}
.view-board .file-list {
    display: inline-block;
    width: 100%;
}
.view-board h1.big-text{
	font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
    position: relative;
}
.view-board .eng-text{
	display: block;
	padding: 0 0 0 15px;
	font-size: 14px;
}
.view-board h1.big-text::before {
    display: block;
    width: 10px;
    height: 10px;
    left: 6px;
    top: 8px;
    border: 2px solid #0981c6;
    opacity: .75;
    border-radius: 100%;
    content: "";
    position: absolute;
}
.reply-board .reply-text{
	display: block;
	position: relative;
	padding: 0 0 0 20px;
}
.reply-board .reply-text::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f4ad";
	color: #0981c6;
	position: absolute;
	left: 0px;
    top: 4px;
    opacity: .75;
}
.reply-board input[type=text], 
.reply-board input[type=password]{
	height: 30px;
}
.reply-board textarea{
	height: 80px;
}
.reply-board div.rating-cancel{
	display: none !important;
}
.reply-board div.rating-cancel, div.star-rating{
    width: 22px;
    height: 22px;
}
.reply-board div.rating-cancel a, div.star-rating a {
    display: block;
    width: 18px;
    height: 18px;
    background-position: 0 0px;
    border: 0;
    text-indent: initial;
    font-size: 0px;
}
.reply-board div.star-rating{
	position: relative;
}
.reply-board div.star-rating a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f005";
	font-size: 18px;
	color: #aaa;
}
.reply-board div.star-rating.star-rating-hover a::before,
.reply-board div.star-rating.star-rating-on a::before{
	color: #ff5356;
}
.view-board .file-list li {
    padding: 5px 10px 5px 15px;
    position: relative;
    border: none;
    display: inline-block;
    width: 100%;
}
.view-board .file-list li a {
    font-size: 14px;
    display: block;
    font-weight: 300;
    width: 80%;
    float: left;
    position: relative;
    cursor: pointer;
}
.view-board .file-list li a:before {
    content: "\f0c7";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    color: #0170e0;
    position: absolute;
    left: -15px;
    top: 3px;
}
.view-board .file-list li span {
    font-size: 12px;
    display: block;
    text-align: right;
    width: 20%;
    float: left;
    color: #aaa;
}
.lists-table a.lists{
    position: relative;
    cursor: pointer;
    padding: 0px 0px 0px 15px;
}
.lists-table a.lists:before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    color: #0170e0;
    position: absolute;
    left: 0px;
    top: 3px;
}
.lists-table a.lists.list-prev:before {
    content: "\f077";
}
.lists-table a.lists.list-next:before {
    content: "\f078";
}
.sch-appr-list.gallery-board ul {
    display: inline-block;
}
.sch-appr-list.gallery-board ul li {
    width: 33.33%;
    float: left;
    border: none;
}
.sch-appr-list.gallery-board ul li a {
    color: #454545;
    padding: 5px;
    display: block;
}
.sch-appr-list.gallery-board ul li a img {
    width: 100%;
    height: auto;
}
.sch-appr-list.gallery-board ul li a span {
    display: block;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sch-appr-list.gallery-board ul li a span {
    display: block;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sch-appr-list.gallery-board ul li a .list-subject-title {
    font-size: 14px;
}
#search-word{
	margin: 0 0 2%;
}
#search-word ul {
    display: inline-block;
    width: 100%;
    text-align: left;
}
#search-word ul li {
    /* float: left; */
    width: 6.8%;
    padding: 2px 10px;
    display: inline-block;
    min-width: 55px;
}
#search-word ul li a {
    display: block;
    padding: 5px 10px;
    color: #454545;
    background-color: #fff;
    border: 1px solid #777;
    min-width: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
#search-word ul li a:hover{
	background-color: #0170e0;
	border: 1px solid #0170e0;
	color: #fff;
}
#search-word ul li.double{
	min-width: 14%;
}
.search-find-word {
    min-height: 50px;
    display: block;
    width: 100%;
    background: #eee;
    border-radius: 10px;
    position: relative;
    margin: 5px 0;
    padding: 10px;
}
.search-find-word.empty-select:after {
    content: "검색하시면 용어가 나옵니다.";
    font-size: 21px;
    text-align: center;
    color: #aaa;
}
.search-find-word.empty-select {
    text-align: center;
}
.search-find-word {
    min-height: 50px;
    display: block;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    position: relative;
    margin: 5px 0;
    padding: 10px;
    text-align: left;
}
.search-find-word > div > a {
    display: inline-block;
    background-color: #0170e0;
    padding: 3px 15px 3px 25px;
    margin: 2px 3px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.search-find-word > div > a::before {
	font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    content: "\f002";
    position: absolute;
    left: 8px;
    top: 7px;
}
.sch-res-cnt-text {
    font-size: 14px;
}
.sch-res-cnt-text .word-low{
	padding: 10px 5px;
}
.sch-res-cnt-text .word-low h3 {
    font-size: 17px;
    padding: 10px 0;
    font-weight: 400;
}
.sch-res-cnt-text .word-low h3 strong{
	font-weight: 400;
	margin-right: 5px;
}
.sch-res-tab{
	padding: 1%;
    border-top: 1px dotted #ccc;
    margin: 10px 0 0;
}
.cont-intro .text-area > h1{
	font-size: 21px;
    padding: 0 0 10px 22px;
    position: relative;
    font-weight: 500;
}
.cont-intro .text-area > h1::before {
	/*
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    position: absolute;
    content: "\f138";
    top: 4px;
    left: 0;
    color: #f47320;
    font-size: 21px;
    */
    display: block;
    width: 18px;
    height: 18px;
    left: 0;
    top: 7px;
    border: 5px solid #70bf00;
	border-left-color: #0981c6;
    border-top-color: #0a4594;
    content: "";
    position: absolute;
}
.cont-intro .text-area > h2{
	padding-left: 3px;
    font-weight: 500;
    font-size: 16px;
}
.cont-intro .text-area > p{
	padding: 0 0 0 7px;
}
article.articleArea{
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
}
article.articleArea .contentL{
	float: left;
	width: 65%;
	padding-right: 10px;
}
article.articleArea .contentR{
	float: right;
	width: 35%;
}
.more-img{
	display: inline-block;
	padding: 10px 0 0;
}
.more-img li{
	display: inline-block;
}
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
.align-justify{
	text-align: justify;
}
.font-style-italic{
	font-style: italic;
    /* text-align: center; */
    color: #aaa;
    font-size: 14px;
}
img.contents-img{
	width: 100%;
	margin: 0 auto;
}
p img.contents-img{
	margin: 10px auto;
}
img.contents-img.border-img{
	border:1px solid #d8d8d8;
}
ul.img-flow {
	display: inline-block;
	width: 100%;
}
ul.img-flow > li{
	width: 33.33%;
	float: left;
	padding: 0 8% 0 0;
	position: relative;
}
ul.img-flow > li::after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    position: absolute;
    content: "\f054";
    color: #f47320;
    margin-top: -50px;
    top: 45%;
	right: 10%;
	font-size: 50px;
}
ul.img-flow > li:last-child::after{
	content: "";
}
ul.img-flow > li h2{
	font-weight: 400;
	color: #f47320;
}
ul.img-flow > li img{
	max-width: 168px;
}
ul.img-flow > li ol{
	display: inline-block;
}
ul.img-flow > li ol li{
	padding: 0 0 0 12px;
	font-size: 12px;
}
.point-btns li{
	display: inline-block;
    padding: 2px 1px;
}
.point-btns a{
	display: inline-block;
    padding: 8px 20px 8px 40px;
    background-color: #fff;
    color: #777;
    border-radius: 4px;
    font-weight: 400;
    position: relative;
    transition: all .2s ease;
    cursor: pointer;
    border: 1px solid #ccc;
    font-size: 14px;
}
.point-btns a::before{
	font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    position: absolute;
    content: "\f3c5";
    color: rgba(0,0,0,.25);
	left: 15px;
	font-size: 20px;
}
.point-btns a:hover{
	background-color: #f47320;
	border: 1px solid #f47320;
	color: #fff;
	font-weight: 400;
	position: relative;
	transition: all .2s ease;
}
.point-btns a:hover::before{
    color: rgba(255,255,255,.75);
}
#org-block{
	display: block;
	margin: 0 auto;
    max-width: 700px;
}
#org-block div.org-top {
    text-align: center;
}
#org-block div a{
	display: inline-block;
	width: 150px;
	background-color: #888;
	color: #fff;
	padding: 10px 0px;
	text-align: center;
	font-size: 17px;
	min-height: 46px;
}
#org-block div.org-top a{
	background-color: #005d8f;
	width: 50%;
	max-width: 250px;
}
#org-block div.org-left{
	float: left;
	display: inline-block;
	width: 50%;
	border-right: 1px solid #ccc;
}
#org-block div.org-right{
	float: right;
	padding: 42px 0 0;
	display: inline-block;
	width: 50%;
}
#org-block div li{
	padding: 20px 5px 20px 0;
	position: relative;
}
#org-block div li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    bottom: 50%;
    height: 1px;
    width: 100%;
    background: rgba(60,50,45,.3);
    z-index: -1;
}
#org-block div li.org-mother::after{
    content: "";
    position: absolute;
    left: 75px;
    bottom: 0px;
    width: 1px;
    height: 50%;
    background: rgba(60,50,45,.3);
    z-index: -1;
}
#org-block div li.empty::before{
    height: 0px;
}
#org-block div.org-left li{
	text-align: left;
}
#org-block div.org-right li{
	padding: 20px 0px 20px 5px;
	text-align: right;
}
#org-block div.org-left a,
#org-block div.org-right a{
	cursor: pointer;
	transition: all .2s ease;
}
#org-block div.org-left a:hover,
#org-block div.org-right a:hover{
	background-color: #f47320;
	transition: all .2s ease;
}
#org-block div li.empty.org-child{
    padding: 0 0 16px;
}
.org-table{
	display: none;
}
.sub-share-btns{
	position: absolute;
	right: 0;
	top: 0;
}
.sub-share-btns a{
    width: 30px;
    height: 30px;
	background-color: #aaa;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 15px;
	cursor: pointer;
	transition: all .2s ease;
	margin: 8px 3px;
	border-radius: 100%;
}
.sub-share-btns a.facebook{
	background-color: #3a569a; 
}
.sub-share-btns a.twitter{
	background-color: #31c6f7; 
}
.sub-share-btns a.kakao{
	background-color: #e4d83b; 
}
.sub-share-btns a::before{
	color: #fff;
}
.sub-share-btns a.facebook::before{
	font-family: "Font Awesome 5 Brands";
	content: "\f39e";
}
.sub-share-btns a.twitter::before{
	font-family: "Font Awesome 5 Brands";
	content: "\f099";
}
.sub-share-btns a.print::before{
	font-family: "Font Awesome 5 Free";
	content: "\f02f";
	font-weight: 900;
}
.sub-share-btns a.kakao::before{
	content:"";
	background: url(../img/main/sns-icon-kakao-pc.png) no-repeat center;
	background-size: 20px 20px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
.sub-share-btns a:hover{
	border-radius: 5%;
	transition: all .2s ease;
}
.contents.sitemap-view .lmenu_wrap{
	display: none;
}
.contents.sitemap-view .sub_contents_box{
	width: 100%;
	padding: 30px 30px 50px;
}
#sitemap .menu{
	display: block;
	width: 33.33%;
	float: left;
	position: relative;
	min-height: 325px;
	padding-right: 1.5%;
	padding-bottom: 2%;
}
#sitemap .menu > a{
	font-size: 21px;
	background-color: #0981c6;
	color: #fff;
	display: block;
    color: #fff;
    padding: 15px 0 15px 30px;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    opacity: .7;
    transition: all .2s ease;
}
#sitemap .menu:hover > a{
	opacity: 1;
	transition: all .2s ease;
}
#sitemap .menu:hover > a::before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	left: 17px;
	top: 23px;
	font-size: 11px;
}
#sitemap .menu ul li{
	border-bottom: dashed 1px #7ea2c2;
}
#sitemap .menu ul li > a{
	background: #f2f6f9;
	padding: 15px 0 10px 30px;
	font-size: 15px;
	display: block;
	position: relative;
}
#sitemap .menu ul li:hover > a{
	color: #0981c6;
}
#sitemap .menu ul li:hover > a::before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	left: 19px;
	top: 22px;
	font-size: 10px;
}
#sitemap .menu ul li dl a{
	padding: 7px 0px 7px 42px;
    display: block;
    position: relative;
}
#sitemap .menu ul li dl a::before{
	display: block;
    width: 6px;
    height: 6px;
    left: 30px;
    top: 16px;
    border: 2px solid #0981c6;
    opacity: .75;
    content: "";
    position: absolute;
    transition: all .2s ease;
}
#sitemap .menu ul li > a:hover + dl dd:first-child a:before,
#sitemap .menu ul li dl a:hover::before{
	background-color: #0981c6;
	border-radius: 100%;
	transition: all .2s ease;
}
#sub_nav .sub-banner a{
	border: 5px solid #e7e7e7;
	display: block;
	padding: 20px 3px 20px 110px;
	background-image: url(../img/sub/sub-menu-banner.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	transition: all .2s ease;
}
#sub_nav .sub-banner span{
	display: block;
	transition: all .2s ease;
}
#sub_nav .sub-banner span.big-text{
	font-size: 20px;
	color: #0358a0;
	font-weight: 500;
}
#sub_nav .sub-banner a:hover{
	background-color: #0358a0;
	border-color: #0358a0;
	transition: all .2s ease;
}
#sub_nav .sub-banner a:hover span{
	color: #fff;
	transition: all .2s ease;
}
#data-loading .loading-img{
	background: #fff;
    border-radius: 100%;
    position: relative;
}
#data-loading .loading-img h1{
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	position: absolute;
	width: 100%;
	text-align: center;
}
#member-box .member-block{
	padding: 15px 3%;
}
#member-box .login-text{
	padding: 0 0 20px;
}
#member-box .login-text::before{
	font-family: "Font Awesome 5 Free";
	content: "\f023";
	font-weight: 900;
	padding: 10px 0 25px;
    color: #aaa;
    font-size: 61px;
    display: inline-block;
}
#member-box .login-text > h2{
	font-size: 17px;
	color: #454545;
}
#member-box .login-text > h1{
	font-size: 21px;
	font-weight: 400;
	color: #0083cb;
}
#member-box .member-block{
	background-color: #f9f9f9;
	border: 1px solid #dedede;
	min-height: 200px;
	margin: 10px 0 0;
	border-radius: 5px;
}
.form-field{
	display: inline-block;
	max-width: 550px;
	width: 100%;
}
.form-field .input-box{
	float: left;
	width: 68.5%;
}
.form-field .input-box input{
	width: 100%;
	margin: 0 0 5px;
}
.form-field .btn-box{
	float: right;
	width: 30%;
}
.form-field .btn-box button{
	height: 80px;
    width: 100%;
    background-color: #0083cb;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
}
#member-box .btn-field ul{
	display: inline-block;
	width: 100%;
	max-width: 570px;
}
#member-box .btn-field ul li{
	width: 33.33%;
	padding: 2%;
	float: left;
}
#member-box .btn-field ul li a{
	border: 1px solid #ddd;
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #eee;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
}
#member-box .btn-field ul li a::after{
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	margin-left: 10px;
}
#member-box .btn-field ul li a:hover{
	background-color: #aaa;
	color: #fff;
	border-color: #aaa;
}
.join-flow{
	width: 100%;
	display: inline-block;
	padding: 0;
	height: 50px;
}
.join-flow li{
	width: 25%;
	float: left;
	padding: 0 5px;
}
.join-flow li a{
	display: table-cell;
	color: #999;
	font-size: 21px;
	vertical-align: middle;
	position: relative;
	height: 50px;
	vertical-align: middle;
	align-items: center;
	padding: 0 0 0 70px;
	font-weight: 400;
}
.join-flow li a::before{
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
    position: absolute;
    left: 3%;
    background-color: #aaa;
    color: #fff;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    top: 0;
    font-size: 26px;
}
.join-flow li a.on::before{
	background-color: #0887c2;
}
.join-flow li a.on{
	color: #0887c2;
}
.join-flow li a.flow-01::before{
	content: "\f15c";
}
.join-flow li a.flow-02::before{
	content: "\f46c";
}
.join-flow li a.flow-03::before{
	content: "\f4ff";
}
.join-flow li a.flow-04::before{
	content: "\f4fc";
}
.fregister_term h1{
	text-align: left;
	font-size: 23px;
	padding: 5px 0;
	font-weight: 400;
}
.fregister_term h2{
	text-align: justify;
	font-size: 17px;
	padding: 5px 0;
}
.fregister_term textarea{
	height: 200px;
}
.fregister_agree{
	padding: 10px 0;
}
.fregister_agree input[type="checkbox"] + label:before{
	vertical-align: text-top;
}
.fregister_agree .sch-check{
	float: right;
}
#member-box .member-title{
	font-size: 19px;
    padding: 18px 0 0 20px;
    text-align: left;
    position: relative;
}
#member-box .member-title::before{
	display: block;
    width: 12px;
    height: 12px;
    left: 4px;
    border: 3px solid #0981c6;
    opacity: .75;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 27px;
}
#member-box .btn-block a{
	background-color: #ddd;
	color: #454545;
	padding: 10px 50px;
	border-radius: 4px;
	display: inline-block;
	font-size: 17px;
	font-weight: 300;
	cursor: pointer;
    transition: all .2s ease;
    margin: 0 5px;
}
#member-box .btn-block a#confirm{
	background-color: #0981c6;
	color: #fff;
}
#member-box .btn-block a:hover {
	color: #fff;
    background-color: #0170e0 !important;
    transition: all .2s ease;
}
#member-box .btn-block .fregister_agree .sch-check{
	float: none;
}
.wp20 {
    width: 20%;
}
.wpest {
    width: auto;
}
.Board-join-type01 {
    border-top: 2px solid #0981c6;
    width: 100%;
}
.Board-join-type01 th {
    background: #f9f9f9;
    text-align: center;
    padding: 20px 0;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-weight: 400;
}
.Board-join-type01 td {
    padding: 10px 20px;
    border-bottom: 1px solid #d8d8d8;
}
.Board-join-type01 .joinInput, 
.Board-join-type01 .joinSelect {
    width: 160px;
    height: 35px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    padding-left: 10px;
    vertical-align: middle;
    font-family: 'Noto Sans KR',sans-serif;
    font-size: 15px;
    border-radius: 4px;
}
.inputInfo {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.Hearing {
    position: absolute;
    left: -10000px;
    top: 0px;
}
.overlapChk {
    display: inline-block;
    width: 140px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #464646;
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
    margin: 0 0 0 10px;
    font-family: 'Noto Sans KR',sans-serif;
    font-size: 15px;
    vertical-align: middle;
    border-radius: 3px;
}
.overlapChk:hover {
    color: #fff;
    background: #0981c6;
}
b.cert{
	background-color: #aaa;
	color: #fff;
	padding: 5px 15px;
	border-radius: 3px;
	font-weight: 400;
}
b.cert.ok{
	background-color: #0170e0;
}
b.cert::before{
	content: "인증안됨";
}
b.cert.ok::before{
	content: "인증됨";
}
#member-box .member-block .register_result *{
	text-align: center;
}
#member-box .member-block .register_result::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c0";
    font-weight: 900;
    padding: 10px 0 25px;
    color: #aaa;
    font-size: 61px;
    display: inline-block;
}
.ecoinfo-popup{
	padding: 1% 2.5%;
}
.default-table.sch-table .subject strong,
.default-table.sch-table .subject strong b{
	font-weight: 500;
    font-size: 17px;
    color: #0170e0;
}
.default-table.sch-table .subject strong::before{
	font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    margin-right: 5px;
}
.default-table.sch-table .subject strong b{
	padding: 0 10px;
	letter-spacing: 0;
}
.default-table.sch-table a.more{
	display: block;
	cursor: pointer;
}
.default-table.sch-table a.more::after{
	font-family: "Font Awesome 5 Free";
    content: "\f00e";
    font-weight: 900;
    color: #999;
    margin-left: 5px;
}
.default-table.sch-table a.more:hover::after{
	color: #0170e0;
}