section {
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 16px;
}

/* Contents */
.main-contents {
	background: #f3f3f3;
	height: 100%;
	padding: 30px 30px 30px 30px;
	box-sizing: border-box;
}

.main-inner {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.visual {
	width: calc(100% - 500px);
	height: 506px;
	border-radius: 10px;
	background: #003A3E url(../images/main/main-bg.png) no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cont-box {
	width: 50%;
	height: 350px;
	text-align: center;
}

.cont-box h2 {
	font-family: 'NexenTire';
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #C4EB93;
}

.cont-box p {
	font-family: 'Pretendard';
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

.status_area {
	margin: 0 auto;
	background: #0f948b83;
	width: 375px;
	height: 230px;
	border-radius: 10px;
	margin-top: 35px;
	padding: 32px 50px 0 50px;
	box-sizing: border-box;
}

.status_area table th {
	text-align: left;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 30px
}

.status_area table {
	width: 100%;
}

.status_area table td {
	text-align: right;
	color: #67DDAB;
	font-weight: 700;
	font-size: 25px;
	padding-bottom: 30px
}

.status_area table span {
	color: #fff;
	font-weight: 400;
}

.tab-graph {
	width: 400px;
	height: 280px;
	margin: 0 auto;
	margin-top: 25px;
}

.tab_title li {
	list-style: none;
	float: left;
	width: calc(100%/3);
	padding: 10px 15px;
	cursor: pointer;
	font-size: 21px;
	text-align: center;
	color: #fff;
}

.tab_title li.on {
	color: #67DDAB;
	font-weight: 700;
}

.tab_cont {
	clear: both;
	display: block;
}

.tab_cont > div.on {
	display: block;
}

.tab_cont > div {
	display: none;
}

.graph-conts {
	width: 100%;
	display: flex;
	flex: 1;
	height: 220px;
}

.cont {
	width: 10px;
	width: 100%;
	margin-top: 20px;
}

.sticK-box h4 {
	font-size: 16px;
	color: #fff;
	margin-top: 8px;
}

.bar {
	width: 100%;
	height: 175px;
	border-bottom: 2px solid #fff;
	position: relative;
}

.bar span {
	background: linear-gradient(to top, #58C597 0%, #BFEDC3 100%);
	display: block;
	width: 25px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.bar span b {
	position: absolute;
	left: 50%;
	top: -25px;
	color: #ffffff;
	transform: translateX(-50%);
	font-weight: 400;
	font-size: 15px;
	width: 50px;
}

/* graph : height 값 */
.tab_cont > div:nth-child(1) .graph-conts .cont:nth-child(1) .bar span {
	height: 108px;
}

.tab_cont > div:nth-child(1) .graph-conts .cont:nth-child(2) .bar span {
	height: 117px;
}

.tab_cont > div:nth-child(1) .graph-conts .cont:nth-child(3) .bar span {
	height: 133px;
}

.tab_cont > div:nth-child(1) .graph-conts .cont:nth-child(4) .bar span {
	height: 150px;
}

.tab_cont > div:nth-child(1) .graph-conts .cont:nth-child(5) .bar span {
	height: 158px;
}

.tab_cont > div:nth-child(2) .graph-conts .cont:nth-child(1) .bar span {
	height: 140px;
}

.tab_cont > div:nth-child(2) .graph-conts .cont:nth-child(2) .bar span {
	height: 145px;
}

.tab_cont > div:nth-child(2) .graph-conts .cont:nth-child(3) .bar span {
	height: 130px;
}

.tab_cont > div:nth-child(2) .graph-conts .cont:nth-child(4) .bar span {
	height: 140px;
}

.tab_cont > div:nth-child(2) .graph-conts .cont:nth-child(5) .bar span {
	height: 157px;
}

.tab_cont > div:nth-child(3) .graph-conts .cont:nth-child(1) .bar span {
	height: 145px;
}

.tab_cont > div:nth-child(3) .graph-conts .cont:nth-child(2) .bar span {
	height: 149px;
}

.tab_cont > div:nth-child(3) .graph-conts .cont:nth-child(3) .bar span {
	height: 149px;
}

.tab_cont > div:nth-child(3) .graph-conts .cont:nth-child(4) .bar span {
	height: 155px;
}

.tab_cont > div:nth-child(3) .graph-conts .cont:nth-child(5) .bar span {
	height: 153px;
}

/* Contents : Basic */
.main-basic {
	width: calc(100% - 500px);
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	height: 100%;
}

.basic-inner {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e2e2e2;
	width: 49.42%;
	padding: 40px 40px 33px 40px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.basic-inner.gallery {
	padding: 27px 35px 26px 35px;
}

.tit {
	position: relative;
	cursor: pointer;
	transform: rotate(0.03deg);
}

.tit:after {
	content: '\e913';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0px;
	right: 0;
	font-family: 'xeicon';
	font-size: 18px;
	font-weight: bold;
}

.tit h3 {
	font-family: 'NexenTire';
	font-weight: 700;
	font-size: 25px;
	padding-bottom: 23px;
}

.list-conts {
	display: block;
	/* justify-content: space-between; */
}

/*20231109*/
.main-basic .basic-inner.pid_sty2 {
	padding: 42px 40px 32px;
}

.main-basic .basic-inner.gallery .list-conts {
	display: inherit;
	justify-content: inherit;
}

.main-basic .basic-inner.gallery .list-conts .list {
	padding: 0;
	font-size: 0;
}

.main-basic .basic-inner.gallery .list-conts .list li {
	display: inline-block;
	width: calc(25% - 9px);
	margin: 0 12px 0 0;
	vertical-align: top;
}

.main-basic .basic-inner.gallery .list-conts.line2 .list li {
	display: inline-block;
	width: calc(50% - 6px);
	margin: 0 12px 0 0;
	vertical-align: top;
}

.main-basic .basic-inner.gallery .list-conts .list li:last-child {
	margin: 0;
}

.main-basic .basic-inner.gallery .list-conts .list li:before {
	display: none;
}

.main-basic .basic-inner.gallery .list-conts .list li .box {
	display: block;
	border:1px solid #e2e2e2;
}
.main-basic .basic-inner.gallery .list-conts .list li .box:hover {
	border:1px solid #000;
}
.main-basic .basic-inner.gallery .list-conts .list li .box.ytb {
	position: relative
}

.main-basic .basic-inner.gallery .list-conts .list li .box.ytb:after {
	content: '';
	width: 60px;
	height: 60px;
	display: block;
	background-image: url(../images/main/ytb_off.png);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-size: contain;
}

.main-basic .basic-inner.gallery .list-conts .list li .box.ytb:hover:after {
	background-image: url(../images/main/ytb_on.png)
}

.main-basic .basic-inner.gallery .list-conts .list li .box .img_box {
	position: relative;
	padding-bottom: calc(100% + 34.51%);
}

.main-basic .basic-inner.gallery .list-conts.line2 .list li .box .img_box {
	padding-bottom: 64.55%;
}

.main-basic .basic-inner.gallery .list-conts .list li .box .img_box .img_inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.main-basic .basic-inner.gallery .list-conts .list li .box .img_box .img_inner img {
	display: block;
	width: 100%;
	height: 100%;
}

/* .list-conts a img{width: 100%; height: 100%;} */
.list-conts a {
	margin-right: 18px;
}

.list-conts a:last-child {
	margin-right: 0px;
}

.list-conts ul {
	font-family: 'Pretendard';
	font-size: 18px;
	color: #000;
	line-height: 35px;
	box-sizing: border-box;
	padding-left: 20px;
	font-weight: 500;
}

.list-conts li {
	vertical-align:top;
	position: relative;
	line-height: 1.3em;
	margin-bottom: 12px;
}

.list-conts.notice li a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.news2 .news_list_area {}

.news2 .news_list_area li {
	font-size: 0;
}

.news2 .news_list_area li a {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0;
}

.news2 .news_list_area li a .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	margin: 0 18px 0 0px;
	font-size: 18px;
	line-height: 23px;
	color: #000;
}

.news2 .news_list_area li a .text {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	line-height: 23px;
	color: #777777;
}

.list-conts ul li::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50px;
	top: 10px;
	left: -15px;
}

.list-conts li a {
	color: #000;
}

/*20231031 게시판 배너 span 추가*/
.list-conts ul li span {
	color: #777777;
	font-size: 18px;
	font-weight: 200px;
	display: inline-block;
	font-family: 'Pretendard';
}
.list-conts ul li span.title {
	color:#000;
	line-height: 1.2;margin-top:10px;
	padding-right:10px;
}
/* Basic list hover */
.list-conts li a:hover {
	text-decoration: underline;
}

/* Contents : Bnr */
.visual_wrap {
    width: calc(100% - 500px);
}
.visual_wrap img {
    width:100%;
}
.bnr-itmes {
	width: 479px;
	margin-top: -563px;
	margin-left: 20px;
	height: auto;
}

.item {
	width: 479px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 4%;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 15.29% 30px;
	transition: 0.3s;
}

.item:nth-child(1) {
	background: #2A9F81 url(../images/main/main-right-bnr-01.png) no-repeat;
	background-position: right top;
}

.item:nth-child(2) {
	background: #28958E url(../images/main/main-right-bnr-02.png) no-repeat 85% 50%;
}

.item:nth-child(3) {
	background: #1C82A1 url(../images/main/main-right-bnr-03.png) no-repeat 90% top;
}

.item:nth-child(4) {
	background: #0E74AA url(../images/main/main-right-bnr-04s.png) no-repeat right bottom;
}

.item:nth-child(5) {
	background: #00639C url(../images/main/main-right-bnr-05.png) no-repeat right 50%;
}

.item-txt {
	box-sizing: border-box;
}

.item-txt h3 {
	font-family: 'NexenTire';
	font-weight: 700;
	font-size: 28px;
	color: #fff;
	padding-bottom: 18px;
	transition: 0.3s;
	transform: rotate(0.03deg);
}

.item-txt p {
	color: #fff;
	font-size: 20px;
	line-height: 1.5em;
	transition: 0.6s;
}

/* bnr-items hover active*/
.bnr-itmes a:hover .item-txt h3,
.bnr-itmes a:hover .item-txt p {
	padding-left: 15px;
}

/* Contents : Partner */
.partner-inner {
	background: #fff;
	width: 100%;
	display: flex;
	max-width: 1920px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	height: 93px;
	border: 1px solid #E2E2E2;
	border-radius: 10px;
}

.partner-inner div:nth-child(2) {
	padding: 0 35px;
}
