ul,li{list-style: none} a{color: #000; text-decoration: none;} 
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;	font-size: 100%; font-size:12px; vertical-align: baseline;} body {line-height: 1; overflow-x: hidden;} a img {border: 0px currentColor; border-image: none;}html {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}body {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; background:#555555;}div {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}a {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}img {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; width: 100%;}a img {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; width: 100%;}dl {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}dt {	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}dd {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}ol {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}ul {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}li {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; list-style: none;}img{vertical-align:top;}a:link {text-decoration: none;-webkit-tap-highlight-color : transparent; outline:none;}  .btn, .accordion, .tel_box_btn {cursor:pointer}
body {
  font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

#container {width:100%; max-width:640px; margin: 0 auto; background-color:#fff; overflow: hidden;}
@media (min-width: 300px) {#container {width:100%; max-width:450px; margin: 0 auto; background-color:#fff; overflow: hidden;}}

.poppopbg {position:fixed; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.9);z-index:9998;}
.poppop {position:absolute;width:200px;top:50%;left:50%; margin-left:-100px;margin-top:-25px; z-index:9999;}
.poppop img{height: 51px; width:200px;}

*,*::before,*::after { box-sizing: border-box;}


.shimmer-wrap{
  position:relative;
  overflow:hidden;
}
.shimmer-wrap img{
  width:100%;
  display:block;
}

.shimmer-wrap::after{
  content:'';
  position:absolute;
  inset:-30%;                 /* 밖에서 들어오게 */
  background: linear-gradient(
    115deg,
    transparent 20%,
    rgba(255,255,255,.10) 38%,
    rgba(255,255,255,.20) 46%,
    rgba(255,255,255,.32) 50%,
    rgba(255,255,255,.20) 54%,
    rgba(255,255,255,.10) 62%,
    transparent 80%
  );
  mix-blend-mode: overlay;
  filter: blur(18px);         /* ⭐ 경계 녹이는 핵심 */
  animation: shimmer 8s infinite linear;
  pointer-events:none;
}

@keyframes shimmer{
  from{ transform: translateX(-120%); }
  to{ transform: translateX(120%); }
}

.breathe{
  animation: breatheLight 6s ease-in-out infinite alternate;
}

@keyframes breatheLight{
  from{ filter: brightness(1) contrast(1); }
  to{ filter: brightness(1.08) contrast(1.05); }
}
.color-shift{
  animation: colorShift 12s ease-in-out infinite alternate;
}

@keyframes colorShift{
  from{ filter: hue-rotate(0deg); }
  to{ filter: hue-rotate(8deg); }
}


/*캘린더*/
.cal {
	width : 70px;
	height: 70px;
	position:fixed; top: 1%; right: 1%; z-index:1000; 
	border:#000 solid 0px;
	text-align:center;
	line-height:0px;
	background: url(https://denod1397.cdn3.cafe24.com/2026/0114bpm/ddaybg.png) center;
	
}
.cal .wed { height:32px; display:inline-block; line-height:0px;padding:0px;margin:0px;}
.cal .dd {height:38px; display:inline-block;line-height:0px;padding:0px;margin:0px;}
.cal .ddd {height:38px; display:inline-block;line-height:0px;padding:0px;margin:0px;}
.cal .day {height:38px;display:inline-block;line-height:0px;padding:0px;margin:0px;}
.cal .dday {height:38px;display:inline-block;line-height:0px;padding:0px;margin:0px;}

.cal2 {
  display: flex;             /* flex 활성화 */
  justify-content: center;   /* 가로 중앙 */
  align-items: center;       /* 세로 중앙 */
  min-height: 60px;         /* 최소 높이 확보 */
  
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(to right,
    #0096e6 0%,
    #8a4ba7 50%,
    #f09359 100%
  );
  line-height: 1.5;
  letter-spacing: -0.2px;
}


/* 컨택50% */
.contact50 {
	text-align:center;
	display:inline-block;
	height:auto;
	border-bottom:0px #b8b8b7 solid;
	margin-bottom:0px;
}
.contact50 ul {

}
.contact50 ul li {
	float:left;
	width:50%;
	display:inline-block;
}


.part {border-bottom: 0px dotted #ddd; margin:0 0 0px 0;}
.mobile {vertical-align:middle ; margin-left: 28px;}
.mobile img {width: 15px; margin-top: -2px;}
.sms {vertical-align: middle; margin-left: 15px;}
.sms img {width: 15px; margin-top: -2px;}

.tel_pop_down {text-align: left;display: none;background-color: #fff;position: absolute;z-index: 2;width: 100%;max-width: 300px;border-radius: 10px;/* padding: 0 20px; */}
.tel_pop_down > p {text-align: center;padding: 20px;border-radius: 10px 10px 0 0;margin-bottom: 0px; position: relative; background: #01334c; }
.tel_pop_down > p span {color: #ffffff; font-size: 16px;}
.tel_pop_down > p i {font-size: 18px; color: #ffffff; cursor: pointer; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
.tel_pop_down>div {padding: 0 25px 25px;}

.tel_pop_down>div .pop_box {display: flex; margin: 25px 0;}
.tel_pop_down>div .pop_box:last-of-type {margin-bottom: 0;}
.tel_pop_down>div .pop_box p {width: 80%; font-size: 13px; color: #aaaaaa;}
.tel_pop_down>div .pop_box a {margin: 3px 0 0 20px; width: 10%;}
.tel_pop_down>div .pop_box p span {color: #333; font-size: 15px;}

.black_back {position: fixed; background-color: rgba(0,0,0,0.7); top: 0; left: 0; bottom: 0; right: 0; z-index: 2; display: none;}
.pop_front {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; z-index: 12; background-color: #fff;}



/* 소셜 링크 + 푸터*/
.share {
	height:auto;width:100%;
	border-bottom:0px #b8b8b7  solid;
	background-color:#eeeeee;
	padding-top:40px;
}
.share > ul {
	text-align:center;
	padding: 0 0 35px 0;
	clear: both;
}

.share > ul:first-of-type {margin-top:20px;}

.share > ul li {
	clear: both;
	width:15%;
	height:auto;
	line-height: 0;
	padding:0px;
	margin: 0 8px;
	display:inline-block;
}


/* 달력 */
.calendarbg {background: #fff5f3; padding:0 0 50px 0;}
.event-calendar {
  border-radius: 9px;
  border: 1px solid #b18a44;
  padding: 0 30px;
  margin: 0px auto;
  width:80%;	
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  color: #333;
	text-align: center;
}


.calendar-header, #month-year {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing:-0.2px;
  color: #b18a44;
  padding-top:30px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 10px;
	padding: 30px 0;
}

.day-name {
  font-weight: 500;
  font-size: 13px;
  color: #999;
  padding-bottom: 6px;
}

.day {
  font-size: 13px;
  padding: 7px 0;
  border-radius: 50%;
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.empty {
  background: transparent;
}
@keyframes floatScale {
  0%, 100% { transform: translateY(0px) scale(1); }
  50% { transform: translateY(0px) scale(1.08); }
}
.event-day {
  background: #b18a44;
  color: #fff;
	font-size: 15px;
  font-weight: bold;
  animation: floatScale 1.2s ease-in-out infinite;
}

.event-day .label {
  /*display: block;*/
  display: none;
  visibility: visible;
  display: none; 	
  font-size: 11px;
  margin-top: 2px;
  opacity: 0.9;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.float {
  animation: float 3s ease-in-out infinite;
}