/* Base */
html,
body {
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Noto Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}


#GOTOP {
    background-image: url(../images/gotop.png);
    right: 10px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    position: fixed;
}


.window {
    overflow: hidden;
}


/* Base */
.contentBox {
    padding: 60px 0 100px 0;
}


.cr i:before {
    color: #676767 !important;
}


.jpgts {
    width: 50%;
}

.jpgts_form {
    width: 50%;
}


.jpgts img {
    padding: 15px;
    width: 100%;
    margin: 0 auto;
}

.color_box {
    background-color: #fff;
    padding: 15px;
    margin: 10px;
    border-radius: 18px;
    box-shadow: 0 0 4px #aaaaaa7d;
    display: flex;
    justify-content: center;
    align-items: center;
        margin-top: 40px;
}



.part1_notice .one {
    width: 100%;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;

}

.one-img {
    width: 100%;
    margin-top: 20px;


}

.one-img img {
    width: 100%;
    border-radius: 20px;
}


.divider {
    width: 100px;
    height: 5px;
    background: #002d66;
    margin: 1rem auto 0;
    position: relative;
    border-radius: 45px;
}

.divider::after {
    content: "";
    position: absolute;
    right: -17px;
    top: 42%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #002d66;
    transform: translateY(-50%);
}

.part1_notice .one h3 {
    font-size: 25px;
    text-align: center;
    color: #002d66;
    margin: 0;
    margin-bottom: 5px;
    letter-spacing: 1.2px;


}

.divider_1 {
    width: 70px;
    height: 5px;
    background: #a8dbfa;
    margin: 1rem auto 0;
    position: relative;
    border-radius: 45px;
}


.part1_notice .one h4 {
    font-size: 20px;
    text-align: center;
    color: #f67903;
    letter-spacing: 1.2px;


}

.part1_notice .one span {
    font-size: 24px;
    color: white;
    padding: 0 2px;
    padding-top: 20px;

}

.part1_notice {
    position: relative;
}



.part1_total {
    margin-top: 130px;
    margin-bottom: 90px;
}


.part1_word h1 {
    text-align: center;
    font-size: 31px;
    letter-spacing: 1.2px;
    color: #002d66;
    margin-bottom: 6px;
    font-weight: bold;
        line-height: 1.4;

}


.part1_word h2 {
    text-align: center;
    font-size: 31px;
    letter-spacing: 1.2px;
    color: #002d66;
    margin-bottom: 6px;
    font-weight: bold;
        line-height: 1.4;

}

.part1_word h3 {
    text-align: center;
    font-size: 31px;
    letter-spacing: 1.2px;
    color: #002d66;
    margin-bottom: 6px;
    font-weight: bold;
        line-height: 1.4;

}


.part1_word span {
    color: #f67903;
    font-size: 38px;
}



.part1_word p {
    text-align: center;
    font-size: 27px;
    letter-spacing: 1.2px;
    color: #474747;
    font-weight: bold;
    margin-top: 20px;



}

.part1_notice_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 45px;
    flex-wrap: wrap;
    margin-bottom: 30px;


}

.part1_notice {
    background-color: #fff;
    width: 254px;
    margin: 8px;
    border-radius: 20px;
    padding-top: 20px;
    box-shadow: 0 0 4px #aaaaaa7d;

}





.part1_notice p {
    color: #474747;
    font-size: 17px;
    letter-spacing: 1.2px;
    text-align: justify;
    margin: 0;

}


/* --------------------title animate */




.h1_word img {
    width: 100%;
}



.h1_word_box {
    width: 32vw;
    position: absolute;
    top: 23%;
    left: 17%;
    z-index: 5;
}



.wordbox {
    display: flex;
    position: absolute;
    top: 34%;
    right: 38%;
    padding-top: 0%;
    padding-left: 0%;
    z-index: 10;
    align-items: flex-end;
    transform: scale(0.95);
}


.wordbox_1 {
 
    display: flex;
    position: absolute;
    bottom: 30%;
    left: 9%;
    padding-top: 0%;
    padding-left: 0%;
    z-index: 10;
    align-items: center;
    width: 46%;
    justify-content: center;

}

