@charset "utf-8";

/* Common */
.span-br {
	display: block;
}

.only-pc {
	display: block;
}

.only-mobile {
	display: none;
}

.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.contents-wrapper h4,
.contents-wrapper h5,
.contents-wrapper p,
.contents-wrapper a,
.contents-wrapper li,
.contents-wrapper th,
.contents-wrapper td {
	letter-spacing: -0.04em;
}

.contents-area {
	margin-bottom: 40px;
}

.contents-box {
	margin: 24px 0;
}

.title04 + .contents-box {
	margin-top: 16px;
}

.contents-area:last-child {
	margin-bottom: 0;
}

.contents-area img.full {
	width: 100%;
}

/* Box */
.box-bg-gray {
	margin-top: 16px;
	padding: 18px 30px 16px;
	background-color: #fafafa;
}

/* Typography */
.title04 {
	margin: 0 0 10px 0;
	color: #333333;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
	word-break: keep-all;
}

.title05 {
	margin: 17px 0 6px;
	color: #018be9;
	font-size: 18px;
	line-height: 1.444445;
	font-weight: 500;
	word-break: keep-all;
}

.contents-box .title05:first-child {
	margin-top: 0;
}

.title-area .left {
	float: left;
}

.title-area .right {
	float: right;
	color: #666;
}

.title-area:after {
	content: '';
	clear: both;
	display: block;
}

.title-area .btn {
	margin-bottom: 0 !important;
}

.word-type01 {
	margin-bottom: 20px;
	color: #777;
	font-size: 15px;
	line-height: 1.6;
	word-break: keep-all;
}

.word-sources {
	margin: -10px 0 10px;
	color: #777;
	font-size: 15px;
}

.word-sources + .mobile-horizontal-scroll-wrapper,
.word-sources + [class^="table-"] {
	margin-top: 0;
}

.word-break {
	word-break: break-all;
}

/* List */
.ol-list,
.ul-list {
	word-break: keep-all;
}

.ol-list > li,
.ul-list > li {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #777;
	font-size: 15px;
	line-height: 20px;
}

.bul-type01 > li {
	padding-left: 16px;
	background: url(../img/bul/bul_type03_off@2x.png) no-repeat 1px 10px;
	background-size: 7px 11px;
	line-height: 26px;
}


/* 사이트맵 */
.sitemap-wrapper,
.sitemap-wrapper > ul {
	display: block;
}

.sitemap-wrapper > ul:after {
	content: "";
	clear: both;
	display: block;
}

.sitemap-wrapper > ul > li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 70px;
}

.sitemap-wrapper > ul > li:nth-child(3n) {
	margin-right: 0;
}

.sitemap-wrapper > ul > li:nth-child(4),
.sitemap-wrapper > ul > li:nth-child(5),
.sitemap-wrapper > ul > li:nth-child(7) {
	clear: both;
	float: left;
}


.sitemap-wrapper > ul > li > a {
	display: none;
}

.sitemap-wrapper .top-submenu {
	display: block;
}

.sitemap-wrapper .top-submenu > h2 {
	display: block;
	padding: 14px 0 15px 0;
	margin-bottom: 11px;
	border: 4px solid #1488d7;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: #0683d5;
	font-weight: 700;
	word-break: keep-all;
}

.sitemap-wrapper .top-submenu > ul {
	display: block;
}

.sitemap-wrapper .top-submenu > ul > li {
	padding-bottom: 30px;
}

.sitemap-wrapper .top-submenu > ul > li > a {
	position: relative;
	display: block;
	padding: 13px 20px;
	color: #424242;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	background: #fafafa;
	transition: all 0.2s ease-in-out;
	border: 1px solid #aeaeae;
}

.sitemap-wrapper .top-submenu > ul > li > a:hover,
.sitemap-wrapper .top-submenu > ul > li > a:focus {
	background: #aeaeae;
	color: #fff;
}

.sitemap-wrapper .top-submenu > ul > li > a .arrow {
	display: none;
}

.sitemap-wrapper .top-submenu > ul > li > ul {
	display: block;
	padding: 11px 24px;
}

.sitemap-wrapper .top-submenu > ul > li > ul > li {
	display: block;
	margin-bottom: 7px;
}

.sitemap-wrapper .top-submenu > ul > li > ul > li > a {
	position: relative;
	padding-left: 12px;
	display: inline-block;
	vertical-align: middle;
	word-break: keep-all
}

.sitemap-wrapper .top-submenu > ul > li > ul > li > a > .title {
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
}


.sitemap-wrapper .top-submenu > ul > li > ul > li > a > .title:hover,
.sitemap-wrapper .top-submenu > ul > li > ul > li > a > .title:focus {
	font-weight: 400;
	color: #000;
}

.sitemap-wrapper .top-submenu > ul > li > ul > li > a > .bg {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 4px;
	height: 2px;
	background: #737682
}

.sitemap-wrapper .new-window01 {
	display: inline-block;
	margin-left: 10px;
	width: 9px;
	height: 10px;
	background: transparent url(../img/icon/icon_new_window02.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_new_window02@2x.gif);
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_new_window02@2x.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px 10px;
	text-indent: -5000rem;
	font-size: 0;
}





/* Only Chrome 28+, Opera ≥ 14 */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.bul-type01 > li {
		background-position-y: 9px;
	}
}

