/*

1.  Table of Contents 
2.  Typography
3.  Structure
4.  Page Logos
5.  Highlight Colors
6.  Header and Page Title
7.  Footer Menu
8.  Menu Structure & Design
9.  General Utility Classes
10. Preloader
11. Buttons
12. Icons
13. Accordion
14. Offline Detection
15. Add to Home
16. Ads
17. Alerts
18. Notifications
19. Back to Top
20. Cards
21. Chips
22. Dividers
23. Switches
24. Radios & Checkboxes
25. Input Styles
26. Range Sliders
27. List Groups
28. Toasts
29. Snackbars
30. Pagination
31. Search
32. Tabs
33. Working Hours
34. Iframes
35. Page Calendar
36. Page Chat
37. Page Contact
38. Page Map
39. Page Media
40. Page Timeline
41. Page Interests
42. Page VCard
43. Dark Mode Settings
44. Demo Styles - Can be Removed
45. Lightbox Plugin
46. Owl Carousel
*/
body {
  font-size: 13px;
  font-family: 'Pretendard', sans-serif !important;
  line-height: 24px !important;
  color: #727272 !important;
  background-color: #FFF;
  -webkit-touch-callout: none; 
  user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  -webkit-user-select: none;
}
html[lang=ko] body	{
	font-family: 'Pretendard', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #1f1f1f;
  font-family: 'Pretendard', sans-serif !important;
  margin-bottom: 5px;
  letter-spacing: -0.8px;
}
html[lang=ko] h1,
html[lang=ko] h2,
html[lang=ko] h3,
html[lang=ko] h4,
html[lang=ko] h5,
html[lang=ko] h6	{
	font-family: 'Pretendard', sans-serif !important;
	font-weight: 500;
}

h1 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 5px;
}
html[lang=ko] h1	{
	font-weight: 700;
}

h2 {
  font-size: 21px;
  line-height: 25px;
}
html[lang=ko] h2	{
	font-weight: 600;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 23px;
}

h5 {
  font-size: 16px;
  line-height: 22px;
}

a {
  text-decoration: none !important;
}

p {
  color: #727272;
  margin-bottom: 30px;
  padding-bottom: 0px;
}
.text-hint	{
	font-size:11px;
	font-weight: 400;
	line-height:14px;
	color:rgba(114,114,114,.7);
}

.price-sup {
  display: inline-block;
  transform: translateY(-10px);
}

h1 .badge, h2 .badge, h3 .badge, h4 .badge, h5 .badge {
  transform: translateY(-3px);
}

/*Page Stucture Settings*/
#page {
  overflow-x: hidden;
  position: relative;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

.page-content {
  position: relative;
  transition: all 300ms ease;
  z-index: 90;
  min-height: calc(100vh - 80px - (constant(safe-area-inset-bottom)));
  min-height: calc(100vh - 80px - (env(safe-area-inset-bottom)));
  padding-bottom: 80px;
  padding-bottom: calc(80px + (constant(safe-area-inset-bottom))*1.1);
  padding-bottom: calc(80px + (env(safe-area-inset-bottom))*1.1);
}
.page-content.payment-content	{
  min-height: calc(100vh - 121px - (constant(safe-area-inset-bottom)));
  min-height: calc(100vh - 121px - (env(safe-area-inset-bottom)));
  padding-bottom: 121px;
  padding-bottom: calc(121px + (constant(safe-area-inset-bottom))*1.1);
  padding-bottom: calc(121px + (env(safe-area-inset-bottom))*1.1);
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}
.page-content.main-page-content	{
	margin-top: calc(0px - (constant(safe-area-inset-top)));
	margin-top: calc(0px - (env(safe-area-inset-top)));
}
.page-content-bg {
  z-index: 52;
  position: fixed;
  top: -1250px;
  bottom: -1250px;
  transform: translate3d(0, 0, 0);
  left: -50px;
  right: -50px;
}

.content-box {
  background-color: #FFFFFF;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}

/*Content Boxes*/
.content {
  margin: 20px 15px 20px 15px;
}

.content p:last-child {
  margin-bottom: 0px;
}

.content-full {
  margin: 0px;
}

.content-boxed {
  padding: 20px 15px 0px 15px;
}

/*Logos*/
.header-logo {
  background-size: 28px 28px;
  width: 50px;
}

.footer .footer-logo {
  background-size: 80px 80px;
  height: 80px !important;
  margin-bottom: 20px !important;
}



/* Generating Color Pack*/
.color-highlight {
  color: #4A89DC !important;
}

.bg-highlight {
  background-color: #4A89DC !important;
  color: #FFF !important;
}

.border-highlight {
  border-color: #4A89DC !important;
}

.gradient-highlight {
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC) !important;
}

.gradient-menu {
  background-image: linear-gradient(130deg, #7ea5f6, #ff384c) !important;
}

.color-highlight-light {
  color: #5D9CEC !important;
}

.bg-highlight-light {
  background-color: #5D9CEC !important;
  color: #FFF !important;
}

.bg-highlight-fade {
  background-color: #FFF !important;
  color: #FFF !important;
}

.color-highlight-dark {
  color: #4A89DC !important;
}

.color-icon-highlight {
  stroke: #4A89DC !important;
  fill: #4A89DC !important;
}

.bg-highlight-dark {
  background-color: #4A89DC !important;
  color: #FFF !important;
}

.bg-dark-custom{
	background-color: #454C56;
	color: #FFFFFF;
}

.border-dark-custom {
	border-color: #454C56 !important;
}

.border-highlight-light {
  border-color: #5D9CEC !important;
}

.border-highlight-dark {
  border-color: #4A89DC !important;
}

.gradient-highlight {
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC);
}

.color-green-light {
  color: #A0D468 !important;
}

.bg-none {
	background: none !important;
}

.bg-green-light {
  background-color: #A0D468 !important;
  color: #FFF !important;
}

.bg-green-fade {
  background-color: rgba(140, 193, 82, 0.7) !important;
  color: #FFF !important;
}

.color-green-dark {
  color: #8CC152 !important;
}

.color-icon-green {
  stroke: #8CC152 !important;
  fill: rgba(140, 193, 82, 0.3) !important;
}

.bg-green-dark {
  background-color: #8CC152 !important;
  color: #FFF !important;
}

.border-green-light {
  border-color: #A0D468 !important;
}

.border-green-dark {
  border-color: #8CC152 !important;
}

