@font-face {
    font-family: 'Nanum Gothic';
    src: url(../fonts/NanumGothic-Regular.woff2) format('woff2'), url(../fonts/NanumGothic-Regular.woff) format('woff'), url(../fonts/NanumGothic-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Nanum Gothic';
    src: url(../fonts/NanumGothic-Bold.woff2) format('woff2'), url(../fonts/NanumGothic-Bold.woff) format('woff'), url(../fonts/NanumGothic-Bold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Nanum Gothic';
    src: url(../fonts/NanumGothic-ExtraBold.woff2) format('woff2'), url(../fonts/NanumGothic-ExtraBold.woff) format('woff'), url(../fonts/NanumGothic-ExtraBold.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}

@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');

/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}
/*body*/
.body {
	font-family: "Nanum Gothic", "나눔 고딕", Arial, sans-serif !important;
}
/*common*/ 
img {
	max-width: 100%;
}
.container_djd {
	padding: 0 15px;
}
.sec_div img {
	display: block;
}
@media (min-width: 1200px){
	.container_djd {
		max-width: 1540px;
		margin: 0 auto;
	}
}

/*sticky*/
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
html #header.header-transparent .header-body:before {
    background: #0b0e1f;
    opacity: 0;
    border-bottom: 0px;
}
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #fff;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 600;
    color: #222222 !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #1e1e1e !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    border-color: #b3b3b3;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #333;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #6e2f8e;
	background-color: transparent;
}
@media (min-width:991px) {	
    html #header .header-nav-main nav > ul > li > a {
		padding: 30px 40px !important;
    	font-size: 16px;
		text-align: center;
    }
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(75, 75, 75, 0.6);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    html.sticky-header-active #header .header-nav-main nav > ul:after {
        background-color: rgba(255,255,255, 0.95);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 14px;
		padding: 2px 0px;
        color: #ddd;
	}
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}
/*#header-t*/
#header .header-body .header-t {
    background-color: #070d21;
    position: relative;
    z-index: 10;
}
#header .header-body .header-t a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#header .header-body .header-t a strong {
    color: #6e2f8e;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
}
#header .header-nav-main nav > ul > li.act > a {
    color: #612683 !important;
	font-weight: 600;
	position: relative;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #fff;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #6e2f8e !important;
	background: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 15px !important;
	}
}
@media (min-width:991px) {	
    #header .header-nav-main nav > ul:hover:after {
        height: 210px;
    }
    #header .header-nav-main nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        background-color: #6e2f8e;
        height: 1px;
        width: 100%;
        z-index: 3;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
    #header .header-nav-main nav > ul:hover > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown:hover  > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
        top: auto;
        display: block;
        opacity: 1;
    }
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 0px;
		min-width: 0px;
		box-shadow: 0 0 0;
		padding: 25px 5px;
		min-width: 100%;
	}
	#header .header-nav-main nav > ul > li.act > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #612683;
		bottom: -2px;
		left: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 15px;
        font-weight: 400;
		border-bottom: 0px;
		padding: 5px;
        text-align: center;
	}
}
@media (max-width:992px) {
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: #6e2f8e !important;
		border-color: #fff;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 8px 15px !important;
		font-size: 15px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        text-align: right;
		right: 15px;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #6e2f8e !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
/*header-logo*/
#header .logo-default,
#header.on .logo-default {
	display: none;
}
#header .logo-default-w,
#header.#header.on .logo-default-w {
	display: inline-block;
}
#header.bbt .logo-default,
html.sticky-header-active #header .logo-default,
#header.on .logo-default {
	display: inline-block;
}
#header.bbt .logo-default-w,
html.sticky-header-active #header .logo-default-w,
#header.on .logo-default-w {
	display: none;
}
@media (max-width: 992px){
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px;
    }
	#header .header-logo img {
		width: 120px;
		margin: 15px 0 !important;
	}
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 16px 5px;
    background-color: transparent;
    color: #6e2f8e;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 20px !important;
}
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #6e2f8e;
}

