@charset "UTF-8";

.hover-type01 {
	position: relative;
	overflow: hidden;
}

.hover-type01:before {
	position: absolute;
	bottom: 10%;
	left: 10%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.4s ease-in-out;
}

.hover-type01:hover:before,
.hover-type01:focus:before {
	bottom: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.05);
}

.hover-type01:after {
	position: absolute;
	bottom: 10%;
	right: 10%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0,0);
	transition: all 0.2s ease-in-out;
}

.hover-type01:hover:after,
.hover-type01:focus:after {
	bottom: -100%;
	right: -100%;
	width: 250%;
	height: 250%;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.05);
}

.hover-type02 {
	position: relative;
	overflow: hidden;
}

.hover-type02:before {
	position: absolute;
	bottom: 10%;
	right: 10%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.2s ease-in-out;
}

.hover-type02:hover:before,
.hover-type02:focus:before {
	bottom: -50%;
	right: -50%;
	width: 200%;
	height: 200%;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.05);
}

/*.hover-type03 {
	position: relative;
	overflow: hidden;
}

.hover-type03:before {
	position: absolute;
	bottom: 10%;
	left: 10%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.4s ease-in-out;
}

.hover-type03:hover:before,
.hover-type03:focus:before {
	bottom: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.05);
}

.hover-type03:after {
	position: absolute;
	bottom: 10%;
	right: 10%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0,0);
	transition: all 0.2s ease-in-out;
}

.hover-type03:hover:after,
.hover-type03:focus:after {
	bottom: -100%;
	right: -100%;
	width: 250%;
	height: 250%;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.05);
}*/

body.main {
	position: relative;
	margin: 0;
	font-size: 1em;
	clear: both;
	padding: 0;
	z-index: 100;
	font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Roboto, Noto Sans KR, Dotum, Droid Sans, arial,
	sans-serif;
}

#wrapper.main , .wrapper.main  {
	padding-top: 0;
}

.header {
	transition: all 0.1s ease-in-out;
}

.main.focus .header {
	background-color: transparent;
}

.main.focus .gnb-area .fr > .sns-area > dd > a {
	background-position: center -18px;
}


.main.focus .gnb-area .fr > .gnb-lagnuage dt > button {
	background-image: url(../make_img02/icon/icon_arrow_down01_white.gif);
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.main.focus .gnb-area .fr > .gnb-lagnuage dt > button.active {
	background-image: url(../make_img02/icon/icon_arrow_up01_white.gif);
	transition: all 0.2s ease-in-out;
}

.main.focus .gnb-area .fr > .gnb-menu > li {
	background: url(../make_img02/icon/icon_bar01_white.png) no-repeat left 45%;
	transition: all 0.2s ease-in-out;
}

.main.focus .gnb-area .fr > .gnb-menu > li:first-child {
	background: transparent;
}

.main.focus .gnb-area .fr > .gnb-menu > li > a {
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.main.focus .gnb-area .fr > .gnb-menu > li > a:hover {
	color: #fff;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}

.main.focus .gnb-area .fr > .gnb-menu > li > a .new-windows {
	background-position: 0 -10px;
}

.main.focus .big-small-wrapper > li > button.big  {
	background-image: url(../make_img02/button/btn_plus01_white.gif);
	transition: all 0.2s ease-in-out;
}

.main.focus .big-small-wrapper > li > button.small {
	background-image: url(../make_img02/button/btn_minus01_white.gif);
	transition: all 0.2s ease-in-out;
}

/*
.header-wrapper,
*/
.main.focus .header-wrapper {
	background-color: transparent;
}

#wrapper.fixed.main .header-wrapper,
.wrapper.fixed.main .header-wrapper {
	background-color: rgba(255, 255, 255, 0.98);
}

.main.focus .top-menu > li:before {
	background-color: #c0c0c0;
}

.main.focus .top-menu > li > a {
	color: #fff;
}

#wrapper.fixed.main.focus .top-menu > li > a,
.wrapper.fixed.main.focus .top-menu > li > a {
	color: #212121
}

.main.focus .top-menu > li > a:hover:after,
.main.focus .top-menu > li > a:focus:after,
.main.focus .top-menu > li > a.active:after {
	background: #fff;
}

#wrapper.fixed.main.focus .top-menu > li > a.active,
.wrapper.fixed.main.focus .top-menu > li > a.active {
	color: #003586
}

#wrapper.fixed.main.focus .top-menu > li > a.active:after,
.wrapper.fixed.main.focus .top-menu > li > a.active:after {
	background: #003586;
}


.main.focus .top-search-area {
	border-bottom: 1px solid #fff;
}

.main.focus .top-search-area > input[type="search"] {
	background: rgba(255, 255, 255, 0);

}

.main.focus .top-search-area > button {
	background-image: url(../make_img02/button/btn_search01_white.png);
}

#wrapper.fixed.main.focus .top-search-area,
.wrapper.fixed.main.focus .top-search-area {
	border-bottom: 1px solid #959595;
}

#wrapper.fixed.main.focus .top-search-area > button,
.wrapper.fixed.main.focus .top-search-area > button {
	background-image: url(../make_img02/button/btn_search01.png);
}



.main-container {
	position: relative;
	padding-top: 140px;
	box-sizing: border-box;
}

.main-visual-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 791px;
	overflow: hidden;
}

.main-visual-wrapper > .pc {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1920px;
	margin-left: -960px;
}

.main-visual-wrapper > .mobile {
	display: none;
}

.main-contents01 {
	position: relative;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	z-index: 20;
	box-sizing: border-box;
}

.main-word-slogan {
	display: block;
	text-align: center;
	margin-bottom: 23px;
}

.main-word-slogan > img {
	display: block;
	width: 702px;
	margin: 0 auto;
}

.menu01-area {
	position: relative;
	display: block;
}

.right-menu01-list {
	position: fixed;
	top: 205px;
	right: 29px;
	z-index: 30;
}

.right-menu01-list > button {
	display: block;
	width: 77px;
	height: 30px;
	padding-top: 1px;
	margin: 10px 0;
	border: 2px solid #f3b10e;
	background-color: #f3b10e;
	color: #fff;
	font-size: 14px;
	border-radius: 15px;
	transition: all 0.2s ease-in-out;
	font-weight: 500;
	font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Roboto, Noto Sans KR, Dotum, Droid Sans, arial,
	sans-serif;
}

.right-menu01-list > button:hover,
.right-menu01-list > button:focus,
.right-menu01-list > button.on {
	background-color: rgba(255, 255, 255, 0.9);
	border: 2px solid rgba(255, 255, 255, 0.9);
	color: rgba(0, 0, 0, 1);
}

.right-menu01-list.active > button {
	border-color: #f3b10e;
	color: #fff
}

.right-menu01-list.active > button:hover,
.right-menu01-list.active > button:focus,
.right-menu01-list.active > button.on {
	background-color: rgba(33, 33, 33, 0.9);
	border: 2px solid rgba(33, 33, 33, 0.9);
	color: rgba(255, 255, 255, 1);
}

.mask-menu01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0 ,0, 0, 0.6);
	z-index: 1000;
}

.menu01-area > .menu01-box {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	width: 900px;
	height: 410px;
	margin-left: -450px;
	padding: 80px 78px 30px 78px;
	background-color: #036ec5;
	border-radius: 12px;
	box-sizing: border-box;
	transform: translate(0, -50%);
	-webkit-box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.18);
	box-sizing: border-box;
	z-index: 1010;
}

.menu01-area > .menu01-box > ul {
	position: relative;
	padding-top: 87px;

	box-sizing: border-box;
}

.menu01-area > .menu01-box > ul > li {
	display: block;
}

.menu01-area > .menu01-box > ul > li > a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24.25%;
	height: 60px;
	padding-top: 16px;
	border-radius: 30px;
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: -0.25px;
	font-weight: 700;
	background-color: #1b549a;
	text-align: center;
	transition: all 0.2s ease-in-out;

	box-sizing: border-box;
}

.menu01-area > .menu01-box > ul > li:nth-child(2) > a {
	left: 25.25%;
}

.menu01-area > .menu01-box > ul > li:nth-child(3) > a {
	left: 50.5%;
}

.menu01-area > .menu01-box > ul > li:nth-child(4) > a {
	left: 75.75%;
}

.menu01-area > .menu01-box > ul > li > a:hover,
.menu01-area > .menu01-box > ul > li > a:focus,
.menu01-area > .menu01-box > ul > li > a.on {
	background-color: #f3b10e;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.26);
}

.menu01-area > .menu01-box > ul > li > ul {
	display: none;
}

.menu01-area > .menu01-box > ul > li > a.on + ul {
	display: block;
}

.menu01-area > .menu01-box > ul > li > ul:after {
	display: block;
	content: "";
	clear: both;
}

.menu01-area > .menu01-box > ul > li > ul > li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 10px;
}

.menu01-area > .menu01-box > ul > li > ul > li:nth-child(4n) {
	margin-right: 0;
}

.menu01-area > .menu01-box > ul > li > ul > li:nth-child(4n + 1) {
	clear: both;
	float: left;
}

.menu01-area > .menu01-box > ul > li > ul > li > a {
	position: relative;
	display: inline-block;
	padding-left: 9px;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -0.25px;
	transition: all 0.2s ease-in-out;

	box-sizing: border-box;
}