.gradient-green {
  background-image: linear-gradient(to bottom, #A0D468, #8CC152);
}

.color-red-light {
  color: #ED5565 !important;
}

.bg-red-light {
  background-color: #ED5565 !important;
  color: #FFF !important;
}

.bg-red-fade {
  background-color: rgba(218, 68, 83, 0.7) !important;
  color: #FFF !important;
}

.color-red-dark {
  color: #DA4453 !important;
}

.color-icon-red {
  stroke: #DA4453 !important;
  fill: rgba(218, 68, 83, 0.3) !important;
}

.bg-red-dark {
  background-color: #DA4453 !important;
  color: #FFF !important;
}

.border-red-light {
  border-color: #ED5565 !important;
}

.border-red-dark {
  border-color: #DA4453 !important;
}

.gradient-red {
  background-image: linear-gradient(to bottom, #ED5565, #DA4453);
}

.color-orange-light {
  color: #FC6E51 !important;
}

.bg-orange-light {
  background-color: #FC6E51 !important;
  color: #FFF !important;
}

.bg-orange-fade {
  background-color: rgba(233, 87, 63, 0.7) !important;
  color: #FFF !important;
}

.color-orange-dark {
  color: #E9573F !important;
}

.color-icon-orange {
  stroke: #E9573F !important;
  fill: rgba(233, 87, 63, 0.3) !important;
}

.bg-orange-dark {
  background-color: #E9573F !important;
  color: #FFF !important;
}

.bg-orange {
	background-color: #F26248 !important;
}

.border-orange-light {
  border-color: #FC6E51 !important;
}

.border-orange-dark {
  border-color: #E9573F !important;
}

.gradient-orange {
  background-image: linear-gradient(to bottom, #FC6E51, #E9573F);
}

.color-yellow-light {
  color: #FFCE54 !important;
}

.bg-yellow-light {
  background-color: #FFCE54 !important;
  color: #FFF !important;
}

.bg-yellow-fade {
  background-color: rgba(246, 187, 66, 0.7) !important;
  color: #FFF !important;
}

.color-yellow-dark {
  color: #F6BB42 !important;
}

.color-icon-yellow {
  stroke: #F6BB42 !important;
  fill: rgba(246, 187, 66, 0.3) !important;
}

.bg-yellow-dark {
  background-color: #F6BB42 !important;
  color: #FFF !important;
}

.border-yellow-light {
  border-color: #FFCE54 !important;
}

.border-yellow-dark {
  border-color: #F6BB42 !important;
}

.gradient-yellow {
  background-image: linear-gradient(to bottom, #FFCE54, #F6BB42);
}

.color-blue-light {
  color: #5D9CEC !important;
}

.bg-blue-light {
  background-color: #5D9CEC !important;
  color: #FFF !important;
}

.bg-blue-fade {
  background-color: rgba(74, 137, 220, 0.7) !important;
  color: #FFF !important;
}

.color-blue-dark {
  color: #4A89DC !important;
}

.color-icon-blue {
  stroke: #4A89DC !important;
  fill: rgba(74, 137, 220, 0.3) !important;
}

.bg-blue-dark {
  background-color: #4A89DC !important;
  color: #FFF !important;
}

.border-blue-light {
  border-color: #5D9CEC !important;
}

.border-blue-dark {
  border-color: #4A89DC !important;
}

.gradient-blue {
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC);
}

.color-teal-light {
  color: #A0CECB !important;
}

.bg-teal-light {
  background-color: #A0CECB !important;
  color: #FFF !important;
}

.bg-teal-fade {
  background-color: rgba(125, 177, 177, 0.7) !important;
  color: #FFF !important;
}

.color-teal-dark {
  color: #7DB1B1 !important;
}

.color-icon-teal {
  stroke: #7DB1B1 !important;
  fill: rgba(125, 177, 177, 0.3) !important;
}

.bg-teal-dark {
  background-color: #7DB1B1 !important;
  color: #FFF !important;
}

.border-teal-light {
  border-color: #A0CECB !important;
}

.border-teal-dark {
  border-color: #7DB1B1 !important;
}

.gradient-teal {
  background-image: linear-gradient(to bottom, #A0CECB, #7DB1B1);
}

.color-mint-light {
  color: #48CFAD !important;
}

.bg-mint-light {
  background-color: #48CFAD !important;
  color: #FFF !important;
}

.bg-mint-fade {
  background-color: rgba(55, 188, 155, 0.7) !important;
  color: #FFF !important;
}

.color-mint-dark {
  color: #37BC9B !important;
}

.color-icon-mint {
  stroke: #37BC9B !important;
  fill: rgba(55, 188, 155, 0.3) !important;
}

.bg-mint-dark {
  background-color: #37BC9B !important;
  color: #FFF !important;
}

.border-mint-light {
  border-color: #48CFAD !important;
}

.border-mint-dark {
  border-color: #37BC9B !important;
}

.gradient-mint {
  background-image: linear-gradient(to bottom, #48CFAD, #37BC9B);
}

.color-pink-light {
  color: #EC87C0 !important;
}

.bg-pink-light {
  background-color: #EC87C0 !important;
  color: #FFF !important;
}

.bg-pink-fade {
  background-color: rgba(215, 112, 173, 0.7) !important;
  color: #FFF !important;
}

.color-pink-dark {
  color: #D770AD !important;
}

.color-icon-pink {
  stroke: #D770AD !important;
  fill: rgba(215, 112, 173, 0.3) !important;
}

.bg-pink-dark {
  background-color: #D770AD !important;
  color: #FFF !important;
}

.border-pink-light {
  border-color: #EC87C0 !important;
}

.border-pink-dark {
  border-color: #D770AD !important;
}

.gradient-pink {
  background-image: linear-gradient(to bottom, #EC87C0, #D770AD);
}

.color-magenta-light {
  color: #AC92EC !important;
}

.bg-magenta-light {
  background-color: #AC92EC !important;
  color: #FFF !important;
}

.bg-magenta-fade {
  background-color: rgba(150, 122, 220, 0.7) !important;
  color: #FFF !important;
}

.color-magenta-dark {
  color: #967ADC !important;
}

.color-icon-magenta {
  stroke: #967ADC !important;
  fill: rgba(150, 122, 220, 0.3) !important;
}

.bg-magenta-dark {
  background-color: #967ADC !important;
  color: #FFF !important;
}

.border-magenta-light {
  border-color: #AC92EC !important;
}

.border-magenta-dark {
  border-color: #967ADC !important;
}

.gradient-magenta {
  background-image: linear-gradient(to bottom, #AC92EC, #967ADC);
}

.color-brown-light {
  color: #BAA286 !important;
}

.bg-brown-light {
  background-color: #BAA286 !important;
  color: #FFF !important;
}

.bg-brown-fade {
  background-color: rgba(170, 142, 105, 0.7) !important;
  color: #FFF !important;
}

.color-brown-dark {
  color: #AA8E69 !important;
}

.color-icon-brown {
  stroke: #AA8E69 !important;
  fill: rgba(170, 142, 105, 0.3) !important;
}

.bg-brown-dark {
  background-color: #AA8E69 !important;
  color: #FFF !important;
}

.border-brown-light {
  border-color: #BAA286 !important;
}

.border-brown-dark {
  border-color: #AA8E69 !important;
}

.gradient-brown {
  background-image: linear-gradient(to bottom, #BAA286, #AA8E69);
}

.color-gray-light {
  color: #e2e5ea !important;
}

.color-gray-light-custom {
  color: #B9B7B6 !important;
}

.bg-gray{
	background-color: #EEEEEE !important;
}

.bg-gray-semi-light{
  background-color: #1F1F1F33 !important;
  color: #FFF !important;
}

.bg-gray-light {
  background-color: #e2e5ea !important;
  color: #FFF !important;
}

.bg-grege {
	background-color: #F3F3F3 !important;
}

.bg-gray-fade {
  background-color: rgba(170, 178, 189, 0.7) !important;
  color: #FFF !important;
}

.color-gray-dark {
  color: #AAB2BD !important;
}

.color-icon-gray {
  stroke: #AAB2BD !important;
  fill: rgba(170, 178, 189, 0.3) !important;
}

.bg-gray-dark {
  background-color: #AAB2BD !important;
  color: #FFF !important;
}

.border-gray-light {
  border-color: #e2e5ea !important;
}

.border-gray-dark {
  border-color: #AAB2BD !important;
}

.gradient-gray {
  background-image: linear-gradient(to bottom, #e2e5ea, #AAB2BD);
}

.color-dark-light {
  color: #656D78 !important;
}

.bg-dark-light {
  background-color: #656D78 !important;
  color: #FFF !important;
}

.bg-dark-fade {
  background-color: rgba(67, 74, 84, 0.7) !important;
  color: #FFF !important;
}

.bg-dark-light-custom {
  background-color: #070707 !important;
  color: #FFF !important;
}

.color-dark-dark {
  color: #434A54 !important;
}

.color-icon-dark {
  stroke: #434A54 !important;
  fill: rgba(67, 74, 84, 0.3) !important;
}

.bg-dark-dark {
  background-color: #434A54 !important;
  color: #FFF !important;
}

.border-dark-light {
  border-color: #656D78 !important;
}

.border-dark-dark {
  border-color: #434A54 !important;
}

.gradient-dark {
  background-image: linear-gradient(to bottom, #656D78, #434A54);
}

.color-white-light {
  color: #FFF !important;
}

.bg-white-light {
  background-color: #FFF !important;
  color: #FFF !important;
}

.bg-white-fade {
  background-color: rgba(255, 255, 255, 0.7) !important;
  color: #FFF !important;
}

.color-white-dark {
  color: #FFF !important;
}

.color-icon-white {
  stroke: #FFF !important;
  fill: rgba(255, 255, 255, 0.3) !important;
}

.bg-white-dark {
  background-color: #FFF !important;
  color: #FFF !important;
}

.border-white-light {
  border-color: #FFF !important;
}

.border-white-dark {
  border-color: #FFF !important;
}

.gradient-white {
  background-image: linear-gradient(to bottom, #FFF, #FFF);
}

/*Social Colors*/
.color-facebook {
  color: #3b5998 !important;
}

.bg-facebook {
  background-color: #3b5998 !important;
}

.color-linkedin {
  color: #0077B5 !important;
}

.bg-linkedin {
  background-color: #0077B5 !important;
}

.color-twitter {
  color: #4099ff !important;
}

.bg-twitter {
  background-color: #4099ff !important;
}

.color-google {
  color: #d34836 !important;
}

.bg-google {
  background-color: #d34836 !important;
}

.color-whatsapp {
  color: #34AF23 !important;
}

.bg-whatsapp {
  background-color: #34AF23 !important;
}

.color-pinterest {
  color: #C92228 !important;
}

.bg-pinterest {
  background-color: #C92228 !important;
}

.color-mail {
  color: #3498db !important;
}

.bg-mail {
  background-color: #3498db !important;
}

.color-phone {
  color: #27ae60 !important;
}

.bg-phone {
  background-color: #27ae60 !important;
}

.color-instagram {
  color: #e1306c !important;
}

.bg-instagram {
  background-color: #e1306c !important;
}

/*Default Colors*/
.color-white {
  color: #FFF !important;
}

.color-black {
  color: #000 !important;
}

.border-transparent {
  border-color: transparent !important;
}

/*--Header---*/
.header-title span {
  font-family: 'Pretendard', sans-serif;
}
html[land=ko] .header-title span	{
	font-family: 'Pretendard', sans-serif;
}

.footer-title span {
  font-family: 'Pretendard', sans-serif;
}
html[land=ko] .footer-title span	{
	font-family: 'Pretendard', sans-serif;
}

.header-logo {
  color: rgba(0, 0, 0, 0) !important;
}

.header-logo span {
  display: none;
  display: none;
}

.header {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: calc(50px + constant(safe-area-inset-top));
  height: calc(50px + env(safe-area-inset-top));
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  z-index: 99;
  transition: all 300ms ease;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}

.header .header-title {
  position: absolute;
  height: 50px;
  line-height: 49px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  z-index: 1;
  font-family: 'Pretendard', sans-serif;
}

.header .header-title {
  font-family: 'Pretendard', sans-serif;
}

.header .header-logo {
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 50%;
}

.header .header-icon {
  position: absolute;
  height: 50px;
  width: 45px;
  text-align: center;
  line-height: 49px;
  font-size: 12px;
  color: #1f1f1f;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0) !important;
}

.header .dropdown-menu {
  z-index: 99;
}

.footer .footer-logo {
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 50%;
}

.header-auto-show {
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
}

.header-active {
  opacity: 1;
  pointer-events: all;
  transition: all 300ms ease;
}

.header-always-show .header {
  margin-top: 0px !important;
}

.header-static {
  position: relative !important;
}

.header-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  border: none !important;
}

.header-clear {
  padding-top: 50px;
}

.header-clear-small {
  padding-top: 20px;
}

.header-clear-medium {
  padding-top: 70px;
}

.header-clear-large {
  padding-top: 85px;
}

.header-icon .badge {
  position: absolute;
  margin-left: -5px;
  color: #FFF !important;
  width: 16px;
  text-align: center;
  line-height: 16px;
  padding: 0px;
  padding-left: 1px !important;
  border-radius: 18px;
  margin-top: 7px;
  font-size: 11px;
}

.header-transparent-light {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none !important;
}

.header-transparent-light a {
  color: #FFF;
}

.header-transparent-dark {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none !important;
}

.header-transparent-dark a {
  color: #000;
}

.header-logo-center .header-icon-1 {
  left: 0px;
}

.header-logo-center .header-icon-2 {
  left: 45px;
}

.header-logo-center .header-icon-3 {
  right: 45px;
}

.header-logo-center .header-icon-4 {
  right: 0px;
}

.header-logo-center .header-title {
  width: 250px;
  left: 50%;
  margin-left: -125px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-logo-center .header-logo {
  background-position: center center;
  width: 150px !important;
  left: 50%;
  margin-left: -75px;
  text-align: center;
}

.header-logo-left .header-icon-1 {
  right: 0px;
}

.header-logo-left .header-icon-2 {
  right: 45px;
}

.header-logo-left .header-icon-3 {
  right: 90px;
}

.header-logo-left .header-icon-4 {
  right: 135px;
}

.header-logo-left .header-logo {
  left: 0px !important;
  margin-left: 0px !important;
}

.header-logo-left .header-title {
  left: 15px !important;
  margin-left: 0px !important;
}

.header-logo-right .header-icon-1 {
  left: 0px;
}

.header-logo-right .header-icon-2 {
  left: 45px;
}

.header-logo-right .header-icon-3 {
  left: 90px;
}

.header-logo-right .header-icon-4 {
  left: 135px;
}

.header-logo-right .header-logo {
  left: auto !important;
  right: 20px !important;
  margin-left: 0px !important;
}

.header-logo-right .header-title {
  left: auto !important;
  right: 20px !important;
  margin-left: 0px !important;
}

.header-logo-app .header-icon-1 {
  left: 0px;
}

.header-logo-app .header-icon-2 {
  right: 2px;
}

.header-logo-app .header-icon-3 {
  right: 45px;
}

.header-logo-app .header-icon-4 {
  right: 90px;
}

.header-logo-app .header-logo {
  left: 0px !important;
  margin-left: 40px !important;
}

.header-logo-app .header-title {
  left: 0px !important;
  margin-left: 50px !important;
}

.footer-logo span {
  display: none;
}

.header-demo {
  z-index: 98 !important;
  position: relative;
}

.is-on-homescreen .notch-clear {
  padding-top: calc(0px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(0px + (env(safe-area-inset-top))*0.8) !important;
}

.is-on-homescreen .header-clear-notch {
  padding-top: calc(0px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(0px + (env(safe-area-inset-top))*0.8) !important;
}

.is-on-homescreen .header-clear-small {
  padding-top: calc(20px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(20px + (env(safe-area-inset-top))*0.8) !important;
}

.is-on-homescreen .header-clear-medium {
  padding-top: calc(70px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(70px + (env(safe-area-inset-top))*0.8) !important;
}

.is-on-homescreen .header-clear-large {
  padding-top: calc(85px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(85px + (env(safe-area-inset-top))*0.8) !important;
}

.is-on-homescreen .header {
  height: calc(50px + (constant(safe-area-inset-top))*0.8) !important;
  height: calc(50px + (env(safe-area-inset-top))*0.8) !important;
}

.is-on-homescreen .header-icon {
  margin-top: calc((constant(safe-area-inset-top))*0.8) !important;
  margin-top: calc((env(safe-area-inset-top))*0.8) !important;
}

.is-on-homescreen .header-title {
  margin-top: calc((constant(safe-area-inset-top))*0.8) !important;
  margin-top: calc((env(safe-area-inset-top))*0.8) !important;
}

.is-on-homescreen .page-title {
  padding-top: calc((constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc((env(safe-area-inset-top))*0.8) !important;
}

/*Page Titles*/
.page-title {
  display: flex;
  transition: all 300ms ease;
  margin-top: 23px;
  margin-bottom: 30px;
}

.page-title h1 {
  margin-right: auto;
  font-weight: 700 !important;
  font-size: 28px;
  padding-top: 3px;
  margin-left: 15px;
}

.page-title div {
  margin-right: auto;
}

.page-title p {
  font-weight: 500;
  margin-top: -9px;
  margin-bottom: -10px;
  margin-left: 15px;
}

.page-title-fixed {
  dislay: flex;
  position: fixed;
  left: 0px;
  right: 0px;
}

.page-title-over {
  z-index: 99;
}

.page-title-clear {
  height: 90px;
/*   height: calc(90px + (constant(safe-area-inset-top))*0.8) !important; */
/*   height: calc(90px + (env(safe-area-inset-top))*0.8) !important; */
}

.page-title-icon {
  float: left;
  z-index: 2;
  height: 38px;
  width: 38px;
  margin-right: 13.33333px;
  line-height: 39px;
  border-radius: 16px;
  text-align: center;
}

.page-content-top {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 53;
}

.page-content-top .owl-carousel {
  touch-action: pan-x;
}

/*-Footer Menu-*/
#footer-bar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 98;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  min-height: 61px;
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 350ms ease !important;
}

#footer-bar a {
  color: #1f1f1f;
  padding-top: 12px;
  position: relative;
  flex: 1 1 auto;
  width: 25%;
}

#footer-bar a span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-top: -6px;
  opacity: 0.7;
  font-family: "Roboto", sans-serif !important;
}
html[lang=ko] #footer-bar a span	{
	font-family: 'Pretendard', sans-serif !important;
	font-weight: 400;
}

#footer-bar a i {
  font-size: 18px;
  position: relative;
  z-index: 2;
}

#footer-bar a svg {
  transform: translateY(-6px);
}

#footer-bar .badge {
  font-style: normal;
  z-index: 5;
  top: 0px;
  position: absolute;
  margin-left: 3px;
  color: #FFF !important;
  width: 18px;
  text-align: center;
  line-height: 18px;
  padding: 0px;
  padding-left: 0px !important;
  border-radius: 18px;
  margin-top: 7px;
  font-size: 11px;
}

.footer-bar-2 .active-nav {
  color: #FFF !important;
}

.footer-bar-2 .active-nav strong {
  background-color: #5D9CEC;
  position: absolute;
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  bottom: 0px;
}

.footer-bar-4 .active-nav {
  color: #FFF !important;
}

.footer-bar-4 .active-nav strong {
  position: absolute;
  width: 47px;
  height: 47px;
  border-radius: 60px;
  left: 50%;
  top: 50%;
  background-color: #5D9CEC;
  transform: translate(-50%, -50%);
  bottom: 0px;
}

.footer-bar-4 .active-nav i {
  padding-top: 8px;
}

.footer-bar-4 span {
  display: none !important;
}

.footer-bar-4 i {
  padding-top: 10px;
}

.footer-bar-5 .active-nav strong {
  background-color: #5D9CEC;
  position: absolute;
  width: 50px;
  height: 2px;
  border-radius: 60px;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.footer-bar-1 .active-nav strong {
  background-color: #5D9CEC;
  position: absolute;
  width: 50px;
  height: 2px;
  border-radius: 60px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.footer-bar-6 u {
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-bar-6 {
  margin-left: -3px;
}

.footer-bar-6 span {
  font-size: 11px !important;
}

.footer-bar-6 i {
  transform: translateY(-2px);
  opacity: 0.7;
}

.footer-bar-6 .circle-nav strong {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  left: 50%;
  top: -23px;
  z-index: 0;
  transform: translateX(-50%);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
  animation: footerAni 1s infinite;
  background-image: linear-gradient(to bottom, #1b55bf 0%, #1740bf 100%) !important;
}

@keyframes footerAni {
  0% {
    transform: scale(1, 1) translateX(-50%);
  }
  50% {
    transform: scale(1.05, 1.05) translateX(-48%);
  }
}

.footer-bar-6 .circle-nav span {
  font-size: 11px !important;
  margin-top: -8px !important;
}

.footer-bar-6 .circle-nav i {
  transform: translateY(-21px) translateX(0px);
  color: #FFF !important;
  opacity: 1 !important;
  font-size: 20px !important;
  position: relative;
  z-index: 2;
}

.footer-bar-6 .circle-nav svg {
  width: 25px !important;
  height: 25px !important;
  stroke: #FFF !important;
  fill: rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-25px) translateX(-1px) !important;
  position: relative;
  z-index: 2;
}

.footer-bar-6 .circle-nav u {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 50px;
  border-radius: 50px;
  height: 50px;
  z-index: 0;
}

.footer-bar-6 .active-nav em {
  position: absolute;
  width: 60px;
  height: 4px;
  border-radius: 60px;
  left: 50%;
  top: 57px;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #1b55bf 0%, #1740bf 100%) !important;
}

.footer-bar-3 span {
  display: none !important;
}

.footer-bar-3 .active-nav {
  padding-top: 11px !important;
}

.footer-bar-3 .active-nav span {
  display: block !important;
  color: #5D9CEC;
}

.footer-bar-3 .active-nav i {
  color: #5D9CEC;
}

.footer-bar-3 a {
  padding-top: 18px !important;
}

.footer-menu-hidden {
  transition: all 100ms ease;
  transform: translateY(100%) !important;
}

.footer-bar-white * {
  color: #FFF;
}

#footer-bar.position-relative {
  z-index: 2 !important;
}

.is-ios #footer-bar {
  height: calc(65px + (constant(safe-area-inset-bottom))*1.1);
  height: calc(65px + (env(safe-area-inset-bottom))*1.1);
}

.is-not-ios .footer-menu-clear {
  height: 70px;
  display: block;
}

.is-not-ios .footer {
  padding-bottom: 0px;
}

.is-not-ios #footer-menu a i {
  padding-top: 13px;
}

.is-not-ios #footer-menu a span {
  opacity: 0.6;
}

/*Menus & Action Sheets & Modals*/
/*--Menu System---*/
.menu-title {
  position: relative;
}

.menu-title h1 {
  font-size: 28px;
  font-weight: 700;
  padding: 20px 0px 10px 15px;
}

.menu-title p {
  font-weight: 600;
  font-size: 12px;
  margin: 15px 0px -25px 15px !important;
  padding: 0px 0px 0px 0px;
}

.menu-title a {
  font-size: 20px;
/*   color: #dc3545; */
  color: #151F2B;
  position: absolute;
  text-align: center;
  width: 55px;
  right: 0px;
  top: 50%;
  margin-top: -13px;
}

.menu-bg {
  background-color: #f8fbfb;
}

.menu-hider {
  position: fixed;
  top: -100px;
  bottom: -100px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease;
}

.menu {
  position: fixed;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 101;
  overflow: scroll;
  transition: all 300ms ease;
  -webkit-overflow-scrolling: touch;
}

.menu .content {
  margin-bottom: 0px !important;
}
.menu[data-menu-height="auto"] .content	{
	margin-bottom: 20px !important;
}

.menu-box-left {
  left: 0px;
  top: 0px !important;
  width: 250px;
  height: 100%;
  bottom: 0px;
  transform: translate3d(-100%, 0, 0);
  /*padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);*/
}

.menu-box-right {
  display: none;
  right: 0px;
  transform: translateX(100%);
  top: 0px !important;
  height: 100%;
  bottom: 0px;
  width: 250px;
  /*padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);*/
}

.menu-box-top {
  transform: translate3d(0, -115%, 0);
  top: 0px;
  left: 0px;
  right: 0px;
  height: 300px;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

.menu-box-bottom {
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 300px;
  transform: translate3d(0, 110%, 0);
}

.menu-box-modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  opacity: 0;
  pointer-events: none;
  transition: all 200ms ease;
}

.menu-box-top.menu-box-detached {
  top: 10px;
  left: 10px;
  right: 10px;
}

.menu-box-bottom.menu-box-detached {
  bottom: 20px;
  left: 10px;
  right: 10px;
}

.menu-box-left.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.menu-box-right.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.menu-box-top.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.is-on-homescreen .menu-box-top.menu-active {
  transform: translate3d(0%, 40px, 0) !important;
}

.menu-box-bottom.menu-active {
  transform: translate3d(0%, 20px, 0) !important;
}

.menu-box-bottom-full.menu-active {
  transform: translate3d(0%, 0px, 0) !important;
}

.menu-box-modal.menu-active {
  transition: all 200ms ease;
  pointer-events: all !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
}

.menu-hider.menu-active {
  transition: all 300ms ease;
  opacity: 1;
  pointer-events: all;
}

.menu-hider.menu-active.menu-active-clear {
  background-color: rgba(0, 0, 0, 0) !important;
}

.menu-box-left[data-menu-effect="menu-reveal"] {
  opacity: 0;
  pointer-events: none;
  transform: translate(0px) !important;
  z-index: 96;
}

.menu-box-right[data-menu-effect="menu-reveal"] {
  opacity: 0;
  pointer-events: none;
  transform: translate(0px) !important;
  z-index: 96;
}

.menu-active.menu {
  opacity: 1 !important;
  transition: all 300ms ease;
  pointer-events: all !important;
}

/*Menu Update*/
#menu-update {
  background-color: #FFF;
  position: fixed;
  z-index: 9999;
  width: 310px;
  height: 430px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
  transition: all 300ms ease;
}

.menu-active {
  opacity: 1 !important;
}

.menu-active-no-click {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: all !important;
}

#menu-install-pwa-ios {
  overflow: visible !important;
}

.fa-ios-arrow {
  transform: translateY(4px);
}

.theme-light .fa-ios-arrow {
  color: #FFF !important;
}

.menu-open {
  overflow: hidden !important;
}

/*Menu Design*/
/*Menu*/
.menu-divider {
  padding-left: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.3px;
}

.menu-list a {
  padding-left: 55px;
  color: #7e8793;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Pretendard', sans-serif;
  line-height: 48px;
  display: block;
}

.menu-list a i {
  font-size: 15px;
  height: 45px;
  color: #707883 !important;
  width: 50px;
  text-align: center;
  line-height: 48px;
  position: absolute;
  margin-left: -50px;
}

.menu-list-image a {
  position: relative;
}

.menu-list-image {
  padding-top: 5px;
  padding-left: 10px;
}

.menu-list-image img {
  height: 33px;
  color: #707883 !important;
  width: 33px;
  margin-top: 8px;
  border-radius: 13px !important;
  text-align: center;
  line-height: 45px;
  position: absolute;
  margin-left: -47px;
}

.theme-light .menu .active-nav {
  font-weight: 700;
  color: #000 !important;
}

.theme-dark .menu .active-nav {
  font-weight: 700;
  color: #FFF !important;
}

.menu-list .active-nav i {
  color: #4A89DC !important;
}

.menu-content {
  min-height: 100%;
}

.menu-list-large a {
  position: relative;
  padding-left: 65px;
  color: #7e8793;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Pretendard', sans-serif;
  line-height: 50px;
  display: block;
}

.menu-list-large a span {
  border-radius: 12px;
  position: absolute;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  left: 18px;
  top: 50%;
  margin-top: -15px;
}

.menu-list-large .badge, .menu-list-image .badge {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -12px;
  font-weight: 600;
  font-size: 10px;
  padding: 6px 9px;
  border-radius: 7px;
}

.menu-list-large .fa-angle-right, .menu-list-image .fa-angle-right {
  position: absolute;
  right: 27px;
  font-size: 10px;
  opacity: 0.5;
  margin-top: -6px;
  top: 50%;
}

.list-menu {
  font-family: 'Pretendard', sans-serif;
  margin: 0px 25px 0px 10px;
}

.list-menu a i:first-child {
  border-radius: 12px;
  height: 32px !important;
  line-height: 33px !important;
  width: 32px !important;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.02);
}

.list-menu a img {
  border-radius: 12px;
  height: 32px !important;
  line-height: 32px !important;
  width: 32px !important;
  margin-left: 5px !important;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.02);
}

.list-menu a {
  border: none !important;
}

.list-menu .badge {
  padding: 6px 9px !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  margin-right: 2px;
  transform: translateY(-2px);
  border: 0px !important;
  border-radius: 8px;
}

.list-menu .custom-control {
  margin-top: -44px !important;
}

.list-menu span {
  font-weight: 500;
  padding-left: 7px;
  color: #7e8793;
}

.list-menu .menu-active span {
  color: #000;
  font-weight: 700;
}

/*Sticky Utility / Secondary Classes*/
/*Rounded Borders*/
.rounded-0 {
  border-radius: 0px !important;
}

.rounded-xs {
  border-radius: 5px !important;
}

.rounded-s {
  border-radius: 8px !important;
}

.rounded-sm {
  border-radius: 12px !important;
}

.rounded-ms {
  border-radius: 16px !important;
}

.rounded-m {
  border-radius: 20px !important;
}

.rounded-l {
  border-radius: 30px !important;
}

.rounded-xl {
  border-radius: 50px !important;
}

/*Shadows*/
.shadow-none {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-xs {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) !important;
}

.shadow-s {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-m {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
}

.shadow-l {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}

.shadow-xl {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.02) !important;
}

.shadow-xxl {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2), 0 5px 25px 0 rgba(0, 0, 0, 0.2) !important;
}

/*Line Height Control*/
.line-height-xxs {
  line-height: 10px !important;
}

.line-height-xs {
  line-height: 14px !important;
}

.line-height-s {
  line-height: 17px !important;
}

.line-height-m {
  line-height: 24px !important;
}

.line-height-l {
  line-height: 26px !important;
}

.line-height-xl {
  line-height: 37px !important;
}

.height-xxs{
	height: 18px !important;
}

.height-xs{
	height: 20px !important;
}

.height-xxl{
	height: 55px !important;
}

.height-xxxl{
	height: 75px !important;
}

.height-150 {
	height: 150px !important;
}



.width-xs{
	width: 20px !important;
}

.w-20{
	width: 20%;
}

.line-height-xxl {
  line-height: 45px !important;
}

/*Text Shadow*/
.text-shadow-s {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.text-shadow-l {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

/*Boxed Text*/
.boxed-text-xl, .boxed-text-l, .boxed-text-m, .boxed-text-s {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.boxed-text-xl {
  width: 90%;
  max-width: 340px;
}

.boxed-text-l {
  width: 85%;
  max-width: 300px;
}

.boxed-text-m {
  width: 80%;
  max-width: 300px;
}

.boxed-text-s {
  width: 70%;
  max-width: 260px;
}

.border-xs {
  border: solid 1px !important;
}

.border-s {
  border: solid 2px !important;
}

.border-m {
  border: solid 3px !important;
}

.border-l {
  border: solid 4px !important;
}

.border-xl {
  border: solid 5px !important;
}

/*Font Weights*/
.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

/*Opacity Values - Used for Contrasting Text, example opacity-30 will make the opacity 0.3*/
.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-24 {
  opacity: 0.24;
}


.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}
.opacity-98 {
  opacity: 0.98;
}

.opacity-100 {
  opacity: 1 !important;
}

/*Font Array - Better Typography Control, example font-30 class will make the font size 30px*/
.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-39 {
  font-size: 39px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-41 {
  font-size: 41px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-43 {
  font-size: 43px !important;
}

.font-44 {
  font-size: 44px !important;
}

.font-45 {
  font-size: 45px !important;
}

.font-46 {
  font-size: 46px !important;
}

.font-47 {
  font-size: 47px !important;
}

.font-48 {
  font-size: 48px !important;
}

.font-49 {
  font-size: 49px !important;
}

.font-50 {
  font-size: 50px !important;
}
.font-normal {
	font-style: normal;
}

/*Rotate*/
.rotate-45 {
  transform-origin: center;
  transform: rotate(45deg) !important;
}

.rotate-90 {
  transform-origin: center;
  transform: rotate(90deg) !important;
}

.rotate-135 {
  transform-origin: center;
  transform: rotate(135deg) !important;
}

.rotate-180 {
  transform-origin: center;
  transform: rotate(180deg) !important;
}

.rotate-225 {
  transform-origin: center;
  transform: rotate(225deg) !important;
}

.rotate-270 {
  transform-origin: center;
  transform: rotate(270deg) !important;
}

.rotate-315 {
  transform-origin: center;
  transform: rotate(315deg) !important;
}

/*Scaling Animation*/
@keyframes scale-animation {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  0% {
    transform: scale(1, 1);
  }
}

.scale-box {
  animation: scale-animation 1.5s;
  animation-iteration-count: infinite;
}

@keyframes scale-icon {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  0% {
    transform: scale(1, 1);
  }
}

.scale-icon {
  animation: scale-icon 1.5s;
  animation-iteration-count: infinite;
}

/*Control Classes*/
::-webkit-scrollbar {
  display: none;
}

img.mx-auto {
  display: block;
}
/* .btn	{ */
/* 	display: block; */
/* } */
.disabled {
  display: none !important;
}
.btn.disabled	{
	display:block !important;
	border:1px solid #D5D5D5 !important;
	background:#D5D5D5 !important;
	color: #fff !important;
	opacity:1 !important;
}

.no-click {
  pointer-events: none !important;
}

.no-outline {
  outline: none !important;
}

.fixed-height-page {
  overflow-y: hidden !important;
  min-height: 100% !important;
}

/*Prealoder*/
#preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  transition: all 150ms ease;
}

#preloader .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
}

.preloader-hide {
  opacity: 0;
  pointer-events: none;
}

.theme-light #preloader {
  background-color: #FFF;
}

.theme-dark #preloader {
  background-color: #0f1117;
}

#dateloader,
.loader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99998;
  transition: all 150ms ease;
}

#dateloader .spinner-border,
.loader .spinner-border,
.loader-fixed .spinner-border
 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
}

.pro-golfer #dateloader	{
	background:rgba(0,0,0,.07);
}

#preloader:not(.preloader-hide)+.loader	{
	display: none;
}

.theme-light .loader,
.loader-fixed
{
	background:rgba(0,0,0,.07);
}

.theme-dark .loader	{
	background:rgba(255,255,255,.07);
}

/*Buttons*/
.btn {
  font-family: 'Pretendard', sans-serif;
  transition: all 300ms ease;
  color: #FFF;
}
html[lang=ko] .btn	{
	font-size: 13px;
	font-weight: 500;
	font-family: 'Pretendard', sans-serif;
}

.btn:hover {
  opacity: 0.9;
  color: #FFF;
}

.btn-full {
  display: block;
  width: 100%;
}

.btn-xxs, .btn-xs, .btn-s, .btn-sm, .btn-m, .btn-l {
  font-size: 12px;
}

.btn-xxxxs{
	padding: 2px 6px !important;
}

.btn-xxxs{
	padding: 4px 8px !important;
}
.btn-xxs {
  padding: 6px 10px !important;
}

.btn-xs {
  padding: 7px 14px !important;
}

.btn-s {
  padding: 8px 18px !important;
}

.btn-sm {
  padding: 10px 18px !important;
}

.btn-m {
  padding: 13px 20px !important;
}

.btn-l {
  padding: 14px 26px !important;
}

.btn-xl {
  padding: 15px 30px !important;
  font-size: 15px !important;
}

.btn-xxl {
  padding: 17px 34px !important;
  font-size: 17px !important;
}

.btn-xls{
	padding: 6px 45px !important;
}

.btn-uppercase {
  text-transform: uppercase;
}

.btn-center-xs {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.btn-center-s {
  width: 120px;
  margin: 0 auto;
  display: block;
}

.btn-center-m {
  width: 160px;
  margin: 0 auto;
  display: block;
}

.btn-center-l {
  width: 220px;
  margin: 0 auto;
  display: block;
}

.btn-center-xl {
  width: 250px;
  margin: 0 auto;
  display: block;
}

.btn.bg-highlight {
  color: #FFF;
}

.btn-3d {
  transition: all 150ms ease;
  border: none;
  border-bottom: solid 4px;
}

.btn-3d:hover {
  border-width: 2px !important;
}

.btn:focus {
  outline: none !important;
}

.btn-margins {
  margin-left: 17px;
  margin-right: 17px;
  margin-bottom: 30px;
}

.under-slider-btn {
  z-index: 50;
  position: relative;
  margin-top: -20px;
}

.btn-icon:hover {
  color: #FFF;
}

.btn-icon {
  padding-left: 50px !important;
  overflow: hidden;
  position: relative;
}

.btn-icon i {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 43px;
  width: 40px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

/*Icons*/
.icon:hover {
  color: #FFF;
}

.icon {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #FFF;
}

.icon-xxs i {
  width: 32px;
  line-height: 32px;
  font-size: 13px;
}

.icon-xs i {
  width: 38px;
  line-height: 38px;
  font-size: 14px;
}

.icon-sm i {
  width: 40px;
  line-height: 40px;
  font-size: 15px;
}

.icon-s i {
  width: 40px;
  line-height: 40px;
  font-size: 15px;
}

.icon-m i {
  width: 45px;
  line-height: 45px;
  font-size: 16px;
}

.icon-l i {
  width: 51px;
  line-height: 51px;
  font-size: 17px;
}

.icon-xl i {
  width: 55px;
  line-height: 55px;
  font-size: 18px;
}

.icon-xxl i {
  width: 60px;
  line-height: 60px;
  font-size: 19px;
}

.icon-center {
  display: block;
  margin: 0 auto;
}

.icon-border {
  border: solid 1px;
  color: inherit;
}

.icon-20 {
  width: 20px;
}

.icon-30 {
  width: 30px;
}

.icon-40 {
  width: 40px;
}

.icon-50 {
  width: 50px;
}

.icon-60 {
  width: 60px;
}

.icon-70 {
  width: 70px;
}

.icon-80 {
  width: 80px;
}

.icon-90 {
  width: 90px;
}

/*Accordion Settings*/
.accordion * {
  outline: 0 !important;
  box-shadow: 0px !important;
  box-shadow: none !important;
}

.accordion .btn:first-child {
  width: 100%;
}

.accordion .card {
  transition: all 0ms ease !important;
}

.accordion button {
  transition: all 0ms ease !important;
}

.accordion [data-card-height] button {
  width: 100%;
}

.btn.accordion-btn i:first-child {
  width: 18px;
  text-align: center;
}

.btn.accordion-btn {
  text-align: left !important;
  padding: 15px 17px;
  font-size: 13px;
  font-weight: 700;
}

.accordion-icon {
  float: right;
  transition: all 250ms ease;
  margin-top: 5px;
}

[aria-expanded="true"] .fa-plus {
  transform: rotate(45deg);
}

[aria-expanded="true"] .fa-arrow-down {
  transform: rotate(180deg);
}

[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

[aria-expanded="true"] .fa-angle-down {
  transform: rotate(180deg);
}

/*Offline Detector*/
.offline-message {
  position: fixed;
  transform: translateY(-200%);
  padding-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 300ms ease;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  line-height: 55px;
}

.online-message {
  position: fixed;
  transform: translateY(-200%);
  padding-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 300ms ease;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  line-height: 55px;
}

.is-on-homescreen .offline-message {
  padding-top: 30px !important;
}

.is-on-homescreen .online-message {
  padding-top: 30px !important;
}

.offline-message-active {
  transform: translateY(0%);
}

.online-message-active {
  transform: translateY(0%);
}

/*---Added to Home---*/
.add-to-home-visible {
  opacity: 1 !important;
  pointer-events: all !important;
}

.add-to-home {
  position: fixed;
  background-color: #000;
  z-index: 99;
  left: 15px;
  right: 15px;
  border-radius: 10px;
  height: 80px;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease;
}

.add-to-home .close-add-to-home {
  pointer-events: none;
}

.add-to-home h1 {
  position: absolute;
  padding-left: 75px;
  padding-top: 8px;
  color: #FFF;
  font-size: 13px;
}

.add-to-home p {
  color: #ced4da;
  position: absolute;
  font-size: 11px;
  padding-right: 20px;
  padding-left: 75px;
  padding-top: 35px;
  line-height: 14px;
}

.add-to-home img {
  width: 45px;
  margin-top: 17px;
  margin-left: 15px;
}

.add-to-home-ios {
  bottom: 25px;
}

.add-to-home-ios i {
  width: 40px;
  text-align: center;
  position: absolute;
  font-size: 30px;
  left: 50%;
  bottom: -18px !important;
  margin-left: -21px;
  transform: rotate(180deg);
  color: #000;
  display: block;
}

.add-to-home-ios .close-add-to-home i {
  color: #e34e47 !important;
}

.add-to-home-ios .close-add-to-home {
  position: absolute;
  right: 13px;
  top: 13px;
  transform: scale(0.5, 0.5);
}

.add-to-home-android {
  top: 20px;
}

.add-to-home-android i {
  width: 40px;
  text-align: center;
  position: absolute;
  top: -18px;
  right: 15px;
  font-size: 30px;
  margin-left: -20px;
  color: #000;
  display: block;
}

.add-to-home-android .close-add-to-home i {
  color: #e34e47 !important;
}

.add-to-home-android .close-add-to-home {
  position: absolute;
  right: 2px;
  top: 20px;
  transform: scale(0.5, 0.5);
}

.show-on-homescreen {
  display: none;
}

.is-on-homescreen .show-on-homescreen {
  display: block !important;
}

/*Ads*/
.ad-300x50 {
  margin: 0 auto;
  width: 300px;
  height: 50px;
}

.ad-300x250 {
  margin: 0 auto;
  width: 300px;
  height: 250px;
}

.ad-300x50-fixed {
  left: 50%;
  margin-left: -150px;
  bottom: 60px;
  bottom: calc(85px + (constant(safe-area-inset-bottom))*1.1) !important;
  bottom: calc(85px + (env(safe-area-inset-bottom))*1.1) !important;
  position: fixed;
  z-index: 90;
}

.ad-time-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border: solid 2px;
  border-radius: 30px;
}

/*Scroll Fixed Ads*/
.scroll-ad-visible {
  transform: translateY(0%) !important;
}

.is-on-homescreen .scroll-ad {
  bottom: 110px;
}

.scroll-ad {
  position: fixed;
  bottom: 75px;
  left: 10px;
  right: 10px;
  background-color: #FFF;
  z-index: 93;
  height: 80px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  transform: translateY(150%);
  transition: all 300ms ease;
}

.scroll-ad img {
  width: 60px;
  position: absolute;
  margin: 10px;
  border-radius: 10px;
}

.scroll-ad h1 {
  display: block;
  font-size: 18px;
  padding: 7px 0px 0px 80px;
  margin-bottom: -3px;
}

.scroll-ad em {
  padding: 0px 85px 0px 80px;
  font-style: normal;
  font-size: 11px;
  opacity: 0.7;
  display: block;
  line-height: 15px;
}

.scroll-ad a {
  width: 60px;
  font-size: 9px;
  right: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 50%;
  border-radius: 5px;
  transform: translateY(-50%);
}

.alert h4 {
  padding-left: 47px;
  margin-bottom: -5px;
}

.alert button {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  text-align: center;
}

.alert button span {
  background-color: transparent;
}

.alert button:active {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.alert button:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.alert span {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 47px;
}

.alert span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.alert strong {
  padding-left: 47px;
  font-weight: 400;
}

.alert-content button {
  top: 35px !important;
}

/*Notifications*/
.notification {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 101;
  border-radius: 10px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  transform: translateY(-120%);
  transition: all 250ms ease;
}

.notification .notification-icon {
  padding: 5px 5px;
  display: block;
  background-color: #343a40;
}

.notification .notification-icon i:first-child {
  margin: 0px 5px 0px 10px;
  font-size: 10px;
}

.notification .notification-icon i:last-child {
  position: absolute;
  right: 0px;
  line-height: 30px;
  width: 40px;
  text-align: center;
}

.notification .notification-icon em {
  font-size: 11px;
  text-transform: uppercase;
  font-style: normal;
}

.notification h1 {
  margin: 10px 15px -7px 15px;
}

.notification p {
  line-height: 15px;
  margin: 5px 15px 18px 15px;
  color: #FFF;
}

.notification.show {
  transform: translateY(0%) !important;
}

.is-ios.is-on-homescreen .notification.show {
  transform: translateY(30px) !important;
}

.notification-android {
  left: 5px;
  right: 5px;
  top: 5px;
  border-radius: 3px;
}

.notification-android i {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  width: 35px;
  margin-left: 15px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  font-size: 13px;
}

.notification-android h1 {
  padding-left: 55px;
}

.notification-android p {
  padding-right: 60px;
  padding-left: 55px;
  font-size: 12px;
}

.notification-android strong {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
}

.notification-android .notification-buttons {
  width: 100%;
  margin-left: 70px;
  padding-top: 5px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.notification-android .notification-buttons i {
  opacity: 0.6;
  font-size: 11px;
  position: relative;
  float: left;
  margin: 0px 10px 0px 0px;
  width: auto;
  transform: translateY(-22px);
}

.notification-android a {
  font-size: 11px;
  color: #FFF;
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
}

.notification-material {
  left: 0px;
  right: 0px;
  top: 0px;
  border-radius: 0px;
}

.notification-material strong {
  font-size: 10px;
  font-weight: 400;
}

.notification-material em {
  text-transform: none !important;
}

.notification-material .notification-icon {
  background-color: rgba(0, 0, 0, 0) !important;
  margin-bottom: -15px;
}

.notification-material img {
  position: absolute;
  width: 50px;
  border-radius: 50px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.notification-material p {
  padding-right: 50px;
}

/*Back to Top*/
.content .back-to-top-badge {
  transform: translate(0, 0) !important;
  width: 130px;
  margin: 10px auto 20px auto !important;
  left: auto;
  bottom: auto;
  display: block;
  position: relative !important;
}

.content .back-to-top-icon {
  transform: scale(1, 1) translate(0, 0px) !important;
  margin: 0px auto 30px auto;
  right: auto;
  bottom: auto;
  display: block;
  position: relative !important;
}

.back-to-top-badge {
  position: fixed;
  z-index: 90;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 70px);
  display: inline-block;
  padding: 5px 20px;
  border-radius: 35px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  transition: all 300ms ease;
}

.back-to-top-badge i {
  padding: 0px 10px 0px 0px;
}

.back-to-top-icon {
  position: fixed;
  z-index: 9999;
  bottom: 70px;
  right: 15px;
  display: inline-block;
  width: 35px;
  line-height: 35px;
  border-radius: 35px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  transform: scale(0, 0);
  transition: all 300ms ease;
}

.back-to-top-icon span {
  display: none;
}

.back-to-top-badge.back-to-top-visible {
  transform: translate(-50%, 0px);
}

.back-to-top-icon.back-to-top-visible {
  transform: scale(1, 1);
}

.back-to-top-icon-square {
  border-radius: 0px;
}

.back-to-top-icon-round {
  border-radius: 5px;
}

.back-to-top-icon-circle {
  border-radius: 40px;
}

/*Extending Cards Features*/
.row {
  margin-bottom: 30px;
}

.card {
  -webkit-transform: translate3d(0, 0, 0);
  background-size: cover;
  border: 0px !important;
  max-height: 150000px;
  margin-bottom: 30px;
  background-position: center center !important;
}

.cover-slider .card {
  margin-bottom: 0px !important;
}

[data-card-height="cover"].card {
  margin-bottom: 0px !important;
}

.card-style {
  overflow: hidden;
  margin: 0px 15px 30px 15px;
  border-radius: 20px;
  border: none;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
}
.card-last-festival{
  overflow: hidden;
  margin: 0px 20px 20px 20px;
  border-radius: 12px;
}

.bg{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-style .card-body {
  padding: 15px;
}

.card-style .card-overlay {
  border-radius: 20px;
}

.card-style-full {
  margin-left: 0px;
  margin-right: 0px;
}

.card-style-sq {
  margin:0 20px;
  border-radius: 0;
}

.card-body {
  z-index: 2;
}

.card-header {
  z-index: 2;
}

.card-footer {
  z-index: 2;
}

.card-top {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.card-bottom {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.card-center {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.card-overlay {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
}

.card-image {
  display: block;
  width: 100%;
  min-height: 250px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.card-image img {
  transition: all 450ms ease;
}

.card-fixed {
  position: fixed;
  left: 0px;
  right: 0px;
}

.card-clear {
  pointer-events: none;
  margin-bottom: -30px;
  opacity: 0;
}

.card-overflow {
  overflow: visible !important;
  z-index: 20;
}

[data-card-height] p {
  padding-bottom: 0px;
}

/*Card Effects*/
.card-scale-image {
  transform: scale(1.05, 1.05) !important;
}

.card-rotate-image {
  transform: rotate(5deg) scale(1.2, 1.2) !important;
}

.card-grayscale-image {
  filter: grayscale(100%);
}

.card-blur-image {
  filter: blur(5px);
}

.card-hide-image {
  opacity: 0 !important;
}

.card-hide div {
  transition: all 300ms ease;
}

.card-hide * {
  transition: all 300ms ease;
}

.polaroid-effect {
  background-color: #FFF;
  padding: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.card-scale * {
  transition: all 300ms ease;
}

.card-rotate * {
  transition: all 300ms ease;
}

.card-grayscale * {
  transition: all 300ms ease;
}

.card-blur * {
  transition: all 300ms ease;
}

.card-overlay {
  background-position: center center;
  background-size: cover !important;
}

.card-overlay-infinite {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 2000px;
  height: 100%;
  z-index: 0;
  animation: infiniteBG 600s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: url(images/mountain.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-position: left center;
  transform: translateX(0px);
}

@keyframes infiniteBG {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-1400px);
  }
  100% {
    transform: translateX(0px);
  }
}

.card-overlay-zoom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  height: 100%;
  z-index: 0;
  animation: zoomBG 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  transform: translateX(0px);
}

@keyframes zoomBG {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.card-overlay-rotate {
  position: absolute;
  margin-top: -25%;
  margin-left: -25%;
  width: 150%;
  height: 160%;
  z-index: 0;
  animation: rotateBG 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-repeat: repeat;
  background-position: center center;
}

@keyframes rotateBG {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*Card Full Left & Right*/
.theme-dark .drag-line {
  background-color: rgba(255, 255, 255, 0.05);
}

.drag-line {
  width: 45px;
  height: 3px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 15px auto -15px auto;
  animation: moveDragLine 1.5s infinite;
}

@keyframes moveDragLine {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-3px);
  }
  40% {
    transform: translateY(1px);
  }
  45% {
    transform: translateY(0px);
  }
}

.card-full-left, .card-full-left .card-overlay {
  margin-left: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.card-full-right, .card-full-right .card-overlay {
  margin-right: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.walk-card {
  z-index: 2;
}



@keyframes infibg {
  0% {
    transform: translateY(-45%);
  }
  50% {
    transform: translateY(-100%);
  }
}

.gradient-fade-top {
  z-index: 1;
  top: 0px;
  position: fixed;
  left: 0px;
  right: 0px;
  height: 600px;
}

.gradient-fade-bottom {
  z-index: 1;
  bottom: 0px;
  position: fixed;
  left: 0px;
  right: 0px;
  height: 300px;
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.98) 85%, #f0f0f0 100%);
}

.theme-light .gradient-fade-top {
  background: linear-gradient(to top, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.95) 60%, #f0f0f0 100%);
}

.theme-light .gradient-fade-bottom {
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.98) 85%, #f0f0f0 100%);
}

.theme-dark .gradient-fade-top {
  background: linear-gradient(to top, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0.95) 70%, #1b1d21 100%);
}

.theme-dark .gradient-fade-bottom {
  background: linear-gradient(to bottom, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0.8) 75%, #1b1d21 100%);
}

/*Chips*/
.chip {
  display: inline-block;
  margin: 0px 10px 15px 0px;
  border-radius: 30px;
  padding-right: 15px;
}

.chip * {
  font-size: 12px;
}

.chip span {
  line-height: 29px;
}

.chip i {
  width: 30px;
  line-height: 30px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.chip img {
  display: inline;
  margin-right: 9px;
  border-radius: 30px;
  width: 30px;
  line-height: 30px;
}

.chip-s {
  transform: scale(1, 1);
}

.chip-m {
  transform: scale(1.05, 1.05);
}

.chip-l {
  transform: scale(1.15, 1.15);
}

.chip-xl {
  transform: scale(1.2, 1.2);
}

/*Dividers*/
.divider {
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.divider-margins {
  margin: 0px 17px 30px 17px;
}

.divider-icon {
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
}

.divider-icon i {
  position: absolute;
  width: 50px;
  background-color: #f8fbfb;
  text-align: center;
  margin-top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.card .divider-icon i {
  background-color: #FFF;
}

.divider-small {
  height: 2px;
  width: 80px;
  margin: auto;
}

/*Custom Switches*/
.custom-control * {
  cursor: pointer;
  user-select: none !important;
}

.switch-is-unchecked {
  display: none;
}

.switch-is-checked {
  display: block;
}

.switch-s {
  transform: scale(0.8, 0.8);
}

/*iOS Switcher*/
.ios-switch {
  padding-left: 10px;
}

.ios-switch label::before {
  background-color: #e8e9ea;
  pointer-events: all;
  margin-top: -3px;
  margin-left: -1px;
  width: 58px !important;
  height: 32px !important;
  border-radius: 50px !important;
}

.ios-switch label::after {
  margin-top: -2px;
  z-index: 6;
  width: 30px !important;
  height: 30px !important;
  transition: all 250ms ease;
  border-radius: 50px !important;
  background-color: #FFF;
  border: solid 1px rgba(152, 152, 152, 0.4);
  transition: all 250ms ease;
}

.ios-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(26px) !important;
}

.ios-input:checked ~ .custom-control-label::before {
  background-color: #8CC152 !important;
}

.highlight-switch .ios-input:checked ~ .custom-control-label::before {
  background-color: #4A89DC !important;
}

.ios-switch-icon label::before {
  background-color: #DA4453 !important;
}

.ios-switch-icon i {
  line-height: 32px;
  pointer-events: none;
  z-index: 5;
  position: absolute;
  left: 10px;
}

.ios-switch-icon i:last-child {
  z-index: 5;
  position: absolute;
  margin-left: 29px;
}

.ios-switch-icon span {
  font-size: 9px;
  font-weight: 700;
  color: #FFF;
  line-height: 32px;
  pointer-events: none;
  z-index: 5;
  position: absolute;
  left: 10px;
}

.ios-switch-icon span:last-child {
  z-index: 5;
  position: absolute;
  margin-left: 24px;
}

/*Android Switcher*/
.android-switch {
  padding-left: 10px;
}

.android-switch label::before {
  pointer-events: all;
  margin-top: 0px;
  margin-left: -2px;
  width: 53px !important;
  height: 17px !important;
  border-radius: 50px !important;
  background-color: #AAB2BD;
}

.android-switch label::after {
  border: solid 1px rgba(0, 0, 0, 0.1) !important;
  margin-top: -6px;
  margin-left: -3px;
  width: 28px !important;
  height: 28px !important;
  background-color: #FFF !important;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 50px !important;
  transition: all 250ms ease;
}

.android-input {
  transform: translateY(1px) !important;
}

.android-input:checked ~ .custom-control-label::after {
  background-color: #458be3 !important;
  border: none !important;
  -webkit-transform: translateX(30px) !important;
}

.android-input:checked ~ .custom-control-label::before {
  background-color: #458be3 !important;
}

[data-activate] {
  cursor: pointer;
  display: block;
  width: 100%;
}

/*Classic Switcher*/
.classic-switch input {
  display: none;
}

.classic-switch label::before {
  pointer-events: all;
  width: 40px !important;
  height: 40px !important;
  transform: translateX(11px);
  margin-top: -10px;
  border: none;
  background-color: rgba(0, 0, 0, 0) !important;
}

.classic-switch i {
  pointer-events: none;
  transition: all 250ms ease;
}

.classic-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(26px) !important;
}

.classic-input:checked ~ .fa-plus {
  color: #DA4453 !important;
  transform: rotate(45deg);
  transition: all 250ms ease;
}

.classic-input:checked ~ .fa-angle-down {
  color: #DA4453 !important;
  transform: rotate(180deg);
  transition: all 250ms ease;
}

.classic-input:checked ~ .fa-circle {
  color: #DA4453 !important;
  transform: scale(1.3, 1.3);
  transition: all 250ms ease;
}

/*Interests Page*/
.icon-check input {
  position: absolute !important;
  transform: translateX(-150524px);
}

.icon-check .fa-check-circle {
  display: none;
}

.icon-check i {
  width: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 0px;
  height: 24px;
  line-height: 24px;
}

.icon-check {
  margin-left: -30px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  width: auto;
  display: block;
}

.icon-check label {
  cursor: pointer;
  font-size: 13px;
  padding: 0px 15px 0px 40px;
}

.icon-check .icon-check-2 {
  display: none;
}

.icon-check input:checked ~ .icon-check-1 {
  opacity: 0 !important;
  display: none !important;
}

.icon-check input:checked ~ .icon-check-2 {
  display: block;
}

/*Input Style 1*/
.input-style-1 {
  position: relative;
}

.input-style-1 input {
  border-width: 1px;
  font-size: 13px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  transition: all 250ms ease;
}

.input-style-1 input:focus {
  border-bottom: solid 1px black;
}

.input-style-1 input[readonly]	{
	background-color: #fff;
}

.input-style-1 textarea {
  border-width: 1px;
  font-size: 13px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 28px;
  padding-right: 15px;
  padding-top: 14px;
  margin-top: -5px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0px !important;
  padding-left: 0px !important;
  text-indent: 0px !important;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  transition: all 250ms ease;
}

.input-style-1 textarea:focus {
  line-height: 24px;
  height: 150px;
  transition: all 250ms ease;
}

.input-style-1 span {
  color: #007bff !important;
  font-weight: 500;
  position: absolute;
  font-size: 10px;
  margin-top: -3px;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease;
}

.input-style-1 em {
  position: absolute;
  top: 14px;
  font-size: 10px;
  font-style: normal;
  right: 0px;
/*   color: #dee2e6; */
  color: rgba(114,114,114,.44);
}

.input-style-1 em i {
  font-size: 12px;
  width: 15px;
  text-align: center;
  margin-top: 7px;
  display: block;
}

.input-style-1 input[type="month"] {
  color: #6c757d;
}

.input-style-1 input[type="date"] {
  border-width: 1px;
  font-size: 13px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  transition: all 250ms ease;
  color: #6c757d;
}

.input-style-1 input[type="date"]::-webkit-inner-spin-button {
  opacity: 0;
}

.input-style-1 input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.input-style-1 input[type="date"]::-webkit-clear-button {
  opacity: 0;
}

.input-style-1 select {
  border-width: 1px;
  color: #6c757d;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  margin-bottom: 15px;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
  width: 100%;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}

.input-style-1 select:focus {
  border-bottom: solid 1px black;
}

.input-style-1-active {
  opacity: 1 !important;
}

.input-style-1-inactive {
  color: #dee2e6 !important;
}

.input-style-1.has-icon .input-icon {
  position: absolute;
  z-index: 10;
  margin-top: 20px;
  margin-left: 5px;
}
.input-style-1.has-icon .input-icon.font-14	{
	margin-top:18px;
}

.input-style-1.has-icon input,
.input-style-1.has-icon select {
  padding-left: 30px;
}

.input-style-1.has-icon span {
  margin-left: 25px;
  margin-top: -6px;
}

.input-style-1.has-icon .input-style-1-active {
  transform: translateX(-25px);
  transition: all 150ms ease;
}
.input-style-1.has-btn input {
    padding-right: 70px;
}
.input-style-1.has-btn input+.btn {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 8px !important;
    max-width: 70px;
}

input[type="range"] {
  -webkit-appearance: none;
  height: 20px;
  width: 100%;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #F26B5E;
  position: relative;
  z-index: 3;
}

input[type="range"]::-webkit-slider-thumb:after {
  content: " ";
  height: 10px;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 5px;
  background: #ff5b32;
}

/*Input Style 2*/
.input-style-2 {
  margin-bottom: 15px;
  position: relative;
}

.input-style-2 span {
  pointer-events: none;
  color: #000 !important;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  height: 22px;
  line-height: 20px;
  padding: 2px 5px 2px 5px;
  top: 14px;
  left: 10px;
  right: 10px;
  background-color: #FFF;
  transition: all 150ms ease;
}

.input-style-2 .input-style-1-active {
  color: #007bff !important;
  transform: translateY(-25px);
  transition: all 150ms ease;
}

.input-style-2 em {
  position: absolute;
  right: 10px;
  z-index: 2;
  font-size: 10px;
  font-style: normal;
  color: #dee2e6;
  line-height: 53px;
}

.input-style-2 em i {
  font-size: 12px !important;
  margin-top: 5px !important;
}

.input-style-2 input {
  border-width: 1px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px !important;
  border-color: rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 14px;
  font-size: 13px;
  -webkit-appearance: none;
}

.input-style-2 textarea {
  border-width: 1px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px !important;
  display: block;
  border-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 14px;
  font-size: 13px;
  -webkit-appearance: none;
  transition: all 250ms ease;
}

.input-style-2 textarea:focus {
  padding-top: 14px;
  line-height: 24px;
  height: 150px;
  transition: all 250ms ease;
}

.input-style-2 select {
  border-width: 1px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px !important;
  display: block;
  border-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 14px;
  font-size: 13px;
  -webkit-appearance: none;
}

.input-style-2 input[type="date"]::-webkit-inner-spin-button, .input-style-2 input[type="month"]::-webkit-inner-spin-button {
  opacity: 0;
}

.input-style-2 input[type="date"]::-webkit-calendar-picker-indicator, .input-style-2 input[type="month"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.input-style-2 input[type="date"]::-webkit-clear-button, .input-style-2 input[type="month"]::-webkit-clear-button {
  opacity: 0;
}

span.input-style-1-active {
  opacity: 1;
  padding-right: 10px !important;
  right: auto !important;
}

.input-style-2.has-icon .input-icon {
  position: absolute;
  z-index: 10;
  margin-top: 20px;
  margin-left: 15px;
}

.input-style-2.has-icon input {
  padding-left: 40px;
}

.input-style-2.has-icon span {
  margin-left: 25px;
}

.input-style-2.has-icon .input-style-1-active {
  transform: translate(-25px, -25px);
  transition: all 150ms ease;
}

.input-light i {
  color: #FFF;
}

.input-light span {
  color: #FFF !important;
}

.input-light em {
  color: #6c757d !important;
}

.input-light input {
  color: #FFF !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.input-light input::placeholder {
  color: #FFF;
}

/*File Upload*/
.upload-file {
  text-indent: -999px;
  outline: none;
  width: 100%;
  height: 45px;
  color: rgba(0, 0, 0, 0) !important;
}

.upload-file-text {
  pointer-events: none;
  margin-top: -36px !important;
  text-align: center;
  color: #FFF;
  height: 10px;
  text-transform: uppercase;
  font-weight: 900;
}

.file-data input[type='file'] {
  font-size: 0px !important;
}

input {
  font-size: 13px !important;
}

input::placeholder {
  font-size: 13px !important;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

textarea {
  font-size: 13px !important;
}

textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.tooltip {
  font-size: 13px;
}

code {
  font-size: 11px;
  line-height: 22px;
}

.stepper {
  width: 102px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.stepper:after {
  content: "";
  display: table;
  clear: both;
}

.stepper input {
  height: 33px;
  width: 33px;
  float: left;
  border: none !important;
  text-align: center;
  display: block;
  line-height: 33px;
  font-size: 11px !important;
  background-color: transparent;
}

.stepper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stepper a {
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 9px;
}

.stepper a:first-child {
  float: left;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.stepper a:last-child {
  float: right;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

/*Range Sliders*/
.ios-slider {
  height: 40px !important;
  background: linear-gradient(to right, #5D9CEC 0%, #5D9CEC 100%);
  background-size: 100% 3px;
  background-position: center;
  background-repeat: no-repeat;
}

.ios-slider::-webkit-slider-thumb {
  background-color: #FFF !important;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  height: 25px !important;
  width: 25px !important;
  box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

.material-slider {
  height: 40px !important;
  background: linear-gradient(to right, #CCD1D9 0%, #CCD1D9 100%);
  background-size: 100% 18px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 3px 0px 3px;
}

.material-slider::-webkit-slider-thumb {
  background-color: #1f1f1f !important;
  border: solid 1px rgba(0, 0, 0, 0.1);
  height: 10px !important;
  width: 30px !important;
}

.classic-slider {
  height: 20px !important;
  background-color: #FFF;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 30px !important;
  background-size: 100% 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 3px 0px 3px;
  -webkit-box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.classic-slider::-webkit-slider-thumb {
  background-color: #007bff !important;
  border: solid 1px rgba(0, 0, 0, 0);
  height: 16px !important;
  border-radius: 20px;
  width: 16px !important;
  box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

.range-slider-icons {
  padding: 0px 30px 0px 30px;
}

.range-slider.range-slider-icons i {
  position: absolute;
  top: 0px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.range-slider {
  position: relative;
}

.range-slider .fa-range-icon-1 {
  left: 0px;
}

.range-slider .fa-range-icon-2 {
  right: 0px;
}

/*List Groups*/
.check-visited .visited-link i:last-child::before {
  opacity: 0;
}

.check-visited .visited-link i:last-child::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 13px;
  font-size: 16px;
  margin-top: 0.5px;
  content: "\f058";
  opacity: 1;
  color: #A0D468;
}

.list-custom-small {
  line-height: 50px;
}

.list-custom-small .badge {
  position: absolute;
  right: 15px;
  margin-top: 16px !important;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}

.list-custom-small a {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.list-custom-small a img {
  margin-left: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
  float: left;
  margin-right: 10px;
}

.list-custom-small a i:first-child {
  margin-left: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
  float: left;
  margin-right: 10px;
}

.list-custom-small a i:last-child {
  float: right;
  font-size: 10px;
  opacity: 0.5;
}

.list-custom-small i {
  line-height: 50px;
}

.list-custom-small .custom-control {
  z-index: 10;
  position: absolute;
  right: 40px;
  margin-top: -40px;
}

.list-custom-small .custom-control input {
  transform: translateY(-5px) !important;
}

.menu .list-custom-small a i:first-child {
  margin-left: 6px;
}

.list-custom-large a {
  line-height: 70px;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.list-custom-large a b	{
	position: absolute;
	margin-top:-15px;
}
.list-custom-large a span:not(.badge) {
  font-family: 'Pretendard', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.3px;
  position: absolute;
  margin-top: -7px;
}

.list-custom-large a b+span:not(.badge) {
  margin-top: 4px;
}

.list-custom-large a strong {
  font-size: 7px;
  position: absolute;
  font-size: 12px;
  margin-top: 11px;
  color: #adb5bd;
  font-weight: 500;
}

.list-custom-large a b+span:not(.badge)+strong {
  margin-top: 21px;
}

.list-custom-large a img {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: 21px;
  text-align: center;
  float: left;
  margin-right: 15px;
}

.list-custom-large a i:first-child {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: 21px;
  text-align: center;
  float: left;
  margin-right: 15px;
}

.list-custom-large a i:last-child {
  float: right;
  font-size: 10px;
}

.list-custom-large .badge {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}

.list-custom-large i {
  line-height: 74px;
}

.list-custom-large .custom-control {
  z-index: 10;
  position: absolute;
  right: 40px;
  margin-top: 22px;
}

.list-custom-large .custom-control input {
  transform: translateY(-12px) !important;
}

.list-custom-xlarge a {
  line-height: 90px;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.list-custom-xlarge a b	{
	position: absolute;
	margin-top:-15px;
}
.list-custom-xlarge a span:not(.badge) {
  font-family: 'Pretendard', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.3px;
  position: absolute;
  margin-top: 7px;
}

.list-custom-xlarge a strong {
  font-size: 7px;
  position: absolute;
  font-size: 12px;
  margin-top: 28px;
  color: #adb5bd;
  font-weight: 500;
}

.list-custom-xlarge a img {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: 21px;
  text-align: center;
  float: left;
  margin-right: 15px;
}

.list-custom-xlarge a i:first-child {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: 21px;
  text-align: center;
  float: left;
  margin-right: 15px;
}

.list-custom-xlarge a i:last-child {
  float: right;
  font-size: 10px;
}

.list-custom-xlarge .badge {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}

.list-custom-xlarge i {
  line-height: 94px;
}

.list-custom-xlarge .custom-control {
  z-index: 10;
  position: absolute;
  right: 40px;
  margin-top: 22px;
}

.list-custom-xlarge .custom-control input {
  transform: translateY(-12px) !important;
}

.list-boxes a {
  line-height: 60px;
  margin-bottom: 10px;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.list-boxes a span:not(.badge) {
  padding-left: 10px;
  font-size: 14px;
  position: absolute;
  margin-top: -4px;
}

.list-boxes a strong {
  padding-left: 10px;
  font-size: 7px;
  position: absolute;
  font-size: 11px;
  margin-top: 10px;
  color: #6c757d;
  font-weight: 500;
}

.list-boxes a i:first-child {
  width: 40px;
  float: left;
  padding-left: 15px;
}

.list-boxes a i:last-child {
  float: right;
  font-size: 16px;
  margin-top: -5px;
  margin-right: 15px;
}

.list-boxes a u {
  position: absolute;
  right: 0px;
  margin-right: 9px;
  width: 60px;
  font-size: 7px;
  text-align: center;
  margin-top: 13px;
  text-decoration: none;
}

.list-boxes .badge {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}

.list-boxes i {
  line-height: 64px;
}

.short-border {
  margin-left: 45px;
}

.short-border i:first-child {
  margin-left: -45px;
  margin-top: 23px;
}

.list-group .badge {
  z-index: 2;
}

.list-icon-0 a i:first-child {
  margin-left: 0px !important;
}

.icon-list {
  margin-left: 0px;
  padding-left: 0px;
}

.icon-list li {
  list-style: none;
}

.icon-list li i {
  width: 20px;
  padding-right: 10px;
}

/*Badge Text in Lists*/
.badge-text {
  margin-top: 13px !important;
  transform: translateY(-3px);
  padding-right: 20px !important;
}

/*Todo List*/
.todo-list.list-custom-large a {
  min-height: 70px;
}

.todo-list.list-custom-small a {
  min-height: 40px;
}

.todo-list .icon-check {
  float: right;
  margin-right: 28px;
}

/*Toasts*/
.toast-tiny {
  z-index: 90;
  position: fixed;
  left: 50%;
  line-height: 35px;
  padding: 0px 20px;
  color: #FFF;
  transition: all 200ms ease;
  max-width: auto !important;
  font-size: 12px;
  border-radius: 60px;
  border: 0px !important;
}

.toast-bottom {
  bottom: 80px;
  bottom: calc(80px + (constant(safe-area-inset-bottom))*1.1) !important;
  bottom: calc(80px + (env(safe-area-inset-bottom))*1.1) !important;
  transform: translate(-50%, 160px) scale(0, 0);
}

.toast-bottom.toast-tiny.show {
  transform: translate(-50%, 0px) scale(1, 1);
}

.toast-top {
  top: 60px;
  top: calc(65px + (constant(safe-area-inset-bottom))*1.1) !important;
  top: calc(65px + (env(safe-area-inset-bottom))*1.1) !important;
  transform: translate(-50%, -100px) scale(0, 0);
}

.toast-top.toast-tiny.show {
  transform: translate(-50%, 0px) scale(1, 1);
}

.toast-center {
  opacity: 0;
  top: 50%;
  transform: translate(-50.1%, 0px) scale(0, 0);
}

.toast-center.toast-tiny.show {
  opacity: 1;
  transform: translate(-50.1%, 0px) scale(1, 1);
}

/*Snackbars*/
.snackbar-toast {
  bottom: 70px !important;
  bottom: calc(70px + (constant(safe-area-inset-bottom))*1.1) !important;
  bottom: calc(70px + (env(safe-area-inset-bottom))*1.1) !important;
  position: fixed;
  left: 10px !important;
  right: 10px !important;
  padding: 0px 18px;
  line-height: 50px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1060;
  transform: translateY(150px);
  transition: all 300ms ease;
}

.snackbar-toast.show {
  transform: translateY(-20px);
}

/*Pagination*/
.pagination {
  margin-bottom: 30px;
}

.pagination .page-link {
  padding: 10px 14px;
}

.pagination .page-item {
  margin-right: 5px;
  margin-left: 5px;
}

.page-item.active a {
  color: #FFF !important;
}

/*Search*/
.search-results {
  overflow: scroll;
}

.disabled-search-list {
  position: relative;
  max-height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  overflow: hidden;
}

.disabled-search {
  display: none;
}

.search-box {
  line-height: 50px;
  border: solid 1px rgba(0, 0, 0, 0.08);
}

.search-box input {
  outline: none !important;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 40px;
  line-height: 45px;
}

.search-box .fa-search {
  position: absolute;
  left: 0px;
  line-height: 52px;
  padding: 0px 15px 0px 30px;
}

.search-box a {
  position: absolute;
  right: 15px;
  font-size: 14px;
  line-height: 52px;
  width: 45px;
  text-align: center;
}

.search-box input.bg-white {
  color: #000 !important;
}

.search-color input {
  color: #FFF;
}

.search-color input::placeholder {
  color: #FFF;
}

.search-color i {
  color: #FFF !important;
  z-index: 10;
}

.search-icon-list {
  padding-left: 10px;
  padding-top: 10px;
}

.search-icon-list a {
  color: #1f1f1f;
  line-height: 35px;
}

.search-icon-list a i {
  padding-right: 10px;
}

.search-page .search-result-list {
  position: relative;
  min-height: 80px;
  margin-bottom: 20px;
}

.search-page .search-results img {
  width: 80px;
  position: absolute;
  border-radius: 10px;
}

.search-page .search-results h1 {
  font-size: 15px;
  font-weight: 600;
  padding-left: 100px;
  margin-bottom: 0px;
}

.search-page .search-results p {
  font-size: 12px;
  line-height: 20px;
  padding-left: 100px;
  padding-right: 80px;
}

.search-page .search-results a {
  position: absolute;
  right: 0px;
  height: 30px;
  line-height: 31px;
  padding: 0px 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  border-radius: 10px;
}

/*Tabs*/
.tab-content {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}

.tab-controls a {
  font-family: 'Pretendard', sans-serif;
  border: solid 1px rgba(0, 0, 0, 0.07);
  text-align: center;
  float: left;
  font-size: 12px;
  margin-right: -1px;
  color: #1f1f1f;
  font-weight: 600;
  background-color: #FFF;
  transition: all 250ms ease;
}
html[lang=ko] .tab-controls a {
  font-family: 'Pretendard', sans-serif;
}

.tab-controls a:last-child {
  border-right: none !important;
  border: solid 1px rgba(0, 0, 0, 0.07);
}

.tabs-large a {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}

.tabs-medium a {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}

.tabs-small a {
  height: 33px;
  line-height: 33px;
  font-size: 12px;
}

.tabs-rounded {
  border-radius: 11px;
}

.tabs-rounded a:first-child {
  border-top-left-radius: 11px !important;
  border-bottom-left-radius: 11px !important;
}

.tabs-rounded a:last-child {
  border-top-right-radius: 11px !important;
  border-bottom-right-radius: 11px !important;
}

.tabs-circled a:first-child {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.tabs-circled a:last-child {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.tabs-no-border * {
  background-color: transparent !important;
  border: none !important;
}

.tabs-no-border a {
  padding: 0px 8px;
}

.border-tab {
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-left-width: 0px !important;
  border-bottom-width: 3px !important;
  padding-bottom: 12px !important;
  border-style: solid !important;
}

/*Working Hours*/
.working-hours {
  border-radius: 5px;
}

.working-hours p {
  padding-top: 34px;
  padding-bottom: 15px !important;
  line-height: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -8px !important;
  width: 33.3%;
  float: left;
  margin-bottom: 10px;
  display: inline-block;
}

.working-hours p:nth-child(2) {
  text-align: center;
}

.working-hours p:last-child {
  text-align: right;
}

.working-hours::after {
  content: "";
  clear: both;
  display: table;
}

/*Responsive Videos and iframes*/
.max-iframe {
  max-height: 200px !important;
  height: 300px !important;
  padding-bottom: 0px !important;
  margin: 0 auto;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.responsive-iframe object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*PageApp Calendar*/
.calendar {
  position: relative;
  background-color: #FFF;
  overflow: hidden;
}

.cal-title {
  color: #FFF;
  line-height: 60px;
  margin-bottom: 0px;
  padding: 0px 15px;
}

.cal-sub-title {
  color: #FFF;
  line-height: 60px;
  margin-bottom: 0px;
  padding: 0px 15px;
}

.cal-title-right {
  float: right;
  margin-top: -60px;
  line-height: 62px;
  height: 50px;
  padding-right: 20px;
}

.cal-title-left {
  float: left;
  margin-top: -60px;
  line-height: 62px;
  height: 50px;
  padding-left: 20px;
}

.cal-days a {
  position: relative;
  width: 14.28%;
  float: left;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #FFF;
  z-index: 3;
  font-weight: 800;
}

.cal-disabled {
  color: #ced4da !important;
}

.cal-selected span {
  z-index: 2;
  position: relative;
  color: #FFF;
}

.cal-selected i {
  color: #000;
  z-index: 0;
  opacity: 1;
  font-size: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  margin-top: 50%;
  left: 50%;
  margin: 7px 0px 0px -16px;
  text-align: center;
  line-height: 32px;
}

.cal-dates a {
  width: 14.2857142857%;
  float: left;
  text-align: center;
  line-height: 45px;
  color: #1f1f1f;
  font-weight: 500;
}

.theme-dark .cal-dates a {
  color: #FFF !important;
}

.theme-dark .cal-disabled {
  opacity: 0.3;
}

.cal-dates-border a {
  overflow: hidden;
  border-right: solid 1px rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.cal-schedule {
  min-height: 80px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.055);
}

.cal-schedule em {
  line-height: 20px;
  padding: 20px 0px 0px 20px;
  position: absolute;
  font-size: 11px;
  font-style: normal;
}

.cal-schedule strong {
  color: #000;
  display: block;
  padding: 17px 0px 0px 100px;
  font-size: 14px;
}

.cal-schedule span {
  display: block;
  font-size: 10px;
  color: #adb5bd;
  margin-top: 0px;
}

.cal-schedule span i {
  width: 50px;
  display: inline-block;
  text-align: center;
  padding: 0px 20px 0px 102px;
}

.theme-dark .cal-schedule strong {
  color: #FFF !important;
}

.theme-dark .cal-schedule span {
  color: #FFF !important;
  opacity: 0.5;
}

.cal-message {
  display: block;
}

.cal-message i {
  position: absolute;
  height: 40px;
  line-height: 43px;
  font-size: 27px;
  right: 20px;
}

.cal-message strong {
  display: block;
  line-height: 20px;
  font-weight: 400;
  font-size: 11px;
  padding-left: 20px;
}

/*-Pageapp Chat-*/
.speech-left {
  max-width: 240px;
  float: right;
  border-bottom-right-radius: 0px !important;
  color: #FFF;
}

.speech-right {
  max-width: 240px;
  float: left;
  border-bottom-left-radius: 0px !important;
}

.speach-image {
  padding: 0px !important;
}

.speach-image img {
  margin: 0px;
}

.speech-last {
  margin-bottom: 0px !important;
}

.speech-bubble {
  position: relative;
  border-radius: 17px;
  padding: 10px 15px;
  margin-bottom: 15px;
  line-height: 22px;
  font-size: 13px;
  background-color: #dee2e6;
  overflow: hidden;
}

.speech-bubble:after {
  content: '';
  display: block;
  clear: both;
}

.speech-read {
  font-size: 10px;
  font-style: normal;
  display: block;
  text-align: right;
  font-weight: 500;
  color: #adb5bd;
  margin-bottom: 80px;
}

.speach-input input {
  width: 100%;
  display: block;
  line-height: 45px;
  height: 45px;
  margin-top: 8px;
  border-radius: 45px;
}

.speach-icon a {
  padding-top: 0px !important;
  display: block;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  line-height: 38px;
  margin-top: 3px;
  transform: translateY(10px);
}

/*Contact Form*/
/* .menu input[type="text"] { */
/*   height: 35px; */
/*   line-height: 35px; */
/* } */

.menu textarea {
  height: 85px !important;
  padding-top: 3px !important;
}

.menu .form-field {
  margin-bottom: 5px;
}

.menu .form-field label {
  font-size: 12px;
  margin-bottom: -10px;
}

.form-field span {
  position: absolute;
  right: 20px;
  font-size: 9px;
  opacity: 0.5;
}

.form-field input {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 10px;
  margin: 0px 0px 15px 0px;
}

.form-field textarea {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 10px;
  margin: 0px 0px 15px 0px;
}

.form-name input {
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 0px 10px 0px 10px;
}

.form-email input {
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 0px 10px 0px 10px;
}

.form-text textarea {
  height: 145px;
  line-height: 24px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 0px 10px;
  margin-bottom: 30px;
}

.contactSubmitButton {
  width: 100%;
  display: block;
  border-radius: 10px;
  color: #FFF !important;
  padding: 12px 0px !important;
}

.fieldHasError {
  border: solid 1px #BF263C !important;
}

/*Map Full*/
.map-full .caption, .map-full .card-overlay {
  transition: all 350ms ease;
}

.hide-map {
  position: absolute;
  margin-top: -120px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  opacity: 0;
  z-index: 2;
}

.map-full .card {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.map-full iframe {
  position: absolute;
  width: 102vw;
  height: 100vh;
  z-index: 1;
}

.activate-map {
  opacity: 1 !important;
  transition: all 250ms ease;
  transition: all 350ms ease;
}

.deactivate-map {
  opacity: 0 !important;
  pointer-events: none;
  transition: all 350ms ease;
}

/*Filter*/
.gallery-filter-links, .gallery-filter-select * {
  overflow: visible !important;
}

.gallery-filter-all {
  float: left !important;
  padding-left: 0px !important;
}

.gallery-filter-controls {
  padding: 0px;
  margin: 0px;
}

.gallery-filter-controls li {
  list-style: none;
  cursor: pointer;
  float: right;
  padding-left: 15px;
  font-weight: 500;
  color: #1f1f1f;
  font-size: 13px;
  transition: all 350ms ease;
}

.gallery-filter-controls li:first-child {
  padding-right: 30px;
}

.gallery-filter-controls {
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.gallery-filter-controls-hidden {
  position: absolute;
  width: 50px;
  left: -50000px;
}

.gallery-filter-links, .gallery-filter-select {
  transition: height 350ms ease;
  margin-left: -5px;
  margin-right: -5px;
}

.gallery-filter-links a, .gallery-filter-select a {
  width: 33.3%;
  padding: 5px;
  display: block;
  transition: height 350ms ease;
}

.gallery-filter-links a img, .gallery-filter-select a img {
  display: block;
  width: 100%;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}

/*Collection*/
.gallery-collection-round a img {
  border-radius: 10px;
}

.gallery-collection a {
  width: 48%;
  float: left;
  position: relative;
}

.gallery-collection a:nth-child(2n+2) {
  margin-left: 4%;
  margin-bottom: 4%;
}

.gallery-collection a img {
  width: 50%;
  float: left;
  padding: 1px;
}

.gallery-collection i {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 50px;
  font-size: 17px;
  color: #1f1f1f;
}

/*Gallery Views*/
.gallery-view-controls a {
  float: left;
  width: 33.3%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #1f1f1f;
}

.theme-dark .gallery-view-controls a {
  color: #FFF;
}

.theme-dark .gallery-view-controls {
  border-bottom: solid 1px rgba(255, 255, 255, 0.07);
}

.gallery-view-controls {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.gallery-view-1 a {
  width: 30%;
  float: left;
}

.gallery-view-1 .caption {
  display: none;
}

.gallery-view-2 .caption {
  display: none;
}

.gallery-view-3 .caption {
  padding-top: 20px;
}

.gallery-view-1 a {
  margin-bottom: 5%;
}

.gallery-view-1 a:nth-child(3n-1) {
  margin: auto 5% auto 5%;
}

.gallery-view-2 a {
  width: 47.5%;
  margin-bottom: 5%;
  float: left;
}

.gallery-view-2 a:nth-child(2n-1) {
  margin-right: 5%;
}

/*Page Timeline*/
.timeline-cover {
  height: 430px;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0px;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
}

.timeline-cover .overlay {
  opacity: 0.8;
}

.timeline-cover .content {
  z-index: 10;
}

.timeline-body {
  position: relative;
  margin-top: 300px;
  padding-top: 5px;
  z-index: 2;
  background-color: #f0f0f0;
  padding-bottom: 10px;
  box-shadow: none !important;
}

.timeline-header {
  height: 55px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.timeline-header .back-button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  z-index: 11;
}

.timeline-header .menu-icon {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  z-index: 11;
}

.timeline-header .menu-icon em {
  background-color: #FFF;
}

.timeline-logo {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  width: 100%;
}

.timeline-deco {
  background-color: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0px;
  z-index: 0;
  bottom: 0px;
  left: 43px;
  width: 1px;
}

.timeline-item-content, .timeline-item-content-full {
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  margin: 0px 15px 30px 90px;
  padding: 20px 15px;
}

.timeline-item {
  position: relative;
  z-index: 2;
}

.timeline-item-content-full {
  padding: 0px;
}

.timeline-item-content-full h5 {
  padding: 5px 15px 15px 15px;
}

.timeline-item .timeline-icon {
  color: #FFF;
  position: absolute;
  width: 45px;
  height: 45px;
  left: 21px;
  line-height: 45px;
  border-radius: 45px;
  top: 25px;
  font-size: 18px;
  text-align: center;
}

/*Timeline Center*/
.timeline-cover-center .timeline-sub-heading,
.timeline-cover-center .timeline-heading {
  padding-left: 0px;
  text-align: center;
}

.timeline-cover-center .timeline-image {
  top: 50%;
  bottom: auto;
  margin-top: -150px;
  left: 50%;
  margin-left: -60px;
  background-size: 120px 120px;
  width: 120px;
  height: 120px;
  border-radius: 100px;
}

.timeline-body-center {
  padding-bottom: 40px;
}

.timeline-body-center .timeline-icon {
  width: 60px;
  height: 60px;
  left: 50%;
  line-height: 60px;
  margin-left: -31px;
  margin-top: -115px;
}

.timeline-body-center .timeline-deco {
  left: 50%;
  margin-left: -1px;
}

.timeline-body-center .timeline-item-content,
.timeline-body-center .timeline-item-content-full {
  margin: 120px 20px 20px 20px !important;
  padding: 20px;
}

/*Interests Page*/
.interest-check input {
  position: absolute !important;
  transform: translateX(-150524px);
}

.interest-check .fa-check-circle {
  display: none;
}

.interest-check i {
  width: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 0px;
  height: 40px;
  line-height: 40px;
}

.interest-check {
  margin-left: -20px;
  margin-right: 10px;
  margin-bottom: 35px;
  height: 22px;
  cursor: pointer;
  position: relative;
  width: auto;
  display: inline-block;
}

.interest-check label {
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  font-family: 'Pretendard', sans-serif;
  padding: 8px 15px 8px 40px;
}

.interest-check input:checked ~ .fa {
  display: block !important;
}

.interest-check input:checked ~ label {
  color: #FFF !important;
  background-color: #4A89DC !important;
}

.interest-check input:checked ~ .fa:last-child,
.interest-check input:checked ~ .fab:last-child,
.interest-check input:checked ~ .fas:last-child,
.interest-check input:checked ~ .far:last-child {
  display: none !important;
}

/*Page VCard*/
.vcard-title {
  font-size: 18px;
  text-transform: uppercase;
}

.vcard-field {
  line-height: 50px;
  border-left: 0px !important;
  border-top: 0px !important;
  border-right: 0px !important;
  padding-top: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  position: relative;
}

.vcard-field strong {
  position: absolute;
  margin-top: -18px;
  color: #ababab;
  font-weight: 400;
  font-size: 10px;
}

.vcard-field i {
  position: absolute;
  top: 25px;
  width: 15px;
  text-align: center;
  right: 0px;
  opacity: 0.3;
}

.vcard-field a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
  opacity: 0.7;
}

/*Gradient Adjustments*/
.bg-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, black 100%);
}

.bg-gradient-fade {
  bottom: 0px !important;
}

.theme-light .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.99) 65%, #f0f0f0 100%);
}

.theme-dark .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0.99) 65%, #1b1d21 100%);
}

.theme-light .bg-gradient-fade-small {
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.2) 50%, rgba(240, 240, 240, 0.9) 75%, #f0f0f0 100%);
}

.theme-dark .bg-gradient-fade-small {
  background: linear-gradient(to bottom, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0.2) 50%, rgba(27, 29, 33, 0.9) 75%, #1b1d21 100%);
}

/*Page Tint*/
.theme-dark .page-content-bg div {
  position: fixed;
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
  background-color: rgba(0, 0, 0, 0.6);
}

/*Basic Colors*/
.color-white {
  color: #FFF !important;
}

.color-black {
  color: #000 !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-grey	{
	background-color: #ebefee;
}

.bg-grey-dark	{
	background-color: #aaaaaa;
}
.bg-black-transparency {
	background-color: #00000073;
}

.tel-btn {
	background-color: rgba(69, 76, 86, 0.24);
	color: #FFFFFF;
}

/*Main Color Settings*/
.theme-dark .bg-theme {
  background-color: #0f1117 !important;
}

.theme-light .bg-theme {
  background-color: #FFF !important;
}

.theme-light .color-theme {
  color: #0f1117 !important;
}

.theme-dark .color-theme {
  color: #FFF !important;
}

/*Hide Show Based on Color Scheme*/
.theme-dark .show-on-theme-dark {
  display: block;
}

.theme-dark .show-on-theme-light {
  display: none;
}

.theme-light .show-on-theme-light {
  display: block;
}

.theme-light .show-on-theme-dark {
  display: none;
}

/*Dark Theme Settings*/
.theme-dark p {
  color: #898989;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark #footer-bar a i,
.theme-dark #footer-bar a span
.theme-dark p strong {
  color: #FFF;
}

.theme-dark .accordion-btn,
.theme-dark .menu .nav-title,
.theme-dark .menu .nav a i,
.theme-dark .menu .nav a span,
.theme-dark .menu .nav .active-nav i,
.theme-dark .menu .nav .active-nav span,
.theme-dark .header .header-icon,
.theme-dark .header .header-title,
.theme-dark .search-header .fa-search,
.theme-dark .color-theme,
.theme-dark .countdown div,
.theme-dark .list-group i:last-child,
.theme-dark .search-icon-list a,
.theme-dark .fac label,
.theme-dark .pagination a,
.theme-dark .accordion-style-2 a,
.theme-dark .input-style-1 .input-icon,
.theme-dark .input-style-2 .input-icon,
.theme-dark .input-style-1 span,
.theme-dark .input-style-2 span,
.theme-dark .input-style-1 input,
.theme-dark .input-style-2 input,
.theme-dark input,
.theme-dark .contact-form i,
.theme-dark .demo-icon-font article,
.theme-dark [data-tab],
.theme-dark span:not(.badge),
.theme-dark .profile-2 .profile-stats a,
.theme-dark .vcard-field *,
.theme-dark .search-header input,
.theme-dark .search-header input::placeholder,
.theme-dark .footer .footer-title {
  color: #FFF !important;
}

.theme-dark,
.theme-dark .page-bg,
.theme-dark #page,
.theme-dark .loader-main,
.theme-dark .instant-article,
.theme-dark .divider-icon i,
.theme-dark .table tr.even td,
.theme-dark .timeline-body,
.theme-dark table,
.theme-dark td {
  background-color: #1b1d21 !important;
}

.theme-dark .ios-switch label::before,
.theme-dark .android-switch label::before {
  background-color: #1b1d21;
  border: solid 1px rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .footer,
.theme-dark .card,
.theme-dark #preloader {
  background-color: #0f1117;
}

.theme-dark .input-style-2 span {
  background-color: #000;
}

.theme-dark .card .input-style-2 span,
.theme-dark .card.input-style span,
.theme-dark .bg-theme {
  background-color: #0f1117 !important;
}

.theme-dark .menu .input-style-1 span,
.theme-dark .menu .input-style-2 span {
  background-color: rgba(23, 26, 31, 0.8) !important;
}

.theme-dark .link-list-3 a,
.theme-dark .pricing-1,
.theme-dark .pricing-2,
.theme-dark .pricing-3,
.theme-dark .pricing-4,
.theme-dark .search-box,
.theme-dark .link-list-2 a,
.theme-dark .vcard-field,
.theme-dark table {
  border: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark input::placeholder,
.theme-dark textarea::placeholder,
.theme-dark select::placeholder,
.theme-dark select,
.theme-dark .stepper,
.theme-dark .form-field input,
.theme-dark .form-field textarea {
  color: #FFF !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .input-style-1 input,
.theme-dark .input-style-1 select,
.theme-dark .input-style-1 textarea,
.theme-dark input,
.theme-dark textarea,
.theme-dark select {
  border-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .input-style-1 input:focus,
.theme-dark .input-style-1 select:focus,
.theme-dark .input-style-1 textarea:focus,
.theme-dark input:focus,
.theme-dark textarea:focus,
.theme-dark select:focus {
  border-color: #495057 !important;
}

.theme-dark .list-custom-large a,
.theme-dark .list-custom-small a {
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .input-style-1 em,
.theme-dark .input-style-2 em {
  color: #898989;
}

.theme-dark .timeline-deco {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .footer-links,
.theme-dark #footer-bar,
.theme-dark .footer-copyright {
  border-top: solid 1px rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark th,
.theme-dark .polaroid-effect,
.theme-dark .timeline-item-content,
.theme-dark .tab-controls,
.theme-dark .timeline-item-content-full {
  background-color: #21252a !important;
  color: #FFF;
}

.theme-dark .divider,
.theme-dark .menu .nav a:hover,
.theme-dark .menu .nav .active-subnav,
.theme-dark .menu .nav .divider {
  background-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .menu-hider {
  background-color: rgba(0, 0, 0, 0.7);
}

.theme-dark .gallery-filter-controls li {
  color: #FFF;
}

.theme-dark .gallery-view-controls a {
  color: #FFF;
}

.theme-dark .gallery-view-controls {
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .tab-controls a {
  background-color: #21252a;
  border: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .form-control:focus,
.theme-dark .form-control {
  background-color: transparent !important;
}

.theme-dark .tabs-no-border a {
  background-color: transparent !important;
}

.theme-dark .header,
.theme-dark #footer-bar {
  background-color: rgba(11, 14, 18, 0.8);
  color: #FFF;
}

.theme-dark .menu,
.theme-dark .interest-check label {
  background-color: rgba(23, 26, 31, 0.8);
  color: #FFF;
}

/*Demo Colors*/
.demo-color {
  display: block;
  width: 100%;
  line-height: 45px;
  padding-left: 10px;
  text-transform: capitalize;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

.demo-color strong {
  display: block;
  font-size: 9px;
  margin-top: -25px;
  padding-bottom: 3px;
  font-weight: 400;
  opacity: 0.8;
}

.demo-color span {
  font-size: 10px;
  position: absolute;
  right: 20px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.5);
}

/* Lightbox v2.10.0 Copyright 2007, 2018 Lokesh Dhakar Released under the MIT license */
.lb-loader, .lightbox {
  position: fixed;
  text-align: center;
  line-height: 0;
  left: 0;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: fixed;
  top: constant(safe-area-inset-top);
  top: env(safe-area-inset-top);
  bottom: 0 !important;
  left: 0;
  z-index: 9999;
  height: 100% !important;
  width: 100% !important;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 1;
  display: none;
  overflow: hidden;
}

.lightbox {
  right: 0;
  bottom: 0;
  top: 50% !important;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0);
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 50%;
  height: 25%;
  width: 100%;
}


.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-prev{float: left;}
.lb-next{float: right;}


.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}


.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}


.lb-dataContainer, .lb-details {
  width: 100% !important;
  position: fixed;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/static/assets/images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-outerContainer {
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

.lb-dataContainer {
  bottom: -50%;
  left: 0;
  right: 0;
}

.lb-closeContainer {
  position: fixed;
  left: 50%;
  bottom: -50%;
  padding-bottom: 70px;
  transform: scale(0.8, 0.8);
  margin-left: -15px;
}

.lb-details {
  padding-top: 30px;
  top: calc(-50% + constant(safe-area-inset-top));
  top: calc(-50% + env(safe-area-inset-top));
  left: 0;
  right: 0;
  text-align: center !important;
}

.lb-data .lb-caption {
  font-weight: 700;
  line-height: 1em;
  font-size: 16px;
  padding-bottom: 5px;
}

/* Owl Custom Settings*/
.task-slider {
  transform: translateX(-35px);
}

.task-slider .owl-stage-outer {
  overflow: visible !important;
}

.single-slider {
  z-index: 50 !important;
}

.single-slider img {
  width: 100% !important;
}

.under-slider-btn {
  z-index: 90;
  margin-top: -53px;
  margin-bottom: 0px;
}

/* .double-slider { */
/*   padding-left: 15px !important; */
/*   padding-right: 15px; */
/* } */

.double-slider .owl-stage-outer {
  width: calc(100% + 80px);
}

.double-slider .under-slider-button {
  margin-bottom: -50px;
}

.cta-buttons {
  display: block;
  width: 280px;
  margin: 0px auto -1px auto;
  z-index: 10;
}

.cta-buttons a {
  display: inline-block;
}

.owl-has-controls .owl-nav {
  display: block !important;
}

.owl-has-controls .owl-prev {
  margin-left: 15px;
}

.owl-has-controls .owl-next {
  margin-right: 15px;
}

.slider-boxed {
  padding: 0px 15px;
}

.slider-boxed * {
  overflow: visible !important;
}

.slider-boxed .owl-nav {
  margin-top: -25px !important;
}

.slider-boxed .owl-dots {
  transform: translateX(0px) !important;
}

.carousel-boxed {
  padding: 0px 15px;
}

.card-slider * {
  overflow: visible !important;
}

.card-carousel * {
  overflow: visible !important;
}

.cover-slider .owl-dots {
  transform: translateY(-70px) !important;
}

.walkthrough-slider .owl-dots {
  transform: translateY(-22px) !important;
}

.cover-button-bottom {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 70px;
  z-index: 99;
  font-size: 12px;
}

.cover-button-top {
  position: absolute;
  width: 170px;
  left: 50%;
  margin-left: -85px;
  top: 20px;
  top: calc(20px + (constant(safe-area-inset-top))*1.1) !important;
  top: calc(20px + (env(safe-area-inset-top))*1.1) !important;
  z-index: 99;
  font-size: 12px;
}

.cover-next {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 0px;
}

.cover-prev {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 0px;
}

.cover-slider {
  touch-action: pan-x;
}
.cover-slider.signup-slider	{
	touch-action: pan-y;
}

/* .cover-slider .content { */
/*   margin-bottom: 0px !important; */
/* } */

/* Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch  Licensed under  ()*/

.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  transform-style: preserve-3d;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel .card {
  overflow: hidden !important;
}

.owl-dots {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  text-align: center;
  bottom: 5px;
  width: 100%;
  backface-visibility: hidden;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-height {
  transition: all 250ms ease !important;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}

.owl-auto-height .owl-height {
  transition: all 250ms ease-in-out !important;
}

.owl-dot {
  -webkit-appearance: none;
  appearance: none;
  border: none !important;
  overflow: hidden;
  height: 14px;
  transform: scale(0.8, 0.8);
  transition: all 250ms ease;
  border-radius: 50px;
  display: inline-block;
  background: rgba(139, 139, 139, 0.9);
  margin-left: 3px;
  margin-right: 3px;
}

.owl-dot.active {
  transition: all 250ms ease;
  background: #cacaca;
}

.owl-no-dots .owl-dots {
  display: none !important;
}

.owl-no-dots .cover-content-bottom {
  bottom: 0;
  padding-bottom: 0;
}

.owl-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 0;
  right: 0;
}

.owl-next {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent !important;
  border: none !important;
  width: 40px;
  height: 50px;
  position: absolute;
  color: #FFF;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  margin-top: -25px;
  right: 0;
}

.owl-prev {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent !important;
  border: none !important;
  width: 40px;
  height: 50px;
  position: absolute;
  color: #FFF;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  margin-top: -25px;
  left: 0;
}

.owl-has-dots .owl-dots {
  margin-top: 20px;
  margin-bottom: 0;
}

.owl-has-dots-over .owl-dots {
  margin-top: -40px;
  margin-bottom: 10px;
}

.cover-slider {
  touch-action: pan-x;
  margin-bottom: 0;
}

.cover-slider .owl-dots {
  z-index: 99;
  margin-top: -27px;
  transform: translateY(-110px) !important;
}

.cover-slider [data-height=cover] {
  margin-bottom: 0 !important;
}

.next-slide {
  color: #FFF;
  width: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  margin-top: -10px;
  top: 50%;
  transform: translateY(-70%);
  z-index: 99;
  right: 15px;
}

.prev-slide {
  color: #FFF;
  width: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  margin-top: -10px;
  top: 50%;
  transform: translateY(-70%);
  z-index: 99;
  left: 15px;
}

.owl-dots-over .owl-dots {
  transform: translateY(-60px);
  margin-bottom: -10px;
}

.owl-dots-cover .owl-dots {
  transform: translateY(-20px) !important;
  margin-bottom: 3px;
}

.owl-dots-under .owl-dots {
  transform: translateY(0px);
  margin-bottom: 10px;
}

.owl-dots-small .owl-dots {
  transform: translateY(-20px);
  margin-bottom: 10px;
}

.owl-dots-no-footer .owl-dots {
  transform: translateY(-18px) !important;
}

.double-slider {
  touch-action: pan-x;
}

.slider-boxed {
  margin-left: -20px;
}

/* Owl Custom Settings*/
.task-slider {
  transform: translateX(-35px);
}

.task-slider .owl-stage-outer {
  overflow: visible !important;
}

.story-slider .owl-stage-outer {
  overflow: visible !important;
}

.story-slider {
  margin-left: -20px;
}

.topic-slider h1 a {
  color: #cacaca;
}

/*Studio*/
.select-drop{
	padding-left: 15px; 
	font-family: 'Noto Sans KR';
}
.dropdown.left{
	float: left; 
	margin-right: 10px;
}
.dropdown .total{
	float: left; 
	color: #A2A2A2; 
	opacity: 1; 
	letter-spacing: -0.52px; 
	font-weight: 400; 
	font-size: 13px; 
	font-family: 'Noto Sans KR'; 
	margin-right: 10px; 
	margin-top: 5px;
}
.dropdown .local{
	border-radius: 16px; 
	border: 1px solid #E3E3E3; 
	color: #A2A2A2; 
	padding: 6.5px; 
	width: 73px; 
	font-size: 13px;
}
.dropdown .dropdown-menu{
	border-radius: 16px;
}
.dropdown-item.text-dark{
	color: #121416 !important;
	font-family: 'Noto Sans KR';
	font-weight: 500;
}
.dropdown-item.text-hint{
	color: #A2A2A2 !important;
	font-family: 'Noto Sans KR';
	font-weight: 500;
}
.select-drop .button-scroll{
	overflow: auto; 
	white-space: nowrap;
	font-weight: 400;
}
.select-drop .facility-list{
	display: inline-block;
	border-radius: 16px; 
	border: 1px solid #E3E3E3; 
	color: #A2A2A2; 
	padding: 8px; 
	font-size: 13px;
	opacity: 1;
	letter-spacing: -0.44px;
}
.select-drop .facility-list.active{
	color: #F26248; 
}
.icon-right{
	float: right;
}
.studio-section .studio-card	{
	height: 350px;
	background-size: cover;
	background-position: center !important;
}
.studio-section .studio-card .content{
	margin-top: 0 !important;
}
.studio-section .studio-card .studio-connect	{
	position: absolute;
	right: 15px;
    top: 15px;
    z-index: 1;
    background: transparent;
}
.studio-section .studio-card .studio-connect i	{
	background-color: rgba(255, 255, 255, 0.3);
}
.studio-section .studio-card .studio-connect.active i	{
	background-color: #ffffff;
	color: #232020;
}
.studio-section h1{
	text-align: left; 
	font-size: 20px; 
	font-weight: 700; 
	font-family: 'Noto Sans KR'; 
	letter-spacing: -0.8px; 
	opacity: 1; 
	color: #373737;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 30px;
}
.studio-section p{
	font-size: 13px; 
	font-family: 'Noto Sans KR'; 
	font-weight: 500; 
	letter-spacing: -0.52px; 
	opacity: 1; 
	color:#B2B2B2; 
	text-align: left;
}
.studio-section .btn-div{
	width: 100%; 
	text-align: center;
}
.studio-section .btn-div button{
	border-radius: 3px; 
	width:50%; 
	color: #151F2B; 
	font-size: 13px; 
	font-family: 'Noto Sans KR'; 
	opacity: 1; 
	letter-spacing: -0.52px; 
	font-weight: 700;
}
.select-section .checkbox{
	padding: 5px 10px 5px 10px;
    background: #F26248 0% 0% no-repeat padding-box;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
    border-radius: 3px;
    opacity: 1;
}
.select-section .checkbox input[type=checkbox]{
	display: none;
	visibility: hidden;
}
.select-section .checkbox input[type=checkbox]+label{
	margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-weight: 300;
}
.select-section .checkbox article{
	color: #ffffff;
}
.studio-info .studio-connect {
	position: absolute;
	top: 5px;
	right: 5px;
}
.studio-info .studio-connect i	{
	background-color: #fff;
	border: 1px solid #F0F0F0;
}
.studio-info .studio-connect.active i	{
	background-color: #ffffff !important;
	color: #232020 !important;
}
.studio-info .studio-connect.active p	{
	color: #232020 !important;
}
.studio-detail-modal .header	{
/* , .page-studio .header	{ */
	background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.9;
    backdrop-filter: blur(36px);
    -webkit-backdrop-filter: blur(36px);
}
.studio-detail-modal .border-radius,
.page-studio .border-radius,
.page-studio .border-radius .studio-info	{
	border-radius: 30px 30px 0px 0px !important;
}
.page-studio.page-content .card-full	{
	background: #EBEFEE;
	padding-bottom: 80px;
    padding-bottom: calc(80px + (constant(safe-area-inset-bottom))*1.1);
    padding-bottom: calc(80px + (env(safe-area-inset-bottom))*1.1);
}
.studio-detail-modal .header-title,
.page-studio .header-title	{
	font-size: 14px;
	font-family: 'Noto Sans KR';
	letter-spacing: -0.56px;
	color: #343434;
	opacity: 1;
	font-weight: 700;
}
/* .studio-detail-modal .header-icon, */
/* .page-studio .header-icon */
.header-icon.header-icon-1 i	{
	font-size: 16px;
	color: #646C77;
	opacity: 1;
}
.page-studio .studio-info,
.page-studio .rooms .room-info,
.page-studio .others	{
	padding: 20px 15px 0px 15px;
}
.studio-detail-modal .studio-name .name,
.page-studio .studio-name .name	{
	text-align: left;
	font-size: 17px !important;
	font-family: 'Noto Sans KR' !important;
	font-weight: 700;
	letter-spacing: -0.68px;
	color: #343434;
	opacity: 1;
}
.studio-detail-modal .modal-content	{
	border: 0;
	border-radius: 0;
}
.studio-detail-modal .content,
.page-studio .page-content{
	margin: 0 !important;
}
.studio-detail-modal .studio-info p,
.page-studio .studio-info p	{
	text-align: left;
	font-size: 13px !important;
	font-family: 'Noto Sans KR';
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -0.52px;
	color: #A2A2A2;
	opacity: 1;
}
.page-studio .studio-title p	{
	line-height:16px;
}
.studio-detail-modal .studio-explain .explain,
.page-studio .studio-explain .explain	{
	text-align: left;
	font-size: 15px !important;
	line-height:23px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
	letter-spacing: -0.6px;
	color: #373737;
	opacity: 1;
	padding-bottom:13px;
    word-break: keep-all;
}
.studio-detail-modal .studio-time .time,
.page-studio .studio-time .time	{
	text-align: left;
	font-size: 13px !important;
	font-family: 'Noto Sans KR', 'Roboto' !important;
	font-weight: 500;
	letter-spacing: -0.52px;
	color: #373737;
	opacity: 1;
}
.page-studio .studio-notice p.content		{
	color: #373737;
	margin: 0;
	word-break: keep-all;
}
.studio-detail-modal .divider,
.page-studio .divider	{
	margin-bottom: 13px;
}
.studio-detail-modal .studio-facility .chip,
.page-studio .studio-facility .chip	{
	border-radius: 3px;
    background: #F8F8F8;
    color: #373737;
    font-size: 12px;
    opacity: 1;
    padding: 0px;
    margin-right:8px;
    margin-bottom:8px;
}
.studio-detail-modal .studio-facility .chip-label,
.page-studio .studio-facility .chip-label{
	text-align: center;
	font-size: 11px !important;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
    line-height: 16px;
	letter-spacing: -0.44px;
	color: #373737;
	opacity: 1;
	padding: 0 12px;
}
.page-studio .studio-info .studio-contact	{
	position: relative;
}
.page-studio .studio-info .studio-contact .content	{
	margin: 0;
	color: #373737;
}
.page-studio .studio-info .studio-contact a.btn {
    font-size: 12px;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    letter-spacing: -0.52px;
    line-height: 24px;
    padding: 0 12px !important;
}
.icon-box-custom {
	min-width: 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    border-radius: 400px;
    margin-right: 8px;
    float: left;
}
.icon-box-custom.bg-color-gray{
	background: #F9F9F9 0% 0% no-repeat padding-box !important;
	border-radius: 19px;
}
.icon-box-custom.num-gray{
	text-align: center;
	font-size: 15px !important;
	font-family: 'Noto Sans KR' !important;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: rgba(100, 108, 119, 0.23);
}
.rooms .row{
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
	height: 61px;
}

.rooms .row.even {
	background: #F0F0F06E 0% 0% no-repeat padding-box;
}
/* .rooms .price { */
/* 	padding-right: 15px; */
/* 	padding-top: 8px; */
/* } */
.rooms .price .origin-price{
	text-align: right;
	text-decoration: line-through;
/* 	font-size: 11px !important; */
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	letter-spacing: -0.44px;
	color: rgba(100, 108, 119, 0.43);
/* 	line-height: 0; */
	line-height:16px;
}
.rooms .price .sale-price{
	text-align: right;
/* 	font-size: 13px !important; */
	font-family: 'Noto Sans KR' !important;
	font-weight: 700;
	letter-spacing: -0.52px;
	color: rgba(55, 55, 55, 1);
/* 	line-height: 3; */
	line-height:16px;
}
.rooms .room-image{
	background-position: center; 
	background-size: cover; 
	border-radius: 20px; 
	height: 130px; 
	width:100%; 
	margin-bottom: 30px;
	position: relative;
}
.rooms .image-icon{
	font-size: 22px;
	color: #FFFFFF;
	opacity: 1;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.rooms .room-name p{
	color: #373737; 
	opacity: 1; 
	font-size: 20px; 
	font-family: 'Noto Sans KR';
	font-weight: 700;
	text-align: left;
}
.rooms .btn-pay{
	padding: 6px 9px !important;
}
.rooms .btn-pay{
	font-size: 13px;
	font-family: 'Noto Sans KR';
	font-weight: 700;
	letter-spacing: -0.52px;
	background: transparent linear-gradient(180deg, #646C77 0%, #454C56 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #454C5680;
}
.separator{
	height: 30px;
	background-color: #EBEFEE;
	opacity: 1;
}
.other {
	background: #EBEFEE;
	opacity: 1;
}
.other p{
	color: #373737;
	opacity: 1;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Noto Sans KR';
	letter-spacing: 0px;
}
.other .refund ul{
	padding-inline-start: 15px;
	color: #A2A2A2;
}
.other .refund .refund-detail{
	text-align: left;
	font-size: 11px;
	font-family: 'Noto Sans KR';
	font-weight: 500;
	opacity: 1;
	letter-spacing: -0.44px;
}
.other #arrow-up{
	text-align: center;
}
.other #arrow-up span{
	font-size: 18px;
	background: #000000;
	color: #FFFFFF;
	width: 39px;
	height: 39px;
	border-radius: 10px;
	opacity: 1;
	padding-top: 9px;
}
.search-modal .modal-content{
	border-radius: 30px 30px 0px 0px;
	background: rgba(235, 239, 238, 1) 0% 0% no-repeat padding-box;
	border: 0;
}
#menu-payment #paymentForm p{
	font-size: 13px;
	font-family: 'Noto Sans KR';
	font-weight: 500;
	letter-spacing: -0.52px;
	color: #F26248;
	opacity: 1;
	text-align: left;
}
#menu-payment #paymentForm h1,
.search-modal h1{
	font-size: 17px;
	font-family: 'Noto Sans KR';
	font-weight: 700;
	letter-spacing: -0.68px;
	color: #343434;
	opacity: 1;
	text-align: left;
}
#menu-payment .price span{
	font-family: 'Noto Sans KR';
	color: #373737;
	opacity: 1;
}

#menu-payment .price .price-dark-medium{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.6px;
	float: left;
}
#menu-payment .price .price-dark-bold{
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.68px;
	float: right;
}
.studio-payment-modal #paymentForm .pay-cancle,
.search-modal .pay-cancle{
	font-size: 25px;
	position: relative;
}
.search-modal .search-box{
	background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 26px rgba(93, 93, 93, 0.09);
	border-radius: 10px;
}
.search-modal .search-box .fa-search{
	color: rgba(0, 0, 0, 0.52);
    font-size: 15px;
}
#menu-search .btn-search, #menu-search-pro .btn-search{
	background: transparent linear-gradient(180deg, #646C77 0%, #454C56 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #454C5680;
	border-radius: 10px;
	opacity: 1;
	color: #FFFFFF;
	letter-spacing: -0.6px;
}
.text-title{
	color: #A2A2A2;
	letter-spacing: -0.52px;
	opacity: 1;
}
.text-contents{
	color: #373737;
	letter-spacing: -0.52px;
	opacity: 1;
}
.pay-result article{
	text-align: center;
	font-size: 80px;
	color: #F26248;
	margin-top: 50px;
	margin-bottom: 20px;
}
.pay-result h3{
	color: #373737;
	opacity: 1;
	letter-spacing: -0.76px;
	text-align: center;
	font-weight: 700 !important;
}
.pay-result h5{
	color: #A2A2A2;
	opacity: 1;
	letter-spacing: -0.52px;
	text-align: center;
}
.no-padding{
	padding: 0;
}
.payment{
	padding: 50px 0;
}
.payment .section.pay-info{
	background: #151F2B 0% 0% no-repeat padding-box; 
	opacity: 1; 
	padding: 24px 15px 16px 15px;
}
.payment .section.times{
	padding-left: 18px;
	padding-right: 18px;
}
.payment .section.times div{
	background: #000000;
	color: #C7C7C7;
}
.payment .section .text-light{
	text-align: left;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.68px;
	color: #FFFFFF !important;
	opacity: 1;
}
.payment .section .text-hint{
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.52px;
	color: #A2A2A2;
	opacity: 1;
}
.payment .section .text-hint-more{
	font-size: 11px;
	font-weight: 500;
	letter-spacing: -0.44px;
	color: #D1D1D1;
	opacity: 1;
}
.payment .pay-infos{
	padding-inline-start: 20px;
}
.payment .pay-infos .text-primary{
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.6px;
	color: #F26248 !important;
	opacity: 1;
}
.payment .divider{
	border: 1px solid #FFFFFF1A;
	opacity: 1;
}
.payment .section.pay-price{
	padding: 24px 15px 16px 15px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.payment #dot-circle .fa-fw{
	font-size: 24px;
	color: #F26248;
	opacity: 1;
	}
.payment #dot-circle .pay-kinds{
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0px;
	color: #373737;
	opacity: 1;
}
.payment .price-text{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.6px;
	color: #373737;
	opacity: 1;
}
.payment .price{
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.68px;
	color: #373737;
	opacity: 1;
}
.pay-result	{
	padding-bottom: 77px;
}
.payment .bottom-fix-btn, .pay-result .bottom-fix-btn{
	width: 100%;
	position: fixed;
	bottom: 18px;
}
/* .payment .btn-payment, .pay-result .btn-main{ */
/* 	background: transparent linear-gradient(180deg, #F68461 0%, #F26248 100%) 0% 0% no-repeat padding-box; */
/* 	border-radius: 10px; */
/* 	opacity: 1; */
/* 	color: #FFFFFF; */
/* 	letter-spacing: -0.6px; */
/* 	font-size: 15px; */
/* 	font-weight: 700; */
/* } */
.pay-result .btn-studio,
.btn-open-openBooking,
#menu-openBooking .btn-booking.disable {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 2px solid #8494A8;
	border-radius: 10px;
	opacity: 1;
	letter-spacing: -0.6px;
	color: #8494A8;
}
#pg .modal-header	{
	height:50px;
	padding: 13px 15px;
}
#pg .modal-header article{
	color: #454C56;
}
#pg .modal-content{
	border-radius: 0;
	border: 0;
	padding-top: constant(safe-area-inset-top);
	padding-top: env(safe-area-inset-top);
}
#pg iframe{
	width: 100vw;
	border: 0;
	height: calc(100vh - 56px);
}
#search-custom .relative{
	width: 39px;
    height: 39px;
    background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 17px rgb(0 0 0 / 16%);
    border-radius: 15px;
    position: relative;
}
#search-custom .relative span{
	font-size: 17px;
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hidden{
	display: none !important;
}
.pos-relative{
	position: relative;;
}
.modal-dialog{
	max-width: 100% !important;
}
.theme-dark-gradient{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.87), rgba(119, 119, 119, 0.87) , rgba(26, 26, 26, 0.87), rgba(0, 0, 0, 0.87));
    background-blend-mode: multiply;
	box-shadow: 0 2px 17px 0 rgb(1 1 1 / 19%);
}
.bg-color-gray{
	background-color: #AAAAAA;
}
.bg-color-gray-light{
	background-color: #EBEFEE;
}
.accordion .fa-fw {
	background-color: #646C77;
	border-radius: 10px;
	color: #ffffff;
	padding-top: 9px;
	width: 30px !important;
	height: 30px;
}
.color-gray{
	color: #A2A2A2 !important;
}
.studio-history-empty, .pro-info-empty, .lesson-history-empty{
	background-color: rgba(255, 255, 255);
	height: 180px;
	padding: 40px
}
.text-decoration-line{
	text-decoration-line: underline;
}
.studio-used-empty, .lesson-used-empty{
	background-color: rgba(255, 255, 255, 0.4);
	padding :20px;
	box-shadow: 0 3px 26px #00000012;
	height: 100px;
	flex-direction: unset;
}
.margin-bottom-80{
	margin-bottom: 80px;
}
.btn-xxl-custom{
	padding: 17px 34px;
}
.color-black-light{
	color: #454C56 !important;
}
.touch-action-auto{
	touch-action: auto;
}
.touch-action-pan-x{
	touch-action: pan-x;
}
.touch-action-none{
	touch-action: none;
}
.margin-top-n30{
	margin-top: -30px !important;
}
.margin-top-n60{
	margin-top: -60px !important;
}
.boxed-slider .owl-stage-outer{
	margin-left: -45px;
}

.color-black-21{
	color: rgba(0, 0, 0, 0.21) !important;
}

.color-black-41{
	color: rgba(0, 0, 0, 0.41) !important;
}

/*Owl Carousel Buttons*/
.owl-bottom-button {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
.fixed-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
    z-index:99;
}
.payment-lesson .fixed-bar,
.payment-studio .fixed-bar {
    margin-bottom: 0;
    padding-bottom: calc(20px + env(safe-area-inset-bottom)) !important;
    padding-bottom: calc(20px + constant(safe-area-inset-bottom)) !important;
}
.menu .fixed-bar	{
	padding-bottom:40px;
}
#modal-terms .modal-dialog,
#modal-private .modal-dialog	{
	margin:0;
}
#modal-terms .modal-dialog .modal-content,
#modal-private .modal-dialog .modal-content	{
	border-radius:0;
	border:0;
}
#modal-terms .modal-dialog .modal-header,
#modal-private .modal-dialog .modal-header	{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:50px;
	border-radius:0;
	text-align:center;
	padding:0 15px;
	display:flex;
	align-items: center;
	justify-content: center;
	z-index:1;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
	background-color:rgba(255,255,255,.7);
    border-bottom: solid 1px rgba(0,0,0,.08);
}
#modal-terms .modal-dialog .modal-header .close,
#modal-private .modal-dialog .modal-header .close	{
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#modal-terms .modal-dialog .modal-body,
#modal-private .modal-dialog .modal-body	{
	padding-top: 65px;
}
#menu-first-signin .menu-title h1	{
	padding: 10px 0px 20px 15px;
}
#menu-first-signin .menu-title p	{
	margin: -30px 0 15px 15px !important;
}
.menu .menu-title.has-icon	{
	padding-left: 60px;
}
.menu .menu-title.has-icon i.fas	{
    position: absolute;
    top: 10px;
    left: 15px;
}
.modal	{
	z-index: 100;
}
.modal-backdrop	{
	z-index: 99;
}
.btn-group.flex>.btn:hover	{
	z-index:0;
}
.btn-group.flex>.btn, .btn-group.flex>.btn:hover, .btn-group.flex>.btn:active {
    background: transparent !important;
    border-color: #E7E9E9 !important;
    border-width:1px;
    color: #343434 !important;
    transition: 0.2s all;
    border-radius:0;
    z-index:0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.time-select .btn-group.flex>.btn	{
	line-height: .7;
}
.btn-group > .btn p	{
	color: #343434;
}
.btn-group > .btn span	{
	color:#D1D1D1;
	font-size:11px;
	font-weight:300;
}
.btn-group.flex>.btn.active,
.btn-group.flex>.btn.active:hover {
    background: #454C56 !important;
    color: #fff !important;
    border-color: #454C56 !important;
    z-index:1;
}
.btn-group.flex>.btn.disabled	{
	background-color:#F8F8F8 !important;
	border-color: #EAEEED !important;
	color:#0606064D !important;
}
.btn-group.flex > .btn	{
	margin-left:-1px !important;
}
.btn-group.btn-group-wrap-3,
.btn-group.btn-group-wrap-6	{
	flex-wrap:wrap;
}
.btn-group.btn-group-wrap-3 > .btn	{
    flex: 0 1 25%;
}
.btn-group.btn-group-wrap-3 > .btn:nth-child(n+5){
	margin-top:-1px;
}
.btn-group.btn-group-wrap-6 > .btn	{
    flex: 0 1 50%;
}
.btn-group.rounded > .btn:first-child	{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.btn-group.rounded > .btn:last-child	{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.time-select .btn-group .btn span {
	color: #C7C7C7;
	margin-top: 8px;
}
#menu-booking #bookingFrm .select-area .stepper {
	height: 30px;
}
#menu-booking #bookingFrm .select-area .stepper a {
	height: 29px;
	line-height: 29px;
}
#menu-booking #bookingFrm .select-area input {
	font-size: 14px !important;
	font-weight: 500;
	color: #000000;
	height: 29px;
}
#menu-booking .content {
	max-height: 420px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-bottom: 30px;
}
#menu-booking .time-select .btn-group.flex,
#menu-openBooking .time-select .btn-group.flex {
	margin-left: 1px;
	margin-top: -1px;
}
#menu-booking #bookingFrm input[name=start_date]::placeholder {
	color: #000000;
	font-size: 16px !important;
	font-weight: 700;
}
.full-width	{
	width: 100%;
}
#menu-datepicker .picker-wrapper .daterangepicker	{
	font-family: 'Noto Sans KR',sans-serif;
	position:inherit;
	width:100%;
	border:0;
	background-color: transparent;
	margin-top:0;
}
#menu-datepicker .picker-wrapper .daterangepicker:before,
#menu-datepicker .picker-wrapper .daterangepicker:after	{
	content:none;
}
#menu-datepicker .picker-wrapper .daterangepicker .drp-calendar	{
	max-width:100%;
	width: 100%;
	padding:0;
}
#menu-datepicker .picker-wrapper .daterangepicker .ranges	{
	margin-top:0;
}
/* #menu-datepicker .picker-wrapper .daterangepicker .calendar-table .month-picker th	{ */
/* 	padding-bottom: 20px; */
/* } */
#menu-datepicker .picker-wrapper .daterangepicker .calendar-table .month-picker th	{
	padding-top:15px;
	padding-bottom:15px;
	border-radius:0;
	background-color: #E9573F;
	color: #fff;
}
#menu-datepicker .picker-wrapper .daterangepicker .calendar-table .month-picker .prev,
#menu-datepicker .picker-wrapper .daterangepicker .calendar-table .month-picker .next
{
    font-size: 20px;
}
#menu-datepicker .picker-wrapper .daterangepicker .calendar-table .month-picker .month	{
	font-size:17px;
}
#menu-datepicker .picker-wrapper .daterangepicker .calendar-table	{
	background-color: transparent;
	margin-top: -1px;
	margin-right: -1px;
	margin-left: -1px;
}
#menu-datepicker .picker-wrapper .daterangepicker .weeks th,
#menu-datepicker .picker-wrapper .daterangepicker td	{
	font-size: 13px;
/*     min-width: 34px; */
/*     max-width: 44px; */
    height: 44px;
    background-color: transparent;
    border-radius: 0;
}
#menu-datepicker .picker-wrapper .daterangepicker td,
#menu-datepicker .picker-wrapper .daterangepicker td.off.available	{
	border:1px solid rgba(0,0,0,.05);
	color:#343434;
}
#menu-datepicker .picker-wrapper .daterangepicker .weeks	{
	background: rgba(233,87,63,.8);
	color: #fff;
}
/* #menu-datepicker .picker-wrapper .daterangepicker .weeks th.sat, */
#menu-datepicker .picker-wrapper .daterangepicker td.sat,
#menu-datepicker .picker-wrapper .daterangepicker td.off.available.sat	{
	color:#6978FE;
}
/* #menu-datepicker .picker-wrapper .daterangepicker .weeks th.sun, */
#menu-datepicker .picker-wrapper .daterangepicker td.sun,
#menu-datepicker .picker-wrapper .daterangepicker td.off.available.sun	{
	color:#FF396F;
}
#menu-datepicker .picker-wrapper .daterangepicker td.off	{
	color:#AAAAAA;
}
#menu-datepicker .picker-wrapper .daterangepicker td.today	{
/* 	border-radius:50%; */
/* 	background:#F3D1A9; */
	color:#343434;
}
#menu-datepicker .picker-wrapper .daterangepicker td.in-range {
	border-radius:0;
    background-color: #ebf4f8;
    color:#343434;
}
#menu-datepicker .picker-wrapper .daterangepicker  td.start-date	{
	border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    color:#343434;
}
#menu-datepicker .picker-wrapper .daterangepicker td.end-date	{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    color:#343434;
}
#menu-datepicker .picker-wrapper .daterangepicker  td.start-date.end-date,
#menu-datepicker .picker-wrapper .daterangepicker  td.start-date,
#menu-datepicker .picker-wrapper .daterangepicker  td.end-date	{
	border-radius:0;
}
#menu-datepicker .picker-wrapper .daterangepicker td.active, 
#menu-datepicker .picker-wrapper .daterangepicker td.active:hover	{
	background: rgba(233,87,63,.8);
	color:#fff !important;
}
#menu-datepicker .picker-wrapper .daterangepicker td.disabled	{
	display: table-cell !important;
	color: #ced4da!important;
    background: #f9f9f9 !important;
	text-decoration: none;
}
#menu-datepicker .picker-wrapper .daterangepicker .drp-buttons	{
	display:flex;
	flex-direction: column;
    padding: 10px 0 0 0;
}
#menu-datepicker .picker-wrapper .daterangepicker.auto-apply .drp-buttons	{
	display:none;
}
#menu-datepicker .picker-wrapper .daterangepicker .drp-selected	{
	font-size: 14px;
	padding-bottom:10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    width:100%;
    text-align:center;
}
#menu-datepicker .picker-wrapper .daterangepicker .cancelBtn	{
	display: none;
}
#menu-datepicker .picker-wrapper .daterangepicker .drp-buttons .btn	{
	font-size:15px;
}
#menu-datepicker .picker-wrapper .daterangepicker .drp-buttons .btn.applyBtn	{
	flex-direction:column;
}
.menu.bg-theme .menu-title	{
	padding-top:15px !important;
}
.menu.bg-theme .menu-title p	{
	margin-top: 0 !important;
}
.card.card-reservation .content	{
	position: relative;
}
.card.card-reservation .content i:last-child, .card .past-reservation	.content i:last-child{
	position: absolute;
	right: 0;
	top: 50%;
}
.card.card-reservation .availableLessonCnt i{
	top: 5% !important;
}