.wordbox h1{
    display: none;
}


.twinkle {
    position: absolute;
    bottom: 72%;
    right: 39%;
    padding-top: 0;
    padding-left: 0;
    z-index: 1;
    width: 11vw;
}



.W2,
.W3,
.W4,
.W5,
.W6,
.W7,
.W8,
.W9 {
    position: relative;
    width: 5vw;
}

.W1 {
    position: relative;
    width: 15vw;
}


.W2 {
    right: 2px;
}

.W3 {
    right: 12px;
}


.W4 {
    right: 21px;
}

.W5 {
    right: 29px;
}

.W6 {
    right: 37px;
}


.W7 {
    right: 46px;
}

.W8 {
    right: 57px;
}


.W9 {
    right: 65px;
}


.h1_word_box  h1{
    display: none;
}


.text_ani img {
    animation: text_ani 2.5s infinite ease;
    animation-delay: calc(0.3s * var(--i));
}

.title_btn {
    width: 50%;

}

.title_btn img {
    width: 100%;
}

@keyframes text_ani {

    0%,
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    12.5% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    50% {}

    100% {}
}


/* --------------------------------- */




/* Forms */




.mbb_1 {
    margin-bottom: 20px;
}



select option {
    margin: 40px;
    background: #fff;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select option:hover {
    margin: 40px;
    background: #fff !important;
    color: #000 !important;
}



/* Forms Content */


.formsBox input::placeholder {
    color: black !important;
}

.form-check-label,
.form-check-label a {
    color: #fff !important;
}

.form-check-label a:hover {
    color: #fff !important;
}




/*Check box*/
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
    color: #fff;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #676767;
    border-radius: .25em;
    width: 1.7em;
    height: 1.7em;
    float: left;
    margin-right: .5em;
    background-color: #fff;
    /* color: 000; */
}

.radio .cr {
    border-radius: 75%;
    border-color: #fff;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-220deg);
    opacity: 0;
    transition: all .7s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

.checkbox label,
.checkbox a {
    color: #676767 !important;
    justify-content: center;
}

.checkbox a:hover {
    color: #676767 !important;
}

.checkBoxDescription {
    display: inline-block;
    color: #676767;
    font-weight: bold;
    font-size: 17px;

}





.checkBoxBtn {

    height: 55px;
    position: relative;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.form-check_1 {
    text-align: center;
}

.checkBoxBtn i {
    padding-top: 20px;
    position: absolute;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
    z-index: 2;
    color: #fff;
}

.checkBoxBtn p {
    cursor: pointer;
    font-weight: bolder;
    border-radius: 50px;
    font-size: 23px;
    background: linear-gradient(to bottom, #079996 30%, #056260 100%);
    color: white;
    position: relative;
    z-index: 0;
    transition: .3s;
    width: 90%;

}



.checkBoxBtn p:hover {
    box-shadow: 3px 3px 0px #079997a8;
    top: -2px;
    color: white;
}




/* Cover */
.mainCoverBox_1 .container {
    max-width: 1280px !important;
}

.mainCoverBox_1 {

    background-size: cover;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    /* padding-top: 70px; */

}




.mainCoverContainer_1 {
    width: 100%;
    position: relative;



}

.mainCoverContainer_1 img {
    width: 100%;
    position: relative;


}



.wordbox h2 {
    display: none;
}





.formsBox_1 {
    margin-top: 100px;
}

.part2 {
    padding-bottom: 0 !important;
}








.part3 {
    background: url("../images/white-bg.webp") no-repeat center center;

    /* padding-bottom: 100px; */
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
}




.part1 {
    background: url("../images/city-bg.webp") center bottom no-repeat;

    background-size: cover;
    padding-bottom: 200px;
    padding-top: 80px;
}

.part1-one {
    display: flex;
    justify-content: center;
    align-items: center;
}

.part1-one p {
    margin: 40px 40px;
    display: inline-block;
    color: #5b47f8;
    font-weight: 900;
    font-size: 40px;
    padding: 13px 60px;
    background: linear-gradient(to bottom, #60f991 0%, #18e3c6 100%);
    text-align: center;
    border-radius: 60px;
    border: solid 3px white;
    box-shadow: 5px 5px 0 #ff70b5;
}




.part1-btn {
    display: flex;
    justify-content: center;
    align-items: center;


}

.part1-btn a {
    color: #000;
    background-color: white;
    padding: 12px 20px;
    width: 60%;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 50px;
    letter-spacing: 2px;
    font-weight: bolder;
    border: solid 2px #000;
    text-align: center;
    position: relative;
    top: 0;
    transition: .3s;


}

.part1-btn a:hover {
    box-shadow: 3px 3px 0px #0c0c0c;
    top: -2px;

}









.orange_box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}







.step_1_box .arrow {
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    justify-content: center;
    box-shadow: 0 10px 30px -18px rgba(14, 42, 77, 0.3);

}







.part2 {
    background-image: linear-gradient(#189a9a21 1px, transparent 1px), linear-gradient(90deg, #189a9a21 1px, transparent 1px);
    background-size: 22px 22px;
    background-color: #ffffff;
    padding-bottom: 60px;
    padding-top: 120px;

}



.part_2_box {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}






.step_1_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-bottom: 70px;

}



.step_1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


.step_1 img {
    width: 60%;
}

.step_2 p {
    width: 100%;
    font-size: 20px;
    letter-spacing: 1.2px;
    color: #3e3a39;
    text-align: center;
    margin: 0;
    padding: 10px 0;



}







@keyframes text_ani {

    0%,
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);


    }

    12.5% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    50% {}

    100% {}

}





.course-block {
    margin-top: 2.4rem;
    background: #fff;
    border: 1px solid var(--line);
    overflow: hidden;
    box-shadow: 0 10px 30px -18px rgba(14, 42, 77, 0.3);
    margin-bottom: 100px;
}

.course-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .6rem;
    padding: 1.1rem 1.3rem;
    color: #fff;
}

