/* font-weight */
.ui-fw-100 { font-weight: 100 !important; }
.ui-fw-200 { font-weight: 200 !important; }
.ui-fw-300 { font-weight: 300 !important; }
.ui-fw-400 { font-weight: 400 !important; }
.ui-fw-500 { font-weight: 500 !important; }
.ui-fw-600 { font-weight: 600 !important; }
.ui-fw-700 { font-weight: 700 !important; }
.ui-fw-800 { font-weight: 800 !important; }
.ui-fw-900 { font-weight: 900 !important; }

/* padding */
.ui-p-0  { padding: 0px !important; }
.ui-p-2  { padding: clamp(1.4px, 0.1vw, 2px) !important; }
.ui-p-4  { padding: clamp(2.8px, 0.21vw, 4px) !important; }
.ui-p-5  { padding: clamp(3.5px, 0.26vw, 5px) !important; }
.ui-p-6  { padding: clamp(4.2px, 0.31vw, 6px) !important; }
.ui-p-8  { padding: clamp(5.6px, 0.42vw, 8px) !important; }
.ui-p-10 { padding: clamp(7px, 0.52vw, 10px) !important; }
.ui-p-12 { padding: clamp(8.4px, 0.63vw, 12px) !important; }
.ui-p-14 { padding: clamp(9.8px, 0.73vw, 14px) !important; }
.ui-p-15 { padding: clamp(10.5px, 0.78vw, 15px) !important; }
.ui-p-16 { padding: clamp(11.2px, 0.83vw, 16px) !important; }
.ui-p-18 { padding: clamp(12.6px, 0.94vw, 18px) !important; }
.ui-p-20 { padding: clamp(14px, 1.04vw, 20px) !important; }
.ui-p-22 { padding: clamp(15.4px, 1.15vw, 22px) !important; }
.ui-p-24 { padding: clamp(16.8px, 1.25vw, 24px) !important; }
.ui-p-25 { padding: clamp(17.5px, 1.3vw, 25px) !important; }
.ui-p-26 { padding: clamp(18.2px, 1.35vw, 26px) !important; }
.ui-p-28 { padding: clamp(19.6px, 1.46vw, 28px) !important; }
.ui-p-30 { padding: clamp(21px, 1.56vw, 30px) !important; }

.ui-py-0  { padding-top: 0px !important; padding-bottom: 0px !important; }
.ui-py-2  { padding-top: clamp(1.4px, 0.1vw, 2px) !important; padding-bottom: clamp(1.4px, 0.1vw, 2px) !important; }
.ui-py-4  { padding-top: clamp(2.8px, 0.21vw, 4px) !important; padding-bottom: clamp(2.8px, 0.21vw, 4px) !important; }
.ui-py-5  { padding-top: clamp(3.5px, 0.26vw, 5px) !important; padding-bottom: clamp(3.5px, 0.26vw, 5px) !important; }
.ui-py-6  { padding-top: clamp(4.2px, 0.31vw, 6px) !important; padding-bottom: clamp(4.2px, 0.31vw, 6px) !important; }
.ui-py-8  { padding-top: clamp(5.6px, 0.42vw, 8px) !important; padding-bottom: clamp(5.6px, 0.42vw, 8px) !important; }
.ui-py-10 { padding-top: clamp(7px, 0.52vw, 10px) !important; padding-bottom: clamp(7px, 0.52vw, 10px) !important; }
.ui-py-12 { padding-top: clamp(8.4px, 0.63vw, 12px) !important; padding-bottom: clamp(8.4px, 0.63vw, 12px) !important; }
.ui-py-14 { padding-top: clamp(9.8px, 0.73vw, 14px) !important; padding-bottom: clamp(9.8px, 0.73vw, 14px) !important; }
.ui-py-15 { padding-top: clamp(10.5px, 0.78vw, 15px) !important; padding-bottom: clamp(10.5px, 0.78vw, 15px) !important; }
.ui-py-16 { padding-top: clamp(11.2px, 0.83vw, 16px) !important; padding-bottom: clamp(11.2px, 0.83vw, 16px) !important; }
.ui-py-18 { padding-top: clamp(12.6px, 0.94vw, 18px) !important; padding-bottom: clamp(12.6px, 0.94vw, 18px) !important; }
.ui-py-20 { padding-top: clamp(14px, 1.04vw, 20px) !important; padding-bottom: clamp(14px, 1.04vw, 20px) !important; }
.ui-py-22 { padding-top: clamp(15.4px, 1.15vw, 22px) !important; padding-bottom: clamp(15.4px, 1.15vw, 22px) !important; }
.ui-py-24 { padding-top: clamp(16.8px, 1.25vw, 24px) !important; padding-bottom: clamp(16.8px, 1.25vw, 24px) !important; }
.ui-py-25 { padding-top: clamp(17.5px, 1.3vw, 25px) !important; padding-bottom: clamp(17.5px, 1.3vw, 25px) !important; }
.ui-py-26 { padding-top: clamp(18.2px, 1.35vw, 26px) !important; padding-bottom: clamp(18.2px, 1.35vw, 26px) !important; }
.ui-py-28 { padding-top: clamp(19.6px, 1.46vw, 28px) !important; padding-bottom: clamp(19.6px, 1.46vw, 28px) !important; }
.ui-py-30 { padding-top: clamp(21px, 1.56vw, 30px) !important; padding-bottom: clamp(21px, 1.56vw, 30px) !important; }