.card-reservation.lesson-buy .studio-roomThumbnail {
	background-position: center;
    background-size: cover;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 8px;
}

.card-reservation-history	{
    background: rgba(255,255,255,.4);
}
.list-reservation a	{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.list-reservation a p	{
	font-size:12px;
	line-height: 22px;
	margin-bottom: 0;
}
.list-reservation a i:last-child	{
	position: absolute;
	top: 50%;
	right:0;
	line-height: 10px;
}
.modal {
  overflow: hidden;
}

.modalbox .modal-dialog {
  transform: translate(0, 100%) !important;
  min-width: 100%;
  margin: 0;
  transition: 0.5s all !important;
}

.modalbox .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  height: 100vh;
  margin: auto;
  overflow: auto;
  padding-top: calc(56px + constant(safe-area-inset-top));
  padding-top: calc(56px + env(safe-area-inset-top));
}

.modalbox .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 0;
  min-height: 56px;
  padding: 10px 16px;
  border-radius: 0;
  display: flex;
  border-bottom: 1px solid #DCDCE9;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: constant(safe-area-inset-top);
  top: env(safe-area-inset-top);
  width: 100%;
  z-index: 100;
  background: #FFF;
}

.modalbox .modal-dialog .modal-content .modal-header .close-menu	{
	position: absolute;
	left:0;
	color: #27173E;
	font-size: 16px;
}
.modalbox .modal-dialog .modal-content .modal-header .close-menu:hover	{
	color: #27173E;
}

