@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* 공통 css 시작 */
.serveTitleArea > div,
.contentBox,
.tab-menu,
.locationArea02 { max-width: 1260px; margin: 0 auto; padding: 0 20px; }

button { height: auto; line-height: 1.4em; }
h3 { font-size: 1.17em; line-height: 1.5em; font-weight: 600; }

.contentBox { padding: 100px 20px; font-size: 20px; }

.replyComm { overflow: hidden; background: #f4f4f4; border: 1px solid #000; padding: 20px; margin-bottom: 30px; }
.replyComm > div { margin-bottom: 10px; font-size: 16px; }
.replyComm .commentList li { padding: 20px; list-style: none; border: 1px solid #ddd; background: #fff; }
.replyComm .commentList li:not(:last-of-type) { margin-bottom: 20px; }
.replyComm .commentList li div { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.replyComm .commentList li p { clear: both; line-height: 18px; font-size: 16px; margin-bottom: 10px; }

.contentTitle { text-align: center; font-size: 36px; position: relative; opacity: 0; margin-bottom: 70px; font-weight: 700; }

p.pointList { position: relative; display: inline-block; padding-left: 26px; line-height: 30px; color: #f99725 !important; font-size: 18px; }
p.pointList:before { content: "";	position: absolute; left: 0; top: 5px; width: 20px; height: 22px; background-image: url('../../img/sub/checkIcon01.png'); background-size: cover; }
/* 공통 css 끝 */

/* 디지털 과정 소개 시작 */
.serviceTitle { text-align: center;	margin-bottom: 100px; }
	.serviceTitle h2 { position: relative; display: inline-block; margin-bottom: 35px; font-size: 44px; font-weight: 800; }
	.serviceTitle p { font-size: 22px; color: #555555; }

.serviceTitle h2:after {
	position: absolute;	content: ''; width: 14px; height: 14px; background-color: #3cd1b8; border-radius: 40px; top: 8px; right: -22px;
}

/* 디지털 과정 소개 끝 */

/* 평생교육바우처 시작 */
.serveBox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	overflow: hidden;
}

.serveBox h3,
.serveBox02 h3 {
	font-size: 36px;
	color: #555555;
	min-width: 310px;
	padding-top: 20px;
	margin-bottom: 70px;
}

.serveBox02 h3 span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding-top: 3px;
}

.serveBox_right {
	width: 100%;
}


.serveBox_right > div:hover {
	background-color: #f4f4f4;
}

.serveBox_right div ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 20px;
}

.serveBox_right div ul h4 {
	color: #3cd1b8;
	font-size: 22px;
    font-weight: 800;
    white-space: nowrap;
}

.serveBox_right div ul p:not(.pointP) {
	color: #000000;
	font-size: 18px;
	line-height: 30px;
}

.pointP {
	font-size: 16px;
	color: #6e6e6e;
}

.pointP:not(:last-of-type) {
	margin-bottom: 2px;
}

.serveBox_right > div {
	border-bottom: 1px solid #dddddd;
	padding: 30px 10px;
	box-sizing: border-box;
}

.serveBox_right > div:first-of-type {
	border-top: 1px solid #dddddd;
}

.procedureArea {
	background: #FFFFFF;
	height: 420px;
	position: relative;
	box-shadow: 2px 5px 20px rgba(119, 119, 119, 0.5);
}

.leftbox {
	float: left;
	top: -5%;
	left: 5%;
	position: absolute;
	width: 195px;
	height: 110%;
	box-shadow: 3px 3px 10px rgba(119, 119, 119, 0.5);
}

.procedureTitle a {
	list-style: none;
	background: #3cd1b8;
	height: 116px;
	padding: 20px;
	box-sizing: border-box;
	color: #FFFFFF;
	display: block;
	transition: all 0.3s ease-in-out;
}

.procedureTitle a.active {
	background-color: #2db49e;
}

.procedureTitle a:hover {
	color: #ffffff;
	transform: scale(1.05);
	cursor: pointer;
	background-color: #2db49e;
}

.procedureArea .rightbox {
	float: right;
	width: 75%;
	padding-top: 45px;
}

.procedureArea .rightbox h4 {
	font-size: 28px;
	margin-bottom: 20px;
}

.procedureArea .rightbox ul li {
	font-size: 18px;
	line-height: 34px;
}

.procedureArea .rightbox ul:not(:last-of-type) {
	margin-bottom: 20px;
}

.procedureArea .rightbox > div {
	transition: opacity 0.5s ease-in;
	position: absolute;
	width: 70%;
}

.procedureArea .rightbox .noshow {
	z-index: 9;
}

.procedureArea .rightbox > div {
	z-index: 10;
}

.procedureArea .rightbox > div a {
	color: #0015ff;
}

.procedureArea .rightbox img {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: auto;
	max-height: 140px;
}

.noshow {
	opacity: 0;
}

#loader .ribble {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#loader .ribble .blobb01:not(:first-of-type) {
	background-color: #3cd1b8;
	-webkit-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
	padding: 75px 2px 10px;
	box-sizing: border-box;
	border-radius: 10px;
	min-height: 200px;
	text-align: center;
}

#loader .ribble .blobb01:first-of-type {
	background-color: #3cd1b8;
	-webkit-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
	padding: 40px 2px 10px;
	box-sizing: border-box;
	border-radius: 10px;
	min-height: 200px;
	text-align: center;

}