.course-head h3 {
    font-size: 31px;
    font-weight: 900;
    margin-bottom: 0;
    letter-spacing: 1.2px;
}

.course-head .dur {
    background: #fff;
    color: #ff9b06;
    font-size: 24px;
    padding: .32rem .8rem;
    border-radius: 999px;
    white-space: nowrap;
}

.c-orange .course-head {
    background-color: #f67903;
}

.c-orange .course-body {
    border: solid 3px #f67903;
}




.c-teal .course-head {
    background-color: #06787b;
}

.c-teal .course-body {
    border: solid 3px #06787b;
}

.c-blue .course-body {
    border: solid 3px #002d66;
}

.c-blue .course-head {
    background-color: #002d66;
}

.course-body {
    padding: 1.5rem 1.3rem 1.8rem;
}

.course-tag {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #383f3f;
    letter-spacing: 1.2px;
    margin-bottom: 1.3rem;
}

.c-orange .course-tag .hl {
    color: var(--orange-deep);
}

.c-teal .course-tag .hl {
    color: var(--teal);
}

.c-blue .course-tag .hl {
    color: var(--blue);
}

.core-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    align-items: center;
    margin-bottom: 1.6rem;
    width: 90%;
    margin: 20px auto 40px auto;

}

@media (min-width:992px) {
    .core-row {
        grid-template-columns: 1fr 1fr;
    }
}