.modalbox .modal-dialog .modal-content .modal-header .modal-title {
  margin: 0;
  color: #27173E;
  font-size: 17px;
}

.modalbox .modal-dialog .modal-content .modal-body {
  padding-top: 56px;
  min-height: calc(100vh - 56px);
  overflow: auto;
}

.modalbox.show .modal-dialog {
  transform: translate(0, 0) !important;
}

.reservation-info {
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.reservation-info h5 {
    font-size: 13px;
    color: #A2A2A2;
    margin-bottom: 0;
}

.border-gray-light{
	border: 1px solid #e3e3e3
}

.border-highlight{
	border: 1px solid #4A89DC !important
}

.gradient-btn {
	background: linear-gradient(180deg, rgba(246, 132, 97, 1), rgba(242, 98, 72, 1))
}

.lesson-day-section {
	display: flex;
	line-height: 35px;
	align-items: center;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px solid rgba(227, 227, 277, 0.4); 
}
.lesson-day-section:first-child	{
	padding-top:0;
}
.lesson-day-section.week-2	{
	background: rgba(240, 240, 240, .4);
}

.lesson-day-section .lesson-day{
	font-size: 12px;
	color: #333333;
	font-weight: 400;
	margin-right: 26px;
}
.lesson-day-section .lesson-day.sat	{
	color: #6E8BFF;
}
.lesson-day-section .lesson-day.sun	{
	color: #FF8080;
}
.lesson-day-select-section.reservation-close{
	flex: 1;
	text-align: center;	
}

.frame.crazy div .lesson-select-time {
    float: left;
    border: 1px solid #F26248;
    border-radius: 3px;
    width: 55px;
    height: 35px;
    line-height: 35px;
    margin-right: 6px;
    text-align: center;
    color: #ffffff;
    background: #F26248;
    font-size: 14px;
    font-weight: 400;
}

.frame.crazy div .lesson-select-time.active {
	background-color: #1F1F1F;
	border: 1px solid #1F1F1F;
}

.frame.crazy div .lesson-select-time.disable {
    border: 1px solid #ECECEC;
    color: #C2C2C2;
    background: #ECECEC;
}

.lesson-day-section .circle-today{
	background-color: #F26248; 
	border-radius: 50%; 
	width: 6px; 
	height: 6px;
}

.left-right-section .prev-week-arrow.block{
	color: #E2E2E2 ;
}

.membership-section .menu-title p{
	margin: 0px 15px 5px 15px !important;
}

.membership-section .btn-qna.active{
	background-color: #000 !important;
	color: #fff !important;
	border: none;
}

#menu-lesson-qna {
	z-index: 102;
}

