<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #f4f3f9;
}
/* Banner */
.register-banner {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    background: url("../imgs/kbiz-apply-mb.jpg") no-repeat center center/cover;
    position: relative;
}
.banner-inner-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-logo {
    height: 20px;
    margin: 0 10px;
}
.banner-title {
    font-size: 16px !important;
    margin-bottom: 0;
}
.banner-text {
    font-size: 30px !important;
    text-align: center;
    margin: 10px 0;
    text-shadow: 0 0 1px #ddd;
}
.register-link,
.location-link {
    color: #3d4d5a;
    text-align: center;
    display: block;
    position: relative;
}
.register-link::after,
.location-link::after {
    content: "\1433";
    font-size: 14px;
    position: absolute;
    top: 3px;
    margin: 0 5px;
}
.register-link:hover {
    color: #3d4d5a;
    opacity: 0.9;
}

.fees-container,
.form-container {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow-y: scroll;
    display: none;
}
.fees-wrapper,
.form-wrapper {
    position: relative;
}
.close-popup,
.closeform-popup {
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.fees-content,
.form-content {
    padding: 50px 20px;
}
.fees-title {
    font-size: 20px !important;
    margin-bottom: 20px;
}
.fees-detail {
    border-left: 4px solid #4dcd8a;
    width: 100;
    padding: 20px 10px;
}
.list-menu li {
    line-height: 3.5rem;
    font-size: 14px;
}
.list-menu2 li {
    font-weight: normal;
}
.list-menu3 li::before {
    content: "\2022";
    font-size: 28px;
    margin-right: 10px;
    color: #4dcd8a;
}
.list-menu4 li {
    color: #999;
}
.list-menu4 li::before {
    content: "\2014";
    font-size: 10px;
    color: #999;
}
/* Requirement */
.requirement-section {
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #f4f3f9;
}
nav.tab {
    z-index: 999;
}
:target:before {
    content: "";
    display: block;
    height: 200px;
    margin: -200px 0 0;
}
.tab-content.active {
    opacity: 0;
    animation: growing 0.7s ease forwards;
}
.tab-content.animate {
    animation: fadeup 0.5s ease-out forwards;
}
@keyframes growing {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeup {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-item {
    text-decoration: none;
    color: #3d4d5a;
}
.hover-blue:hover {
    color: rgb(61, 77, 90);
}
.tab {
    margin-bottom: 20px;
}
.tab .control,
.tab .control a {
    background-color: #bfcdd8;
}
.control-pro {
    background-color: #d6f5e4 !important;
}
.tab-pro {
    color: #00a850 !important;
    background-color: #d6f5e4 !important;
}
.tab .control {
    border-color: white;
}
.tab .panel {
    width: 320px;
    display: inline-block;
    background-color: white;
    border: 2px solid #eee;
    height: 45px;
    line-height: 41px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.panel-pro {
    background-color: #d6f5e4 !important;
}
.tab .panel a {
    font-size: 16px;
    width: 320px;
    padding: 0 2px;
    display: inline-block;
    border-radius: 25px;
    position: relative;
    transition: color 0.1s linear;
    font-weight: bold;
}
.tab .panel a:hover {
    color: #3d4d5a;
}
.tab .panel a.active {
    position: relative;
    color: #fff;
    pointer-events: none;
    background-color: #4dcd8a;
    border: 1px solid #4dcd8a;
    z-index: 1;
}
.tab-title {
    font-size: 26px !important;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.tab-subtitle {
    text-align: center;
    margin: 20px 0 10px;
    color: #999;
    font-size: 14px;
}
.tab-list {
    width: 100%;
    /* padding: 0 40px 20px; */
    padding: 0;
}
.tab-listmenu {
    margin-bottom: 30px;
}
.tab-listmenu li {
    font-size: 16px;
    list-style: initial;
    color: #999;
    line-height: 3rem;
}
.tab-link-wrapper {
    /* text-align: center; */
    padding-left: 2rem;
}
.tab-link {
    color: #4dcd8a;
}
.tab-link:hover {
    color: #4dcd8a;
    text-decoration: none;
}
.tab-link-green {
    color: #4dcd8a;
    text-decoration: underline;
}
.tab-link-green:hover {
    color: #4dcd8a;
    text-decoration: none;
}
.tab-card {
    padding: 20px 40px;
    border-radius: 5px;
    background-color: white;
    border-left: 4px solid #4dcd8a;
    margin-bottom: 10px;
/*    opacity: 0;*/
}
.tab-card.animate {
/*    animation: fadeup 0.5s ease-out forwards;*/
}
.register-btn {
    width: 349px;
    padding: 10px 25px;
    background: linear-gradient(90deg, rgba(70, 89, 104, 1) 0%, rgba(35, 45, 52, 1) 50%);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    transition: transform 0.3s ease;
    line-height: 3rem;
}
.register-btn:hover {
    color: white;
    transform: scale(1.1);
}
.form-title {
    font-size: 20px !important;
    font-weight: normal;
    margin-bottom: 30px;
}
.form-header {
    display: block;
    border-bottom: 3px solid #00a850;
    padding-bottom: 5px;
}
.form-subheader {
    font-size: 16px !important;
}
.form-table {
    margin-bottom: 40px;
}
.prev-btn {
    color: #4dcd8a;
    font-size: 14px;
}
.prev-btn::before {
    content: "\1438";
    font-size: 10px;
    margin-right: 5px;
    font-weight: bold;
}
.tr-th,
.tr-td {
    height: 60px;
    border-bottom: 1px solid #eee;
}
.th-1 {
    min-width: 120px;
}
.th-2 {
    min-width: 75px;
}
.th-1,
.th-2,
.td-data {
    padding: 10px;
}
.td-data {
    font-size: 14px;
    color: #999;
}
.phone-number {
    color: #4dcd8a;
    text-decoration: underline;
}
/* Document require */
.document-container {
    display: none;
}
.document-wrap {
    padding: 20px 40px;
}
.document-title {
    text-align: center;
    font-size: 26px !important;
    margin-bottom: 20px;
}
.list-menu-1 li {
    font-size: 16px;
    color: #999;
    line-height: 3rem;
    list-style: initial;
}
.tab-para {
    color: #999;
}
/* Register step */
.register-step-container {
    padding: 40px 0;
    background-color: #f4f3f9 !important;
    display: none;
}
.register-step-container.active {
    display: block;
    opacity: 0;
    animation: growing 0.7s ease forwards;
}
.kbiz-regist {
    display: none;
}
.kbiz-regist.active {
    display: block;
}
.register-header {
    padding: 20px;
}
.register-title {
    font-size: 30px !important;
    margin-bottom: 20px;
}
.register-content img {
    width: 80%;
}
.checkbox-icon {
    width: 20px;
    margin: 2px 0 2px 5px;
}
.swiper-wrapper {
    height: auto;
    min-height: 400px !important;
}
.swiper-button-next,
.swiper-button-prev {
    top: 25%;
}
.swiper-pagination {
    bottom: 0 !important;
}
.swiper-pagination-bullet {
    background: #ccc;
}
.swiper-pagination-bullet-active {
    background: #4dcd8a;
}
.swiper-slide {
    align-items: baseline;
}
.swiper-card {
    width: 100%;
}
.swiper-img {
    margin: 0 0 20px;
    min-height: 246px;
}

.swiper-img img {
    height: 246px;
    opacity: 0;
}
.swiper-img &gt; img.animate {
    animation: faderight 0.5s ease-out forwards;
}

.swiper-content {
    padding: 20px;
    opacity: 0;
}

.swiper-content.animate {
    animation: fadeleft 0.5s ease-out forwards;
}

.step-number,
.text-green,
.location-link {
    color: #4dcd8a;
}
.location-link {
    text-decoration: underline !important;
}
.location-link:hover {
    color: #4dcd8a;
    opacity: 0.9;
}
.register-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.regist-list li {
    text-align: start;
    list-style: initial;
}
.regist-item-1 {
    line-height: 3rem;
}
.example-btn {
    width: 100px;
    height: 30px;
    padding: 5px 10px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(70, 89, 104, 1) 0%, rgba(35, 45, 52, 1) 50%);
    color: white;
    margin: 0 5px;
    font-size: 12px;
}
.example-checkbox {
    width: 20px;
    height: 20px;
    background-color: white;
    display: inline-block;
    margin: 0 8px -2px;
    position: relative;
}
.example-checkbox::after {
    content: "\2713";
    font-size: 20px;
    color: #00a850;
    position: absolute;
    top: -5px;
    right: 2px;
}
.break-word-xl {
    display: none;
}
.regist-item-1 .break-word {
    display: none;
}
/* download form */
.download-form {
    position: relative;
}
.download-form::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 1px 10px 0 0;
    background: url("../../../theme/img/icon/downloadform-icon.svg") no-repeat right center/70%;
}
.download-link {
    color: white;
    text-decoration: none;
}
.download-link:hover {
    color: white;
}

.pdfFileLink,
.pdfFileLink:hover,
.pdfFileLink:visited {
    font-weight: 400;
    color: #777;
    text-decoration: none;
}
.pdfFileLink span {
    border-bottom: 1px solid #00a950;
}

/* Footer */
.no-underline {
    text-decoration: none !important;
}
@media screen and (min-width: 500px) {
    .banner-text {
        font-size: 38px !important;
        line-height: 5rem;
    }
    .swiper-content {
        padding: 20px 40px;
    }
}
@media screen and (min-width: 768px) {
    .register-banner {
        padding-bottom: 30%;
        background-image: url("../imgs/kbiz-apply-pc.jpg");
        background-position: center center;
    }
    .requirement-section {
        margin: 0 auto;
        padding: 40px;
    }
    .banner-header {
        margin-bottom: 20px;
    }
    /* .banner-title {
        font-size: 28px !important;
    } */
    .tab-title {
        font-size: 30px !important;
    }
    .list-menu-1 {
        max-width: 768px;
        margin: 0 auto;
    }
    .tab-listmenu li {
        font-size: 16px !important;
    }
    .tab-list {
        padding: 0 0 20px;
    }
    .tab .panel {
        width: 370px;
    }
    .tab-card {
        margin-bottom: 15px;
        padding: 30px;
    }
    .swiper-pagination,
    .swiper-button-next,
    .swiper-button-prev {
        display: block;
    }
    .swiper-wrapper {
        justify-content: normal;
        height: 320px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 40%;
    }
    .swiper-card {
        display: flex;
    }
    .swiper-img {
        width: 55%;
    }
    .swiper-img img {
        height: 250px;
    }
    .swiper-content {
        width: 45%;
        padding: 20px 40px;
        margin-right: 40px;
    }
    .step-number {
        text-align: start;
    }
    .register-channel {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }
    .register-content {
        width: 40%;
        margin: 20px 40px;
    }
    .register-content img {
        width: 100%;
    }
    .register-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .register-channel .register-header h2,
    .register-header p,
    .register-header a {
        text-align: start;
    }
    .register-title {
        font-size: 26px !important;
        margin-bottom: 10px;
    }
    .regist-form {
        margin-top: 20px;
    }
    .download-form {
        width: 200px;
        margin-bottom: 20px;
    }
    .download-form::after {
        margin-left: -30px;
    }
    .download-form span {
        padding-right: 30px !important;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 30%;
    }
}

@media screen and (min-width: 769px) {
    .swiper-slide {
        width: 100% !important;
    }
}
@media screen and (min-width: 1024px) {
    .register-banner {
        background-position: 20% center;
    }
    .banner-text {
        font-size: 44px !important;
        line-height: 6rem;
    }
    .register-banner {
        height: 300px;
    }
    .requirement-section {
        padding: 60px;
        padding-bottom: 0;
    }
    .tab {
        margin-bottom: 30px;
    }
    .tab-card {
        padding: 30px 40px;
    }
    .swiper-img img {
        height: 350px;
    }
    .swiper-wrapper {
        height: 380px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 50%;
    }
    .register-title {
        font-size: 30px !important;
    }
    .swiper-content {
        padding-top: 35px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 40%;
    }
}
@media screen and (min-width: 1200px) {
    .register-banner {
        height: 0;
        padding-bottom: 30%;
        background-position: center;
    }
    .swiper-card,
    .swiper-container {
        max-width: 1140px;
    }
    .swiper-img {
        width: 50%;
    }
    .break-word-xl {
        display: block;
    }
    .tab-listmenu li {
        font-size: 18px;
    }
}

@keyframes faderight {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeleft {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
</pre></body></html>