@charset "UTF-8";

@import url("common_pc.css");

@media only all and (max-width: 1023px) {
	html {
		font-size:  1.5rem; /* 기본베이스 폰트사이즈 24px */
		line-height:  1.5rem; /* 기본베이스 line-height 사이즈 24px */
	}

	body {
/*		line-height: 125%;*/
	}


	#wrapper,
	.wrapper {
		padding: 4.083rem 0 0 0;
	}

	.header {
		height: 4.083rem;
		background: transparent;
	}

	.gnb-wrapper {
		display: none;
	}

	.header-wrapper {
		top: 0;
		height: 4.083rem;
	}

	#wrapper.fixed .header-wrapper,
	.wrapper.fixed .header-wrapper {
		position: fixed;
		top: 0;
		background-color: rgba(255, 255, 255, 0.98);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
		z-index: 2010
	}

	.header-area {
		position: relative;
		text-align: center;
		height: 4.083rem;
		max-width: 100%;
		padding: 0 4.583rem 0 1.667rem;
		margin: 0;
		overflow: hidden;
	}

	.header-area:after {
		content: "";
		clear: both;
		display: block;
	}

	.header-area > h1 {
		float: left;
		height: 4.083rem;
		margin-top: 1.042rem !important;
		display: block;
		text-align: left;
	}

	.header-area > h1 > a {
		display: block;
	}

	.header-area > h1 > a > img {
		width: 11.75rem
	}

	.top-menu,
	.top-search-wrapper {
		display: none;
	}


	.btn-totalmenu-mobile {
		position: absolute;
		top: 0;
		right: 1.25rem;
		display: block;
		width: 2.583rem;
		height: 4.083rem;
		text-align: center;
	}

	.btn-totalmenu-mobile > .menu {
		display: table;
		vertical-align: middle;
		width: 1.75rem;
		margin: 0 auto;
	}

	.btn-totalmenu-mobile > .menu > span {
		display: block;
		width: 100%;
		height: 0.1667rem;
		border-radius: 0.08333rem;
		background: #000;
	}

	.btn-totalmenu-mobile > .menu > span:nth-child(2) {
		margin: 0.4583rem 0
	}

	/* 전체메뉴 */
	.mask-totalmenu {
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		z-index: 2000;
	}

	.totalmenu-wrapper {
		position: fixed;
		top: 0;
		left: initial;
		left: auto;
		right: 0;
		display: block;
		width: 23.33rem;
		height: 100%;
		margin-right: -50rem;
		border-top: 0;
		background-color: rgba(255, 255, 255, 1);
		background-image: none;
		background-position: 0 0;
		background-repeat: no-repeat;
		z-index: 2010;
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
		transition: all 0.2s ease-in-out;
	}

	#wrapper.fixed .totalmenu-wrapper,
	.wrapper.fixed .totalmenu-wrapper {
		position: fixed;
		top: 0;
		z-index: 2010;

	}

	.totalmenu-wrapper.active {
		margin-right: 0;
	}


	.totalmenu-area {
		position: relative;
		display: block;
		max-width: 100%;
		min-height: auto;
		height: 100%;
		/* padding: 7.833rem 0 0 0; */
		padding: 10.833rem 0 0 0; /* 260 */
		margin: 0;
		overflow-x: hidden;
		overflow-y: auto;
		box-sizing: border-box;
	}

	.totalmenu-area .mobile-gnb-wrapper {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		/* height: 7.833rem; */
		height: 10.833rem;
		padding: 1.625rem 1.667rem 0 1.667rem;
		box-sizing: border-box;
		border-bottom: 1px solid #d9d9d9;
	}

	.totalmenu-area .mobile-gnb-wrapper .mobile-sns-list {
		display: block;
		margin-bottom: 1.167rem;
	}

	.totalmenu-area .mobile-gnb-wrapper .mobile-sns-list:after {
		content: "";
		clear: both;
		display: block;
	}

	.totalmenu-area .mobile-gnb-wrapper .mobile-sns-list > a {
		float: left;
		display: block;
		margin-right: 2.083rem;
	}

	.totalmenu-area .mobile-gnb-wrapper .mobile-sns-list > a > img {
		display: block;
		width: 2rem
	}

	.totalmenu-area .mobile-gnb-wrapper .mobile-sns-list > a:last-child {
		margin-right: 0;
	}

	.mobile-gnb-menu {
		display: block;
	}


	.mobile-gnb-menu:after {
		content: "";
		clear: both;
		display: block'
	}

	.mobile-gnb-lagnuage {
		position: relative;
		float: left;
		display: block;
	}

	.mobile-gnb-lagnuage > dt {
		display: block;
	}

	.mobile-gnb-lagnuage > dt > button {
		position: relative;
		display: block;
		padding-right:1.042rem;
		/* font-size: 1.083rem; */
		font-size: 1rem;
		line-height: 2.125rem
	}

	.mobile-gnb-lagnuage > dt > button:after {
		position: absolute;
		top: 50%;
		right: 0;
		content: "";
		display: block;
		width: 0.5833rem;
		height: 0.3333rem;
		margin-top: -0.125rem;
		background-image: url(../make_img02/icon/icon_arrow_down@2x.gif);
		background-repeat: no-repeat;
		background-size: 0.5833rem 0.3333rem;
		background-position: 0 0;
		transition: all 0.2s ease-in-out;
	}

	.mobile-gnb-lagnuage > dt > button.active:after {
		transform: rotate(180deg);
	}

	.mobile-gnb-lagnuage > dt > button > span {
		position: relative;
	}

	.mobile-gnb-lagnuage > dd {
		position: absolute;
		top: 2.125rem;
		left: 0;
		width: 100%;
		display: none;
		border: 1px solid #c2c2c2;
		z-index: 10;
	}

	.mobile-gnb-lagnuage > dd > ul {
		display: block;
	}

	.mobile-gnb-lagnuage > dd > ul > li {
		border-bottom: 1px solid #c2c2c2;
	}

	.mobile-gnb-lagnuage > dd > ul > li:last-child {
		border-bottom: 0;
	}

	.mobile-gnb-lagnuage > dd > ul > li > a {
		display: block;
		padding: 0.625rem;
		background-color: #f9f9f9;
		color: #212121;
		font-size: 0.9167rem;
		line-height: 1rem
	}

	.mobile-gnb-menu > a {
		float: left;
		color: #333333;
		font-size: 1.25rem;
		line-height: 2.5rem;
	}

	.mobile-gnb-menu > a > .new-windows {
		display: inline-block;
		vertical-align: baseline;
		width: 0.833rem;
		height: 0.833rem;
		background-image: url(../make_img02/icon/icon_newwindow03.png);
		background-repeat: no-repeat;
		background-size: 0.833rem 0.833rem;
		margin-left: 0.208rem;
	}


	.totalmenu-box {
		height: 100%;
		overflow-y: auto;
	}

	.totalmenu-box > dl {
		float: none;
		width: 100%;
		margin-right: 0;
		padding: 0 1.667rem 0 1.667rem;
	}

	.totalmenu-box > dl:nth-child(4) {
		display: block;;
	}

	.totalmenu-box > dl > dt {
		display: block;

		margin-bottom: 0;
	}

	.totalmenu-box > dl > dt a {
		position: relative;
		display: block;
		padding: 1.667rem 2.333rem 1.667rem 0.8333rem;
		font-size: 1.5rem;
		line-height: 1.667rem;
		font-weight: 500;
		box-sizing: border-box;
	}

	.totalmenu-box > dl > dt a.active,
	.totalmenu-box > dl > dt a.on,
	.totalmenu-box > dl > dt a:hover,
	.totalmenu-box > dl > dt a:focus {
		color: #009bd8
	}

	.totalmenu-box > dl > dt a:after {
		position: absolute;
		top: 50%;
		right: 0.4167rem;
		content: "";
		display: block;
		width: 1.5rem;
		height: 0.75rem;
		background-image: url(../make_img02/icon/icon_arrow_down02.png);
		background-repeat: no-repeat;
		background-size: 1.5rem 0.75rem;
		background-position: 0 0;
		transition: all 0.2s ease-in-out;
	}

	.totalmenu-box > dl > dt a.active:after,
	.totalmenu-box > dl > dt a.on:after {
		background-image: url(../make_img02/icon/icon_arrow_up02.png);
		transform: rotate(180deg);

	}

	.totalmenu-box > dl > dd {
		display: none;
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		padding: 1.292rem 0;
		box-sizing: border-box;
	}
	.totalmenu-box > dl > dd > ul {
		display: block;
	}

	.totalmenu-box > dl > dd > ul > li {
		margin: 0;
	}

	.totalmenu-box > dl > dd > ul > li:last-child {
		margin-bottom: 0
	}

	.totalmenu-box > dl > dd > ul > li > a {
		position: relative;
		display: block;
		padding: 0.75rem 0 0.75rem 0.8333rem;
		font-weight: 300;
		font-size: 1.333rem;
		line-height: 1.917rem;
		font-weight: 300;
		letter-spacing: -0.25px;
		word-break: keep-all;
		font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Roboto, Noto Sans KR, Dotum, Droid Sans, arial, 
		sans-serif;
	}


	.totalmenu-box > dl > dd > ul > li > a:hover,
	.totalmenu-box > dl > dd > ul > li > a:focus,
	.totalmenu-box > dl > dd > ul > li > a.active {
		color: #009bd8
	}


	.totalmenu-box > dl > dd > ul > li > a:before {
		position: absolute;
		top: 50%;
		width: 0.25rem;
		height: 0.25rem;
		left: -0.4167rem;
		margin-top: -0.125rem;
		background-color: #009bd8
	}

	.totalmenu-box > dl > dd > ul > li > a:hover:before ,
	.totalmenu-box > dl > dd > ul > li > a:focus:before ,
	.totalmenu-box > dl > dd > ul > li > a.active:before {
		left: 0;
	}

	.totalmenu-box > dl > dd > ul > li > a > .new-windows {
		vertical-align: middle;
		width: 1rem;
		height: 1rem;
		margin-left: 0.25rem;
		background-size: 1rem 2rem;
		transform: translate(0, -15%);
	}

	.totalmenu-box > dl > dd > ul > li > a:hover > .new-windows,
	.totalmenu-box > dl > dd > ul > li > a:focus > .new-windows {
		background-position: center -1rem;
	}

	.totalmenu-box > dl > dd > ul > li > a > .arrow {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 0.9167rem;
		height: 0.9167rem;
		margin-top: -0.4583rem;
		background-image: url(../make_img02/icon/icon_plus.gif);
		background-size: 0.9167rem 0.9167rem;
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	.totalmenu-box > dl > dd > ul > li > a.active > .arrow,
	.totalmenu-box > dl > dd > ul > li > a.point > .arrow {
		background-image: url(../make_img02/icon/icon_minus.gif);
	}


	.totalmenu-box > dl > dd > ul > li > ul {
		display: none;
		background-color: #4c566c;
		padding: 0.75rem
	}

	.totalmenu-box > dl > dd > ul > li > ul > li {
		display: block;
		padding: 0.25rem 0;
	}

	.totalmenu-box > dl > dd > ul > li > ul > li > a {
		position: relative;
		display: block;
		font-size: 0.9167rem;
		line-height: 1.5rem;
		padding-left: 10px;
		color: #fff;
	}

	.totalmenu-box > dl > dd > ul > li > ul > li > a:after {
		position: absolute;
		top: 0;
		left: 0;
		content: "·"
	}

	.totalmenu-box > dl > dd > ul > li > ul > li > a:hover,
	.totalmenu-box > dl > dd > ul > li > ul > li > a:focus {
		color: #f3b10e
	}


	.totalmenu-area .totalmenu-slogan {
		display: none;
	}

	.totalmenu-area .btn-totalmenu-close {
		position: absolute;
		bottom: initial;
		bottom: auto;
		top: 1.583rem;
		right: 1.583rem;
		display: block;
		width: 1.417rem;
		height: 1.417rem;
		background-image: url(../make_img02/button/btn_totalmenu_close01_mobile.png);
		background-repeat: no-repeat;
		background-size: 1.417rem 1.417rem;
		text-indent: -5000rem;
	}

	/* footer */
	.footer {
		padding-bottom: 0.8333rem;
	}

	.footer-area {
		max-width: 100%;
		padding: 0.9167rem 1.25rem;
		margin: 0;
	}

	.footer-area .footer-menu00 {
		overflow: hidden;
		margin-bottom: 0.75rem;
	}

	.footer-area .footer-menu00 li {
		width: 23.5%;
		margin-right: 2%;
	}

	.footer-area .footer-menu00 li a {
		height: 1.583rem;
		line-height: 1.583rem;
		font-size: 0.8333rem;
	}

	.footer-area .footer-menu {
		display: none;
	}

	.footer-area .college-info-area address,
	.footer-area .college-info-area .college-info {
		font-size: 0.875rem;
		line-height: 1rem;
		margin-bottom: 0.3333rem;
	}

	.footer-area .college-info-area .copyright {
		font-size: 0.875rem;
		line-height: 1rem;
	}

	.footer-mark-info {
		padding-top: 1rem;
		overflow: hidden;
	}

	.footer-mark-info .footer-logo {
		margin-right: 1.125rem;
		padding-top: 0.625rem;
	}

	.footer-mark-info .footer-logo img {
		display: block;
		width: 9.958rem;
		height: 1.708rem;
	}

	.footer-mark-info .footer-mark01 img {
		width: 3.583rem;
		height: 3.167rem;
	}

	.footer-mark-info .footer-mark02 {
		margin-left: 1.25rem;
	}

	.footer-mark-info .footer-mark02 a img {
		height: 3.167rem;
	}

	.footer-area .footer-select-area {
		display: none;
	}

	.footer-area .btn-go-top {
		display: none;
	}

	.footer-area .btn-go-top img {
		display: block;
		width: 26px;
		height: 50px;
	}

	.footer-menu02 {
		margin-bottom: 0;
	}

	.footer-menu02 > ul {
		max-width: 100%;
		margin: 0;
		padding: 0.4583rem 1.25rem 0.3333rem 1.25rem;
	}

	.footer-menu02 > ul > li {
		float: left;
		margin-left: 0;
		margin-right: 1.667rem;
		padding: 0.4167rem 0
	}

	.footer-menu02 > ul > li:last-child {
		margin-right: 0;
	}

	.footer-menu02 > ul > li > a {
		padding-right: 1.375rem;
		font-size: 1rem;
		line-height: 1.75rem;
	}

	.footer-menu02 > ul > li > a:after {
		width: 0.5rem;
		height: 0.9167rem;
		margin-top: -0.4583rem;
		background-size: 0.5rem 1.833rem;
	}

	.footer-menu02 > ul > li > a:hover:after {
		background-position: 0 -0.9167rem;
	}

	.btn-top-go,
	.btn-mobile-back  {
		display: none;
		position: fixed;
		top: 70%;
		right: 0;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #fff;
		font-size: 15px;
		font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Roboto, Noto Sans KR, Dotum, Droid Sans, arial, 
		sans-serif;
		font-weight: 500;
		background: #575a5b;
		border-radius: 2px;
		opacity: 0.9;
		z-index: 20;
	}

	.btn-mobile-back {
		right: 0;
		margin-top: 52px;
	}

	.btn-top-go:hover,
	.btn-mobile-back:hover {
		opacity: 1;
		background: #000;
	}

	.btn-top-go,
	.btn-mobile-back  {
		display: none;
		top: auto;
		top: initial;
		bottom: 5rem;
		right: auto;
		right: initial;
		width: 2.692rem;
		height: 2.692rem;
		line-height: 2.692rem;
		font-size:  0.7692rem;
	}

	.btn-top-go {
		right: 0;
	}

	.btn-mobile-back {
		left: 0;
		margin-top: 0;
	}

	.btn-top-go:hover,
	.btn-mobile-back:hover {
		opacity: 1;
		background: #000;
	}

	.lnb-area01 {
		height: auto;
		padding-top: 1.375rem;
		padding-bottom: 1.375rem;
	}

	.lnb-area01 .lnb-box {
		padding: 0 2.75rem;
	}

	.lnb-area01 .lnb-box h2 {
		font-size: 2.083rem;
		line-height: 2.375rem;
		margin-bottom:  0.875rem;
	}

	.lnb-area01 .lnb-box .contents-navigation {
		font-size:  0.9583rem;
	}


	.lnb-area01 .lnb-box .btn-lnb-previous {
		display: none;
		margin-top: -13px;
		text-indent: -5000rem;
	}

	.lnb-area01 .lnb-box .btn-lnb-next {
		display: none;
		margin-top: -13px;
		text-indent: -5000rem;
	}


	.lnb-area02 {
		display: none;
	}

	.lnb-area03 {
		position: relative;
		display: block;
		padding: 1.25rem 1.25rem 0 1.25rem;
		background: #fff;
		z-index: 10;
	}

	.lnb-area03 .btn-mobile-title {
		position: relative;
		display: block;
		width: 100%;
		height: 3.077rem;
		padding: 0 0.9615rem;
		font-size: 1.077rem;
		text-align: left;
		border: 1px solid #d3d3d3;
		color: #7d7d7d;
		font-family: "NanumBarunGothicBold", "나눔바른고딕Bold", NanumBarunGothicBold, "돋움", Dotum, sans-serif
	}

	.lnb-area03 .btn-mobile-title:after {
		position: absolute;
		display: block;
		top: 50%;
		right: 0.625rem;
		content: "";
		width: 0.8462rem;
		height: 0.4231rem;

		margin-top: -0.1923rem;
		background: url(../make_img02/icon/icon_arrow_down05@2x.png) no-repeat 0 0;
		background-size: 0.8462rem 0.4231rem;
		transition: all 0.2s ease-in-out;
	}

	.lnb-area03 .btn-mobile-title.active:after {
		transform: rotate(180deg);
	}

	.lnb-area03 ul {
		position: absolute;
		top: 4.327rem;
		left: 1.25rem;
		display: none;
		width: calc(100% - 2.5rem);
		padding: 0;
		background-color: #fff;
	}


	.lnb-area03 ul > li {
		display: block;
		border: 1px solid #d3d3d3;
		margin-top: -1px;
		background: transparent;
	}


	.lnb-area03 ul > li > a {
		position: relative;
		display: block;
		padding: 0.7692rem 1.154rem 0.7308rem 1.154rem;
		font-size: 1rem;
		line-height: 1.154rem;
		text-align: left;
	}

	.lnb-area03 ul > li > a.active,
	.lnb-area03 ul > li > a:hover,
	.lnb-area03 ul > li > a:focus {
		background: #e9e9e9;
		font-weight: bold;
	}

	.container {
		padding: 1.25rem 1.25rem  4.167rem 1.25rem;
	}

	/* 페이징 인포메이션 */
	.page-information-area {
		position: relative;
		margin-top: 100px;
		margin-left: 0;
		width: 100%;
		border: 0px solid red;
	}

	.page-information-area .page-title {
		font-size: 15px;
		padding: 0 0 5px 0;
	}

	.page-information-area .page-information {
		clear: both;
		float: none;
		width: 100%;
		padding: 15px 0;
		border-top: 1px solid #3e403f;
		border-bottom: 1px solid #3e403f;
	}

	.page-information-area .page-information:after {
		content: "";
		clear: both;
		display: block;
	}

	.page-information-area .page-information dl {
		float: left;
		margin-right: 10px;
		font-size: 12px;
		line-height: 20px;
	}

	.page-information-area .page-information dl.none {
		margin-right: 0;
	}

	.page-information-area .page-information dl dt {
		background-position: 0 4px;
	}

	.page-information-area .page-btns {
		position: absolute;
		top: -5px;
		right: 0;
		padding: 0;
	}

	.page-information-area .page-btns a {
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
	}

	.page-information-area .page-btns a.icon-print {
		display: none;
	}

	.page-information-area .page-btns a img {
		display: inline-block;
		vertical-align: middle;
		height: 18px;
	}



	.contents-box {
		margin-bottom: 20px;
	}

	.title0301,
	.contents-title03 {
		clear: both;
		padding-left: 18px;
/*		font-size: 16px;*/
		color: #009bd8;
		margin-bottom: 15px;

		font-family: "NanumBarunGothicBold", "나눔바른고딕Bold", NanumBarunGothicBold, "돋움", Dotum, sans-serif;
		background: transparent url(../make_img/common/icon_bullet02.png) no-repeat 0 50%;
		background: -webkit-linear-gradient(transparent, transparent), url(../make_img/common/icon_bullet02.png) no-repeat 0 50%;
		background: linear-gradient(transparent, transparent), url(../make_img/common/icon_bullet02.png) no-repeat 0 50%;
		background-size: 10px 10px;
	}

	.title0401 {
		clear: both;
		padding-left: 18px;
		font-size: 16px;
		color: #0b0b0b;
		margin-bottom: 13px;

		font-family: "NanumBarunGothicBold", "나눔바른고딕Bold", NanumBarunGothicBold, "돋움", Dotum, sans-serif;
		background: transparent url(../make_img/common/icon_bullet09.gif) no-repeat 3px 8px;
		background: -webkit-linear-gradient(transparent, transparent), url(../make_img/common/icon_bullet09@2x.gif) no-repeat 3px 
		8px;
		background: linear-gradient(transparent, transparent), url(../make_img/common/icon_bullet09@2x.gif) no-repeat 3px 8px;
		background-size: 3px 3px;
	}

	.affiliation-area {
		margin-bottom: 30px;
	}
}


@media only all and (max-width: 767px) {
	html {
		font-size: 1.25rem; /* 기본베이스 폰트사이즈 20px */
		line-height: 1.25rem; /* 기본베이스 line-height 사이즈 20px */
	}
}

@media only all and (max-width: 639px) {
	html {
		font-size: 1rem; /* 기본베이스 폰트사이즈 16px */
		line-height: 1rem; /* 기본베이스 line-height 사이즈 16px */
	}
}

@media only all and (max-width: 567px) {
	html {
		font-size: 0.875rem; /* 기본베이스 폰트사이즈 14px */
		line-height: 0.875rem; /* 기본베이스 line-height 사이즈 14px */
	}
}


@media only all and (max-width: 359px) {
	html {
		font-size: 0.8125rem; /* 기본베이스 폰트사이즈 13px */
		line-height:  0.8125rem; /* 기본베이스 line-height 사이즈 13px */
	}

}