.menu01-area > .menu01-box > ul > li > ul > li > a:before {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	content: "";
	width: 3px;
	height: 3px;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

.menu01-area > .menu01-box > ul > li > ul > li > a:hover,
.menu01-area > .menu01-box > ul > li > ul > li > a:focus {
	color: #f3b10e;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.26);
}

.menu01-area > .menu01-box > .btn-menu01-close {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	transition: all 0.2s ease-in-out;
}

.menu01-area > .menu01-box > .btn-menu01-close > img {
	display: block;
	width: 22px;
}

.menu01-area > .menu01-box > .btn-menu01-close:hover,
.menu01-area > .menu01-box > .btn-menu01-close:focus {
	transform: rotate(90deg);
}



.right-menu02-list {
	position: fixed;
	top: 423px;
	right: 29px;
	z-index: 30;
}

.right-menu02-list > a {
	display: block;
	width: 97px;
	height: 30px;
	padding-top: 3px;
	margin: 10px 0;
	border: 2px solid #26b7ed;
	background-color: #26b7ed;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	border-radius: 15px;
	transition: all 0.2s ease-in-out;
	font-weight: 500;
	font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Roboto, Noto Sans KR, Dotum, Droid Sans, arial,
	sans-serif;
	box-sizing: border-box;
}

.right-menu02-list > a:hover,
.right-menu02-list > a:focus,
.right-menu02-list > a.on {
	background-color: rgba(255, 255, 255, 0.9);
	border: 2px solid rgba(255, 255, 255, 0.9);
	color: rgba(0, 0, 0, 1);
}

.right-menu02-list.active > a {
	border-color: #26b7ed;
	color: #fff
}

.right-menu02-list.active > a:hover,
.right-menu02-list.active > a:focus,
.right-menu02-list.active > a.on {
	background-color: rgba(33, 33, 33, 0.9);
	border: 2px solid rgba(33, 33, 33, 0.9);
	color: rgba(255, 255, 255, 1);
}

.main-contents-wrapper01 {
	display: block;
	padding-bottom: 27px;
	margin-bottom: 7px;
	background-image: url(../make_img02/main/bg_main_contents_shadow01.png);
	background-size: 100% 27px;
	background-position: center bottom;
	background-repeat: no-repeat;

	box-sizing: border-box;
}

.main-contents-area0101 {
	display: block;
	height: 422px;
}

.main-contents-area0101:after {
	content: "";
	clear: both;
	display: block;
}

.main-contents-box0101 {
	float: left;
	width: 36.1666%;
	height: 100%;
}

.main-contents-box0102 {
	float: left;
	width: 63.8334%;
	height: 100%;
	background-color: #fff;
}

.main-board-wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 73px;
	background-color: #035bc7;

	box-sizing: border-box;
}

.main-board-wrapper > h2 {
	display: block;
	margin-bottom: 22px;
	padding: 0 30px;
	color: #abcdff;
	font-size: 20px;
	line-height: 29px;
	font-weight: 700;

	box-sizing: border-box;
}

.main-board-area {
	display: block;
	height: 100%;
	padding: 0 30px;

	box-sizing: border-box;
}

.main-board-area > ul > li > button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	height: 73px;
	color: #333333;
	font-size: 16px;
	background-color: #f3b10e;
	border-left: 1px solid #da9f0d;
	transition: all 0.2s ease-in-out;
	font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Roboto, Noto Sans KR, Dotum, Droid Sans, arial,
	sans-serif;
}

.main-board-area > ul > li:first-child > button {
	border-left: 0;
}

.main-board-area > ul > li > button.on {
	background-color: #035bc7;
	border-left: 1px solid #035bc7;
	color: #fff;
}

.main-board-area > ul > li > button:after {
	position: absolute;
	bottom: 50%;
	left: 50%;
	width: 0;
	height: 1px;
	margin-left: 0;
	margin-bottom: -20px;
	display: block;
	content: "";
	background-color: #ffd109;
	transition: all 0.2s ease-in-out;
}

.main-board-area > ul > li > button.on:after {
	width: 16px;
	margin-left: -8px;
}

.main-board-area > ul > li:nth-child(2) > button {
	left: 20%;
}

.main-board-area > ul > li:nth-child(3) > button {
	left: 40%;
}

.main-board-area > ul > li:nth-child(4) > button {
	left: 60%;
}

.main-board-area > ul > li:nth-child(5) > button {
	left: 80%;
}

.main-board-box {
	display: none;
	width: 100%;
	height: 304px;
}

.main-board-box > ul {
	display: block;
}

.main-board-box > ul > li {
	margin-bottom: 4px;
}

.main-board-box > ul > li > a {
	position: relative;
	display: block;
	padding-right: 85px;

	box-sizing: border-box;
}

.main-board-box > ul > li > a > .title-area {
	position: relative;
	display: block;
	padding-left: 13px;
	margin-bottom: 0;

	box-sizing: border-box;
}

.main-board-box > ul > li > a > .title-area > strong {
	display: inline-block;
	vertical-align: middle;
	color: #96baea;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: -0.25px;
	max-width: calc(100% - 25px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.2s ease-in-out;
}

.main-board-box > ul > li > a > .title-area > img {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	margin-left: 3px;
}

.main-board-box > ul > li > a > .date {
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	color: #96baea;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	transition: all 0.2s ease-in-out;
}

.main-board-box > ul > li > a > .title-area:before {
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	content: "";
	width: 3px;
	height: 3px;
	background-color: #cedbeb;
	border-radius: 50%;
}

.main-board-box > ul > li > a.notice > .title-area {
	padding-left: 47px;

	box-sizing: border-box;
}

.main-board-box > ul > li > a.notice > .title-area:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "공지";
	width: 40px;
	height: 20px;
	padding-top: 4px;
	box-sizing: border-box;
	background-color: #1d1f20;
	border-radius: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: -0.25px;
	color: #fff;
	font-family: "dotum", sans-serif;

	box-sizing: border-box;
}

.main-board-box > ul > li:last-child {
	margin-bottom: 0;
}

.main-board-area > ul > li > button.on + .main-board-box {
	display: block;
}

.main-board-box > ul > li > a:hover > .title-area > strong,
.main-board-box > ul > li > a:hover > .date,
.main-board-box > ul > li > a:focus > .title-area > strong,
.main-board-box > ul > li > a:focus > .date {
	color: #fff;
}

.main-board-box .btn-more {
	position: absolute;
	top: 33px;
	right: 29px;
	display: block;
	width: 22px;
	transition: all 0.2s ease-in-out;
}

.main-board-box .btn-more > img {
	display: block;
	width: 22px;
}

.main-board-box .btn-more:hover,
.main-board-box .btn-more:focus {
	transform: rotate(90deg);
}
.main-menu0201-wrapper {
	display: block;
	height: 141px;
	background-color: #233146;
}

.main-menu0201-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.main-classroom-wrapper {
	float: left;
	width: 57%;
	height: 100%;
	overflow: hidden;
}

.main-classroom-wrapper > a {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	background-image: url(../make_img02/main/bg_class04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
	text-align: center;
}

.main-classroom-wrapper > a > .main-classroom-area {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 1;
}

.main-classroom-wrapper > a > .main-classroom-area > dt {
	display: block;
	margin-bottom: 7px;
	font-size: 21px;
	line-height: 24px;
	letter-spacing: -0.4px;
	font-weight: 700;
	color: #a1f889;
	text-shadow: 1.286px 1.532px 0px rgba(0, 0, 0, 0.19);
}

.main-classroom-wrapper > a > .main-classroom-area > dd {
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: -0.4px;
}

.main-classroom-wrapper > a > .main-classroom-area > dd.word-eng {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	margin-bottom: 9px;
	background-color: #a1f889;
	color: #111111;
	height: 28px;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	box-sizing: border-box;
}

.main-president-wrapper {
	float: left;
	width: 43%;
	height: 100%;
	overflow: hidden;
}

.main-president-wrapper > a {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding-left: 177px;
	background-color: #233146;
	box-sizing: border-box;
}

.main-president-wrapper > a > img {
	position: absolute;
	bottom: 0;
	left: 49px;
	display: block;
	width: 126px;
	z-index: 1;
}

.main-president-wrapper > a > dl {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 1;
}

.main-president-wrapper > a > dl > dt {
	margin-bottom: 11px;
}

.main-president-wrapper > a > dl > dt > span {
	display: block;
	color: #cccccc;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.main-president-wrapper > a > dl > dt > strong {
	display: block;
	font-size: 21px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.25px;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.12);
}

.main-president-wrapper > a > dl > dt > strong > span {
	color: #ffd109
}

.main-president-wrapper > a > dl > dd {
	display: block;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #fff;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.17);
}

.main-president-wrapper > a > dl > dd > img {
	width: 26px;
	margin-left: 4px;
}

.main-menu0202-wrapper {
	clear: both;
	height: 141px;
}

.main-menu0202-wrapper:after {
	display: block;
	content: "";
	clear: both;
}

.main-menu020201-area {
	float: left;
	width:57%;
	height: 100%;
}

.main-menu020201-box {
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.main-menu020201-box {
	display: block;
	height: 100%;
}

.main-menu020201-box > a {
	display: table;
	width: 100%;
	height: 100%;
}

.main-menu020201-box:nth-child(1) {
	background-color: #e9e7d0
}

.main-menu020201-box:nth-child(2) {
	background-color: #f2f6f7
}


.main-menu020201-box > a > span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 1;
}

.main-menu020201-box > a > span > img {
	display: block;
	width: 54px;
	margin: 0 auto 5px auto;
}

