/* 서브 비주얼 */
.sub-vis {
	padding:80px 0px 0px;
}

.sub-vis-container {
	max-width:1310px;
	width:100%;
	margin:0 auto;
	padding:0px 15px;
}

.sub-vis-inner {
	position: relative;
	border-radius:20px;
	overflow: hidden;
}

.sub-vis .path {
	display: flex;
	align-items: center;
	position: absolute;
	top:40px;
	right:40px;
}

.sub-vis .path dd {
	font-family: var(--fm-bold);
	font-size:1.4rem;
	line-height:1;
}

.sub-vis .path dd.home {
	position: relative;
	padding-right:30px;
}

.sub-vis .path dd.home::after {
	content: "";
	display: block;
	position: absolute;
	top:50%;
	right:13px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:4px;
	height:4px;
	background-color: #161616;
	border-radius:50%;
}

.sub-vis .background {
	display: flex;
	align-items: center;
	width:100%;
	height:280px;
	padding:0px 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.sub-vis .sv1 {
	background-image: url('/images/sub/sv01.png');
}

.sub-vis .sv2 {
	background-image: url('/images/sub/sv02.png');
}

.sub-vis .sv3 {
	background-image: url('/images/sub/sv03.png');
}

.sub-vis .sv4 {
	background-image: url('/images/sub/sv04.png');
}

.sub-vis .sv5 {
	background-image: url('/images/sub/sv05.png');
}

.sub-vis .sv6 {
	background-image: url('/images/sub/sv06.png');
}

.sub-vis .sub-title {
	font-family: var(--fm-extrabold);
	font-size:3.6rem;
	line-height:1;
	margin-bottom:30px;
}

.sub-vis .sub-text {
	font-size:2rem;
	line-height:1.4;
}

@media screen and (max-width:1200px) {
	.sub-vis .path dd {
		font-size: 1.3rem;
	}

	.sub-vis .sub-title {
		font-size:3.2rem;
	}
	
	.sub-vis .sub-text {
		font-size:1.8rem;
	}
}
@media screen and (max-width:1024px) {
	/*.sub-vis {*/
	/*	padding:60px 0px 0px;*/
	/*}*/

	.sub-vis .path {
		top:30px;
		right:30px;
	}

	.sub-vis .path dd.home {
		padding-right:20px;
	}

	.sub-vis .path dd.home::after {
		right:8px;
	}

	.sub-vis .background {
		height:240px;
		padding:0px 60px;
	}

	.sub-vis .sub-title {
		margin-bottom:20px;
	}
}
@media screen and (max-width:768px) {
	/*.sub-vis {*/
	/*	padding:40px 0px 0px;*/
	/*}*/

	.sub-vis .path {
		top:20px;
		right:20px;
	}

	.sub-vis .path dd {
		font-size:1.2rem;
	}

	.sub-vis .path dd.home {
		padding-right: 16px;
	}

	.sub-vis .path dd.home::after {
		right:6px;
		width:3px;
		height:3px;
	}

	.sub-vis .path dd.home img {
		height:14px;
	}

	.sub-vis .background {
		height:200px;
		padding:0px 40px;
		background-position: right 50% center;
	}

	.sub-vis .sub-title {
		font-size:2.6rem;
		margin-bottom:16px;
	}
	
	.sub-vis .sub-text {
		font-size:1.6rem;
	}
}
@media screen and (max-width:500px) {
	/*.sub-vis {*/
	/*	padding:30px 0px 0px;*/
	/*}*/

	.sub-vis .path {
		display: none;
	}

	.sub-vis .background {
		height:140px;
		padding:0px 30px;
		background-position: right 33% center;
	}

	.sub-vis .sub-title {
		font-size:2.2rem;
		margin-bottom:10px;
	}
	
	.sub-vis .sub-text {
		font-size:1.5rem;
	}
}


/* 교육소개 */
.about {
	padding: 80px 0px 120px;
}

.about .item {
	position: relative;
}

.about .item01 {
	padding-bottom:80px;
}

.about .item02 {
	padding:80px 0px;
}

.about .item02::after {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width:200%;
	height:100%;
	background-color: #f2f7fb;
	z-index:-1;
}

.about .bubble {
	padding:20px;
	border-radius:20px;
	background-color: #e4edff;
	margin-bottom:60px;
	text-align: center;
}

.about .bubble p {
	font-family: var(--fm-bold);
	font-size:2.4rem;
	line-height:1.5;
}

.about .img {
	font-size:0px;
	text-align: center;
}

.about .din {
	display: flex;
	gap: 32px;
}

.about .din .lt,
.about .din .rt {
	flex: 1 1;
}

.about .ele {
	display: flex;
	flex-direction: column;
	gap:32px;
}

.about .block {
	position: relative;
	cursor: pointer;
}

.about .hover {
	opacity:0;
	visibility: hidden;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height:100%;
	padding:40px;
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
	clip-path: inset(0% 0% 0% 0% round 20px);
	z-index:2;
}

.about .hover .txt .t01 {
	font-family: var(--fm-extrabold);
	font-size:2.8rem;
	color:#ffffff;
	margin-bottom:30px;
}

.about .hover .txt .t02 {
	font-size:2rem;
	line-height:1.4;
	color:#ffffff;
}

.about .hover01 {
	background-color: #97d2fb;
	background-image: url('/images/sub/about/ele_hover_01.png');
}

.about .hover02 {
	background-color: #4f87ff;
	background-image: url('/images/sub/about/ele_hover_02.png');
}

.about .hover03 {
	display: flex;
	align-items: center;
	background-color: #77ca94;
	background-image: url('/images/sub/about/ele_hover_03.png');
}

.about .context {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:40px;
	z-index:1;
}

.about .context p {
	font-size:3.2rem;
	line-height:1.4;
	color:#fff;
}

.about .context p span {
	font-family: var(--fm-bold);
}

.about .context .img {
	text-align: right;
}

.about .background {
	font-size:0px;
	clip-path: inset(0% 0% 0% 0% round 22px);
}

.about .block:hover .hover {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width:1200px) {
	.about .bubble p {
		font-size:2rem;
	}

	.about .context p {
		font-size: 2.6rem;
	}

	.about .hover .txt .t01 {
		font-size:2.4rem;
	}
	
	.about .hover .txt .t02 {
		font-size:1.8rem;
	}
	
}
@media screen and (max-width:1024px) {
	.about {
		padding:60px 0px 100px;
	}

	.about .bubble {
		padding:16px;
		margin-bottom:40px;
	}

	.about .item01 {
		padding-bottom:60px;
	}

	.about .item02 {
		padding:60px 0px;
	}

	.about .din {
		flex-wrap: wrap;
		gap:20px;
	}

	.about .din .lt, .about .din .rt {
		flex:1 1 100%;
	}

	.about .ele {
		gap:20px;
	}

	.about .ele .block {
		flex:1 1 100%;
	}

	.about .hover {
		padding:28px;
		background-size:auto 154px;
	}

	.about .hover .txt .t01 {
		margin-bottom:24px;
	}

	.about .context {
		padding:28px;
	}

	.about .context .img img {
		width:60px;
	}

	.about .background img {
		width:100%;
	}
}
@media screen and (max-width:768px) {
	.about {
		padding:40px 0px 80px;
	}

	.about .bubble {
		margin-bottom:28px;
	}

	.about .bubble p {
		font-size:1.8rem;
	}

	.about .item01 {
		padding-bottom:40px;
	}

	.about .item02 {
		padding:40px 0px;
	}

	.about .din {
		gap:12px;
	}

	.about .ele {
		gap:12px;
	}

	.about .hover {
		padding:22px
	}

	.about .hover .txt .t01 {
		font-size: 2rem;
		margin-bottom:18px;
	}

	.about .hover .txt .t02 {
		font-size:1.6rem;
	}

	.about .context {
		padding: 22px;
	}

	.about .context p {
		font-size: 2.2rem;
	}
}
@media screen and (max-width:500px) {
	.about {
		padding:30px 0px 60px;
	}

	.about .bubble {
		padding:10px;
		margin-bottom:22px;
	}

	.about .bubble p {
		font-size:1.6rem;
	}

	.about .item02 {
		padding:30px 0px;
	}

	.about .din {
		gap:8px;
	}

	.about .ele {
		gap:8px;
	}

	.about .hover {
		padding: 16px;
		background-size: auto 94px;
	}

	.about .hover .txt .t01 {
		font-size: 1.8rem;
		margin-bottom:12px;
	}

	.about .hover .txt .t02 {
		font-size:1.5rem;
	}

	.about .context {
		padding: 16px;
	}

	.about .context p {
		font-size: 2rem;
	}

	.about .context .img img {
		width:40px;
	}

	.about .background01 img {
		content:url('/images/sub/about/ele_img_m_01.png')
	}

	.about .background02 img {
		content:url('/images/sub/about/ele_img_m_02.png')
	}

	.about .background03 img {
		content:url('/images/sub/about/ele_img_m_03.png')
	}
}


/* 서브 네비 */
.sub-dep {
	margin-bottom:40px;
	border-bottom:1px solid #e6e6e6;
}

.sub-dep-menu {
	display: flex;
}

.sub-dep-menu li {
	flex:1 1;
}

.sub-dep-menu a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:48px;
	font-family: var(--fm-bold);
	font-size:1.6rem;
	color:#767676;
}

