* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    letter-spacing: 0;
}

body {
    background-color: #fff;
}


.hero-section {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    overflow: hidden;
}


.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/hero_banner_web.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
}


.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
    border-bottom: 1px solid #333333;
}

.header-career {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333333;
}

.header-career>div {
    padding: 0 30px;
}

.logo {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}


.hero-content {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    padding: 0 20px;
}

.main-title {
    font-size: 72px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 500;
}


.highlight-box {
    display: inline-block;
    background-color: #d4fc36;
    
    color: #000;
    padding: 0px 25px;
    border-radius: 50px;
    
    position: relative;
    font-weight: 500;
}


.highlight-box::after {
    content: '☀';
    
    position: absolute;
    top: -10px;
    right: -10px;
    color: #ff9900;
    font-size: 1.2rem;
    background: white;
    
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.sub-title {
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 500;
    margin: 0 auto;
    line-height: 1.5;
}

.illus-banner-container {
    width: 197px;
    height: 127px;
    background-image: url("/assets/images/illus_herobanner_web.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #1a1a1a;
    padding-top: 20px;
    box-sizing: border-box;
}

.home-description-section {
    margin: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-description__container {
    width: 1200px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-description__image {
    width: 570px;
    height: 600px;
    margin-right: 25px;
}

.home-description__title {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.3;
}

.home-description__text {
    width: 570px;
    height: 277px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 15px;
}

.home-product-section {
    margin-top: 80px;
    background-color: #CAF125;
    display: flex;
    justify-content: center;
    align-items: center
}

.home-product__container {
    padding: 80px 0;
    width: 1200px;
}

.home-product-section h2 {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.3;
}

.home-product_card-container {
    height: 640px;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-card__big {
    background-color: #556510;
    border-radius: 20px;
    width: 793px;
    height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 40px;
}

.product-card__small-top-image {
    display: flex;
    justify-content: end;
    align-items: center
}

.product-card__small-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-left: 15px;
}

.product-card__small-top, .product-card__small-bottom{
    width: 384px;
    height: 308px;
    border-radius: 20px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.product-card__small-top {
    background-color: #E7F99B;
}

.product-card__small-bottom {
    background-color: #8FAB1A;
}

.product-card__big-content {
    width: 100%;
}

.product-card__big-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    color: #FFFFFF;
}

.product-card__big-description {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #CAF125;
}

.product-card__big-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}

.see-more-button {
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #CAF125;
    border-radius: 50px;
    text-decoration: none;
}

.see-more-button p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #000 !important;
}

.ai-group-logo-image {
    width: 50px;
    height: 51px;
}

.product-card__small-top-title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}

.product-card__small-top-description {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #8FAB1A;
    padding-bottom: 20px;
    padding-top: 10px;
}

.product-card__small-top-text {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}

.product-card__small-bottom-title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff; 
}

.product-card__small-bottom-description {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #D5F451;
    padding-bottom: 20px;
    padding-top: 10px;
}

.product-card__small-bottom-text {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;   
    color: #fff; 
}

.home-feature-section {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}

.home-feature-container {
    width: 1200px;
}

.home-feature__title {
    font-size: 54px;
    line-height: 130%;
    font-weight: 600;  
}

.home-feature__content {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-feature__content-item {
    width: 360px;
    height: 284px;
}

.home-feature__content-item-image {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background-color: #CAF125;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-feature__content-item-title {
    font-size: 24px;
    line-height: 150%;
    font-weight: 600;  
}

.home-feature__content-item-description {
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
}

.home-daily-section {
    margin-top: 80px;
}

.home-daily__title {
    font-size: 54px;
    line-height: 130%;
    font-weight: 600;
}

.home-daily__desc {
    font-size: 24px;
    line-height: 150%;
    font-weight: 500
}

.home-daily__images {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-daily__images-half {
    width: 590px;
    margin: 10px 20px 10px 0;
}

.home-daily__images-top {
    margin-bottom: 20px;
}

.home-end-section {
    margin-top: 40px;
}

.home-end-container {
    width: 1720px;
    height: 420px;
    background-color: #556510;
    border-radius: 40px;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.home-end-title {
    text-align: center;
    font-size: 54px;
    line-height: 1.3;
    font-weight: 600;
    padding: 20px 0;
}

.home-end-text {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
}

.home-end-sologan {
    text-align: center;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
    padding: 20px 0;
}

.home-end-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;
}

.home-end-button .see-more-button {
    width: 244px !important;
    height: 56px !important;
}

.home-end-button .see-more-button p{
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    color: #000 !important;

}

.footer-section {
    margin-top: 50px;
    width: 100%;
    padding: 20px 0;
    background-color: #252D05;
}

.footer-container{
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    width: 1200px;
}

.header-career-button .see-more-button {
    width: 143px !important;
    height: 54px !important;   
}

.header-career-button p {
    font-weight: 500 !important;
    font-size: 20px !important;
}

.career-section {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}

.career-container {
    width: 992px;
}

.career-container h1 {
    font-weight: 500;
    font-size: 72px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.career-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

.career-item {
    width: 992px;
    height: 140px;
    border-radius: 30px;
    border: 1px solid #DCDCDC;
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.career-item-left, .career-item-right {
    padding: 0 30px;
}

.career-item__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.career-item__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #515151;
}

.career-item-right .see-more-button {
    width: 164px;
    height: 56px;
}

.career-item-right .see-more-button p {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #000 !important;
}

.career-detail-container__item h2 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 60px;
}

.career-detail-container__item ul {
    padding-left: 50px;
    margin-top: 15px;
}

.career-detail-container__item li {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    padding-left: 20px;
    color: #1C1C1C;
}

.other-career-section {
    display: flex;
    justify-content: center;
    align-items: center
}

.other-career-section .career-item {
    display: flex;
    align-items: center;
}