/* Only Retina */
@media all and (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
	.bul-type01 > li {
		background-position-y: 8px;
	}
}

.bul-circle > li,
.bul-bar > li {
	position: relative;
	padding-left: 13px;
	line-height: 26px;
}

.bul-circle > li:before,
.bul-bar > li:before {
	content: '';
	position: absolute;
	left: 1px;
	display: block;
	background-color: #999;
}

.bul-circle > li:before {
	top: 12px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}

.bul-bar > li:before {
	top: 13px;
	width: 5px;
	height: 2px;
}

/* Only Retina */
@media all and (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
	.bul-circle > li:before {
		top: 11px;
	}

	.bul-bar > li:before {
		top: 12px;
	}
}

.bul-circle > li.reference,
.bul-bar > li.reference {
	padding-left: 0;
}

.bul-circle > li.reference:before,
.bul-bar > li.reference:before {
	content: "※";
	position: relative;
	top: -1px !important;
	left: 0;
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 4px;
	border-radius: 0;
	background-color: transparent;
	vertical-align: middle;
}

.ol-list[class*='col-'],
.ul-list[class*='col-'] {
	font-size: 0;
}

.ol-list[class*='col-']::after,
.ul-list[class*='col-']::after {
	content: '';
	clear: both;
	display: block;
}

.ol-list[class*='col-'] > li,
.ul-list[class*='col-'] > li {
	display: inline-block;
	padding-right: 20px;
	vertical-align: top;
}

.ol-list.col-3 > li ,
.ul-list.col-3 > li {
	width: 33.333333%;
}

