﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

.mSKinner-container {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}


.vnMstatistical_data {
    position: relative;
    overflow: hidden;
    background-color: #000000;
    padding: 120px 0;
    z-index: 1;
}



.vnMstatistical_data .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
}

.vnMstatistical_data h2::before {
    content: "";
    left: 0;
    height: 90%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(223,193,155), rgb(201,156,104));
    border-radius: 10px;
    width: 6px;
    position: absolute;
    top: 50%;
}

.vnMstatistical_data ul {
    gap: 40px;
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}

.vnMstatistical_data .Mmfstatistics_advantage:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(rgb(223,193,155,0.5), 0.2);
    transform: translateY(-10px);
}

.vnMstatistical_data .Mmfstatistics_advantage p {
    margin: 0 0 20px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 3.5rem;
    color: #ffffff;
    line-height: 1;
}

.vnMstatistical_data ul:has(.Mmfstatistics_advantage:only-child) .Mmfstatistics_advantage {
    flex: 0 0 100%;
    max-width: 500px;
    margin: 0 auto;
}

.vnMstatistical_data ul:has(.Mmfstatistics_advantage:nth-child(4):last-child) .Mmfstatistics_advantage {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
}

.vnMstatistical_data svg path {
    fill: rgb(223,193,155);
}

.sQwclient_experience {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(240,225,205);
    position: relative;
}

.sQwclient_experience h4 {
    margin-bottom: 70px;
    font-weight: 700;
    color: #000000;
    font-size: 38px;
    padding-left: 20px;
    display: inline-block;
    position: relative;
    transform: skewX(-10deg);
}

.sQwclient_experience .sUSsuccess_feedback::before {
    content: "";
    z-index: -1;
    position: absolute;
    right: 10%;
    top: -100px;
    opacity: 0.2;
    background: rgb(201,156,104,0.5);
    width: 200px;
    filter: blur(80px);
    height: 200px;
    border-radius: 50%;
}

.sQwclient_experience .euIclient_story:hover::before,
.sQwclient_experience .euIclient_story:hover::after {
    opacity: 1;
}

.sQwclient_experience .XYVimage_container {
    margin: 0 auto 20px;
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 2;
    transition: all 0.5s ease;
}

.sQwclient_experience .euIclient_story:hover .XYVimage_container::before {
    transform: translate(8px, 8px);
}

.sQwclient_experience .euIclient_story:nth-child(even) .XYVimage_container {
    border-radius: 30px 0 30px 0;
}

.sQwclient_experience .euIclient_story p {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    position: relative;
    line-height: 1.6;
}

.Oyrcontact {
    overflow: hidden;
    position: relative;
    background: rgb(240,225,205);
    padding: 100px 0;
}



.Oyrcontact .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
    max-width: 1200px;
}

.Oyrcontact h2::before {
    box-shadow: 
        0 0 5px rgb(223,193,155),
        0 0 10px rgb(223,193,155),
        0 0 15px rgb(223,193,155);
    background: rgb(223,193,155);
    width: 100px;
    left: calc(50% - 50px);
    height: 2px;
    bottom: -15px;
    content: "";
    position: absolute;
}

.Oyrcontact .XYVimage_container {
    min-height: 550px;
    flex: 0 0 45%;
    overflow: hidden;
    position: relative;
}

.Oyrcontact .eZFreach_reach {
    flex: 0 0 55%;
    background: #ffffff;
    position: relative;
    padding: 60px;
}

.Oyrcontact .eZFreach_reach::after {
    opacity: 0.3;
    filter: blur(80px);
    width: 150px;
    left: -75px;
    background: rgb(201,156,104,0.5);
    height: 150px;
    z-index: 0;
    position: absolute;
    content: "";
    bottom: -75px;
}

.Oyrcontact form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.Oyrcontact .OuVinquiry_info input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.Oyrcontact .OuVinquiry_info input[type="checkbox"]:checked + label::before {
    border-color: rgb(223,193,155);
    box-shadow: 0 0 5px rgb(223,193,155,0.5);
    background: rgb(223,193,155);
}

.Oyrcontact .OuVinquiry_info label a::after {
    transform-origin: right;
    height: 1px;
    left: 0;
    transform: scaleX(0);
    background: rgb(223,193,155);
    width: 100%;
    content: "";
    position: absolute;
    bottom: -1px;
    transition: transform 0.3s ease;
}

.Oyrcontact .hYjinquiry_widget:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.Oyrcontact svg path {
    fill: rgb(223,193,155);
    transition: all 0.3s ease;
}

.cBCwelcome_page {
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(240,225,205), rgba(0, 0, 0, 0.5));
    align-items: center;
    position: relative;
    justify-content: center;
    display: flex;
    padding: 2rem;
}

