@charset "UTF-8";

/* ==================================================
	NAV
================================================== */
.nav {
	border-bottom: 0
}

.nav .nav-item {
	margin-bottom: 0
}

.nav-tabs {
	position: relative;
	margin-bottom: 6.66%
}

.nav-tabs:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	border-top: 1px solid #E5E5E5
}

.nav-tabs .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.nav-tabs .nav-link {
	padding: 1em .5em;
	border: 0;
	font-size: 1.1111pt;
	border-bottom: 3px solid transparent;
	text-align: center;
	line-height: 1.45;
	font-weight: 500
}

.nav-tabs .nav-link.active {
	border-bottom-color: #3C72AF;
	color: #3C72AF
}

#hd {
	flex-shrink: 0
}

.container {
	position: relative;
	width: 100%;
	max-width: 1410px;
	/*padding-left: 30px;
	padding-right: 30px*/
}

.container-fluid {
	max-width: none
}

/* ==================================================
	header ÀüÃ¼Æ²
================================================== */
#hd {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	background: #fff;
	transition: background-color .2s ease-out, border .2s ease-out;
	box-shadow: inset 0px -1px 0 0 rgba(204, 204, 204, .5);
}

#hd>.container {
	height: 80px
}

#hd .nav-item {
	position: relative;
	font-size: 11pt;
	letter-spacing: -.05em
}

#hd .nav-item>a {
	display: block;
	height: 100%;
	font-size: 1.167rem
}

.depth {
	display: none;
	padding: .722rem 0;
	font-size: 11pt;
	letter-spacing: -.1em
}

.depth a:hover,
.depth a:focus {
	color: #3C72AF
}

.depth3 {
	font-size: 11pt;
	padding-bottom: .2222rem;
}

.depth3 li a {
	color: #999;
}

.depth a.active {
	font-weight: 700
}

.hd-logo {
	/*width: 200px;
	height: 59px;*/
	width: 180px;
	height: 53px;
}

.hd-logo>a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../logo.png') no-repeat 0 50%/100% auto;
	font-size: 0;
}

/*** ¸ð¹ÙÀÏCSS ***/
@media (min-width: 1200px) {

	/* header */
	#hd {
		text-align: center
	}

	#hd .navbar-nav {
		height: 80px;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		white-space: nowrap;
		border-bottom: 4px solid #f77e0b;
	}

	#hd .nav-item {
		width: 8rem
	}

	#hd .nav-item>a {
		line-height: 84px
	}

	#hd .nav-item>a:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		border-top: 4px solid #3C72AF;
		transform: scaleX(0);
		transition: transform .3s
	}

	#hd .on>a:before,
	#hd .active>a:before {
		transform: scaleX(1)
	}

	.open #gnb:before {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		height: 420px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
	}

	.hd-logo {
		position: absolute;
		/*left: 15px;*/
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 40;
	}

	.btn-depth {
		display: none
	}

	.pc_menu {
		display: block !important;
		position: relative;
		max-width: 1410px;
		height: 80px;
		margin: 0 auto;
	}

	#gnb {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: inline-block !important;
		/*vertical-align: top;margin-right: 2.5rem*/

	}

	.depth {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 420px;
		text-align: center;
		display: none !important
	}

	.depth li {
		margin-top: .722rem
	}

	.on .depth {
		background: #F8F8F8
	}

	.util {
		/*right: 15px*/
		right: 0;
	}

	#hd.open .depth {
		display: block !important
	}

	.gnb-util {
		display: none
	}
}

@media (min-width: 1440px) {
	#hd .nav-item {
		width: 9.6rem
	}

	/*#hd .nav-item:first-child {
		margin-left:25px;
	}*/

	#gnb {
		margin-right: 0
	}
}