#menu-lesson-qna textarea{
	height: 130px !important;
	width: 300px;
	padding-left: 15px;
    padding-top: 15px !important;
    resize: none;
    -webkit-appearance: none;
}

.text-deco-line-through{
	text-decoration: line-through;
}

.menu-hider-custom{
	position: fixed;
    top: -100px;
    bottom: -100px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 101;
    opacity: 1;
    transition: all 300ms ease;
}
.lesson-ticket i{
	border-radius: 12px;
    height: 32px !important;
    line-height: 33px !important;
    width: 32px !important;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 11%), 0 5px 15px 0 rgb(0 0 0 / 2%);
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.font-Noto-Sans{
	font-family: 'Noto Sans KR' !important;
}
.btn-small-dark-22{
	background-color: rgba(4, 4, 4, 0.22);
	color: #FFFFFF;
}
html[lang=ko] .reservation-info p {
    margin-bottom: 0;
    color: #373737;
}
.z-55	{
	z-index: 55;
}
.pay-result-list	{
	padding-inline-start: 10px;
	list-style-type: none;
}
.pay-result-list li:before	{
	content: "-";
	margin-right: 10px;
}
.pay-result-list li	{
	color: #1F1F1F;
	opacity: .6;
}
.color-grey	{
	color: #A2A2A2;
}
.border-grey	{
	border-color: #E3E3E3;
}

