@charset "utf-8";

/*----------------------------------------------------------------------------
* 레이아웃 스타일 정의
* -------------------------------------------------------------------------*/
/* 웹폰트 */
/* skip navgation STYLE */
#accessibility {
	position: relative;
	width: 100%;
	margin: 0 auto;
	font-size: 1.3em;
	z-index: 999;
}
#accessibility * {
	padding:0;
	margin:0;
}
#accessibility dt {
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#accessibility a {
	display: block;
	position: absolute;
	top: -10000px;
	left: 0;
	width: 100%;
	height: 0;
	text-align: center;
	font-size: 1em;
	z-index: 999;
}
#accessibility a:hover,
#accessibility a:focus,
#accessibility a:active{
	position: absolute;
	top: 0;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background-color: #333;
	z-index: 999;
}

/* 폰트 아이콘 */
.fa{
	display:inline-block;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	vertical-align:middle;
	font-size:inherit;
}

.float_left {
	float:left;
}
.float_right {
	float:right;
}

[class^="ti-"] span,
[class^="icon-"] span{
	font-size:0;
	position:absolute;
	clip:rect(0,0,0,0);
	width:0;
	height:0;
	line-height:0;
}
a:hover  [class^="ti-"],
a:hover  [class^="icon-"]{
	color:#fff;
}

.hidden {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	border: none;
	overflow: hidden;
}

/* layout */
body.loginactive {
	background-position: 0 700px;
}

#wrap {
	text-align: center;
}
#header {
	position: fixed;
	top: 0;
	margin: 0 auto;
	width: 100%;
	min-width: 100%;
	max-width: 1300px;
	text-align: left;
	height: 100px;
	background: #0A1F30;
	z-index: 100;
}
#header.Scroll {
	background:rgba(0,0,0,1) !important;
}

.login-btn {
	position: absolute;
	right: 0;
	top: 27px;
	width: 99px;
}
.login-btn a {
	display: block;
	border-left: 1px solid #343e47;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height:39px;
}


/* gnavigation */
.gnavigation-layout {
	position: relative;
	height: 100px;
	transition: all .2s ease;
}

.gnb_bg{
	display:block;
	position:absolute;
	left:0;
	top:100px;
	width:100%;
	height:0;
	background:#fff;
}
.gnb_bg div{
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	margin:0 auto;
	max-width: 1300px;
}
.gnb_bg div:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:30%;
	height:100%;
	background:#f5f5f5;
	border-right: 1px solid #ccc;
}
.gnb_bg:before{
	content:"";
	display:block;
	width:30%;
	height:100%;
	background:#f5f5f5;
}
.gnb_bg.over{
	border-bottom:1px solid #ddd;
}


.gnavigation-layout .logo {
	float: left;
	width: 27%;
	box-sizing:border-box;
	padding:15px 0 0 20px;
	margin:0;
}
.gnavigation-layout .logo img {
	width: 115px;
}

#gnavigation {
	float: right;
	width: 71%;
	height: 100px;
}
#gnavigation .depth01 > li {
	float: left;
	width: 16.6%;
}
#gnavigation .depth01 > li:first-child {
	width: 17%;
}
#gnavigation .depth01 > li > a {
	display: block;
	width: 100%;
	line-height: 25px;
	text-align: center;
	font-size: 18px;
	padding:35px 0;
	color: #fff;
}
#gnavigation .depth01 > li.edu > a {
	/* color:#abea4f; */
}
#gnavigation .depth01 > li.on > a {
	color: #005aab;
}
#gnavigation .depth01 > li.mobile {
	display: none;
}

#gnavigation .depth01 > li.li-edu {
	width:12%;
}

#gnavigation .depth01 > li.li-notice {
	width:12%;
}

#gnavigation .depth01 > li.li-mypage {
	width:12%;
}

