﻿@charset "utf-8";

/* nanum-gothic-regular - latin */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/nanum-gothic-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('NanumGothic'),
       url('/fonts/nanum-gothic-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nanum-gothic-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nanum-gothic-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nanum-gothic-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nanum-gothic-v13-latin-regular.svg#NanumGothic') format('svg'); /* Legacy iOS */
}

/* Reset */
html, body {
	min-height: 100%;
	font-family: Nanum Gothic, 돋움, Dotum, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	background-color: #fff !important;
}
body, table, input, textarea, select, button {
	font-family: 나눔고딕,NanumGothic,NG,돋움, Dotum, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	margin: 0;
	font-weight: 600;
}
i{
	vertical-align: middle;
}
.xe_width {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px;
	height: 100%;
 	position: relative;
}
.clearBoth {
	position: relative;
	*zoom: 1;
}
.clearBoth:after {
	content: "";
	display: block;
	clear: both;
}
.sub_mag_btt{
	margin-bottom: 50px;
}
.main_content{
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 10px;
	height: 100%;
 	position: relative;
 }

a:hover,
a:focus,
a:active{
	color: #c0392b;
}
/* Skin to content */
.skip {
	margin: 0
}
.skip a {
	display: block;
	text-align: center;
	line-height: 0;
	height: 0;
	width: 0;
	overflow: hidden
}
.skip a:active, .skip a:focus {
	position: relative;
	height: auto;
	width: auto;
	line-height: 25px;
}
.widget_title {
	font-size: 16px;
	font-weight: 600;
	vertical-align: super;
	/*margin-left: 7px;*/
}

a {
	text-decoration: none
}
/* Layout */
.xe {
	padding-top: 90px;
}
.content img {
	/*max-width: 100%;*/
	height: auto
}
.door_a:hover, .door_a:focus {
	color: #526bbe
}
/* Header */
.header {
	height: 90px;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background-color: #fff;
	border-bottom: 3px solid;
    border-color: #800101;
}
.header h1 {
	float: left;
	margin: 10px 0;
}
.m_menu{display: none;}

/* Footer */
.footer {
	padding: 9px 0 10px 0;
	color: #696969;
	/*margin-top: 30px;*/
}
.footer {
	border-top: 1px solid #ddd;
}
.footer p {
	font-size: 12px;
	margin: 0;
}
.footer a {
	text-decoration: none;
	color: #7b7b7b;
}
.footer a:hover, .footer a:focus {
	text-decoration: underline
}
.footer_left {
	float: left;
	width: 25%;
	text-align: left;
	padding-bottom: 20px;
}
.footer_left img {
	width: 200px;
}
.footer_content {
	/*float: left;*/
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	color: #e3e3e3;
}
.footer_li {
	float: left;
	margin: 10px 0;   
    position: relative;
    z-index: 2;
}
.footer .footer_li ul {
	font-size: 12px;
}
.footer .footer_li ul li {
	line-height: 16px;
	color: #555;
	font-weight: 600;
}
.footer .footer_li ul li span{
	margin: 0 15px;
}
.footer_li ul a {
	font-size: 9pt;
}
.footer_logo{
	float:left; 
	margin: 10px 40px;
}
.copyright {
	color: #b7b7b7;
	margin-top: 5px;
}
a.foot_first_a {
	font-weight: bold;
}
.foot_link{
	position: absolute;
    right: 0;
    text-align: right;
    z-index: 1;
}
.foot_link select{
	width: 124px;
	font-size: 10pt;
	border-color: #ccc;
}

.ft_img_link{
	display: flex;
}
.ft_img_link a{
	float: left;
}


/* GNB */
.gnb {
	margin: 0 auto;
    height: 100%;
    text-align: center;
    display: table;
    float: right;
}
.navbar-right {
	position: absolute;
    right: 0;
}
.gnb:before {
	content: "";
	display: block;
	clear: both;
}
.gnb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gnb .nav li {
	/*position: relative;*/
	float:left;
}
.nav li a.first_a {
	padding: 20px 50px;
	color: #3a3a3a;
	font-weight: 600;
	border: 0 !important;
	font-size: 13pt;
	float: left;
	text-decoration: none;
}
.nav li a.first_a:hover,
.nav li a.first_a:focus{
	color: #800101;
}

.gnb .navbar-nav {
	margin: 0;
    white-space: nowrap;
    vertical-align: bottom;
    display: table-cell;
}

.gnb li.dropdown, 
.gnb li.total_act_li {
	/*margin-right: 100px;*/
}

.gnb li.dropdown:last-child, 
.gnb li.total_act_li:last-child{
	margin-right: 0;
}

.gnb .nav li a:hover, .gnb .nav li a:focus{
	background-color: transparent;
}

.dropdown-menu {
	position: absolute;
    top: 98%;
    left: 0;
    width: 100%;
    z-index: 1000;
    /*display: none;*/
    /*padding: 5px 0;*/
    padding: 0;
    border: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
   

    max-height: 0em;
    overflow: hidden;
    transition: max-height .6s ease;
     -webkit-transition: max-height .7s ease;
    -moz-transition: max-height .7s ease;
    -ms-transition: max-height .7s ease;
    -o-transition: max-height .7s ease;
}
.dropdown_table{
	width: 100%;
	border-top: 2px solid #800101;
}
.dropdown_table tr{
	height: 35px;
}
.dropdown_table tr:nth-child(odd) td{
	background: #fafafa;
}
.dropdown_table th{
	text-align: left;
	background: #800101;
	position: relative;
	width: 20%;
	border-top: 1px solid #eee;
	padding-left: 30px;
}
.dropdown_table td{
	border-top: 1px solid #eee;
	padding-left: 11px;
}
.dropdown_table tr:first-child th,
.dropdown_table tr:first-child td{
	border-top: none;
}
.dropdown_table th a{
	color: #fff;
	width: 100%;
    display: block;
    padding: 10px 0;
}
.dropdown_table th:after{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 8px solid #ffffff;
    border-left: 8px solid transparent;
}

