@import url('//fonts.googleapis.com/earlyaccess/nanumbrushscript.css');

@font-face {
    font-family: 'RiaSans-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/RiaSans-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-2ExtraLight';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-6Bold';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-9Black';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}


/*reset css*/
*{padding: 0; margin: 0;}
ol,ul,li{list-style: none; margin: 0;}
.clear:after{content: ''; display: block; clear: both;}
img{vertical-align: top;}
p{margin: 0;}
a:hover{text-decoration: none;}
body {font-family: "Noto Sans KR", sans-serif; color: #000;}
h1,h2,h3,h4,h5,h6{margin: 0;}
.gray{color: #777;}
.navy{color: #0840cd;}
.blue{color: #0072bc;}
.yellow{color: #fff700;}
.red{color: #ff0110;}
.pointcolor{color: #0072bc;}
.bold{font-weight: 900;}
::selection {background:#0072bc; color:#fff;}


/*header*/
.header .header_top{height: 120px; width: 1400px; margin: 0 auto; }
.header .header_top h1{width: 300px; float: left;padding: 30px 0 0;}
.header .header_top h1 a{display: block; width: 100%; height: 100%;}
.header .header_top h1 a img{width: 100%;}
.header .text-right{z-index: 11;}

.header .container{top: 0; width:1400px!important;}
.container .menu{float: right; width: 850px; height: 90px; margin: 20px 0 0;}
.container .menu > ul{width: 100%; height: 100%; }
.container .menu > ul > li{height: 100%; line-height:90px; padding: 0;
text-align: center; z-index: 1000;}
.container .menu > ul > li > a{position: relative; display: block; height: 100%;}
.container .menu > ul > li > a:after{ content:""; display:block; width:0; height:2px; background-color:#446083; position:absolute; bottom:-12px; transition:all 0.5s; left:50%; transition:all 0.5s;}
.container .menu > ul > li:hover>a:after{margin-left:-50%; width:100%;}
.container .menu > ul > li:hover>a{color:#446083;  width: 99%;}
.container .menu > ul a{color: #000; font-size: 22px;}
.container .menu > ul li .sub-menu{top: 60px; left: 0; width: 99%; height: 190px; background-color: rgba(255,255,255,0)!important; z-index: 9999;}
/*.container .menu > ul li:nth-child(1) .sub-menu{border-left: 1px solid #bbb;}*/
.container .menu > ul li .sub-menu li{width: 100%; height: 35px; line-height: 22px; text-align: center; min-width: 0; float: left; margin: 0 20px; padding: 15px 30px;}
.container .menu ul li ul li a{display: block; height: 100%; font-size: 20px; font-weight: 400; font-weight: bold;}
.container .menu ul li:hover > .sub-menu{background-color: #e4e4e4;}
.container .menu ul li .sub-menu li:hover a{color: #000000; font-weight: bold;}

.whitebar{width: 100%!important; height: 60px; background-color: #eee; position: absolute; top: 120px; z-index:500;left: 0;}


/*container*/
.cont-wrap > div{margin: 100px 0 0;}
.cont-center{width: 1400px; margin: 0 auto; height: 100%;}

/*cont01*/
.cont01{background-color: #e9eaee; position: relative; height: 800px}
				.cont01{position: relative;}
				.cont01-bg-shape01{width:1400px; height: 937px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont01-bg-shape01.png)  no-repeat center top 0 / cover; text-align: center;}
				
				.cont01-bg-polygon{	background-color: rgba(255,255,255,0.1); mix-blend-mode: overlay;}
				
.cont01-bg-polygon01 {
  width: 500px; /* adjust to control the size */
  aspect-ratio: 1;
  clip-path: polygon(99.3% 58.34%,67.43% 96.86%,18.13% 88.53%,0.7% 41.66%,32.57% 3.14%,81.87% 11.47%);
	  animation: pulse3 10s linear infinite;
	position: absolute; top: 0;
}
.cont01-bg-polygon02 {
  width: 400px; /* adjust to control the size */
  aspect-ratio: 1;
  clip-path: polygon(90.14% 79.81%,44.25% 99.67%,4.11% 69.86%,9.86% 20.19%,55.75% 0.33%,95.89% 30.14%);
	  animation: pulse 4s linear infinite;
	position: absolute; top: 100px;
}			
				
				.cont01-bg-polygon03 {
  width: 200px; /* adjust to control the size */
  aspect-ratio: 1;
  clip-path: polygon(94.55% 72.7%,52.62% 99.93%,8.07% 77.23%,5.45% 27.3%,47.38% 0.07%,91.93% 22.77%);
					  animation: pulse2 3s linear infinite;
					position: absolute; top: 400px;
}
				
				
				@keyframes pulse{
  0%{width:700px;height:700px;}
  50%{width:750px;height:750px;}
  100%{width:700px;height:700px;}
}

@keyframes pulse2{
  0%{width:500px;height:500px;}
  50%{width:550px;height:550px;}
  100%{width:500px;height:500px;}
}

@keyframes pulse3{
  0%{width:1000px;height:1000px;}
  50%{width:1050px;height:1050px;}
  100%{width:1000px;height:1000px;}
}
				



@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);

/*****************************************
*  --------------------------------------*
*  Vars                                  *
*  --------------------------------------*
*****************************************/

$bg: #34495e;
$white: #fff;
$raleway: 'Raleway', sans-serif;

/*****************************************
*  --------------------------------------*
*  General                               *
*  --------------------------------------*
*****************************************/
.slick-arrow {
	z-index: 1;
	width: 200px;
	height: 200px;
}

.slick-arrow:before {
	font-size: 100px;
}
.slick-next {
	right: 50px;
}
.slick-prev {
	left: 50px;
}
.btn-wrap {
	text-align: center;
	width: 100%;
}
button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 40px;
	font-weight: 600;
	transition: all 0.5s;
}
button.slick-disabled {
	opacity: 0.6;
}

body { 
  background: $bg; 
}

.container { 
  padding: 50px; 
}

h1 { 
  text-align: center;
  color: white;
  padding-bottom: 10px;
  font-family: $raleway;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/*****************************************
*  --------------------------------------*
*  Slick                                 *
*  --------------------------------------*
*****************************************/

.cl {
  height:200px;
  padding:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.cl-yellow { 
/*  background: #f1c40f; */
}

.cl-blue { 
/*  background: #3498db; */
}

.cl-red { 
/*  background: #e74c3c; */
}

.slick-active { 
  padding: 20px 0; 
}

.slick-center { 
  transform: scale(1.08) 
}

.slick-slide:not(.slick-active) { 
  margin: 20px 0; 
}

.child { 
  width:100%; 
}

.slide:not(.slick-active) { 
  cursor: pointer; 
}

.pagination {
  text-align: center; 
  color: #fff;
  font-family: $raleway;
  font-size: 10.2rem;
}








.cont01 > .cont-center{display: flex; flex-wrap: wrap; justify-content: space-between; font-family: 'S-CoreDream-2ExtraLight'; font-weight: bold;}
.cont01 > .cont-center > .cont01-left:before{position: absolute; content:""; width:0; height: 100%; top: 0; left: 0; background-color: rgba(240, 198, 200, 0.9); z-index: 0; 
		animation-name: slide2;
		-webkit-animation: slide2 3s forwards;
		-webkit-animation-delay: 0s;
		animation: slide2 3s forwards;
		animation-delay: 0s;
}
@keyframes slide2 {
  10% {
    width: 0;
  }

  100% {
    width: 550px;
  		}
  }

.cont01 > .cont-center > .cont01-left{flex: 1 1 430px;}
.cont01 > .cont-center > .cont01-left h4{writing-mode: vertical-rl; font-size: 14px; position: absolute; top: 160px; left: 170px; letter-spacing: 5px;}
.cont01 > .cont-center > .cont01-left > .cont01-left-img{overflow: hidden; width: 430px; height: 600px; margin:150px 0 0;}
.cont01 > .cont-center > .cont01-left > .cont01-left-img img{width: 100%; height: 100%; mix-blend-mode: multiply; opacity: 1;
   -webkit-animation: zoomeffect 3s;
   -moz-animation: zoomeffect 3s;
   animation: zoomeffect 3s;
	animation-fill-mode: forwards;
}

@keyframes zoomeffect {
		0%{
			background-position:center;
		  transform:scale(0.8,0.8);
	}
		100%{
			background-position:center;
			transform:scale(1,1);
	}
	
}
.cont01 > .cont-center > .cont01-right{flex: 1 1 950px; padding: 250px 0 0; text-align: center;}
.cont01 > .cont-center > .cont01-right h2{font-size: 55px;}
.cont01 > .cont-center > .cont01-right h3{font-size: 70px; font-family: 'S-CoreDream-6Bold'; color:#377d96;}
.cont01 > .cont-center > .cont01-right img{width: 500px; border:7px solid #fff; border-radius: 10px; margin: 60px 0 0;}
.cont01 .open-event{position: absolute; top: 50px;right: 350px; width: 180px; height: 180px; color: #fff; font-size: 37px; padding: 35px 0 0; font-family: 'S-CoreDream-6Bold'; background: url(/_upload/healing.jsid.kr/bubble.png) no-repeat center top 0 / cover;}


/*cont02*/
.cont02 ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.cont02 ul li{flex:1 1 40%; border-radius: 30px; height: 70px; line-height: 70px;background-color: #e9eaee; padding: 0 0 0 120px; margin:10px 20px; font-size: 35px; font-family: 'Nanum Gothic'; font-weight: 300;}
.cont02 ul li:nth-child(2){background-color: #f0c6c8;}
.cont02 ul li:nth-child(3){background-color: #f0c6c8;}
.cont02 ul li:nth-child(6){background-color: #f0c6c8;}
.cont02 ul li:before{content:""; position: absolute; width: 10px; height:10px; border-radius: 50%; background-color: #377d96; top: 30px; left: 100px;}

/*cont03*/
.cont03{color: #2c2c2c;}
.cont03 .bold{font-family:'GmarketSansBold';}
.cont03 .cont03-event{position: relative; height:380px;}
.cont03 .cont03-event > div{width: 600px; height: 280px; border-radius: 20px; border: 6px solid #377d96; position: absolute; background-color: #fff;}
.cont03 .cont03-event > div h3{color: #fff; width: 100%; background-color: #377d96; border-radius: 11px 11px 0 0; height: 70px; line-height: 70px; font-size: 33px;font-family:'GmarketSansBold'; padding: 0 0 0 40px;}
.cont03 .cont03-event > div .number{color: #7bb0c2;}
.cont03 .cont03-event > div h4{font-size: 35px; font-family:'GmarketSansBold'; margin: 40px 0 0 40px;}
.cont03 .cont03-event > div ul{margin: 20px 0 0;}
.cont03 .cont03-event > div ul li{font-size: 28px; margin: 0 0 0 40px;}
.cont03 .cont03-event .cont03-box01{top:0; left: 150px;}
.cont03 .cont03-event .cont03-box02{bottom:0; right: 150px;}
.cont03 .cont03-event > div:hover{background-color:#377d96; color: #fff;}
.cont03 .cont03-event > div:hover .red{color: #fff700;}
.cont03 .cont03-text{position: relative; margin: 50px 0;}
.cont03 .cont03-text > img{position: absolute; height: 100%; left:280px;}
.cont03 .cont03-text h2{font-size: 50px; text-align: center; padding: 0 0 0 40px;}
.cont03 .cont03-text .bluegreen{color: #377d96;}

/*cont04*/
.cont04{text-align: center;}
.cont04 .bold{font-family:'GmarketSansBold'}
.cont04 .cont04-top{ background: url(/_upload/healing.jsid.kr/cont04-top-bg.jpg) no-repeat center top 0 / cover; color: #2c2c2c; height: 820px; padding: 220px 0 0;}
.cont04 .cont04-top h2{font-size: 60px;}
.cont04 .cont04-top .map{background-color: rgba(255,255,255,0.8); font-size: 47px; border-radius: 20px; width: 1000px; margin: 10px auto 0; height: 80px; line-height: 90px;}
.cont04 .cont04-top img{margin: 100px auto 0;}

.cont04 .cont04-bot{background-color:#377d96;position: relative; height: 720px; padding:40px 0;}
.cont04 .cont04-bot h3{font-size: 40px; color: #fff;}
.cont04 .cont04-bot .bold{font-size: 55px;}

.cont04 .cont04-bot-img{display: flex; flex-wrap: wrap; justify-content: space-between; width: 1080px; margin: 20px auto;}
.cont04 .cont04-bot-img > div{flex: 1 1 30%; margin: 10px;}
.cont04 .cont04-bot-img > div img{width: 100%;}

.cont04 .cont04-bot-txt{background-color: rgba(255,255,255,0.8);position: absolute; bottom: 50px; width: 1000px; font-family: 'Nanum Gothic'; height: 300px; left: 50%; margin-left:-500px; padding: 20px;}
.cont04 .cont04-bot-txt h4{color: #000; font-size: 26px; text-align: left; font-weight: bold;}
.cont04 .cont04-bot-txt h5{color: #555; font-size: 23px; margin: 10px 0 0; font-weight: bold;}
.cont04 .cont04-bot-txt p{color: #444; column-count: 2; font-size: 17px; margin: 20px 0 0; column-gap: 40px; text-align: left;}


/*gallery*/
.photo{width: 1400px; margin: 0 auto; text-align: center;}
.photo h4{font-size: 40px; font-family:'GmarketSansBold'; }
.photo > p{font-size: 22px; margin:15px 0; color: #666;font-family:'GmarketSansLight';}

#gallery { height:auto;overflow:hidden; padding: 0}
#gallery ul {  float:left;position:relative;width:100%; height:100%; padding-left:0px;padding-right:0px; }
#gallery ul,#gallery li { list-style-type:none; }
#gallery li { float:left;position:relative;width:23%;display:inline-block; margin:10px 1%;}
#gallery li a img{width:100%; height:100%;}
#gallery li a > span{display: block; margin: 10px auto; text-align: center; color: #000; font-weight: 300; font-size: 17px;}


/*blinking-text*/
@keyframes blink {
		0% {
				opacity: 1;
		}
		50% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}

.blinking-text {
		animation: blink 1s infinite;
}

@keyframes blink2 {
		0% {
				opacity: 1;
		}
		50% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}

.blinking-text2 {
		animation: blink .8s infinite;
}


/*view-more*/
.view-more{display: block; width: 160px; height: 35px; text-align:center; line-height: 35px; background-color: #fff; border-radius: 20px;margin:20px auto; position: relative; color: #000; background-color: #fff; font-size: 19px; z-index: 1;  }
/*.view-more:before{content:''; position:absolute; top: 0; left: 0; width: 0; height: 100%; transition: all .2s; background-color:#f5f5f5; z-index: -1; border-radius: 20px;}*/
.view-more:after{content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block; opacity: 0; transition: 0.3s ease-in; background-color: #f4c68c; border-radius: 50%; width: 20px; height: 20px; text-align: center; line-height: 20px; margin: 0 0 0 10px; margin-left: -10px;}
/*.view-more:hover:before{width:100%;}*/
.cont03-box > div:hover .view-more:after{opacity: 1; padding-left: 3px; margin-left: 10px; transition: 0.3s ease-in;}
.view-more:hover{color: #000;}


/*footer*/
.footer{padding: 0; background-color: #444; color: #fff; border-top: 1px solid rgba(0,0,0,0.2);}
.footer > .container{width: 1400px!important; margin: 0 auto;}
.footer ul{padding: 0;}
.footer-top{border-bottom: 1px solid rgba(255,255,255,0.2); height: 100px; line-height: 100px; position: relative;}
/*.footer-top > div{float: left;}*/
.footer-top-left h6{float: left; font-size: 16px; font-family: 'GmarketSansBold'; line-height: 100px;}
.footer-top-left ul{float: left; margin-left: 30px;}
.footer-top-left ul li{float: left;}
.footer-top-left ul li:after{content:''; display: inline-block; width: 1px; height: 11px; background-color: rgba(255,255,255,0.3); margin: 0 10px;}
.footer-top-left ul li:last-child:after{display: none;}
.footer-top-right .item{position: absolute; top: 25px; right: 0; width: 130px; height: 45px; line-height: 45px; margin: 7px 0 0 0;}
.footer-top-right .item a{display: block; width: 100%; height: 100%; color: #000; background-color: #03cf5d; transition: all 0.2s; font-size: 15px; text-align: center;}
.footer-top-right .item a:hover{background-color: #fff; border: 1px solid #000; color: #000;}

.footer-bot{height: 150px; padding: 30px 0; position: relative;}
.footer-bot ul li{float: left; height:30px;}
.footer-bot ul li:after{content:''; display: inline-block; width: 1px; height: 11px; background-color: rgba(255,255,255,0.3); margin: 0 10px;}
.footer-bot ul li:last-child:after{display: none;}

/*
.footer-bot .footer-copyright{margin: 5px 0 0 0;}
.footer-bot .footer-copyright:after{content: ''; display: inline-block; width: 1px; height: 11px; background-color: #ccc; margin: 0 10px;}
*/
.footer-bot .item{width: 130px; height: 45px; line-height: 45px; position: absolute; top: 20px; right: 0;}
.footer-bot .item a{display: block; width: 100%; height: 100%; color: #fff; background-color:#000; transition: all 0.2s; font-size: 15px; text-align: center;}
.footer-bot .item a:hover{background-color: #ddd; color: #000;}

/*sub*/
.mains {margin-top: 0;}
.mains > .container{width:100%!important;}

#page-wrapper{width: 1200px; margin: 30px auto;}

@media(min-width:768px) {
    #page-wrapper { margin: 30px auto; border-left:none;}
}
    
/*sidebar*/
 .row-full{
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 height: auto;
 margin-top: 0px;
 left: 50%;
margin-bottom: 50px;
}

.nav-tabs.nav-justified{width:80%; margin: 0 auto; font-size: 12px;  }
.nav-tabs{height: 50px;}
.nav > li{height: 50px; background-color:#377d96;}
.nav > li > a{padding: 0;}
.nav-tabs > li > a {border-radius: 0; height: 52px; line-height: 48px; color: #fff; font-size: 16px; font-weight: 300;}
.nav-tabs.nav-justified > li > a{border-radius: 0; border-bottom: 0;}
.nav-tabs.nav-justified > li{ border-left: 1px solid rgba(255,255,255,0.3); height: 50px;}
.nav-tabs.nav-justified > li:last-child{border-right: 1px solid rgba(255,255,255,0.3);}
.nav-tabs > li > a:hover{color: #000;}
.sidebar_bg{width: 100%; height: 52px; background-color:#377d96; border-top: rgba(0,0,0,1); border-bottom: rgba(0,0,0,1);}

    
/*page-header*/
.page-header {
    padding-bottom: 40px;
    margin:100px 0 60px;
    color: #000;
    font-family: 'GmarketSansBold';
    font-size: 45px;
    text-align: center;
    border-bottom: 2px solid #eee; }

/*pagination*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #9c9c9c;
    border-color: #9c9c9c; }

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;}


/*getboard*/
.dataTable{font-size: 16px;}
.post-title{width:100%; font-size: 26px; color: #000; text-align: center; padding: 20px 0; color:#377d96;}
.post-info{font-size: 17px; color: #aaa; text-align: right; border-bottom: 2px solid #aaa; padding: 0 0 20px; margin: 0 0 30px;}
.post-btn{border: 1px solid #aaa; background-color: #fff; color: #333; border-radius: 0;}
.post-bbsConts{min-height: 200px; text-align: center;}
.post-bbsConts img{width: 50%; margin: 15px auto;}
.pagination > li:first-child > a, .pagination > li:first-child > span{border-radius: 0;}
.pagination > li:last-child > a, .pagination > li:last-child > span{border-radius: 0;}

/*gallery*/
/*.gall-subject{color: #fff;}*/

/*loadmap*/
.map_btn{width:140px; margin: 40px auto; height: 40px; text-align: center; background-color: #8d8d8d;}
.map_btn a{display: block; height: 100%; line-height: 40px; font-size: 15px; color: #fff; text-decoration: none;}

.map_table table{border-top: 2px solid #aaa; border-bottom: 2px solid #aaa; width: 800px; margin: 40px auto; font-size: 15px;}
.map_table table tr{height: 50px; line-height: 50px; border-bottom: 1px solid #ccc;}
.map_table table tr th{padding-left: 30px; background-color: #e4e4e4;}
.map_table table tr td{padding-left: 30px; text-align: left;}

html.lenis {
		height: auto;
}
.lenis.lenis-smooth {
		scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
		overscroll-behavior: contain;
}
.lenis.lenis-stopped {
		overflow: hidden;
}