.main-menu020201-box > a > span > strong {
	display: block;
	color: #000000;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.main-menu020202-area {
	float: left;
	width: 43%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

.main-menu020202-area > a {
	display: table;
	width: 100%;
	height: 100%;
	padding-left: 130px;
	padding-right: 20px;
	box-sizing: border-box;
}

.main-menu020202-area > a > img {
	position: absolute;
	top: 50%;
	left: 43px;
	display: block;
	width: 72px;
	margin-top: -23px;
}

.main-menu020202-area > a > dl {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 1
}

.main-menu020202-area > a > dl > dt {
	display: block;
	margin-bottom: 2px;
	color: #313131;
	font-size: 19px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: -0.25px;
}

.main-menu020202-area > a > dl > dt > img {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	margin-left: 6px;
}

.main-menu020202-area > a > dl > dd {
	display: block;
	color: #999999;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.25px;
	word-break: keep-all;
}

.main-menu0203-wrapper {
	display: block;
	height: 140px;
}

.main-menu0203-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.main-menu020301-area {
	float: left;
	width: 57%;
	height: 100%;
	background: #5d5047;

}
.main-menu020301 {
	float: left;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.main-menu020301 > a {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.main-menu020301 > a > span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 1;
}

.main-menu020301 > a > span > img {
	display: block;
	width: 54px;
	margin: 0 auto 5px auto
}

.main-menu020301 > a > span > strong {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -0.25px;
	font-weight: 500;
}

.main-menu020302 {
	float: left;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.main-menu020302 > a {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.main-menu020302 > a .bg {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	margin: auto;
	max-height: 152px;
	z-index: 0;
	transition: all 0.2s linear;
	transform: scale3d(1, 1, 1);
}

.main-menu020302 > a:hover .bg,
.main-menu020302 > a:focus .bg {
	transform: scale3d(1.05, 1.05, 1);
}

.main-menu020302 > a > span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 1;
}

.main-menu020302 > a > span > img {
	display: block;
	width: 54px;
	margin: -7px auto 5px auto
}

.main-menu020302 > a > span > strong {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -0.25px;
	font-weight: 500;
}

.main-menu020302-area {
	float: left;
	width: 43%;
	height: 100%;
	background: #e35d07;
}

.main-menu020302-list {
	float: left;
	width: 65.75%;
	height: 100%;
	overflow: hidden;
}

.main-menu020302-list > ul {
	display:block;
}

.main-menu020302-list > ul:after {
	content: "";
	clear: both;
	display: block;
}

.main-menu020302-list > ul > li {
	position: relative;
	float: left;
	display: block;
	width: 50%;
	height: 70px;
	overflow: hidden;
	box-sizing: border-box;
}

.main-menu020302-list > ul > li:nth-child(1),
.main-menu020302-list > ul > li:nth-child(3) {
	border-right: 1px solid #e0e0e0
}

.main-menu020302-list > ul > li:nth-child(1),
.main-menu020302-list > ul > li:nth-child(2) {
	border-bottom: 1px solid #e0e0e0
}

.main-menu020302-list > ul > li > a {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 0 5px;
	background-color: #f2f6f7;
	box-sizing: border-box;
}

.main-menu020302-list > ul > li > a > strong {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 5px;
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -0.25px;
	z-index: 1;
	transform: translate(0, -35%);
	word-break: keep-all;
	box-sizing: border-box;
}

.main-menu020302-list > ul > li > a > strong > span {
	display: inline;
}

.main-grade-checked {
	float: left;
	width: 34.25%;
	height: 100%;
	overflow: hidden;
}

.main-grade-checked > a {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #e35d07;
	text-align: center;
}

.main-grade-checked > a > span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 1;
}

.main-grade-checked > a > span > img {
	display: block;
	width: 34px;
	margin: 0 auto 8px auto
}

.main-grade-checked > a > span > strong {
	display: block;
	color: #ffdfcc;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: -0.25px;
	font-weight: 500;
}

/*언론보도, 학사일정 */
.main-contents-area0102 {
	height: 123px;
	background-color: #445174
}

.main-press-wrapper {
	position: relative;
	float: left;
	width: 36.1666%;
	height: 100%;
	padding-left: 127px;
	border-right: 1px solid #576382;
	box-sizing: border-box;
}

.main-contents-area0102 h2 {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -19.5px;
	color: #c7cfd9;
	font-size: 16px;
	line-height: 26px;
	height: 39px;
	font-weight: 700;
}

.main-contents-area0102 h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 16px;
	height: 1px;
	background-color: #939393;
}


.main-contents-area0102 .btn-more02 {
	position: absolute;
	bottom: 0;
	right: -1px;
	display: block;
	width: 38px;
	height: 38px;
	background-color: #189ee6
}

.main-contents-area0102 .btn-more02 > img {
	position: relative;
	top: 50%;
	left: 50%;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	margin-left: -7px;
	transition: all 0.2s ease-in-out;
}

.main-contents-area0102 .btn-more02:hover > img,
.main-contents-area0102 .btn-more02:focus > img {
	transform: rotate(90deg);
}

.main-press-wrapper > h2 {
	left: 35px;
}

.main-press-area {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 58px 0 0;
	text-align: left;
	box-sizing: border-box;
}

.main-press-area > a {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.25px;
	word-break: keep-all;
	padding: 0 58px 0 0;
	transform: translate(0, -50%);
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
}

.main-press-area > a:hover,
.main-press-area > a:focus {
	color: #ffd109;
}

.main-schdule-wrapper > h2 {
	left: 47px;
}


.main-schdule-wrapper {
	position: relative;
	float: left;
	width: 63.8334%;
	padding-left: 145px;
	height: 100%;
	box-sizing: border-box;
}

.main-schdule-area {
	position: relative;
	padding-left: 207px;
	padding-right: 58px;
	height: 100%;
	box-sizing: border-box;
}

.main-schdule-area > .month-choise {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 145px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -20px;
	text-align: center;
	box-sizing: border-box;
}

.main-schdule-area > .month-choise .word-month {
	color: #ffffff;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
}

.main-schdule-area > .month-choise .btn-month {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -10.5px;
	width: 11px;
	height: 21px;
}

.main-schdule-area > .month-choise .btn-month > img {
	display: block;
	width: 11px;
	height: 21px;
}

.main-schdule-area > .month-choise .btn-month.previous {
	left: 0;
}

.main-schdule-area > .month-choise .btn-month.next {
	right: 0;
}

.main-schdule-area > ul {
	padding-top: 28px;
	box-sizing: border-box;
}

.main-schdule-area > ul > li {
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}

.main-schdule-area > ul > li > strong {
	color: #98deff;
	font-weight: 400;
}

/* 메인 컨텐츠 02 */
.main-contents02 {
	position: relative;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto 25px auto;
	box-sizing: border-box;

}

/* 주요서비스 */
.main-service-wrapper {
	position: relative;
	margin-bottom: 32px;
	box-sizing: border-box;
}

.main-service-wrapper > h2 {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0
}

.main-service-area {
	display: block;
}

.main-service-area:after {
	content: "";
	clear: both;
	display: block;
}

.main-service-area > a {
	float: left;
	width: 11.5%;
	margin-right: 1%;
	text-align: center;
}

.main-service-area > a:last-child {
	margin-right: 0;
}

.main-service-area > a > img {
	display: block;
	width: 55px;
	margin: 0 auto 2px auto;
}

.main-service-area > a > strong {
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	transition: all 0.2s ease-in-out;
}

.main-service-area > a:hover > strong,
.main-service-area > a:focus > strong {
	color: #189ee6
}

/* 학과(계열)안내 */
.main-class-wrapper {
	height: 166px;
	overflow: hidden;
}
.main-class-wrapper > a {
	position: relative;
	display: block;
	height: 100%;
	padding-left: 50%;
	background-image: url(../make_img02/main/bg_main_contents0202_pc.jpg);
	background-repeat: no-repeat;
	background-size: 624px 166px;
	background-position: right center;
	background-color: #035bc6;
	box-sizing: border-box;
}

.main-class-wrapper > a > img {
	position: absolute;
	bottom: 0;
	left: 11.5%;
	z-index: 1;
}

.main-class-wrapper > a > dl {
	position: relative;
	height: 100%;
	padding-top: 37px;
	z-index: 1;
	box-sizing: border-box;
}

.main-class-wrapper > a > dl > dt {
	display: block;
	margin-bottom: 5px;
	font-size: 28px;
	line-height: 39px;
	font-weight: 700;
	color: #fff;
}

.main-class-wrapper > a > dl > dd {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #b4d0f2;
	letter-spacing: -0.25px;
}

.main-class-wrapper > a > dl > dd > span {
	display: block;
}

.main-class-wrapper > a > dl:before {
	position: absolute;
	top: 50%;
	right: 61px;
	content: "";
	display: block;
	width: 36px;
	height: 18px;
	margin-top: -9px;
	background-image: url(../make_img02/icon/icon_arrow_right04.png);
	background-repeat: no-repeat;
	background-size: 36px 18px;
	background-position: 0 0;
}

.main-contents02-menu-wrapper {
	padding-bottom: 27px;
	background-image: url(../make_img02/main/bg_main_contents_shadow01.png);
	background-size: 100% 27px;
	background-position: center bottom;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.main-contents02-menu-area {
	display: block;
}

.main-contents02-menu-area:after {
	display: block;
	content: "";
	clear: both;
}

.main-contents02-menu-box {
	float: left;
	width: 50%;
	height: 70px;
	overflow: hidden;
}

.main-contents02-menu-box > a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.main-contents02-menu-box:nth-child(1) {
	background-color: #ffd109
}

.main-contents02-menu-box:nth-child(2) {
	background-color: #fff;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}

.main-contents02-menu-box > a > span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 35px;
	margin-top: -17.5px;
	z-index: 1;
}

.main-contents02-menu-box > a > span > img {
	display:inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.main-contents02-menu-box > a > span > strong {
	display:inline-block;
	vertical-align: middle;
	color: #132b47;
	font-size: 18px;
	line-height: 35px;
	font-weight: 500;
}

.main-contents03 {
	max-width: 1240px;
	padding: 0 20px 116px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

.main-preview-wrapper {
	position: relative;
	display: block;
}

.main-preview-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.main-preview-wrapper > h2 {
	position: relative;
	padding-left: 18px;
	color: #080808;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 18px;
	box-sizing: border-box;
}

.main-preview-wrapper > h2:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	background-color: #f43c0a;
	width: 7px;
	height: 30px;
}

.main-preview-area {
	position: relative;
	float: left;
	width: calc(100% - 600px);
	height: 384px;
	border: 1px solid #dddddd;
	transition: all 0.2s ease-in-out;
}

.main-preview-area:hover {
	border: 1px solid #000;
}

#main-slider01 {
	display: block;
}

#main-slider01 .main-best-wrapper {
	position: relative;
	padding-top: 268px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;

}

#main-slider01 .main-best-wrapper > .image {
	position: absolute;
	top: 0;;
	left: 0;
	display: block;
	width: 100%;
	height: 268px;
	overflow: hidden;
	z-index: 10;
}


