@charset "utf-8";

@import url(base.css);
@import url(layout.css);


html,body {
	height: 100%;
	-webkit-tap-highlight: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-focus-ring-color: rgba(0,0,0,0);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clear:after {
	content: "";
	clear: both;
	display: block;
}

body {
	min-width: 320px;
	font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Roboto, Dotum, Noto Sans KR, Droid Sans, arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #666667;
	list-style: none;
	outline: 0;
	font-size: 16px;
	line-height: 16px;
	-webkit-text-size-adjust: none;
}

/* skipToContent */
.skip-navigation a {
	position:absolute;
	left:-3000%;
}

.skip-navigation a:focus {
	display:block;
	left:0;
	top:0;
	width:100%;
	height:60px;
	line-height: 60px;
	font-size: 20px;
	background:#039;
	color:#fff;
	text-align: center;
	z-index:10000000000;
}

caption, .blind {
	position: absolute;
	top: -50000em;
	left: -50000em;
	color: transparent;
	background: transparent
	text-shadow: none;
	z-index: -1;
}

.wrapper {
	position: relative;
	margin: 0;
	padding-top: 144px;
	clear: both;
	overflow: hidden;
	min-width: 1000px;
}

.wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.gnb-wrapper {
	background: #2e2e2e;
	height: 45px;
}

.gnb-area {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}

.gnb-area:after {
	content: "";
	clear: both;
	display: block;
}

.gnb-area .left {
	float: left;
}

.gnb-area .left > ul {
	display: block;
}

.gnb-area .left > ul:after {
	content: "";
	clear: both;
	display: block;
}

.gnb-area .left > ul > li {
	float: left;
	display: block;
	margin-right: -1px;
}

.gnb-area .left > ul > li > a {
	display: block;
	width: 182px;
	height: 52px;
	background: #f7f7f7;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #939393;
	letter-spacing: -1px;
	padding: 19px 0 15px 0;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

.gnb-area .left > ul > li > a:hover {
	color: #201f1f;
	font-weight: 700;
}

.gnb-area .left > ul > li > a.active {
	color: #201f1f;
	font-weight: 700;
	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.gnb-area .right {
	float: right;
}

.gnb-area .right > ul {
	float: left;
	text-align: center;
}

.gnb-area .right > ul > li {
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	/*background-image: url(../img/icon/icon_bar01@2x.gif);
	background-position: left center;
	background-size: 1px 11px;
	background-repeat: no-repeat;*/
	border-left: 1px solid #474747;
	height: 45px;
}

.gnb-area .right > ul > li:first-child {
	background: transparent;
	margin-left: 15px;
	padding-left: 15px;
}

.gnb-area .right > ul > li:last-child {
	border-right: 1px solid #474747;
}

.gnb-area .right > ul > li:last-child > a {
	color: #eeb934;
}

.gnb-area .right > ul > li:last-child > a > img {
	padding: 20px 15px 0 5px;
}

.gnb-area .right > ul > li > a {
	display: block;
	font-size: 14px;
	line-height: 45px;
	color: #7b7b7b;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
}

.gnb-area .right > ul > li > a:hover {
	color: #000;
	text-decoration: underline;
}


/* header */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 144px;
	z-index: 100;
	background-color: #5b54a7;
}

.wrapper.fixed .header {
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
}

.header-wrapper {
	position: absolute;
	top: 52px;
	left: 0;
	display: block;
	width: 100%;
	height: 92px;
	z-index: 100;
}

.wrapper.fixed .header-wrapper {
	position: fixed;
	top: 0;
	background-color: #5b54a7;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
}

.header-wrapper > .bg {
	position: absolute;
	top: 91px;
	left: 0;
	display: none;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	z-index: 1;
}

.wrapper.fixed .header-wrapper > .bg {
	background-color: rgba(255, 255, 255, 0.95);
}


.header-wrapper > .bg .bg-wrapper {
	position: relative;
	max-width: 1240px;
	height: 100%;
	padding: 30px 20px;
	margin: 0 auto;
}

.header-wrapper > .bg .bg-wrapper .bg-totalmenu {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: -128px;
}

.header-wrapper > .bg .bg-wrapper .btn-totalmenu-close {
	position: absolute;
	bottom: 28px;
	right: 20px;
	display: block;
	width: 23px;
}

.header-wrapper > .bg .bg-wrapper .btn-totalmenu-close > img {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
}

.header-area {
	position: relative;
	max-width: 1000px;
	height: 92px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

.header-area:after {
	content: "";
	clear: both;
	display: block;
}

.header-area h1 {
	float: left;
	margin-top: 25px;
	display: block;
}

.header-area h1 > a {
	display: block;
}

.header-area h1 > a:after {
	content: "";
	clear: both;
	display: block;
}

.header-area h1 > a > img {
	float: left;
	width: 291px;
	margin-right: 13px;
}

.header-area h1 > a > strong {
	float: left;
	margin-top: 9px;
	color: #743393;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: -0.25px;
}

.top-menu-wrapper {
	float: left;
	margin-left: 30px;
}

.top-menu-wrapper > ul {
	padding-top: 38px;
}

.top-menu-wrapper > ul > li {
	position: relative;
	float: left;
	display: block;
	margin-right: 12px;
	border-right: 1px solid #8d88c2;
	line-height: 15px;
	height: 15px;

}

.top-menu-wrapper > ul > li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

.top-menu-wrapper > ul > li > a {
	display: block;
	height: 80px;

}

.top-menu-wrapper > ul > li > a > .title {
	position: relative;
	display: block;
	overflow: hidden;
	padding-right: 12px;
}

.top-menu-wrapper > ul > li:last-child > a > .title {
	padding-right: 0;
}


.top-menu-wrapper > ul > li > a > .title > span {
	position: relative;
	top: 0;
	display: inline-block;
	color: #7e89b9;
	font-size: 19px;
	font-weight: bold;
	transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	-moz-transition: transform 500ms;

}

.top-menu-wrapper > ul > li:last-child > a > .title {
	border-right: none;

}

.top-menu-wrapper > ul > li > a > .title > span:after {
	content: attr(data-hover);
	position: absolute;
	top: -28px;
	left:0;
	color: #fff;
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.top-menu-wrapper > ul > li > a:hover > .title > span,
.top-menu-wrapper > ul > li > a:focus > .title > span {
	transform: translateY(28px);
	-webkit-transform: translateY(28px);
	-moz-transform: translateY(28px);
}

.top-menu-wrapper > ul > li > a.active.point > .title > span,
.top-menu-wrapper > ul > li > a.active > .title > span {
	color: #fff;
}

.top-menu-wrapper > ul > li > a.active.point > .title > span,
.top-menu-wrapper > ul > li > a.active > .title > span {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.top-menu-wrapper > ul > li > a.point > .title > span {
	transform: translateY(28px);
	-webkit-transform: translateY(28px);
	-moz-transform: translateY(28px);
}

.top-menu-wrapper > ul > li .top-submenu {
	position: absolute;
	top: 81px;
	left: 50%;
	display: none;
	width: 195px;
	z-index: 10;
	text-align: left;
	word-break: keep-all;
}

.top-menu-wrapper > ul > li .top-submenu h2 {
	margin-bottom: 2px;
}

.top-menu-wrapper > ul > li .top-submenu h2 > a {
	display: inline-block;
	color: #212121;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
}

.top-menu-wrapper > ul > li .top-submenu h2 > a:hover,
.top-menu-wrapper > ul > li .top-submenu h2 > a.active {
	color: #4255aa;
}

.top-menu-wrapper > ul > li .top-submenu > ul,
.top-menu-wrapper > ul > li .top-submenu > ul > li {
	display: block;
}

.top-menu-wrapper > ul > li .top-submenu > ul > li > a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 1px;
	color: #828282;
	font-size: 15px;
	line-height: 27px;
	font-weight: 300;
	letter-spacing: -0.25px;
	transition: all 0.2s ease-in-out;
	word-break: keep-all;
}

.top-menu-wrapper > ul > li .top-submenu > ul > li > a:after {
	content: "";
	clear: both;
	display: block;
}

.top-menu-wrapper > ul > li .top-submenu > ul > li > a > .bg {
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	background: #4255aa;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.top-menu-wrapper > ul > li .top-submenu > ul > li > a:hover,
.top-menu-wrapper > ul > li .top-submenu > ul > li > a.active {
	color: #4255aa
}

.top-menu-wrapper > ul > li .top-submenu > ul > li > a:hover > .bg,
.top-menu-wrapper > ul > li .top-submenu > ul > li > a:focus > .bg,
.top-menu-wrapper > ul > li .top-submenu > ul > li > a.active > .bg {
	left: -14px;
	font-weight: 700;
	opacity: 1;
}

.top-menu-wrapper > ul > li .top-submenu > ul > li > a > .title {
	float: left;
}
.top-menu-wrapper > ul > li .top-submenu > ul > li > a .new-window01 {
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	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;
	z-index: 1;
}

.top-menu-wrapper > ul > li .top-submenu > ul > li > ul {
	display: none;
}

.top-menu-wrapper > ul > li:nth-child(1) .top-submenu {
	margin-left: -389px;
}

.top-menu-wrapper > ul > li:nth-child(2) .top-submenu {
	margin-left: -300px;
}

.top-menu-wrapper > ul > li:nth-child(3) .top-submenu {
	margin-left: -183px;
}

.top-menu-wrapper > ul > li:nth-child(4) .top-submenu {
	margin-left: -50px;
}


.btn-totalmenu {
	float: right;
	margin-top: 37px;
	margin-right: 14px;
	width: 24px;
}

.btn-totalmenu .menu {
	display: block;
}

.btn-totalmenu .menu > span {
	display: block;
	width: 100%;
	height: 3px;
	background: #757575;
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
}

.btn-totalmenu .menu > span:nth-child(2) {
	width: 18px;
	margin: 6px 0;
}

.btn-totalmenu.active .menu > span  {
	background-color: #000;
}

.btn-totalmenu.active .menu > span {
	width: 100%;
}


div.tab_con														{ width:749px; padding:0 0 28px 0; }
div.tab_con ul.tab_list											{ width:749px; height:33px; background:url(../img/common/tabCon_BG.gif) 0 24px repeat-x; }
div.tab_con ul.tab_list li										{ height:33px; padding-right:5px; display:inline-block; float:left; }
div.tab_con ul.tab_list li a									{ border:2px solid #bcbcbc; height:26px; display:inline-block; padding-left:5px; cursor:pointer; background:#f5f5f5; border-bottom:2px solid #d5d5d5; }
div.tab_con ul.tab_list li a.on,
div.tab_con ul.tab_list li a:hover							{ text-decoration:none; border-bottom:2px solid #f5f5f5; }
div.tab_con ul.tab_list li a span							{ height:28px; display:inline-block; padding: 4px 18px 0 12px; }
div.tab_con ul.tab_list li a span strong					{ height:28px; padding-bottom:11px; display:inline-block; color:#666; }
div.tab_con ul.tab_list li a.on span strong,
div.tab_con ul.tab_list li a:hover span strong			{ color:#2a468a; background:url(../img/common/tabCon_bar_on.gif) 50% 19px no-repeat; }


/* table */
div.tbSet															{ width:100%; }
div.tbSetW300													{ width:360px; float:left; }
div.tbSet table													{ width:100%; border-top:2px solid #90a5d9; }
div.tbSet table th												{ background:#ebeff9; border-bottom:1px solid #d4d4d4; border-right:1px solid #e4e4e4; padding:15px 0; color:#555; }
div.tbSet table td												{ border-bottom:1px solid #d4d4d4; padding:15px 30px; color:#555; line-height:140%; }

div.tbSet table.tb2 th											{ border:1px solid #d4d4d4; padding:12px 7px; }
div.tbSet table.tb2 td											{ border:1px solid #d4d4d4; padding:7px; background-color: #fff;}
div.tbSet table.tbC th,
div.tbSet table.tbC td											{ text-align:center; }
.c																		{ text-align:center; }

/*텍스트 제목*/
p.pTit																{ width:748px; font-weight:bold; color:#2a468a; background:url(../img/common/bul01.gif) 0 3px no-repeat; padding:0 0 1px 17px; margin:0 0 6px 0; }
p.pTit span.bul													{ display:block; margin:5px 0 0 0; padding:0 0 20px 10px; background:url(../img/common/bul.gif) 0 5px no-repeat; font-weight:normal; }
ul.txtList															{ padding:0 0 20px 18px; }
ul.txtList li															{ color:#555; line-height:150%; }


p.symbolImg														{ text-align:right; padding:5px 0 20px 0; }
p.symbolTxt														{ text-align:left; padding:5px 0 20px 15px; line-height:150%; color:#555; }
p.symbolTxt.symbolTxt2										{ display:inline-block; }
p.symbolTxt.symbolTxt2 img								{ float:left; padding:0 15px 15px 0; }
p.symbolTxt.symbolTxt2 span								{ float:left; font-size:12px; color:#555; line-height:150%; }
p.symbolTxt.symbolTxt2 strong							{ font-size:14px; color:#555; line-height:150%; }

.purple										{ color:#9921be; }
.orange										{ color:#df7001; }

p.orgImg									{ text-align:center; padding:0 0 30px 0; }
p.orgImg2									{ float:right; width:350px; text-align:right; padding:10px 0 0 0; }
div.map										{ width:690px; margin:0 auto; }
ul.bul											{ padding:5px 0 20px 16px; }
ul.bul li										{ padding:0 0 20px 10px; background:url(../img/c1/bul_dot.gif) 0 5px no-repeat; color:#555; }
ul.bul.bul2 li								{ padding:0 0 10px 10px; }
ul.bul li p									{ padding:5px 0 0 0; color:#555; }
ul.bul li p strong							{ color:#555; }


p.nTxt										{ color:#555; line-height:150%; padding:0 0 30px 0; }
p.nTxt.nTxt2								{ padding:0 0 30px 15px; }


ul.lis											{ display:inline-block; padding:0 0 0 15px; }
ul.lis li										{ background:url(../img/common/bul.gif) 0 5px no-repeat; padding:0 0 20px 10px; color:#555; }
ul.lis li p									{ background:url(../img/c1/bul_dot.gif) 0 12px no-repeat; padding:6px 0 0 10px; color:#555; }
ul.lis li p span.zipAd					{ display:block; padding-left:15px;}

div.tbArea									{ width:765px; display:inline-block; }

div.sitemap								{ width:721px; display:inline-block; padding:0 22px; }
div.sitemap dl								{ float:left; width:206px; padding:0 20px 20px; }
div.sitemap dl dt							{ width:206px; }
div.sitemap dl dd						{ width:184px; height:290px; border:1px solid #c9c9c9; padding:18px 0 0 20px; }
div.sitemap dl dd ul						{  }
div.sitemap dl dd ul li					{ padding:0 0 10px 10px; background:url(../img/common/bul.gif) 0 5px no-repeat; }
div.sitemap dl dd ul li p				{ background:url(../img/c1/bul_dot.gif) 0 12px no-repeat; padding:6px 0 0 10px; }
div.sitemap dl dd ul *					{ color:#555; }

/*IGST_정희_start*/
div.tbSet table.tb2C					{text-align:center; margin-bottom:10px;}
div.tbSet table.tb2C td.tdL			{text-align:left;}
div.tbSet table.tb2C td.tdCol		{background-color:#EBEFF9;}

ul.lis li p span							{display:inline-block; color:#555; padding-top:5px;}

ul.lis li p.nTxt3							{background:none;}

ul.lis li div ol.lisN						{padding:20px 0 0 0;}
ul.lis li div ol.lisN li						{background:none;}
ul.lis li div ol.lisN li p					{padding:0; background:none; line-height:150%;}
ul.lis li div ol.lisN li	 p.Tbul			{background:url(../img/common/txt_bul.gif) 2px 13px no-repeat; padding:6px 0 0 12px; color:#2A468A;}

p.textR										{text-align:right; color:#555; padding-bottom:5px;}
/*정희_end*/


/* 사진으로보는 감리교신학대학교 역사 */
div.photo_his								{ width:718px; height:550px; overflow:hidden; position:relative; }
div.photo_his iframe					{ width:1280px; height:1050px; position:absolute; top:-416px; left:-265px; }
.ie div.photo_his iframe				{ width:1280px; height:1050px; position:absolute; top:-451px; left:-412px; }




.board-list01 table tbody td {
	background-color: transparent;
	font-size: 13px;
}

.board-list01 table thead th:first-child {
	background-image: none;
}

.board-list01 .fn_btn_view .photo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}




.president-information-wrapper {
	position: relative;
	padding-left: 215px
}

.president-information-wrapper > img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 188px;
}

.president-information-wrapper dl {
	margin-bottom: 21px;
}

.president-information-wrapper dl > dt {
	display: block;
	margin-bottom: 7px;
	color: #3a5c99;
	font-size: 22px;
	line-height: 24px;
	word-break: keep-all
}

.president-information-wrapper dl > dd {
	display: block;
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	word-break: keep-all
}

.president-information-wrapper > p {
	margin: 0 0 25px 0 !important;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
}

.president-information-wrapper > .word-sign {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}
.president-information-wrapper > .word-sign > strong {
	display: inline;
	margin-left: 5px;
	color: #333333;
	font-size: 24px;
	line-height: 24px;
}