/* Buttons */
.contents-wrapper .btn {
	position: relative;
	display: inline-block;
	margin-bottom: 1%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.contents-wrapper .btn::after {
	content: '';
	clear: both;
	display: block;
}

.btn .name {
	display: inline-block;
	font-weight: 500;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.btn .icon img {
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn.download {
	height: 50px;
	padding: 0 48px 0 15px;
	border: 1px solid #ddd;
	background-color: #f1f1f1;
}

.btn.download .name {
	color: #555;
	font-size: 14px;
	line-height: 48px;
}

/* Only Chrome 28+, Opera ≥ 14 */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.btn.download .name {
		line-height: 50px;
	}
}

/* Only Retina */
@media all and (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
	.btn.download .name {
		line-height: 50px;
	}
}

.btn.download .icon {
	right: 12px;
	width: 15px;
	height: 15px;
}

.btn.download .icon img {
	left: 0;
	top: -40px;
	width: 100%;
}

.btn.new-window {
	height: 54px;
	padding: 0 60px 0 18px;
	border: 1px solid #b8bcc4;
	background-color: #ecedef;
}

.btn.new-window .name {
	color: #464a59;
	font-size: 16px;
	line-height: 52px;
}

/* Only Retina */
@media all and (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
	.btn.new-window .name {
		line-height: 54px;
	}
}

.btn.new-window .icon {
	right: 16px;
	width: 18px;
	height: 18px;
}

.btn.new-window .icon img {
	top: 0;
	left: 0;
	height: 100%;
}

.contents-wrapper .btn:hover,
.contents-wrapper .btn:focus {
	border-color: #047edc;
	background: #fff;
	box-shadow: 0 0 10px rgba(35, 37, 40, .2);
}

.btn:hover .name,
.btn:focus .name {
	color: #047edc;
}

.btn.download:hover .icon img,
.btn.download:focus .icon img {
	top: 0;
}

.btn.new-window:hover .icon img,
.btn.new-window:focus .icon img {
	left: -40px;
}

.btn-group {
	margin: 0 -5px;
	font-size: 0;
}

.btn-group .btn {
	margin: 5px;
}

/* Image Group */
.img-group {
	margin: 7px -7px;
	font-size: 0;
}

.img-group .item {
	display: inline-block;
	margin: 7px;
}

.bul-type01 + .img-group {
	margin-bottom: 30px;
	padding-left: 16px;
}

/* Table */
.table-type01 {
	margin: 16px 0;
	border-top: 2px solid #757575;
}

.table-type01 th,
.table-type01 td {
	padding: 10px 20px;
	border: 1px solid #d6d6d6;
	border-top: 0;
	background-color: transparent;
	text-align: center;
	word-break: break-all;
}

.table-type01 th {
	color: #434343;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
}

.table-type01 td {
	color: #747474;
	font-size: 15px;
	line-height: 1.6;
}

.table-type01 td:nth-of-type(1){
text-align:center !important;}



.table-type01 thead th {
	padding: 15px 15px 12px;
	border-left: 1px solid #d6d6d6;
	border-bottom: 1px solid #3a3a3a;
	background-color: rgba(85, 85, 85, .05);
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	word-break: keep-all;
}

.table-type01 tbody th {
	font-weight: 400;
}

.table-type01 th:first-child,
.table-type01 td:first-child {
	border-left: 0;
}

.table-type01 th:last-child,
.table-type01 td:last-child {
	border-right: 0;
}

.table-type01 .emphasis {
	font-size: 20px;
	color: #d7240d;
}

.table-type02 {
	margin: 16px 0;
	border-top: 2px solid #018be9;
}

.table-type02 th,
.table-type02 td {
	padding: 12px 20px 9px;
	border: 1px solid #d6d6d6;
	border-top: 0;
	background-color: transparent;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	line-height: 1.6;
	word-break: break-all;
}

.table-type02 th {
	color: #434343;
}

.table-type02 td {
	color: #747474;
}

.table-type02 thead th {
	padding: 15px 15px 12px;
	border-left: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	border-bottom: 0;
	background-color: rgba(85, 85, 85, .08);
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	word-break: keep-all;
}

.table-type02 th:first-child,
.table-type02 td:first-child {
	border-left: 0;
}

.table-type02 th:last-child,
.table-type02 td:last-child {
	border-right: 0;
}

.table-type02 thead tr:first-child th {
	border-top: 0;
}

.table-type02 tbody tr:first-child th,
.table-type02 tbody tr:first-child td {
	border-top: 1px solid #3a3a3a;
}

.table-type02 tfoot.bg th,
.table-type02 tfoot.bg td {
	background-color: rgba(85, 85, 85, .05);
	color: #333;
	font-weight: 500;
}

.table-type02 .emphasis {
	color: #1e3c8c;
	font-weight: 400;
}

[class^="table-"] .ol-list > li,
[class^="table-"] .ul-list > li {
	padding-top: 0;
	padding-bottom: 0;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

[class^="table-"] .bul-circle > li:before {
	top: 9px;
}

[class^="table-"] .bul-bar > li:before {
	top: 10px;
}

/* Only Retina */
@media all and (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
	[class^="table-"] .bul-circle > li:before {
		top: 8px;
	}

	[class^="table-"] .bul-bar > li:before {
		top: 9px;
	}
}

/* Pdf */
.pdf-viewer {
	position: relative;
	width: 100%;
	height: 75vh;
	border: 1px solid #525659;
}

.pdf-viewer::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	background: linear-gradient(0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
}

/* Intro */
.contents-area.intro {
	margin-bottom: 44px;
}

.intro-box {
	margin-bottom: 24px;
	padding-top: 20px;
}

.intro-box .featured {
	color: #018be9;
	font-size: 38px;
	font-weight: 100;
	line-height: 1.263158;
	word-break: keep-all;
}

.intro-box .description {
	color: #555;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.555556;
	word-break: keep-all;
}

.intro-box .featured + .description {
	margin-top: 16px;
}

.intro-box .text-area {
	float: left;
	width: calc(100% - 320px);
}

.intro-box .img-area {
	float: left;
	width: 320px;
	margin-top: -20px;
}

.contents-area.intro .btn.new-window {
	margin-top: 15px;
}

/* pr movie */
.pr-movie-wrapper {
	position: relative;
	padding-right: 375px;
	margin-bottom: 35px;
}

.pr-movie-area {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 56%;
}

.pr-movie-area iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.word-script {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 347px;
	height: 100%;
	padding: 33px;
	background: #f0f2f7;
	color: #616161;
	font-size: 16px;
	line-height: 26px;
	overflow-x: hidden;
	overflow-y: auto;
	word-break: keep-all;
}

.word-script:focus {
	 box-shadow: rgb(239, 130, 43) 0px 0px 0px 2px, rgb(246, 161, 57) 0px 0px 0px 4px;
}

.pr-movie-list-wrapper {
	position: relative;
	padding: 35px 54px 35px 54px;
	border: 1px solid #e5e5e5;
}

.pr-movie-list-wrapper > .owl-carousel {
	display: block;
}

.pr-movie-list-wrapper > .owl-carousel .item {
	display: block;
	text-align: center;
}

.pr-movie-list-wrapper > .owl-carousel .item > .thumbnail {
	display: block;
}

.pr-movie-list-wrapper > .owl-carousel .item > .thumbnail > .image {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 56%;
	margin-bottom: 10px;
}

.pr-movie-list-wrapper > .owl-carousel .item > .thumbnail > .image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.pr-movie-list-wrapper > .owl-carousel .item > .thumbnail > strong {
	display: block;
	margin-bottom: 10px;
	color: #424242;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.pr-movie-list-wrapper > .owl-carousel .item > .btn-small-download02 > img {
	width: 9px;

}

.pr-movie-list-wrapper .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	left: -39px;
	display: block;
	width: 17px;
	height: 29px;
	margin-top: -15px;
	background: url(/_res/ko/img/btn/btn_previous01@2x.png) no-repeat 0 0;
	background-size: 17px 29px;
	text-indent: -5000rem;
}


.pr-movie-list-wrapper .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	right: -39px;
	display: block;
	width: 17px;
	height: 29px;
	margin-top: -15px;
	background: url(/_res/ko/img/btn/btn_next01@2x.png) no-repeat 0 0;
	background-size: 17px 29px;
	text-indent: -5000rem;
}


.pr-movie-list-wrapper .owl-carousel .owl-nav button.owl-prev.disabled,
.pr-movie-list-wrapper .owl-carousel .owl-nav button.owl-next.disabled{
	opacity: 1 !important
}

/* 학생부종합전형 > 전형안내 */
.process-box {
	margin-bottom: 40px;
	padding: 28px 40px;
	font-size: 16px;
	font-weight: 500;
}

.process-list::after {
	content: '';
	display: block;
	clear: both;
}

.process-list > li {
	float: left;
	width: 24.5%;
	height: 196px;
	text-align: center;
}

.process-list > li.step {
	padding: 20px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.process-list > li.step02 {
	position: relative;
	width: 51%;
}

.process-list .rate-box {
	height: 116px;
	padding-top: 30px;
}

.process-list .rate-box.paper {
	background-color: #62a3ff;
	color: #fff;
}

.process-list .rate-box.interview {
	background-color: #facc4f;
	color: #000;
}

.process-list .rate-box .title {
	display: block;
	margin: 0 -20px;
}

.process-list .rate-box .rate {
	display: block;
	margin-top: 15px;
	font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Dotum, Droid Sans, arial, sans-serif;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0;
}

.process-list .rate-box .rate em {
	font-size: 33px;
	font-weight: 500;
}

.process-list .step-title {
	padding-top: 20px;
	color: #333;
}

.process-list li.pick {
	padding-top: 71px;
	color: #707070;
	font-weight: 400;
	line-height: 25px;
}

.process-list li.pick .arrow {
	position: relative;
	display: inline-block;
	width: 68%;
	height: 2px;
	background-color: #aaa;
}

.process-list li.pick .arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 12px;
	height: 12px;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	transform: translateY(-50%) rotate(-45deg);
}

.process-list .rate-box-list::after {
	content: '';
	display: block;
	clear: both;
}

.process-list .rate-box-list > li {
	position: relative;
	float: left;
	width: 42%;
}

.process-list .rate-box-list > li + li {
	float: right;
}

.process-list > li.step02::before,
.process-list > li.step02::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 28px;
	height: 2px;
	margin-top: -19px;
	background-color: #aaa;
}