.ui-px-0  { padding-left: 0px !important; padding-right: 0px !important; }
.ui-px-2  { padding-left: clamp(1.4px, 0.1vw, 2px) !important; padding-right: clamp(1.4px, 0.1vw, 2px) !important; }
.ui-px-4  { padding-left: clamp(2.8px, 0.21vw, 4px) !important; padding-right: clamp(2.8px, 0.21vw, 4px) !important; }
.ui-px-5  { padding-left: clamp(3.5px, 0.26vw, 5px) !important; padding-right: clamp(3.5px, 0.26vw, 5px) !important; }
.ui-px-6  { padding-left: clamp(4.2px, 0.31vw, 6px) !important; padding-right: clamp(4.2px, 0.31vw, 6px) !important; }
.ui-px-8  { padding-left: clamp(5.6px, 0.42vw, 8px) !important; padding-right: clamp(5.6px, 0.42vw, 8px) !important; }
.ui-px-10 { padding-left: clamp(7px, 0.52vw, 10px) !important; padding-right: clamp(7px, 0.52vw, 10px) !important; }
.ui-px-12 { padding-left: clamp(8.4px, 0.63vw, 12px) !important; padding-right: clamp(8.4px, 0.63vw, 12px) !important; }
.ui-px-14 { padding-left: clamp(9.8px, 0.73vw, 14px) !important; padding-right: clamp(9.8px, 0.73vw, 14px) !important; }
.ui-px-15 { padding-left: clamp(10.5px, 0.78vw, 15px) !important; padding-right: clamp(10.5px, 0.78vw, 15px) !important; }
.ui-px-16 { padding-left: clamp(11.2px, 0.83vw, 16px) !important; padding-right: clamp(11.2px, 0.83vw, 16px) !important; }
.ui-px-18 { padding-left: clamp(12.6px, 0.94vw, 18px) !important; padding-right: clamp(12.6px, 0.94vw, 18px) !important; }
.ui-px-20 { padding-left: clamp(14px, 1.04vw, 20px) !important; padding-right: clamp(14px, 1.04vw, 20px) !important; }
.ui-px-22 { padding-left: clamp(15.4px, 1.15vw, 22px) !important; padding-right: clamp(15.4px, 1.15vw, 22px) !important; }
.ui-px-24 { padding-left: clamp(16.8px, 1.25vw, 24px) !important; padding-right: clamp(16.8px, 1.25vw, 24px) !important; }
.ui-px-25 { padding-left: clamp(17.5px, 1.3vw, 25px) !important; padding-right: clamp(17.5px, 1.3vw, 25px) !important; }
.ui-px-26 { padding-left: clamp(18.2px, 1.35vw, 26px) !important; padding-right: clamp(18.2px, 1.35vw, 26px) !important; }
.ui-px-28 { padding-left: clamp(19.6px, 1.46vw, 28px) !important; padding-right: clamp(19.6px, 1.46vw, 28px) !important; }
.ui-px-30 { padding-left: clamp(21px, 1.56vw, 30px) !important; padding-right: clamp(21px, 1.56vw, 30px) !important; }