@media (max-width: 1199.98px) {

	/* header */
	#hd>.container {
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.hd-logo {
		width: 160px;
		height: 47px;
	}

	.nav-open {
		overflow: hidden
	}

	.nav-open #wrap {
		/*position: fixed;
		left: 0;
		right: 0*/
	}

	.js-mn {
		position: absolute;
		right: 20px;
		top: 33px;
		z-index: 120;
		width: 20px;
		height: 20px;
		background: none;
		border: 0;
		font-size: 0;
		line-height: 0;
		text-indent: -999em;
		color: inherit;
		outline: 0 !important
	}

	.js-mn>span,
	.js-mn:after,
	.js-mn:before {
		content: "";
		position: absolute;
		left: calc((100% - 20px) / 2);
		top: 50%;
		width: 20px;
		border-top: 2px solid;
		margin-top: -1.5px;
		transition: transform .3s, opacity .3s;
		z-index: 100
	}

	.js-mn:before {
		margin-top: -8.5px;
		transform-origin: top right
	}

	.js-mn:after {
		margin-top: 5.5px;
		transform-origin: bottom right
	}

	.gnb-open .js-mn {
		color: #fff;
		top: -5px;
	}

	.gnb-open .js-mn:before {
		transform: rotate(-45deg);
		margin: -8px 0 0 -2px
	}

	.gnb-open .js-mn>span {
		opacity: 0
	}

	.gnb-open .js-mn:after {
		transform: rotate(45deg);
		margin: 5px 0 0 -2px
	}

	#gnb {
		overflow: hidden;
		overflow-y: auto;
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 110;
		width: 100%;
		max-width: 320px;
		background: #fff;
		transition: transform .2s ease-out;
		color: #222;
		transform: translateX(100%)
	}

	.gnb-open #gnb {
		transform: translateX(0)
	}

	.dim {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		background: rgba(0, 0, 0, .5);
		opacity: 0
	}

	.gnb-open .dim {
		opacity: 1
	}

	.gnb-util {
		display: flex;
		align-items: center;
		background: #1E61AC;
		padding-left: 1.429rem
			/*line-height: 80px;
		*/
	}

	#hd .navbar-nav {
		overflow-y: auto;
		height: calc(100% - 80px);
		border-top: 1px solid #e7e7e7
	}

	#hd .nav-item {
		border-bottom: 1px solid #e7e7e7
	}

	#hd .nav-item>a {
		height: auto;
		padding: 0 1rem;
		line-height: 3.5rem;
		font-size: 13pt;
	}

	.btn-depth {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 3.5rem;
		background: url('../images/gnb/dropdown_grey.svg') no-repeat center right 1.429rem/.786rem auto;
		border: 0;
		font-size: 0;
		color: transparent;
		transition: none
	}

	.depth {
		background: #f7f7f7;
		border-top: 1px solid #e7e7e7;
		padding: 11pt 1.429rem
	}

	.depth a {
		display: block;
		font-size: 11pt;
		line-height: 2.5rem
	}

	.open>a {
		color: #3C72AF;
		font-weight: 700
	}

	.open>.btn-depth {
		transform: scaleY(-1)
	}

	.depth3 {
		margin-left: 11pt
	}
}

@media (max-width: 991.98px) {

	/* Nav */
	.nav-tabs {
		border-bottom: 1px solid #e5e5e5;
		margin: 0 -1.429rem 6.66%;
		flex-wrap: nowrap;
		padding-left: 1.429rem;
		overflow: hidden;
		overflow-x: auto
	}

	.nav-tabs .nav-item {
		margin-bottom: -1px
	}

	.nav-tabs .nav-item:last-child {
		padding-right: 1.429rem
	}

	.nav-tabs .nav-link {
		padding: .5em .75em
	}

	.nav-tabs:before {
		display: none
	}

	/* header */
	/*#hd>.container,
	.gnb-util {
		height: 60px
	}*/

	.js-mn {
		width: 20px;
		height: 20px
	}

	.util {
		left: 1.429rem
	}

	#hd .navbar-nav {
		height: calc(100% - 60px)
	}
}

@media (max-width: 767.98px) {
	.nav-tabs {
		margin-bottom: 2.5rem
	}
}

/* ==================================================
	»ó´Ü Äü¸µÅ©
================================================== */
.sitelink {
	width: 100%;
	border-bottom: solid 1px #e9e9e9;
}

.sitelink ul {
	width: 100%;
	max-width: 1410px;
	margin: 0 auto;
	font-size: 10pt;
}

.sitelink ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.sitelink ul li {
	float: left;
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-right: 1px solid #e9e9e9;
	color: #8a8a8a;
}

.sitelink ul li:first-child {
	border-left: 1px solid #e9e9e9;
}

@media all and (max-width:700px) {
	.sitelink ul li {
		width: 25%;
	}

	.sitelink .pc {
		display: none;
	}
}
@media all and (max-width:450px) {
	.sitelink ul li {
		width: 25%;
	}

	.sitelink .pc {
		display: none;
	}
}

/* ==================================================
	»ó´Ü ·Î±×ÀÎ / ·Î±×¾Æ¿ô
================================================== */
/* ·Î±×ÀÎ */
.login_info {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 220px;
	padding: 12px 15px;
	background: #3c72af;
	z-index: 40;
}

.login {
	float: left;
	display: block;
}

.login li {
	float: left;
}

.input_box {
	width: 55%;
}

.log_btn {
	width: 45%;
	padding-left: 8px;
}

.input_box input {
	display: inline-block;
	width: 100%;
	height: 22px;
	line-height: 1;
	padding: 5px 5px;
	background: #fff;
	border: 1px solid #fff;
	color: #666;
	font-size: 10pt;
	text-indent: 5px;
	border-radius: 5px;
	outline: none;
	-webkit-appearance: none;
}

.input_box input:last-child {
	margin-top: 5px;
}

.btnlogin {
	width: 100%;
	padding: 5px 15px;
	background: #F77E0B;
	border-radius: 5px;
	color: #fff;
	font-size: 10pt;
	cursor: pointer;
}

.btnlidpw {
	width: 100%;
	padding-top: 5px;
	color: #fff;
	font-size: 9pt;
	text-align: center;
	cursor: pointer;
}