/*slider*/
#revolutionSlider_forcefullwidth .slider-container .tp-caption.btn {
    background-color: rgb(144, 72, 12) !important;
    border-color: rgb(177, 97, 30) rgb(109, 60, 18) rgb(66, 36, 12);
	padding: 10px 15px;
	font-size: 20px;
}
#revolutionSlider_forcefullwidth .tp-bullets{
	top:95% !important;
	left: 49% !important;
	visibility: visible !important;
	opacity: 1 !important;
}
#revolutionSlider_forcefullwidth .tp-bullet.selected, .tp-bullet:hover {
    background: rgba(239, 194, 90, 0.9);
}
#revolutionSlider_forcefullwidth .tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}
@media (min-width:991px){
	#revolutionSlider_forcefullwidth .slider-container .tparrows {
		background-color: transparent;
		opacity: 1 !important;
		visibility: visible !important;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:before {
		font-size: 70px;
		opacity: 0.4;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:hover:before{
		opacity: 0.7;
	}
}
/*mban_wrp*/
#mban_wrp {
	padding: 60px 0;
}
@media (max-width:768px){
	#mban_wrp {
		padding: 30px 0;
	}
}
/*main_sec01 :: mban_col*/
#main_sec01 .mban_col{
	margin-bottom: 30px;
}	
@media (min-width:991px){
	#main_sec01 .mban_col{
		height: 350px;
	}	
}
@media (max-width:768px){
	#main_sec01 .mban_col{
		margin-bottom: 15px;
	}	
}
/*main_sec01 :: mban01*/
#main_sec01 .mban01 {
	position: relative;
	overflow: hidden;
	background-color: #aeb0b4;
	box-shadow: inset 0 0 140px rgba(60, 62, 67, 0.25);
}
#main_sec01 .mban01 h1 {
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	font-size: 33px;
	line-height: 1.3em;
	padding-top: 9%;
	margin-bottom: 7%;
}
#main_sec01 .mban01 h1 strong {
	font-weight: 600;
}
#main_sec01 .mban01 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	z-index: 3;
	padding-left: 55px;
}
#main_sec01 .mban01 a span {
	display: inline-block;
	font-size: 20px;
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    font-weight: 600;
}
#main_sec01 .mban01 a span:after {
	content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    margin-top: 5px;
	box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