.core-pic {
    border-radius: 10px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.core-pic {
    width: 85%;
}

.core-pic img {
    width: 85%;
}





.c-orange .core-box .lbl {
    display: inline-block;
    font-size: 22px;
    margin-bottom: .6rem;
    color: #383f3f;
    padding: 8px 25px;
    background-color: #f5a25e60;
    width: 100%;
    text-align: center;
}


.c-teal .core-box .lbl {
    display: inline-block;
    font-size: 22px;
    margin-bottom: .6rem;
    color: #383f3f;
    padding: 8px 25px;
    background-color: #13a3a360;
    width: 100%;
    text-align: center;
}


.c-blue .core-box .lbl {
    display: inline-block;
    font-size: 22px;
    margin-bottom: .6rem;
    color: #383f3f;
    padding: 8px 25px;
    background-color: #11519660;
    width: 100%;
    text-align: center;
}


.core-box ul li {
    font-size: 20px;
    line-height: 1.65;
    color: #383f3f;
    position: relative;

}

.core-box ul {
    margin-left: 30px;
}


.c-teal .core-box ul li::before {
    color: var(--teal);
}

.c-blue .core-box ul li::before {
    color: var(--blue);
}

.c-orange .role-label {
    text-align: center;
    margin: 1.1rem auto 1.1rem auto;
    display: block;
    width: fit-content;
    background-color: #f5a25e60;
    color: #383f3f;
    font-size: 24px;
    padding: .5rem 1.6rem;
    letter-spacing: 1.2px;
    margin-bottom: 30px;

}

.c-teal .role-label {
    text-align: center;
    margin: 1.1rem auto 1.1rem auto;
    display: block;
    width: fit-content;
    background-color: #13a3a360;
    color: #383f3f;
    font-size: 24px;
    padding: .5rem 1.6rem;
    letter-spacing: 1.2px;
    margin-bottom: 30px;

}


.c-blue .role-label {
    text-align: center;
    margin: 1.1rem auto 1.1rem auto;
    display: block;
    width: fit-content;
    background-color: #11519660;
    color: #383f3f;
    font-size: 24px;
    padding: .5rem 1.6rem;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
}

.role-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .7rem;
    margin-bottom: 1.7rem;
    padding: 10px;
}