.depth02-layout {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	overflow: hidden;
	z-index: 420;
	height: 199px;
	visibility: hidden;
	opacity: 0;
}
.depth02-inner {
	width: 100%;
	overflow: hidden;
}
.depth02-inner .h2 {
	float: left;
	width: 30%;
	text-align: right;
	padding:0 10px 0 0;
	margin:0;
	position: relative;
	visibility: hidden;
	opacity:0;
}
.depth01.active .depth02-inner .h2{
	opacity:1;
	visibility: visible;
	transition: all .4s ease;
}

.depth02-inner .depth02 {
	position: relative;
	float: right;
	width: 70%;
	height: 199px;
	overflow: hidden;
}
.depth02-inner .depth02 > li {
	position: absolute;
	padding-left: 25px;
	/* width: 50%; */
	height: 100%;
}
.depth02-inner .depth02 > li > a {
	line-height: 25px;
	font-size: 14px;
	color: #464646;
}
.depth02-inner .depth02 > li > a:before {
	content:"\f0da";
	font-family: "FontAwesome";
	color: #464646;
	padding-right: 5px;
}
.depth02-inner .depth02 > li > a:hover {
	color:#072a4d;
	font-weight: bold;
}

.depth02-inner .depth03 {
	overflow: hidden;
}
.depth02-inner .depth03 > li {
}
.depth02-inner .depth03 > li > a {
	line-height: 28px;
	font-size: 1.3rem;
	color: #979ca7;
}

.depth02 > li.per50 {
	width: 50%;
}
.depth02 > li.per50 .depth03 > li {
	float: left;
	width: 50%;
}

.depth02 > li.left0 {
	left: 0;
}
.depth02 > li.left10 {
	left: 10%;
}
.depth02 > li.left15 {
	left: 15%;
}
.depth02 > li.left17 {
	left: 17%;
}
.depth02 > li.left20 {
	left: 20%;
}
.depth02 > li.left25 {
	left: 25%;
}
.depth02 > li.left30 {
	left: 30%;
}
.depth02 > li.left32 {
	left: 32%;
}
.depth02 > li.left34 {
	left: 34%;
}
.depth02 > li.left35 {
	left: 35%;
}
.depth02 > li.left40 {
	left: 40%;
}
.depth02 > li.left45 {
	left: 45%;
}
.depth02 > li.left46 {
	left: 46%;
}
.depth02 > li.left47 {
	left: 47%;
}
.depth02 > li.left50 {
	left: 50%;
}
.depth02 > li.left51 {
	left: 51%;
}
.depth02 > li.left52 {
	left: 52%;
}
.depth02 > li.left55 {
	left: 55%;
}
.depth02 > li.left58 {
	left: 58%;
}
.depth02 > li.left60 {
	left: 60%;
}
.depth02 > li.left68 {
	left: 68%;
}
.depth02 > li.left69 {
	left: 69%;
}
.depth02 > li.left75 {
	left: 75%;
}
.depth02 > li.left80 {
	left: 80%;
}

.depth02 > li.top0 {
	top: 0;
}
.depth02 > li.top10 {
	top: 10%;
}
.depth02 > li.top20 {
	top: 20%;
}
.depth02 > li.top25 {
	top: 25%;
}
.depth02 > li.top30 {
	top: 30%;
}
.depth02 > li.top40 {
	top: 40%;
}
/* 앞메뉴 depth 3메뉴 갯수 2개 */
.depth02 > li.top38 {
	top: 38%;
}
.depth02 > li.top45 {
	top: 45%;
}
.depth02 > li.top55 {
	top: 55%;
}
.depth02 > li.top60 {
	top: 60%;
}
.depth02 > li.top65 {
	top: 65%;
}
.depth02 > li.top69 {
	top: 69%;
}
.depth02 > li.top70 {
	top: 70%;
}

