html,
body,
#wrapper {
	position: relative;
	height: 100%;
}

html,
body {
	font-family: 'Noto Sans KR', sans-serif !important;
}

.gallery-top,
.gallery-thumbs {
	width: 100%;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-top .swiper-slide,
.gallery-thumbs .swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 50%;
	width: 100%;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	height: 50%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.gallery-top .swiper-pagination span {
	width: 15px;
	height: 15px;
}

.gallery-top .swiper-pagination .swiper-pagination-bullet {
	background-color: #ffffff !important;
	border: 0;
}

.gallery-top .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #FECA76 !important;
}

.is-swiper-fade {
	height: auto;
}

.is-swiper-fade .swiper-slide {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 62.26%
}

.is-swiper-fade .swiper-slide .is-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider-parallax {
	height: 100% !important;
}

.slider-parallax .slider-parallax-inner {
	position: relative;
}

.slider-parallax .swiper-slide {
	height: 100% !important;
}

.slider-caption.slider-caption-center {
	top: 50%;
	margin-top: -14px;
}

.notice-title {
	padding: 40px;
	background-color: #fff;
}

.notice-title p {
	margin-bottom: 0;
}

.notice-title .heading-block {
	margin-bottom: 20px;
}

.notice-title .heading-block:after {
	margin-top: 20px;
}

#rev_slider_19_1 .tp-tabs {
	display: block !important;
	visibility: visible !important;
	margin: 0 10px;
}

#rev_slider_19_1 .zeus .tp-tab-title {
	text-indent: -9999px;
	padding: 1px 7px 1px 6px;
	background-color: #ffffff !important;
	border-radius: 50%;
}

#rev_slider_19_1 .zeus .tp-tab.selected .tp-tab-title {
	background-color: #FECA76 !important;
}

.latest-title {
	padding: 40px;
}

.latest-title h3 {
	position: relative;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 0;
	border-bottom: 2px solid #d0b889;
	letter-spacing: 2px;
    padding-bottom: 10px;
}

.latest-title h3:after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: -16px;
	border-color: #d0b889 transparent transparent transparent;
	border-style: solid;
	border-width: 7px;
	width: 0;
	height: 0;
}

.form-group>label.error {
	display: block !important;
	text-transform: none;
}

.form-group input.valid~label.error,
.form-group input[type="text"]~label.error,
.form-group input[type="email"]~label.error,
.form-group input[type="number"]~label.error,
.form-group select~label.error {
	display: none !important;
}

[data-swiper-init="perView"] {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

[data-swiper-init="perView"] .swiper-slide {
	background-color: #012E72;
}

[data-swiper-init="perView"] .swiper-slide>a {
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}

[data-swiper-init="perView"] .swiper-pagination {
	color: #333;
	bottom: 0px !important
}

[data-swiper-init="perView"] .swiper-pagination span {
	background-color: transparent;
	color: #333;
	border: 0;
}

/************************************************************************/



.neonsign-logo {
  text-align: center;
  width: 65%;
  height: 250px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.neonsign-logo b{
  font: 100 15vh;
  color: #fee;
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #ffe000, 0 0 0.5em #ffe000, 0 0 0.1em #ffe000, 0 10px 3px #000;
}
.neonsign-logo b span{
  animation: blink linear infinite 2s;
}
@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #333;
  }
  80% {
    
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #333;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #333;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