@media (min-width:992px) {
    .role-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.role-card {

    overflow: hidden;
    box-shadow: 0 6px 16px -10px rgba(14, 42, 77, 0.3);
    transition: transform .3s ease;

}

.role-card:hover {
    transform: translateY(-3px);
}

.role-pic {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.role-pic img {
    width: 100%;

}


.role-name {
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: .45rem .3rem;
}

.c-orange .role-name {
    background-color: #f67903
}

.c-teal .role-name {
    background: #06787b;
}

.c-blue .role-name {
    background: #002d66;
}

.course-content {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.course-contents {
    width: 56%;
}



.course-content h4 {
    font-size: 1.05rem;
    font-weight: 900;
    margin-bottom: .7rem;
    color: var(--ink);
}

.c-orange .course-content h4 {
    color: #f67903;
    font-size: 29px;
}

.c-teal .course-content h4 {
    color: #20c997;
    font-size: 29px;
}

.c-blue .course-content h4 {
    color: var(--blue);
    font-size: 29px;
}

.course-content p {
    font-size: 20px;
    line-height: 1.65;
    color: #383f3f;
    text-align: justify;
    margin-bottom: .35rem;
}

.course-content p b {
    color: var(--ink);
    font-weight: 700;
}

.cert-pic {
    width: 20%;
    margin-right: 40px;

}


.cert-pic img {
    width: 100%;
    box-shadow: 0 8px 20px -12px rgba(14, 42, 77, 0.25);
}

.cert-pic .cert-top {
    font-size: .55rem;
    color: var(--muted);
    text-align: center;
    margin-bottom: .3rem;
}



.cert-pic .cert-bar {
    height: 4px;
    background: var(--line);
    border-radius: 2px;
    margin: .3rem 0;
}


/* table---------------- */




.animate__animated {
    /* margin-top: 80px; */
    /* position: relative; */
    z-index: 1;
}




.form-row_box {
    display: flex;
    justify-content: center;
}

.form-row {
    width: 50%;
    padding: 10px;
}

.form-row_1 {
    width: 98% !important;
}

.form-control {
    height: 50px !important;
    border-radius: 15px;
}

.part3 {
    padding-bottom: 120px;
    position: relative;
    padding-top: 100px;
}







.top {
    width: 100%;
}

.top img {
    width: 100%;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: bold !important;
}

.part_2_box_width_1_word span {
    display: block;
}


.form-control {
    height: 45px !important;
    border-radius: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.checkBoxDescription a {
    color: #676767 !important;
    /* text-decoration: underline;  */
}


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
}


/* ------------- */

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
    margin-top: 60px;
    justify-content: center;
    flex-wrap: wrap;
}


.card_1 {
    position: relative;
    background: #fff;
    box-shadow: 0 4px 16px rgba(20, 40, 80, 0.08);
    padding-top: 36px;

    width: 300px;
    height: 260px;
}



.icon-badge {
    position: absolute;
    top: -28px;
    left: -16px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.icon-badge img {
width: 100%;
}

.card-body {
    padding: 26px 24px 0 24px;
}

.orange .card-body h3 {
    color: #f67903;
}

.navy .card-body h3 {
    color: #002d66;
}

.teal .card-body h3 {
    color: #06787b;
}

.card_1 h3 {
    font-size: 26px;
    font-weight: 800;

    margin-bottom: 10px;
    letter-spacing: 2px;
}

.card_1 p {
    font-size: 20px;
    line-height: 1.7;
    color: #4a5568;
}

.navy .photo {
    width: 220px;
    position: absolute;
    bottom: 0px;
    right: -64px;
}

.navy .photo img {
    width: 100%;
}


.teal .photo {
    width: 269px;
    position: absolute;
    bottom: -13px;
    right: -56px;
}

.teal .photo img {
    width: 100%;
}


.orange .photo {
    width: 269px;
    position: absolute;
    bottom: 0px;
    right: -80px;
}

.orange .photo img {
    width: 100%;
}

/* 
.orange .icon-badge {
    background: #e8821e;
}

.teal .icon-badge {
    background: #0c7a73;
}

.navy .icon-badge {
    background: #173a73;
}
 */


.sec-head {
    text-align: center;
    margin-bottom: 2rem;
}

.sec-head h2 {
    font-size: clamp(1.35rem, 4.5vw, 1.85rem);
    color: #002d66;
    font-weight: 900;
}

.sec-head h2 .accent {
    color: var(--orange);
}

.divider {
    width: 60px;
    height: 3px;
    background: #002d66;
    margin: 1rem auto 0;
    position: relative;
}

.divider::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #002d66;
    transform: translateY(-50%);
}

.faq-item {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0 8px 20px -16px rgba(14, 42, 77, 0.3);
}

.faq-item span{
    font-size: 20px;
}

button:focus{
        outline: none!important;
}

.faq-item h3{
    font-size: 20px;
}

.faq-q {
    width: 100%;
    background: #002d66;
    color: #fff;
    text-align: left;
    border: none;
    padding: 1rem 1.2rem;
    font-size: .95rem;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .8rem;
    cursor: pointer;
    transition: background .25s ease;
}

.faq-q:hover {
    background: #123B6B;
}

.faq-q .arrow {
    flex-shrink: 0;
    width: 20px;
    display: flex;
    height: 20px;
    transition: transform .3s ease;
    justify-content: center;
    align-items: center;
}

.faq-q .arrow svg {
    width: 100%;
    height: 100%;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
}

.faq-item.open .faq-q .arrow {
    transform: rotate(180deg);
}

.faq-a {
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.faq-a-inner {
    padding: 1.1rem 1.2rem 1.3rem;
    font-size: 18px;
    line-height: 1.85;
    color: var(--muted);
    text-align: justify;
}

.faq-a-inner b {
    color: var(--ink);
}

:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 2px;
}


.link-btn p{
    font-weight: bolder;
    border-radius: 50px;
    font-size: 23px;
    background: linear-gradient(to bottom, #079996 30%, #056260 100%);
    color: white;
    position: relative;
    z-index: 0;
    transition: .3s;
    text-align: center;
    display: inline-block;
    padding: 13px 40px;
    margin-top: 90px;
    cursor: pointer;
}

.link-btn{
  height: 55px;
    position: relative;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.wordbox h1{
    display: none;
}


.course-tag br{
    display: none;
}

/* ---------------- */

@keyframes bounce_1 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}


@keyframes slogn-scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}


@keyframes fade-scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes slogn-scales {
    0% {

        top: -10px;
    }

    50% {
        top: 0px;
    }

    100% {
        top: -10px;
    }
}

@keyframes move {
    0% {
        transform: translate3d(0, 0%, 0);
    }

    25% {
        transform: translate3d(0, 5%, 0);
    }

    75% {
        transform: translate3d(0, -5%, 0);
    }

    100% {
        transform: translate3d(0, 0%, 0);
    }
}


@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }

}