#main-slider01 .main-best-wrapper > .image > a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
}

#main-slider01 .main-best-wrapper > .image > a > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	min-width: 100%;
	max-width: 100%;
	margin: auto;
	transform: scale3d(1, 1, 1);
	transition: all 0.2s ease-in-out;
}

#main-slider01 .main-best-wrapper:hover > .image > a > img {
	transform: scale3d(1.05, 1.05, 1);
}

#main-slider01 .main-best-wrapper .main-best-area {
	display: block;
	height: 116px;
	padding: 22px 70px 0 32px;
	box-sizing: border-box;
}

#main-slider01 .main-best-wrapper .main-best-area > a {
	display: block;
}

#main-slider01 .main-best-wrapper .main-best-area > a > h3 {
	display: block;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -0.25px;
	font-weight: 400;
	color: #333333;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#main-slider01 .main-best-wrapper .main-best-area > a > p {
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 15px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	letter-spacing: -0.25px;
	word-break: keep-all;
	transition: all 0.2s ease-in-out;
}

.main-preview-area  #main-swiper-pagination01 {
	position: static;
	padding-top: 16px;
	box-sizing: border-box;
}

 #main-swiper-pagination01 .swiper-pagination-bullet {
 	margin: 0 5px 0 4px;
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #b1b0b1;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}


 #main-swiper-pagination01 .swiper-pagination-bullet-active {
	background-color: #ed3300
}

.main-preview-area .btn-more {
	position: absolute;
	bottom: 21px;
	right: 20px;
	display: block;
	width: 21px;
	z-index: 1;
	transition: all 0.2s ease-in-out;
}


.main-preview-area .btn-more:hover,
.main-preview-area .btn-more:focus {
	transform: rotate(90deg);
}

.main-preview-area .btn-more > img {
	display: block;
	width: 21px;
}


#main-slider01 .main-best-wrapper > .image > a:before {
	position: absolute;
	bottom: 10%;
	left: 10%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.4s ease-in-out;
}

#main-slider01 .main-best-wrapper:hover > .image > a:before,
#main-slider01 .main-best-wrapper:focus > .image > a:before {
	bottom: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.05);
}

#main-slider01 .main-best-wrapper > .image > a:after {
	position: absolute;
	bottom: 10%;
	left: 10%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.4s ease-in-out;
}

#main-slider01 .main-best-wrapper:hover > .image > a:after,
#main-slider01 .main-best-wrapper:focus > .image > a:after {
	bottom: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.05);
}

#main-slider01 .main-best-wrapper:hover .main-best-area > a > h3,
#main-slider01 .main-best-wrapper:focus .main-best-area > a > h3,
#main-slider01 .main-best-wrapper:hover .main-best-area > a > p,
#main-slider01 .main-best-wrapper:focus .main-best-area > a > p {
	color: #000;
}

.main-btn-sns-wrapper {
	position: absolute;
	top: 0;
	right: 0;
}

.main-btn-sns-wrapper:after {
	display: block;
	content: "";
	clear: both;
}


.main-btn-sns-wrapper > .main-btn-sns-area {
	float: left;
	display: block;
	margin-left: 8px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.main-btn-sns-wrapper > .main-btn-sns-area:first-child {
	margin-left: 0;
}

.main-btn-sns-wrapper > .main-btn-sns-area > a {
	display: block;
	width: 40px;
	height: 40px;
}

.main-btn-sns-wrapper > .main-btn-sns-area.facebook {
	background-color: #3c5998
}

.main-btn-sns-wrapper > .main-btn-sns-area.blog {
	background-color: #4bb248
}

.main-btn-sns-wrapper > .main-btn-sns-area.youtube {
	background-color: #da1725
}


.main-btn-sns-wrapper > .main-btn-sns-area > a > img {
	position: relative;
	display: block;
	width: 40px;
	z-index: 1;
}


.main-sns-wrapper {
	position: relative;
	float: right;
	width: 584px;
	height: 400px;
}
.main-sns-wrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-sns-area {
	float: left;
	width: 184px;
	height: 184px;
	overflow: hidden;
	margin-right: 16px;
	margin-bottom: 16px;
}

.main-sns-area:nth-child(3n) {
	margin-right: 0;
}

.main-sns-area > a {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #000;
}

.main-sns-area > a > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	max-width: 100%;
	margin: auto;
	transform: scale3d(1, 1, 1);
	transition: all 0.2s ease-in-out;
}

.main-sns-area > a:hover > img,
.main-sns-area > a:focus > img {
	transform: scale3d(1.05, 1.05, 1);
}

/* intro */
.intro-wrapper {
	position: relative;
	text-align: center;
	padding-top: 0 !important;
}

.intro-wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 678px;
	/*
	background: rgb(199,204,209);
	background: linear-gradient(0deg, rgba(199,204,209,1) 0%, rgba(239,239,240,1) 100%);
	*/
	background-image: url(../make_img02/intro/new/bg_intro01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1920px 678px;
}

/* intro header */
.intro-header {
	position: relative;
	height: initial;
	padding-top: 90px;
	box-sizing: border-box;
}

.intro-header > h1 {
	display: block;
	background: transparent;
}

.intro-header > h1 > img {
	display: block;
	width: 234px;
	margin: 0 auto;
}

/* intro container */
.intro-container {
	padding-top: 39px;
	/*
	background-image: url(../make_img02/intro/intro_visual_pc.png);
	background-repeat: no-repeat;
	background-size: 1920px 539px;
	background-position: center top;
	box-sizing: border-box;
	*/
	background: transparent;
}


.img-type02 {
	background-image: url(../make_img02/intro/intro_visual02_pc.png);
}


/*
.img-type03 {
	background-image: url(../make_img02/intro/intro_visual03_pc.png);
}
*/




/* intro contents */
.intro-contents {
	position: relative;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

.intro-contents-wrapper {
	position: relative;
	width: 100%;
	display: block;
	background-color: #fff;
}

.intro-contents-wrapper:after {
	content: "";
	clear: both;
	display: block
}

.intro-contents-area {
	width: calc(100% - 320px);
	height: 481px;
	padding: 25px 20px 0 20px;
	box-sizing: border-box;
}

.intro-contents-area:after {
	display: block;
	content: "";
	clear: both;
}

.intro-contents-area.pc {
	display: block;
}

.intro-contents-area.mobile {
	display: none;
}

.intro-contents-box {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.intro-contents-box:nth-child(4n) {
	margin-right: 0;
}

.intro-contents-box:nth-child(4n + 1) {
	clear: both;
}

.intro-contents-box > a {
	display: block;
}

.intro-contents-box > a > .image {
	position: relative;
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
	background-color: #000;
	margin-bottom: 8px;
}

.intro-contents-box > a > .image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	min-width: 105%;
	max-width: 105%;
	margin: auto;
	transform: scale3d(1, 1, 1);
	transition: all 0.2s ease-in-out;
}

.intro-contents-box > a:hover > .image > img,
.intro-contents-box > a:focus > .image > img {
	transform: scale3d(1.05, 1.05, 1);
}

.intro-contents-box > a > strong {
	display: block;
	text-align: left;
	color: #333333;
	font-size: 15px;
	line-height: 21px;
	max-height: 42px;
	font-weight: 300;
	letter-spacing: -0.25px;
	font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Roboto, Noto Sans KR, Dotum, Droid Sans, arial,
	sans-serif;
	word-break: keep-all;
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 0.2s ease-in-out;
}


.intro-contents-box > a:hover > strong,
.intro-contents-box > a:focus > strong {
	color: #189ee6
}

/* intro 메뉴 */
.intro-menu-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	height: 112px;
	background-color: #00255c;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: center;
}

.intro-menu-area {
}

.menu-type01 {
	background-color: #23004d;
}

.menu-type02 {
	background-color: #00255d;
}

.intro-menu-area > a {
	position: relative;
	display:block;
	text-align: center;
	padding-left: 0;
}


.intro-menu-area > a > strong {
	display: block;
	color: #fff;
	font-size: 25px;
	line-height: 33px;
	font-weight: 600;
	letter-spacing: -0.25px;
	font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Roboto, Noto Sans KR, Dotum, Droid Sans, arial,
	sans-serif;
	transition: all 0.2s ease-in-out;
	word-break: keep-all;
}

.intro-menu-area > a:hover > strong,
.intro-menu-area > a:focus > strong {
	color: #ffd109;
}


.intro-slider-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 320px;
	height: 481px;
}

#intro-slider01 {
	display: block;
	width: 100%;
	height: 481px;
	background: #000;
}

#intro-slider01 img {
	display: block;
	width: 100%;

}

.intro-option-wrapper {
	position: absolute;
	top: 36px;
	right: 19px;
	z-index: 10;
}

.intro-option-wrapper:after {
	display: block;
	content: "";
	clear: both;
}

.intro-option-wrapper > #intro-swiper-pagination01 {
	position: static;
	float: left;
}

.intro-option-wrapper > #intro-swiper-pagination01 .swiper-pagination-bullet {
	float: left;
	opacity: 1;
	border: 2px solid #fff;
	background-color: transparent;
	margin: 0 4px 0 5px;
}