#main_sec01 .mban01 img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#main_sec01 .mban01 .black_out {
	position: absolute;
	left: 100%;
	top: 100%;
	z-index: 1;	
	width: 100%;
	height: 100%;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#main_sec01 .mban01:hover .black_out {
	left: 0%;
	top: 0%;
	background-color: rgba(0,0,0,0.5);
}
@media (min-width:991px){
	
}
@media (max-width:992px){
	#main_sec01 .mban01 a {
		padding: 30px;
	}
	#main_sec01 .mban01 img {
		opacity: 0.5;
        position: absolute;
        right: -120px;
        bottom: 0;
        z-index: 1;
        height: 100%;
	}
	#main_sec01 .mban01 h1 {
		padding-top: 0;
	}
}
@media (max-width:768px){	
	#main_sec01 .mban01 a {
		padding: 30px 15px;
	}
	#main_sec01 .mban01 h1 {
		font-size: 20px;
	}
	#main_sec01 .mban01 a span {
		font-size: 16px;
	}
	#main_sec01 .mban01 .black_out {
		left: 0%;
		top: 0%;
		background-color: rgba(0,0,0,0.5);
	}
}
/*main_sec01 :: mban02*/
#main_sec01 .mban02 {
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	padding: 50px 30px 0;
}
@media (max-width:992px){
	#main_sec01 .mban02 {
		padding: 30px;
	}
}
@media (max-width:768px){
	#main_sec01 .mban02 {
		padding: 30px 15px;
	}
}
/*latest_notice*/
#latest_notice h1 {
	font-size: 22px;
    line-height: 1em;
	color: #3a3738;
	position: relative;
    border-bottom: 1px solid #3a3738;
    margin-bottom: 20px;
	padding-bottom: 15px;
}
#latest_notice h1 strong {
	font-weight: 600;
}
#latest_notice h1 a {
	position: absolute;
	right: 0;
}
#latest_notice h1 a img.more_btn {	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;	
}
#latest_notice h1 a:hover img.more_btn {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#latest_notice ul li {
	border-bottom: 1px dashed #ddd;
	padding: 8px 0;
}
#latest_notice ul li:last-child {
	border-bottom: 1px;
}
#latest_notice ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 16px;
	color: #3a3738;
	font-weight: 300;
}
#latest_notice ul li a:hover {
	color: #ee711b;
}
@media (max-width:768px){
	#latest_notice h1 {
		font-size: 16px;
	}
	#latest_notice ul li a {
		font-size: 13px;
		line-height: 1em;
	}
}
/*main_sec02 :: mban_col*/
#main_sec02 .mban_col{
	margin-bottom: 30px;
}	
@media (min-width:991px){
	#main_sec02 .mban_col{
		height: 300px;
	}	
}
/*main_sec02 :: mban_col*/
#main_sec02 .mban_col {
	position: relative;
	overflow: hidden;
}
#main_sec02 .mban_col.mban01 {
	background-color: #f4f4f4;
}
#main_sec02 .mban_col.mban03 {
	background-color: #5e5e5e;
}
#main_sec02 .mban_col a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	z-index: 3;
	padding-top: 50px;
	padding-left: 30px;
}
#main_sec02 .mban_col.mban01 a {
	box-shadow: inset 0 0 140px rgba(179, 179, 179, 0.25);
}
#main_sec02 .mban_col.mban02 a {
	box-shadow: inset 0 0 140px rgba(235, 235, 235, 0.25);
	border: 1px solid #ddd;
}
#main_sec02 .mban_col.mban03 a {
	box-shadow: inset 0 0 140px rgba(166, 168, 182, 0.25);
	border: 1px solid #ddd;
}
#main_sec02 .mban_col a h2 {
	font-size: 26px;
	line-height: 1.3em;	
	font-weight: 300;
	letter-spacing: 0.5px;
}
#main_sec02 .mban_col a h1 {
	font-size: 33px;
	line-height: 1.3em;
	font-weight: 900;
}
#main_sec02 .mban_col a span {
	display: block;
    width: 150px;
    border-bottom: 1px solid #3a3738;
    margin: 15px 0;
}
#main_sec02 .mban_col a p {
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 300;
}
#main_sec02 .mban_col a h2,
#main_sec02 .mban_col a h1,
#main_sec02 .mban_col a span,
#main_sec02 .mban_col a p {	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#main_sec02 .mban_col.mban01 a h2,
#main_sec02 .mban_col.mban01 a h1,
#main_sec02 .mban_col.mban01 a span,
#main_sec02 .mban_col.mban01 a p,
#main_sec02 .mban_col.mban02 a h2,
#main_sec02 .mban_col.mban02 a h1,
#main_sec02 .mban_col.mban02 a span,
#main_sec02 .mban_col.mban02 a p {	
	color: #3a3738;
	border-color: #3a3738;
}
#main_sec02 .mban_col.mban03 a h2,
#main_sec02 .mban_col.mban03 a h1,
#main_sec02 .mban_col.mban03 a span,
#main_sec02 .mban_col.mban03 a p {	
	color: #fff;
	border-color: #fff;	
}
#main_sec02 .mban_col.mban01:hover a h2,
#main_sec02 .mban_col.mban01:hover a h1,
#main_sec02 .mban_col.mban01:hover a span,
#main_sec02 .mban_col.mban01:hover a p,
#main_sec02 .mban_col.mban02:hover a h2,
#main_sec02 .mban_col.mban02:hover a h1,
#main_sec02 .mban_col.mban02:hover a span,
#main_sec02 .mban_col.mban02:hover a p  {
	color: #fff;
	border-color: #fff;
}
#main_sec02 .mban_col img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#main_sec02 .mban_col .black_out {
	position: absolute;
	left: 100%;
	top: 100%;
	z-index: 2;	
	width: 100%;
	height: 100%;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#main_sec02 .mban_col:hover .black_out {
	left: 0%;
	top: 0%;
	background-color: rgba(0,0,0,0.5);
}
@media (max-width:992px){
	#main_sec02 .mban_col a {
		padding: 30px;
	}
}
@media (max-width:768px){
	#main_sec02 .mban_col a {
		padding: 30px 15px;
	}	
	#main_sec02 .mban_col a h2 {
		font-size: 16px;
	}
	#main_sec02 .mban_col a h1 {
		font-size: 20px;
	}
	#main_sec02 .mban_col a p {
		font-size: 13px;
	}
	#main_sec02 .mban_col img {
		opacity: 0.5;
	}
}
/*main_sec02 :: mban_col*/
#main_sec03 .mban_col{
	margin-bottom: 15px;
}	
@media (min-width:991px){
	#main_sec03 .mban_col{
		height: 350px;
	}	
}
/*main_sec03*/
#main_sec03 {
	
}
#main_sec03 .mban_col {
	position: relative;
}
#main_sec03 .mban_col .black_out {
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 1;	
	width: 100%;
	height: 100%;
	background-color: rgba(23,23,23,0.8)
}
#main_sec03 .mban_col a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	z-index: 3;
	padding: 50px 30px 0;
}
#main_sec03 .mban_col a img.more_btn {	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;	
}
#main_sec03 .mban_col a:hover img.more_btn {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#main_sec03 .mban_col.mban_lk a .img_wrp {
	padding: 15px 0;
}
#main_sec03 .mban_col.mban_lk a h1 {
	font-size: 25px;
	line-height: 1em;
	margin-bottom: 0px;
	padding: 20px 0;
}
#main_sec03 .mban_col.mban_lk a h2 {
	font-size: 40px;
	line-height: 1em;
	margin-bottom: 0px;
	border: 1px solid rgba(255,255,255,0.35);
	padding: 8px 0;
}
#main_sec03 .mban_col.mban_lk a:hover h2 {
	background-color: #fff;
	color: #3a3738 !important;
}
#main_sec03 .mban_col.mban01 {
	background: url(../img/msec03_mban01_bg.jpg) center center no-repeat;
}
#main_sec03 .mban_col.mban02 {
	border: 1px solid #ddd;
}
#main_sec03 .mban_col.mban03 {
	background: url(../img/msec03_mban03_bg.jpg) center center no-repeat;
}
@media (max-width:992px){
	#main_sec03 .mban_col a {
		padding: 30px;
	}
}
@media (max-width:992px) and (min-width:769px){
	#main_sec03 .mban_col a {
		min-height: 350px;
	}
}
@media (max-width:769px){
	#main_sec03 .mban_col a {
		padding: 30px 15px;
	}
	#main_sec03 .mban_col.mban_lk a .img_wrp {
		padding: 5px 0;
	}
	#main_sec03 .mban_col.mban_lk a .img_wrp img {
		width: 60px;
	}
	#main_sec03 .mban_col.mban_lk a h1 {
		font-size: 16px;
	}
	#main_sec03 .mban_col.mban_lk a h2 {
		font-size: 25px;
	}
}
/*timetable*/
#timetable h1 {
	font-size: 22px;
    line-height: 1em;
	color: #3a3738;
	position: relative;
    border-bottom: 1px solid #3a3738;
    margin-bottom: 20px;
	padding-bottom: 15px;
}
#timetable h1 strong {
	font-weight: 600;
}
#timetable h1 span {
	position: absolute;
	right: 0;
}
#timetable ul li {
	border-bottom: 1px dashed #ddd;
	padding: 8px 0;
}
#timetable ul li:last-child {
	border-bottom: 1px;
}
#timetable ul li p {
	font-size: 14px;
	color: #3a3738;
	font-weight: 300;
}
#timetable ul li p.muted_txt {
	color: #a1a1a1;
}
#timetable ul li p strong {
	font-weight: 500;
}
@media (max-width:769px){	
	#timetable h1 {
		font-size: 16px;
	}
	#timetable ul li p {
		font-size: 13px;
		line-height: 1em;
	}
	#timetable ul li p img {
		width: 15px;
	}
}
/*djd_map*/
#djd_map h1 {
	font-size: 22px;
    line-height: 1em;
	color: #3a3738;
	position: relative;
    border-bottom: 1px solid #3a3738;
    margin-bottom: 20px;
	padding-bottom: 15px;
}
#djd_map h1 strong {
	font-weight: 600;
}
#djd_map h1 span {
	position: absolute;
	right: 0;
}
#djd_map ul {
	padding-bottom: 15px;
}
#djd_map ul li {
	border-bottom: 1px dashed #ddd;
	padding: 8px 0;
}
#djd_map ul li p {
	font-size: 14px;
	color: #3a3738;
	font-weight: 300;
}
@media (max-width:769px){	
	#djd_map h1 {
		font-size: 16px;
	}
	#djd_map ul li p {
		font-size: 13px;
		line-height: 1em;
	}
	#djd_map ul li p img {
		width: 15px;
	}
}
/*footer*/
#footer {
	background-color: #2d1539;
    background-size: cover;
    margin-top: 0px !important;
    padding: 50px 0 !important;
    border-top: 0px;
}
#footer .logo_wrp {
    margin-bottom: 10px;
}
#footer .btn_wrp {
    margin: 30px 0;
}
#footer .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    width: 180px;
    padding: 10px;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 300;
    color: #fff;
    border: 1px solid #aaa;
    margin: 0 5px;
}
#footer .btn_wrp a strong {
    color: #f5c41e;
    font-weight: 800;
}
#footer .btn_wrp a.btn_wrp_r {
    color: #fff;
    background-color: #b91729;
    border-color: #b91729;
}
#footer p {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 300;
    color: #fff;
}
#footer p.txt-sm {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 636363;
    color: #eee;
}
@media (max-width:768px){
    #footer {
        padding: 30px 0 !important;
    }
    #footer .logo_wrp {
        margin-bottom: 10px;
    }
    #footer .logo_wrp img {
        width: 150px;
    }
    #footer .btn_wrp {
        margin: 15px 0;
    }
    #footer .btn_wrp a {
        width: 180px;
        padding: 10px;
        font-size: 13px;
        margin: 5px 0;
    }
    #footer p {
        font-size: 12px;
    }
    #footer p.txt-sm {
        font-size: 10px;
    }
}
/*parallax*/
.page-header.parallax {
    margin: 0 0 35px;
    padding: 150px 0 0;
}
.page-header.parallax h1 {
	font-size: 35px;
}
.page-header.parallax h6 {
	color: #fff;
	font-size: 12px;
}
@media (max-width:768px){	
	.page-header.parallax {
		padding: 50px 0 0;
	}
	.page-header.parallax h1 {
		font-size: 25px;
	}
}
/*subtab*/
#subtab {
	margin-top: 50px;
}
#subtab a {
	display: inline-block;
    width: 33%;
    background-color: #fcfcfc;
    margin-left: -4px;
	color: #393738;
	padding: 15px 0;
	font-size: 15px;
    font-weight: 600;
	text-decoration: none;
}
#subtab a.active {
	background-color: #393738;
	color: #fff;
}
#subtab a .img_wrp {
	margin-bottom: 8px;
}
#subtab a .b_on {
	display: none;
}
#subtab a .b_off {
	display: inline-block;	
}
#subtab a.active .b_on {
	display: inline-block;
}
#subtab a.active .b_off {
	display: none;	
}
#subtab a:hover {
	color: #fff;
	background-color: #6e2f8e;
}
#subtab a:hover .b_on {
	display: inline-block;	
}
#subtab a:hover .b_off {
	display: none;	
}
@media (min-width:1200px){	
	#subtab a {
		max-width: 165px;
	}
}
@media (max-width:1199px) and (min-width:991px){	
	#subtab a {
		max-width: 135px;
	}
}
@media (max-width:992px) and (min-width:769px){	
	#subtab a {
		max-width: 120px;
		font-size: 13px;
	}
	#subtab a .img_wrp img {
		width: 50px;
	}
}
@media (max-width:768px){	
	#subtab {
		margin-top: 30px;
	}
	#subtab a {
		padding: 10px 5px;
	}
	#subtab a span {
		display: block;
		font-size: 11px;
		word-break: keep-all;
		line-height: 1.3em;
		overflow: hidden;
	}
	#subtab a .img_wrp {
		display: none;
	}
}
/*sub_botable*/
#sub_botable {
	padding: 110px 15px;
}
@media (max-width:768px){	
	#sub_botable {
		padding: 60px 15px;
	}
}


