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: #777777;}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}
*,*::before,*::after { box-sizing: border-box;}

#container {width:100%; max-width:640px; margin: 0 auto; background:url("../img/bg.jpg") top center repeat; 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:240px;top:50%;left:50%; margin-left:-120px;margin-top:-75px; z-index:9999;}
.txt1 {display: none; width:70px; text-align: center; margin: 0 auto;}
.txt2 {display: none; margin-top:20px;}

/*캘린더*/
.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: rgba(0,0,0,0.8); */
	background: url(../img/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,
    #ae77b0 0%,
    #cd8fcf 50%,
    #ae77b0 100%
  );
  line-height: 1.5;
  letter-spacing: -0.2px;
}

/* 전화 */
.greet {
	text-align:center;
	display:inline-block;
	height:auto;
	border-bottom:0px #b8b8b7 solid;
	margin-bottom:0px;
}
.greet ul {

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


/* 소셜 링크 + 푸터*/
.share {
	height:auto;width:100%;
	border-bottom:0px #b8b8b7  solid;
	background-color:#fef3ff;
	padding-top:40px;
}
.share > ul {
	text-align:center;
	padding: 0px 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;
}


.bankbg {padding:20px 0 40px 0;}
.bankbtn {
	text-align:center;
	margin:0 auto;
	display:block;
	height:auto;
	width:85%;
}
.active, .accordion:hover {
	background-color: #ccc;
}
.panel {
	margin-top:-2px;
	padding: 0 18px;
	background-color: #ffffff; border: .5px solid #ddd;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.bankwrap {display: flex; padding: 15px; border-bottom: 1px dotted #ddd;}
.bankwrap-end {display: flex; padding: 15px; border-bottom: 0px dotted #ddd;}
.bank-txt {width: 80%; text-align: left; line-height: 23px; font-size: 12px;}
.bank-txt p {word-break: break-all; font-size:14px;}
.bank-txt p b{font-size:12px;}
.bank-txt p span{font-size:13px;}
.bank-btn {width: 25%; text-align: center; margin: 8px 0 0 0;}
.bank-btn p {background-color: #999; color: #fff; display: inline-block; width: 100%; height: 25px; line-height: 25px; cursor: pointer; border-radius: 3px; font-size: 12px;}



.tooltipster-sidetip.tooltipster-borderless .tooltipster-box{border:none;background:#1b1b1b;background:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow{height:8px;margin-left:-8px;width:16px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow{height:16px;margin-left:0;margin-top:-8px;width:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border{border:8px solid transparent}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#1b1b1b;border-bottom-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border{border-left-color:#1b1b1b;border-left-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border{border-right-color:#1b1b1b;border-right-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border{border-top-color:#1b1b1b;border-top-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped{top:-8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped{left:-8px}