.intro-option-wrapper > #intro-swiper-pagination01 .swiper-pagination-bullet-active {
	background-color: #fff;
}

.intro-option-wrapper .swiper-button-play {
	float: left;
	display: block;
	margin-top: 1px;
	margin-left: 4px;
	width: 11px;
	height: 11px;
	background-image: url(../make_img02/intro/btn_start01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 11px 11px;
	text-indent: -5000rem;
}

.intro-option-wrapper .swiper-button-pause {
	float: left;
	display: block;
	margin-top: 1px;
	margin-left: 4px;
	width: 11px;
	height: 11px;
	background-image: url(../make_img02/intro/btn_stop01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 11px 11px;
	text-indent: -5000rem;
}

/* intro footer */
.intro-footer {
	display: block;
	padding-top: 37px;
	padding-bottom: 50px;
	text-align: center;
}

.intro-footer .footer-sns-list {
	display: block;
	margin-bottom: 13px;
}

.intro-footer .footer-sns-list > li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.intro-footer .footer-sns-list > li:first-child {
	margin-left: 0;
}

.intro-footer .footer-sns-list > li a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}

.intro-footer .footer-sns-list > li a > img {
	position: relative;
	display: block;
	width: 40px;
	z-index: 1;
}

.intro-footer .footer-sns-list > li a.facebook {
	background-color: #3c5998
}

.intro-footer .footer-sns-list > li a.blog {
	background-color: #4bb248
}

.intro-footer .footer-sns-list > li a.youtube {
	background-color: #ee2323;
}

.intro-footer .footer-sns-list > li a.facebook:hover,
.intro-footer .footer-sns-list > li a.facebook:focus {
	background-color: #1e599b
}

.intro-footer .footer-sns-list > li a.blog:hover,
.intro-footer .footer-sns-list > li a.blog:focus {
	background-color: #1a9346
}

.intro-footer .footer-sns-list > li a.youtube:hover,
.intro-footer .footer-sns-list > li a.youtube:focus {
	background-color: #dc4d2e
}

.intro-footer .copyright {
	color: #9396a5;
	font-size: 13px;
	line-height: 20px;
	font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Roboto, Noto Sans KR, Dotum, Droid Sans, arial,
	sans-serif;
}

.main .btn-mobile-back {
	display: none !important;
}

.intro-ailee-wrapper {
	padding-top: 76px;
	padding-right: 28px;
	background-image: url(../make_img02/intro/bg_intor03_pc.jpg);
	background-repeat: no-repeat;
	background-size: 880px 481px;
	background-position: left top;
	box-sizing: border-box;
}

.intro-ailee-wrapper2 {
	background-image: url(../make_img02/intro/bg_intor03_pc.jpg);
	background-repeat: no-repeat;
	background-size: 880px 481px;
	background-position: left top;
	box-sizing: border-box;
}

.intro-ailee-wrapper3 {
    padding-top: 76px;
	padding-right: 28px;
	background-image: url(../make_img02/intro/bg_intor04_pc.jpg);
	background-repeat: no-repeat;
	background-size: 880px 481px;
	background-position: left top;
	box-sizing: border-box;
}


.intro-image-wrapper {
    background-image: url(../make_img02/intro/bg_intor05_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	box-sizing: border-box;
	padding: 0;
}


.intro-ailee-area {
	float: right;
}

.intro-ailee-area > .slogan {
	display: block;
	margin-bottom: 28px;
	text-align: right;
}

.intro-ailee-area > .slogan .pc {
	display: inline-block;
	vertical-align: bottom;
}

.intro-ailee-area > .slogan .mobile {
	display: none;
}

.intro-ailee-area2 {
	position: relative;
	float: left;
	width: 389px;
	height: 100%;
	padding: 24px 52px 0 32px;
	box-sizing: border-box;
}

.intro-ailee-area2 > .slogan {
	position: absolute;
	bottom: 40px;
}

.intro-ailee-area2 > .slogan > img {
	 width: 100%;
}

.intro-ailee-area2 > .slogan .pc {
	display: inline-block;
	vertical-align: bottom;
}

.intro-ailee-area2 > .slogan .mobile {
	display: none;
}

.intro-image-area {
	float: right;
}

.intro-image-area > .slogan {
	position: absolute;
	right: 580px;
	top: 36px;
}

.intro-image-area > .slogan .pc {
	display: inline-block;
	vertical-align: bottom;
}

.intro-image-area > .slogan .mobile {
	display: none;
}

.intro-ailee-box {
	display: block;
	padding-left: 22px;
}

.intro-ailee-box:after {
	content: "";
	clear: both;
	display: block;
}

.intro-ailee-box > a {
	float: left;
	display: block;
	width: 203px;
	height: 244px;
	padding: 13px 10px 10px 10px;
	margin-right: 14px;
	background-color: #fff;
	border: 1px solid #afafaf;
	text-align: center;
	border-radius: 3px;
	-webkit-box-shadow: 0px 26px 32px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 26px 32px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 26px 32px 0px rgba(0,0,0,0.2);
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
}

.intro-ailee-box > a:hover,
.intro-ailee-box > a:focus {
	-webkit-box-shadow: 0px 26px 32px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 26px 32px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 26px 32px 0px rgba(0,0,0,0.3);
}

.intro-ailee-box > a .image-wrapper {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 62%;
	margin-bottom: 23px;
	z-index: 10;
	box-sizing: border-box;
}

.intro-ailee-box > a .image-wrapper > .image {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.intro-ailee-box > a .image-wrapper > .image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	min-width: 100%;
	max-width: 100%;
	margin: auto;
	transition: all 0.2s linear;
	transform: scale3d(1, 1, 1);
}

.intro-ailee-box > a:hover .image-wrapper > .image > img,
.intro-ailee-box > a:focus .image-wrapper > .image > img {
	transform: scale3d(1.05, 1.05, 1);
}

.intro-ailee-box > a .image-wrapper .play {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	margin-top: -35px;
	text-align: center;
}

.intro-ailee-box > a .image-wrapper .play > img {
	display: inline-block;
	vertical-align: bottom;
}

.intro-ailee-box > a .image-wrapper .play > .time {
	display: block;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: -0.25px;
}

.intro-ailee-box > a > .title {
	position: relative;
	display: table;
	width: 100%;
	height: 67px;
	text-align: center;
	z-index: 10;
}

.intro-ailee-box > a > .title > strong {
	display: table-cell;
	vertical-align: middle;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: -0.25px;
	font-weight: 700;
	color: #182f58;
	transition: all 0.2s ease-in-out;
}

.intro-ailee-box > a > .title > strong {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.intro-ailee-box > a > .title > strong > img {
	display: inline-block;;
	vertical-align: bottom;
	max-width: 170px;
}

.intro-ailee-box > a.bg-type01 {
	background: #e9fcfb;
}
.intro-image-box {
	display: block;
	width: 233px;
	background-image: url(../make_img02/intro/btube_bg.gif);
	height: 481px;
}

.intro-image-box > h2 {
	text-align: center;
	padding: 20px 0;
}

.intro-image-box:after {
	content: "";
	clear: both;
	display: block;
}

.intro-image-box > a {
	display: block;
	width: 233px;
	height: 130px;
	margin: 0 auto;
	text-align: center;
	background: url(../make_img02/intro/intro_btube_thumb.png) no-repeat 0 0;
}

/*.intro-image-box > a:hover,
.intro-image-box > a:focus {
	-webkit-box-shadow: 0px 26px 32px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 26px 32px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 26px 32px 0px rgba(0,0,0,0.3);
}*/

.intro-image-box > a .image-wrapper {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 62%;
	margin-bottom: 23px;
	z-index: 10;
	box-sizing: border-box;
}

.intro-image-box > a .image-wrapper > .image {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.intro-image-box > a .image-wrapper > .image > img {
	position: absolute;
	top: 12px;
	left: 20px;
	display: block;
	width: 193px;
	height: 96px;
	margin: auto;
	transition: all 0.2s linear;
	transform: scale3d(1, 1, 1);
}

.intro-image-box > a:hover .image-wrapper > .image > img,
.intro-image-box > a:focus .image-wrapper > .image > img {
	transform: scale3d(1.02, 1.05, 1);
}

.intro-image-box > a .image-wrapper .play {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	margin-top: -35px;
	text-align: center;
}

.intro-image-box > a .image-wrapper .play > img {
	display: inline-block;
	vertical-align: bottom;
}

.intro-image-box > a .image-wrapper .play > .time {
	display: block;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: -0.25px;
}

.intro-image-box > a > .title {
	position: relative;
	display: table;
	width: 100%;
	height: 67px;
	text-align: center;
	z-index: 10;
}

.intro-image-box > a > .title > strong {
	display: table-cell;
	vertical-align: middle;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: -0.25px;
	font-weight: 700;
	color: #182f58;
	transition: all 0.2s ease-in-out;
}

.intro-image-box > a > .title > strong {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.intro-image-box > a > .title > strong > img {
	display: inline-block;;
	vertical-align: bottom;
	max-width: 170px;
}

.intro-image-box > a.bg-type01 {
	background: #e9fcfb;
}



/* 2020.09.22 추가작업 */
.intro-recruitment-wrapper {
	position: relative;
	float: left;
	width: 385px;
	height: 100%;
	padding: 24px 52px 0 32px;
	box-sizing: border-box;
	border: 1px solid red;
}

.recruitment2 {
	width: 50%;
}

.recruitment2:nth-child(2) {
	padding: 24px 32px 0 50px;
}

.recruitment2:nth-child(2):after {
	background: none;
}

.intro-recruitment-wrapper:after {
	position: absolute;
	top: 31px;
	right: 0;
	content: "";
	display: block;
	width: 1px;
	height: 369px;
	background-color: #dbdbdb
}

.intro-recruitment-wrapper > h2 {
	display: block;
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #343434;
	word-break: keep-all;
}

.color01 {
	color: #bf433e;
}

.color02 {
	color: #480e6e;
}

.intro-recruitment-area {
	display: table;
	width: 100%;
	height: 188px;
	margin-bottom: 10px;
}

.intro-recruitment-area2 {
	height: auto;
}


.intro-recruitment-box {
	display: table-cell;
	vertical-align: middle;
}

.intro-recruitment-box > ul {
	display: block;
}

.intro-recruitment-box > ul > li {
	position: relative;
	padding-left: 17px;
	color: #343434;
	font-size: 17px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: -1px;
	word-break: keep-all;
}

.intro-recruitment-box > ul > li > strong {
	font-weight: 700;
}

.intro-recruitment-box > ul > li:before {
	position: absolute;
	top: 11px;
	left: 0;
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #59a4ea
}

.intro-recruitment-wrapper .btn-go {
	position: relative;
	display: block;
	width: 100%;
	height: 88px;
	padding-top: 0;
	background-color: #182f58;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	animation: blink 2s step-end infinite;
	-webkit-animation: blink 2s step-end infinite;
	animation: blink 2s step-end infinite;
	animation-name: blink;
	animation-duration: 2s;
	animation-timing-function: step-end;
	animation-iteration-count: infinite;
	transition: all 0.2s ease-in-out;
}

.intro-recruitment-wrapper .btn-go2 {
	position: relative;
	display: block;
	width: 100%;
	height: 88px;
	padding-top: 0;
	background-color: #182f58;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	animation: blink2 2s step-end infinite;
	-webkit-animation: blink2 2s step-end infinite;
	animation: blink2 2s step-end infinite;
	animation-name: blink2;
	animation-duration: 2s;
	animation-timing-function: step-end;
	animation-iteration-count: infinite;
}

.intro-recruitment-wrapper .btn-go3 {
	position: relative;
	display: block;
	width: 100%;
	height: 88px;
	padding-top: 0;
	background-color: #ec9635;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	animation: blink3 2s step-end infinite;
	-webkit-animation: blink3 2s step-end infinite;
	animation: blink3 2s step-end infinite;
	animation-name: blink3;
	animation-duration: 2s;
	animation-timing-function: step-end;
	animation-iteration-count: infinite;
}

.intro-recruitment-wrapper .btn-go > span,
.intro-recruitment-wrapper .btn-go2 > span,
.intro-recruitment-wrapper .btn-go3 > span{
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	transform: translate(0, -50%);
}

.intro-recruitment-wrapper .btn-go2 > span > span.word-small {
	font-size: 15px;
}



.intro-go-list {
	float: left;
	width: calc(100% - 389px);
	height: 100%;
	max-height: 400px;
	padding: 26px 23px 0 49px;
	box-sizing: border-box;
}

.intro-go-list2 {
	float: left;
	width: calc(100% - 389px);
	height: auto;
	padding: 26px 23px 0 49px;
	box-sizing: border-box;
}

.intro-go-list > table {
	width: 100%;
	height: 100%;
}

.intro-go-list > table td {
	padding-top:5px;
}

.intro-go-list > table td > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
}

.intro-go-list > table td > a .linked {
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	min-height: 67px;

}

.intro-go-list > table td > a .linked:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0);
	transition: all 0.3s ease-in-out;
}

.intro-go-list > table td > a:hover .linked:after,
.intro-go-list > table td > a:focus .linked:after {
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
}


.intro-go-list > table td > a .linked > strong {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding: 0 38px 0 19px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.8px;
	font-weight: 700;
	word-break: keep-all;
	transition: all 0.2s ease-in-out;
	z-index: 10;
}


.intro-go-list > table td > a.type06  .linked > strong {
	color: yellow;
	font-size: 23px;
	line-height: 26px;
}


.intro-go-list > table td > a.type06  .linked > strong > span {
	display: block;
	font-size: 16px;
}

.intro-go-list > table td > a .linked:before {
	position: absolute;
	top: 50%;
	right: 25px;
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	margin-top: -7px;
	background-image: url(../make_img02/intro/icon_arrow01.png);
	background-repeat: no-repeat;
	background-size: 8px 14px;
	background-position: 0 0;
	transition: all 0.2s ease-in-out;
	z-index: 10;
}

.intro-go-list > table td > a.type01:hover .linked:before,
.intro-go-list > table td > a.type01:focus .linked:before {
	background-image: url(../make_img02/intro/icon_arrow01_over01.png);
}

.intro-go-list > table td > a.type02:hover .linked:before,
.intro-go-list > table td > a.type02:focus .linked:before {
	background-image: url(../make_img02/intro/icon_arrow01_over02.png);
}

.intro-go-list > table td > a.type03:hover .linked:before,
.intro-go-list > table td > a.type03:focus .linked:before {
	background-image: url(../make_img02/intro/icon_arrow01_over03.png);
}

.intro-go-list > table td > a.type04:hover .linked:before,
.intro-go-list > table td > a.type04:focus .linked:before {
	background-image: url(../make_img02/intro/icon_arrow01_over04.png);
}

.intro-go-list > table td > a.type05:hover .linked:before,
.intro-go-list > table td > a.type05:focus .linked:before {
	background-image: url(../make_img02/intro/icon_arrow01_over05.png);
}

.intro-go-list > table td > a.type06:hover .linked:before,
.intro-go-list > table td > a.type06:focus .linked:before {
	background-image: url(../make_img02/intro/icon_arrow01_over05.png);
}


.intro-go-list > table td > a.type01 {
	background: rgb(89,164,234);
	background: linear-gradient(270deg, rgba(89,164,234,1) 0%, rgba(89,164,234,1) 50%, rgba(89,164,234,1) 100%);
	transition: all 0.3s ease-in-out;
}

.intro-go-list > table td > a.type02 {
	background: rgb(89,180,107);
	background: linear-gradient(270deg, rgba(89,180,107,1) 0%, rgba(89,180,107,1) 50%, rgba(89,180,107,1) 100%);
	transition: all 0.3s ease-in-out;
}

.intro-go-list > table td > a.type03 {
	background: rgb(237,151,54);
	background: linear-gradient(270deg, rgba(237,151,54,1) 0%, rgba(237,151,54,1) 50%, rgba(237,151,54,1) 100%);
	transition: all 0.3s ease-in-out;
}

.intro-go-list > table td > a.type04 {
	background: rgb(236,103,98);
	background: linear-gradient(270deg, rgba(236,103,98,1) 0%, rgba(236,103,98,1) 50%, rgba(236,103,98,1) 100%);
	transition: all 0.3s ease-in-out;
}

.intro-go-list > table td > a.type05 {
	background: rgb(130,29,197);
	background: linear-gradient(270deg, rgba(130,29,197,1) 0%, rgba(130,29,197,1) 50%, rgba(130,29,197,1) 100%);
	transition: all 0.3s ease-in-out;
}

.intro-go-list > table td > a.type06 {
	background: rgb(130,29,197);
	background: linear-gradient(270deg, rgba(130,29,197,1) 0%, rgba(130,29,197,1) 50%, rgba(130,29,197,1) 100%);
	transition: all 0.3s ease-in-out;
}


.intro-go-list > table td > a.type07 {
	color: #fff;
	background-color: #ec9635;
	animation: blink2 2s step-end infinite;
	-webkit-animation: blink2 2s step-end infinite;
	animation: blink2 2s step-end infinite;
	animation-name: blink2;
	animation-duration: 2s;
	animation-timing-function: step-end;
	animation-iteration-count: infinite;
}





.intro-go-list > table td > a.type01:hover,
.intro-go-list > table td > a.type01:focus {
	background: rgb(59,118,174);
	background: linear-gradient(270deg, rgba(59,118,174,1) 0%, rgba(65,128,187,1) 50%, rgba(89,164,234,1) 100%);
}

.intro-go-list > table td > a.type02:hover,
.intro-go-list > table td > a.type02:focus {
	background: rgb(62,133,76);
	background: linear-gradient(270deg, rgba(62,133,76,1) 0%, rgba(68,143,83,1) 50%, rgba(89,180,107,1) 100%);
}

.intro-go-list > table td > a.type03:hover,
.intro-go-list > table td > a.type03:focus {
	background: rgb(190,112,23);
	background: linear-gradient(270deg, rgba(190,112,23,1) 0%, rgba(200,120,30,1) 50%, rgba(237,151,54,1) 100%);
}

.intro-go-list > table td > a.type04:hover,
.intro-go-list > table td > a.type04:focus  {
	background: rgb(190,66,61);
	background: linear-gradient(270deg, rgba(190,66,61,1) 0%, rgba(200,74,69,1) 50%, rgba(236,103,98,1) 100%);
}

.intro-go-list > table td > a.type05:hover,
.intro-go-list > table td > a.type05:focus  {
	background: rgb(72,14,110);
	background: linear-gradient(270deg, rgba(72,14,110,1) 0%, rgba(100,20,150,1) 50%, rgba(130,29,197,1) 100%);
}

.intro-go-list > table td > a.type06:hover,
.intro-go-list > table td > a.type06:focus  {
	background: rgb(72,14,110);
	background: linear-gradient(270deg, rgba(72,14,110,1) 0%, rgba(100,20,150,1) 50%, rgba(130,29,197,1) 100%);
}

.intro-go-list > table td > a.type07:hover,
.intro-go-list > table td > a.type07:focus  {
	background: rgb(72,14,110);
	background: linear-gradient(270deg, rgba(72,14,110,1) 0%, rgba(100,20,150,1) 50%, rgba(130,29,197,1) 100%);
}


.intro-go-list > table td > a.type01:hover .linked > strong,
.intro-go-list > table td > a.type01:focus .linked > strong {
	color: #3b76ae
}

.intro-go-list > table td > a.type02:hover .linked > strong,
.intro-go-list > table td > a.type02:focus .linked > strong {
	color: #3e854c
}

.intro-go-list > table td > a.type03:hover .linked > strong,
.intro-go-list > table td > a.type03:focus .linked > strong {
	color: #be7017
}

.intro-go-list > table td > a.type04:hover .linked > strong,
.intro-go-list > table td > a.type04:focus .linked > strong {
	color: #be423d
}

.intro-go-list > table td > a.type05:hover .linked > strong,
.intro-go-list > table td > a.type05:focus .linked > strong {
	color: #480e6e
}

.intro-go-list > table td > a.type06:hover .linked > strong,
.intro-go-list > table td > a.type06:focus .linked > strong {
	color: #480e6e
}

.intro-go-list > table td > a.type07:hover .linked > strong,
.intro-go-list > table td > a.type07:focus .linked > strong {
	color: #480e6e
}



.intro-ailee-box.type02 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 616px;
	padding-left: 0;
	clear: both;
	width: 140px;
}

.intro-ailee-box.type02 > a {
	float: none;
	width: 140px;
	height: 169px;
	padding: 10px 7px;
	margin-right: 0;
	margin-bottom: 9px;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.intro-ailee-box.type02 > a .image-wrapper {
	margin-bottom: 10px;
}

.intro-ailee-box.type02 > a .image-wrapper .play {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	margin-top: -15px;
	text-align: center;
}

.intro-ailee-box.type02 > a .image-wrapper .play > img {
	display: inline-block;
	vertical-align: bottom;
	width: 28px;
}

.intro-ailee-box.type02 > a .image-wrapper .play > .time {
	font-size: 10px;
	line-height: 13px;
	letter-spacing: -0.25px;
}

.intro-ailee-box.type02 > a > .title {
	position: relative;
	display: table;
	width: 100%;
	height: 51px;
	text-align: center;
	z-index: 10;
}

.intro-ailee-box.type02 > a > .title > strong {
	font-size: 14px;
	line-height: 17px;
	word-break: keep-all;
}

.intro-banner01 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 616px;
	padding-left: 0;
	clear: both;
	width: 140px;
}

.intro-banner01 > a {
	position: relative;
	width: 100%;
	padding-bottom: 150%;
	display: block;
	overflow: hidden;
/*	margin-bottom: 15px;*/
}

.intro-banner01 > a > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	width: 100%;
	margin: auto;
	transform: scale3d(1, 1, 1);
	transition: all 0.2s ease-in-out;
}