.process-list > li.step02::after {
	margin: -33px 0 0 1px;
	transform-origin: 0 0;
	transform: rotate(90deg);
}

.process-paper-box {
	margin-bottom: 48px;
	padding: 64px 80px 40px;
}

.process-paper-box h6 {
	margin-bottom: 20px;
	color: #474747;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

.process-paper-list {
	margin: 55px -25px 0;
}

.process-paper-list::after {
	content: '';
	display: block;
	clear: both;
}

.process-paper-list > li {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
}

.process-paper-list > li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	display: block;
	width: 50px;
	height: 1px;
	background-color: #dadada;
	z-index: 0;
}

.process-paper-list > li:first-child::before {
	display: none;
}

.process-paper-list .circle-box {
	display: inline-block;
	position: relative;
	width: 123px;
	height: 123px;
	border-radius: 100%;
	background-color: #eaeaea;
	z-index: 1;
}

.process-paper-list .circle-box .num {
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 37px;
	height: 37px;
	border-radius: 100%;
	border: 2px solid #4c4c4c;
	background-color: #fff;
	color: #4c4c4c;
	font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Dotum, Droid Sans, arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 37px;
}

.process-paper-list .circle-box .cont {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	margin-top: 5px;
	color: #777;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
}

/* 입학정보 > 입학관리본부 소개 */
.box-bg-gray.organization {
	padding-bottom: 42px;
}

.organization-list {
	margin-top: 52px;
	word-break: keep-all;
}

.organization-list .position-box {
	position: relative;
	width: 237px;
	margin: 28px auto 0;
	text-align: center;
}

.organization-list .position-box:first-child {
	margin-top: 0;
}

.organization-list .position-box::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 40px;
	background-color: #dadada;
}

.organization-list .position-box .desc {
	border: 1px solid #dadada;
	border-top: 0;
	padding: 20px 0;
	background-color: #fff;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
}

.organization-list .position-box .position {
	display: block;
	height: 59px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 59px;
}

.organization-list .position.general-manager {
	background-color: #1f377d;
}

.organization-list .position.manager {
	background-color: #0385e3;
}

.organization-list .position-box .name {
	color: #100e0e;
	font-size: 18px;
}

.organization-list .team-box {
	margin-top: 40px;
		/*4.28추가*/
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	position: relative;
	
}

.organization-list .team-box .team {
	display: block;
	height: 59px;
	background-color: #787878;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 59px;
	text-align: center;
	/*4.28추가*/
	position: absolute;
	width: 100%;
}

.organization-list .team-list {
	/*margin: 26px -10px 34px;*/
	font-size: 0;
	/*4.28추가*/
width:50%;
	margin:83px 0;

}
	/*4.28추가*/
.organization-list .team-list .team_name{
width: 95%;
    height: 50px;
    background: #666;
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
	margin:0 auto;

}
	
	



.organization-list .team-list > li {
	display: inline-block;
	/*width: calc(50% - 20px);
	
	4.28 삭제
	*/
	min-height: 136px;
	margin: 10px;
	padding: 26px 30px;
	border: 1px solid #dadada;
	background-color: #fff;
	vertical-align: top;
	

}

.organization-list .team-list > li.line05 {
	min-height: 154px;
	width:95%;
}

.organization-list .team-list .desc {
	position: relative;
	padding-left: 128px;
	color: #808080;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
}

.organization-list .team-list .desc::after {
	content: '';
	display: block;
	clear: both;
}

.organization-list .team-list .title {
	position: absolute;
	top: 0;
	left: 0;
	color: #100e0e;
	font-size: 18px;
	line-height: 24px;
}

.organization-list .team-list .position {
	display: block;
	color: #144ead;
}