.career-section{
	height: 350px;
	overflow-y: scroll;
}

.career-section .empty-career,
.review-empty, .empty-ment {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pro-golfer-list .pro-connect i,
.pro-golfer-list .pro-like i	{
	border: 1px solid #F0F0F0;
}
.pro-golfer .pro-connect i,
.pro-golfer .pro-like i	{
	border: 1px solid #ffffff;
	background: #fff;
}
.pro-golfer .pro-connect.active i,
.pro-golfer-list .pro-connect.active i	{
	background-color: #ffffff !important;
	color: #232020 !important;
}

.pro-golfer-list .pro-connect.active p	{
	color: #232020 !important;
}
.pro-golfer .pro-like.active{
	background-color: #ffffff !important;
	color: #F26248 !important;
}

.pro-golfer-list .pro-like.active{
	background-color: #ffffff !important;
	color: #F26248 !important;
/* 	border: 1px solid #F0F0F0; */
}

.pro-golfer-main-list {
	background-color: #1E1E1E;
	padding-top: 23px;	
}

.pro-golfer-main-list .page-title a {
	background-color: #000000;
}

.cate-menu-header {
	position: fixed;
	z-index: 95;
	padding-top: calc(70px + env(safe-area-inset-top)) !important;
	padding-top: calc(70px + constant(safe-area-inset-top)) !important;
	width: 100%;
	transition: all 300ms ease;
}

.pro-promotion {
	border: 3px solid #F26248 !important;
	border-radius: 0px 20px 20px 20px !important;
}

#proFilterFrm .form-check-label {
	font-size: 15px;
	font-weight: 500;
	color: #958D9E;
	opacity: 0.8;
	padding-left: 34px;
}