.intro-banner01 > a:hover > img,
.intro-banner01 > a:focus > img {
	transform: scale3d(1.05, 1.05, 1);
}

.icon-hashtags {
	position: absolute;
	top: 360px;
	right: 50%;
	margin-right: 580px;
	padding-left: 0;
	clear: both;
	width: 140px;
}

/* for MS계열 브라우저 */
@keyframes blink {
	0% {
		background-color: #ec6762;
	}
	50% {
		background-color: #be423d;
	}
}

@keyframes blink2 {
	0% {
		background-color: #821dc5;
	}
	50% {
		background-color: #480e6e;
	}

}
@keyframes blink3 {
	0% {
		background-color: #f23d1f;
	}
	50% {
		background-color: #c12910;
	}
}



/* 2021.08.31 추가작업 */
.intro-recruitment-wrapper02 {
	float: left;
	width: calc(100% - 233px);
	height: 100%;
	padding: 35px 28px 29px 31px;
	box-sizing: border-box;
}

.intro-recruitment-wrapper02 > .title-area {
/*	padding-left: 10px;*/
/*	padding-left: 27px; 221228 */
	padding-left: 0; /* 수시1차 원서접수 */
	margin-bottom: 22px;
}

.intro-recruitment-wrapper02 > .title-area:after {
	display: block;
	content: "";
	clear: both;
}