.depth02.depth02-03 > li.per50 .depth03 {
	height: 220px;
}
.depth02.depth02-03 > li.per50 .depth03 > li {
	float: none;
	width: 100%;
}
.depth02.depth02-03 > li.per50 .depth03 > li.right {
	position: relative;
	margin-left: 50%;
	width: 50%;
}
.depth02.depth02-03 > li.per50.left0 .depth03 > li.right.top {
	margin-top: -55px;
}
.depth02.depth02-03 > li.per50.left50 .depth03 > li.right.top {
	margin-top: -140px;
}
.depth02.depth02-02 {
	padding: 40px 50px;
	border-left: 1px solid #354361;
	border-right: 1px solid #354361;
	background: url(http://www.ocu.ac.kr/homedata/images/korean/layout/depth02-02.png) no-repeat center 45px;
}
.depth02.depth02-02 .float_left {
	width: 75%;
	color: #fff;
}
.depth02.depth02-02 .float_left .line01 {
	margin-bottom: 15px;
	font-size: 20px;
}
.depth02.depth02-02 .float_left .line02 {
	margin: 40px 0 20px 0;
	font-size: 38px;
	font-weight: bold;
}
.depth02.depth02-02 .float_left .line02_1 {
	position: relative;
	padding-top: 5px;
	margin-bottom: 15px;
	font-size: 1.55em;
	font-weight: bold;
	opacity: .75;
	line-height:130%;
	letter-spacing:-0.03em;
}

.depth02.depth02-02 .float_left .line02_2 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	opacity: .75;
}
.depth02.depth02-02 .float_left .line03 {
	position: relative;
	padding-top: 20px;
	font-size: 18px;
	opacity: .35;
}
.depth02.depth02-02 .float_left .line03:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 1px;
	background-color: #fff;
	content: '';
}
.depth02.depth02-02 .float_right {
	width: 25%;
}
.depth02.depth02-02 .float_right a {
	display: inline-block;
	padding: 30px;
	font-size: 18px;
	color: #fff;
	border: 1px solid #6678a2;
	text-align: center;
}

.depth02.depth02-03 .special {
	margin: 0 25px;
	padding-top: 10px;
	padding-left: 0;
	width: 95%;
	height: 100px;
	background-color: #213152;
	border-left: none;
}

.depth02-layout .btn-close {
	margin-top: 40px;
	text-align: center;
}
.depth02-layout .btn-close a {
	font-size: 20px;
	color: #fff;
}
.depth02-layout .btn-close a span {
	display: inline-block;
	width: 17px;
	height: 17px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.depth02-layout .btn-close a:hover span {
	transform: rotate(180deg);
	transition: all .2s ease;
}
.depth02-inner .depth04 {
	display: none;
}

.gnavigation-layout.active:before {
	height: 200px;
	border-bottom:1px solid #ccc;
}
.gnavigation-layout.active .depth01 > li.active .depth02-layout {
	visibility: visible;
	opacity: 1;
	transition: all .2s ease;
}

/* login-btn */
.login-wrap {
}

/* footer */
#footer {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	height: 150px;
	line-height: 1;
	text-align: left;
	color: #fff;
	letter-spacing: -0.03em;
	background-color:#383d46;
	min-width: 100%;
}

/* infozone */
.infozone {
	padding-top: 10px;
	color: #ccc;
	width:100%;
	max-width: 1300px;
	margin: 0 auto;
}
.infozone .logo {
	float: right;
	margin-right: 25px;
}

/* siteinfo */
.siteinfo {
	float: left;
	line-height: 26px;
	font-size: 12px;
	overflow: hidden;
}
.siteinfo .terms > span {
	margin-right: 10px;
	cursor: pointer;
}

.siteinfo .terms .mng-console {
	padding: 0 5px 1px;
	border-radius: 3px;
	background: #807e7e;
	color: #eee;
}

.siteinfo address {
	font-style: normal;
	margin:0;
	letter-spacing:0;
}

/* appdowndiv */
.appdowndiv {
	float:right;
	padding-top: 5px; /* infozone에서 10px padding + appdowndiv 5px */
}