.cBCwelcome_page .rWVstart_head > div:first-child {
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.cBCwelcome_page .Zjdclass_sessions:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 15px 25px rgba(0, 0, 0, 0.15);
}

.cBCwelcome_page .Zjdclass_sessions > div::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
    transition: background 0.4s ease;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
}

.cBCwelcome_page .Zjdclass_sessions:hover div div div {
    transform: translateY(-5px) translateZ(0);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}

.mXaprivacy_barrier {
    display: flex;
    margin-bottom: 20px;
    border: 1px solid rgb(223,193,155);
    color: #000000;
    background-color: rgb(223,193,155);
    gap: 30px;
    flex-direction: column;
    padding: 50px;
    font-family: Arial, sans-serif;
}

.mXaprivacy_barrier ul,
.mXaprivacy_barrier ol {
    padding: 0 20px;
    margin: 20px 0;
    list-style-position: inside;
}

.mXaprivacy_barrier ul {
    list-style-type: square;
}

.mXaprivacy_barrier span {
    color: rgb(201,156,104);
    font-weight: 600;
}

footer .Evnwhatsapp_grp {
    z-index: 1;
    position: relative;
}

footer .info_item {
    display: flex;
    justify-content: flex-start;
    padding: 25px;
    transition: all 0.3s ease;
    position: relative;
    flex: 1 1 250px;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

footer .info_item svg {
    height: 22px;
    width: 22px;
    fill: rgb(223,193,155);
    margin-right: 15px;
    flex-shrink: 0;
}

footer .oDlnav_site svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
    width: auto;
}

footer .cJdnav_mentor {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

footer .cJdnav_mentor a:hover {
    transform: translateY(-3px);
    background-color: rgb(223,193,155);
    color: #ffffff;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.6;
}

footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(201,156,104);
    padding: 15px;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

footer .xYubegin_now:hover {
    background-color: rgb(201,156,104);
}

footer .TyOcookie_ctrl {
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 50px;
}

.hGkgratitudeWeb::before {
    transform: perspective(1000px) rotateX(5deg);
    height: 100%;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(223,193,155,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(223,193,155,0.5), 0.05) 1px, transparent 1px);
    top: 0;
    position: absolute;
    background-size: 20px 20px;
    content: "";
    width: 100%;
    z-index: -1;
    opacity: 0.6;
}

.hGkgratitudeWeb h5 {
    font-size: calc(23px * 1.1);
    position: relative;
    overflow: hidden;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
}

.hGkgratitudeWeb p {
    color: #000000;
    line-height: 1.7;
    position: relative;
    font-size: 13px;
    opacity: 0.9;
    margin: 0;
    transform: translateZ(0);
    font-weight: 400;
    transition: color 0.3s ease;
}

.RlAprice_list {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.RlAprice_list .IiKbundle_price {
    perspective: 1000px;
}

.RlAprice_list h2 {
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 31px;
    margin-bottom: 25px;
    transform: translateZ(50px);
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: #ffffff;
}

.RlAprice_list .cUEpremium_grid {
    overflow: hidden;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.03);
    height: 100%;
    position: relative;
    border-radius: 8px;
    padding: 8px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
}

.RlAprice_list .fmzclass_cost::before {
    height: 100%;
    top: 0;
    left: -100%;
    width: 100%;
    position: absolute;
    transition: 0.5s;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
}

.RlAprice_list .TdZtuition_table:hover .Kofpricing_catalog h4::after {
    width: 80px;
}

.RlAprice_list .TdZtuition_table:hover .Kofpricing_catalog {
    transform: translateZ(20px);
    border-color: rgba(255,255,255,0.1);
}

#BTfcookieUsageMessage:checked ~ .nittrackingPolicyPanel {
    opacity: 0;
    visibility: hidden;
}

.oCxcookie_notice h5 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(223,193,155);
    margin-bottom: 5px;
}

.nittrackingPolicyPanel p a:hover {
    color: #000000;
}

.GLtwho_we_are::before {
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(223,193,155,0.5), rgba(0, 0, 0, 0.5) 70%);
    height: 100%;
    position: absolute;
    backdrop-filter: saturate(120%) contrast(105%);
    z-index: 1;
}

.GLtwho_we_are h5 {
    position: relative;
    color: rgb(223,193,155);
    padding-bottom: 10px;
    opacity: 0;
    display: inline-block;
    animation: slideInTitle 0.8s forwards 0.3s;
    margin: 0 0 20px;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transform: translateX(-10px);
    font-weight: 700;
}

.GLtwho_we_are ol {
    position: relative;
    padding: 0;
    counter-reset: item;
    list-style-position: inside;
    margin: 0;
}