@media screen and (min-width: 768px) and (max-width: 991px) {


    .arrow {
        width: 300px;
        height: 300px;
        margin: 20px;
    }

    .step_2 p {
        font-size: 23px;
    }

    .step_1 img {
        width: 60%;
    }


    .step_1_box {

        justify-content: center;
    }




    .cert-pic {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cert-pic img {
        width: 50%;
        margin-top: 25px;
    }

    .course-content {
        flex-direction: column;
    }

    .course-contents {
        width: 100%;
    }

    .cert-pic {
        width: 100%;
        margin: 0;
    }



    .part_2_box_width {
        padding: 10px;
    }


    .part1_notice {
        width: 320px;
    }

    .part_2_box_width {
        width: 50%;
    }

    .triangle {
        display: none;
    }


    .step_1 img {
        width: 70%;
    }

    .step_1 p {
        width: 95%;
        font-size: 23px;
    }

    .step_1 {
        width: 100%;
    }

    .step_1 p {
        width: 80%;
    }
}






@media screen and (min-width: 992px) and (max-width:1199px) {

    .arrow {
        width: 300px;
        height: 300px;
        margin: 20px;
    }

    .step_2 p {
        font-size: 23px;
    }

    .step_1 img {
        width: 60%;
    }


    .step_1_box {

        justify-content: center;
    }


    .cert-pic {
        width: 30%;
    }


    .part1_notice {
        width: 47%;
        margin: 10px;
    }



}


@media (min-width: 1200px) {

    /* .container {
        max-width: 1200px !important;
    } */
    .course-content p {
        white-space: nowrap;
    }

}

@media screen and (min-width: 767px) and (max-width: 999px) {







    .form-row {
        padding: 5px;
    }

    .gifts img {
        padding: 0;
    }

    .color_box {
        padding: 15px;
    }

    .part_2_box_width_1+.part_2_box_width_1 {
        margin-top: 50px;
    }

    .part_2_box_max_1 {
        margin-top: 50px;
    }

    .part_2_box_max {
        display: flex;
    }

    .part_2_box_2_p_hight {
        height: auto;
    }



    .part_2_box_width_1 {
        width: 100%;
    }



    .part_2_box_white {
        padding: 30px;
    }

    .part_1_box {
        padding: 140px 20px 0px 20px;
        flex-direction: column;
    }

    .part_1_img {
        width: 100%;
    }

    .part_1_word {
        width: 100%;
        margin-top: 40px;
        padding-left: 00px;
        padding-top: 20px;
    }


    .part2 {
        /* margin-top: -100px; */
        padding-top: 100px;
    }

    .gifts {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .part2-two_container {
        padding: 50px 30px 50px 30px;

    }

    .mbb {
        margin-bottom: 60px;
        margin-top: 100px;
    }






    .part1-one p {
        font-size: 30px;
    }

    .part1-one span {
        display: block;
    }



    .part2-two span {
        display: block;
        margin-top: 8px;
    }

    .part2-two p::after {
        bottom: -10%;
    }

}





@media screen and (max-width: 991px) {



    .core-box {
        margin-top: 40px;
    }

    .part1_word h1 {
        font-size: 25px;
        line-height: 1.5;
    }

      .part1_word h2 {
        font-size: 25px;
        line-height: 1.5;
    }

         .part1_word h3 {
        font-size: 25px;
        line-height: 1.5;
    }


    .part1_word span {
        font-size: 30px;
    }

    .part1_total {
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .part3 {
        padding-top: 70px;
    }

    .color_box {
        display: flex;
        flex-wrap: wrap;
    }

    .part1_notice_box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .jpgts_form {
        width: 100%;
    }


    .jpgts {
        width: 100%;
    }

    .part1_word span {
        display: block;

    }

    .wordbox_1 {
          display: flex;
        position: absolute;
        bottom: 50%;
        left: -1%;
        padding-top: 0%;
        padding-left: 0%;
        z-index: 10;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

.wordbox_1 .title_btn:nth-child(3) img {
        position: relative;
        bottom: 13px;
    }


    .title_btn {
    width: 45%;
}

    .h1_word_box {
        width: 73vw;
        position: absolute;
        top: 7%;
        left: 15%;
        z-index: 5;
    }



    .wordbox {
        display: inline-block;
        position: absolute;
        top: 13%;
        left: 7%;
        padding-top: 0%;
        padding-left: 0%;
        z-index: 10;
        align-items: flex-end;
        transform: scale(1);
    }


    .W1 {
        position: relative;
        width: 44vw;
    }

    .W2,
    .W3,
    .W4,
    .W5,
    .W6,
    .W7,
    .W8,
    .W9 {
        position: relative;
        width: 15vw;

    }

    .W2 {
        left: 44vw;
        top: -15vw;
    }

    .W3 {
        left: 57vw;
        top: -30vw;
    }

    .W4 {
        left: 70vw;
        top: -45vw;
    }

    .W5 {
        left: 8vw;
        top: -45vw;
    }

    .W6 {
        left: 22vw;
        top: -60vw;
    }

    .W7 {
        left: 36vw;
        top: -75vw;
    }


    .W8 {
        left: 50vw;
        top: -90vw;
    }

    .W9 {
        left: 64vw;
        top: -105vw;
    }

    .twinkle {
             position: absolute;
        bottom: 42%;
        right: 25%;
        padding-top: 0;
        padding-left: 0;
        z-index: 1;
        width: 30vw;
    }

}

@media (max-width: 900px) {
    .wrap {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {

    .c-orange .core-box .lbl {
    font-size: 21px;
    padding: 8px 18px;

}

 .c-teal .core-box .lbl {
    font-size: 21px;
    padding: 8px 18px;

}

.c-blue .core-box .lbl {
    font-size: 21px;
    padding: 8px 18px;

}

  .step_1_box  .arrow {
        width:300px;
        height: 300px;
        margin: 8px;
    }

    .step_2 p {
        font-size: 22px;
    }

    .step_1 img {
        width: 78%;
    }



    .step_1_box {

        justify-content: center;
    }




    .c-orange .course-content h4 {
        font-size: 20px;
    }


    .course-content p {
        font-size: 18px;
    }

    .course-contents {
        width: 100%;
    }

    .course-content {
        flex-direction: column;
    }

    .cert-pic {
        width: 80%;
        margin: 0;
        padding: 20px;
    }

    .role-label {
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .role-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.7rem;
    }


    .course-head h3 {
        font-size: 25px;
            letter-spacing: initial;
    }

    .course-head .dur {
        font-size: 19px;
    }


    .course-tag br {
        display: block;
    }

    .core-pic {
        width: 100%;
    }


    .core-pic img {
        width: 100%;
    }

    .core-box .lbl {
        font-size: 20px;
        padding: 8px 14px;

    }




    .core-box ul {
        margin-left: 0px;
    }

    .core-box ul li {
        font-size: 18px;
    }




    .pricebox span {
        font-size: 27px;
    }

    .pricebox p {
        font-size: 23px;
    }

    .pricebox {
        width: 90%;
    }



    .step_1_box {
        margin-top: 10px;
        align-items: baseline;
        justify-content: space-evenly;
    }

    .triangle {
        transform: scale(0.5);
    }




    .step_1 p {
        width: 95%;
        font-size: 20px;
    }


    .step_1 img {}



    .step_1 {
        width: 80%;
        margin: 0px;
    }

    .wrapper .triangle {
        display: none;
    }





    .part1_notice {
        width: 78%;
        margin: 10px 10px 25px 10px;

    }



    .bottom {
        width: 110%;
        position: relative;
        top: -7px;
        left: -14px;
    }


    .top {
        width: 100%;
        position: relative;
        top: 6px;
    }

    .part2 h1 {
        font-size: 25px;
    }

    .part_2_box_white h1 {
        font-size: 28px;
    }

    .part1_word p {
        font-size: 22px;

    }




    .frame_1 p {
        font-size: 25px;
        color: #3e3a39;
        padding: 20px 60px;
        position: relative;
        top: -22px;
        border-radius: 50px;
        border: solid 2px #75f4eb;
    }


    .frame_1 {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .gifts img {
        padding: 0px 0 0 0;
    }

    .part_2_box_max_1 {
        margin-top: 30px;
    }

    .part_2_box_width_1_word p {
        font-size: 23px;
    }

    .part_2_box_2_p h3 {
        font-size: 22px;
    }

    .part_2_box_width_1+.part_2_box_width_1 {
        margin-top: 30px;
    }

    .part_2_box_max {
        display: flex;
        flex-direction: column;
    }

    .part_2_box_2_p_hight {
        height: auto;
    }

    .part_2_box_width {
        width: 100%;
    }

    .part_2_box_width_1 {
        width: 100%;
    }


    .part_2_box_2_img {
        margin-top: 30px;
        overflow: hidden;
        width: 100%;
    }

    .part_2_box_2_img img {
        width: 100%;
        position: relative;
        left: 0px;
        border-radius: 20px 20px 0 0;
    }




    .part_2_box_white {
        padding: 20px;
    }


    .part_2_box span {
        display: block;
    }

    .part_2_box {
        line-height: 1.2;

    }




    .h1_word_box img {
        width: 100%;
    }

    .h1_word {
        position: absolute;
        top: 0%;
        left: 40%;
        padding-top: 0%;
        padding-left: 0;
    }


    .part_1_box {
        display: flex;
        justify-content: center;
        padding: 60px 20px;
    }

    .part_1_word {
        margin-top: 15px;
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
    }

    .part_1_box {
        flex-direction: column;
    }




    .part_1_img {
        width: 100%;
        margin-bottom: 40px;
    }



    .checkBoxDescription {
        line-height: 1.2;
    }

    .gifts {
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .color_box {
        padding: 25px 10px;
    }

    .part2-two_container {
        padding: 50px 30px 20px 30px;

    }

    .mbb {
        margin-bottom: 60px;
        margin-top: 100px;
    }










    .part2-two_box {
        flex-direction: column;
        padding: 0;
    }



    .figer {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: -24px;
        right: -10px;
    }

    .part1-btn a {
        color: #000;
        background-color: white;
        padding: 12px 20px;
        width: 100%;
        font-size: 20px;
        margin-top: 20px;
    }

    .part1-two_box_1 {
        width: 80%;
        margin: 15px;
    }


    .part1-two_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }


    .cloud_white {
        width: 126%;
        position: absolute;
        bottom: -2%;
        left: -30%;
        animation: fade-scale 12s ease infinite;
        padding-bottom: 20px;
    }


    .cloud_white_2 {
        width: 186%;
        position: absolute;
        bottom: -6%;
        left: -90%;
        animation: fade-scale 12s ease infinite;
        padding-bottom: 20px;
    }



    .cloud_colorful {
        width: 40%;
        position: absolute;
        bottom: -3%;
        right: -20%;
        animation: fade-scale 12s ease infinite;
        padding-bottom: 20px;
    }

    .cloud_colorful_2 {
        width: 48%;
        position: absolute;
        bottom: -5%;
        right: -20%;
        animation: fade-scale 12s ease infinite;
        padding-bottom: 20px;
    }




    .two {
        width: 47%;
        position: relative;
        top: 110%;
        left: 37%;
    }


    .part1-one p {
        margin: 40px 0 30px 0;
        font-size: 30px;
        width: 100%;
        font-weight: bolder;
        padding: 13px 10px;
    }

    .part1-one span {
        display: block;
        margin-top: 10px;
    }



    .part1-two p {
        font-size: 25px;
        padding: 15px 20px;
    }

    .part1-two span {
        display: block;
        text-align: center;
        line-height: 1.5;
    }

    .part1-two_box_1 p {
        font-size: 30px;
    }

    .part1-two_container {
        width: 90%;

    }





    .part2-two p {
        font-size: 25px;
        padding: 15px 20px;
    }

    .part2-two span {
        display: block;
        margin-top: 8px;
    }

    .part2-two p::after {
        bottom: -10%;
    }

    .part2-two {
        margin-top: 140px;
    }



}


@media screen and (min-width: 449px) and (max-width: 766px) {
    .arrow {
        width: 280px;
        height: 280px;
        margin: 8px;
    }

    .step_2 p {
        font-size: 23px;
    }

    .step_1 img {
        width: 78%;
    }

}