.ui-pt-0  { padding-top: 0px !important; }
.ui-pt-2  { padding-top: clamp(1.4px, 0.1vw, 2px) !important; }
.ui-pt-4  { padding-top: clamp(2.8px, 0.21vw, 4px) !important; }
.ui-pt-5  { padding-top: clamp(3.5px, 0.26vw, 5px) !important; }
.ui-pt-6  { padding-top: clamp(4.2px, 0.31vw, 6px) !important; }
.ui-pt-8  { padding-top: clamp(5.6px, 0.42vw, 8px) !important; }
.ui-pt-10 { padding-top: clamp(7px, 0.52vw, 10px) !important; }
.ui-pt-12 { padding-top: clamp(8.4px, 0.63vw, 12px) !important; }
.ui-pt-14 { padding-top: clamp(9.8px, 0.73vw, 14px) !important; }
.ui-pt-15 { padding-top: clamp(10.5px, 0.78vw, 15px) !important; }
.ui-pt-16 { padding-top: clamp(11.2px, 0.83vw, 16px) !important; }
.ui-pt-18 { padding-top: clamp(12.6px, 0.94vw, 18px) !important; }
.ui-pt-20 { padding-top: clamp(14px, 1.04vw, 20px) !important; }
.ui-pt-22 { padding-top: clamp(15.4px, 1.15vw, 22px) !important; }
.ui-pt-24 { padding-top: clamp(16.8px, 1.25vw, 24px) !important; }
.ui-pt-25 { padding-top: clamp(17.5px, 1.3vw, 25px) !important; }
.ui-pt-26 { padding-top: clamp(18.2px, 1.35vw, 26px) !important; }
.ui-pt-28 { padding-top: clamp(19.6px, 1.46vw, 28px) !important; }
.ui-pt-30 { padding-top: clamp(21px, 1.56vw, 30px) !important; }

.ui-pb-0  { padding-bottom: 0px !important; }
.ui-pb-2  { padding-bottom: clamp(1.4px, 0.1vw, 2px) !important; }
.ui-pb-4  { padding-bottom: clamp(2.8px, 0.21vw, 4px) !important; }
.ui-pb-5  { padding-bottom: clamp(3.5px, 0.26vw, 5px) !important; }
.ui-pb-6  { padding-bottom: clamp(4.2px, 0.31vw, 6px) !important; }
.ui-pb-8  { padding-bottom: clamp(5.6px, 0.42vw, 8px) !important; }
.ui-pb-10 { padding-bottom: clamp(7px, 0.52vw, 10px) !important; }
.ui-pb-12 { padding-bottom: clamp(8.4px, 0.63vw, 12px) !important; }
.ui-pb-14 { padding-bottom: clamp(9.8px, 0.73vw, 14px) !important; }
.ui-pb-15 { padding-bottom: clamp(10.5px, 0.78vw, 15px) !important; }
.ui-pb-16 { padding-bottom: clamp(11.2px, 0.83vw, 16px) !important; }
.ui-pb-18 { padding-bottom: clamp(12.6px, 0.94vw, 18px) !important; }
.ui-pb-20 { padding-bottom: clamp(14px, 1.04vw, 20px) !important; }
.ui-pb-22 { padding-bottom: clamp(15.4px, 1.15vw, 22px) !important; }
.ui-pb-24 { padding-bottom: clamp(16.8px, 1.25vw, 24px) !important; }
.ui-pb-25 { padding-bottom: clamp(17.5px, 1.3vw, 25px) !important; }
.ui-pb-26 { padding-bottom: clamp(18.2px, 1.35vw, 26px) !important; }
.ui-pb-28 { padding-bottom: clamp(19.6px, 1.46vw, 28px) !important; }
.ui-pb-30 { padding-bottom: clamp(21px, 1.56vw, 30px) !important; }

.ui-ps-0  { padding-left: 0px !important; }
.ui-ps-2  { padding-left: clamp(1.4px, 0.1vw, 2px) !important; }
.ui-ps-4  { padding-left: clamp(2.8px, 0.21vw, 4px) !important; }
.ui-ps-5  { padding-left: clamp(3.5px, 0.26vw, 5px) !important; }
.ui-ps-6  { padding-left: clamp(4.2px, 0.31vw, 6px) !important; }
.ui-ps-8  { padding-left: clamp(5.6px, 0.42vw, 8px) !important; }
.ui-ps-10 { padding-left: clamp(7px, 0.52vw, 10px) !important; }
.ui-ps-12 { padding-left: clamp(8.4px, 0.63vw, 12px) !important; }
.ui-ps-14 { padding-left: clamp(9.8px, 0.73vw, 14px) !important; }
.ui-ps-15 { padding-left: clamp(10.5px, 0.78vw, 15px) !important; }
.ui-ps-16 { padding-left: clamp(11.2px, 0.83vw, 16px) !important; }
.ui-ps-18 { padding-left: clamp(12.6px, 0.94vw, 18px) !important; }
.ui-ps-20 { padding-left: clamp(14px, 1.04vw, 20px) !important; }
.ui-ps-22 { padding-left: clamp(15.4px, 1.15vw, 22px) !important; }
.ui-ps-24 { padding-left: clamp(16.8px, 1.25vw, 24px) !important; }
.ui-ps-25 { padding-left: clamp(17.5px, 1.3vw, 25px) !important; }
.ui-ps-26 { padding-left: clamp(18.2px, 1.35vw, 26px) !important; }
.ui-ps-28 { padding-left: clamp(19.6px, 1.46vw, 28px) !important; }
.ui-ps-30 { padding-left: clamp(21px, 1.56vw, 30px) !important; }

