/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

//* ---------- Custom CSS ---------- *//

/* 홈·일반 콘텐츠 영역만 흰색 */
body:has(#main_description) #main-content {
    background-color: #ffffff !important;
    background-image: none !important;
}

body:has(#main_description) #sb_content {
    background-color: transparent !important;
    background-image: none !important;
}

/* 홈 */
body:has(#main_description) #main-content {
    background-color: #ffffff !important;
    background-image: none !important;
}

body:has(#main_description) #sb_content {
    background-color: transparent !important;
    background-image: none !important;
}


/* About Us 및 Custom Page */
body:has(#custom-page) #main-content {
    background-color: #ffffff !important;
    background-image: none !important;
}

body:has(#custom-page) #sb_content {
    background-color: transparent !important;
    background-image: none !important;
}

/* 가격 및 디파짓 폰트 */

.bar-service .badge,

.bar-service .badge.price,

.bar-service .badge-deposit {

    color: #004aad !important;

}

/* Read more */
#sb_content.masked #sb-timeline .read-more,
#sb_content.masked #sb-timeline .read-more span {
    color: #a6a6ad !important;
}

.product-item .full-info .close-full-info,
#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content .item .full-info .close-full-info {
    background-color: #004AAD !important;
}

.invoice-payment-systems #sb_pay_btn {
    background-color: #004aad;
    color: #fff;
}
/* Proceed 버튼 */
.invoice-payment-systems #sb_pay_btn {
    background-color: #004AAD !important;
    color: #FFFFFF !important;
}

/* 버튼 안 글씨 */
.invoice-payment-systems #sb_pay_btn span.btn--txt,
.invoice-payment-systems #sb_pay_btn .btn--txt,
.invoice-payment-systems #sb_pay_btn span {
    color: #FFFFFF !important;
}

/* Hover */
.invoice-payment-systems #sb_pay_btn:hover,
.invoice-payment-systems #sb_pay_btn:hover span {
    color: #FFFFFF !important;
}

/* Primary button */
.btn--primary,
.btn--primary:visited {
    color: #FFFFFF !important;
}

/* Primary button hover */
.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active {
    color: #FFFFFF !important;
}

/* Invoice payment button */
.invoice-notification--pay,
.invoice-notification--pay:hover,
.invoice-notification--pay:focus,
.invoice-notification--pay:active {
    color: #FFFFFF !important;
}