.aXdleadership_profile::before {
    filter: blur(80px);
    z-index: 0;
    transform: rotate(-15deg);
    width: 300px;
    content: "";
    top: -50px;
    right: -50px;
    background: rgb(201,156,104,0.5);
    position: absolute;
    height: 300px;
}

.aXdleadership_profile .euIclient_story:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.aXdleadership_profile .XYVimage_container {
    border: 3px solid #ffffff;
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    width: 200px;
    height: 200px;
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.aXdleadership_profile .euIclient_story:hover .name::after {
    width: 100%;
}

.aXdleadership_profile .euIclient_story > div:nth-child(2) > div {
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-left: 0;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
    font-size: calc(14px * 0.95);
}

.aXdleadership_profile .euIclient_story:hover .aufjob_timeline::before {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}

.Osdcourse_methodology {
    padding: 140px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(240,225,205) 0%, rgb(223,193,155,0.5) 100%);
    overflow: hidden;
}

.Osdcourse_methodology .YLmparagraph_holder {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-5deg);
    transform-style: preserve-3d;
    grid-column: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    padding: 50px 40px;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 18px 18px 0;
    border-left: 4px solid rgb(223,193,155);
}

.Osdcourse_methodology::after {
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(201,156,104,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(223,193,155,0.5) 0%, transparent 40%);
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    content: '';
    height: 100%;
    opacity: 0.4;
}

.Fqacourse_summary::after {
    background-color: rgb(223,193,155,0.5);
    right: -50px;
    height: 200px;
    z-index: 0;
    position: absolute;
    filter: blur(80px);
    top: -50px;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    border-radius: 50%;
    content: "";
    width: 200px;
}

.Fqacourse_summary .YLmparagraph_holder .description {
    line-height: 1.7;
    color: #000000;
    font-size: 17px;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    border-left: 2px solid rgb(223,193,155);
}

.Fqacourse_summary .gCUfuture_skills:hover .XYVimage_container {
    transform: scale(1.05);
    opacity: 0.3;
}



.Fqacourse_summary .gCUfuture_skills::before {
    content: "";
    bottom: -100px;
    position: absolute;
    filter: blur(100px);
    border-radius: 50%;
    height: 200px;
    background-color: rgb(201,156,104,0.5);
    z-index: -1;
    width: 200px;
    left: -50px;
    animation: pulseAnimation 10s infinite ease-in-out;
}

.Fqacourse_summary .YLmparagraph_holder .description:last-child::before {
    border-radius: 25px;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    content: "";
    background-position: center;
    z-index: -1;
    filter: brightness(0.5) contrast(1.2);
    left: 0;
    width: 100%;
}

header::after {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(223,193,155) 0%,
        rgb(201,156,104) 50%,
        rgb(223,193,155) 100%
    );
    background-size: 200% auto;
    width: 100%;
    animation: gradientSlide 5s linear infinite;
    content: '';
    height: 4px;
    bottom: 0;
    left: 0;
}

header .oDlnav_site::before {
    left: -8px;
    opacity: 0.3;
    content: '';
    bottom: -8px;
    right: -8px;
    transform: skew(-3deg);
    top: -8px;
    border-radius: 10px;
    border: 1px solid rgb(223,193,155);
    transition: all 0.3s ease;
    position: absolute;
}

header .eGVnav_learning a:hover::before {
    transform: scaleX(1);
}

header .eGVnav_learning::after {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: -1;
    top: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    position: absolute;
    height: 100%;
    content: '';
    background: radial-gradient(circle at center, rgb(223,193,155,0.5) 0%, transparent 70%);
}



@media screen and (min-width: 1441px) {.vnMstatistical_data {
    padding: 150px 0;
}.vnMstatistical_data h2 {
    margin-bottom: 80px;
    font-size: calc(45px * 1.2);
}.vnMstatistical_data .Mmfstatistics_advantage {
    padding: 45px 40px;
}.vnMstatistical_data .Mmfstatistics_advantage p {
    font-size: 4rem;
}
}



@media screen and (max-width: 480px) {.vnMstatistical_data {
    padding: 60px 0;
}.vnMstatistical_data h2 {
    font-size: calc(45px * 0.7);
    padding-left: 12px;
    margin-bottom: 30px;
}.vnMstatistical_data h2::before {
    width: 3px;
}.vnMstatistical_data ul {
    gap: 15px;
}.vnMstatistical_data .Mmfstatistics_advantage {
    padding: 20px 15px;
}.vnMstatistical_data .Mmfstatistics_advantage p {
    margin-bottom: 10px;
    font-size: 2rem;
}.vnMstatistical_data .Mmfstatistics_advantage span {
    font-size: calc(12px * 0.9);
}.vnMstatistical_data svg {
    height: 30px;
    margin-bottom: 10px;
    width: 30px;
}}