.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.dropdown-menu li a {
	display: block;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #585858;
	white-space: nowrap;
	text-align: center;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus{
	color: #800101;
	text-decoration: underline;
}
.dropdown-menu li a span{
	padding: 0 12px;
	font-size: 9px;
	color: #ddd;
}
.dropdown-menu li:last-child a span{
	display: none;
}
.dropdown-menu-member li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #ffb81e;
	white-space: nowrap;
	font-weight: bold;
	background-color: #fff;
}
.gnb .nav .open{
	
}
a.first_a {
	color: #333;
}
.gnb .nav .open .dropdown-menu {
	/*display: block;*/

	max-height: 600px;
}
.gnb .nav .open .dropdown-menu a {
	
}
.gnb .nav .open .dropdown-menu li:last-child a {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.navbar-right .nav li a.first_a {
	padding: 20px 8px;
	font-size:12px;
	color:#333;
}


/* 전체 메뉴 */
.total_menu {
	top:90px;
	width:100%;
	margin-top: 0px;
	font-size: 13px;
	display: none;
	background: #f7f7f7;
	border-bottom: 3px solid #800101;
	overflow: hidden;
	position: fixed;
	z-index: 9;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.075);
	box-shadow: inset 0 0 3px rgba(0,0,0,.075);
}

.total_menu #total_menu_box {
}
.total_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.total_menu ul .H_first_li {
	float: left;
	width: 109px;
	padding: 15px 0;
}
.total_menu ul .H_first_li:nth-child(4){
	width: 100px;	
}
.total_menu ul .H_first_li:nth-child(5){
	width: 130px;	
}
.total_menu ul .H_first_li:nth-child(6){
	width: 250px;	
}

.H_second_li {
	padding: 3px 0
}
.total_menu a {
	text-decoration: none;
	color: #383838;
	display: block;
}
.total_menu a:hover, .total_menu a:focus {
	color: #800101;
}
.total_menu li {
	position: relative;
}
.total_menu .total_first_a {
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	background: url(../img/total_first_a.gif) repeat-x left bottom;
	display: block;
	padding-bottom: 3px;
	margin: 0 15px;
	color: #800101;
	display:none;
}
.total_menu ul.total_sub1 {
	padding: 5px;
}
.total_menu ul li {
	line-height: 18px;
}
.total_menu ul.total_sub1 i {
	font-size: 11px;
}

.total_menu_icon{
	display: none;	
}

.Nav_i {
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border: 0;
	padding: 0;
	margin: 0;
	right: 15px;
	top: 9px;
	cursor: pointer;
	display: none;
	background: none;
	color: #800101;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.Nav_i .fa-minus-square {
	display: none;
}
.hover .fa-minus-square {
	display: block;
}
.hover .fa-plus-square {
	display: none;
}
.fa14 {
	padding-left: 5px;
}

/*관리 버튼*/
.management{
	position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 4;
}
.login{
	font-size:11pt;
	color: transparent;
	text-decoration: none;
}
.login:hover,
.login:focus{
	color: transparent;
}
.management_btn{
	background: #800101;
    
    text-align: center;
    color:#fff;
	font-weight:bold;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 20px;
    cursor:pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.management_btn:hover{
	background: #0f2c58;
}

/*원서접수 태그*/
.application_tag{
	position: fixed;
    top: 40%;
    z-index: 15;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);	
    margin: 0;
    padding: 0;
    height: 250px;
    width: 250px;
}

.application_tag a:hover, .application_tag a:focus{
	filter: brightness(80%);
	webkit-filter: brightness(80%);
	-moz-filter: brightness(80%);
}


/* 슬라이드 */
.wrap_slides .slide_link {
	background: url(../img/empty.gif);
}
.wrap_slides .in_caption {
	position: absolute;
	z-index: 2;
	left: 50px;
	top: 20%;
}
.wrap_slides .in_caption .h1 {
	font-size: 66px;
	font-weight: bold;
	-webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	text-align: left;
	padding: .5em 10px 0;
}
.wrap_slides .in_caption .h2 {
	font-size: 27px;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	text-align: left;
	padding-left: 17px;
	padding: .1em 10px .5em;
}
/* 본문 */
.body {
	/* padding: 20px 0; */
	position: relative;
	z-index: 1;
/* 	background: url(/img/main_bg.png) no-repeat;
	background-size: contain; */
	background-color: white;
	/* margin-top:-30px; */
}
.has_bg .in_content {
	padding: 10px;
}
.in_content_01 {
	padding: 20px;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
}

/*메인배경*/
.main_bg{
	position: absolute;
	/* left: 0; */
	width: 100%;
	/* height:360px; */
	height: 455px;
	border-bottom: 1px solid #ddd;
	background: url(/img/main_bg.png) no-repeat center;
	display:none;
}

.main_left{
	float:left;
	background: #cbedf6 url(/img/main_left.png) no-repeat top right;
	width: 50%;
	height:100%;
	position: relative;
}

.main_right{
	float:left;
	background: #cad4de url(/img/main_right.png) no-repeat top left; 
	width: 50%;
	height:100%;
	position: relative;
}

/* 위젯 범위 */
.wrap_widget {
	/* margin-top: 390px; */
	padding: 320px 0 0 0;
	/* background: url(../img/bg_img.png) no-repeat center bottom; */
}

.widgetDW {
	/*float: left;*/ 
    /*margin-bottom: 25px;*/
    position: relative;
    display: flex;
}

.widgetDW .aside_left{
	/*position: absolute; */
    /* right: 100%; */
    float: left;
    /* margin-right: 20px; */
margin-top: 20px;
    display: inline-block;
}
.widgetDW .aside_left ul,
.widgetDW .aside_right ul{
	list-style: none;
	margin: 0;
    padding: 0;
}
.widgetDW .aside_left ul li .go_openhouse{
	margin-top:10px;
}

.widgetDW .aside_right{
	/*position: absolute; */
    /* left: 100%; */
    /* margin-left: 20px; */
    display: inline-block;
    float: right;
}
.widgetDW .aside_right ul li{
	margin:0 0 1px 0;
}
.widgetDW .aside_right ul li a{
	width:100%;
	height:100%;
	display: flex;
}

.widgetDW_wrap{
	float:left;
	width: 80%;
	margin-top: 15px;
	display: inline-block;
}