/* 대학안내 > 장학안내 > 교내장학금 */
.title-area.scholarship-inside .title04 {
	margin: 0;
	line-height: 54px;
}

.title-area.scholarship-inside .instruction {
	display: inline-block;
	font-size: 16px;
	line-height: 54px;
}

.title-area.scholarship-inside .btn.download {
	margin-left: 30px;
	vertical-align: top;
}

.title-area.scholarship-inside + .contents-box {
	margin-top: 0;
}

/* 대학안내 > 장학안내 > 교외장학금 및 학자금대출 */
.title-area.scholarship-outside .title05 {
	margin: 0;
	line-height: 54px;
}

/* 대학안내 > 캠퍼스안내 */
.contents-area.campus-guide .btn-group {
	margin-top: 15px;
	margin-bottom: 34px;
}

.contents-area.campus-guide .campus-map {
	display: block;
	border: 1px solid #eaeaea;
}

/** ---------------------------------------
 * Responsive
 * ----------------------------------------
 */

@media only all and (max-width: 1240px) {
	.process-paper-box .span-br {
		display: inline;
	}
}

@media only all and (max-width: 1200px) {
	.intro-box .span-br {
		display: inline;
	}

	/* List */
	.ol-list.col-3 > li ,
	.ul-list.col-3 > li {
		width: 50%;
	}

	/* Buttons */
	.btn-group .btn:first-child:nth-last-child(2),
	.btn-group .btn:first-child:nth-last-child(2) ~ .btn {
		width: calc(50% - 10px);
	}

	.btn-group .btn:first-child:nth-last-child(3),
	.btn-group .btn:first-child:nth-last-child(3) ~ .btn {
		width: calc(33.333333% - 10px);
	}

	.btn-group .btn:first-child:nth-last-child(4),
	.btn-group .btn:first-child:nth-last-child(4) ~ .btn {
		width: calc(25% - 10px);
	}

	/* 학생부종합전형 > 전형안내 */
	.process-box {
		padding: 26px;
	}

	.process-paper-box {
		padding-bottom: 0;
	}

	.process-paper-list > li {
		width: 33.333333%;
		margin-bottom: 40px;
	}

	.process-paper-list > li::before {
		left: -60px;
		width: 120px;
	}

	.process-paper-list > li:nth-of-type(4)::before {
		display: none;
	}

	/* 입학정보 > 입학관리본부 소개 */
	.organization-list .team-list {
		margin-left: 0;
		margin-right: 0;
	}

	.organization-list .team-list > li {
		display: block;
		width: 100%;
		min-height: auto !important;
		margin: 20px 0;
	}
}