@media (max-width: 1024px) {.Oyrcontact {
    padding: 80px 0;
}.Oyrcontact .XYVimage_container {
    min-height: 500px;
}.Oyrcontact .eZFreach_reach {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.Oyrcontact {
    padding: 50px 0;
}.Oyrcontact h2 {
    margin-bottom: 30px;
    font-size: calc(48px * 0.7);
}.Oyrcontact .XYVimage_container {
    min-height: 200px;
}.Oyrcontact .eZFreach_reach {
    padding: 30px 20px;
}.Oyrcontact form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.Oyrcontact form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.Oyrcontact .OuVinquiry_info {
    margin-bottom: 20px;
}.Oyrcontact .OuVinquiry_info label {
    font-size: calc(16px * 0.9);
}.Oyrcontact .hYjinquiry_widget {
    padding: 12px 20px;
}}


@media only screen and (max-width: 800px) {.mXaprivacy_barrier {
    padding: 30px;
    gap: 20px;
}.mXaprivacy_barrier h1 {
    font-size: calc(19px * 0.8);
}.mXaprivacy_barrier h2 {
    font-size: calc(19px * 0.8);
}.mXaprivacy_barrier ul,
    .mXaprivacy_barrier ol {
    padding-left: 15px;
}.mXaprivacy_barrier > div {
    padding: 15px;
}}



@media (min-width: 768px) {footer .ZIsequity_info {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .xYubegin_now {
    white-space: nowrap;
}
}



@media (min-width: 768px) {.hGkgratitudeWeb {
    padding: 8rem 0;
}.hGkgratitudeWeb .KiDtimeline_hist {
    align-items: start;
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    padding: 4rem;
}.hGkgratitudeWeb h5 {
    padding-bottom: 1.5rem;
    font-size: calc(23px * 1.2);
}.hGkgratitudeWeb p {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}.hGkgratitudeWeb::before {
    background-size: 30px 30px;
}
}



@media (max-width: 768px) {.RlAprice_list {
    padding: 80px 0;
}.RlAprice_list h2 {
    font-size: calc(31px - 4px);
}.RlAprice_list .KhWmonthly_plan {
    margin-bottom: 40px;
}.RlAprice_list .pgafee_structure {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.RlAprice_list .Kofpricing_catalog h4 {
    font-size: calc(22px - 1px);
}.RlAprice_list .fmzclass_cost {
    font-size: calc(22px + 2px);
    padding: 10px 20px;
}
}



@media (max-width: 767px) {.GLtwho_we_are {
    padding: 60px 0;
}.GLtwho_we_are .YLmparagraph_holder {
    padding: 30px 25px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.08);
    transform: none;
    max-width: 100%;
}.GLtwho_we_are .YLmparagraph_holder::before {
    width: 4px;
    left: 0;
}.GLtwho_we_are h5 {
    margin-bottom: 15px;
}.GLtwho_we_are p {
    margin-bottom: 20px;
}.GLtwho_we_are ol li {
    line-height: 1.6;
}
}



@media screen and (max-width: 992px) {.Osdcourse_methodology {
    padding: 100px 0;
}.Osdcourse_methodology .KiDtimeline_hist {
    gap: 30px;
}.Osdcourse_methodology .YLmparagraph_holder {
    padding: 40px 30px;
}.Osdcourse_methodology .KiDtimeline_hist::after,
    .Osdcourse_methodology .KiDtimeline_hist::before {
    height: 120px;
    width: 120px;
}
}



@media screen and (max-width: 480px) {.Osdcourse_methodology {
    padding: 60px 0;
}.Osdcourse_methodology .YLmparagraph_holder {
    padding: 30px 20px;
    border-radius: calc(18px * 0.8);
}.Osdcourse_methodology .YLmparagraph_holder h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.Osdcourse_methodology .YLmparagraph_holder p {
    font-size: calc(16px * 0.9);
}}



@media (min-width: 1400px) {header .HRlnav_top {
    max-width: 1300px;
    margin: 0 auto;
}header .eGVnav_learning {
    margin: 0 0.5rem;
}header .eGVnav_learning a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .HRlnav_top {
    padding: 0.8rem 1.2rem;
}header .oDlnav_site {
    max-width: 130px;
}header .oDlnav_site::before {
    display: none;
}header .pkJhead_guide {
    padding-bottom: 0.5rem;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-top: 0.8rem;
}header .pkJhead_guide::-webkit-scrollbar {
    height: 2px;
}header .pkJhead_guide::-webkit-scrollbar-thumb {
    background: rgb(223,193,155);
    border-radius: 10px;
}header .eGVnav_learning {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .eGVnav_learning a {
    font-size: calc(18px - 2px);
    letter-spacing: 0;
    padding: 0.5rem 0.7rem;
    white-space: nowrap;
}header .eGVnav_learning a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