.widgetDW_tab{/* 위젯 */
	float:left;
	width: 550px;
	height: 100%;
}
.widget_L{
	width: 50%;
	float: left;
}
.widgetDW_01{/* NEWS */
	float:left;
	width: 100%;
	height: 100%;
}
.widget_R{
	width: 50%;
	float: left;
}
.widgetDW_02 {/* Campus Life */
	float: left;
	width: 60%;
	height: 100%;
	min-height: 201px;
}
.widgetDW_03 {/* Resource */
	float: left;
	width: 40%;
	height: 100%;
}
.quickMenu {/* 버튼배너 */
	width: 100%;
	float: left;
}
.quickMenu ul{
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.quickMenu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.quickMenu ul li i{
    color: #b10000;
    height: 100%;
    position: absolute;
    right: 5%;
    top: 30%;
}
.quickMenu ul li a.child {
    background-color: #fafafa;
}
.quickMenu ul li a:first-child {
    border-left: 1px solid #dedede;
}
.quickMenu ul li a {
    float: left;
    width: 23%;
    padding-left: 9px;
    line-height: 32px;
    font-size: 12px;
    letter-spacing: -1px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    color: #555;
    position: relative;
    display: inline-block;
}
.quickMenu ul li:first-child a {
    border-top: 1px solid #dedede;
}
.quickMenu ul li a:hover,
.quickMenu ul li a :focus{
	color: #800101;
}
.quickMenu ul li a.child {
    background-color: #fafafa;
}

.widgetDW_1 {
	border-right: 1px dotted #ddd;
}

div.banner_box img:hover, div.banner_box img:focus{
	filter: brightness(80%);
	-webkit-filter: brightness(80%);
	-moz-filter: brightness(80%);
}

div.banner_box:last-child img:hover, div.banner_box:last-child img:focus{
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
}

.cert{
	width:145px;
	height:91px;
	background: url(../img/cert_btn.png) no-repeat;
	background-size: 100%;
	display:block;
	border:none;
	cursor:pointer;
	margin-top: 3px;
}

a.cert:hover, a.cert:focus{
	background: url(../img/cert_btn_p.png) no-repeat;
	background-size: 100%;
}

.stu_res{
	width:145px;
	height:40px;
	background: url(../img/stu_res_btn.png) no-repeat;
	background-size: 100%;
	display:block;
	border:none;
	cursor:pointer;
	margin-top: 4px;
}

a.stu_res:hover, a.stu_res:focus{
	background: url(../img/stu_res_btn_p.png) no-repeat;
	background-size: 100%;
}

.tc_res{
	width:145px;
	height:40px;
	background: url(../img/tc_res_btn.png) no-repeat;
	background-size: 100%;
	display:block;
	border:none;
	cursor:pointer;
	margin-top: 3px;
}

a.tc_res:hover, a.tc_res:focus{
	background: url(../img/tc_res_btn_p.png) no-repeat;
	background-size: 100%;
}

.iconDW{
	/* float:right; */
	float:left;
	margin-left:10px;
	width:185px;
}

.iconBOX{
	float:left;
	width: 50%;
}

.iconBOX a{
	width:91px;
	height:91px;
}

.major_01_i{
	background: url(../img/icon_01_n.png) no-repeat;
	background-size: 100%;
	display:block;
	border:none;
	cursor:pointer;
	margin-top: 2px; 
}

a.major_01_i:hover, a.major_01_i:focus{
	background: url(../img/icon_01_p.png) no-repeat;
	background-size: 100%;
}

.major_02_i{
	background: url(../img/icon_02_n.png) no-repeat;
	background-size: 100%;
	display:block;
	border:none;
	cursor:pointer;
	margin-top: 2px;
}

a.major_02_i:hover, a.major_02_i:focus{
	background: url(../img/icon_02_p.png) no-repeat;
	background-size: 100%;
}

.major_03_i{
	background: url(../img/icon_03_n.png) no-repeat;
	background-size: 100%;
	display:block;
	border:none;
	cursor:pointer;
	margin-top: 2px;
}

a.major_03_i:hover, a.major_03_i:focus{
	background: url(../img/icon_03_p.png) no-repeat;
	background-size: 100%;
}

.major_04_i{
	background: url(../img/icon_04_n.png) no-repeat;
	background-size: 100%;
	display:block;
	border:none;
	cursor:pointer;
}

a.major_04_i:hover, a.major_04_i:focus{
	background: url(../img/icon_04_p.png) no-repeat;
	background-size: 100%;
}

.major_05_i{
	background: url(../img/icon_05_n.png) no-repeat;
	background-size: 100%;
	display:block;
	border:none;
	cursor:pointer;
	margin-top: 2px; 
}

a.major_05_i:hover, a.major_05_i:focus{
	background: url(../img/icon_05_p.png) no-repeat;
	background-size: 100%;
}

.major_06_i{
	background: url(../img/icon_06_n.png) no-repeat;
	background-size: 100%;
	display:block;
	border:none;
	cursor:pointer;
}

a.major_06_i:hover, a.major_06_i:focus{
	background: url(../img/icon_06_p.png) no-repeat;
	background-size: 100%;
}

.major_07_i{
	background: url(../img/icon_07_n.png) no-repeat;
	background-size: 100%;
	display:block;
	border:none;
	cursor:pointer;
	margin-top: 2px;
}

a.major_07_i:hover, a.major_07_i:focus{
	background: url(../img/icon_07_p.png) no-repeat;
	background-size: 100%;
}

.major_08_i{
	background: url(../img/icon_08_n.png) no-repeat;
	background-size: 100%;
	display:block;
	border:none;
	cursor:pointer;
	margin-top: 2px;
}

a.major_08_i:hover, a.major_08_i:focus{
	background: url(../img/icon_08_p.png) no-repeat;
	background-size: 100%;
}
.widgetDW_01 > .h2_widget, .widgetDW_01 > .in_widget {
	padding: 0 15px;
}
.h2_widget, .in_widget {
	padding: 0 15px 0 0;
}
.h2_widget, .in_widget_3 {
	/*padding-left: 10px;*/
	margin: 5px 0;
}
.h2_widget {
	font-size: 14px;
}
.h2_widget_span {
	color: #3a3a3a;
	padding: 0 10px;
	float: left;
}
.h2_widget a {
	float: right;
    vertical-align: super;
}
.h2_widget a:hover {
	text-decoration: underline;
}

.main_widget_bg {
	padding: 20px 28.5px;
}

a.widget_mr_a_01,
a.widget_mr_a_03{
	color: #f6f6f6;
}

a.widget_mr_a_01:hover, a.widget_mr_a_01:focus {
	color: #9bb6f9;
}

a.widget_mr_a_02{
	color: #ababab;
}

a.widget_mr_a_02:hover, a.widget_mr_a_02:focus,
a.widget_mr_a_03:hover, a.widget_mr_a_03:focus {
	color: #001d42;
}


a.more_a {
	color: #800101;
	float:right;
	font-size:12px;
}

a.more_a:hover, a.more_a:focus {
	color: #585858;
}

.h2_content {
	font-size: 14px;
	height: 34px;
	margin-top: 40px;
}

.banner_margin {
	margin: -10px;
	border: 8px solid #000;
}

.banner_img {
	margin: 5px;
}

.banner_span {
	font-size: 12px;
	float: right;
	color: #b3b3b3;
}

.banner_a {
	color: #585858;
	font-size: 12px;
	float: right;
}

/* LNB */
.page_title{
	color: #ffffff;
    font-size: 18pt;
    font-weight: 700;
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    background: url(/img/sub_tit.png) no-repeat;
    background-position: center;
}

.wrap_lnb {
	float: left;
	width: 20%;
}
.wrap_content {
	float: right;
	width: 78%;
}
.content_title{
	border-bottom: 1px solid #999;
    font-size: 32px;
    margin-top: 10px;
    line-height: 32px;
    padding: 0;
    padding-bottom: 15px;
    color: #222;
}
.lnb {
	padding-right: 10px;
}

.lnb ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.in_lnb li {
	padding: 10px 20px;
}
.in_lnb li.active {
	
}
.lnb ul.in_lnb a {
	display: block;
	text-decoration: none;
	color: #777;
	font-size: 14px;
	line-height: 20px;
}
.lnb ul a:hover, .lnb ul a:focus {
	text-decoration: underline;
}
.lnb ul .active a {
	color: #777;
}
.lnb_section {
	background: #fff;
}
.wrap_gnb {
	padding-bottom: 20px;
}
.lnb .h2_widget {
	line-height: 42px;
	height: 42px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.lnb .h2_widget span {
	background: none !important;
	color: #666;
	font-weight: bold;
	padding: 0;
}
.lnb .in_widget {
	padding: 0 5px
}
.lnb .widgetZineDW {
	padding: 0 5px
}
.lnb .widgetTableDW td.time {
	padding-right: 5px;
}
.lnb .widgetZineDW li p.text {
	margin-bottom: 0;
}
.lnb .widgetZineDW li p.thumbArea {
	width: 100px;
}
.widgetDW_sub {
	padding: 15px 0 0 0
}
.widgetDW_sub1 {
	padding: 30px 0 5px 0
}
.lnb .h2_widget_a {
	color: #999
}

/*서브페이지 contents*/
.txt_red {
    color: #9f0202 !important;
}
.col_point{
	color: #800101;
}
small.s_point {
    font-size: 9pt;
    color: #a28e5c;
}
.content_t{
	width: 100%;
	line-height: 1.5;
}
.content_t th{
	text-align: left;
	/*font-weight: 500;*/
    font-size: 16pt;
    color: #800101;
    line-height: 2.5;
}
.content_t2{
	width: 100%;
	line-height: 1.5;
}
.content_t2 th{
	text-align: left;
	font-weight: 600;
    font-size: 13pt;
    color: #000;
    line-height: 3;
}
.content_t a{
	color:#c0392b;
	text-decoration:underline;
}
.info_t{
	width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 15px 0 10px 0;
    padding: 0;
    border-bottom: 1px solid #dedede;
    table-layout: fixed;
    font-size: 11pt;
    border-left: 0;
    border-right: 0;
    border-top: 2px solid #800101;
}
.info_t tr th:first-child,
.info_t tr td:first-child{
	border-left: 0;
}
.info_t tr th:last-child,
.info_t tr td:last-child{
	border-right: 0;
}
.info_t th{
	background: #f6f2eb;
    text-align: center;
    height: 40px;
    line-height: 1.8;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    color: #333;
    font-size:10pt;
}
.info_t td{
	border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    text-align: center;
    vertical-align: middle;
    font-size:10pt;
    padding: 8px;
    height: 20px;
}
.info_t a{
	text-decoration: underline;
    color: #9f0202;
}
/*연혁*/
.group {
    position: relative;
    background: url(/img/bg_history_group.jpg) repeat-y center;
    margin: 0 51px 0 52px;
    border-bottom: 1px solid #dedede;
    padding: 0 0 50px 0;
}
h4.yrs_p {
    text-align: center;
    background: url(/img/yr_p.png) no-repeat center;
    height: 120px;
    line-height: 110px;
    font-size: 30px;
    color: #fff;
    letter-spacing: -1px;
    font-style: oblique;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}
h4.yrs_o {
    text-align: center;
    background: url(/img/yr_o.png) no-repeat center;
    height: 120px;
    line-height: 110px;
    font-size: 30px;
    color: #fff;
    letter-spacing: -1px;
    font-style: oblique;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}
.history hr {
    display: block;
    background: url(/img/bg_history_div.png) no-repeat 50% 0;
    height: 25px;
    border: 0;
    margin: 0;
}
.history_t{
	width: 90%;
}
.history_t tr{
	vertical-align: top;
}
.history_t th{
	color: #800101;
	width: 15%;
	font-size: 22px;
	font-style: oblique;
    font-family: "Myriad Pro", Arial, sans-serif;
    line-height: 1;
    padding-left: 10px;
}
/*신앙고백서*/
.confession_t{
	width: 100%;
}
.confession_t th{
	background: url(/img/bg_confession.gif) no-repeat center;
    width: 15%;
    height: 120px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 22pt;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 10px;
}
.confession_t td.txt{
    margin: 0;
    padding: 20px;
    border: 1px solid #dedede;
    border-left: 1px solid #a79464;
    vertical-align: middle;
    line-height: 22px;
}
.c_point{
    color: #a28e5c;
    font-size: 11pt;
    font-weight: 500;
}
/*조직도*/
.orgmap {
    position: relative;
    background: url(/img/bg_orgmap.png) no-repeat center top;
}
.orgmap h1 {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    font-size: 16pt;
    color: #fff;
    background: url(/img/bg_orgmapH1.gif);
    width: 100px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
}
.orgmap .advisory {
    position: relative;
    left: 20%;
    width: 20%;
    line-height: normal;
    background: #fff;
    margin: 20px 0 38px 0;
    padding: 10px;
    text-align: center;
    font-size: 13pt;
    font-weight: 500;
    color: #9f0202;
    border: 1px solid #9f0202;
}
.orgmap ul {
    width: 100%;
    overflow: hidden;
}
.orgmap ul li:first-child {
    margin-left: 0 !important;
}
.orgmap h2 {
    position: relative;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin-bottom: 29px;
    background: url(/img/bg_orgmapH2.gif) repeat 0 50%;
    font-size: 13pt;
    font-weight: 500;
    color: #fff;
}
.orgmap ul.agency {
    margin-bottom: 30px;
    padding: 0;
}
.orgmap ul li {
   float: left;
    position: relative;
    padding: 0;
    margin-left: 7px;
    list-style: none;
    width: 29%;
}
.orgmap ul li:first-child{
	width: 38%;
}
.orgmap ul li:last-child{
	width: 22%;
}
.orgmap ul.agency li {
    margin-top: 66px;
    margin-left: 6px;
    padding: 0;
    width: 48%;
}
.orgmap ul li:first-child ul.agency li{
	width: 32%;
}
.orgmap ul.agency li .h3 {
    width: 100%;
    background: #b5aea4;
    border-top: 2px solid #98928a;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.orgmap dl.office {
    display: none;
    margin-top: 30px;
    border: 1px solid #b5aea4;
    border-top: 2px solid #98928a;
    text-align: center;
    width: 98px;
}
.orgmap ul.agency li.etc {
    margin-top: 0;
}

/*인가현황*/
.permission_t{
	width: 70%;
}
.permission_t tr{
	height: 150px;
}
.permission_t td{
	padding: 10px 0;
}
.permission_t tr td:first-child{
	text-align: center;
}
.permission_t tr td:first-child a{
	color: #555;
}
.permission_t tr td:first-child a:hover,
.permission_t tr td:first-child a:focus{
	color: #9f0202;
}
.permission_t td p.date{
	font-size: 14pt;
	font-weight: 500;
}
.permission_t td span.yr{
	font-size: 18pt;
}
/*파트너쉽*/
.partner_t{
	width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 15px 0 10px 0;
    padding: 0;
    border-bottom: 1px solid #dedede;
    table-layout: fixed;
    font-size: 11pt;
    border-left: 0;
    border-right: 0;
    height:130px;
}
.partner_t tr th:first-child,
.partner_t tr td:first-child{
	border-left: 0;
}
.partner_t tr th:last-child,
.partner_t tr td:last-child{
	border-right: 0;
}
.partner_t th{
	background: #fafafa;
    text-align: center;
    height: 40px;
    /*line-height: 40px;*/
    border-bottom: 1px dashed #dedede;
    border-left: 1px solid #dedede;
    color: #333;
    border-top: 2px solid #444;
    font-size:10pt;
}
.partner_t td{
	border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    text-align: center;
    vertical-align: middle;
    font-size:10pt;
    padding: 8px 0;
    height: 20px;
}
/*교수소개*/
.professor_t{
	width: 100%;
	border-collapse: collapse;
	border-left:0;
	border-top:0;
	border-right:0;
	border-bottom: 1px solid #333;
	margin: 10px 0;
}
.professor_t td{
	padding: 15px 0;
}
.professor_t tr td.img{
	width: 20%;
	padding: 10px;
	vertical-align: top;
}
.professor_t tr td.img img{
	width: 112px;
    height: 152px;
    margin-top: 15px;
}
.professor_t tr td.info{
	
}
.professor_t tr td.info span.name{
	font-size: 16pt;
	font-weight: 600;
	margin-right: 10px;
}
.professor_t tr td.info span.course{
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 10pt;
	color: #777;
	margin-left: 10px;
}
.professor_t tr td.contents{
	border-top: 1px dashed #ccc;
	padding:15px 0 30px 0;
}
.professor_inst{
	width: 100%;
	border-collapse: collapse;
	border-left:0;
	border-top:0;
	border-right:0;
	border-bottom: 1px dashed #ccc;
	margin: 10px 0;
}
.professor_inst td{
	padding: 30px 0;
	width: 30%;
        vertical-align:top;
	margin-top: 10px;

}
.professor_inst tr td.img{
	width: 20%;
	padding: 10px;
	vertical-align: top;
}
.professor_inst tr td.img img{
	width: 112px;
    height: 152px;
    margin-top: 15px;
}
.professor_inst tr td.info{
	
}
.professor_inst tr td.info span.name{
	font-size: 14pt;
	font-weight: 600;
	margin-right: 10px;
}
.professor_inst tr td.info span.course{
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 10pt;
	color: #777;

}
.professor_inst tr td.contents{
	border-top: 1px dashed #ccc;
	padding: 15px 0 30px 0;
}


/*PDF 툴*/
.pdf_tool{
	list-style: none;
	display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.pdf_tool li{
	float: left;
    width: auto;
    margin: 0 5px;
    padding: 7px 0;
}
.pdf_tool li i{
	font-size: 13pt;
	vertical-align: middle;
	font-weight: 500;
}
.pdf_tool a.btn{
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	background: #333;
	border:none;
	vertical-align: middle;
}
/*발전기금*/
.admission_type{
	width:100%;
	border-collapse: collapse;
	border: 1px solid #ececec;
	line-height: 1.7;
}
.admission_type th.th_type3 {
    width: 20%;
    background: #ececec url(/img/bg_fund_th.gif) no-repeat 100% 50%;
    text-align: center;
    font-weight: 600;
    color: #333;
    font-size: 13pt;
}
.admission_type td{
	padding: 15px;
}
.admission_type th.th_type1 {
    width: 20%;
    background: #efece0 url(/img/bg_fund_th.gif) no-repeat 100% 50%;
    text-align: center;
    font-weight: 600;
    color: #333;
    font-size: 13pt;
}
.admission_type th.th_type2 {
    width: 20%;
    background: #ede8df url(/img/bg_fund_th.gif) no-repeat 100% 50%;
    text-align: center;
    font-weight: 600;
    color: #333;
    font-size: 13pt;
}
.admission_type th span{
	font-weight: normal;
	font-size: 11pt;
}
/*캠퍼스안내*/
.campus_info{
	width: 100%;
	border-collapse:collapse;
	border-top: 3px solid #800101;
	text-align:center;
}
.campus_info th{
	background: #fafafa;
    border-bottom: 1px solid #dedede;
    vertical-align: middle;
    text-align:center;
    width: 18%;
    font-size: 10.5pt;
    line-height: 1.5;
}
.campus_info td{
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    vertical-align: middle;
    padding: 10px 0;
}
.campus_info td a{
	text-decoration: underline;
    color: #9f0202;
}

a.btn_dwn{
	display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #777;
    background: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    margin: 4px 0;
    text-decoration: none;
}
a.btn_dwn span,
a.btn_dwn i{
	vertical-align: middle;
	color:#333;
}
.btm_box{
	border: 1px solid #dedede;
    padding: 16px 15px;
    overflow: hidden;
}
/*온라인 지원*/
.admin_steps{
	border: 1px solid #c5c5c5;
    background-color: #f5f5f5;
    padding: 24px 10px;
    text-align: center;
    display: inline-block;
}
.admin_steps table{
	text-align: center;
	width:100%;
	font-weight:600;
	font-size: 10pt;
}
.admin_steps table td{
	width: 14%;
	vertical-align: top;
}
.admin_steps table td.next{
	vertical-align: middle;
}
.admin_steps table td p{
	font-size: 10pt;
	line-height:1.2;
	letter-spacing: -1px;
}
p.term{
	color: #036147;
	font-size: 10.5pt;
	padding: 10px 0;
}
.steps_t{
	width:100%;
	border-collaspe: collapse;
	border-top: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
}
.steps_t th{
    background-color: #f6f2eb;
    border-right: 1px solid #d7d7d7;
    padding:15px 25px;
    font-weight: 600;
    width:25%;
}
.steps_t td{
	padding:15px;
}
.bt_online {
    display: block;
    width: 200px;
    height: 45px;
    text-decoration: none !important;
    background-image: -webkit-linear-gradient(top,#fff,#f5f5f5);
    background-image: -webkit-gradient(top,#fff,#f5f5f5);
    background-image: -o-linear-gradient(top,#fff,#f5f5f5);
    background-image: linear-gradient(top,#fff,#f5f5f5);
    background-repeat: repeat-x;
    border-radius: 4px;
    border: 1px solid #dadada;
    overflow: hidden;
    text-align: center;
    color:#000;
    font-weight: 600;
}
.bt_online span {
    display: inline-block;
    line-height: 42px;
    font-size: 15px;
    color: #000;
}
.bt_online i{
	padding-left: 15px;
	font-size: 15pt;
	vertical-align:middle;
}
.bt_online span.dwn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/img/ico_chrome.png) no-repeat 0 0;
    width: 31px;
    height: 31px;
    margin-right: 15px;
}
.bt_online2 {
    display: block;
    width: 350px;
    height: 30px;
    text-decoration: none !important;
    background-image: -webkit-linear-gradient(top,#fff,#f5f5f5);
    background-image: -webkit-gradient(top,#fff,#f5f5f5);
    background-image: -o-linear-gradient(top,#fff,#f5f5f5);
    background-image: linear-gradient(top,#fff,#f5f5f5);
    background-repeat: repeat-x;
    border-radius: 4px;
    border: 1px solid #dadada;
    overflow: hidden;
    text-align: left;
    vertical-align:middle;
    padding-left: 10px;
    padding-top: 3px;
    color:#000;
    font-weight: 600;
}
.bt_downbt {
    display: block;
    width: 400px;
    height: 45px;
    text-decoration: none !important;
    background-image: -webkit-linear-gradient(top,#fff,#f5f5f5);
    background-image: -webkit-gradient(top,#fff,#f5f5f5);
    background-image: -o-linear-gradient(top,#fff,#f5f5f5);
    background-image: linear-gradient(top,#fff,#f5f5f5);
    background-repeat: repeat-x;
    border-radius: 4px;
    border: 1px solid #dadada;
    overflow: hidden;
    text-align: center;
    color:#000;
    font-weight: 600;
    margin:0 auto;
}
.bt_downbt span {
    display: inline-block;
    line-height: 42px;
    font-size: 15px;
    color: #000;
}
.bt_downbt i{
	padding-left: 15px;
	font-size: 15pt;
	vertical-align:middle;
}
.bt_downbt span.dwn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/img/ico_chrome.png) no-repeat 0 0;
    width: 31px;
    height: 31px;
    margin-right: 15px;
}


.yellow {
    background: rgb(255,214,94);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,214,94,1)), color-stop(100%,rgba(254,191,4,1)));
    background: -webkit-linear-gradient(top, rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%);
    background: -o-linear-gradient(top, rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%);
    background: linear-gradient(top, rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );
  	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    margin: 20px auto;
     border-radius: 25px;
}
.yellow > .title {
    padding: 10px;
    float: left;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-shadow: 1px 1px rgba(0,0,0,0.2);
    text-transform: uppercase;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.yellow > .title:last-child{
	border-right: none;
}
/*학사안내 > 수강*/
.crs_retake_step ul li{
	width: 27%;
    text-align: center;
    color: #9f0202;
    min-height: 50px;
    height: 92px;
    padding: 30px 15px 30px 15px;
    font-weight: 600;
    border: 3px solid #9f0202;
    float: left;
    margin-left: 20px;
    display: table;
    position: relative;
    list-style: none;
}
.crs_retake_step ul{
	display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}
.crs_retake_step ul li:after{
	content: "";
    position: absolute;
    top: 46%;
    left: 103%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid #9f0202;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.crs_retake_step ul li:last-child:after{
	content: none;
}
.crs_retake_step ul li:first-child{
	margin-left: 0;
}
.crs_retake_step ul li p{
	display: table-cell;
	vertical-align: middle;
	letter-spacing: -1px;
}
/*사이트맵*/
.sitemap_t{
	width: 100%;
	float: left;
}
.sitemap_t th{
	color: #9f0202;
	text-align: left;
	font-size: 14pt;
	padding: 5px 0 5px 30px;
	position: relative;
}
.sitemap_t th i{
    position: absolute;
    top: 30%;
    right: 30px;
}
.sitemap_t tr > td > table.menu_t{
	width: 90%;
    border-collapse: collapse;
    padding: 0;
    border-top: 3px solid #444;
}
.sitemap_t tr > td > table.menu_t th{
	text-align:left;
	color: #333;
	font-size: 12pt;
	font-weight: 600;
	background-color: #fafafa;
	padding: 5px 15px;
	border-bottom: 1px dashed #dedede;
}
.sitemap_t tr > td > table.menu_t td{
	border-bottom: 1px solid #dedede;
}
.sitemap_t tr > td > table.menu_t tr:last-child td{
	border-bottom: none;
}
.sitemap_t tr > td > table.menu_t td > ul{
	margin: 10px 0;
	list-style: none;
	padding-left: 10px;
}
.sitemap_t tr > td > table.menu_t td > ul a{
	color: #555;
	text-decoration: none;
	background: url(/img/bullet_square.gif) no-repeat 10px 10px;
	padding-left: 18px;
}
.sitemap_t tr > td > table.menu_t td > ul a:hover,
.sitemap_t tr > td > table.menu_t td > ul a:focus{
	color: #9f0202;
}



/* 왼쪽 사이드 메뉴 (아코디언)*/
#lnbmenu,
#lnbmenu ul,
#lnbmenu ul li,
#lnbmenu ul li a {
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}
#lnbmenu ul{
	border-top: 1px solid #ddd;
}

#lnbmenu ul ul {
  display: none;
  border-bottom: 1px solid #d6d6d6;
  border-top: 0;
}
#lnbmenu ul ul li{
	
}
.align-right {
  float: right;
}
#lnbmenu > ul > li > a {
  padding: 12px 20px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #d6d6d6;
}
#lnbmenu > ul > li > a:hover,
#lnbmenu > ul > li.active > a,
#lnbmenu > ul > li.open > a{
  border-color: #800101;
  color: #800101;
}
#lnbmenu > ul > li.open > a {
  
}

.holder {
	/* width: 0;
	height: 0; */
	width: 20%;
    height: 44px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index:20;
}

.in_lnb li.active > span{
	
}

.holder::after,
.holder::before {
	  display: block;
	  position: absolute;
	  content: "";
	  width: 6px;
	  height: 6px;
	  right: 20px;
	  z-index: 10;
	  -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
	  -ms-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	  transform: rotate(135deg);
}
.holder::after {
	  top: 13px;
	  /*border-top: 2px solid #ffffff;
	  border-left: 2px solid #ffffff;*/
}
#lnbmenu > ul > li > a:hover > span::after,
#lnbmenu > ul > li.active > a > span::after,
#lnbmenu > ul > li.open > a > span::after {
	border-color: #82e8f2;
}
.holder::before {
	  top: 15px;
	  border-top: 2px solid;
	  border-left: 2px solid;
	  border-top-color: inherit;
	  border-left-color: inherit;
}
#lnbmenu ul ul li a {
	  cursor: pointer;
	  border-bottom: 1px dashed #ececec;
	  padding: 10px 20px;
	  z-index: 1;
	  text-decoration: none;
	  font-size: 13px;
}
#lnbmenu ul ul li:hover > a,
#lnbmenu ul ul li.open > a,
#lnbmenu ul ul li.active > a {
	background: #f1f1f1;
	color: #800101;
	font-weight: bold;
}
#lnbmenu ul ul li.active2 > a{
	font-weight: bold;
	background: #f1f1f1;
	color: #800101;
} 
#lnbmenu ul ul li:first-child > a {
	 box-shadow: none;
}
#lnbmenu ul ul ul li:first-child > a {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#lnbmenu ul ul ul li a {
	  padding-left: 30px;
}
#lnbmenu > ul > li > ul > li:last-child > a,
#lnbmenu > ul > li > ul > li.last > a {
	  border-bottom: 0;
}
#lnbmenu > ul > li > ul > li.open:last-child > a,
#lnbmenu > ul > li > ul > li.last.open > a {
	  border-bottom: 1px solid #32373e;
}
#lnbmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
	  border-bottom: 0;
}
#lnbmenu ul ul li #hasSub > a::after {
	  display: block;
	  position: absolute;
	  content: "";
	  width: 5px;
	  height: 5px;
	  right: 20px;
	  z-index: 10;
	  top: 11.5px;
	  border-top: 2px solid #eeeeee;
	  border-left: 2px solid #eeeeee;
	  -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
	  -ms-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	  transform: rotate(135deg);
}
#lnbmenu ul ul li.active > a::after,
#lnbmenu ul ul li.open > a::after,
#lnbmenu ul ul li > a:hover::after {
	 border-color: #ffffff;
}