/* root : 26px */
@media only all and (max-width: 1023px) {

	/* Common */
	.span-br {
		display: block;
	}

	.only-pc {
		display: inline;
	}

	.contents-area {
		margin-bottom: 1.538462rem;
	}

	.contents-box {
		margin: 0.923077rem 0;
	}

	.title04 + .contents-box {
		margin-top: 0.615385rem;
	}

	/* Box */
	.box-bg-gray {
		margin-top: 0.846154rem;
		padding: 0.923077rem 1.538462rem 0.769231rem;
	}

	/* Typography */
	.title04 {
		margin: 0 0 0.384616rem 0;
		font-size: 1.384616rem;
	}

	.title05 {
		margin: 1.230770rem 0 0.153847rem;
		font-size: 1.153847rem;
		line-height: 1.538462rem;
	}

	.title04 + .contents-box.bg-gray {
		margin-top: 16px;
	}

	.title-area .left,
	.title-area .right {
		float: none;
	}

	.title-area .right {
		text-align: left !important;
	}

	.word-type01 {
		margin-bottom: 0.769231rem;
		font-size: 1rem;
		line-height: 1.384616rem;
	}

	.title05 + .word-type01 {
		margin-top: 0.230770rem;
	}

	.word-sources {
		margin: -0.384616rem 0 0.576924rem;
		font-size: 0.923077rem;
	}

	/* List */
	.ol-list > li,
	.ul-list > li {
		padding-top: 0.153847rem;
		padding-bottom: 0.153847rem;
		font-size: 1rem;
		line-height: 1.307693rem;
	}

	.bul-type01 > li {
		padding-left: 0.769224rem;
		background-size: 0.384616rem 0.576924rem;
		background-position-y: 0.5rem;
		line-height: 1.384616rem;
	}

	/* Only Chrome 28+, Opera ≥ 14 */
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		.bul-type01 > li {
			background-position-y: 0.461539rem;
		}
	}

	/* Only Retina */
	@media all and (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
		.bul-type01 > li {
			background-position-y: 0.423077rem;
		}
	}

	.bul-circle > li,
	.bul-bar > li {
		padding-left: 0.692308rem;
		line-height: 1.384616rem;
	}

	.bul-circle > li:before {
		top: 0.653847rem;
		width: 0.192308rem;
		height: 0.192308rem;
	}

	.bul-bar > li:before {
		top: 0.692308rem;
		width: 0.307693rem;
		height: 0.076924rem;
	}

	.ol-list[class*='col-'] > li,
	.ul-list[class*='col-'] > li {
		padding-right: 1.384616rem;
	}

	/* Buttons */
	.btn.download,
	.btn.new-window {
		border-width: 0.076924rem;
		height: 3.076924rem;
		padding: 0 3.076924rem 0 1.153847rem;
	}

	.btn.download .name,
	.btn.new-window .name {
		font-size: 1.076924rem;
		line-height: 2.923077rem;
	}

	/* Only Chrome 28+, Opera ≥ 14 */
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		.btn.download .name,
		.btn.new-window .name {
			line-height: 3rem;
		}
	}

	/* Only Retina */
	@media all and (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
		.btn.download .name,
		.btn.new-window .name {
			line-height: 3.153847rem;
		}
	}

	.btn.download .icon {
		right: 1.153847rem;
		width: 1.153847rem;
		height: calc(1.153847rem + 2px);
	}

	.btn.download .icon img {
		top: -3.076924rem;
	}

	.btn.new-window .icon {
		right: 1rem;
		width: 1.115385rem;
		height: 1.115385rem;
	}

	.btn.download:hover .icon img,
	.btn.download:focus .icon img {
		top: 0;
	}

	.btn.new-window:hover .icon img,
	.btn.new-window:focus .icon img {
		left: -2.461539rem;
	}

	.btn-group {
		text-align: left !important;
	}

	.btn-group .btn:first-child:nth-last-child(2),
	.btn-group .btn:first-child:nth-last-child(2) ~ .btn,
	.btn-group .btn:first-child:nth-last-child(3),
	.btn-group .btn:first-child:nth-last-child(3) ~ .btn,
	.btn-group .btn:first-child:nth-last-child(4),
	.btn-group .btn:first-child:nth-last-child(4) ~ .btn {
		width: calc(50% - 10px);
	}

	/* Image Group */
	.img-group {
		margin: 0.384616rem -0.384616rem;
	}

	.img-group .item {
		margin: 0.384616rem;
	}

	.img-group .item img {
		width: 100%;
	}

	.img-group .item:first-child:nth-last-child(2),
	.img-group .item:first-child:nth-last-child(2) ~ .item {
		width: calc(50% - 0.769231rem);
	}

	.img-group .item:first-child:nth-last-child(3),
	.img-group .item:first-child:nth-last-child(3) ~ .item {
		width: calc(33.333333% - 0.769231rem);
	}

	.img-group .item:first-child:nth-last-child(4),
	.img-group .item:first-child:nth-last-child(4) ~ .item {
		width: calc(25% - 0.769231rem);
	}

	.bul-type01 + .img-group {
		margin-bottom: 1.153847rem;
		padding-left: 0.769224rem;
	}

	/* Table */
	.table-type01 {
		margin: 1rem 0;
		border-top-width: 0.076924rem;
	}

	.table-type01 th,
	.table-type01 td {
		padding: 0.461539rem 0.769231rem 0.384616rem;
		border-width: 0.076924rem;
		font-size: 0.923077rem;
		line-height: 1.333334rem;
	}

	.table-type01 thead th {
		padding: 0.615385rem 0.769231rem 0.461539rem;
		border-left-width: 0.076924rem;
		border-bottom-width: 0.076924rem;
		font-size: 0.923077rem;
		line-height: 1.230770rem;
	}

	.table-type01 .emphasis {
		font-size: 0.923077rem;
	}

	.table-type02 {
		margin: 1rem 0;
		border-top-width: 0.076924rem;
	}

	.table-type02 th,
	.table-type02 td,
	.table-type02 thead th {
		padding: 0.692308rem 1rem 0.461539rem;
		border-width: 0.076924rem;
		font-size: 0.923077rem;
		line-height: 1.333334rem;
	}

	.table-type02 th,
	.table-type02 td {
		border-bottom-width: 0.076924rem;
	}

	.table-type02 thead th {
		border-top-width: 0.076924rem;
	}

	.table-type02 tbody tr:first-child th,
	.table-type02 tbody tr:first-child td {
		border-top-width: 0.076924rem;
	}

	[class^="table-"] .ol-list > li,
	[class^="table-"] .ul-list > li {
		padding-top: 0.115385rem;
		padding-bottom: 0.115385rem;
	}

	[class^="table-"] .bul-circle > li:before,
	[class^="table-"] .bul-bar > li:before {
		top: 0.615385rem;
	}

	/* Only Retina */
	@media all and (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
		[class^="table-"] .bul-circle > li:before,
		[class^="table-"] .bul-bar > li:before {
			top: 0.576924rem;
		}
	}

	/* Pdf */
	.pdf-viewer {
		display: none;
	}

	/* Intro */
	.contents-area.intro {
		margin-bottom: 1.923077rem;
	}
	.intro-box {
		margin-bottom: 1.769231rem;
		padding-top: 0;
	}

	.contents-area.intro .word-type01 {
		margin-bottom: 1.5rem;
	}

	.intro-box .featured {
		font-size: 1.692308rem;
		line-height: 2.153846rem;
	}

	.intro-box .description {
		font-size: 1rem;
		line-height: 1.423077rem;
	}

	.intro-box .featured + .description {
		margin-top: 0.5rem;
	}

	.intro-box .text-area {
		float: none;
		width: 100%;
	}

	.intro-box .img-area {
		display: none;
	}

	/* 학생부종합전형 > 전형안내 */
	.process-box {
		margin-bottom: 1.538462rem;
		padding: 0.961539rem 0.769231rem;
		font-size: 0.615385rem;
	}

	.process-list > li {
		height: 7.538462rem;
	}

	.process-list > li.step {
		padding: 0.615385rem;
	}

	.process-list .rate-box {
		height: 4.461539rem;
		padding-top: 1rem;
	}

	.process-list .rate-box .rate {
		margin-top: 0.384616rem;
		font-size: 0.961539rem;
	}

	.process-list .rate-box .rate em {
		font-size: 1.269231rem;
	}

	.process-list .step-title {
		padding-top: 0.769231rem;
		font-size: 0.692308rem;
		margin: 0 -0.615385rem;
	}

	.process-list li.pick {
		padding-top: 2.730770rem;
		font-size: 0.692308rem;
		line-height: 0.961539rem;
	}

	.process-list li.pick .arrow {
		height: 0.076924rem;
	}

	.process-list li.pick .arrow::after {
		width: 0.461539rem;
		height: 0.461539rem;
		border-right-width: 0.076924rem;
		border-bottom-width: 0.076924rem;
	}

	.process-list > li.step02::before,
	.process-list > li.step02::after {
		width: 1.076924rem;
		height:  0.076924rem;
		margin-top: -0.730770rem;
	}

	.process-list > li.step02::after {
		margin: -1.269231rem 0 0 0.038462rem;
	}

	.process-paper-box {
		margin-bottom: 1.538462rem;
		padding: 1.615385rem 3.076924rem 0;
	}

	.process-paper-box h6 {
		margin-bottom: 0.769231rem;
		font-size: 1.076924rem;
	}

	.process-paper-box p {
		font-size: 1rem;
		text-align: center;
	}

	.process-paper-list {
		margin: 1.5rem 1rem 0;
	}

	.process-paper-list > li {
		margin-bottom: 1.615385rem;
	}

	.process-paper-list > li::before {
		left: -2.5rem;
		width: 6rem;
		height: 0.076924rem;
	}

	.process-paper-list .circle-box {
		width: 5.384616rem;
		height: 5.384616rem;
	}

	.process-paper-list .circle-box .num {
		top: -0.269231rem;
		width: 1.423077rem;
		height: 1.423077rem;
		border-width: 0.076924rem;
		font-size: 0.769231rem;
		line-height: 1.423077rem;
	}

	.process-paper-list .circle-box .cont {
		margin-top: 0.192308rem;
		font-size: 0.923077rem;
		line-height: 0.923077rem;
	}

	/* 입학정보 > 입학관리본부 소개 */
	.box-bg-gray.organization {
		padding-bottom: 1.538462rem;
	}

	.organization-list {
		margin-top: 0.961539rem;
	}

	.organization-list .position-box {
		width: 14.230770rem;
		margin-top: 1.153847rem;
	}

	.organization-list .position-box::before {
		width: 0.076924rem;
		height: 2.192308rem;
	}

	.organization-list .position-box .desc {
		border-width: 0.076924rem;
		padding: 1rem 0 0.923077rem;
		font-size: 0.923077rem;
		line-height: 1.384616rem;
	}

	.organization-list .position-box .position {
		height: 2.692308rem;
		font-size: 1rem;
		line-height: 2.692308rem;
	}

	.organization-list .position-box .name {
		margin-bottom: 0.307693rem;
		font-size: 1.076924rem;
	}

	.organization-list .team-box {
		margin-top: 2.192308rem;
	}

	.organization-list .team-box .team {
		height: 2.692308rem;
		font-size: 1rem;
		line-height: 2.692308rem;
	}

	.organization-list .team-list {
		margin: 1.153847rem 0 1.230770rem;
	}

	.organization-list .team-list > li {
		margin: 0.769231rem 0;
		padding: 1.307693rem 2.307694rem;
		border-width: 0.076924rem;
	}

	.organization-list .team-list .desc {
		padding-left: 6.461539rem;
		font-size: 0.923077rem;
		line-height: 1.3846116rem;
	}

	.organization-list .team-list .title {
		top: 0.153847rem;
		font-size: 1.076924rem;
		line-height: 1.3846116rem;
	}

	/* 대학안내 > 장학안내 > 교내장학금 */
	.title-area.scholarship-inside .title04 {
		line-height: 3.076924rem;
	}

	.title-area.scholarship-inside .instruction {
		font-size: 1rem;
		line-height: 3.076924rem;
	}

	/* 대학안내 > 장학안내 > 교외장학금 및 학자금대출 */
	.title-area.scholarship-outside .title05 {
		line-height: 3.076924rem;
	}

	/* 대학안내 > 캠퍼스안내 */
	.contents-area.campus-guide .btn-group {
		margin: 1.153847rem 0 2.307693rem;
	}

	.contents-area.campus-guide .btn-group .btn {
		display: block;
		width: 100% !important;
		margin: 0.769231rem 0;
	}
	
	
	
	/* 사이트맵 */
	/* 사이트맵 */
	.sitemap-wrapper > ul > li {
		float: left;
		width: 49%;
		margin-right: 0;
		margin-bottom:  1.346rem;
	}

	.sitemap-wrapper .top-submenu > h2 {
		border: 0.1538rem solid #1488d7;
		font-size: 1.077rem;
		line-height: 1.385rem;
		padding: 0.5385rem 0 0.4615rem 0;
	}

	.sitemap-wrapper > ul > li:nth-child(even) {
		float: right;
	}

	.sitemap-wrapper > ul > li:nth-child(3) {
		clear: both;
		float: left;
	}

	.sitemap-wrapper > ul > li:nth-child(4) {
		clear: none;
		float: right;
	}

	.sitemap-wrapper .top-submenu > h2 {
		margin-bottom:  0.4231rem;
		border: 0.1538rem solid #1488d7;
		font-size: 1.077rem;
		line-height: 1.385rem;
		padding: 0.5385rem 0 0.4615rem 0;
	}

	.sitemap-wrapper .top-submenu > ul > li {
		padding-bottom: 1.077rem;
	}

	.sitemap-wrapper .top-submenu > ul > li > a {
		padding: 0.4615rem 0.9231rem 0.4231rem 0.9231rem;
		font-size: 1rem;
		line-height: 1.154rem;
	}

	.sitemap-wrapper .top-submenu > ul > li > ul {
		padding: 0.6538rem 1.154rem;
	}
	
	.sitemap-wrapper > .top-submenu > ul > li > ul > li {
		display: block;
		margin-bottom: 0.1923rem;
	}

	.sitemap-wrapper > .top-submenu > ul > li > ul > li > a {
		position: relative;
		padding-left: 0.5rem;
	}

	.sitemap-wrapper > .top-submenu > ul > li > ul > li > a > .title {
		display: inline;
		font-size: 0.9231rem;
		line-height: 1.385rem;
		padding-right: 0.3846rem
	}

	.sitemap-wrapper > .top-submenu > ul > li > ul > li > a > .bg {
		top: 0.6923rem;
		width: 0.2692rem;
		height: 0.07692rem;
	}

	.sitemap-wrapper .new-window01 {
		position: absolute;
		bottom: 0;
		right: 0.7692rem;
		margin-right: 0;
		margin-bottom: 0.5rem;
		width: 0.6923rem;
		height: 0.7692rem;
		background: transparent url(../img/icon/icon_new_window02.gif);
		background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_new_window02@2x.gif);
		background: linear-gradient(transparent,transparent),url(../img/icon/icon_new_window02@2x.gif);
		background-size: 0.6923rem 0.7692rem;
		text-indent: -5000rem;
	}
	
}