/* ·Î±×¾Æ¿ô */
.student_name {
	position: relative;
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	font-size: 13pt;
	color: #fff;
}

.student_name a {
	position: absolute;
	top: 3px;
	right: 0px;
}

.student_class {
	font-size: 10pt;
	color: #C7C7C7;
}

.student_class a {
	color: #fff;
}

/*** ¸ð¹ÙÀÏCSS ***/
@media all and (max-width:1200px) {

	/* ·Î±×ÀÎ */
	.login_info {
		display: none;
	}

	.login_mob {
		/*float: left;
		display: block;*/
		position: relative;
		padding: 5px 0 0 0;
		width: 100%;
		/*height: 185px;*/ /*2023-03-13 */
		height: 215px;
		background-color: #1e61ac;
	}

	.login_tit {
		padding-bottom: 15px;
		color: #fff;
		font-size: 28pt;
		font-family: '11StreetGothic';
	}

	.login_mob li {
		float: left;
	}

	.login_mob li input {
		margin-right: 3px;
		margin-top: 3px;
		padding-left: 5px;
		border: solid 1px #e5e5e5;
		width: 110px;
		min-width: 110px;
		height: 35px;
	}

	/* ·Î±×¾Æ¿ô */
	.logout_mob {
		display: block;

	}

	.logout_mob .pic_m img {
		padding-right: 10px;
		max-width: 73px;
	}

	.member_info {
		width: 100%;
		display: inline-block;
	}

	.logout_mob li {
		float: left;
		color: #fff;
	}

	.logout_mob li span {
		font-weight: bold;
	}

	.logout_mob .name_m {
		line-height: 53px;
		font-size: 13pt;
	}

	.logout_mob .name_m a {
		color: #fff;
		padding-left: 8px;
	}

	.link_btn {
		/*padding-left: 13%;
		padding-top: 10px;*/
		padding: 10px 0 20px 30px;
	}

	.link_btn:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.link_btn img {
		max-width: 61px;
	}

	.link_btn li p {
		text-align: center;
	}

	.link_btn li a {
		display:block;
		color: #fff;
	}

	.link_btn li.center {
		padding: 0 15px
	}

	/* id pwÃ£±â */
	.search_mob {
		padding: 20px 0 0 35px;
		width: 100%;
		background: url('../images/gnb/search01.png') 0 20px no-repeat;
		background-size: 23px 23px;
		display: inline-block;
	}

	.search_mob a {
		color: #fff;
		font-family: '11StreetGothic';
		font-size: 12pt;
	}

	/* ÈÄ¿øÀÚ °¡ÀÔ, ¿øÀû ±³»ç °¡ÀÔ, ÇÐ»ýÀÔÇÐ ½ÅÃ»*/ 
	.login_join{
		margin-top: 12px;
	}
	.login_join a{
	    width: 30%;
		margin-right:1.5%;
	    line-height: 28px;
	    display: inline-block;
	    font-weight: 600;
		font-size: 10pt;
	    text-align: center;
	    color: #fff;
	    background: #003689;
	    border-radius: 6px;
	    box-shadow: 1px 1px 3px rgb(255 255 255 / 20%);
	}
	.login_join a:last-child{
		margin-right: 0;
	}
}

/* ==================================================
	ÄÁÅÙÃ÷ ¼­ºê¸Þ´º
================================================== */
.cnb2 {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 32px;
}

.cnb2 ul {
	display: table;
	width: 100%;
}

.cnb2 ul.col2 li {
	width: 50%;
}

.cnb2 ul.col3 li {
	width: 33.33%;
}

.cnb2 ul.col4 li {
	width: 25%;
}

.cnb2 ul.col5 li {
	width: 20%;
}

.cnb2 ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 15px 0;
	margin-left: -1px;
	background: #fafafa;
	border: 1px solid #dcdcdc;
	text-decoration: none;
	font-size: 13pt;
	font-style: normal;
	font-weight: 500;
}

.cnb2_four .cnb2 ul li {
	font-size: 12pt;
}

.cnb2 ul li:first-child {}

.cnb2 ul li.on {
	background: #3c72af;
}

.cnb2 ul li a {
	display: inline-block;
	width: 100%;
	color: #666;
}

.cnb2 ul li.on a {
	color: #fff;
}

/*** ¸ð¹ÙÀÏCSS ***/
@media screen and (max-width:1023px) {
	.cnb2 {
		margin-top: 30px;
		margin-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
	}

	.cnb2 ul li {
		font-size: 12pt;
	}

	.cnb2_four {
		font-size: 0;
	}

	.cnb2_four .cnb2 ul li {
		display: inline-block;
		width: 50%;
		padding: 10px 0;
		font-size: 11pt;
	}

	.cnb2_four .cnb2 ul.col4 li:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (max-width:640px) {
	.cnb2 ul li {
		font-size: 11pt;
	}
}

@media screen and (max-width:450px) {
	.cnb2 ul li {
		font-size: 10pt;
	}

	.cnb2_four .cnb2 ul li {
		display: block;
		width: 100%;
	}
}