/* floating_top */
.floating_top {position:fixed;bottom:27px;right:27px;width: 66px;height: 66px;border-radius:100%;background:url("/dist/image/common/top_btn.png") no-repeat center/contain;background-size: 85%;z-index:10;cursor:pointer;}
.floating_top:focus-visible {border-color:#999;}
.floating_top svg {position: absolute;left: 0;top: 0px;z-index: 10;width: 100%;height: 100%;stroke-width: 1px;stroke: #000000;fill: none;transform: rotate(-90deg);}
.floating_top .top_cir {width:100%;height:100%;border: var(--bdrColor);}

.default_btn {font-family: 'Pretendard-Medium';height: 70px;padding: 0 30px;background: #a36d30;color: #fff;font-size: 16px;min-width: 300px;text-align: left;position: relative;border: 0;transition: all .5s;border-radius: 35px}
.default_btn:hover {background: #946b6a;transition: all .5s;}
.default_btn:after {position: absolute;right: 30px;top:30px;content: '';background: url('/dist/image/common/btn_arrow.svg') no-repeat;width: 10px;height: 9px;background-size: cover;transition: all .5s}
.default_btn:hover:after {right: 20px;}

.line_btn {font-family: 'Pretendard-Medium';height: 60px;padding: 0 30px;background:transparent;color: #fff;font-size: 14px;border-radius: 6px;min-width: 250px;text-align: left;position: relative;border: 1px solid #ffffff;transition: all .5s}
.line_btn:hover {transition: all .5s}
.line_btn:after {position: absolute;right: 25px;top:25px;content: '';background: url('/dist/image/common/btn_arrow.png') no-repeat;width: 11px;height: 10px;background-size: cover;transition: all .5s}
.line_btn:hover:after {right: 18px;}

.sns_btn {font-family: 'Pretendard-SemiBold';height: 60px;padding-left: 55px;background: #797979;color: #fff;font-size: 14px;min-width: 230px;text-align: left;position: relative;border: 0;transition: all .3s;border-radius: 9px;}

.sns_btn.talk {background: #4dac3d;color: #ffffff}
.sns_btn.talk2 {background: #5658b9;color: #ffffff}
.sns_btn.kakao {background: #ffd600;color: #5A4231}
.sns_btn.rael {background: #ec7994;color: #ffffff}
.sns_btn.naver {background: #4dac3d;color: #ffffff}

.sns_btn:hover.talk {background: #5eb150;color: #ffffff;transition: all .3s;font-family: 'Pretendard-Bold';}
.sns_btn:hover.talk2 {background: #595bd2;color: #ffffff;transition: all .3s;font-family: 'Pretendard-Bold';}
.sns_btn:hover.kakao {background: #fcdb2a;color: #5A4231;transition: all .3s;font-family: 'Pretendard-Bold';}
.sns_btn:hover.rael {background: #e86a87;color: #ffffff;transition: all .3s;font-family: 'Pretendard-Bold';}
.sns_btn:hover.naver {background: #5eb150;color: #ffffff;transition: all .3s;font-family: 'Pretendard-Bold';}

.sns_btn.talk:after {position: absolute;left: 20px;top:18px;content: '';background: url('/dist/image/common/talk.png') no-repeat;width: 22px;height: 22px;background-size: cover;transition: all .5s}
.sns_btn.talk2:after {position: absolute;left: 20px;top:18px;content: '';background: url('/dist/image/common/talk.png') no-repeat;width: 22px;height: 22px;background-size: cover;transition: all .5s}
.sns_btn.kakao:after {position: absolute;left: 20px;top:18px;content: '';background: url('/dist/image/common/kakao.svg') no-repeat;width: 22px;height: 24px;background-size: cover;transition: all .5s}
.sns_btn.rael:after {position: absolute;left: 20px;top:18px;content: '';background: url('/dist/image/common/rael.svg') no-repeat;width: 24px;height: 22px;background-size: cover;transition: all .5s}
.sns_btn.naver:after {position: absolute;left: 20px;top:18px;content: '';background: url('/dist/image/common/naver.svg') no-repeat;width: 24px;height: 22px;background-size: cover;transition: all .5s}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.custom-checkbox input {
  display: none; /* 기본 체크박스 숨김 */
}

.custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  transition: all 0.2s ease;
}

.custom-checkbox input:checked + .checkmark {
  background-color: #a36d2f;
  border-color: #a36d2f;
}

.custom-checkbox input:checked + .checkmark::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.page_nav li {padding: 0 20px}
.page_nav li.on {color: #F26988}

ul.dots {
  list-style: none;
  padding: 0;
  margin-top: 5px
}

ul.dots li {
  position: relative;
  padding: 2px 0 2px 20px;
}

ul.dots li::before {
  content: '•';
  color: #053d71;
  font-size: 12px;
  position: absolute;
  left: 5px;
  top: 13px;
  transform: translateY(-50%);
}

ul.star {
  list-style: none;
  padding: 0;
  margin-top: 5px
}

ul.star li {
  position: relative;
  padding: 2px 0 2px 15px;
}

ul.star li::before {
  content: '✳︎';
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}

 ul.check {list-style: none;padding-left: 0;margin-left: 0;margin-top: 10px}
 ul.check li {position: relative;padding-left: 30px;line-height: 24px;margin-bottom: 10px;font-size: .9em !important;font-family: 'Pretendard-Regular' !important;
 }
 ul.check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 18px;
  height: 12px;
  background-image: url('/dist/image/common/v.svg');
  background-size: cover;
  transform: translateY(-50%);
}

/* 로딩 화면 스타일 */
.loading-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.9);
	justify-content: center;
	align-items: center;
}

.spinner {
	border: 4px solid rgba(0, 0, 0, 0.3);
	border-top: 4px solid #3498db;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
}

.red {color: #C64040;font-family: 'Pretendard-SemiBold';font-size: .8em}


@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


@media screen and (max-width:766px) {
	.floating_top {position:fixed;bottom:27px;right:4%;width: 50px;height: 50px;border-radius:100%;background:url("/dist/image/common/top_btn.png") no-repeat center/contain;background-size: 85%;z-index:10;cursor:pointer;}
	.floating_top:focus-visible {border-color:#999;}
	.floating_top svg {position: absolute;left: 0;top: 0px;z-index: 10;width: 100%;height: 100%;stroke-width: 1px;stroke: #000000;fill: none;transform: rotate(-90deg);}
	.floating_top .top_cir {width:100%;height:100%;border: var(--bdrColor);}
  
  
  .page_nav {margin: 50px auto 50px;font-size: 20px;color: #A0A2A5;font-family: 'Pretendard-ExtraBold';}
  
  .default_btn {font-family: 'Pretendard-Medium';height: 60px;padding: 0 30px;background: #a36d30;color: #fff;font-size: 14px;min-width: 280px;text-align: left;position: relative;border: 0;transition: all .5s;border-radius: 35px}
  .default_btn:hover {background: #946b6a;transition: all .5s;}
  .default_btn:after {position: absolute;right: 30px;top:25px;content: '';background: url('/dist/image/common/btn_arrow.svg') no-repeat;width: 10px;height: 9px;background-size: cover;transition: all .5s}
  .default_btn:hover:after {right: 20px;}
}