.color-gray-deep {
	color: #958D9E !important;
}

.lightbox {
	touch-action: pan-x pinch-zoom !important;
}
#confirm-connect .menu-title h1,
#confirm-disconnect .menu-title h1,
#alert-disconnect .menu-title h1,
#confirm-studio-connect .menu-title h1,
#confirm-studio-disconnect .menu-title h1,
#alert-studio-disconnect .menu-title h1	{
	padding-right: 30px;
	word-break: keep-all;
}
.bg-gradient-custom {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 70%, black 110%);
}

.bg-gradient-custom-2 {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 70%, black 70%);
}

.lb-prev, .lb-next {
	background: none !important;
	width: 50% !important;
}

.lb-prev i{
	position: absolute;
    top: 50%;
    left: 5%;
    font-size: 40px;
    color: #ffffff;
    transform: translateY(-50%);
}

.lb-next i {
	position: absolute;
    top: 50%;
    right: 5%;
    font-size: 40px;
    color: #ffffff;
    transform: translateY(-50%);
}

.test-arrow {
	position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 104%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: .9;
    background: #ccc;
    cursor: pointer;
}

.test-arrow.prev-arrow {
    left: 2.5%;
}

.test-arrow.prev-arrow svg{
	transform: scaleX(-1);
}

.test-arrow.next-arrow {
    right: 2.5%;
}

.lightbox .lb-image {
  border-radius: 0;
}

.lb-closeContainer {
	bottom: inherit;
	left: 8% !important;
	top: calc(-50% + env(safe-area-inset-top));
    padding-top: 24px;
    padding-bottom: 0 !important;
}

.glightbox-clean .gclose {
	left: 10px;
	top: calc(10px + env(safe-area-inset-top)) !important;
	top: calc(10px + constant(safe-area-inset-top)) !important;
}

.description-top {
	bottom: 0 !important;
    padding: 0 !important;
    text-align: center;
    background: none !important;
    top: env(safe-area-inset-top) !important;
	top: constant(safe-area-inset-top) !important;
}

.pro-golfer .chip, .pro-golfer .chip img, .pro-golfer .chip p,
.pro-info .chip, .pro-info .chip img, .pro-info .chip p,
.lesson-buy .chip, .lesson-buy .chip img,
.past-reservation .chip, .past-reservation .chip img
{
	height: 30px
}

.pro-lesson-membership-section {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 3px 20px #0000000F;
}

.pro-lesson-membership-section .bg-theme{
	box-shadow: 0px 3px 20px #0000000F;
}

.pro-lesson-membership-section .icon-check .form-check-label	{
	display: flex;
	align-items: center;
}
.pro-lesson-membership-section .icon-check i {
	top: 50%;
	transform: translateY(-50%);
}

.btn-lesson-select.disable {
	background-color: #CCCCCC !important;
}

#menu-lesson-time {
	overflow: hidden;
}

