@charset "utf-8";

/* -------- common -------- */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300;400;500;600;700&family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
* { 
	margin: 0; 
	padding: 0; 
	line-height: 1.5;
	font-family: 'Fira Sans Condensed', 'Nanum Gothic', sans-serif; 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html { width: 100%; font-size: 10px; overflow-x: hidden; }
body { 
	color: #222;
	/* background: #fff; */
	letter-spacing: -0.05rem;
}
img { max-width: 100%; }
a, a:link, a:visited { color: inherit; text-decoration: none; }

section { 
	margin: 0 0 0 5%;
	padding: 0 0 3.7rem;
	box-sizing: border-box;
}
section:first-of-type { 
	padding-top: 3rem; 
}
section.wide { 
	margin: 0 !important;
	padding: 3.2rem 7% 3.5rem;
}
section i { 
	margin-right: 0.6rem;
	font-size: inherit;
}
h1, h2, h3, h4, h5, h6 { 
	font-family: inherit; 
}
h3 { 
	position: relative;
	margin-bottom: 1.5rem;
	padding-left: 2%;
	line-height: 1;
	font-size: 1.2em;
	font-weight: 800; 
	color: #424242;
	letter-spacing: -0.1rem;
}
h3:after { 
	content: "";
	display: block;
	clear: both;
}
.no-item { 
	display: flex;
	justify-content: center;
	align-items: center;
	height: 7rem;
	font-size: 1em !important; 
	color: #757575 !important;
	background: transparent !important;
	text-align: center;
}

/* -------- header -------- */
header { 
	background: #fff; 
}
section.wide.header-top { 
	padding-top: 3rem !important;
	padding-bottom: 0 !important;
}
.header-top { 
	position: relative;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	padding: 0 5% !important;
	height: 4rem;
	background: #6277ff;
	/* 2022-01-14 */
	height: auto;
	text-align: center;
}
.header-top h1 { 
	display: flex;
	align-items: center;
	margin: auto;
	height: 3.4rem;
}
.header-top h1>a { 
	display: block;
	line-height: 1;
	font-size: 2.4rem;
	font-weight: 800;
	color: inherit;
}
.header-top h1>a img { 
	width: auto;
	max-height: 2.8rem; 
}
.header-top h1+div { 
	position: absolute; top: 3rem; right: 2rem;
	text-align: right; 
}
.header-top h1+div a { 
	display: flex;
	align-items: center;
	padding: 0 1.8rem;
	height: 3rem;
	font-size: 1.3rem;
	font-weight: 700;
	color: #fff;
	border: 2px solid rgba(255,255,255,.61);
	border-radius: 2rem;
	letter-spacing: 0;
}
.header-top h1+div a.btn-logout { 
	color: #c0cfff;
	background: #536dfe;
	border-color: #536dfe;
}
.header-top h1+div a i { 
	color: #748aff; 
}

.gnb { 
	padding: 1.2rem 5% 0.8rem;
	background: #6277ff; 
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	/* 2022-01-14 */
	text-align: center;
}
.gnb li { 
	display: inline-block;
}
.gnb li:not(:first-child) { 
	margin-left: 2rem; 
}
.gnb li a { 
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1.5px;
}

/* -------- mian -------- */
main { 
	background: #f2f3f5; 
}

/* ¸ÞÀÎ¹è³Ê */
.main-b .bx-wrapper .bx-pager { 
	right: 5%; bottom: 1rem;
	padding-top: 0;
	text-align: right;
}
.main-b .bx-wrapper .bx-pager.bx-default-pager a { 
	margin: 0 0.4rem;
	width: 0.8rem; height: 0.8rem; 
	background: #5a6fe6;
	border: 0;
}
.main-b .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.main-b .bx-wrapper .bx-pager.bx-default-pager a.active, 
.main-b .bx-wrapper .bx-pager.bx-default-pager a:focus { 
	background: #fff; 
}

/* ±³À°°úÁ¤ */
.lecture ul:after { 
	content: "";
	display: block;
	clear: both;
}
.lecture ul>li { 
	font-size: 0;
	border-radius: 1.2rem;
	overflow: hidden;
}
.lecture ul>li:first-child { 
	margin-left: 1rem;
}
.lecture ul>li .lec-info { 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute; left: 0; bottom: 0;
	width: 100%; height: 100%;
	font-size: 1rem;
	color: #fff;
	background: rgba(0,0,0,0.6);
	border-radius: 1.2rem;
	overflow: hidden;
	opacity: 0;
	transition: .5s;
}
.lecture ul>li .lec-info h4,
.lecture ul>li .lec-info h4+p { 
	width: 76%;
	max-height: 5rem;
	line-height: 1.4;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.lecture ul>li .lec-info h4 {
	padding: 0.8rem 0 0;
	font-size: 1.6em;
	font-weight: 700;
	-webkit-line-clamp: 2;
}
.lecture ul>li .lec-info p { 
	margin: 0.8rem 0 0;
	font-size: 1.1em;
	-webkit-line-clamp: 3;
}
.lecture ul>li .lec-info a { 
	display: block;
	margin: 2.5rem 0 0;
	padding: 0.8rem 0;
	width: 80%;
	font-size: 1.2em;
	font-weight: 700;
	color: #fff; 
	border: solid 0.06rem #fff;
	text-align: center;
}
.lecture ul>li:hover .overlay { 
	width: 100%;
}
.lecture ul>li:hover .lec-info { 
	opacity: 1;
}
.lecture>p { 
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2rem 0 0;
}
.lecture>p a { 
	display: block; 
	padding: 1.4rem 0;
	width: 36.5%;
	font-size: 1.1em;
	color: #666;
	background: #fff;
	border-radius: 1.2rem;
	text-align: center;
}
.lecture>p a.more { 
	width: 61%;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(90deg, #748aff, #b1a0ff);
	border-radius: 1.2rem 0 0 1.2rem;
}
.lecture>p a.study i { 
	color: #748aff;
}
.lecture .bx-wrapper { 
	margin: 0 !important; 
}
.lecture .bx-wrapper .bx-controls-direction { 
	position: relative; right: 5%; bottom: 261px;
	width: 100%; 
}
.lecture .bx-wrapper .bx-controls-direction a { 
	margin-top: 0;
	width: 2.4rem; height: 2.4rem;
	line-height: 2.4rem;
	font-size: 1.2em;
	color: #c5c6ce;
	text-indent: 0;
	text-align: center;
}
.lecture .bx-wrapper .bx-prev { 
	right: 3rem;
	background: none; 
}
.lecture .bx-wrapper .bx-next { 
	right: 0;
	background: none; 
}
.lecture .bx-wrapper .bx-prev i,
.lecture .bx-wrapper .bx-next i { 
	top: 0;
	margin: 0; 
}
.lecture .bx-wrapper .bx-prev:hover, 
.lecture .bx-wrapper .bx-prev:focus,
.lecture .bx-wrapper .bx-next:hover, 
.lecture .bx-wrapper .bx-next:focus { 
	color: inherit;
	background: inherit;
}

/* °øÁö»çÇ× */
.notice h3>.more { 
	float: right;
	display: block;
	margin-right: 7%;
	font-size: 0.8em;
	font-weight: 400;
	color: #757575;
}
.notice h3>.more>i { 
	position: relative; top: 0.03rem;
	margin: 0 0 0 0.5rem;
}
.notice ul { 
	padding: 1rem 7% 0.9rem 2.3rem;
	background: #fff;
	border-radius: 1.2rem 0 0 1.2rem;
}
.notice ul>li:not(:first-child) { 
	border-top: solid 0.06rem #d5d5d5; 
}
.notice ul>li>a { 
	display: block;
	padding: 1rem 0;
	width: 100%;
	font-size: 1em;
	color: #666;
}
.notice ul>li>a:after { 
	content: "";
	display: block;
	clear: both;
}
.notice ul>li>a>.notice-title { 
	float: left;
	display: block;
	width: 84%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.notice ul>li>a>.notice-date { 
	float: right;
	position: relative; top: 0.15rem;
	font-size: 0.8em;
	color: #b5b5b5;
	letter-spacing: -0.02rem; 
}

/* ±³À°»ó´ã¹®ÀÇ */
.contact { 
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 3rem 0 0;
	color: #fff;
	background: linear-gradient(90deg, #748aff, #b1a0ff);
}
.contact h3 { 
	margin-bottom: 0;
	padding-left: 0;
	color: #fff; 
}
.contact div>.tel { 
	margin: 1.5rem 0 1.2rem;
	line-height: 1;
	font-size: 2.5em;
	font-weight: 800;
	letter-spacing: -0.1rem;
}
.contact div>p { 
	font-size: 1.02em;
	letter-spacing: -0.07rem;
}
.contact>ul { 
	flex-basis: calc(100% - 67%);
}
.contact>ul>li:not(:first-child) {
	margin: 1rem 0 0;
}
.contact>ul>li>a { 
	display: block;
	padding: 1.2rem 0;
	font-size: 1.15em;
	font-weight: 700;
	color: #424242;
	background: #fff;
	border-radius: 5rem;
	box-sizing: border-box;
	text-align: center;
}
.contact>ul>li>a i { 
	color: #748aff; 
}

/* -------- footer -------- */
footer { 
	color: #757575;
	background: #fff;
}
footer section { 
	padding-bottom: 5rem !important;
}
footer .footer-info { 
	text-indent: 0.1rem; 
}
footer .footer-info>h4 { 
	font-size: 1.12em;
	font-weight: 700;
	color: #666; 
}
footer .footer-info>p { 
	margin: 2rem 0 1rem; 
	font-size: 0.9em;
}
footer .footer-info>h4+p { 
	margin: 0.2rem 0 0; 
}
footer .footer-info>.copyright { 
	margin: 1rem 0 0;
	font-size: 0.85em; 
	text-transform: uppercase;
}
footer .footer-info .bar:before { 
	content: ":";
	display: inline-block;
	clear: both;
	margin: 0 1rem 0 0.4rem;
}
footer .fnb { 
	display: flex;
	align-items: center;
	margin: 3rem 0 0;
}
footer .fnb>a { 
	display: block; 
	padding: 0.9rem 1.5rem 0.85rem;
	color: #666;
	border: solid 0.06rem #d5d5d5;
}
footer .fnb>a:not(:first-child) { 
	margin: 0 0 0 0.5rem; 
}