/*-----------------------------20190523 메인리뉴얼*/
#visual .bg01 {
	background: url(../img/visual_bg1.jpg) center center no-repeat;
}
#visual .bg02 {
	background: url(../img/visual_bg2.jpg) center center no-repeat;
}
#visual .bg03 {
	background: url(../img/visual_bg3.jpg) center center no-repeat;
}

/*visual*/
#visual .owl-carousel img {
	width: auto;
	display: inline-block;
}
#visual .owl-carousel .owl-nav, 
#visual .owl-carousel .owl-dots {
	position: relative;
	top: -50px;
	height: 0px;
    margin: 0px;
}
#visual .owl-carousel .owl-dots .owl-dot span, 
#visual .owl-carousel .owl-dots .owl-dot span {
	background: rgba(0, 0, 0, 0.2);
    border-radius: 0;
    border: 0px;
	width: 50px;
	height: 5px;
	margin: 5px 4px;
}
#visual .owl-carousel .owl-dots .owl-dot:hover span {
	background: rgba(0, 0, 0, 0.4);
}
#visual .owl-carousel .owl-dots .owl-dot.active span{
	background: rgba(239, 26, 144, 0.8);
}
@media (min-width:991px){
	#visual .bg01,
	#visual .bg02,
	#visual .bg03 {
		height: 100vh;
	}
}
@media (max-width:768px){
    #visual .owl-carousel .owl-nav, 
    #visual .owl-carousel .owl-dots {
        top: -30px;
    }
    #visual .owl-carousel .owl-dots .owl-dot span, 
    #visual .owl-carousel .owl-dots .owl-dot span {
        width: 20px;
        height: 2px;
        margin: 3px 4px;
    }
}