#menu-lesson-time .bg-theme{
	overflow-y: scroll;
	height: 70vh;
	height: 82vh;
}

.left-right-section {
	bottom: 7%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.user-membership {
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	box-shadow: 0px 3px 20px #0000000f;
}

.border-green-semi-light {
	border-color: #2DB400 !important;
}

.color-green-semi-light{
	color: #2DB400 !important;
}
.popup-area .menu.menu-box-modal .card-bottom	{
	height: 44px;
}
.popup-area .menu.menu-box-modal .card-top .icon-check,
.popup-area .menu.menu-box-modal .card-bottom .icon-check	{
	position: absolute;
	top: 10px;
	left: 10px;
}
.popup-area .menu .card-top .ad-time-close,
.popup-area .menu .card-bottom .ad-time-close	{
	width: 25px;
	height: 25px;
	line-height: 22px;
}
.popup-area .menu .card-center	{
	top: 0px;
	transform: none;
	position: inherit;
}
.popup-area .menu .card-center img	{
	width:100%;
	padding-bottom: 44px;
}
.popup-area .menu .card-center .btn-area	{
	position: absolute;
	bottom: 64px;
	width: 100%;
	text-align: center;
}

.pro-search {
	background-color: #C7C7C7 !important;
}

.pro-search .fa-search {
	line-height: 44px;
	color: #FFFFFF !important;
}

.pro-search .btn-search {
	position: absolute; 
	right:0; 
	top:0; 
	border-radius: 0px 10px 10px 0px; 
	border: 1px solid #454C56;
	height: 100%;
}

.mt-60px{
	margin-top: 60px;
}

.mt-100{
	margin-top: 100px;
}
.modalbox.show{
	overflow: hidden auto;
}

.fixed-back-top {
	position: fixed; 
	bottom: calc(10% + (constant(safe-area-inset-bottom))); 
	bottom: calc(10% + (env(safe-area-inset-bottom)));  
	right:0;
	padding-right: 15px; 
	z-index: 90;
}

.loader-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99998;
    transition: all 150ms ease;
}

.filter-area {
	display: flex;
}

.filter-area-rcate2-list {
	width: 70px;
	max-height: 200px;
	overflow-y: scroll;
	float: left;
	display: inline-block;
}

.filter-area-rcate2:first-child {
	border-top: 0 !important;
}

.filter-area-rcate2:last-child {
	border-bottom: 0 !important;
}

.filter-area-rcate2 {
	color: #A2A2A2;
	background: #F2F2F2;
	height: 50px;
}

.filter-area-rcate2.active {
	color: #343434;
	background: #FFFFFF;
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
}

.filter-area-rcate3-list {
	width: calc(100% - 70px);
	max-height: 200px;
	overflow-y: scroll;
	display: inline-block;
}


.filter-area-rcate3 label,
.filter-area-rcate3 input,
.selected-area input,
.selected-area label {
	line-height: 1.5;
	display: inline-block;
	padding: 2px 8px;
	color: #BBBBBB; 
	height: 24px;
	box-sizing: border-box;
	border: 1px solid #E3E3E3;
}


.filter-area-rcate3 label.active,
.filter-area-rcate3 input.active,
.selected-area input.active,
.selected-area label.active {
	color: #F26248 !important; 
	background: #F2624826 !important;
	border: 1px solid #FFF !important;
}
.review-bg {
	background-color: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(36px) brightness(50) opacity(35%);
}

#review .btn-cancel,
#review-vi .btn-cancel {
	background-color: rgba(255, 255, 255, 0);
}
	
#review .btn-review-insert,
#review-vi .btn-vi-insert {
	background-color: #D5D5D5
}

#review p,
#review-vi p {
	color: #727272;
}

#review .star,
#tab-4 .fa-star,
#tab-4 .fa-star-half-alt {
	color: #E3E3E3;
}

#tab-4 .fa-star.color-theme,
#tab-4 .fa-star-half-alt.color-theme,
.pro-golfer .fa-star,
.pro-golfer .fa-star-half-alt {
	margin-right: 3px;
}

.pro-golfer .fa-star {
	color: rgba(255,255,255,0.25);
}

.pro-golfer-list .info {
	min-width: 150px;
	max-width:200px;
	min-height: 70px;
	padding-bottom: 14px;
	position: relative;
}

.pro-golfer-list .rate-section {
	position:absolute;
	bottom: 0;
}
.pro-golfer-list .fa-star {
	color: #F0F0F0;
	margin-right: 2px;
	font-size: 11px;
}

.pro-golfer-list .fa-star,
.pro-golfer-list .fa-star-half-alt,
#menu-proList .fa-star,
#menu-proList .fa-star-half-alt {
	color: #F0F0F0;
	margin-right: 2px;
	font-size: 11px;
}

#review textarea {
	width: 100%;
	height: 230px;
	resize: none;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
    background: rgba(227, 227, 227, 0.5);
}

#review .vi-cancel,
#review-vi .vi-cancel {
	position: absolute;
	right: 15%;	
	color: #FFFFFF;
	z-index: 15;
}

.review-video-bottom {
	position: absolute;
	bottom: 5%;
	left: 15%;
	z-index: 1;
	pointer-events: none;
}

.review-video-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	pointer-events: none;
}

.review-sort {
	height: 50px;
	background: #EBEFEE;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	transition: all 300ms ease;
}

#glightbox-body .goverlay {
	margin-top: env(safe-area-inset-top);
	margin-top: constant(safe-area-inset-top);
}

.white-space-pre {
	white-space: pre;
}

.white-space-pre-line {
	white-space: pre-line;
}

span.label	{
	font-size: 11px;
	font-weight: 400;
	border:1px solid #e2e5ea;
	background: #e2e5ea;
	color: #000000;
	border-radius: 5px;
	padding: 1px 6px;
	line-height: 14px;
}

#menu-main .fixed-footer {
	display: flex;
	position: fixed;
    bottom: env(safe-area-inset-bottom);
    bottom: constant(safe-area-inset-bottom);
    width: 100%;
    background: #ffffff;
    justify-content: flex-start; 
    align-items: center;
    border-top: 0;
    z-index: 1;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    padding: 16px;
}

#menu-main .fixed-footer a {
	font-size: 13px;
    color: #343434;
    margin-right: 15px;
}

#menu-proList .content {
    max-height: 500px;
    overflow-y: scroll;
}

#menu-proList .a_pro {
    background: #F9F9F9;
}

.normal-reservation-section {
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: calc(115px + constant(safe-area-inset-top));
    height: calc(115px + env(safe-area-inset-top));
    padding-top: calc(15px + constant(safe-area-inset-top)) !important;
    padding-top: calc(15px + env(safe-area-inset-top))!important;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    z-index: 101;
    background: #FECD03;
}

.normal-reservation-section.pro-info {
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 101;
    background: #FECD03;
    height: auto;
    padding-top: 15px !important;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    top: calc(100px + env(safe-area-inset-top)); 
    top: calc(100px + constant(safe-area-inset-top));
}

.normal-reservation-section .close-reservation {
	font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    width: 55px;
    right: 0px;
    margin-top: -13px;
}

.lesson-reservation .lesson-content.over-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.lesson-reservation .lesson-content.over-text.expand {
	display: block !important;
}

.event-section {
	padding-top: 50px;
} 

.event-section img {
	max-width: 100%;
}

.event-btn-section .btn-event, .prize-btn-section .btn-event{
	background-color: #000000;
}

.event-banner {
    background-position: center;
    background-size: cover;
    height: 83px;
}


span.label.label-red-light	{
	background: #ffffff;
	border-color: #ED5565;
	color: #ED5565;
}
.goost-pro > .card.promotion	{
	box-shadow: 0 0 13px #F26248;
}
.goost-pro-main > .card.promotion .card-top,
.goost-pro > .card.promotion .card-bottom	{
    display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(242, 98, 72, .79);
	color: #fff;
	height: 34px;
	font-size: 14px;
}
.goost-pro-main > .card.promotion .card-top img,
.goost-pro > .card.promotion .card-bottom img	{
	height: 12px;
}

.menu.menu-box-bottom .content .text-box	{
	background: #f0f0f0;
	border: 1px solid #ececec;
	border-radius: 20px;
	color: #343434;
	max-height: 250px;
	overflow-y: scroll;
	padding: 20px 15px;
	margin-bottom: 20px;
	margin-left: -5px;
	margin-right: -5px;
}
#menu-refund-agree .menu-title h1	{
	padding: 5px 0 20px 15px;
}
#menu-refund-agree .content	{
	margin: 20px;
}
#menu-refund-agree .content .icon-check i	{
	font-size: 22px !important;
}
#menu-refund-agree .content .icon-check label	{
	font-size: 14px;
}

#menu-openBooking .day-calendar,
#menu-booking .day-calendar {
	border-bottom: 1px solid #F0F0F0;
}

#menu-openBooking .day-calendar .day-zone,
#menu-booking .day-calendar .day-zone {
	display: flex;
/*     flex-wrap: wrap; */
    text-align: center;
    overflow: auto;
    white-space: nowrap;
}

#menu-openBooking .day-calendar .day-zone .day,
#menu-booking .day-calendar .day-zone .day {
	display: grid;
	flex: 1 0 13%;
    width: 13%;
    height: 54px;
    margin-bottom: 8px;
    justify-content: center;
    color: #A2A2A2;
    margin-right: 1px;
}

#menu-openBooking .day-calendar .day-zone .day .date.selected,
#menu-booking .day-calendar .day-zone .day .date.selected {
	background: #1F1F1F;
	color: #FFFFFF;
	border-radius: 100%;
	width: 30px;
	height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}

#menu-openBooking .time-zone .btn-group label {
	height: 50px;
}

#menu-openBooking .time-zone .time-select .room-name {
	background: #F0F0F0 0% 0% no-repeat padding-box;
	border: 1px solid #E7E9E9;
	color: #A2A2A2;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 3px;
}

#menu-openBooking .time-zone .time-select .room-name.odd {
	background: #C7C6C6 0% 0% no-repeat padding-box;
	border: 1px solid #C6C6C5;
	color: #FFFFFF;
}

#menu-openBooking .info-section .time-zone .btn-group .btn.active,
#menu-booking .info-section .time-select .btn-group .btn.active {
	background: #000000 0% 0% no-repeat padding-box !important;
	border: 1px solid #E7E9E9 !important;
}

#menu-openBooking .info-section,
#menu-booking .info-section {
	height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-bottom : calc(30px + env(safe-area-inset-bottom));
	padding-bottom : calc(30px + constant(safe-area-inset-bottom));
}

#menu-openBooking .fixed-bar,
#menu-booking .fixed-bar {
	background: #FFFFFF;
}

#menu-booking .info-section {
	overflow-x: hidden;
	padding-bottom : calc(30px + env(safe-area-inset-bottom));
	padding-bottom : calc(30px + constant(safe-area-inset-bottom));
}

#menu-openBooking .info-section .time-zone .time-select .btn-group{
	width: 100%;
}


#menu-openBooking .membership-zone .info {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 6px #00000012;
	border: 1px solid #E7E9E9;
	border-radius: 10px;
}

#menu-openBooking .lesson-membership-zone .info select{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #000000;
    border: none;
    border-bottom: 1px solid #E7E9E9;
    opacity: 1;
    height: 49px;
    width: 100%;
    appearance: none;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    padding: 0 15px;
}

#menu-openBooking .lesson-membership-zone .info em{
   	position: absolute;
    top: 14px;
    font-size: 15px;
    font-style: normal;
    right: 15px;
    color: rgba(114,114,114,.44);
}

#menu-openBooking .lesson-membership-zone .info .select-area {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 34px;
	background: #F0F0F0 0% 0% no-repeat padding-box;
	border: 1px solid #E7E9E9;
	border-radius: 0px 0px 10px 10px;
}

#menu-openBooking .lesson-membership-zone .pro-info {
	height: 42px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #E9573F;
	margin: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #A2A2A2;
}

#menu-openBooking .lesson-membership-zone .pro-info.active{
/* 	background: #E7E9E9 0% 0% no-repeat padding-box; */
	border: 1px solid #E9573F;
	color: #454C56;
}

#menu-openBooking .reload-time {
	display: flex;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #E7E9E9;
	border-radius: 6px;
	width: 32px;
	height: 32px;
	align-items: center;
    justify-content: center;
}


#menu-openBooking .membership-zone .buy-membership {
	height: 42px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #E7E9E9;
}

.style-section-header {
	margin-top: 50px;
    background: #EBEFEE 0% 0% no-repeat padding-box;
    height: 37px;
    display: flex;
    align-items: center;
}

#menu-booking .room-section .scroll-zone {
	overflow: auto;
    white-space: nowrap;
}

#menu-booking .room-section .scroll-zone .room{
	height: 26px;
	color: #A2A2A2;
	display: inline-block;
}

#menu-booking .room-section .scroll-zone .room.selected{
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 13px;
	color: #FFFFFF;
	padding: 1px 10px;
}

#menu-house-pro-list {
	z-index: 103;
}

.houseproList-hider {
	position: fixed;
    top: -100px;
    bottom: -100px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 102;
    pointer-events: none;
    opacity: 0;
    transition: all 300ms ease;
}

.houseproList-hider.menu-active {
	transition: all 300ms ease;
    opacity: 1;
    pointer-events: all;
}

#menu-house-pro-list .house-pro-section {
	max-height: 300px;
	overflow-y: scroll;
}

#menu-house-pro-list .house-pro-section .house-pro .img-area .icon-60 {
	height: 60px;
}

#menu-house-pro-list .house-pro-section .btn-select {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 51px;
	height: 31px;
	border: 1px solid #A2A2A2;
	border-radius: 16px;
	font-size: 11px;
	font-weight: 400;
}

#menu-house-pro-list .house-pro-section .btn-select.selected {
	background: #1F1F1F 0% 0% no-repeat padding-box;
	border: 1px solid #1F1F1F;
	color: #FFFFFF;
}

.btn-open-openBooking:hover {
	opacity: 1;
	color: #8494A8;
}

.rooms .room-info .more {
    height: 49px;
    /* background: #F9F9F9 0% 0% no-repeat padding-box; */
    /* border-radius: 0px 0px 20px 20px; */
    color: #646C77;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
    border: 1px solid #646C77;
    font-size: 13px;
}

.rooms .room-info.more {
/* 	border-radius: 0px 0px 20px 20px; */
	padding-bottom: 20px;
}

.housePro-section {
	background: #191C20 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	padding: 20px 15px 20px 15px;
	margin: 0.625rem 0 1.25rem 0;
}

.housePro-section .card .card-bottom {
	padding: 10px 15px;
	background: #000000 0% 0% no-repeat padding-box;
	height: 70px;
}

.housePro-section .card .card-bottom .info-btn {
	height: 35px;
	background: transparent linear-gradient(180deg, #646C77 0%, #454C56 100%) 0% 0% no-repeat padding-box;
	border-radius: 5px;
	border-style: none;
}

.housePro-section .btn-pay-lesson {
	letter-spacing: -0.52px;
    padding: 6px 16px !important;
}

.housePro-section .divider {
	border: 1px solid #FFFFFF;
	opacity: 0.05;
	margin: 0 -15px 0 -15px;
}

#menu-house-pro-info {
	width: 100%;
	height: 100%;
	border-radius: 0;
	padding-top: constant(safe-area-inset-top);
	padding-top: env(safe-area-inset-top);
}

/* #menu-house-pro-info .card-top { */
/* 	padding-top: env(safe-area-inset-top); */
/* 	padding-top: constant(safe-area-inset-top); */
/* } */

#menu-house-pro-info .pro-card{
	height: 450px;
}

#menu-house-pro-info .content{
	background: #191C20 0% 0% no-repeat padding-box;
	margin: 0;
	height: 100%;
}

#menu-house-pro-info .content em{
	font-style: normal;
}

#menu-house-pro-info .divider{
	border: 1px solid #FFFFFF;
	opacity: 0.12;
	margin-bottom: 0;
}

#menu-house-pro-info .content .career{
	background: #000000 0% 0% no-repeat padding-box;
	height: 300px;
}

#menu-house-pro-info .pro-detail-img {
	background: #000000;
}

#menu-house-pro-info .pro-detail-img .pro-info-empty {
	background: #000000;
}

#menu-house-pro-info .pro-detail-img .pro-info-empty span{
	color: #FFFFFF !important;
	opacity: 1;
}

#menu-house-pro-info .card-overlay {
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #0F111780 100%) 0% 0% no-repeat padding-box;
}

.studio-title p {
	opacity: 0.59 !important;
}

.studio-card .card-bottom{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 20%, black 110%);
}

.membership-regi-date {
	position: relative;
}

.membership-regi-date input {
	background: rgba(255,255,255,0) !important;
	border: 1px solid #FFFFFF1A;
	border-radius: 10px;
}

.membership-regi-date label {
	transform: translateX(15px);
    position: absolute;
    top: -12px;
    font-size: 11px;
    font-weight: 400;
    transition: all 150ms ease;
    background: #151F2B 0% 0% no-repeat padding-box;
    color: rgba(255,255,255,0.5);
    padding: 0 10px;
}

.membership-regi-date input::placeholder {
	color: #A2A2A2;
	opacity: 0.5;
}

.membership-regi-date input:focus {
	outline: none;
	border: 1px solid #FFFFFF1A;
}

.membership-regi-date i {
	color: #FFFFFF1A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
}

.new-push {
    border-radius: 100%;
    background: #ED5565;
    min-width: 6px;
    max-width: 6px;
    min-height: 6px;
    max-height: 6px;
    position: absolute !important;
}

#nav-push .new-push {
    top: 35%;
    margin-left: 2%;
}

.footer-bar-6 .new-push {
    top: 15%;
    right: 25%;
}

.all-lesson-btn {
	background: #D0D7DA 0% 0% no-repeat padding-box;
	border-radius: 24px;
	height: 45px;
}

.studio-main-image-section {
/* 	position: relative; */
	height: 350px;
	padding-top: 50px;
}

.studio-main-image-section .single-slider-main .owl-dots {
	position: absolute;
	bottom: 15%;
}
.studio-main-image-section .single-slider-main .studio-main-img .img-number {
	font-size: 15px;
    color: #FFFFFF;
    opacity: 1;
    position: absolute;
    bottom: 15%;
    right: 3%;
}

.studio-main-image-section .single-slider-main .studio-main-img {
	height: 300px;                 
}

.studio-main-image-section .single-slider-main .owl-dots button {
	height: 12px;
	width: 12px;
	border-radius: 100%;
	padding: 0;   
	margin-left: 1px;
	margin-right: 1px;                    
}

.studio-main-image-section .image-icon {
    font-size: 22px;
    color: #FFFFFF;
    opacity: 1;
    position: absolute;
    bottom: 5%;
    z-index: 3;
    right: 2%;
}

-- 서울불꽃축제 관련 추가
.music_font_t {
	text-align:left;
	margin-left:80px;
	font-size: 12px;
	color: #FFF;
	font-weight: 100;
}

.music_font_t2 {
	text-align:left;
	margin-left:69px;
	font-size: 12px;
	color: #FFF;
	font-weight: 100;
}

.music_font_t3 {
	text-align:left;	
	margin-left:13px;
	font-size: 12px;
	color: #FFF;
	font-weight: 100;
}

.music_font_t4 {
	text-align:left;	
	margin-left:69px;
	font-size: 12px;
	color: #FFF;
	font-weight: 100;
}

.music_font_c {
	opacity: 0.5;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	font-weight: 300;
}

.music_table_title {
	font-size: 18px;
	color: #ff9d3c;
	font-weight: 300;
	line-height: 15px;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 15px;
}

.music_table_title2 {
	font-size: 18px;
	color: #ff9d3c;
	font-weight: 300;
	line-height: 15px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

.music_table_concept {
	font-size: 15px;
	color: #83c4eb;
	font-weight: 300;
	text-align: center;
	margin-top:-15px;
	margin-bottom: 20px;
}

.music_table_concept2 {
	font-size: 14px;
	color: #b5d6d7;
	font-weight: 300;
	text-align: center;
	margin-top:-15px;
	margin-bottom: 10px;
}

.music_table_o {
	float:left;
	text-align:left;
	margin-left:2px;
	width:55px;
	font-size: 13px;
	color: #ff9d3c;
	text-align: center;
	font-weight: 300;
}

.music_table_t_b {
	font-size: 12px;
	color: #FFF;
	font-weight: 100;
}

.table_td_t {
	border:0.2px solid white;
	padding:5px;
	text-align:center;
	heigh:40px;
	font-size: 13px;
	color: #FFF;
	font-weight: 300;
}

.table_td_c {
	border:0.1px solid white;
	padding:5px;
	text-align:center;
	heigh:40px;
}

.table_td_l {
	border:0.1px solid white;
	padding:5px;
	heigh:40px;
	margin-left:2px;
	font-size: 12px;
}

.festival_concept {	
	font-size: 12.5px;
	color: #FFF;
	text-align: center;
	font-weight: 300;
}

