/* BASIC css start */
/* 하단 전용 CSS 전체 교체용.
   기존 #scrollUp 이하 TOP 버튼, figure.snip0078, .pc 코드는 유지하세요. */
.foot.pr-footer {
  /* 첨부 인스타그램 화면 기준 추정 폭: 1300px.
     좁은 화면에서는 바깥쪽 최소 여백을 확보합니다. */
  --footer-max-width: 1300px;
  --footer-side-space: 40px;
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  min-width: 0;
  margin: 60px auto 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #222;
  background: #fff;
  color: #444;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0 !important;
  text-align: left;
}
.pr-footer *, .pr-footer *::before, .pr-footer *::after { box-sizing: border-box; }
.pr-footer h2, .pr-footer p { margin: 0; padding: 0; }
.pr-footer a { color: inherit; font-family: inherit; text-decoration: none; }
.pr-footer a:hover { color: #111; text-decoration: underline; }
.pr-footer a:focus-visible { outline: 2px solid #222; outline-offset: 4px; }

/* 회사 정보 / 고객센터 / 입금 계좌 */
.foot.pr-footer #footer.pr-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) minmax(0, 1fr) minmax(0, .85fr);
  align-items: start;
  gap: 40px;
  width: calc(100% - var(--footer-side-space) - var(--footer-side-space));
  max-width: var(--footer-max-width);
  min-width: 0;
  height: auto;
  margin: 0 auto;
  padding: 24px 0;
  background: transparent;
}
.pr-footer #footer::before, .pr-footer #footer::after { content: none; }
.pr-footer__business, .pr-footer__support, .pr-footer__bank { min-width: 0; }
.pr-footer__legal { display: flex; flex-wrap: wrap; gap: 6px 24px; margin: 0 0 16px; color: #222; font-size: 13px; font-weight: 600; }
.pr-footer__legal strong { font-weight: 700; }
.pr-footer__info { font-size: 12px; line-height: 1.75; overflow-wrap: anywhere; }
.pr-footer__info p:first-child span { display: inline-block; margin-left: 14px; }
.pr-footer__verify { display: inline-block; margin-left: 5px; font-size: 11px; }
.pr-footer .pr-footer__title { color: #222; font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; font-size: 13px; font-weight: 600; line-height: 1.5; letter-spacing: 0; }
.pr-footer .pr-footer__tel { margin: 5px 0 12px; color: #111; font-size: 36px; font-weight: 750; line-height: 1.15; letter-spacing: -1px; overflow-wrap: anywhere; }
.pr-footer__hours { font-size: 12px; line-height: 1.75; }
.pr-footer .pr-footer__account { margin-top: 8px; color: #222; font-size: 18px; font-weight: 600; line-height: 1.5; overflow-wrap: anywhere; }
.pr-footer__account span { display: inline-block; }
.pr-footer .pr-footer__holder { margin-top: 10px; font-size: 12px; }

@media (max-width: 1100px) {
  .foot.pr-footer { --footer-side-space: 28px; }
  .foot.pr-footer #footer.pr-footer__main { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px 32px; }
  .pr-footer__business { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .foot.pr-footer { --footer-side-space: 20px; margin-top: 40px; }
  .foot.pr-footer #footer.pr-footer__main { grid-template-columns: minmax(0, 1fr); gap: 22px; padding-top: 20px; padding-bottom: 20px; }
  .pr-footer__business { grid-column: auto; }
  .pr-footer__legal { gap: 6px 18px; }
  .pr-footer .pr-footer__tel { font-size: 32px; }
}




   
#scrollUp {
   
	bottom: 2%;
	right: 0px;
	background: #000;
	color: #fff;
	font-size: 30px;
	font-family: verdana;
       letter-spacing:1px;
	border-radius: 2px;
	opacity: .8;
	padding: 4px 14px 2px 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 2px;

	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
}
	#scrollUp:hover {
		background: #555;
	}

.to_top2 {position:fixed; bottom:10px; left:0px; z-index:100;}
figure.snip0078 {  color: #fff;  position: relative;  float: left;  margin: 10px 1%;  min-width: 220px;  max-width: 300px;  max-height: 310px;  width: 100%;  text-align: center;
}
figure.snip0078 * {  -webkit-box-sizing: padding-box;  box-sizing: padding-box;
}

figure.snip0078 figcaption {
  bottom: 0;  width: 95%;  right: 0;  position: absolute;  background: #000000;  padding: 15px; -webkit-transition: all 0.3s;  transition: all 0.3s;  -webkit-transform: translateY(0);  transform: translateY(0);  box-shadow: 0 0px 10px -10px #000000;
}
figure.snip0078 figcaption h2,
figure.snip0078 figcaption p {  margin: 0;  color: #ffffff; }
figure.snip0078 figcaption h2 {  font-weight: 700;  text-transform: uppercase; font-size:16px; padding-bottom: 5px; background:url(/design/cubesnow/2017/icon_7.png) no-repeat 70% 8%; padding-right: 20px; }
figure.snip0078 figcaption p {  font-size: 12px; font-weight: 500; letter-spacing: 2px;}
figure.snip0078 figcaption span { color: #ffe900 }
figure.snip0078 a {  left: 0;  right: 0;  top: 0;  bottom: 0;  position: absolute;  z-index: 1; }
figure.snip0078.yellow figcaption {  background: #262626; border-radius: 20px;}
figure.snip0078:hover figcaption,
figure.snip0078.hover figcaption {  -webkit-transform: translateY(-8px);  transform: translateY(-8px);  box-shadow: 0 15px 15px -15px #000000; opacity: 0.8;}

.pc {background:#fff; padding:45px; text-align:center;min-width:1400px;}
.pc a {margin:20px; padding:20px 40px 20px 40px;font-size:68px; color:#63666e; text-decoration:none; text-align:center; border:4px solid #9d9db0; border-radius:10px;}
   







/* BASIC css end */