/*swiper*/
html, body, .body {
    position: relative;
    height: 100%;
}
.body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-wrapper {    
    height: 100vh;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.swiper-container {
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    font-size: 18px;
    background: #fff;
}
.swiper-pagination-bullet {
    background-color: rgba(0,0,0,0.4);
    border: 2px solid #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #ef1a90;
}
@media (min-width:991px){
	.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 10px 0;
	}
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border: 0px;
    }
}

/*slide*/
#s_01 {
    background: url(../img/swiper-slide01.jpg) center center no-repeat;
}
#s_02 {
    background: url(../img/swiper-slide02.jpg) center center no-repeat;
}
#s_03 {
    background: url(../img/swiper-slide03.jpg) center center no-repeat;
}
#s_04 {
    background: url(../img/swiper-slide04.jpg) center center no-repeat;
}
#s_05 {
    background: url(../img/swiper-slide05.jpg) center center no-repeat;
}

/*sub_tab*/
#sub_tab {
	padding: 30px 0;
}
#sub_tab a {
	display: inline-block;
	text-decoration: none;
	min-width: 100px;
	padding: 10px 15px;
	background-color: #ddd;
	border: 1px solid #aaa;
	color: #636363;
	font-size: 16px;
	font-weight: 600;
}
#sub_tab a.active {
	color: #fff;
	background-color: #ef1a90;
	border-color: #ef1a90;
}