.intro-recruitment-wrapper02 > .title-area > h2 {
	position: relative;
	float: left;
/*	padding: 0 40px;*/
	padding: 0 30px;
	margin-top: 5px;
	font-size: 34px;
	line-height: 42px;
	font-weight: 800;
	color: #ffcd4a;
	font-family: 'NanumSquare', sans-serif;
	text-shadow: 0.5px 0.866px 8px rgba(0, 0, 0, 0.14);
	color: rgb(255, 205, 74);
}

.intro-recruitment-wrapper02 > .title-area > h2:before,
.intro-recruitment-wrapper02 > .title-area > h2:after {
	position: absolute;
	top: 10px;
	content: "";
	width: 30px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: 30px 18px;
}

.intro-recruitment-wrapper02 > .title-area > h2:before {
	left: 0;
	background-image: url(../make_img02/intro/new/icon_arrow_right_yellow01.png);
}

.intro-recruitment-wrapper02 > .title-area > h2:after {
	right: 0;
	background-image: url(../make_img02/intro/new/icon_arrow_left_yellow01.png);
}


.intro-recruitment-wrapper02 > .title-area > ul {
	float: left;
/*	margin-left: 50px;*/
	margin-left: 10px;
	font-family: 'NanumSquare', sans-serif;
/*	margin-left: 10px;*/
/*	margin-top: -15px; 원서접수, 면접고사, 합격자 발표 3줄 */
	margin-top: 0; /* 면접고사, 합격자 발표 2줄 */
}

.intro-recruitment-wrapper02 > .title-area > ul > li {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	line-height: 26px;
	color: #fefefe;
	font-weight: 700;
}

.intro-recruitment-wrapper02 > .title-area > ul > li:before {
	position: absolute;
	top: 10px;
	left: 0;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #fcff04;
	border-radius: 100%;
}

.intro-recruitment-wrapper02 > .title-area > ul > li > strong {
	font-weight: 700
}

.intro-recruitment-area02 {
	position: relative;
	width: 100%;
	height: 344px;
}

.intro-recruitment-area02:after {
	display: block;
	content: "";
	clear: both;
}