/* btn_top */
.path .btn_top {
	display: none;
}
.path .btn_top.fixed {
	position: absolute;
	display: block;
	right: 100px;
	top: 12px;
	padding: 0 25px;
	line-height: 27px;
	font-size: 0.875em;
	font-weight: bold;
	color: #fff;
	border: 1px solid #4c5d80;
	z-index: 888;
}
.path .btn_top.fixed:before {
	position:absolute;
	top: 0;
	right: 10px;
	height: 18px;
	font-family:FontAwesome;
	font-weight:normal;
	content:'\f176';
	overflow:hidden;
}

#content {
	position: relative;
	max-width: 1045px;
	margin:0 auto;
	min-height: 600px;
}
#detail_content {
	margin-bottom: 50px;
	letter-spacing: -0.05em;
}

/* pagetitle */
.pagetitle {
	position: relative;
	margin: 60px 0;
	width: 100%;
	height: 75px;
	line-height: 1;
	border-bottom: 1px solid #ddd;
}
.pagetitle .stitle {
	float: left;
	font-size: 3.5em;
	color: #213152;
	font-weight:400;
}
.pagetitle .btnwrap {
	float: right;
	width:40%;
}

.pagetitle .share-layout {
	float: left;
	width:80%;
}
.pagetitle .share-layout #share {
	float: right;
	margin-right: 20px;
}
.pagetitle .share-layout .list-layout {
	display: none;
	position: absolute;
	top: 60px;
	right: 0;
	padding: 8px 15px;
	background-color: #f7f8fc;
	border: 1px solid #ddd;
	border-radius: 10px;
	border-top-right-radius: 0;
	z-index: 10;
}
.pagetitle .share-layout .list-layout:after {
	position: absolute;
	top: -13px;
	right: 100px;
	z-index: 20;
}
.pagetitle .share-layout .list-layout .list {
	float: left;
	line-height: 0;
	overflow: hidden;
}
.pagetitle .share-layout .list-layout .list li {
	float: left;
	margin-right: 8px;
}
.pagetitle .share-layout #share-close {
	float: left;
	margin-top: 12px;
	font-size: 0;
}
.pagetitle .share-layout #share-close:hover {
	transform: rotate(180deg);
	transition: all .2s ease;
}

.pagetitle .btn {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: top;
	border-radius: 9999px;
	border: 1px solid #ddd;
}
.pagetitle .btn:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	font-family: 'Simple-Line-Icons';
	font-size: 20px;
	font-weight: bold;
	color: #213152;
	content: '\e601';
}
.pagetitle .print:before {
	line-height: 43px;
	font-size: 22px;
	content: '\e02e';
}


.mCustomScrollBox:focus {
	outline: 1px dotted #000;
}
.description {
	font-size: 14px;
	margin-top:20px;
}

.mdl-terms {
    max-width: 1045px;
    height: calc(100% - (5.75rem * 2));
}

.mdl-terms .modal-content {
	height: 100%;
}

.mdl-terms .modal-header {
	display: block;
	border-bottom: 0;
	text-align: center;
	padding:30px 0;
}
.mdl-terms .modal-header .close {
	position: absolute;
	right: 10px;
	top: 20px;
}
.mdl-terms .modal-title {
	font-size: 30px;
	color: #000;
	font-weight: normal;
}
.mdl-terms .modal-body {
	padding: 0 20px 50px;
    height: calc(100% - 105px);
}

.mdl-terms .modal-body .apply_terms,
.mdl-terms .modal-body .apply_terms .apply_terms_content{
    height: 100%;
}

/* gnb > 현재 선택한 메뉴 CSS */
.gnb-title.active {
	font-weight: 800;
    color: #005aab !important;
}

.depth01 > li:hover .gnb-title{
    color: #005aab !important;
}

.depth01 li.active.gnb-mobile .depth02-inner {
	background: white;
}