#loader .ribble .blobb02 {
	margin-right: 1.5px;
	background-color: #3cd1b8;
	-webkit-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
	padding: 50px 2px 10px;
	box-sizing: border-box;
	border-radius: 10px;
	min-height: 200px;
	text-align: center;
}

#loader .ribble .blobb02 img {
	width: auto;
	height: auto;
	max-height: 50px;
	margin-bottom: 15px;
}

#loader .ribble .blobb01 {
	width: 18%;
}

#loader .ribble .blobb02 {
	width: 15%;
}

#loader .ribble .blobb.slowest {
	-webkit-animation: blobb 2s infinite;
	animation: blobb 2s infinite;
}

#loader .ribble .blobb:nth-child(2) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

#loader .ribble .blobb:nth-child(3) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

#loader .ribble .blobb:nth-child(4) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

#loader .ribble .blobb:nth-child(5) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

#loader .ribble .blobb:nth-child(6) {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

@-webkit-keyframes blobb {

	0%,
	25% {
		background: #3cd1b8;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		background-color: #2db49e;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		background-color: #3cd1b8;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes blobb {

	0%,
	25% {
		background: #3cd1b8;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		background-color: #2db49e;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		background-color: #3cd1b8;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

#loader .ribble .blobb h4 {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	border: 2px solid #2db49e;
	color: #2db49e;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
}

#loader .ribble .blobb h5 {
	color: #000000;
	margin-top: 20px;
	font-size: 17px;
}

#loader .ribble .blobb p {
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}

/*250424 vaoucher_use 평생교육이용권 사용방법 수정*/
#loader .ribble .blobbV:first-of-type {
	min-height: 260px;
	padding: 40px 10px;
}

#loader .ribble .blobbV:not(:first-of-type) {
	min-height: 260px;
	padding: 40px 10px;
}

#loader .ribble .blobbV {
	position: relative;
	width: 16%;
}

#loader .ribble .blobbV p {
	font-size: 15px;
}

#loader .ribble .blobbV strong {
	color: #ffffff;
	display: block;
	margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 1.5em;
}

#loader .ribble .blobbV:nth-child(3) {
	padding: 100px 0 0 0;
}

#loader .ribble .blobbV:nth-child(4) {
	padding: 70px 0 0 0;
}

#loader .ribble .blobbV:nth-child(5) {
	padding: 90px 0 0 0;
}

#loader .ribble .blobbV:nth-child(6) {
	padding: 120px 0 0 0;
}

#loader .ribble .blobbV .blobbV_bottom {
	position: absolute;
	display: block;
	width: 100%;
	top: 110%;
	left: 50%;

	transform: translate(-50%, 0);
	font-size: 13px;
    line-height: 1.5em;
}

.loaderV {
	padding: 0 0 100px 0;
}

.arrowBtn02 {
	background-color: #fff;
	margin-top: 5px;
	color: #3cd1b8;
	padding: 7px 12px;
	display: inline-block;
	border-radius: 8px;
	font-size: 16px;
	min-width: 163px;
	font-weight: 500;
	transition: .32s ease-in-out;
}

.arrowBtn02 img {
	padding: 0 0 3px 5px;
	box-sizing: border-box;
}

.tableStyle01 {
	width: 100%;
	table-layout: auto;
	line-height: 28px;
	text-align: center;
	border-top: 2px solid #2db49e;
	font-size: 16px;
	margin-bottom: 10px;
}

.completionTable:not(:last-of-type) {
	margin-bottom: 60px;
}

.tableStyle01 tr th {
	color: #3cd1b8;
	background-color: #e5f7f4;
	font-size: 18px;
    text-align: center;
}

.tableStyle01 tr td {
	font-size: 16px;
}

.tableStyle01 th,
.tableStyle01 td {
	padding: 20px 8px;
	box-sizing: border-box;
	border: 1px solid #ddd;

}

.tableBox {
	font-size: 15px;
	line-height: 26px;
	color: #666666;
}

.arrowBtn {
	background-color: #3cd1b8;
	margin-top: 10px;
	color: #fff !important;
	padding: 7px 12px;
	display: inline-block;
	border-radius: 8px;
	font-size: 16px;
	min-width: 163px;
	transition: .32s ease-in-out;
}

.arrowBtn:hover { background-color: #2db49e; }
.arrowBtn img {
	padding: 0 0 3px 5px;
	box-sizing: border-box;
}

.serveBox02:not(:last-of-type) {
    margin-bottom: 150px;
}
.serveBox h3, .serveBox02 h3 {
    font-size: 30px;
}

.serveBox:not(:last-of-type),
.serveBox02:not(:last-of-type) {
	margin-bottom: 150px;
}

/* 평생교육바우처 끝 */