@charset "UTF-8";

/* alpine.js flick */
[x-cloak] { display: none !important; }

/* overflow */
html, body {
  overflow-x: hidden; 
}

/* main */
.crossfade > figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  /* backface-visibility: hidden; */
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  -moz-animation: imageAnimation 36s linear infinite 0s;
  -o-animation: imageAnimation 36s linear infinite 0s;
  -ms-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s;  
  /* animation-duration: 24s;
  animation-iteration-count: infinite; */
  animation-iteration-count: infinite;   
  filter: brightness(60%) blur(0px);     
}
.crossfade > figure:nth-child(1) {
  background-image: url('/files/mainimg/img002.png');  
}
.crossfade > figure:nth-child(2) {
  background-image: url('/files/mainimg/img004.png');  
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;  
}
/*.crossfade > figure:nth-child(3) {
  background-image: url('/files/mainimg/img002.png');  
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;  
}
.crossfade > figure:nth-child(4) {
  background-image: url('/files/mainimg/img004.png');  
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;  
}
.crossfade > figure:nth-child(5) {
  background-image: url('/files/mainimg/img002.png');  
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;  
}
.crossfade > figure:nth-child(6) {
  background-image: url('/files/mainimg/img004.png');  
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;  
}*/
.crossfade > figure:nth-child(3) {
  background-image: url('/files/mainimg/img005.jpg');  
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;  
}
.crossfade > figure:nth-child(4) {
  background-image: url('/files/mainimg/img008.jpg');  
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;  
}
.crossfade > figure:nth-child(5) {
  background-image: url('/files/mainimg/img009.jpg');  
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;  
}
.crossfade > figure:nth-child(6) {
  background-image: url('/files/mainimg/img010.JPG');  
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;  
}
.crossfade > figure:nth-child(7) {
  background-image: url('/files/mainimg/img011.JPG');  
  -webkit-animation-delay: 36s;
  -moz-animation-delay: 36s;
  -o-animation-delay: 36s;
  -ms-animation-delay: 36s;
  animation-delay: 36s;  
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	4% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.25);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.25);
	}
	100% { opacity: 0 }
}
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	4% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.25);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.25);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	4% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.25);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.25);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	4% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.25);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.25);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	4% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.25);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.25);
	}
	100% { opacity: 0 }
}


/* swiper */

.swiper-pagination {
	position: relative;
	top: 1rem;
}
.swiper-container {
	overflow: visible;
}
.swiper-slide {
	opacity: 0.4; 
	transition: opacity 0.3s;
}
.swiper-slide-active,
.swiper-slide-active + .swiper-slide,
.swiper-slide-active + .swiper-slide + .swiper-slide,
.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
	opacity: 1.0
}
.swiper-button-prev {
	background-image: url(/etc/images/global/icon/arrow/prev.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	padding: 20px;
}
.swiper-button-prev::after {
display: none;
}
.swiper-button-next {
	background-image: url(/etc/images/global/icon/arrow/next.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	padding: 20px;
}
.swiper-button-next::after {
	display: none;
}
.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	display: inline-block;
}
:root {
--swiper-theme-color: #2e89af;
}


/* main title */
.main-title h2 {
  font-family: "Pretendard Variable", Pretendard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",Arial,sans-serif;
  line-height: 120%; 
  position: relative;
  color: #fff;
}
.main-title h3 {
  font-family: "Pretendard Variable", Pretendard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",Arial,sans-serif;
	position: relative;
	color: #fff;

}

@media (min-width: 50px) {
	.main-title h2 {
		font-size: 1.8rem; 
	}  
} 
@media (min-width: 640px) {
	.main-title h2 {
		font-size: 1.8rem; 
	}  
} 
@media (min-width: 768px) {
	.main-title h2 {
		font-size: 2.0rem; 
	}  
} 
@media (min-width: 1024px) {
	.main-title h2 {
		font-size: 2.4rem; 
	}  
}

/* main section icon */
@media (min-width: 50px) {
  .w-main-icon {
    width: 8rem;
    height: 8rem;
  }
} 
@media (min-width: 640px) {
  .w-main-icon {
    width: 8rem;
    height: 8rem;
  }
} 
@media (min-width: 768px) {
  .w-main-icon {
    width: 10rem;
    height: 10rem;
  }
} 
@media (min-width: 1024px) {
  .w-main-icon {
    width: 10rem;
    height: 10rem;
  }
}




/* main scroll */
.scroll-fp {
  position: absolute; bottom: 20px; left: 50%; 
  transform: translatex(-50%);
  z-index: 2;
  display: inline-block;
  color: #fff;
  transition: opacity .3s;
}
.scroll-fp:hover {opacity:.5;}

#section-button a {padding-top: 70px;}
#section-button a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@keyframes sdb05 {
  0% {transform: rotate(-45deg) translate(0, 0); opacity: 0;}
  50% {opacity: 1;}
  100% {transform: rotate(-45deg) translate(-20px, 20px); opacity: 0;}
}