.sub-dep-menu a::after {
	opacity:0;
	content: "";
	display: inline-block;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	background-color: #1e49a4;
}

.sub-dep-menu li.on a {
	font-family: var(--fm-extrabold);
	color:#1e49a4;
}

.sub-dep-menu li.on a::after {
	opacity:1;
}

@media screen and (max-width:1200px) {
	.sub-dep-menu a {
		font-size:1.4rem;
	}
}
@media screen and (max-width:1024px) {
	.sub-dep {
		margin-bottom:30px;
	}

	.sub-dep-menu a {
		height:44px;
	}
}
@media screen and (max-width:768px) {
	.sub-dep {
		margin-bottom:20px;
	}

	.sub-dep .swiper-container {
		overflow: visible;
	}

	.sub-dep-menu li {
		flex:auto;
		width:auto;
		margin:0px 16px;
	}

	.sub-dep-menu a {
		height:40px;
		white-space: nowrap;
		font-size: 1.3rem;
	}
}
@media screen and (max-width:500px) {
	.sub-dep {
		margin-bottom:16px;
	}

	.sub-dep-menu li {
		margin:0px 10px;
	}

	.sub-dep-menu a {
		height:36px;
		font-size: 1.2rem;
	}
}


/* 강의보기 */
.lecture {
	padding:80px 0px 120px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:500px) {

}