.ui-pe-0  { padding-right: 0px !important; }
.ui-pe-2  { padding-right: clamp(1.4px, 0.1vw, 2px) !important; }
.ui-pe-4  { padding-right: clamp(2.8px, 0.21vw, 4px) !important; }
.ui-pe-5  { padding-right: clamp(3.5px, 0.26vw, 5px) !important; }
.ui-pe-6  { padding-right: clamp(4.2px, 0.31vw, 6px) !important; }
.ui-pe-8  { padding-right: clamp(5.6px, 0.42vw, 8px) !important; }
.ui-pe-10 { padding-right: clamp(7px, 0.52vw, 10px) !important; }
.ui-pe-12 { padding-right: clamp(8.4px, 0.63vw, 12px) !important; }
.ui-pe-14 { padding-right: clamp(9.8px, 0.73vw, 14px) !important; }
.ui-pe-15 { padding-right: clamp(10.5px, 0.78vw, 15px) !important; }
.ui-pe-16 { padding-right: clamp(11.2px, 0.83vw, 16px) !important; }
.ui-pe-18 { padding-right: clamp(12.6px, 0.94vw, 18px) !important; }
.ui-pe-20 { padding-right: clamp(14px, 1.04vw, 20px) !important; }
.ui-pe-22 { padding-right: clamp(15.4px, 1.15vw, 22px) !important; }
.ui-pe-24 { padding-right: clamp(16.8px, 1.25vw, 24px) !important; }
.ui-pe-25 { padding-right: clamp(17.5px, 1.3vw, 25px) !important; }
.ui-pe-26 { padding-right: clamp(18.2px, 1.35vw, 26px) !important; }
.ui-pe-28 { padding-right: clamp(19.6px, 1.46vw, 28px) !important; }
.ui-pe-30 { padding-right: clamp(21px, 1.56vw, 30px) !important; }

/* border-radius */
.ui-border-radius   { border-radius: 4px !important; }
.ui-border-radius-0 { border-radius: 0 !important; }
.ui-border-radius-1 { border-radius: 2px !important; }
.ui-border-radius-2 { border-radius: 4px !important; }
.ui-border-radius-3 { border-radius: 8px !important; }
.ui-border-radius-4 { border-radius: 12px !important; }
.ui-border-radius-5 { border-radius: 20px !important; }

.ui-border-radius-circle { border-radius: 50% !important; }
.ui-border-radius-pill   { border-radius: 9999px !important; }

.ui-border-radius-top   { border-top-left-radius: 4px !important; border-top-right-radius: 4px !important; }
.ui-border-radius-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; }
.ui-border-radius-top-1 { border-top-left-radius: 2px !important; border-top-right-radius: 2px !important; }
.ui-border-radius-top-2 { border-top-left-radius: 4px !important; border-top-right-radius: 4px !important; }
.ui-border-radius-top-3 { border-top-left-radius: 8px !important; border-top-right-radius: 8px !important; }
.ui-border-radius-top-4 { border-top-left-radius: 12px !important; border-top-right-radius: 12px !important; }
.ui-border-radius-top-5 { border-top-left-radius: 20px !important; border-top-right-radius: 20px !important; }

.ui-border-radius-end   { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; }
.ui-border-radius-end-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
.ui-border-radius-end-1 { border-top-right-radius: 2px !important; border-bottom-right-radius: 2px !important; }
.ui-border-radius-end-2 { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; }
.ui-border-radius-end-3 { border-top-right-radius: 8px !important; border-bottom-right-radius: 8px !important; }
.ui-border-radius-end-4 { border-top-right-radius: 12px !important; border-bottom-right-radius: 12px !important; }
.ui-border-radius-end-5 { border-top-right-radius: 20px !important; border-bottom-right-radius: 20px !important; }