.btn-center-go {
	position: relative;
	float: right;
	width: calc(33.3333% - 6px);
	height: 100%;
	padding: 25px 21px;
	background-image: url(../make_img02/intro/new/btn_bg00.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0px 7px 5px 0px rgba(56, 56, 56, 0.33);
	box-sizing: border-box;
	text-align: left;
	font-family: 'NanumSquare', sans-serif;
	transition: all 0.2s ease-in-out;
}

.btn-center-go > dl {
	display: block;
	color: #fff;
	font-weight: 900;
	letter-spacing: -0.25px;
}

.btn-center-go > dl > dt {
	margin-bottom: 12px;
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	text-shadow: 0 2px 0 rgba(0,0,0, 0.18);
}

.btn-center-go > dl > dd {
	position: relative;
	font-size: 32px; /* 합격자발표 */
	line-height: 40px; /* 합격자발표 */
	/* font-size: 38px; 기본 */
	/* line-height: 46px; 기본 */
	text-shadow: 0 2px 0 rgba(0,0,0, 0.18);
	word-break: keep-all

}
.btn-center-go > dl > dd > small{
	display: block;
	margin-top:3px;
	font-size: 14px;
	line-height:18px;
}

.btn-center-go > dl > dd:before {
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(255,255,214);
	background: linear-gradient(120deg, rgba(255,255,214,1) 0%, rgba(255,255,255,1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	content: attr(data-text);
	font-size: 38px;
	line-height: 46px;
	z-index: 1;
	text-shadow: none;
}

.btn-center-go .go {
	position: absolute;
	bottom: 37px;
	left: 25px;
	padding-bottom: 6px;
	padding-right: 19px;
	color: #fcfcfc;
	font-size: 20px;
	line-height: 29px;
	font-weight: 900;
	font-family: 'NanumSquare', sans-serif;
	background-image: url(../make_img02/intro/new/icon_go_arrow01.png);
	background-repeat: no-repeat;
	background-size: 90px 9px;
	background-position: left bottom;
}

.intro-ipsi-menu-wrapper {
	float: left;
	width: calc(66.6667% - 6px);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.intro-ipsi-menu-wrapper .menu01,
.intro-ipsi-menu-wrapper .menu02,
.intro-ipsi-menu-wrapper .menu03,
.intro-ipsi-menu-wrapper .menu04 {
	width: calc(50% - 6px);
	height: 166px;

}

.intro-ipsi-menu-wrapper > div > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 26px 22px;
	box-shadow: 0px 7px 5px 0px rgba(56, 56, 56, 0.33);
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-family: 'NanumSquare', sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.intro-ipsi-menu-wrapper .menu01 > a {
	background-image: url(../make_img02/intro/new/btn_bg01.png);
}
.intro-ipsi-menu-wrapper .menu02 > a {
	background-image: url(../make_img02/intro/new/btn_bg02.png);
}
.intro-ipsi-menu-wrapper .menu03 > a {
	background-image: url(../make_img02/intro/new/btn_bg03.png);
}
.intro-ipsi-menu-wrapper .menu04 > a {
	background-image: url(../make_img02/intro/new/btn_bg04.png);
}

.intro-ipsi-menu-wrapper > div > a > strong,
.intro-ipsi-menu-wrapper > div > a > span {
	display: block;
}

.intro-ipsi-menu-wrapper > div > a > strong {
	 /*font-size: 24px; 원본*/
	font-size: 20px; /*글이 많음*/
/*	line-height: 32px;*/
	line-height: 24px; /* 4번째 주황색 버튼 3줄되면서 임시 250122 */
	font-weight: 900;
	text-shadow: 0px 2px 0px rgba(47, 47, 47, 0.18);
}

.intro-ipsi-menu-wrapper > div > a > strong > small {
	display: block;
	margin-top: 3px;
	font-size: 14px;
	line-height: 18px;
}

.intro-ipsi-menu-wrapper > div > a > span {
	position: absolute;
	bottom: 25px;
	left: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 28px;
	color: #fff;
	border: 1px solid rgba(255,255,255, 0.6);
	border-radius: 14px;
	transition: all 0.2s ease-in-out;
}

.intro-ipsi-menu-wrapper > div > a:hover > span {
	background-color: rgba(255,255,255, 0.6);
	color: #212121;
	box-shadow: 0 5px 15px rgba(0,0,0, 0.15);
}

.intro-ipsi-menu-wrapper > div > a:hover,
.btn-center-go:hover {
	box-shadow: 0px 7px 5px 0px rgba(56, 56, 56, 0.8);
}


@media only all and (max-width: 1439px) {
	.right-menu01-list {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: -90px;
		transform: translate(0, 0);
	}

	.right-menu01-list > button {
		display: inline-block;
		vertical-align: middle;
		width: auto;
		height: 26px;
		padding: 0 10px;
		margin: 0;
		font-size: 12px;
		line-height: 13px;
		border-radius: 13px;
	}


	.right-menu02-list {
		position: absolute;
		top: 0;
		right: initial;
		right: auto;
		left: 0;
		margin-top: -90px;
	}

	.right-menu02-list > a {
		display: inline-block;
		vertical-align: middle;
		width: auto;
		height: 26px;
		padding: 6px 10px 0 10px;
		margin: 0;
		font-size: 12px;
		line-height: 13px;
		border-radius: 13px;
		transition: all 0.2s ease-in-out;
		font-weight: 500;
		font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Roboto, Noto Sans KR, Dotum, Droid Sans, arial,
		sans-serif;
		box-sizing: border-box;
	}

	.right-menu02-list > a:hover,
	.right-menu02-list > a:focus,
	.right-menu02-list > a.on {
		background-color: rgba(255, 255, 255, 0.9);
		border: 2px solid rgba(255, 255, 255, 0.9);
		color: rgba(0, 0, 0, 1);
	}

	.right-menu02-list.active > a {
		border-color: #26b7ed;
		color: #fff
	}

	.right-menu02-list.active > a:hover,
	.right-menu02-list.active > a:focus,
	.right-menu02-list.active > a.on {
		background-color: rgba(33, 33, 33, 0.9);
		border: 2px solid rgba(33, 33, 33, 0.9);
		color: rgba(255, 255, 255, 1);
	}
}




@media only all and (max-width: 1239px) {
	.intro-contents-box {
		width: 24.625%;
		margin-right: 0.5%;
	}

	.intro-contents-box > a > .image > img {
		min-width: 116%;
		max-width: 116%;
	}

	.intro-recruitment-wrapper02 > .title-area > h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.intro-recruitment-wrapper02 > .title-area > ul {
		float: left;
		margin-left: 40px;
	}

	.intro-recruitment-wrapper02 > .title-area > ul > li {
		font-size: 14px;
	}

	.intro-recruitment-wrapper02 {
		padding: 35px 13px 29px 16px;
	}

	.btn-center-go {
		padding: 20px 16px;
	}

	.btn-center-go > dl > dt {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 28px;
	}

	.btn-center-go > dl > dd {
		font-size: 34px;
		line-height: 42px;
	}

	.btn-center-go > dl > dd:before {
		font-size: 34px;
		line-height: 42px;
	}

	.intro-ipsi-menu-wrapper > div > a {
		padding: 20px 16px;

	}
	.intro-ipsi-menu-wrapper > div > a > strong {
		font-size: 20px;
		line-height: 28px;
	}

	.intro-ipsi-menu-wrapper > div > a > strong > small {
		font-size: 12px;
		line-height: 16px;
		word-break: keep-all
	}

	.intro-ipsi-menu-wrapper > div > a > span {
		bottom: 20px;
		left: 16px;
		width: 74px;
		height: 24px;
		border-radius: 12px;
		font-size: 12px;
	}

	.intro-ipsi-menu-wrapper > div > a:hover > span {
		background-color: rgba(255,255,255, 0.6);
		color: #212121;
		box-shadow: 0 5px 15px rgba(0,0,0, 0.15);
	}

	.intro-ipsi-menu-wrapper > div > a:hover,
	.btn-center-go:hover {
		box-shadow: 0px 7px 5px 0px rgba(56, 56, 56, 0.8);
	}
}

@media only all and (max-width: 1200px) {
	.intro-recruitment-wrapper {
		padding: 24px 25px 0 5px;
	}
	.recruitment2:nth-child(2) {
		padding: 24px 5px 0 20px;
	}
}


@media only all and (max-width: 1199px) {
	.main-board-wrapper > h2 {
		padding: 0 20px;
	}

	.main-board-area {
		padding: 0 20px;
	}

	.main-board-area > ul > li > button {
		font-size: 14px;
	}

	.main-board-box > ul > li > a {
		padding-right: 75px;
	}

	.main-board-box > ul > li > a > .title-area > strong {
		font-size: 14px;
	}

	.main-board-box > ul > li > a > .date {
		font-size: 14px;
	}

	.main-board-box .btn-more {
		right: 19px;
	}


	.main-president-wrapper > a {
		padding-left: 146px;
	}

	.main-president-wrapper > a > img {
		left: 20px;
	}


	.main-menu020201-box > a > span > strong {
		font-size: 14px;
	}

	.main-menu020202-area > a > dl > dt {
		font-size: 17px;
	}

	.main-menu020301 > a > span > strong {
		font-size: 14px;
	}


	.main-menu020302 > a > span > strong {
		font-size: 14px;
	}



	.main-menu020302-list > ul > li > a > strong {
		font-size: 14px;
	}

	.main-menu020302-list > ul > li > a > strong > span {
		display: block;
	}

	.main-grade-checked > a > span > strong {
		font-size: 14px;
	}

	/*언론보도, 학사일정 */
	.main-press-area > a {
		font-size: 14px;
		line-height: 20px;
	}

	.main-schdule-area > .month-choise .word-month {
		font-size: 30px;
	}

	.main-schdule-area > ul > li {
		font-size: 14px;
		line-height: 22px;
	}

	/* 메인 컨텐츠 02 */
	.main-service-area > a > strong {
		font-size: 14px;
	}


	/* 학과(계열)안내 */
	.main-class-wrapper > a > img {
		left: 5%;
	}

	.main-class-wrapper > a > dl > dt {
		font-size: 26px;
	}

	.main-class-wrapper > a > dl > dd {
		font-size: 13px;
	}

	.main-contents02-menu-box > a > span > strong {
		font-size: 16px;
	}

	#main-slider01 .main-best-wrapper {
		padding-top: 221px;

	}

	#main-slider01 .main-best-wrapper > .image {
		height: 221px;
	}

	#main-slider01 .main-best-wrapper > .image > a > img {
		min-width: 130%;
		max-width: 130%;
	}

	#main-slider01 .main-best-wrapper .main-best-area {
		height: 163px;
	}

	#main-slider01 .main-best-wrapper .main-best-area > a > p {
		-webkit-line-clamp: 4;
		max-height: 88px;
	}

	.intro-recruitment-wrapper02 > .title-area {
		padding-left: 6px;
	}

	.intro-recruitment-wrapper02 > .title-area > h2 {
		font-size: 24px;
		padding: 5px 0 0 0;
	}


	.intro-recruitment-wrapper02 > .title-area > h2:before,
	.intro-recruitment-wrapper02 > .title-area > h2:after {
		display: none;
	}


	.intro-recruitment-wrapper02 > .title-area > ul {
		float: right;
		padding-right: 6px;
		margin-left: 0;
	}

	.btn-center-go > dl > dd,
	.btn-center-go > dl > dd:before {
        font-size: 28px;
        line-height: 32px;
    }

	.intro-ipsi-menu-wrapper > div > a > strong {
		font-size: 16px;
		line-height: 24px;
	}

	.intro-ipsi-menu-wrapper > div > a > strong > small {
		font-size: 12px;
		line-height: 16px;
		word-break: keep-all
	}

}



@media only all and (max-width: 1100px) {
	.main-classroom-wrapper > a > .main-classroom-area > dt {
		font-size: 16px;
	}

	.main-classroom-wrapper > a > .main-classroom-area > dd {
		font-size: 12px;
		line-height: 18px;
	}

	.main-president-wrapper > a {
		padding-left: 136px;
	}

	.intro-contents-box {
		width: 32%;
		margin-right: 2%;
	}

	.intro-contents-box:nth-child(4n) {
		margin-right: 2%;
	}

	.intro-contents-box:nth-child(4n + 1) {
		clear: initial;
	}

	.intro-contents-box:nth-child(3n) {
		margin-right: 0;
	}

	.intro-contents-box:nth-child(3n + 1) {
		clear: both;
	}

	.intro-contents-box:nth-last-child(1),
	.intro-contents-box:nth-last-child(2) {
		display: none;
	}

	.intro-go-list {
		width: calc(100% - 355px);
		padding-left: 25px;
		padding-right: 5px;
	}

	.intro-go-list > table td > a .linked:before {
		right: 10px;
	}

	.menu03 > .menu-box,
	.menu04 > .menu-box {
		padding-top: 60px;
	}

	.menu-box .group > strong {
		font-size: 20px;
		line-height: 22px;
		min-height: 60px;
	}

	.menu02 > .menu-box .group > strong {
		font-size: 18px;
		line-height: 22px;
		min-height: 70px;
	}

	.menu02 > .menu-box .group > strong > sub {
		font-size: 14px;
		line-height: 22px;
	}


	.intro-ipsi-menu-wrapper > div:nth-child(odd) > .menu-box {
		padding-left: 20px;
	}

	.intro-ipsi-menu-wrapper > div:nth-child(even) > .menu-box {
		padding-right: 20px;
	}

}