@font-face {
    font-family: 'Gwangyang R';
    src: url('/assets/css/fonts/Gwangyang Sunshine Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Gwangyang R' !important;
}

.bg-primary, .primary-overlay[data-overlay-dark]:before {
    /* background: #006f80;
    background: -webkit-linear-gradient(-45deg, #006f80, #00a6bf);
    background: -moz-linear-gradient(-45deg, #006f80, #00a6bf);
    background: -o-linear-gradient(-45deg, #006f80, #00a6bf);
    background: linear-gradient(-45deg, #006f80, #00a6bf); */
    background: none !important;
}

.onepage-header.scrollHeader .navbar {
    background: #006f80;
    background: -webkit-linear-gradient(-45deg, #006f80, #00a6bf);
    background: -moz-linear-gradient(-45deg, #006f80, #00a6bf);
    background: -o-linear-gradient(-45deg, #006f80, #00a6bf);
    background: linear-gradient(-45deg, #006f80, #00a6bf);
}

.card-style07:hover {
    background: #006f80;
    background: -webkit-linear-gradient(-45deg, #006f80, #00a6bf);
    background: -moz-linear-gradient(-45deg, #006f80, #00a6bf);
    background: -o-linear-gradient(-45deg, #006f80, #00a6bf);
    background: linear-gradient(-45deg, #006f80, #00a6bf);
}

.list-style3 li:before {
    background: #006f80;
}

.single-plan .head-plan i {
    color: #006f80;
}

.card-style07 i {
    color: #006f80;
}

.butn {
    background: #006f80;
    background: -webkit-linear-gradient(-45deg, #006f80, #00a6bf);
    background: -moz-linear-gradient(-45deg, #006f80, #00a6bf);
    background: -o-linear-gradient(-45deg, #006f80, #00a6bf);
    background: linear-gradient(-45deg, #006f80, #00a6bf);
}

.butn:before {
    background: #006f80;
}

.butn.white {
    color: #006f80;
}

.butn.white:hover {
    color: #006f80 !important;
}

a:hover, a:active, a:focus {
    color: #006f80;
}

.form-check-input:checked {
    background-color: #00a6bf;
    border-color: #00a6bf;
}

.butn.style-one.fill {
    background: #006f80;
}

.text-fundworks {
    --bs-text-opacity: 1;
    color: #006f80 !important;
}

.agreement em {
    color:brown;
    font-size: 80%;
}

.agreement .box {
    height: 200px;
    overflow: auto;
}

.join-member-form span {
    padding-top: 9px;
}

.w-30p {
    width: 30px !important;
}

.w-40p {
    width: 40px !important;
}

.w-50p {
    width: 50px !important;
}

.w-60p {
    width: 60px !important;
}

.w-70p {
    width: 70px !important;
}

.w-80p {
    width: 80px !important;
}

.w-90p {
    width: 90px !important;
}

.w-100p {
    width: 100px !important;
}

.w-110p {
    width: 110px !important;
}

.w-120p {
    width: 120px !important;
}

.w-150p {
    width: 150px !important;
}

.w-180p {
    width: 180px !important;
}

.w-200p {
    width: 200px !important;
}

#phone-auth-counter {
    color: red
}