.ui-border-radius-bottom   { border-bottom-right-radius: 4px !important; border-bottom-left-radius: 4px !important; }
.ui-border-radius-bottom-0 { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; }
.ui-border-radius-bottom-1 { border-bottom-right-radius: 2px !important; border-bottom-left-radius: 2px !important; }
.ui-border-radius-bottom-2 { border-bottom-right-radius: 4px !important; border-bottom-left-radius: 4px !important; }
.ui-border-radius-bottom-3 { border-bottom-right-radius: 8px !important; border-bottom-left-radius: 8px !important; }
.ui-border-radius-bottom-4 { border-bottom-right-radius: 12px !important; border-bottom-left-radius: 12px !important; }
.ui-border-radius-bottom-5 { border-bottom-right-radius: 20px !important; border-bottom-left-radius: 20px !important; }

.ui-border-radius-start   { border-bottom-left-radius: 4px !important; border-top-left-radius: 4px !important; }
.ui-border-radius-start-0 { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; }
.ui-border-radius-start-1 { border-bottom-left-radius: 2px !important; border-top-left-radius: 2px !important; }
.ui-border-radius-start-2 { border-bottom-left-radius: 4px !important; border-top-left-radius: 4px !important; }
.ui-border-radius-start-3 { border-bottom-left-radius: 8px !important; border-top-left-radius: 8px !important; }
.ui-border-radius-start-4 { border-bottom-left-radius: 12px !important; border-top-left-radius: 12px !important; }
.ui-border-radius-start-5 { border-bottom-left-radius: 20px !important; border-top-left-radius: 20px !important; }