/* 서브상단 배경이미지 처리 */
.animation-pulseBgSlow {
	animation-name: pulseBgSlow;
	-webkit-animation-name: pulseBgSlow;
	animation-duration: 30s;
	-webkit-animation-duration: 30s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}
@keyframes pulseBgSlow {
0% {
background-position: 0 0;
}

50% {
background-position: 0 100%;
}

100% {
background-position: 0 0;
}
}
@-webkit-keyframes pulseBgSlow {
0% {
background-position: 0 0;
}

50% {
background-position: 0 100%;
}

100% {
background-position: 0 0;
}
}

/*CONTENT 배경색상*/
.content_bg {
	background: #fff;
}

.content_bg_02 {
	background-color: #fff;
	background-image: url(../img/bg_subContents01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	/* background-opacity: 0.3; */
}

.sub_header_for_login {
	height: 10px;
	background-repeat: no-repeat;
	background-size: 100% 10px;
	background-position: center center;
	background-color: transparent;
	background: none\9 !important;
}

.login_bg {
	background-color: #fff;
	background-image: url(../img/login_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 50px;
}

/*서브페이지 배경*/
.sub_header {
	height: 180px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: transparent;
	border-bottom: 1px solid #ccc;
}
.sub_header .xe_width {
	z-index: 2;
	position: relative;
}
.sub_header .xe_width .title_txt{
	position: absolute;
	right: 0;
	bottom: 30%;
	text-align: right;
}
.sub_header .xe_width .title_txt h1{
	font-size: 24pt;
    color: #800101;
    margin: 5px 0;
}
.sub_header .xe_width .title_txt p{
	margin: 0;
}

/*상단 검색 부분 메뉴*/
.top_right_menu{
	position: absolute;
	right:0;
	top: 5px;
}
.top_right_menu ul{
	float: left;
    margin: 5px 0;
    font-size: 8pt;
}
.top_right_menu ul li{
	float: left;
	list-style: none;
	margin-right: 15px;
}
.top_right_menu ul li:first-child{
	font-weight: bold;
}
.top_right_menu ul li a{
	color: #555;
	vertical-align: middle;
}
.top_right_menu ul li a:hover,
.top_right_menu ul li a:focus{
	color: #800101;
}
.top_right_menu ul li button.lang_btn{
	vertical-align: middle;
	font-size: 9px;
	color: #800101;
	font-weight: bold;
	background: #eee;
	border: 0;
	padding: 3px 8px;
	border-radius: 2px;
	cursor: pointer;
}
.top_right_menu .search{
	float: right;
    vertical-align: middle;
}
.top_right_menu .search .search_area{
	width: 90px;
    background: #fff;
    border-top: 1px solid #ababab;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    vertical-align: middle;
    height: 20px;
    color: #888;
}
.top_right_menu .search .btn{
	background-color: transparent;
    border: 0;
    background: url(/img/btn_search.png) no-repeat;
    outline: none;
    box-shadow: none;
}

/*빵조각*/
.wrap_breadclumb {
	margin: 10px auto;
    padding: 0;
    height: 30px;
    position: relative;
    width: 1080px;
}
.wrap_breadclumb:after {
	content: "";
	display: block;
	clear: both;
}
.breadclumb {
	margin: 0 auto;
	padding: 6px 10px;
	list-style: none;
	float: right;
}
.breadclumb li {
	float: left;
	padding-left: 6px;
	height: 18px;
	line-height: 18px;
	background: url(../img/breadclumb.gif) no-repeat 6px 50%
}
.breadclumb a {
	text-decoration: none;
	color: #5f5f5f !important;
	font-size: 9pt;
}
.breadclumb li.first_breadclumb {
	background: none;
	padding-left: 8px;
}
.breadclumb li.first_breadclumb span {
	display: none;
	*display: inline
}
.breadclumb li:last-child a{
	font-weight: bold;
}
.breadclumb li i{
	vertical-align: middle;
	color: #b10000;
}

/* 버튼 */
.bootstrap_body .btn-group .btn {
	background: #fff;
	border-color: #dbe1e8;
	height: 34px !important;
	padding: 4px 12px !important;
}
.bootstrap_body .btn-group .btn:hover {
	background: #526bbe;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.fa15 {
	font-size: 15px;
}
.control-group button, .control-group select, .control-group input, input[type=text] {
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#scrollUp {
	bottom: 20px;
	right: 20px;
	background: #555;
	background-color: #000000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	width: 42px;
	height: 42px;
	background-image: url(../img/to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#scrollUp:hover {
	background-color: #3e3e3e;
	opacity: 1;
	filter: alpha(opacity=100);
}
a#scrollUp:hover {
	background-color: #3e3e3e;
}







@media screen and (max-width: 1204px) {
}

@media screen and (max-width: 1080px) {
	/*#gnb, .ec .wrap_lnb, .ce .wrap_lnb {
		display: none;
	}*/
	.ce .wrap_content, .ec .wrap_content {
		width: 100%;
	}
	.content {
		padding: 0 !important;
	}
	.m_middle > div >a img{
		width: 100%;
	}
	.navbar-right {
		position: unset;
	}
	.header ul.Act_Total_menu {
		padding: 0;
	}
	.total_menu_icon{
		display: block;
	}
	.total_menu .total_first_a {
		background: none;
		font-size: 14px;
		line-height: 34px;
		padding: 0;
		display:block;
	}
	.total_menu ul .H_first_li {
		width: 100% !important;
		height: auto;
		padding: 0;
		border-bottom: 1px solid #d2d2d2;
		border-top: 1px solid #fff
	}
	.total_menu ul .H_first_li:first-child {
		border-top: 0;
	}
	.total_menu ul .H_first_li:last-child {
		border-bottom: 0;
	}
	.total_menu ul li {
		line-height: 32px;
	}
	.total_menu .total_first_a {
		background: none;
		font-size: 14px;
		line-height: 34px;
		padding: 0;
	}
	.total_menu a {
		border: 0;
		font-size: 14px;
		line-height: 34px;
		padding-left: 15px;
		display: block;
		color: #939393;
	}
	.total_menu ul ul {
		padding: 0 10px;
	}
	.H_second_li {
		padding: 0
	}
	.H_second_li {
		border-top: 1px dotted #d1d1d1;
	}
	.total_sub1 {
		display: none;
	}
	.total_menu ul.total_sub1 i {
		font-size: 14px;
	}
	.total_menu .Nav_i {
		display: block;
	}
	.total_menu ul.total_sub1 {
		padding: 5px 5px 0 25px;
	}
	#scrollUp {
		display: none !important;
	}

	.footer_logo{
		float:none; 
		margin: 30px 0px;
	}

	.footer_content {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.copyright {
    	float: none;
	}

	/*.navbar-nav > li > .dropdown-menu {
		display: none !important;
	}*/

	div.banner_div {
	    position: absolute;
	    right: 10PX;
	    top: 70px;
	}

	.widgetDW {
		width: 100%;
	}
	.widgetDW_1 {
		border: 0;
	}
	.h2_widget {
		padding: 0;
	}

	.widgetDW .in_widget {
		margin-bottom: 20px;
		padding: 9px;
		margin-top: 5px;
	}

	.h2_widget a {
	    margin-right: 20px;
	}

	.widgetDW_01, .widgetDW_02 {
	    
	}
	
	

	.btns_menu_wrap {
	    width: 100%;
		text-align: center;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
		float:left;
	}
	
	.btns_L, .btns_R {
		width: 49.9%;
	}
	
	.bannerDW {
	    margin-top: 180px;
	}
	
	.banner_box img {
	    width: 100%;
	}

	.widgetGalleryDW li {
		max-height: 100%
	}
	.wrap_slides .in_caption {
		position: absolute;
		z-index: 2;
		left: 20px;
		top: auto;
		top: 50%;
	}
	.wrap_slides .in_caption .h1 {
		font-size: 36px;
		line-height: 42px;
	}
	.wrap_slides .in_caption .h2 {
		font-size: 16px;
		font-weight: bold;
	}

	.footer_li {
	    float: none;
	}

	.da-slide h2 {
		font-size: 24px !important;
		margin: 40px 0 0 20px;!important;
	}
	.da-slide p {
		font-size: 14px !important;
	}
}


/* iPads (portrait and landscape)  */
@media only screen
and (min-width : 768px)  
and (max-width : 1024px) {
	/*.header{
		display:none;
	}
	.xe {
	    padding-top: 65px;
	}
    .quickMenu ul li a{
		width: 22%;
	}
	.widgetDW .aside_left{
		position: unset;
		margin-top: 0px;
		margin-right: 0;
		float: left;
	}
	.widgetDW .aside_right{
		position: unset;
		margin-left: 0;
		float: left;
	}
	.widgetDW .aside_left ul li,
	.widgetDW .aside_right ul li{
		float: left;
	}*/
	
	.foot_link{
		position: unset;
		text-align: center;
		margin-top: 20px;
	}
	.ft_img_link{
		display: inline-block;
	    position: unset;
	}
	
	.xe_width{
		width: 100%;
		padding: 0;
	}
	.wrap_breadclumb{
		width: 98%;
		margin-top: 10px;
	}
	.breadclumb{
		position: absolute;
	    right: 0;
	    width: auto;
	}
}

/* iPads (landscape)  */
@media only screen
and (min-device-width : 768px)  
and (max-device-width : 1024px)  
and (orientation : landscape) {  

}

/* iPads (portrait)  */
@media only screen
and (min-device-width : 768px)  
and (max-device-width : 1024px)  
and (orientation : portrait) {  

}



/* 안드로이드(진저+) landscape */
@media screen and (max-width: 533px) {
	
}

/* 아이폰4+ landscape */
@media screen and (max-width: 480px) {
	

}
/* 안드로이드(진저+), 아이폰4+ */
@media screen and (max-width: 320px) {
}
/* 구형 스마트폰 */
@media screen and (max-width: 240px) {
}