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;}


/*캘린더*/
.cal {
	width : 70px;
	height: 70px;
	position:fixed; top: 1%; right: 1%; z-index:99; 
	border:#000 solid 0px;
	text-align:center;
	line-height:0px;
	background: rgba(42, 72, 146, 0.85); /* 80% 투명한 검정 배경 */
	border-radius: 50%;
	background: url(https://denod1397.cdn3.cafe24.com/2026/0526hsh/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: 15px;
  font-weight: 600;
  background: linear-gradient(to right,
    #956f33 0%,
    #e4c076 50%,
    #956f33 100%
  );
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.cal2 #cal-box{
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.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: 1001; display: none;}
.pop_front {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; z-index: 1002; background-color: #fff;}



/* 소셜 링크 + 푸터*/
.share {
	height:auto;width:100%;
	border-bottom:0px #b8b8b7  solid;
	background-color:#fffbf5;
	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;
}
.share ul li img{
    display:block;
}

* {font-family: 'Pretendard', sans-serif;box-sizing: border-box;}



.custom-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  top: 0; left: 0;
  width: 100%; height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}


.custom-modal.active {
  display: flex;
}

.custom-modal-inner {
  position: relative;
  max-width: 400px;
  width: 100%;
  padding: 0px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  animation: fadeUp 0.25s ease;
}


.custom-modal-inner img {
  width: 100%;
  display: block;
}

.close-btn2 {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.close-btn2:hover {
  background: rgba(0,0,0,0.75);
  transform: scale(1.08);
}

@keyframes fadeUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

#goTop {
    position: fixed;
    right: 18px;
    bottom: 22px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    z-index: 99;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

#goTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#goTop svg{
    width:22px;
    height:22px;
    stroke:#fff;
    stroke-width:2.4;
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;
}

/* 컨택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;
}


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