/* border color */
.ui-border-color-primary { border-color: #81D8D0 !important; }
.ui-border-color-secondary { border-color: #555 !important; }
.ui-border-color-success { border-color: #03C75A !important; }
.ui-border-color-warning { border-color: #E8711C !important; }
.ui-border-color-danger { border-color: #E91A1A !important; }
.ui-border-color-info { border-color: #3360AC !important; }
.ui-border-color-f5f5f5 { border-color: #f5f5f5 !important; } 
.ui-border-color-fff { border-color: #fff !important; } 
.ui-border-color-eee { border-color: #eee !important; } 
.ui-border-color-ddd { border-color: #ddd !important; } 
.ui-border-color-ccc { border-color: #ccc !important; } 
.ui-border-color-bbb { border-color: #bbb !important; } 
.ui-border-color-aaa { border-color: #aaa !important; } 
.ui-border-color-999 { border-color: #999 !important; } 
.ui-border-color-888 { border-color: #888 !important; } 
.ui-border-color-777 { border-color: #777 !important; } 
.ui-border-color-666 { border-color: #666 !important; } 
.ui-border-color-555 { border-color: #555 !important; } 
.ui-border-color-444 { border-color: #444 !important; } 
.ui-border-color-333 { border-color: #333 !important; } 
.ui-border-color-222 { border-color: #222 !important; } 
.ui-border-color-111 { border-color: #111 !important; }

/* border width */
.ui-border-0 { border-width: 0 !important; }
.ui-border-1 { border-width: 1px !important; }
.ui-border-2 { border-width: 2px !important; }
.ui-border-3 { border-width: 3px !important; }
.ui-border-4 { border-width: 4px !important; }
.ui-border-5 { border-width: 5px !important; }

.ui-border-top-0 { border-top-width: 0 !important; }
.ui-border-top-1 { border-top-width: 1px !important; }
.ui-border-top-2 { border-top-width: 2px !important; }
.ui-border-top-3 { border-top-width: 3px !important; }
.ui-border-top-4 { border-top-width: 4px !important; }
.ui-border-top-5 { border-top-width: 5px !important; }

.ui-border-bottom-0 { border-bottom-width: 0 !important; }
.ui-border-bottom-1 { border-bottom-width: 1px !important; }
.ui-border-bottom-2 { border-bottom-width: 2px !important; }
.ui-border-bottom-3 { border-bottom-width: 3px !important; }
.ui-border-bottom-4 { border-bottom-width: 4px !important; }
.ui-border-bottom-5 { border-bottom-width: 5px !important; }

.ui-border-start-0 { border-left-width: 0 !important; }
.ui-border-start-1 { border-left-width: 1px !important; }
.ui-border-start-2 { border-left-width: 2px !important; }
.ui-border-start-3 { border-left-width: 3px !important; }
.ui-border-start-4 { border-left-width: 4px !important; }
.ui-border-start-5 { border-left-width: 5px !important; }

.ui-border-end-0 { border-right-width: 0 !important; }
.ui-border-end-1 { border-right-width: 1px !important; }
.ui-border-end-2 { border-right-width: 2px !important; }
.ui-border-end-3 { border-right-width: 3px !important; }
.ui-border-end-4 { border-right-width: 4px !important; }
.ui-border-end-5 { border-right-width: 5px !important; }

/* border style */
.ui-border-solid { border-style: solid !important; }
.ui-border-dashed { border-style: dashed !important; }
.ui-border-dotted { border-style: dotted !important; }
.ui-border-none { border-style: none !important; }


/* background color */
.ui-background-primary { background-color: #81D8D0 !important; }
.ui-background-secondary { background-color: #555 !important; }
.ui-background-success { background-color: #03C75A !important; }
.ui-background-warning { background-color: #E8711C !important; }
.ui-background-danger { background-color: #E91A1A !important; }
.ui-background-info { background-color: #3360AC !important; }
.ui-background-f5f5f5 { background-color: #f5f5f5 !important; } 
.ui-background-fff { background-color: #fff !important; } 
.ui-background-eee { background-color: #eee !important; } 
.ui-background-ddd { background-color: #ddd !important; } 
.ui-background-ccc { background-color: #ccc !important; } 
.ui-background-bbb { background-color: #bbb !important; } 
.ui-background-aaa { background-color: #aaa !important; } 
.ui-background-999 { background-color: #999 !important; } 
.ui-background-888 { background-color: #888 !important; } 
.ui-background-777 { background-color: #777 !important; } 
.ui-background-666 { background-color: #666 !important; } 
.ui-background-555 { background-color: #555 !important; } 
.ui-background-444 { background-color: #444 !important; } 
.ui-background-333 { background-color: #333 !important; } 
.ui-background-222 { background-color: #222 !important; } 
.ui-background-111 { background-color: #111 !important; }


/* color */
.ui-color-primary { color: #81D8D0 !important; }
.ui-color-secondary { color: #555 !important; }
.ui-color-success { color: #03C75A !important; }
.ui-color-warning { color: #E8711C !important; }
.ui-color-danger { color: #E91A1A !important; }
.ui-color-info { color: #3360AC !important; }
.ui-color-f5f5f5 { color: #f5f5f5 !important; }
.ui-color-fff { color: #fff !important; }
.ui-color-eee { color: #eee !important; }
.ui-color-ddd { color: #ddd !important; }
.ui-color-ccc { color: #ccc !important; } 
.ui-color-bbb { color: #bbb !important; } 
.ui-color-aaa { color: #aaa !important; } 
.ui-color-999 { color: #999 !important; } 
.ui-color-888 { color: #888 !important; } 
.ui-color-777 { color: #777 !important; } 
.ui-color-666 { color: #666 !important; } 
.ui-color-555 { color: #555 !important; } 
.ui-color-444 { color: #444 !important; } 
.ui-color-333 { color: #333 !important; }
.ui-color-222 { color: #222 !important; } 
.ui-color-111 { color: #111 !important; }



/* 버튼 기본 */
.ui-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid transparent;
	padding-left:7px;
	padding-right:7px;
	border-radius:4px;
	transition: all 0.2s ease;
}
.ui-btn:hover {
	/*
	filter: brightness(0.93);
	box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	*/
}

.ui-btn:active {
	/*
	filter: brightness(0.85);
	box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.2);
	transform: scale(0.98);
	*/
}

/* 버튼 크기 */
.ui-btn-xl { 
	font-size: clamp(14px, 0.78vw, 15px); 
	min-height: clamp(46px, 2.60vw, 50px); 
}

.ui-btn-lg { 
	font-size: clamp(13px, 0.73vw, 14px); 
	min-height: clamp(43px, 2.40vw, 46px); 
}

.ui-btn-md { 
	font-size: clamp(13px, 0.73vw, 14px); 
	min-height: clamp(30px, 1.67vw, 32px); 
}

.ui-btn-sm { 
	font-size: clamp(12px, 0.63vw, 12px); 
	min-height: clamp(22px, 1.15vw, 22px); 
}

/* 버튼  */
.ui-btn-primary { 
	background-color: #81D8D0 !important; 
	color: #fff !important; 
}
.ui-btn-primary:hover {
	background-color: #6bc4bc !important;
}
.ui-btn-primary:active {
	background-color: #59b1a9 !important;
}

.ui-btn-primary-2 { 
	background-color: #4CB5AB !important; 
	color: #fff !important; 
}
.ui-btn-primary-2:hover {
	background-color: #3e9a91 !important;
}
.ui-btn-primary-2:active {
	background-color: #34847c !important;
}

.ui-btn-secondary { 
	background-color: #CCCCCC !important; 
	color: #fff !important; 
}
.ui-btn-secondary:hover {
	background-color: #bbbbbb !important;
}
.ui-btn-secondary:active {
	background-color: #aaaaaa !important;
}

.ui-btn-secondary-2 { 
	background-color: #555555 !important; 
	color: #fff !important; 
}
.ui-btn-secondary-2:hover {
	background-color: #333 !important;
}
.ui-btn-secondary-2:active {
	background-color: #111 !important;
}

.ui-btn-secondary-3 { 
	background-color: #111111 !important; 
	color: #fff !important; 
}
.ui-btn-secondary-3:hover {
	color: #81D8D0 !important;
	background-color: #111 !important;
	
}
.ui-btn-secondary-3:active {
	background-color: #444 !important;
}

.ui-btn-success {}
.ui-btn-success:hover {}

.ui-btn-danger { 
	background-color: #E91A1A !important; 
	color: #fff !important; 
}
.ui-btn-danger:hover {
	background-color: #c91616 !important;
}
.ui-btn-danger:active {
	background-color: #a81212 !important;
}

.ui-btn-warning {}
.ui-btn-warning:hover {}

.ui-btn-info { 
	background-color: #29ABE5 !important; 
	color: #fff !important; 
}
.ui-btn-info:hover {
	background-color: #1f8fc1 !important;
}
.ui-btn-info:active {
	background-color: #1876a0 !important;
}

.ui-btn-info-2 { 
	background-color: #336AE5 !important; 
	color: #fff !important; 
}
.ui-btn-info-2:hover {
	color: #fff !important; 
	background-color: #2856ba !important;
}
.ui-btn-info-2:active {
	color: #fff !important; 
	background-color: #1f4599 !important;
}

.ui-btn-grad-primary {
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #82D7D2 0%, #82A4D7 100%);
    color: #fff;
    border: none !important;
    overflow: hidden; 
}

.ui-btn-grad-primary::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: #82D7D2; 
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.ui-btn-grad-primary:hover::before {
	opacity: 1;
}
.ui-btn-grad-primary:active::before {
	background-color: #6bc4bc !important;
	transition: background-color 0.1s ease;
}

/* 버튼 Outline */
.ui-btn-outline-primary { 
	background-color: #fff; 
	color: #82D7D2; 
	border: 1px solid #82D7D2; 
}
.ui-btn-outline-primary:hover {
	background-color: #82D7D2 !important; 
	color: #fff !important;           
}
.ui-btn-outline-primary:active {
	background-color: #6bc4bc !important;
	border-color: #6bc4bc !important;
}

.ui-btn-outline-secondary { 
	background-color: #fff; 
	color: #666666; 
	border: 1px solid #DDDDDD; 
}
.ui-btn-outline-secondary:hover {
	background-color: #666666 !important;
	color: #fff !important;     
	border-color: #666666 !important;
}
.ui-btn-outline-secondary:active {
	background-color: #444444 !important;
	border-color: #444444 !important;
}

.ui-btn-outline-secondary-2 { 
	background-color: #f5f5f5; 
	color: #111; 
	border: 1px solid #DDDDDD; 
}
.ui-btn-outline-secondary-2:hover {
	background-color: #666666 !important;
	color: #fff !important;     
	border-color: #666666 !important;
}
.ui-btn-outline-secondary-2:active {
	background-color: #444444 !important;
	border-color: #444444 !important;
}

.ui-btn-outline-secondary-2 { 
	background-color: #f5f5f5; 
	color: #111; 
	border: 1px solid #DDDDDD; 
}
.ui-btn-outline-secondary-2:hover {
	background-color: #666666 !important;
	color: #fff !important;     
	border-color: #666666 !important;
}
.ui-btn-outline-secondary-2:active {
	background-color: #444444 !important;
	border-color: #444444 !important;
}

.ui-btn-outline-secondary-3 { 
	background-color: #ffffff; 
	color: #111111; 
	border: 1px solid #dddddd; 
}
.ui-btn-outline-secondary-3:hover {
	background-color: #666666 !important;
	color: #ffffff !important;     
	border-color: #666666 !important;
}
.ui-btn-outline-secondary-3:active {
	background-color: #444444 !important;
	color: #ffffff !important;
	border-color: #444444 !important;
}

.ui-btn-outline-secondary-4 { 
	background-color: #ffffff; 
	color: #444; 
	border: 1px solid #dddddd; 
}
.ui-btn-outline-secondary-4:hover {
	background-color: #666666 !important;
	color: #ffffff !important;     
	border-color: #666666 !important;
}
.ui-btn-outline-secondary-4:active {
	background-color: #444444 !important;
	color: #ffffff !important;
	border-color: #444444 !important;
}

/* 버튼 Subtle */
.ui-btn-subtle-primary { 
	background-color: #E5FFFC; 
	color: #81D8D0; 
}
.ui-btn-subtle-primary:hover {
	background-color: #DAF7F4 !important;
}
.ui-btn-subtle-primary:active {
	background-color: #9cded6 !important;
}

.ui-btn-subtle-secondary { 
	background-color: #F5F5F5; 
	color: #666; 
}
.ui-btn-subtle-secondary-2 { 
	background-color: #F5F5F5; 
	color: #111; 
}
.ui-btn-subtle-secondary:hover,
.ui-btn-subtle-secondary-2:hover {
	background-color: #e0e0e0 !important;
	box-shadow: none !important;
	filter: none !important;
}
.ui-btn-subtle-secondary:active,
.ui-btn-subtle-secondary-2:active {
	background-color: #d1d1d1 !important;
}

.ui-btn-subtle-success { 
	background-color: #DEFFE1; 
	color: #03C75A; 
}
.ui-btn-subtle-success:hover {
	background-color: #b9f2bf !important;
	box-shadow: none !important;
	filter: none !important;
}
.ui-btn-subtle-success:active {
	background-color: #9ce6a5 !important;
}

.ui-btn-subtle-warning { 
	background-color: #FFF3EA; 
	color: #E8711C; 
}
.ui-btn-subtle-warning:hover {
	background-color: #ffdcc2 !important;
	box-shadow: none !important;
	filter: none !important;
}
.ui-btn-subtle-warning:active {
	background-color: #ffc9a3 !important;
}

.ui-btn-subtle-info { 
	background-color: #DFEBFF; 
	color: #3360AC; 
}
.ui-btn-subtle-info:hover {
	background-color: #bdcfff !important;
	box-shadow: none !important;
	filter: none !important;
}
.ui-btn-subtle-info:active {
	background-color: #9bb7ff !important;
}

/* card */
.ui-card {
	background:#fff;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	padding:clamp(25px, 2.08vw, 40px);
	position:relative;
	width:100%;
	height:100%;
}
.ui-card_tit {
	border-bottom:1px solid #eee;
	padding-bottom:14px;
	margin-bottom:18px;
}

/* pagination */
.pagination {
	gap:2px;
}
.pagination a {
	border-radius:50%;
	transition: all .3s;
}
.pagination a.num {
	text-align:center;
	cursor: pointer;
	width: 33px;
}
.pagination .prev,
.pagination .next {
	width: 33px;
	height: 33px;
	background-image: url(../img/right_arrow_9.svg);
	background-size: clamp(6px, 0.31vw, 6px) clamp(10px, 0.63vw, 12px);
	background-position: center;
	background-repeat: no-repeat;
}
.pagination .prev:hover,
.pagination .next:hover {
	background-image: url(../img/right_arrow_w.svg);
}
.pagination .prev {
	transform: rotate(180deg);
}
.pagination .num {
	font-size: clamp(14px, 0.78vw, 15px);
	font-weight: 500;
	color: #999;
	line-height: 33px;
}
.pagination .num.on {
	font-weight: 700;
	color: var(--color-point);
}
.pagination a:hover {
	background-color:var(--color-point);
	color:#fff !important;
}


@media (max-width: 1250px) {
	.ui-card {
		padding:0;
		border:none;
	}
}


@media (max-width: 750px) {
	.ui-btn-mo-xl {
		font-size:clamp(13px, 4.27vw, 32px);
		min-height:clamp(40px, 13.33vw, 100px);		
	}
	.ui-btn-mo-lg {
		font-size:clamp(14px, 3.73vw, 28px);
		min-height:clamp(50px, 13.33vw, 100px);	
	}
	.ui-btn-mo-md {
		font-size:clamp(12px, 3.20vw, 24px);
		min-height:clamp(30px, 8.00vw, 60px);		
	}
	.ui-btn-mo-sm {
		font-size:clamp(13px, 3.20vw, 24px);
		min-height:clamp(28px, 6.93vw, 52px);		
	}
	.ui-btn-mo-xs {
		font-size:clamp(13px, 2.40vw, 18px);
		min-height:clamp(24px, 5.07vw, 38px);
	}
	.pagination a.num {
		width: clamp(27px, 6.67vw, 50px);
		line-height: clamp(27px, 6.67vw, 50px);
	}
	.pagination .prev,
	.pagination .next {
		width: clamp(27px, 6.67vw, 50px);
		height: clamp(27px, 6.67vw, 50px);
		background-size:clamp(6px, 1.33vw, 10px) clamp(11px, 2.67vw, 20px);
	}
	.pagination .num {
		font-size: clamp(14px, 3.20vw, 24px);
	}
}