/*ad_tit*/
@media (max-width:768px){
	.ad_tit {
		font-size: 15px;
	}
}
/*myContent*/
.myContent{
	height: 277px;
}
/*fp-nav*/
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background: rgba(51, 51, 51, 0.9);
}
#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
    background-color: rgba(239, 26, 144, 0.9);
}


/*c_wrp*/
.v_m > div {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > div {
        display: table-cell;
    }
}

/*section1*/
.section1 .intro {
	position: relative;
}
.section1 .intro .m_lk {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.section1 .intro .m_lk .c_wrp > div {
	position: relative;
}
.section1 .intro .m_lk a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#section3 .intro {
    position: relative;
}
#section3 .intro .imp_cmt {
	position: absolute;
    right: 0;
    bottom: 50px;
	width: 100%;
    z-index: 5;
}


/*scroll-to-top*/
html .scroll-to-top {
	border-radius: 50%;
	top: auto;
	bottom: 10px;
}
html .scroll-to-top:focus,
html .scroll-to-top:visited,
html .scroll-to-top:active,
html .scroll-to-top:hover {
	color: #eec431;
}
html .scroll-to-top,
html.sticky-header-active .scroll-to-top {
	opacity: 1;
}
@media (max-width: 991px) {
	html .scroll-to-top.hidden-mobile {
		display: block!important;
	}
}

/*kakao*/
html .sns_c1,
html .sns_c2,
html .sns_c3 {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    bottom: 0;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 48px;
    height: 48px;
    z-index: 1040;
	padding: 0px;
	background-color: transparent;
}
html .sns_c1 {
	opacity: 1;
	bottom: 68px;
}
html .sns_c2 {
	bottom: 126px;
	opacity: 1;
}
html .sns_c3 {
	bottom: 184px;
	opacity: 1;
}