/* main modal */
.main_modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
.main_modal-content {
  background-color: #fefefe;
  margin: 3% auto;
  padding: 10px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 90%;
}
.main_modal_close {
  color: #666;
  float: right;
  font-size: 24px;
  font-weight: 700;
}
.main_modal_close:hover,
.main_modal_close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* SNS modal */
.sns_modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
.sns_modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;	 
}
.sns_close {
  color: #666;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.sns_close:hover,
.sns_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* sort */
#sort-links {
  width: 100%;
}
.navigation,
#sort-links {
  list-style: none;
  padding: 0;
}
.navigation ul,
#sort-links ul {
  margin: 0;
  padding: 0;
}
.navigation li,
#sort-links li {
  display: inline;
}
.asc a:after,
.desc a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.asc a:after {
  content: " ";
}
.desc a:after {
  content: " ";
}
#sort-links {
  margin: 0 0 24px 0;
  display: flex;
  justify-content: flex-end;
}
#sort-links #sort-links-list {
  overflow: auto;
  padding-left: 10px;
}
#sort-links li {
  float: left;
  margin-right: 10px;
}
#sort-links li:before {
  content: "— ";
}
#sort-links li.sorting a {
  text-decoration: underline;
  font-weight: bold;
}


/* paging */
.pagination {
  width: 100%;
}
.pagination {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  /* margin: 1em 0; */
  display: flex;
}
.pagination li {
  margin-right: 12px;
  list-style: none;
}
.pagination .page-input form {
  padding: 0;
}
.pagination .page-input #page {
  width: 30px;
  text-align: right;
}
.pagination .page-input input {
  /* width: 30px; */
  width: 3.5rem;
  text-align: center;
  margin: 0;
}
.pagination .pagination_next a,
.pagination .pagination_previous a,
.pagination .previous-page a,
.pagination .next-page a {
  min-height: 36px;
  padding: 6px;
  display: block;
  /* background-color: #eaeaea; */
  margin-bottom: 0.5em;
  border: 0;
  margin-bottom: 0;
  line-height: 24px;
}
.pagination .pagination_next a:hover,
.pagination .pagination_previous a:hover,
.pagination .previous-page a:hover,
.pagination .next-page a:hover {
  /* background-color: #684B98; */
  color: white;
  text-decoration: none;
}
.pagination .pagination_next a:active,
.pagination .pagination_previous a:active,
.pagination .previous-page a:active,
.pagination .next-page a:active {
  /* background-color: #BE75CB; */
}
.pagination_next a,
.pagination_previous a {
  display: inline-block;
  text-indent: -9999px;
  position: relative;

  /* width: 36px; */
  width: 3rem;
  text-align: center;
}
.pagination_next a:after,
.pagination_previous a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  /* width: 36px; */
  width: 3rem;
  height: 36px;
  line-height: 36px;
  text-indent: 0;
}
.pagination_previous a:after {
  content: "";
}
.pagination_next a:after {
  content: "";
}


/* go to top */
#btn-back-to-top {
  position: fixed;
  display: none;
}


/* image viewer */
.imageArea-d .item{
  margin-bottom: 30px;
}
.content-slider-d li{
  background-color: #F7F8FA;
  text-align: center;
  color: #FFF;
}
.content-slider-d h3 {
  margin: 0;
  padding: 70px 0;
}
.imageArea-d {
/*	max-width: 1170px; */
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.imageArea-m .item{
  margin-bottom: 30px;
}
.content-slider-m li{
  background-color: #F7F8FA;
  text-align: center;
  color: #FFF;
}
.content-slider-m h3 {
  margin: 0;
  padding: 70px 0;
}
.imageArea-m {
    max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.image-box-d {
  width:100%;
  height:100%;
  overflow:hidden;
  margin:0 auto;
}
.image-thumbnail-d {
  width:100%;
  height:100%;
  object-fit:cover;
}
.image-box-m {
  width:100%;
  height:100%;
  overflow:hidden;
  margin:0 auto;
}
.image-thumbnail-m {
  width:100%;
  height:100%;
  object-fit:cover;
}

/* about fa icon */
.fa-phone:hover, .fa-fax:hover, .fa-map-o:hover, .fa-home:hover, .fa-instagram:hover, .fa-youtube-play:hover { 
  color: white !important;
}

/* word break */
.keep-all {
  word-break: keep-all;
}

/* Youtube container */
.video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.9rem;
}
.video-container video {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.9rem;
 }


/* Content - google map header hidden */
#googlemap-v1 {
	width: 100%;
	height: 100%;
	overflow: hidden;  
  border-radius: 10px;
}
#googlemap-v1 iframe {
	margin-top: -80px;
}
/* Content block */
.exhibit-block {
  clear: both;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
/* Content Cursive */
@font-face {
  font-family: 'KyoboHandwriting2020A';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2112@1.0/KyoboHandwriting2020A.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}  
.font-cursive {
font-family: 'KyoboHandwriting2020A';
line-height: 160%;
}

@font-face {
    font-family: 'EliceDigitalBaeum_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_220508@1.0/EliceDigitalBaeum_Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* position fixed */
#fixedarea.fixed{
  position: fixed;
  animation: down 0.5s ease;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
@keyframes down {
  0%{
    transform: translateY(-50px)
  }
  100%{
    transform: translateY(0px)
  }
}

/* scrollbar hide */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;  
  scrollbar-width: none; 
}