/* QnA */
.qna {
	padding:80px 0px 120px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	/*.qna {*/
	/*	padding:60px 0px 100px;*/
	/*}*/
}
@media screen and (max-width:768px) {
	/*.qna {*/
	/*	padding:40px 0px 80px;*/
	/*}*/
}
@media screen and (max-width:500px) {
	/*.qna {*/
	/*	padding:30px 0px 60px;*/
	/*}*/
}


/* FAQ */
.faq {
	padding:80px 0px 120px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.faq {
		padding:60px 0px 100px;
	}
	
}
@media screen and (max-width:768px) {
	.faq {
		padding:40px 0px 80px;
	}
	
}
@media screen and (max-width:500px) {
	.faq {
		padding:30px 0px 60px;
	}
	
}


/* 공지사항 */
.notice {
	padding:80px 0px 120px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.notice {
		padding:60px 0px 100px;
	}	
}
@media screen and (max-width:768px) {
	.notice {
		padding:40px 0px 80px;
	}	
}
@media screen and (max-width:500px) {
	.notice {
		padding:30px 0px 60px;
	}	
}


/* 오프라인 교육 */
.offline {
	padding:80px 0px 120px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.offline {
		padding:60px 0px 100px;
	}
}
@media screen and (max-width:768px) {
	.offline {
		padding:40px 0px 80px;
	}
}
@media screen and (max-width:500px) {
	.offline {
		padding:30px 0px 60px;
	}
}


/* 개인정보처리방침 */
.privacy {
	padding:120px 0px;
}

.privacy-textarea {
	width:100%;
	height:600px;
	overflow-y: auto;
	border:1px solid #e6e6e6;
	border-radius:10px;
}

.privacy-textarea div {
	padding:20px;
}

.privacy-textarea p {
	font-size:1.6rem;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.privacy {
		padding:100px 0px;
	}

	.privacy-textarea {
		height:360px;
	}
	
	.privacy-textarea div {
		padding:16px;
	}
	
	.privacy-textarea p {
		font-size:1.4rem;
	}
}
@media screen and (max-width:768px) {
	.privacy {
		padding:30px 0px;
	}
	
}
@media screen and (max-width:500px) {
	.privacy {
		padding:30px 0px;
	}
	
	.privacy-textarea div {
		padding:12px;
	}
	
	.privacy-textarea p {
		font-size:1.4rem;
	}
}