/* root : 18px */
@media only all and (max-width: 767px) {
	/* List */
	.ol-list.col-3 > li ,
	.ul-list.col-3 > li {
		width: 100%;
		padding-right: 0;
	}

	/* Buttons */
	.contents-wrapper .btn,
	.btn-group .btn,
	.btn:only-child {
		display: block;
		width: 100% !important;
		margin: 0.769231rem 0;
	}

	.btn-group {
		margin: 0;
	}

	/* Image Group */
	.img-group .item:first-child:nth-last-child(2),
	.img-group .item:first-child:nth-last-child(2) ~ .item,
	.img-group .item:first-child:nth-last-child(3),
	.img-group .item:first-child:nth-last-child(3) ~ .item,
	.img-group .item:first-child:nth-last-child(4),
	.img-group .item:first-child:nth-last-child(5) ~ .item {
		width: calc(50% - 0.769231rem);
	}

	/* Responsive table */
	.horizontal-scroll {
		position: relative;
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
		background:
				linear-gradient(to right, rgba(0, 0, 0, .15), rgba(0, 0, 0, 0)) no-repeat 0 0 / 20px 100% scroll,
				linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15)) no-repeat 100% 0 / 20px 100% scroll;
	}

	.horizontal-scroll table {
		width: 40rem;
		background:
				linear-gradient(to right, #fff, rgba(255, 255, 255, 0)) no-repeat 0 0 / 80px 100% local,
				linear-gradient(to right, rgba(255, 255, 255, 0), #fff) no-repeat 100% 0 / 80px 100% local;
	}

	.horizontal-scroll::-webkit-scrollbar {
		width: 6px;
		height: 6px;
		border-radius: 6px;
		background-color: rgba(0, 0, 0, 0.05);
	}

	.horizontal-scroll::-webkit-scrollbar-thumb {
		border-radius: 6px;
		background-color: rgba(0, 0, 0, 0.25);
	}

	/* 대학안내 > 장학안내 > 교내장학금 */
	.title-area.scholarship-inside .btn.download {
		margin: 0;
	}
	
	
	.board-calendar-main-wrap .fc-toolbar.fc-header-toolbar {
		margin: 0 0 4.5rem 0 !important;
	}	
	
	.board-calendar-category:after {
		content: "";
		clear: both;
		display: block;
	}
	
	.board-calendar-category li {
		float: left;
		width: 56%;
		margin-right: 0 !important;	
		font-size:  0.9231rem;
		letter-spacing: -1px;
	}
	
	.board-calendar-category li:nth-child(even) {
		float: right;
		width: 42%;
	}
}

/* root : 15px */
@media only all and (max-width: 600px) {}

/* root : 13px */
@media only all and (max-width: 475px) {
	.btn-group {
		margin: 0;
	}
	.btn-group .btn {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
	
	/* 사이트맵 */
	.sitemap-wrapper > ul > li {
		clear: both !important;
		float: none !important;
		width: 100% !important;
	}

	.sitemap-wrapper > ul > li:nth-child(even) {
		float: none;
	}
}