.wh {color: #ffffff}
/* floating_top */
.floating_top {position:fixed;bottom:40px;right:27px;width: 70px;height: 70px;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);}
.floating_top .txt {font-size: 13px;position: fixed;bottom: 20px;right: 27px;width: 70px;text-align: center}
.floating_top .txt  {color: #000000 !important}

.floating_blog {position:fixed;bottom:115px;right:30px;z-index:10;cursor:pointer;}
.floating_blog img {width: 60px;height: 60px;}

.default_btn {font-family: 'Pretendard-Medium';height: 60px;padding: 0 30px;background: #57b2c4;color: #fff;font-size: 14px;min-width: 230px;text-align: left;position: relative;border: 0;transition: all .5s}
.default_btn:hover {background: rgba(87, 178, 196, 0.8);transition: all .5s}
.default_btn:after {position: absolute;right: 25px;top:25px;content: '';background: url('/dist/image/common/btn_arrow.svg') no-repeat;width: 11px;height: 10px;background-size: cover;transition: all .5s}
.default_btn:hover:after {right: 18px;}

.default_btn2 {font-family: 'Pretendard-Medium';height: 60px;padding: 0 30px;background: rgba(255, 255, 255, 0.7);color: #4D3838;font-size: 14px;min-width: 250px;text-align: left;position: relative;border: 0;transition: all .5s}
.default_btn2:hover {background: rgba(255, 255, 255, 0.5);transition: all .5s}
.default_btn2:after {position: absolute;right: 25px;top:25px;content: '';background: url('/dist/image/common/btn_arrow2.svg') no-repeat;width: 11px;height: 10px;background-size: cover;transition: all .5s}
.default_btn2:hover:after {right: 18px;}

.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-Medium';height: 60px;padding-left: 45px;background: #797979;color: #fff;font-size: 13px;min-width: 230px;text-align: left;position: relative;border: 0;transition: all .3s;border-radius: 9px;}

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

button:hover.talk {background: #5eb150;color: #ffffff;transition: all .3s}
button:hover.talk2 {background: #595bd2;color: #ffffff;transition: all .3s}
button:hover.kakao {background: #fcdb2a;color: #5A4231;transition: all .3s}
button:hover.naver {background: #5eb150;color: #ffffff;transition: all .3s}

.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.insta:after {position: absolute;left: 20px;top:18px;content: '';background: url('/dist/image/common/instagram.svg') 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: 17px;height: 16px;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: 17px;height: 16px;background-size: cover;transition: all .5s}



.page_nav {margin: 80px auto 0;font-size: 22px;color: #BEBEBE;font-family: 'Outfit','Pretendard-ExtraBold';font-weight: 600}
.page_nav li {padding: 0 20px;cursor: pointer}
.page_nav li.on {color: #000000}

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

ul.dots li {
  position: relative;
  padding: 3px 0 3px 15px;
}

ul.dots li::before {
  content: '•';
  color: #397c89;
  font-size: 12px;
  position: absolute;
  left: 0;
  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: 1em !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:850px) {

  .default_btn {height: 50px;padding: 0 30px;font-size: 13px;min-width: 230px;text-align: left;position: relative;border: 0;transition: all .5s}
  .default_btn:hover {background: #379b4b;transition: all .5s}
  .default_btn:after {position: absolute;right: 25px;top:20px;content: '';background: url('/dist/image/common/btn_arrow.svg') no-repeat;width: 11px;height: 10px;background-size: cover;transition: all .5s}
  .default_btn:hover:after {right: 18px;}
  
  .default_btn2 {height: 50px;padding: 0 30px;font-size: 13px;min-width: 230px;text-align: left;position: relative;border: 0;transition: all .5s}
  .default_btn2:hover {background: rgba(255, 255, 255, 0.9);transition: all .5s}
  .default_btn2:after {position: absolute;right: 25px;top:20px;content: '';background: url('/dist/image/common/btn_arrow2.svg') no-repeat;width: 11px;height: 10px;background-size: cover;transition: all .5s}
  .default_btn2:hover:after {right: 18px;}
  
  
	.floating_top {position:fixed;bottom:37px;right:4%;width: 54px;height: 54px;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);}
  .floating_top .txt {font-size: 12px;position: fixed;bottom: 20px;right: 4%;width: 54px;text-align: center}

  .floating_blog {position:fixed;bottom:95px;right:4%;z-index:10;cursor:pointer;padding:3px}
  .floating_blog img {width: 48px;height: 48px;}
  
  
  .page_nav {margin: 50px auto 50px;font-size: 20px;color: #A0A2A5;font-family: 'Pretendard-ExtraBold';}
  
  

}