@font-face {
    font-family: 'Ria';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/RiaSans-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

#container>.sub_container {padding-top: 150px;}
#container>.container {padding-top: 150px !important;}

/* 브레드크럼 */
.breadcrumb { padding: 0 10%;}
.breadcrumb-text {display: flex; gap: 10px; align-items: center;}
.breadcrumb-text a{color: #838383; font-size: 16px; font-weight: 400;}
.breadcrumb-active {color: #333333; font-weight: 600; font-size: 16px;}
.page-title { font-size: 65px; color: #333333; font-weight: bold; margin-top: 20px;}

/* 메인 배너 */
.main-banner {width: 100%; height: 777px; margin-top:40px;}
.banner-overlay {inset: 0; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100; position: absolute;}
.banner-text {text-align: center; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.banner-text p {color: #ffffff; font-size: 65px; line-height: 85px; margin: 0; letter-spacing: -2px; z-index: 1;}
.banner-text .bold {font-weight: 700;}
.typing-cursor {animation: blink 1s infinite;}

.main-banner.info { background: url(/img/objetbio_info_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}
.main-banner.certifications { background: url(/img/objetbio_certifications_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}
.main-banner.news { background: url(/img/objetbio_news_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}
.main-banner.research { background: url(/img/objetbio_research_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}
.main-banner.contact { background: url(/img/objetbio_contact_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}
.main-banner.ceo { background: url(/img/objetbio_ceo_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}
.main-banner.history { background: url(/img/objetbio_history_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative;}
.main-banner.orgnzt { background: url(/img/objetbio_orgnzt_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}
.main-banner.technologies { background: url(/img/objetbio_technologies_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}
.main-banner.lab { background: url(/img/objetbio_lab_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}
.main-banner.sustainability { background: url(/img/objetbio_sustainability_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}
.main-banner.esg { background: url(/img/objetbio_esg_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}
.main-banner.product { background: url(/img/objetbio_product_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}
.main-banner.media { background: url(/img/objetbio_media_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}
.main-banner.location { background: url(/img/objetbio_location_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}
.main-banner.library { background: url(/img/objetbio_library_mainbanner_bg.jpg) no-repeat center; background-attachment: fixed; background-size: 100%; overflow: hidden; position: relative; z-index: -2;}




@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

/* 섹션 제목 */
.section-label {color: #333333; font-size: 22px; font-weight: 500; margin-bottom: 25px; letter-spacing: -0.66px;}
.section-title-wrap {display: flex; align-items: flex-end; margin-bottom: 60px;}
.section-title {font-size: 55px; line-height: 68px; margin: 0; letter-spacing: -2px; width:50%;}
.section-title .bold {font-weight: 700;}
.sub-section {padding: 180px 10%;}
#container .sub-section-board {padding: 180px 10% 0;}
.section-description {color: #4c4c4c; font-size: 18px; line-height: 28px; letter-spacing: -0.5px;}

/* Overview 섹션 */
.sub-section.overview {background: #F7F7F7;}
.timeline-container {display: flex; align-items: center; justify-content:space-between; gap: 40px;}
.timeline-card {background: #ffffff; height: 520px; border-radius: 30px; width: 480px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);}
.timeline-image {height: 300px; border-radius: 20px; margin: 20px 20px 30px; overflow: hidden; position: relative;}
.timeline-image img {width:100%; height:100%; object-fit: cover;}
.timeline-image .logo-img-03{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 65%; height: auto;}
.timeline-title {display: flex; align-items: end; justify-content: center; gap: 5px; margin-bottom: 24px;}
.timeline-year{font-size: 32px; color: #000; font-weight: 800; font-family: "Ria Sans"; line-height: 32px;}
.timeline-year-sub{font-size: 20px; color: #333333; text-align: center; font-weight: 600; letter-spacing: -1px; line-height: 20px;}
.timeline-description {font-size: 18px; color: #555555; text-align: center; line-height: 140%; padding:0 12%; letter-spacing: -0.5px; word-break: keep-all;}

/* Ceo 섹션 */
.sub-section.ceo .section-contents{display:flex; justify-content: flex-start;}
.sub-section.ceo .section-contents .profile{width:35%; margin-right:10%; }
.sub-section.ceo .section-contents .profile img{width:100%; border-radius:30px; }
.sub-section.ceo .section-contents .section-description{width:45%;}
.sub-section.ceo .section-contents .section-description h1{font-size:45px; line-height:1.4; margin-bottom:40px;}
.sub-section.ceo .section-contents .section-description p{margin-bottom:24px;}
.sub-section.ceo .section-contents .section-description h5{text-align:right; font-size:22px; margin-top:40px;}











/* Introduction 섹션 */
.sub-section.introduction {display: flex; justify-content: space-between;}
.section-title-wrap.introduction {flex-direction: column; align-items: flex-start;}
.section-title-wrap.introduction .section-title {width: 100%;}
.section-title-wrap.introduction .section-description {margin-top: 25px;}
.tech-cards {display: flex; flex-direction: column; gap: 25px; align-items: center;}
.tech-card {background: white; border-radius: 20px; box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1); width: 740px;
    padding: 40px 62px; display: flex; align-items: center; gap: 60px;}
.tech-icon {width: 84px; height: 84px;}
.tech-content h3 {font-size: 24px; color: #000; font-weight: 700;}
.tech-content p {color: #555555; font-size: 16px; line-height: 24px; margin-top: 16px; word-break: keep-all;}
.tech-tags {display: flex; gap: 5px; margin-top: 20px;}
.tech-tag {background: #dddddd; color: #727272; font-size: 14px; padding: 8px 12px; border-radius: 5px;}

/* Why Non-GMO 섹션 */
.sub-section.nongmo {background: #F7F7F7;}
.sub-section.nongmo .section-title.nongmo {width: 100%;}
.sub-section.nongmo .comparison-container {display: flex; align-items: center; margin-top: 68px; gap: 10px;}
.sub-section.nongmo .comparison-card {background: white; border-radius: 20px; width: 43%; height: auto; padding: 40px; display: flex; align-items: center;
    justify-content: center; flex-direction: column; position: relative; gap:24px;}
.sub-section.nongmo .comparison-center {width:14%; display: flex; align-items: center; justify-content: center; font-size: 30px; font-weight: bold; color: #000;}
.sub-section.nongmo .comparison-card .badge {display: inline-block; color: white; font-size: 28px; padding: 5px 10px; border-radius: 12px; position: absolute; top: -23px;}
.sub-section.nongmo .comparison-card .badge-green {background: #00b050;}
.sub-section.nongmo .comparison-card .badge-red {background: #d6004a;}
.sub-section.nongmo .comparison-card .comparison-title {font-size: 25px; color: black;font-weight: bold; margin-top:20px; letter-spacing: -1px;}
.sub-section.nongmo .comparison-card .comparison-title .green {color: #00b050;}
.sub-section.nongmo .comparison-card .comparison-title .red {color: #d6004a;}
.sub-section.nongmo .comparison-card .comparison-description {font-size: 20px; color: black; text-align: center; margin-top:-10px;}
.sub-section.nongmo .comparison-card .comparison-label {color: white; font-size: 26px; text-align: center; padding: 20px; border-radius: 15px; font-weight: 600; width: 100%; display: block;}
.sub-section.nongmo .comparison-card .label-green {background: #00b050;}
.sub-section.nongmo .comparison-card .label-red {background: #d6004a;}
.sub-section.nongmo .comparison-container.middle-gap {margin: 0;}
.sub-section.nongmo .comparison-container.middle-gap .comparison-card {background: transparent; padding: 30px;}
.sub-section.nongmo .comparison-table {display: flex; gap:10px;}
.sub-section.nongmo .comparison-table .table-green {background: #00b050; height: 326px; border-radius: 15px; width: 43%;}
.sub-section.nongmo .comparison-table .table-divider {background: #e8e8e8; height: 326px; border-radius: 15px; width: 14%; display: flex;
    flex-direction: column; justify-content: space-around; align-items: center; text-align: center; padding: 36px 0; font-size: 25px;}
.sub-section.nongmo .sub-section.nongmo .comparison-table .table-divider p {font-size: 25px; color: black; margin: 0;}
.sub-section.nongmo .comparison-table .table-divider .bold {font-weight: bold;}
.sub-section.nongmo .comparison-table .table-red-group {display: flex; gap: 10px; width: 43%;}
.sub-section.nongmo .comparison-table .table-red {background: #d6004a; height: 326px; border-radius: 15px; width: 50%}

/* Highlights 섹션 */
.sub-section.highlights {padding-bottom: 0;}
.sub-section.highlights .highlights-cards{display: flex; gap: 25px;}
.sub-section.highlights .highlights-cards .highlight-card {border-radius: 30px; width: 100%; padding: 40px; aspect-ratio: 1 / 1;}
.sub-section.highlights .highlights-cards .highlight-card p {color: #fff; font-size: 22px; font-weight: 500; word-break: keep-all;}
.sub-section.highlights .highlights-cards .highlight-card:nth-child(1) {background: url(/img/highlight-card-bg-01.jpg) no-repeat center; background-size: cover;}
.sub-section.highlights .highlights-cards .highlight-card:nth-child(2) {background: url(/img/highlight-card-bg-02.jpg) no-repeat center; background-size: cover;}
.sub-section.highlights .highlights-cards .highlight-card:nth-child(3) {background: url(/img/highlight-card-bg-03.jpg) no-repeat center; background-size: cover;}
.sub-section.highlights .highlights-cards .highlight-card:nth-child(4) {background: url(/img/highlight-card-bg-04.jpg) no-repeat center; background-size: cover;}

/* History 섹션 */
.container.history{background:#F7F7F7; overflow: hidden; position: relative;}
.sub-section.history{padding-bottom:0px;}
.sub-section.history .history-cards {display: flex; gap: 35px;}
.sub-section.history .history-cards .history-card-wrap {width:100%;}
.sub-section.history .history-cards .history-card-wrap .history-card {border-radius: 30px; width: 100%; aspect-ratio: 3 / 2; background: #fff; margin-bottom: 40px; border: 1px solid #E8E8E8;}
.sub-section.history .history-cards .history-card-wrap:nth-child(1) .history-card {background: url(/img/history-card-bg-01.jpg) no-repeat center; background-size: cover;}
.sub-section.history .history-cards .history-card-wrap:nth-child(2) .history-card {background: url(/img/history-card-bg-02.jpg) no-repeat center; background-size: cover;}
.sub-section.history .history-cards .history-card-wrap:nth-child(3) .history-card {background: url(/img/history-card-bg-03.jpg) no-repeat center; background-size: cover;}
.sub-section.history .history-event h3 {font-size: 65px; font-weight: 700; line-height: 120%; color: #333333; margin: 0; letter-spacing: -3px;}
.sub-section.history .history-event p {font-size: 22px; line-height: 30px; margin-top: 8px; color: #333333;}
.sub-section.history .history-event p span {font-size: 16px; letter-spacing: -0.8px;}
.sub-section.history .history-event .goto-button a{display: flex; align-items: center; gap: 6px; cursor: pointer; margin-top: 50px;}
.sub-section.history .history-event .goto-button p {color: #333333; font-size: 18px; font-weight: 500; margin: 0;}
.history-section-wrap {position: relative; overflow-x: hidden;}
.section-contents.history {display:flex; margin:0 auto; padding-left:10%;}
.section-contents.history .timeline-wrap {padding: 40px 0;}
.section-contents.history .timeline-wrap .timeline-year{font-size:45px; font-weight:600; letter-spacing:-2px;}
.section-contents.history .timeline-wrap .timeline-month{display:flex;}
.section-contents.history .timeline-wrap .timeline-month .month::before{content:''; display:block; width:100%; height:2px; background:#ccc; margin:40px 0 30px;}
.section-contents.history .timeline-wrap .timeline-month .month{position:relative; font-size:35px; margin-bottom:20px;}
.section-contents.history .timeline-wrap .timeline-month .month:after{content:''; display:block; width:15px; height:15px; background:var(--main-color); border-radius:20px; position:absolute; top:-7.5px; }
.section-contents.history .timeline-wrap .timeline-month .timeline-issue{display:flex; margin-right:20px;}
.section-contents.history .timeline-wrap .timeline-month .timeline-issue .issue{background:#fff;  border-radius:30px; width:345px; padding:15px; margin-right:15px; text-align: center;}
.section-contents.history .timeline-wrap .timeline-month .timeline-issue .pic{width:315px; height:190px; background:#eee; border-radius:20px;}
.section-contents.history .timeline-wrap .timeline-month .timeline-issue .issue .title{font-size:20px; font-weight:600; line-height:1.5; margin-top:10px;}
.section-contents.history .timeline-wrap .timeline-month .timeline-issue .issue .comment{font-size:16px; margin:5px 0; word-break: keep-all; line-height:1.4;}



/* orgnzt 섹션 */
.section-contents.orgnzt{}
.section-contents.orgnzt .orgnzt_box{margin-top:150px;}
.section-contents.orgnzt .orgnzt_box h1{font-size:40px; margin-bottom:40px;}
.section-contents.orgnzt .orgnzt_box h1 span{font-size:21px; font-weight:500; color:#333; margin-left:10px;}
.section-contents.orgnzt .orgnzt_box ul{display:flex; justify-content: space-between;}
.section-contents.orgnzt .orgnzt_box .orgnzt_li{display:flex; gap:30px;}
.section-contents.orgnzt .orgnzt_box .orgnzt_li .pic{ width:260px; height:200px; border-radius:20px; background:#eee;}
.section-contents.orgnzt .orgnzt_box .orgnzt_li .info h4{font-size:28px;}
.section-contents.orgnzt .orgnzt_box .orgnzt_li .info h5{font-size:16px; color:#747474; line-height:2;  font-weight:400;}
.section-contents.orgnzt .orgnzt_box .orgnzt_li .info p{font-size:15px; color:#333; margin-top:10px;}



/* technologies 섹션 */
.sub-section.technologies{padding-bottom:0px;}
.section-contents.technologies > h1{font-size:40px;  width:80%; display:block; margin:120px auto 0;}
.section-contents.technologies .section_sub01 img{width:80%; display:block; margin:0 auto; border-radius:20px;}
.section-contents.technologies .section_sub{margin-top:60px;}
.section-contents.technologies .section_sub .section_sub_title{padding:20px 10%; font-size:30px; display: flex; align-items: center; font-weight:500; border:1px solid #ddd; border-right:0; border-left:0;}
.section-contents.technologies .section_sub .section_sub_title span{margin-right:8px; font-size:19px; color:var(--main-color); font-weight:bold;}
.section-contents.technologies .section_sub .box{padding:60px 10%; display:flex; align-items: center;}
.section-contents.technologies .section_sub .box_contents{margin-left:10%;}
.section-contents.technologies .section_sub .box_contents h3{font-size:35px; font-weight:500; margin-bottom:5px;}
.section-contents.technologies .section_sub .box_contents h5{font-size:22px; color:var(--main-color); margin-bottom:30px; font-weight:bold;}
.section-contents.technologies .section_sub .box_contents p{font-size:17px; color:#777; font-weight:300; margin-bottom:40px;}
.section-contents.technologies .section_sub .box_contents ul li{font-size:21px; line-height:2; padding-left:40px; position:relative;}
.section-contents.technologies .section_sub .box_contents ul li::before{content:''; position:absolute; left:0; top:50%; margin-top:-15px; border-radius:20px; display:block; width:30px; height:30px; background:#007b1b0a url(/img/technologies_check.png) no-repeat center;}



/* 애니메이션 */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}