*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section > .row-fluid,
.content-wrapper,
.page-center{
  margin: 0 auto;
  padding-left:20px;
  padding-right:20px;
}


@media(max-width:767px){
  .container, .cotent-wrapper, .page-center {
    padding-left: 22px;
    padding-right: 22px;
  }

}
@font-face {
  font-family: 'CJ onlyOne';
  font-weight: 700;
  font-style: normal;
  src:
    url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/fonts/CJ-ONLYONE-NEW-title-Bold.woff) format("woff");
}

@font-face {
  font-family: 'CJ onlyOne';
  font-weight: 500;
  font-style: normal;
  src:
    url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/fonts/CJ-ONLYONE-NEW-title-Medium.woff) format("woff");
}

@font-face {
  font-family: 'CJ onlyOne';
  font-weight: 300;
  font-style: normal;
  src:
    url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/fonts/CJ-ONLYONE-NEW-body-Regular.woff) format("woff"); 
}

@font-face {
  font-family: 'CJ onlyOne';
  font-weight: 100;
  font-style: normal;
  src: 
    url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/fonts/CJ-ONLYONE-NEW-body-Light.woff) format("woff"); 
}

@font-face {
  font-family: 'Proxima Nova';
  src: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/fonts/ProximaNova-Regular.eot);
  src: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/fonts/ProximaNova-Regular.eot) format('embedded-opentype'),
    url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/fonts/ProximaNova-Regular.woff2) format('woff2'),
    url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/fonts/ProximaNova-Regular.woff) format('woff'),
    url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/fonts/ProximaNova-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

html, body {
  line-height: 1.5;   
  word-break: break-word;
}
/* Paragraphs */


/* Anchors */

a {
  cursor: pointer;
  text-decoration: none; 
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 { 
  margin: 0 0 30px; 
  line-height: 1.2;
}

/* Lists */


ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

img{
  max-width:100%;
}

sup {
  font-size: 100%;
  top: -0.2em;
}
b, strong {
  font-weight: bold;
}

h2{
  padding-bottom: 65px;
  margin: 0;
  line-height: 1.4;
}

.h2{
  text-align: center;
}


@media (max-width: 767px) {
  h2{
    padding-bottom: 40px;
  }
}

/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}
ul.no-list {
  padding-left: 0;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg,
.hs_error_rollup label.hs-main-font-element{
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.hs-button{
  cursor: pointer;
  display: inline-block; 
  text-align: center; 
  white-space: normal;
  font-size: 17px;
  font-weight: 500;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

input{
  outline:none;
}

form input + label {
  display: inline-block;
}

form input[type=email], 
form input[type=file],
form input[type=number],
form input[type=password], 
form input[type=tel], 
form input[type=text], 
form select, 
form textarea {
  border-bottom: 2px solid #ddd !important;
  border: 0;
  color: #555;
  font-size: 17px;
  padding-left: 15px;
  width: 100% !important;
  border-radius: 0;
  background-color: transparent;
}

form input[type=email]:focus, 
form input[type=file]:focus,
form input[type=number]:focus,
form input[type=password]:focus,
form input[type=tel]:focus, 
form input[type=text]:focus,
form select:focus, 
form textarea:focus{
  border-bottom: 2px solid #ea8824 !important;
}

form .hs-form-field>label {
  bottom: auto;
  display: block;
  position: static;
  transform: translate(0) scale(1);
  transform-origin: bottom left;
  transition: all .15s ease;
  font-size: 17px;
  top: 20px;
  margin-bottom: 0;
}

form .hs-form-field {
  margin-bottom: 23px;
  line-height: 1.5;
  position: relative;
}
/* Table */

table {
  border-width: 1px;
  border-style:solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border-width: 1px;
  border-style:solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
@media(min-width:768px) {
  header.header {
    width: 100%;
    color: #000;
    z-index: 100;
    position: absolute;
    height: 130px;
    padding-top: 40px;
    background-color: transparent;
  }
}

header.header .page-center {
  max-width: 1280px;
  height: 100%;
  padding: 20px 42px 0;
  position: static;
}

.logo_wrap .black_logo {
  display: none;
}

.nav-wrap {
  height: 100%;
  float: right;
  font-size: 14px;
}
.nav-search-wrap {
  display: none;
  position: relative;
}

.nav-inner-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-inner-wrap ul.head {
  height: 38px;
  float: left;
}

.nav-inner-wrap ul li {
  margin: 0;
  padding: 0;
}

.nav-inner-wrap ul.head > li {
  display: inline-block;
  padding-top: 8px;
}

.nav-inner-wrap ul.head > li + li {
  padding-left: 21px;
}

.nav-inner-wrap ul.head > li > a {
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 16px;
}

header.header button.search {
  color: inherit;
  font: inherit;
  margin: 0;
  position: relative;
  width: 38px;
  height: 38px;
  margin-left: 17px;
  float: left;
  padding: 0;
  -webkit-appearance: button;
  cursor: pointer;
  text-transform: none;
  outline: none;
  overflow: visible;
  border: 0;
  background-color: transparent;
}

header.header button.search span {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -99999px;
  width: 0;
  height: 0;
  line-height: 0;
  color: transparent;
}

header.header button.search:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  top: 11px;
  left: 11px;
  position: absolute;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/CJB_search.png) 0 0;
}
body:not(.no-banner) .ly-header:not(.opened) .search:before {
  background-position-x: -16px;
}
.submenu-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  top: 130px;
}
.lang-select {
  position: relative;
  margin-left: 15px;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 700;
  float: left;
  width: 56px;
  border-color: #444;
}
.lang-select button {
  width: 100%;
  height: 38px;
  color: #000;
  padding: 0;
  border: 0;
  background: transparent;
  text-transform: none;
  font: inherit;
  margin: 0;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.submenu-wrap h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px !important;
  font-weight: 700;
}
.submenu-wrap.active {
  display: block;
}
.submenu-wrap .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 46px;
}

.submenu li:not(.active) ul {
  display: none;
}
.submenu li.active,
.submenu li.active > ul > li {
  display: block;
}
.submenu li > a {
  border-bottom: 1px solid #e1e1e1;
  display: block;
  padding: 10px 0;
  line-height: 1;
  font-weight: 500;
  color: #78745a;
}
.submenu li.active > a,
.submenu li:hover > a {
  border-bottom-color: #e23043;
  color: #e23043;
}
.submenu .t-narrow {
  letter-spacing: -1px;
}

#nav-rest .inner {
  padding-top: 66px;
  padding-bottom: 90px;
}
#nav-rest .inner:after {
  content: "";
  display: table;
  width: 100%;
}
#nav-rest .item {
  width: 20%;
  height: 283px;
  float: left;
  padding: 0 24px;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/bg_line_dashed.gif) repeat-y 0 0;
}
#nav-rest .item:last-child {
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/bg_line_dashed.gif) repeat-y 0 0, url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/bg_line_dashed.gif) repeat-y 100% 0;
}
.ly-header.opened .nav.head li:not(.active) a {
  color: #999;
}
.ly-header .nav.head > li:hover a, .ly-header .nav.head > li.active a {
  color: #000;
}

header.header.ly-header.opened {
  background-color: #fff;
}

header.header.ly-header.opened .white_logo {
  display: none;
}

header.header.ly-header.opened .black_logo {
  display: block;
}
.ly-header.opened .nav.head li:not(.active) a {
  color: #999;
}
.ly-header .nav.head > li:hover a, .ly-header .nav.head > li.active a {
  color: #000;
}

header.header.ly-header.opened {
  background-color: #fff;
}

header.header.ly-header.opened .white_logo {
  display: none;
}

header.header.ly-header.opened .black_logo {
  display: block;
}

h2.hd-area {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -99999px;
  width: 0;
  height: 0;
  line-height: 0;
  color: transparent;
}

.inner.floating-box {
  position: relative;
}
#nav-brand .brand-banners-container {
  width: 100%;
  height: 83px;
  background-color: #ea8824;
}
.floating-box:after {
  content: "";
  display: table;
  width: 100%;
}
.floating-box > :first-child {
  float: left;
}
#nav-brand .submenu {
  position: relative;
  width: 100%;
  max-width: 848px;
  min-height: 470px;
  padding-left: 30px;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/bg_line_dashed.gif) repeat-y 0 0, url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/bg_line_dotted.gif) no-repeat 290px 0, url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/bg_line_dashed.gif) repeat-y 601px 92px;
}

.floating-box > :last-child {
  float: right;
}
#nav-brand .product-img-container {
  max-width: 340px;
  min-height: 470px;
  padding: 80px 46px 0 56px;
  background-color: #f9f9f9;
}
#nav-brand .submenu:before, #nav-brand .submenu:after {
  content: "SEARCH BY FUNCTION";
  display: block;
  width: 148px;
  height: 82px;
  font-size: 16px;
  font-weight: 700;
}
#nav-brand .submenu:after {
  content: "PRODUCT";
  position: absolute;
  top: 0;
  left: 635px;
}
#nav-brand .submenu li {
  width: 230px;
}

#nav-brand .submenu ul {
  position: absolute;
  left: 321px;
  top: 82px;
}
#nav-brand .submenu .dep2 {
  left: 321px;
}
#nav-brand .submenu .dep2 li {
  width: 250px;
}
#nav-brand .submenu .dep3 {
  left: 312px;
  top: 0;
}
#nav-brand .product-img-container .pd-wrap {
  display: none;
}
#nav-brand .product-img-container .img {
  position: relative;
  text-align: center;
}
#nav-brand .product-img-container .tit {
  display: block;
  margin-top: 50px;
  font-size: 16px;
}
#nav-brand .product-img-container .txt {
  height: 42px;
  margin: 10px 0;
  color: #78745a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.btn-circle {
  background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_circlearr_right.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
.btn-circle:hover {
  background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_circlearr_right_active.png);
}
.btn-circle rect {
  fill: transparent;
}
.btn-circle circle {
  fill: transparent;
  stroke: #ea4854;
  stroke-width: 2;
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  overflow: visible;
  -webkit-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s;
}
.btn-circle:hover circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s;
}
.nav-inner-wrap ul li.arrow a {
  font-size: 0;
  border: 0;
  padding: 0;
}
#nav-brand .product-img-container .btn-circle {
  float: right;
  margin-right: -10px;
}
#nav-rest .item h2 {
  width: 100%;
  height: 147px;
  margin-bottom: 30px;
  padding-bottom: 0;
  position: relative;
}

#nav-rest .item h2 a {
  color: inherit;
}
/* 
#nav-rest .item h2 a:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
} */
#nav-rest .item h2 a[href="#"] {
  cursor: text;
}
#nav-rest .item h2 img {
  margin-top: 30px;
}

.nav-inner-wrap ul li.instituteofbiotechnology a {
  letter-spacing: -1px;
}

.nav-inner-wrap ul li.arrow {
  float: right;
  margin: 50px -20px 0 0;
}
body:not(.no-banner) .ly-header:not(.opened) .nav.head a,
body:not(.no-banner) .ly-header:not(.opened) .lang-select button,
body:not(.no-banner) .ly-header:not(.opened) .lang-select a {
  color: #fff;
}
body:not(.no-banner) .ly-header:not(.opened) .lang-select.active {
  border-color: #fff;
}

#nav-brand .submenu .dep3 li {
  width: 180px;
}
header.header .page-center .flex_wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.nav-wrap {
  align-items: flex-start;
}
#nav-brand .brand-banners-container ul {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1445px;
}

#nav-brand .brand-banners-container ul li {
  position: relative;
  float: left;
}

#nav-brand .brand-banners-container ul li a {
  position: relative;
  display: block;
}

#nav-brand .submenu:before {
  width: 93px;
}

#nav-brand .brand-banners-container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

#nav-brand .brand-banners-container ul li + li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: #dc7c1a;
}
#nav-brand .brand-banners-container ul li img.hoverd {
  display: none;
}
#nav-brand .brand-banners-container ul li:hover img.noH {
  display: none;
}
#nav-brand .brand-banners-container ul li:hover img.hoverd {
  display: block;
}
.lang-select button svg {
  display: none;
}

.lang-select button > * {
  display: block;
  font-size: inherit;
}

.lang-select button svg {
  display: none !important;
}

.lang-select button {
  border: none !important;
}

.lang-select button:hover {
  color: currentColor;
}

.lang-select ul.hs-language-switcher__menu {
  position: absolute;
  left: -1px !important;
  right: -1px;
  background-color: #fff;
  border: 1px solid #ddd !important;
  z-index: 15;
}

.lang-select ul.hs-language-switcher__menu li {
  padding: 0;
  text-align: center;
  background-color: transparent !important;
}

.lang-select ul.hs-language-switcher__menu li a {
  text-decoration: none;
  color: #888;
  text-align: center !important;
  padding: 8px 0;
}

.lang-select ul.hs-language-switcher__menu li a:hover {}

.lang-select ul.hs-language-switcher__menu li:hover {
  background-color: #000 !important;
}

.lang-select ul.hs-language-switcher__menu li:hover a {
  color: #fff;
}
.lang-select .hs-language-switcher__inner-wrapper {
  display: block;
}

.lang-select ul.hs-language-switcher__menu li a {
  font-size: 0;
}

.lang-select ul.hs-language-switcher__menu li a:before {
  content: attr(lang);
  font-size: 14px;
  text-transform: uppercase;
}
.lang-select button span.hs-language-switcher__current-language {
  display: none;
}
.lang-select button:before {
  text-transform: uppercase;
  content: attr(lang);
}

@media(min-width: 768px) {
  .no-banner header.header.ly-header {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #fff;
    padding-top: 0;
  }

  .no-banner header.header.ly-header .white_logo {
    display: none;
  }

  .no-banner header.header.ly-header .black_logo {
    display: block;
  }

  .no-banner header.header.ly-header .lang-select {
    border: 1px solid #ddd;
  }

  .no-banner header.header.ly-header .submenu-wrap {
    top: 80px;
  }
  .no-banner .outer_header {
    min-height: 80px;
  }
}

header.header.ly-header.search-active {
  position: absolute;
  height: 260px;
  background-color: #1b1b1b;
}

header.header.ly-header.search-active .white_logo {
  display: block;
}

header.header.ly-header.search-active .black_logo {
  display: none;
}

.ly-header.search-active .nav.head a, 
.ly-header.search-active .lang-select button {
  color: #fff;
}
.ly-header.search-active .search:before {
  background-position-x: -16px;
}
.ly-header.search-active .nav-search-wrap, 
.ly-header.search-active .typing {
  display: block;
}
.nav-search-wrap .typing {
  display: none;
  position: absolute;
  top: 90px;
  width: 100%;
  height: 70px;
}
.nav-search-wrap .typing:after {
  content: "";
  display: table;
  width: 100%;
}

.nav-search-wrap .typing label.hs-search-field__label {
  display: none;
}
.nav-search-wrap {
  width: 100%;
}

header.header.ly-header.search-active .page-center .flex_wrapper {
  display: block;
}

.nav-search-wrap input#site_search-input {
  width: 85%;
  height: 70px;
  padding: 0;
  line-height: 70px;
  border: 0;
  font-size: 70px;
  background: transparent;
  font-family: "CJ onlyOne";
  font-weight: 700;
  color: #ddd;
  border-radius: 0;
}

.nav-search-wrap button.hs-search-field__button {
  position: relative;
  width: 161px;
  height: 70px;
  padding: 0 92px 0 42px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #606060;
  font-size: 18px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
}

.nav-search-wrap button.hs-search-field__button svg {
  display: none;
}

.nav-search-wrap button.hs-search-field__button:before, 
.nav-search-wrap button.hs-search-field__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 36px;
}

.nav-search-wrap button.hs-search-field__button:before {
  width: 36px;
  height: 2px;
  background-color: #fff;
}

.nav-search-wrap button.hs-search-field__button:after {
  width: 9px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  right: 33px;
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
}
.nav-search-wrap input#site_search-input {
  outline: none;
}

.nav-search-wrap button.hs-search-field__button > *:before {
  content: "GO";
  display: block;
}

.nav-search-wrap button.hs-search-field__button > * {
  display: block;
  min-width: 30px;
}
.nav-search-wrap input::placeholder {
  padding-left: 0;
  color: #dddddd;
}
.nav-search-wrap .hs-search-field__suggestions {
  background: transparent !important;
  border: 0 !important;
  color: #fff;
  position: static !important;
  box-shadow: none !important;
}

.nav-search-wrap .hs-search-field__suggestions * {
  color: inherit;
}
.nav-search-wrap .hs-search-field__suggestions li:last-child {
  padding-bottom: 10px;
}

.nav-search-wrap input#site_search-input {
  margin-right: 15px;
  border-radius: 5px;
}
header.header.ly-header button.hs-language-switcher__button:focus {
  background: transparent;
}
.lang-select ul.hs-language-switcher__menu li a[lang*="ZH"]:before,
.lang-select button[lang*="ZH"]:before,
.nav-container .nav-panel .nav-lang a[lang*="ZH"]:after{
  content: "CN";
}

/* html[lang="en"] .lang-select ul.hs-language-switcher__menu a[lang="zh"],
html[lang="ko"] .lang-select ul.hs-language-switcher__menu a[lang="zh"]{
  display: none;
} */


@media(min-width: 1231px) {
  #nav-brand .product-img-container {
    min-width: 340px;
  }
}
@media(max-width: 1230px) {
  header.header .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-inner-wrap ul.head>li>a {
    font-size: 11px;
  }


  .nav-inner-wrap ul.head>li+li {
    padding-left: 8px;
  }

  header.header.ly-header .lang-select {
    margin-left: 10px;
    width: 36px;
  }

  header.header button.search {
    margin-left: 0;
    width: 36px;
    height: 28px;
  }

  header.header button.search:before {
    top: 9px;
  }

  .submenu-wrap .inner {
    padding: 15px 10px;
  }

  #nav-brand .submenu:after, #nav-brand .submenu:before {
    font-size: 10px;
  }

  #nav-brand .submenu:before {
    width: 63px;
  }

  #nav-brand .submenu {
    padding-left: 10px;
  }

  .submenu li>a {
    font-size: 10px;
  }

  #nav-brand .submenu li {
    width: 100%;
  }

  #nav-brand .submenu .dep2 {
    left: 24vw;
  }

  #nav-brand .submenu .dep2 li {
    width: 20vw;
  }

  #nav-brand .submenu .dep3 {
    left: 24vw;
  }

  #nav-brand .product-img-container {
    padding: 30px 26px 0 26px;
    max-width: 24vw;
  }

  #nav-brand .submenu:after {
    left: 48vw;
  }

  #nav-rest .inner {
    padding-bottom: 26px;
    padding-top: 26px;
  }

  #nav-rest .item {
    padding: 0 14px;
  }

  #nav-rest .item h2 {
    height: 11vw;
    margin-bottom: 10px;
    font-size: 12px !important;
  }

  #nav-rest .item h2 img {
    margin-top: 10px;
  }

  .nav-inner-wrap ul li.arrow {
    margin-top: 30px;
    margin-right: -15px;
  }
  .lang-select button {
    height: 28px;
  }
  #nav-brand .product-img-container .tit {
    font-size: 12px;
    margin-top: 20px;
  }

  #nav-brand .product-img-container .txt {
    height: auto;
    font-size: 10px;
  }

  #nav-brand .product-img-container {
    min-width: 24vw;
  }


  #nav-brand .submenu .dep2 {
    left: 27%;
    right: 0;
    width: 73%;
  }

  #nav-brand .submenu > li {
    width: 25%;
  }

  #nav-brand .submenu .dep2 > li {
    width: 33%;
  }

  #nav-brand .submenu .dep3 {
    left: 35%;
    width: 65%;
  }

  #nav-brand .submenu .dep3 > li {
    width: 100%;
  }

  #nav-brand .product-img-container {
    min-width: 25%;
    max-width: 25%;
  }

  #nav-brand .submenu {
    width: 75%;
    overflow: hidden;
  }


  #nav-brand .submenu {
    background: none !important;
  }
  .nav-search-wrap button.hs-search-field__button {
    width: 60px;
    HEIGHT: 60PX;
    font-size: 14px;
    padding: 0 92px 0 35px;
  }

  .nav-search-wrap button.hs-search-field__button:before {
    width: 20px;
  }

  .nav-search-wrap input#site_search-input {
    height: 60px;
    font-size: 60px;
  }

}
@media(min-width: 768px) {
  .mobile_buttons,
  .mobile_menu {
    display: none;
  }
  .nav-search-wrap .typing {
    height: auto;
    min-height: 71px;
    overflow-y: auto;
    background-color: #1b1b1b;
  }
  body.traparentHdr header.header.ly-header,
  body.srch-active header.header.ly-header{
    background: transparent;
    padding-top: 40px;
    height: 130px;
  }

  body.traparentHdr header.header.ly-header .nav-inner-wrap ul.head>li>a,
  body.srch-active  header.header.ly-header .nav-inner-wrap ul.head>li>a{
    color: #fff;
  }

  body.traparentHdr header.header.ly-header .white_logo,
  body.srch-active  header.header.ly-header .white_logo{
    display: block;
  }

  body.traparentHdr header.header.ly-header .black_logo,
  body.srch-active header.header.ly-header .black_logo{
    display: none;
  }

  body.traparentHdr header.header.ly-header button.hs-language-switcher__button ,
  body.srch-active header.header.ly-header button.hs-language-switcher__button {
    color: #ffff;
  }
  body.headerFixed.srch-active header.header.ly-header .white_logo img.hs-image-widget {
    width: 80px !important;
  }

  body.traparentHdr header.header.ly-header button.hs-language-switcher__button:hover,
  body.srch-active header.header.ly-header button.hs-language-switcher__button:hover {
    background: transparent;
  }
  .headerFixed header.header.ly-header {
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500;
    background: #fff;
  }
  body.traparentHdr header.header.header.ly-header.opened,
  body.srch-active header.header.header.ly-header.opened{
    background: #fff;
  }

  body.traparentHdr header.header.ly-header.opened .nav-inner-wrap ul.head>li>a,
  body.srch-active header.header.ly-header.opened .nav-inner-wrap ul.head>li>a{
    color: #000;
  }

  body.traparentHdr header.header.header.ly-header.opened .submenu-wrap ,
  body.srch-active header.header.header.ly-header.opened .submenu-wrap{
    top: 130px;
  }
  body.traparentHdr header.header.ly-header,
  body.srch-active header.header.ly-header{
    background: transparent;
    height: 130px;
    padding-top: 40px;
    position: absolute;
    top: 0;
  }
  body.traparentHdr header.header.header.ly-header.opened .black_logo,
  body.srch-active header.header.header.ly-header.opened .black_logo{
    display: block;
  }

  body.traparentHdr header.header.header.ly-header.opened .white_logo,
  body.srch-active  header.header.header.ly-header.opened .white_logo{
    display: none;
  }
  body.traparentHdr header.header.ly-header.opened button.hs-language-switcher__button,
  body.srch-active  header.header.ly-header.opened button.hs-language-switcher__button{
    color: #000;
  }
  body.traparentHdr header.header button.search:before,
  body.srch-active header.header button.search:before{
    background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/rectangle_2_360.png) 0 0;
  }
  body.traparentHdr header.header.ly-header.search-active,
  body.srch-active header.header.ly-header.search-active{
    height: 390px;
    background-color: #1b1b1b !important;
  }
  header.header.ly-header.search-active .logo_wrap {
    float: left;
  }
  header.header.ly-header.search-active .nav-search-wrap input#site_search-input:focus {
    outline: none;
  }
  header.header.ly-header.search-active input[type="search" i]::-webkit-search-cancel-button {
    display: none;
  }
  header.header.ly-header.search-active .nav-search-wrap .typing {
    top: 150px;
  }
  header.header.ly-header.search-active .nav-search-wrap {
    top: auto;
  }
  body.headerFixed.srch-active header.header.ly-header {
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500;
    height: 260px;
    background-color: #1b1b1b;
  }
  body.headerFixed.srch-active header.header.ly-header .typing {
    position: absolute;
    top: 90px;
    width: 100%;
    height: 70px;
  }
  body.traparentHdr  header.header.ly-header .lang-select {
    border: 1px solid #ddd;
    border-color: #444;
  }
  body.traparentHdr  header.header.ly-header .lang-select ul.hs-language-switcher__menu li {
    background: transparent;
  }
  body.traparentHdr  header.header.ly-header .lang-select ul.hs-language-switcher__menu {
    background: transparent;
  }
  body.traparentHdr  header.header.ly-header .lang-select ul.hs-language-switcher__menu li a {
    color: #fff;
  }
  body.traparentHdr  header.header.ly-header .lang-select ul.hs-language-switcher__menu li a:hover {
    background-color: #000;
  }
  body.traparentHdr header.header.header.ly-header.opened button.search::before{
    background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/CJB_search.png) 0 0;
  }
  body.headerFixed.srch-active .outer_header {
    min-height: 260px;
  }
  body.traparentHdr.langSelecter header.header.ly-header .lang-select {
    border-color: #fff;
  }
  body.traparentHdr header.header.header.ly-header.opened .lang-select {
    border-color: #000;
  }

  body.traparentHdr header.header.header.ly-header.opened ul.hs-language-switcher__menu {
    border-color: #000 !important;
  }

  body.traparentHdr header.header.header.ly-header.opened ul.hs-language-switcher__menu a {
    color: #888;
    background: #fff;
  }

  body.traparentHdr header.header.ly-header .lang-select ul.hs-language-switcher__menu li a:hover {
    color: #fff;
  }
}

@media(min-width: 768px) and (max-width: 1024px) {
  body.traparentHdr .outer_header,
  body.srch-active .outer_header{
    min-height:0;
  }
}

@media(max-width: 767px) {
  .nav-wrap {
    display: none;
  }
  header.header.ly-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 66px;
    padding: 13px 22px 0;
    background-color: transparent;
    z-index: 500;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  body.no-banner .outer_header {
    min-height: 70px;
    background: #1b1b1b;
  }
  body.no-banner .mobile_buttons.utils.right {
    float: right;
    flex: unset;
  }
  body.no-banner .logo_wrap{
    flex: 1;
  }
  body.no-banner header.header.ly-header.search-active .page-center .flex_wrapper {
    display: flex;
    justify-content: space-between;
  }
  header.header .page-center {
    padding: 0;
  }
  .ly-header .nav-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }

  .mobile_buttons.utils.right {
    float: right;
  }

  header.header .hd-area {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -99999px;
    width: 0;
    height: 0;
    line-height: 0;
    color: transparent;
  }
  .mobile_menu .hs-menu-wrapper > ul ul ul ul li:last-child {
    border: 0;
  }
  .mobile_menu .hs-menu-wrapper > ul ul ul ul {
    padding: 0 0 0 10px;
  }
  header.header button.button-util.menu {
    -webkit-appearance: button;
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    float: left;
    font: inherit;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    text-transform: none;
    width: 39px;
    height: 39px;
    margin-right: -8px;
    background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_menu.png) no-repeat center center / 23px auto;
    margin-left: 4px;
  }

  header.header button.search:before {
    background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/white_ico_search.png) no-repeat center center / 18px auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  header.header button.search {
    width: 39px;
    height: 39px;
  }
  .logo_wrap {
    position: relative;
    left: -3px;
  }
  .ly-header.search-active .search:before {
    background-position-x: 50%;
  }
  .nav-search-wrap button.hs-search-field__button {
    display: none;
  }

  .nav-search-wrap input#site_search-input {
    display: block;
    width: 100% !important;
    height: 27px;
    border: none;
    outline: none;
    padding: 0;
    background-color: transparent;
    line-height: 23px;
    font-family: "CJ onlyOne";
    font-weight: 700;
    font-size: 23px;
    color: #fff;
  }

  .nav-search-wrap .typing {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: 93px;
    padding: 33px 30px 0;
    background-color: #000;
    height: auto;
  }

  header.header.ly-header.search-active {
    background-color: #000;
    height: auto;
    position: fixed;
  }

  .nav-search-wrap {
    position: static;
  }

  header.header .page-center {
    height: auto;
  }

  .nav-search-wrap input::placeholder {
    padding-left: 0;
  }

  .nav-search-wrap form.hs-search-field__form {
    display: block;
    font-size: inherit;
    color: inherit;
    text-align: left;
  }
  body.headerFixed header.header.ly-header:not(.search-active) {
    background-color: #fff;
  }

  body.headerFixed header.header.ly-header:not(.search-active) .black_logo {
    display: block;
  }

  body.headerFixed header.header.ly-header:not(.search-active) .white_logo {
    display: none;
  }

  body.headerFixed header.header.ly-header:not(.search-active) button.button-util.menu {
    background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_menu_black.png);
  }
  body.headerFixed header.header.ly-header:not(.search-active) button.search:before {
    background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_search_black.png);
  }
  .ly-header .nav-container.active {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .ly-header .nav-container .nav-panel {
    position: fixed;
    right: -83%;
    top: 0;
    width: calc(83% + 1px);
    height: 100%;
    background-color: #fff;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
  }
  .ly-header .nav-container.active .nav-panel {
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-container .nav-panel .close-menu {
    position: absolute;
    display: block;
    right: 17px;
    top: 17px;
    width: 33px;
    height: 33px;
    z-index: 10;
    padding: 0;
  }
  .nav-container .nav-panel .nav-lang {
    position: relative;
    height: 67px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 22px 11px;
    border-bottom: 1px solid #ddd;
    z-index: 5;
  }
  .nav-container .nav-panel .nav-lang a {
    position: relative;
    padding: 9px 14px;
    font-weight: 700;
  }
  .ly-header .nav-container .isc-zone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .ly-header .nav-container.active .nav-panel .isc-zone,
  .ly-header .nav-container.active .nav-panel .quick-menu-wrap {
    position: fixed;
  }
  .ly-header .nav-container .isc-drg {
    position: relative;
    padding: 97px 23px 23px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
    transition-duration: 0ms;
    transform: translate(0px, 0px) translateZ(0px);
    padding-bottom: 157px;
  }
  .mobile_menu .hs-menu-wrapper > ul {
    margin: 0;
    padding: 0;
  }

  .mobile_menu .hs-menu-wrapper > ul > li {}

  .mobile_menu .hs-menu-wrapper > ul > li > a {
    display: inline-block;
    padding: 11px 0;
    font-weight: 700;
    font-size: 18px;
    color: #666;
    position: relative;
  }

  .mobile_menu .hs-menu-wrapper > ul ul {
    margin: 0;
    padding: 0;
    display: none;
    padding-bottom: 17px;
  }

  .mobile_menu .hs-menu-wrapper > ul ul li {}

  .mobile_menu .hs-menu-wrapper > ul ul li a {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    font-weight: 200;
    color: #222;
    font-size: 18px;
  }

  .mobile_menu .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(7px, -50%);
    transform: translate(7px, -50%);
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-repeat: repeat;
    background-size: cover;
    background-position: 0 0;
    background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_nav_acc_01.png);
  }

  .mobile_menu .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {

    width: 10px;
    height: 10px;
    background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_nav_acc_02.png);
  }

  .mobile_menu .hs-menu-wrapper > ul ul ul li {
    border-bottom: 1px solid #ddd;
  }

  .mobile_menu .hs-menu-wrapper > ul ul ul li a {
    padding: 14px 0;
    font-size: 13px;
    font-weight: 700;
  }
  .nav-container .nav-panel .close-menu {
    border: none;
    background: transparent;
  }
  .nav-container .nav-panel .close-menu:before, 
  .nav-container .nav-panel .close-menu:after {
    position: absolute;
    left: 7px;
    top: 16px;
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background-color: #222;
  }
  .nav-container .nav-panel .close-menu:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-container .nav-panel .close-menu:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile_menu .hs-menu-wrapper>ul li {
    position: relative;
  }

  .mobile_menu .hs-menu-wrapper>ul li > .child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 49px;
    cursor: pointer;
  }

  .mobile_menu .hs-menu-wrapper>ul li.nav-active > a:after {
    background-position-x: -100%;
  }

  .mobile_menu .hs-menu-wrapper>ul li.nav-active > a {
    color: #000;
  }

  .mobile_menu .hs-menu-wrapper>ul ul li.hs-item-has-children.nav-active>a:after {
    background-position-x: -100%;
  }
  .mobile_menu .hs-menu-wrapper>ul ul li > .child-trigger {
    height: 47px;
  }
  .ly-header .nav-container .isc-zone {
    overflow-y: auto;
  }

  .quick-menu-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 5px solid;
    border-color: #ea8824;
    -webkit-transition: height 0.35s;
    transition: height 0.35s;
  }
  .touchDis {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
  }
  .quick-menu-wrap .quick-menuu {
    display: block;
  }
  .quick-menu-wrap .quick-menuu a {
    display: block;
    height: 66px;
    padding: 23px 0 0 25px;
    text-transform: uppercase;
    font-family: "CJ onlyOne";
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    max-width: 100%;
    width: 100%;
    line-height: 1.5;
    box-sizing: border-box !important;
    text-align: left;
  }
  .quick-menu-wrap .button-tog {
    background-color: transparent !important;
    position: absolute;
    right: 23px;
    bottom: calc(100% + 5px);
    width: 33px;
    height: 33px;
    margin-bottom: 5px;
    background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_arr_quickmenu.png) no-repeat center center / 16.5px auto;
    border: none;
    padding: 0;
    margin-top: 0;
  }
  .quick-menu-wrap.active .button-tog {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .quick-menu-wrap.active {
    height: 132px;
    border-color: transparent;
  }

  .quick-menu-wrap .quick-menuu {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .quick-menu-wrap.active .quick-menuu li a {
    opacity: 1;
  }
  .quick-menu-wrap .quick-menuu li:nth-child(2) a {
    background-color: #575967;
  }
  .quick-menu-wrap .quick-menuu li:nth-child(1) a {
    background-color: #ea8824;
  }

  .quick-menu-wrap .quick-menuu a:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 15px;
    vertical-align: middle;
    background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_quickmenu.png) no-repeat 0 0 / cover;
  }

  .quick-menu-wrap .quick-menuu a:after {
    display: none;
  }
  .quick-menu-wrap .quick-menuu li:nth-child(1) a:before {
    background-position-x: -17px;
  }
  .quick-menu-wrap .quick-menuu li:nth-child(2) a:before {
    background-position-x: -34px;
  }
  .nav-container .nav-panel .nav-lang .hs-language-switcher__inner-wrapper {
    display: block;
  }

  .nav-container .nav-panel .nav-lang > * {
    display: block;
  }

  .nav-container .nav-panel .nav-lang button.hs-language-switcher__button {
    display: none;
  }

  .nav-container .nav-panel .nav-lang ul.hs-language-switcher__menu {
    display: block;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    text-align: left;
  }

  .nav-container .nav-panel .nav-lang ul.hs-language-switcher__menu li {
    display: inline-block;
    padding: 0;
    width: auto;
  }

  .nav-container .nav-panel .nav-lang a {
    height: auto;
    line-height: 0;
    font-size: 0;
    text-decoration: none;
    color: #888;
  }

  .nav-container .nav-panel .nav-lang a:after {
    line-height: 1.5;
    font-size: 14px;
    content: attr(lang);
    text-transform: uppercase;
  }

  .nav-container .nav-panel .nav-lang li + li a:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #ddd;
  }
  .nav-container .nav-panel .nav-lang .active a {
    color: #e23043;
    background: transparent !important;
  }

  .nav-container .nav-panel .nav-lang .active {
    background: transparent !important;
  }
}




.mega__menu #nav-brand .product-img-container{
  display: none;
}
.mega__menu #nav-brand .submenu{
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: unset;
}
.mega__menu #nav-brand .submenu ul{
  position: static;
  display: block;
}
.mega__menu #nav-brand .submenu ul li a{
  border: 0;
}
.mega__menu #nav-brand .submenu ul li.active a{
  border: 0 !important;
}
.mega__menu #nav-brand .submenu li.active>a{
  border: 0;
}
.mega__menu #nav-brand .inner.floating-box ul.nav.submenu{
  display: flex;
  flex-wrap: wrap;
}
.mega__menu #nav-brand .inner.floating-box ul.nav.submenu:before{
  flex: 100%;
}
.mega__menu #nav-brand .inner.floating-box ul.nav.submenu:after{
  display: none;
}
.mega__menu #nav-brand .submenu li a{
  border: 0;
}
.mega__menu #nav-brand .submenu .dep2 li,
.mega__menu #nav-brand .submenu li{
  width: auto;
}
.mega__menu #nav-brand .inner.floating-box ul.nav.submenu>li{
  flex: 0 0 25%;
  padding-right: 20px;
}
.mega__menu #nav-brand .inner.floating-box ul.nav.submenu>li>ul>li>a{
  font-size: 17px;
  color: #000;
  font-weight: 700;
}
.mega__menu #nav-brand .inner.floating-box ul.nav.submenu>li ul ul li a{
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.mega__menu #nav-brand .inner.floating-box ul.nav.submenu>li ul{
  padding-left: 20px;
}
.mega__menu #nav-brand .submenu:before, #nav-brand .submenu:after{
  height: 20px;
}
.mega__menu #nav-brand .inner.floating-box ul.nav.submenu>li ul.dep2>li{
  padding-bottom: 20px;
}
.mega__menu #nav-brand.submenu-wrap{
  overflow: auto;
  max-height: 100vh;
}
@media (max-width: 1230px) {
  .mega__menu #nav-brand .submenu .dep3,
  .mega__menu #nav-brand .submenu .dep2{
    width: 100%;
  }
  .mega__menu #nav-brand .inner.floating-box ul.nav.submenu>li{
    padding-right: 5px;
  }
  .mega__menu #nav-brand .inner.floating-box ul.nav.submenu>li ul ul li a {
    font-size: 11px;
  }
  .mega__menu #nav-brand .inner.floating-box ul.nav.submenu>li>ul>li>a{
    font-size: 14px;
  }
  .mega__menu #nav-brand .inner.floating-box ul.nav.submenu>li ul{
    padding-left: 10px;
  }
}
footer.cm_footer {
    position: relative;
  }

footer.cm_footer .page-center {
  padding: 0;
}
footer.cm_footer  .cm_flex {
  padding-left: 20px;
  padding-top: 45px;
  padding-bottom: 40px;
  display: flex;
}
footer.cm_footer .cm_logo {
  order: 1;
}
footer.cm_footer .family-site {
  position: relative;
  font-family: "CJ onlyOne";
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-left: auto;
  order: 3;
}
footer.cm_footer nav.cm_menu .hs-menu-wrapper>ul {
  flex-direction: column;
  padding: 30px;
}
footer.cm_footer nav.cm_menu .hs-menu-wrapper>ul>li>a {
  text-transform: uppercase;
  display: inline-block;
  word-break: break-word;
}
footer.cm_footer nav.cm_menu .hs-menu-wrapper>ul ul li {
  font-size: 13px;
  font-weight: 300;
  line-height: 28px;
  color: #aaa;   
}
footer.cm_footer nav.cm_menu .hs-menu-wrapper>ul>li:not(:first-child) {
  margin-top: 20px;
  padding-top: 26px;
  border-top: 1px solid;
}
footer.cm_footer  .cm_content {
  order: 2;
  padding-left: 30px;
  padding-right: 30px;
}
footer.cm_footer .cm_content .content p:first-child {
  margin-bottom: 0;
  margin-top: 0;
}
footer.cm_footer .cm_content .content p a {
  padding-bottom: 14px;
  font-size: 12px;
  display: inline-block;
}
footer.cm_footer .cm_content .content address,
footer.cm_footer .cm_content .content p:last-child{
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  margin-top: 0;
}
footer.cm_footer .cm_content .content address{
  margin-bottom: 10px;
  word-break: keep-all;
}
footer.cm_footer .family-site button {
  background: transparent;
  border: none;
  border-bottom: 1px solid;
  padding: 18px 18px 18px 4px;
  width: 233px;
  text-align: left;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
footer.cm_footer .family-site button::after {
  content: "";
  float: right;
  padding: 2px;
  margin-top: 10px;
  border: solid #a2a2a2;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
footer.cm_footer .family-site nav.cm_menu {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 233px;
  height: 0;
  border: 1px solid #555;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  outline: none;
  display: none;
}
footer.cm_footer .family-site.opened nav.cm_menu {
  height: 504px;
  overflow: auto;
}
footer.cm_footer .family-site.opened button:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

footer.cm_footer.ftrPop + .popupModel {
  display: block;
}

.ftr-wrppp .popupModel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

.ftr-wrppp .popupModel .inner-popupModel {
  position: relative;
  width: 1190px;
  margin: 0 auto;
  padding: 20px 20px 50px;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 12px 12px 73px -24px rgba(0, 0, 0, 0.35);
  box-shadow: 12px 12px 73px -24px rgba(0, 0,);
  max-width: 100%;
  box-shadow: 12px 12px 73px -24px rgba(0, 0, 0, 0.35);
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt {
  height: 480px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin:80px 30px 0 0;
  padding: 0 40px 10px 40px;
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt h1 {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid #222;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt p {
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 200;
  color: #444;
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt h3 {
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px;
  font-size: 16px;
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt h3+p {
  margin-top: 10px;
}

.ftr-wrppp  .popupModel .innerFlx {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt p a {
  text-decoration: underline;
  color: rgb(68, 68, 68);
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt h2 {
  padding: 0;
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid #222;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  line-height: 1.2;
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt h3 {
  color: rgb(68, 68, 68);
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt h3+p {
  margin-top: 20px;
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt p a {
  color: rgb(68, 68, 68);
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt h3+ ul {
  margin-top: 10px;
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt ul li {
  margin: 0;
  font-size: 16px;
  font-weight: 200;
  color: rgb(68, 68, 68);
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt ul li p {
  margin: 0;
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt ul li strong {
  font-weight: 500;
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt ul ul {
  font-weight: 200;
  list-style: none;
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt ul ul li {
  font-weight: 200;
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt ul + p {
  margin: 0;
}

.ftr-wrppp .popupModel .inner-popupModel .innerCnt ul li a {
  color: rgb(68, 68, 68);
}


.ftr-wrppp .popupModel .inner-popupModel .innerCnt  h4 {
  margin: 0;
  font-weight: 200;
  margin-top: 15px;
  color: #444;
  line-height: 1.2;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}

.ftr-wrppp .popupModel table {
  margin: 0;
  border: none;
  margin-top: 12px;
  max-width: 700px;
  font-size: 14px;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  text-align: center;
  font-size: 14px;
  overflow: scroll;
  display: block;
  white-space: nowrap;
}


.ftr-wrppp .popupModel thead th,
.ftr-wrppp .popupModel thead td ,
.ftr-wrppp .popupModel th, 
.ftr-wrppp .popupModel td {
  border: none;
}


.ftr-wrppp .popupModel table td {
  border: 1px solid #dedede;
  padding: 4px 8px;
}


.ftr-wrppp .popupModel thead th,
.ftr-wrppp .popupModel thead td {
  background: transparent;
  padding: 4px 8px;
}


.ftr-wrppp .popupModel table th {
  color: inherit;
  font-weight: 300;
  color: #666;
  border: 1px solid #dedede;
  border-top: 1px solid #7f7f7f;
}

@media (min-width: 768px){
  footer.cm_footer .cm_content .mob_content{
    display: none;
  }
  .go-top {
    display:none;
  }
}
@media (max-width: 767px){
  footer.cm_footer .cm_content .content{
    display: none;
  }
  footer.cm_footer .cm_content {
    order: 3;
    padding: 0;
    width: 100%;
  }
  footer.cm_footer .family-site {
    order: 2;
  }
  footer.cm_footer .cm_flex {
    position: relative;
    flex-wrap: wrap;
  }
  footer.cm_footer .family-site nav.cm_menu {
    width: 100%;
    left: 0;
  }
  footer.cm_footer .family-site.opened nav.cm_menu {
    height: 220px;
    opacity: 1;
  }
  footer.cm_footer .family-site {
    position: static;
  }
  footer.cm_footer nav.cm_menu .hs-menu-wrapper>ul{
    padding-top: 0;
    padding-bottom: 0;
    line-height: 24px;
  }
  footer.cm_footer nav.cm_menu .hs-menu-wrapper>ul ul li:nth-child(2n-1) {
    width: 60%;
  }
  footer.cm_footer nav.cm_menu .hs-menu-wrapper>ul ul {
    margin-top: 3px;
  }
  footer.cm_footer nav.cm_menu .hs-menu-wrapper>ul ul li {
    float: left;
    margin-top: 6px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
  }
  footer.cm_footer nav.cm_menu .hs-menu-wrapper>ul ul li a {
    color: #aaa;
  }
  footer.cm_footer nav.cm_menu .hs-menu-wrapper>ul ul::after {
    content: '';
    display: table;
    width: 100%;
  }
  footer.cm_footer nav.cm_menu .hs-menu-wrapper>ul>li:not(:first-child) {
    margin-top: 0;
  }
  footer.cm_footer nav.cm_menu .hs-menu-wrapper>ul>li:first-child {
    padding-top: 33px;
    padding-bottom: 23px;
  }
  footer.cm_footer nav.cm_menu .hs-menu-wrapper>ul>li:not(:first-child) {
    padding: 23px 0;
  }
  footer.cm_footer .cm_flex {
    padding: 40px 30px 32px;
  }
  footer.cm_footer .family-site button {
    width: 120px;
    padding: 5px 9px;
  }
  footer.cm_footer .family-site {
    line-height: 1.5;
    font-weight: 300;
  }
  footer.cm_footer .family-site button:after {
    transform: rotate(-45deg);
    border-width: 1px 1px 0 0;
    margin-top: 5px;
    border-color: #fff;
  }
  footer.cm_footer .cm_content .mob_content p:first-child {
    padding-top: 18px;
    display: inline-block;
  }
  footer.cm_footer .cm_content .mob_content p{
    margin: 0;
    font-size: 12px;
  }
  footer.cm_footer .cm_content .mob_content  address {
    font-size: 12px;
    font-style: normal;
  }
  footer.cm_footer .cm_content .mob_content p a {
    color: #fff;
  }
  footer.cm_footer .cm_content .mob_content address {
    margin: 16px 0 37px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 19px;
    font-weight: 200;
  }
  footer.cm_footer .cm_content .mob_content p:last-child {
    margin-bottom: 14px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 19px;
    font-weight: 200;
  }
  footer.cm_footer .cm_logo a {
    display: inline-block;
    max-width: 100%;
  }
  footer.cm_footer .family-site.opened button:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .ftr-wrppp .popupModel .inner-popupModel .innerCnt h1 {
    display: inline-block;
    padding-bottom: 7px;
    border-bottom: 1px solid #222;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    line-height: 1.2;
  }
  footer.cm_footer+.popupModel .inner-popupModel .innerCnt ul li a {
    text-decoration: underline;
  }
  .ftr-wrppp .popupModel {
    padding: 20px;
  }

  .ftr-wrppp .popupModel .inner-popupModel .innerCnt p {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    color: #888;
  }

  .ftr-wrppp  .popupModel .inner-popupModel .innerCnt h3 {
    margin-top: 35px;
    font-size: 14px;
    line-height: 1.2;
  }

  .ftr-wrppp .popupModel .inner-popupModel .innerCnt h3+p {
    margin-top: 15px;
  }
  
  
  .ftr-wrppp  .popupModel .innerFlx {
    align-items: flex-start;
    height: 100%;
  }

  .ftr-wrppp .popupModel .inner-popupModel {
    height: 100%;
    background: #fff;
    text-align: left;
    position: relative;
    border: 1px solid #222;
    padding: 20px 20px;
  }

  .ftr-wrppp .popupModel .inner-popupModel .innerCnt {
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .ftr-wrppp .popupModel:after {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 10000;
  }

  .ftr-wrppp .popupModel .innerFlx {
    position: relative;
    z-index: 999999;
  }
  footer.cm_footer+.popupModel .inner-popupModel .innerCnt h3 {
    margin-top: 35px;
  }

  footer.cm_footer+.popupModel .inner-popupModel .innerCnt ul li {
    line-height: 1.5;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    color: #888;
  }

  .go-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #000 url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_arr_top.png) no-repeat 50% 50% / 15px auto;
    -webkit-box-shadow: 0px 10px 29px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 29px -6px rgba(0, 0, 0, 0.5);
    z-index: 91;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .go-top.scrolling {
    opacity: 1;
  }


}
/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/common/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dnd_padd{
  position: relative;
}

div[class*="flexbox-positioning"] > div {
  width: 100%;
}

.dnd-section[class*="full-width-section"] ,
.dnd-section[class*=full-width-section] .dnd-column ,
.dnd-section[class*=full-width-section] > .row-fluid {
  padding: 0;
}


img {
  max-width: 100%;
  height: auto;
}


.bg_el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.bg_el ~ .page-center {
  position: relative;
  z-index: 4;
}

.hs-inline-edit .nav-wrap {
  display: none;
}

/*  */

.up-on-scroll {
  opacity: 0;
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: opacity 1s, -webkit-transform 0.7s;
  transition: opacity 1s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 1s;
  transition: transform 0.7s, opacity 1s, -webkit-transform 0.7s;
}
.up-on-scroll.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


/*  breadmenu */


.bread_menu_outer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.bread_menu_wrap .hs-menu-wrapper > ul {
  padding-top: 20px;
}

.bread_menu_wrap li.hs-menu-depth-1,
.bread_menu_wrap li.hs-menu-depth-2 {
  display: flex;
  align-items: start;
}


.bread_menu_wrap li.hs-menu-depth-1 > a {
  display: block;
  height: 52px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  font-size: 0;
  height: 52px;
  line-height: 52px;
  width: 52px;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_home.png)  no-repeat 0 0 rgba(0, 0, 0, 0.2);
}

.bread_menu_wrap li.hs-menu-depth-2 > a {
  min-height: 52px;
  line-height: 52px;
  margin-left: 1px;
  font-size: 14px;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  padding: 0 40px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  opacity: 1;
  display: block;
}

.bread_menu_wrap li.hs-menu-depth-2 > ul.hs-menu-children-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.bread_menu_wrap li.hs-menu-depth-3 ul a {
  min-height: 52px;
  line-height: 52px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: block;
  position: relative;
  padding: 0 40px;
  /*   background-color: #38480b; */
}

.bread_menu_wrap li.hs-menu-depth-3:nth-child(1) li.hs-menu-item.hs-menu-depth-4 > ul {
  display: none;
}

.bread_menu_wrap li.hs-menu-depth-3:nth-child(1) + li.hs-menu-depth-3:not(.active-branch) {
  display: none;
}

.bread_menu_wrap li.hs-menu-depth-3 ul a[href*="javascript"] {
  position: relative;
  display: block;
  width: inherit;
  height: 100%;
  padding: 0 40px 0 25px;
  color: #fff;
  font-size: 12px;
  z-index: 5;
  /*     background: transparent; */
}

.bread_menu_wrap li.hs-menu-depth-3 ul a[href*="javascript"]:before {
  content: "";
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 12px;
  background: #fff;
  vertical-align: middle;
}

.bread_menu_wrap li.hs-menu-depth-3 ul a[href*="javascript"]:after {
  background: rgba(0, 0, 0, 0.2);
  top: 0;
}

.bread_menu_wrap li.hs-menu-depth-3 ul a[href*="javascript"]:hover:after {
  background: rgba(0, 0, 0, 0.2)  !important;
}


.bread_menu_wrap li.hs-menu-depth-3 {
  position: relative;
}

.bread_menu_wrap li.hs-menu-depth-3 > a {
  height: 52px;
  line-height: 52px;
  margin-left: 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0 40px;
  /*   background-color: #38480b; */
  background: rgba(0, 0, 0, .1);
}

.bread_menu_wrap li.hs-menu-depth-3 ul a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.bread_menu_wrap li.hs-menu-depth-3 ul a:hover:after {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.bread_menu_wrap li.hs-menu-depth-3 ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
}


.bread_menu_wrap li.hs-menu-depth-3 {
  overflow: hidden;
}

.bread_menu_wrap li.hs-menu-depth-3 ul li {
  width: 100%;
  display: block;
  float: left;
  overflow: hidden;
}

.bread_menu_wrap li.hs-menu-depth-3.openMenu .dropdown-wrapper {
  max-height: calc(100vh - 100px);
  max-height: calc(100vh - 200px);
}

.bread_menu_wrap li.hs-menu-depth-3 .dropdown-wrapper::-webkit-scrollbar {
  width: 2px;
  position: absolute;
}
.bread_menu_wrap li.hs-menu-depth-3 .dropdown-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0;
}
.bread_menu_wrap li.hs-menu-depth-3 .dropdown-wrapper::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .5);
  border-radius: 0;
}
.bread_menu_wrap li.hs-menu-depth-3 .dropdown-wrapper::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.bread_menu_wrap li.hs-menu-depth-3 ul li.hs-menu-depth-4 > .dropdown-wrapper {
  display: none;
}

.menuFixed .bread_menu_wrap li.hs-menu-depth-3 > a {
  background-color: #f5f5f5;
  color: #000;
}

.bread_menu_wrap li.hs-menu-depth-3 > ul a {
  white-space: nowrap;
}

.bread_menu_wrap li.hs-menu-depth-2 > a + ul {
  margin-left: 1px;
}

.bread_menu_wrap li.hs-menu-depth-3 + li.hs-menu-depth-3 {
  margin-left: 1px;
}

.menuFixed .bread_menu_wrap li.hs-menu-depth-3.active-branch:last-of-type > a {
  color: #fff;
}

.bread_menu_wrap .dropdown-wrapper {
  overflow: hidden;
  overflow-y: auto;
  max-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.bread_menu_wrap li.hs-menu-depth-3 ul a {
  white-space: nowrap;
}

.bread_menu_wrap li.hs-menu-depth-3 > a:after {
  content: "";
  position: absolute;
  display: block;
  top: 23px;
  right: 40px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.5;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bread_menu_wrap li.hs-menu-depth-3.openMenu > a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bread_menu_wrap li.hs-menu-depth-2.active-branch {
  display: flex;
}

.bread_menu_wrap li.hs-menu-depth-2 {
  display: none;
}

.bread_menu_outer {
  width: auto !important;
  z-index: 11;
}

.menuFixed .bread_menu_outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 989;
  background-color: #fff;
  height: 80px;
}

.menuFixed .bread_menu_wrap li.hs-menu-depth-3.active-branch:last-child>a:after {
  opacity: 1;
}

.menuFixed .bread_menu_outer .bread_menu_wrap {
  position: static;
  width: 1376px;
  margin: 0 auto;
  padding: 14px 20px;
}

.menuFixed .bread_menu_outer .hs-menu-wrapper > ul {
  padding: 0;
}

.menuFixed .bread_menu_wrap li.hs-menu-depth-1  > a{
  background: #f5f5f5 url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_home_fix.png)  ;
}

.menuFixed .bread_menu_wrap li.hs-menu-depth-2 > a {
  background-color: #f5f5f5;
  color: #000;
}

.bread_menu_wrap li a .inner_text {
  position: relative;
  z-index: 4;
}

.bread_menu_wrap li.hs-menu-depth-3 > a .inner_text {
  padding-right: 30px;
}

.bread_menu_row.bg_el {
  z-index: 10;
  height: auto;
  pointer-events: all;
  z-index: unset;
}

.menuFixed .bread_menu_row {
  z-index: unset;
}

.bread_menu_row .page-center {
  position: relative;
}


.progress-bar-container {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 987;
}
.progress-bar {
  display: block;
  height: 1px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
}


@media(max-width: 992px) {
  .bread_menu_wrap li.hs-menu-depth-3 > a,
  .bread_menu_wrap li.hs-menu-depth-2 > a,
  .bread_menu_wrap li.hs-menu-depth-3 ul a[href*=javascript],
  .bread_menu_wrap li.hs-menu-depth-3 ul a {
    font-size: 11px;
  }

  .bread_menu_wrap li.hs-menu-depth-3 ul a {
    white-space: nowrap;
  }


}

@media(max-width:880px){
  .bread_menu_outer  {
    display: none;
  }
}

@media(max-width:767px){
  .progress-bar-container{
    display:none;
  }
}

/*  */

.conatct_cta h2.quote:after,.conatct_cta h2.quote:before{
  background-image:  url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_double_quotes.png);
}

.conatct_cta:after {
  background:  url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_triangle.png) no-repeat 0 0;
}

@media(max-width: 767px){
  .conatct_cta:after {
    
    background-image:  url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_triangle__amobile.png) ;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
  } 
}

/*  */



.cta_button.contact-us-cta {
  display: inline-block;
  border-bottom: none;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #ee8d03;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  padding: 0;
  position: relative;
  max-width: 150px;
  width: 100%;
}

.cta_button.contact-us-cta:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #ee8d03;
  -webkit-transition: width 1s 0.8s;
  transition: width 1s 0.8s;
  width: 0%;
}

.btn_wrap.up-on-scroll.active .cta_button.contact-us-cta:after{
  width: 100%;
}


@media(max-width: 767px){
  .cta_button.contact-us-cta {
    max-width: 100px;
    line-height: 41px;
    font-size: 16px;
  }
}

/* hybind */

@media(max-width: 767px){
  .advanced_content.cm_hybind_content h2 {
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
  }

  .advanced_content.cm_hybind_content .desc {
    line-height: 1.8;
    font-size: 0.875em;
  }

  .advanced_content.cm_hybind_content .desc p {
    font-size: inherit;
    line-height: inherit;
  }

  .advanced_content.cm_hybind_content .desc p br {
    display: none;
  }

}

/*  */

.solutions_wrap .card-mobil .card-side.front {
  background-color: #fff;
  background-image: url(../images/sub/img_circle_grey_13x13.png);
  background-image:  url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_circle_grey_13x13.png);
}

.activenrich-app .tab-box .tab-button:after,
.actBenefits_wrap .pagination-button:after{
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  display: block;
  width: 5px;
  height: 8px;
  /* background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/bg_swiper_activenrich_solutions_off.png)  0 0 no-repeat; */
  transform: translateX(-50%); /* 꼬리를 정확히 가운데로 정렬 */
  border-width: 10px; /* 꼬리 크기 */
  border-style: solid;
  border-color: #b7b7b7 transparent transparent transparent; /* 꼬리 색상과 방향 */
}

.activenrich-app .tab-box .tab-button.active:after,
.actBenefits_wrap .pagination-button.active:after{
  /*background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/bg_swiper_activenrich_solutions_on.png)  0 0 no-repeat;*/
  border-color: #DC5974 transparent transparent transparent;
}


/*  */

.actBenefits_wrap .slider-box .swiper-button-wrap {
  position: absolute;
  left: 0;
  top: 280px;
  width: 100%;
  z-index: 1;
}

.actBenefits_wrap button.swiper-button:after,.actBenefits_wrap button.swiper-button:before {
  display: none;
}

.actBenefits_wrap button.swiper-button {
  border: none;
  padding: 0;
}

.actBenefits_wrap button.swiper-button{
  position: absolute;
  top: 330px;
  top: 240px;
  display: block;
  width: 60px;
  height: 60px;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_arr_swiper_activenrich.png) 0 0 no-repeat;
}

.actBenefits_wrap button.swiper-button.swiper-button-next {
  left: auto;
  right: -50px;
  transform: rotate(180deg);
}

.actBenefits_wrap button.swiper-button.swiper-button-prev {
  margin-top: calc(-1* var(--swiper-navigation-size) / 2);
  z-index: 10;
  left: auto;
  right: -auto;
  /*   transform: rotate(180deg); */
  left: -10px;
}

.actBenefits_wrap .page-center {
  position: relative;
}


.actBenefits_wrap button.swiper-button.swiper-button-disabled {
  opacity: 50%;
}


@media(max-width: 1380px){
  .actBenefits_wrap .slider-box .swiper-button-wrap {
    top: 50%;
    transform: translateY(-50%);
  }

  .actBenefits_wrap button.swiper-button {
    top: auto;
  }

  .quick-menu.scrolling {
    display: none;
  }

  .actBenefits_wrap button.swiper-button.swiper-button-next {
    right: -10px;
  }


}
/*  */


.modal_popup_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding: 20px;
}

.modal_popup_wrap.active {
  display: flex;
}

.modal_popup_container {
  width: 470px;
  margin: 0 auto;
  padding: 20px 20px 50px;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 12px 12px 73px -24px rgba(0, 0, 0, 0.35);
  box-shadow: 12px 12px 73px -24px rgba(0, 0, 0, 0.35);
  opacity: 0;
  position: relative;
  width: 1190px;
  overflow: hidden;
  margin: auto;
  max-height: calc(100vh - 20px);
}

.modal_popup_wrap.active .modal_popup_container {
  opacity: 1;
}

.modal_popup_body {
  font-size: 16px;
  font-weight: 200;
  color: #444;
  height: 480px;
  overflow-y: scroll;
  margin: 80px 30px 0 0;
  padding: 0 40px 10px 40px;
  overflow-y: scroll;
  padding: 0 40px 10px;
  max-height: calc(100vh - 250px);
}

button.btn-modal.close {
  padding: 0;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  border: 0;
}

.modal_popup_body h3 {
  margin: 0;
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid #222;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  line-height: 1.2;
}

.modal_popup_body p {
  margin: 0;
  margin-top: 20px;
}

button.btn-modal.close:before,button.btn-modal.close:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 19px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #222;
}

button.btn-modal.close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

button.btn-modal.close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/*  */

.hybind_solutions.solutions_wrap .swiper-wrapper {
  margin-top: -20px;
  text-align: center;
}

.hybind_solutions.solutions_wrap .card {
  margin-left: 0;
  margin-right: 0;
}

/*  */

@media(min-width: 768px){

  .swiper-scrollbar {
    display: none;
  }

}

@media(max-width: 767px){
  .actBenefits_wrap .swiper-scrollbar {
    width: calc(100% - 30px);
    height: 1px;
    bottom: 45px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 50;
  }

  .actBenefits_wrap  .swiper-scrollbar-drag {
    margin-top: -1px;
    height: 3px;
    border-radius: 0;
    background-color: #000;
  }


  .services_wrap .custom-button-wrap ,
  .activenrich-app .custom-button-wrap {
    width: 136px;
    height: 60px;
    margin: 20px auto 0;
  }

  .services_wrap .custom-button-wrap button.swiper-button ,
  .activenrich-app .custom-button-wrap button.swiper-button {
    position: relative;
    left: initial;
    right: initial;
    margin-top: 0;
    top: 0;
    display: inline-block;
    width: 60px;
    padding: 0;
    border: none;
    height: 60px;
    background: transparent;
  }

  .services_wrap .custom-button-wrap button.swiper-button.swiper-button-prev ,
  .activenrich-app .custom-button-wrap button.swiper-button.swiper-button-prev {
    float: left;
  }

  .services_wrap .custom-button-wrap button.swiper-button.swiper-button-next ,
  .activenrich-app .custom-button-wrap button.swiper-button.swiper-button-next {
    float: right;
  }

  .services_wrap .custom-button-wrap button.swiper-button:after ,
  .activenrich-app .custom-button-wrap button.swiper-button:after {
    display: none;
  }

  .services_wrap .custom-button-wrap button.swiper-button.swiper-button-next:before ,
  .activenrich-app .custom-button-wrap button.swiper-button.swiper-button-next:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .services_wrap .custom-button-wrap button.swiper-button.swiper-button-disabled ,
  .activenrich-app .custom-button-wrap button.swiper-button.swiper-button-disabled {
    background: #fff;
    opacity: 1;
    border-radius: 100%;
  }

  .services_wrap .custom-button-wrap button.swiper-button.swiper-button-disabled:before ,
  .activenrich-app .custom-button-wrap button.swiper-button.swiper-button-disabled:before {
    opacity: 0.35;
  }

  .services_wrap .custom-button-wrap button.swiper-button:before ,
  .activenrich-app .custom-button-wrap button.swiper-button:before {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 11px;
    top: 23px;
    left: 17px;
    background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_arr_slider_arrow.png) no-repeat 0 0 / cover;
  }

  .services_wrap .custom-button-wrap ,
  .activenrich-app .custom-button-wrap {
    z-index: 11;
  }
}



/*  */

.swiper-custom-ui .swiper-button {
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_big_arrow.png) no-repeat 0 0;
}

.swiper-custom-ui .swiper-button.swiper-button-next {
  right: 0;
}

.swiper-custom-ui .swiper-button:after {
  display: none;
}

.swiper-custom-ui .swiper-button.swiper-button-prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*  */

.cm_healthy_amino .desc div {
  margin-top: 70px;
  text-align: center;
}

@media(max-width: 767px){
  .cm_healthy_amino .desc div {
    margin-top: 35px;
  }
}
/*  */

.solutions_wrap.aminoAcids_solutions.dnd_padd .bg_image {
  background-position: 50% 87%;
  background-repeat: no-repeat;
  background-size: auto;
}

.aminoAcids_solutions .description {
  text-align: center;
  line-height: 2;
  font-size: 17px;
  color: #444;
}

.aminoAcids_solutions .description p {
  margin: 0;
}

.solutions_wrap.aminoAcids_solutions .card-mobil {
  margin-top: 120px;
}

.solutions_wrap.aminoAcids_solutions .swiper-slide {
  width: 440px;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: auto;
  height: 615px;
}

.solutions_wrap.aminoAcids_solutions .card {
  margin: 0;
}

.solutions_wrap.aminoAcids_solutions .ico-itm {
  padding-top: 82px;
}

.solutions_wrap.aminoAcids_solutions .card-list {
  margin-top: 0;
}

.solutions_wrap.aminoAcids_solutions .ico-itm h2 {
  font-size: 23px;
  font-family: "CJ onlyOne";
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 35px;
}

.solutions_wrap.aminoAcids_solutions .ico-itm h2 span {
  display: block;
  font-size: 43px;
}

.solutions_wrap.aminoAcids_solutions .card-list > div {
  display: block;
  width: 284px;
  height: 284px;
  margin: 0 auto 50px;
}

.solutions_wrap.aminoAcids_solutions .card-list > div {
  margin-bottom: 0;
  height: auto;
}

.solutions_wrap.aminoAcids_solutions .card-list > div img {
  margin-bottom: 50px;
  display: block;
}

.solutions_wrap.aminoAcids_solutions .card-list > div span {
  font-size: 18px;
  color: #999;
}

.solutions_wrap.aminoAcids_solutions .card-side.front {
  -webkit-box-shadow: 20px 30px 50px #ddd;
  box-shadow: 20px 30px 50px #ddd;
}


@media(max-width: 767px){
  .solutions_wrap.aminoAcids_solutions  .description {
    line-height: 1.8;
    color: #444;
    font-size: 14px;
  }

  .solutions_wrap.aminoAcids_solutions .card-mobil {
    margin: 0;
    width: 100%;
  }

  .solutions_wrap.aminoAcids_solutions .card-mobil .swiper-slide {
    margin: 0;
    width: 100%;
    height: 416px;
    display: block;
  }

  .solutions_wrap.aminoAcids_solutions .card-mobil {
    position: relative;
    margin-top: 27px;
    padding: 0;
  }

  .solutions_wrap.aminoAcids_solutions .card-mobil .card-side.front {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .solutions_wrap.aminoAcids_solutions .ico-itm {
    padding: 0;
  }

  .solutions_wrap.aminoAcids_solutions .ico-itm h2 {
    margin-top: 22px;
    font-size: 16px;
    font-family: "CJ onlyOne";
    font-weight: 700;
    padding-bottom: 0;
  }

  .solutions_wrap.aminoAcids_solutions .ico-itm h2 span {
    display: block;
    font-size: 30px;
  }

  .solutions_wrap.aminoAcids_solutions .card-list>div {
    width: 204px;
    height: 203px;
    margin: 19px auto 31px;
    height: auto;
  }

  .solutions_wrap.aminoAcids_solutions .card-list> div span {
    font-size: 14px;
    color: #999;
  }

  .solutions_wrap.aminoAcids_solutions .card-list > div img {
    margin-bottom: 31px;
  }

  .solutions_wrap.aminoAcids_solutions.dnd_padd .bg_image {
    height: 463px;
    top: auto;
    bottom: 0;
    background-size: 200% 120%;
    background-position: 27% 0;
    left: -30%;
    width: calc(200% -  60px);
  }

}



/*  */

.aminon_partners .acc-cont-box .txt-box .btn-more {
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/bg_btn_more.png) no-repeat 0 0;
  background-size: cover;
}



/*  */


.feed_compound_section.solutions_wrap .description {
  margin-top: 30px;
  text-align: center;
  line-height: 2;
  font-size: 17px;
  color: #444;
}

.feed_compound_section.solutions_wrap .description p {
  margin: 0;
}

.feed_compound_section.solutions_wrap .card-mobil {
  position: relative;
  margin: 90px auto 0;
  width: 855px;
}



.feed_compound_section.solutions_wrap .card {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 14px;
}

.feed_compound_section.solutions_wrap .card:before {
  display: none;
}

.feed_compound_section.solutions_wrap .card-side.first_card{
  position: relative;
  height: auto;
  width: 100%;
}

.feed_compound_section.solutions_wrap .ico-itm {
  padding: 0;
}

.feed_compound_section.solutions_wrap .imng_bopx {
  display: block;
  width: 178px;
  height: 178px;
  margin: 0 auto 30px;
}

.feed_compound_section.solutions_wrap .card-side.second_card {
  display: none;
}

.feed_compound_section.solutions_wrap .txt .card-list,
.feed_compound_section.solutions_wrap .txt p {
  margin: 0;
  color: #888;
}

@media(min-width: 768px){
  .feed_compound_section.solutions_wrap .swiper-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-self: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .feed_compound_section.solutions_wrap .swiper-slide {
    margin: 0;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
  }
}


@media(max-width: 767px){
  .feed_compound_section.solutions_wrap .card-mobil .swiper-slide {
    height: auto;
    margin: 0;
    width: 100%;
  }

  .feed_compound_section.solutions_wrap .card-mobil {
    width: 100%;
    display: block;
  }

}

/*  */

.feed_product_slider .slider-products .swiper-button-wrap button:before {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 14px;
  top: 23px;
  left: 17px;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_arr_slider2.png)  ;
}
.feed_product_slider .slider-products .swiper-button-next:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


.map-youtell-global-network .map-box .map .ain-box ul li [class*=radius-box-itm]:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
}

.map-youtell-global-network .map-box .map .ain-box ul li [class*=radius-box-itm1]:after {
  bottom: -65px;
  right: 28px;
  width: 27px;
  height: 65px;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_map_radius_box_itm1.png)  0 0 no-repeat;
}

.map-youtell-global-network .map-box .map .ain-box ul li [class*=radius-box-itm2]:after {
  right: -21px;
  top: 31px;
  width: 39px;
  height: 38px;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_map_radius_box_itm2.png)  0 0 no-repeat;
}

.map-youtell-global-network .map-box .map .ain-box ul li [class*=radius-box-itm4]:after {
  left: -21px;
  top: 36px;
  width: 46px;
  height: 55px;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_map_radius_box_itm4.png)  0 0 no-repeat;
}

.map-youtell-global-network .map-box .map .ain-box ul li [class*=radius-box-itm3]:after {
  left: 250px;
  top: 26px;
  width: 63px;
  height: 23px;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_map_radius_box_itm3.png)  0 0 no-repeat;
}

.banner_wrap .downalod_btn a span:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 11px;
  margin-left: 10px;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_download.png)  ;
}



.events_wrapper .post-item .top-info:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 222px;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/bg_y_gradient.png)  repeat-x 0 0;
}

/*  */


.banner_wrap.cm_event_banner {
  padding-bottom: 45px;
}

.banner_wrap.cm_event_banner .page-center {
  align-items: end;
}

.banner_wrap.cm_event_banner p.page-desc {
  text-transform: none;
  font-family: inherit;
  margin: 0;
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}

.banner_wrap.cm_event_banner h1.page-tit {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: "CJ onlyOne";
  font-weight: 500;
  font-size: 32px;
}

@media(max-width: 767px){
  .banner_wrap.cm_event_banner .page-center {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .banner_wrap.cm_event_banner {
    padding-bottom: 0;
  }

  .banner_wrap.cm_event_banner p.page-desc {
    margin: 11px 0 0;
    font-size: 14px;
  }

  .banner_wrap.cm_event_banner h1.page-tit {
    font-family: "CJ onlyOne";
    font-size: 27px;
    font-weight: 500;
    line-height: 1.3;
    padding: 0;
    margin: 0;
  }

}


/*  */
/* Events HUbdb */

.events_post_content {
  background-color: #f8f8f8;
  padding-left: 20px;
  padding-right: 20px;
}

@media(max-width: 767px){

  .events_post_content {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.events_post_content > .page-center {
  position: relative;
  padding: 0;
  padding-top: 37px;
  width: 896px;
  padding-bottom: 130px;
  color: #666;
  max-width: 100%;
}

.events_post_content .content img {
  vertical-align: middle;
}

.events_post_content .content {
  padding: 72px 0 90px;
  color: #666;
  line-height: 1.5;
  font-size: 14px;
}

.events_post_content .content p {
  margin: 0;
}

.events_post_content .content ul, .events_post_content .content ol {
  margin: 0;
}

.events_post_content .content p img {
  line-height: 0;
  vertical-align: middle;
}

.banner_wrap.events_banner.dnd_padd .banner_content {
  text-align: center;
}

.banner_wrap.events_banner.dnd_padd .page-desc > span {
  display: table;
  font-weight: 300;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
}

.banner_wrap.events_banner.dnd_padd p.page-desc {
  margin: 0;
}

.banner_wrap.events_banner.dnd_padd {
  padding: 120px 0 50px;
}

.banner_wrap.events_banner.dnd_padd h1.page-tit {
  width: 100%;
  line-height: 1.5;
  font-weight: 300;
  font-size: 30px;
  margin: 0;
  padding-bottom: 10px;
  font-family: "CJ onlyOne";
}

.banner_wrap.events_banner.dnd_padd .page-desc span.date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  margin-top: 10px;
}

.banner_wrap.events_banner.dnd_padd .page-desc .place {
  font-size: 16px;
  margin-top: 5px;
}

.banner_wrap.events_banner.dnd_padd .page-desc i {
  font-style: normal;
}

.banner_wrap.events_banner.dnd_padd .page-desc .place:empty {
  display: none;
}

.banner_wrap.events_banner.dnd_padd .page-desc .place:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;

  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_location.png) no-repeat 0 0;
}

.banner_wrap.events_banner.dnd_padd .page-desc {
  font-family: inherit;
}

.banner_wrap.events_banner.dnd_padd .page-desc i.booth:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  margin: 0 10px;
  background: #6d6c87;
  vertical-align: middle;
}
/* Events Hubdb */
/*  */


.events_post_content .floating-box a.prev:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 23px;
  width: 17px;
  height: 12px;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_arr_left.png) no-repeat 0 0;
}
.events_post_content .floating-box .btn-big {
  position: relative;
  display: block;
  width: 188px;
  height: 56px;
  float: left;
  line-height: 53px;
  border: 1px solid #c1c1c1;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  text-align: center;
}
.events_post_content .floating-box a.next{
  margin-left: 10px;
  float: right;
}

.events_post_content .floating-box a.list:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 18px;
  width: 18px;
  height: 18px;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_square.png) no-repeat 0 0;
}
.events_post_content .floating-box a.next:before{
  content: "";
  position: absolute;
  right: 20px;
  top: 23px;
  width: 17px;
  height: 12px;
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_arr_right.png) no-repeat 0 0;
}

@media(max-width: 767px){

  .events_post_content .floating-box span {
    width: 100%;
  }
  .events_post_content .floating-box span:not(:first-child) {
    margin-top: 10px;
  }
  .events_post_content .floating-box a.prev,
  .events_post_content .floating-box a.next{
    width: calc(50% - 5px);
  }
  .events_post_content .floating-box a.list {
    width: 100%;
  }
  .events_post_content .floating-box .btn-big {
    font-size: 14px;
    font-weight: 300;
    height: 43px;
    line-height: 43px;
  }
  .events_post_content .floating-box a.prev:before {
    left: 15px;
    top: 17px;
    width: 13px;
    height: 9px;
    background-size: cover;
  }
  .events_post_content .floating-box a.next:before {
    top: 17px;
    left: initial;
    right: 0;
    width: 13px;
    height: 9px;
    background-size: cover;
    top: 17px;
    width: 13px;
    left: initial;
    right: 0;
    margin-right: 15px;
  }
  .events_post_content .floating-box a.list:before {
    width: 13px;
    height: 13px;
    top: 13px;
    right: 13px;
    background-size: cover;
  } 
}

/*  */
@media(max-width: 767px){
  .advanced_content.ceo-intro p br {
    display: none;
  }

  .advanced_content.ceo-intro p {
    padding-bottom: 32px;
  }

}

.news-header .search-box select,
.events_wrapper .news-header .search-box select {
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_tri_down2.png) no-repeat 100% 50% !important;
}

.menuFixed .bread_menu_wrap li.hs-menu-depth-3 > a:after {
  border-color: #000 #000 transparent transparent;
}
.menuFixed .bread_menu_wrap li.hs-menu-depth-3.active-branch:only-of-type > a:after,
.menuFixed .bread_menu_wrap li.hs-menu-depth-3.active-branch ~ .active-branch > a:after {
  border-color: #fff #fff transparent transparent;
}

.menuFixed .bread_menu_wrap .activEcounts1 li.hs-menu-depth-3 > a:after {
  border-color: #fff #fff transparent transparent;
}

.menuFixed .bread_menu_wrap li.hs-menu-depth-2.active-branch.activEcounts1 li.hs-menu-depth-3.active-branch > a:after {
  opacity: 1;
}

@media(max-width: 767px){

  .events_wrapper .news-header .search-box select,
  .news-header .search-box select {
    background:#fff url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_arr_down.png) no-repeat 100% 50%/42px auto !important;
  }

}

/*  */

.advanced_content.biotector-text-KO .desc {
  line-height: 1.5;
}

.banner_wrap.events_banner.dnd_padd p.page-desc {
  margin: 0;
}


.events_post_page_zh .banner_wrap.events_banner.dnd_padd p.page-desc,
.events_post_page_kr .banner_wrap.events_banner.dnd_padd p.page-desc {
  letter-spacing: 0;
}





/*  */
/*  */



.cm_error_page .mes-error-wrap { 
  min-height: 400px;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
}
.cm_error_page .mes-error-wrap .cont-box {
  position: relative;
  display: inline-block; 
}
.cm_error_page .mes-error-wrap .ico-error {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  padding-top: 3px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  color: #222;
  font-size: 24px;
  font-weight: 700;
}
.cm_error_page .mes-error-wrap .message {
  color: #444;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.5;
}
.cm_error_page .mes-error-wrap .message span {
  margin-top: 30px;
}
.cm_error_page .mes-error-wrap .message strong {
  display: block;
  margin: 47px auto 18px;
  font-size: 18px;
  font-weight: 300;
  color: #222;
}
.cm_error_page .mes-error-wrap .button-wrap {
  margin-top: 60px;
}
.cm_error_page .mes-error-wrap .button-wrap button {
  min-width: 130px;
  height: 56px;
  margin: 0 8px;
  padding: 0 20px;
  line-height: 56px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}
.cm_error_page .mes-error-wrap .button-wrap button:hover {
  color: #e23043;
  border: 1px solid #e23043;
}
.cm_error_page .mes-error-wrap .button-wrap button:active {
  color: #fff;
  background: #e23043;
}


.cm_error_page .mes-error-wrap .button-wrap button {
  margin-bottom: 10px;
}

.hs-search-results__title {
  padding: 0 !important;
}

.hs-search-results__pagination {
  flex-wrap: wrap;
}



@media(max-width: 767px){

  .banner_wrap.cmBlogPostBanner.events_banner {
    height: auto;
    padding-top: 66px;
    padding-bottom: 0;
  }

  .banner_wrap.cmBlogPostBanner.events_banner .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner_wrap.events_banner.dnd_padd h1.page-tit {
    line-height: 1.7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
  }

  .banner_wrap.events_banner.dnd_padd p.page-desc {
    margin: 11px 0 0;
    font-size: 14px;
    margin-top: 50px;
  }

  .banner_wrap.events_banner.dnd_padd .page-desc span.date {
    font-size: 14px;
  }

  .events_post_content .content {
    padding: 43px 0 80px;
    padding: 0;
  }

  .events_post_content > .page-center {
    padding: 43px 30px 80px;
  }

  .events_post_content {
    padding-left: 0;
    padding-right: 0;
    background: #fff;
  }

  .events_post_content .content p {
    line-height: 1.7;
  }

  .events_post_content  .floating-box {
    margin-top: 74px;
  }

  .banner_wrap.events_banner.dnd_padd .page-desc i {
    display: block;
  }

  .banner_wrap.events_banner.dnd_padd .page-desc .place {
    margin-top: 5px;
    line-height: 1.6;
    font-size: 14px;
  }

  .banner_wrap.events_banner.dnd_padd .page-desc i.booth:before {
    display: none;
  }


}

.systems-page {
  max-width: 100%;
}

.systems-page form {
  max-width: 700px;
  width: 100%;
}



/* ss */
.cm-process .process-wrap .bg-dotted-line {
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/bg_dotted_round_line.png) no-repeat 0 0;
}
.hd-area {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -99999px;
  width: 0;
  height: 0;
  line-height: 0;
  color: transparent;
}
.cm-solutions .popup-lay .popup-box .btn-popup{
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_close_16x16.png) no-repeat 50% 50%;
}
.banner_wrap.xsoy_bnr p.page-desc {
  padding: 15px 0 20px;
}
.banner_wrap.xsoy_bnr .page-info {
  padding-top: 10px;
}
.card-mobil .card {
  position: relative;
  display: inline-block;
  margin: 0 9px;
  vertical-align: top;
  text-align: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.card-mobil.t-circle .card {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background-color: #fff;
  margin: 150px 10px 55px;
  -webkit-box-shadow: 0px 80px 60px -50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 80px 60px -50px rgba(0, 0, 0, 0.15);
}
.card-mobil .card:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 60px;
  bottom: 100%;
  background-color: #bdbbb5;
}
.card-mobil.t-circle .card:before {
  height: 77px;
}
.card-mobil.t-circle .card::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #ccc;
  left: 50%;
  z-index: 1;
}
.card-mobil.t-circle .card::after {
  width: 13px;
  height: 13px;
  margin-left: -6.5px;
  border-radius: 50%;
  top: 26px;
}
.advanced_content.biotector-text .desc h3 {
  height: 1px;
  margin: 100px 0 80px;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  line-height: 1.2;
} 
.advanced_content.biotector-text .desc h3 span {
  position: relative;
  display: inline-block;
  top: -15px;
  padding: 0 15px;
  background-color: #fff;
  font-size: 22px;
  color: #999;
}
.advanced_content.biotector-text .desc ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.advanced_content.biotector-text .desc ul li {
  position: relative;
  margin-left: 100px;
  padding-left: 48px;
  font-size: 17px;
  color: #444;
  text-align: left;
}
.advanced_content.biotector-text .desc ul li+li {
  margin-top: 10px;
}
.advanced_content.biotector-text .desc ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 10px;
  background: #ccc;
}
.advanced_content.biotector-text .desc h3 ~ h3 {
  margin: 100px 0 80px;
}
.advanced_content.biotector-text {
  padding-bottom: 0;
}
.solutions_wrap.sustainable-agriculture .tit-round.mini {
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #666;
  display: inline-block;
  margin: 50px 0;
  background-color: #f7f7f7;
  border-radius: 25px;
  margin-top: 0;
  font-weight: 500;
}
.solutions_wrap.sustainable-agriculture {
  text-align: center;
  padding-bottom: 90px;
}
.solutions_wrap.sustainable-agriculture .card-mobil {
  margin-top: 120px;
}
.solutions_wrap.sustainable-agriculture .swiper-slide {
  height: 362px;
  margin: -20px 16px 0;
  width: 238px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 100px;
  vertical-align: top;
  text-align: center;
}
.solutions_wrap.sustainable-agriculture .swiper-slide:nth-child(1) {
  z-index: 3;
}
.solutions_wrap.sustainable-agriculture .swiper-slide:nth-child(2) {
  z-index: 2;
}
.solutions_wrap.sustainable-agriculture .swiper-slide:nth-child(3) {
  z-index: 1;
}
.solutions_wrap.sustainable-agriculture .swiper-slide:nth-child(4) {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.solutions_wrap.sustainable-agriculture .swiper-slide:nth-child(2) {
  z-index: 2;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.solutions_wrap.sustainable-agriculture .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 60px;
  bottom: 100%;
  background-color: #bdbbb5;
}
.solutions_wrap.sustainable-agriculture .swiper-slide .card {
  margin: 0;
}
.solutions_wrap.sustainable-agriculture .swiper-slide .card .card-side:last-child {
  box-shadow: unset;
  background: transparent;
}
.solutions_wrap.sustainable-agriculture .swiper-slide .card .card-side {
  -webkit-box-shadow: 22px 40px 81px -13px rgba(0, 0, 0, 0.2);
  box-shadow: 22px 40px 81px -13px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  background-color: #f9f9f9;
}
.solutions_wrap.sustainable-agriculture .swiper-slide .card .card-side .ico-itm.ico-itm1 {
  padding: 0;
}
.solutions_wrap.sustainable-agriculture .swiper-slide .card .card-side .imng_bopx {
  display: block;
  width: 95px;
  height: 95px;
  margin: 72px auto 45px;
}
.solutions_wrap.sustainable-agriculture .swiper-slide .card .card-tit {
  font-size: 17px;
  color: #222;
  line-height: 1.5;
}
.solutions_wrap.sustainable-agriculture .swiper-slide .card .card-list {
  margin: 0;
}
.solutions_wrap.sustainable-agriculture .swiper-slide .card .card-list p {
  display: block;
  margin-top: 17px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0;
}
.solutions_wrap.sustainable-agriculture .swiper-slide .card .card-side .ico-itm {
  padding: 0;
}
.solutions_wrap.sustainable-agriculture .swiper-slide .card .card-side {
  background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_circle_grey.png);
  background-repeat: no-repeat;
  background-position: center 20px;
  vertical-align: top;
}
.product-banner.page-head.pd.lysine .button-container a span:after {
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_download.png);
}
.product-banner.page-head.pd.lysine .pd-img:after {
  background: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_shadow_intro.png) no-repeat 0 0;
}
.product-banner.page-head.pd.lysine .marker {
  background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/bg_marker_top.png), url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/bg_marker_bottom.png);
}
.solutions_wrap.functions .description h2 {
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 60px;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
}
.solutions_wrap.functions .description h2 span {
  display: block;
  margin-top: 5px;
  font-size: 20px;
}
.solutions_wrap.functions .description h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #ccc;
}
.solutions_wrap.functions .description p {
  line-height: 2;
  font-size: 17px;
  color: #444;
  margin: 0;
  text-align: center;
}
.solutions_wrap.functions .card-mobil {
  margin-top: 120px;
}
.solutions_wrap.functions .card-mobil .swiper-slide {
  width: 258px;
  height: 322px;
  position: relative;
  display: inline-block;
  margin: 0 9px;
  vertical-align: top;
  text-align: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.solutions_wrap.functions .card-mobil .swiper-slide .card-side.front{
  background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_circle_white_13x13.png);
  box-shadow: unset;
}
.solutions_wrap.functions .card-mobil .swiper-slide .card-side.front {
  background-repeat: no-repeat;
  background-position: center 20px;
  vertical-align: top;
  font-size: 17px;
  color: #222;
  z-index: 1;
  padding: 0 20px;
}
.solutions_wrap.functions .card-mobil .swiper-slide .card-side.front .ico-itm {
  padding: 0;
}
.solutions_wrap.functions .card-mobil .swiper-slide .card-side.front .ico-itm .imng_bopx {
  display: block;
  width: 130px;
  height: 124px;
  margin: 58px auto 35px;
  background-size: contain;
}
.solutions_wrap.functions .card-mobil .swiper-slide .card {
  margin: 0;
}
.solutions_wrap.functions .card-mobil .swiper-slide .txt .card-list {
  margin: 0;
}
.solutions_wrap.functions .card-mobil .swiper-slide .txt .card-list p {
  margin: 0;
}
.solutions_wrap.functions {
  padding-bottom: 90px;
}
.cm-innovative-sol.contents.type2 {
  text-align: center;
  background: transparent;
}
.cm-innovative-sol.contents.type2 h2.h2 {
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 60px;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
}
.cm-innovative-sol.contents.type2 h2.h2 span {
  display: block;
  margin-top: 5px;
  font-size: 20px;
}
.cm-innovative-sol.contents.type2 h2.h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #ccc;
}
.cm-innovative-sol.contents.type2 .cont-box {
  display: inline-block;
  width: 400px !important;
  margin: 0 77px;
  vertical-align: top;
}
.cm-innovative-sol.contents.type2 .cont-box h3.tit-round {
  height: 50px;
  margin: 50px 0;
  background-color: #f7f7f7;
  border-radius: 25px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 500;
  color: #444;
  margin-top: 0;
  position: relative;
  width: 100%;
}
.cm-innovative-sol.contents.type2 .cont-box:first-of-type .img {
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.cm-innovative-sol.type2 .cont-box.pair .cont {
  padding: 65px 32px 50px !important;
  height: 515px !important;
  text-align: left;
}
.cm-innovative-sol.type2 .cont-box.pair:first-of-type .cont .img {
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.cm-innovative-sol.type2 .cont-box.pair:last-of-type .img {
  background-position: center bottom;
}
.cm-innovative-sol.type2 .cont-box.pair {
  -webkit-box-shadow: 0 10px 33px -15px rgba(0, 0, 0, .15);
  box-shadow: 0 10px 33px -15px rgba(0, 0, 0, .15);
}
.advanced-video.type2 {
  padding: 90px 0 110px !important;
}
.advanced-video.type2 h2.vdTitle.h2 {
  color: #b297c4;
  line-height: 1.2;
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 60px;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 40px;
}
.advanced-video.light.type2 .inner .vdTitle:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #ccc;
  opacity: 0.4;
  top: 67px;
}
.advanced-video.light.type2 .video-box {
  position: relative;
  display: block;
  width: 960px;
  height: 540px !important;
  -webkit-box-shadow: 20px 55px 45px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 20px 55px 45px -1px rgba(0, 0, 0, 0.25);
  margin: auto;
}
.advanced-video.light.type2::before {
  min-height: 698px;
}
.advanced_content.break .page-center {
  padding: 0;
}
.solutions_wrap.functions.cjpha .description h2 {
  padding-bottom: 65px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #222;
  margin: 0;
}
.solutions_wrap.functions.cjpha .description h2:after {
  display: none;
}
.solutions_wrap.functions.cjpha .card-mobil .swiper-slide {
  margin: -20px 16px 0;
  width: 238px;
  height: 300px;
}
.solutions_wrap.functions.cjpha .card-mobil .swiper-slide .card-side.front {
  -webkit-box-shadow: 22px 40px 81px -13px rgba(0, 0, 0, 0.2);
  box-shadow: 22px 40px 81px -13px rgba(0, 0, 0, 0.2);
  background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_circle_grey_1.png);
}
.solutions_wrap.functions.cjpha .card-mobil .swiper-slide .card-side.front .imng_bopx {
  width: 95px;
  height: 95px;
  margin: 72px auto 45px;
}
.product-details.pollution .title h2 {
  padding-bottom: 65px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #222;
  margin: 0;
}
.product-details.pollution .title h2:after {
  display: none;
}
.product-details.pollution .img-wrap {
  margin: 100px 0 0;
}
.product-details.pollution .content-wrapper {
  padding-bottom: 0;
}
.cj-phact-applications .marine-process .swiper-button-wrap button.swiper-button-next{
  background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/btn_cjpha_right_on.png);
}
.cj-phact-applications .marine-process .swiper-button-wrap button.swiper-button-prev{
  background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/btn_cjpha_right_on.png);
}
.cj-phact-applications .marine-process .swiper-button-wrap .swiper-button-disabled{
  background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/btn_cjpha_right_off.png);
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.ct-solution.cjpha .swiper-button{
  background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_arr_slider.png);
}
.solutions_wrap.aminoAcids_solutions .card-side.front {
  -webkit-box-shadow: 20px 30px 50px #ddd !important;
  box-shadow: 20px 30px 50px #ddd !important;
}
.solutions_wrap.aminoAcids_solutions .card-side.back {
  box-shadow: unset;
}
.formSec .inner.page-center form textarea {
  min-height: 107px;
}
section.beyond .swiper-slide .img-cont .inner svg.btn-circle:hover{
  background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/ico_circlearr_right_active.png);
}
.progress-bar-container{
  z-index: 99 !important;
}
@media(max-width: 1170px){
  .cm-innovative-sol.contents.type2.RemoveShadow .cont-box.pair:last-child h3.tit-round {
    margin-top: 50px;
  }
}

@media(max-width: 1024px){
  .advanced-video.light.type2 .video-box {
    width: 100% !important;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .solutions_wrap.sustainable-agriculture .swiper-slide {
    width: 47%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .solutions_wrap.functions .card-mobil .swiper-slide {
    width: calc(33.33% - 30px);
  }
}

@media(max-width: 800px){
  .product-banner.page-head.pd.lysine .pd-img:after {
    background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_shadow_introo.png);
  }
}

@media(max-width: 767px){
  .card-mobil.t-circle .card:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: #ccc;
    left: 50%;
    z-index: 1;
    width: 10px;
    height: 10px;
    margin-left: -4.5px;
    border-radius: 50%;
    top: 17px;
  }
  .card-mobil.t-circle .card:before {
    content: "";
    display: block;
    position: absolute;
    height: 57px;
    top: -40px;
    left: 50%;
    width: 1px;
    bottom: 100%;
    background-color: #bdbbb5;
  }
  .advanced_content.biotector-text {
    padding: 80px 22px;
  }
  .advanced_content.biotector-text h2.h2 {
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
  }
  .advanced_content.biotector-text .desc h3 span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    background-color: #fff;
    font-size: 18px;
    color: #999;
  }
  .advanced_content.biotector-text .desc h3 {
    position: relative;
    height: auto;
    margin: 48px 0;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    border: 0;
    line-height: 19.656px;
  }
  .advanced_content.biotector-text .desc h3:before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #999;
  }
  .advanced_content.biotector-text .page-center {
    padding: 0;
  }
  .advanced_content.biotector-text .desc ul li {
    position: relative;
    padding-left: 10px;
    text-align: left;
    line-height: 23px;
    color: #666;
    font-size: 14px;
    margin: 0;
  }
  .advanced_content.biotector-text .desc ul li+li {
    margin-top: 0;
  }
  .advanced_content.biotector-text .desc h3~h3 {
    position: relative;
    height: auto;
    margin: 48px 0;
    font-weight: 700;
    text-align: center;
  }
  .advanced_content.biotector-text {
    padding-bottom: 0;
  }
  .biotector-wrapper .box.series-swine {
    border: 0;
    margin-top: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
  }
  .advanced_content.biotector-text .desc h3 span{
    top: 0;
  }
  .solutions_wrap.sustainable-agriculture .tit-round.mini {
    min-width: 183px;
    font-size: 14px;
    color: #666;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 30px 0;
    padding: 4px 20px;
    background-color: #f7f7f7;
    border-radius: 30px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 0;
  }
  .solutions_wrap.sustainable-agriculture .swiper-slide {
    transform: unset !important;
    height: 306px !important;
    margin-top: 0;
  }
  .solutions_wrap.sustainable-agriculture .card-mobil {
    margin-top: 67px;
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
  .solutions_wrap.sustainable-agriculture .swiper-slide .card .card-side {
    background-image: unset;
  }
  .solutions_wrap.sustainable-agriculture .swiper-slide:before {
    bottom: 100%;
    left: 50%;
    width: 1px;
    height: 28px;
    background-color: #ccc;
  }
  .solutions_wrap.sustainable-agriculture .swiper-slide .card .card-side .imng_bopx {
    background-position-x: 0px;
    background-size: cover;
    background-position-y: 0;
    width: 107px;
    height: 107px;
    margin: 50px auto 18px;
  }
  .solutions_wrap.sustainable-agriculture .swiper-slide .card .card-tit {
    font-size: 14px;
    font-weight: 500;
  }
  .solutions_wrap.sustainable-agriculture .swiper-slide .card .card-list p {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #666;
  }
  .solutions_wrap.sustainable-agriculture .swiper-slide {
    margin-bottom: 0;
  }
  .solutions_wrap.sustainable-agriculture {
    padding-bottom: 80px;
  }
  .solutions_wrap.functions {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .solutions_wrap.functions .description h2 {
    position: relative;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
  }
  .solutions_wrap.functions .description h2 span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
  }
  .solutions_wrap.functions .description h2 {
    position: relative;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 0;
  }
  .solutions_wrap.functions .description h2:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    margin: 13px auto 23px;
    background-color: #ccc;
    position: static;
  }
  .solutions_wrap.functions .description p {
    line-height: 1.8;
    color: #444;
    font-size: 14px;
  }
  .solutions_wrap.functions .card-mobil {
    margin-top: 50px;
  }
  .solutions_wrap.functions .card-mobil {
    margin-left: 0;
    width: 100%;
    overflow: visible;
  }
  .solutions_wrap.functions .card-mobil .swiper-slide {
    width: 223px;
    height: 284px;
    margin: 0;
  }
  .solutions_wrap.functions .card-mobil .swiper-slide .card-side.front .ico-itm .imng_bopx {
    display: block;
    height: 107px;
    margin: 0 auto 35px;
    width: 113px;
  }
  .solutions_wrap.functions .card-mobil .swiper-slide .card-side.front .ico-itm p {
    line-height: 1.5;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
  }
  .solutions_wrap.functions .card:after,
  .solutions_wrap.functions .card:before,
  .solutions_wrap.functions .card:before{
    display: none;
  }
  .solutions_wrap.functions .card-mobil .swiper-slide .card-side.front {
    background-image: unset;
    padding: 50px 20px;
  }
  .solutions_wrap.functions .card-mobil{
    padding-bottom: 0;
  }
  .cm-innovative-sol.type2 .content-wrapper {
    padding: 80px 20px;
  }
  .cm-innovative-sol.contents.type2 h2.h2 {
    position: relative;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin: 0;
    padding: 0;
  }
  .cm-innovative-sol.contents.type2 h2.h2 span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
  }
  .cm-innovative-sol.contents.type2 h2.h2:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    margin: 13px auto 23px;
    background-color: #ccc;
    position: static;
  }
  .cm-innovative-sol.contents.type2 .cont-box {
    width: auto !important;
    margin: 0;
    box-shadow: unset;
  }
  .cm-innovative-sol.contents.type2 .cont-box h3.tit-round {
    display: inline-block;
    min-width: 246px;
    min-height: 30px;
    margin: 30px 0;
    padding: 4px 20px;
    background-color: #f7f7f7;
    border-radius: 30px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 0;
    font-size: 14px;
    height: auto;
    width: auto;
  }
  .cm-innovative-sol.contents.type2 .cont-box h3.tit-round:before {
    width: 1px;
    height: 31px;
    top: 100%;
  }
  .cm-innovative-sol.contents.type2 .cont-box h3.tit-round:after {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(40px);
    transform: translateX(-50%) translateY(40px);
  }
  .cm-innovative-sol.type2 .cont-box.pair .cont {
    padding: 50px 22px !important;
    height: auto !important;
  }
  .cm-innovative-sol.type2 .cont-box.pair:first-of-type .cont .img {
    margin: 16px auto 36px;
    width: 152px;
    height: 102px;
    background-position: 0 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cm-innovative-sol.type2 .cont-box.pair:first-of-type .cont .img {
    background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/img_best_choice_mob.gif) !important;
  }
  .cm-innovative-sol.type2 .desc p {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
  }
  .cm-innovative-sol.contents.type2 .cont-box:last-of-type h3.tit-round {
    margin: 30px 0;
  }
  .cm-innovative-sol.type2 .cont-box.pair+.cont-box.pair {
    margin-top: 20px;
  }
  .cm-innovative-sol.type2 .cont-box.pair .cont {
    box-shadow: unset;
  }
  .cm-innovative-sol.type2 .cont-box.pair:last-of-type .img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 126px;
    height: 126px;
    margin: 16px auto 36px;
  }
  .advanced-video.type2 {
    padding: 80px 22px !important;
    padding-top: 50px !important;
  }
  .advanced-video.type2::before {
    background: transparent !important;
  }
  .advanced-video.type2 .page-center {
    padding: 0;
  }
  .advanced-video.type2 h2.vdTitle.h2 {
    display: none;
  }
  .advanced-video.light.type2 .video-box {
    height: 180px !important;
    width: auto;
    box-shadow: unset;
  }
  .advanced-video.type2:before {
    display: none;
  }
  .product-line.contents.type3 {
    padding: 0;
  }
  .product-details.pollution .img-wrap {
    border: 0 !important;
    padding: 0 !important;
    margin: 26px 0 !important;
  }
}


@media(max-width: 479px){
  .advanced-video.tastenrich:before {
    min-height: calc(100% - 140px);
  }
}



/*  */

/* rk */
.banner_wrap.tastenrichBanner .bnr_logo+p.page-desc {
  padding: 15px 0 20px;
}


.conatct_cta.tasteNRichbtnpn  h2.quote {
  font-weight: 700;
  line-height: 1.2;
}


html[lang^=ko] body {
  word-break: normal;
}

.body-container-wrapper {
  overflow: hidden;
}

@media (min-width: 768px) {
  .advanced_content.advTastenrichCon h2 br {
    display: none;
  }

}


@media (max-width: 767px) {
  .advanced_content.advTastenrichCon p br {
    display: none;
  }

}



@media (min-width: 992px) {
  .flip-card.aminature-amino .card-mobil {
    margin-top: 120px;
  }

  .flip-card.aminature-amino .card-mobil.type1 .card {
    width: 238px;
    min-height: 300px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 100px;
  }
  .flip-card.aminature-amino .card-mobil .card:nth-child(2),
  .aminature-amino .card-mobil .card:nth-child(4) {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  .flip-card.aminature-amino .card-mobil .card:nth-of-type(1) {
    z-index: 3;
  }
  .flip-card.aminature-amino .card-mobil .card:nth-of-type(2) {
    z-index: 2;
  }
  .flip-card.aminature-amino .card-mobil .card:nth-of-type(3) {
    z-index: 1;
  }

  .flip-card.aminature-amino .card-mobil.type1 .card .card-side.front [class^=ico-] {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    transition-property: all;
    transition-duration: 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .flip-card.aminature-amino .card-mobil.type1 .card .card-side.front [class^=ico-] .txt {
    min-height: auto;
    line-height: 1.5;
  }

  .flip-card.aminature-amino .card-mobil.type1 .card .card-side.front [class^=ico-]:before {
    min-height: 95px;
    width: 95px;
    margin: 72px auto 45px;
  }

}

@media(max-width:1200px) and (min-width:992px){
  .flip-card.aminature-amino .card-mobil.type1 .card {
    width: calc(25% - 30px);
  }
}
@media (max-width: 991px) {
  .flip-card.aminature-amino .card-mobil.type1 .slide-item.card .front [class^=ico-]:before {
    width: 107px;
    height: 107px;
    margin: 50px auto 18px;
  }

  .flip-card.aminature-amino .card-mobil.type1 .slide-item {
    width: 223px;
    min-height: 281px;
    height: auto;
  }


  .flip-card.aminature-amino .card-mobil.type1 .slide-item:nth-of-type(1) {
    z-index: 3;
  }

  .flip-card.aminature-amino .card-mobil.type1 .slide-item:nth-of-type(2) {
    z-index: 2;
  }

  .flip-card.aminature-amino .card-mobil.type1 .slide-item:nth-of-type(3) {
    z-index: 1;
  }

  .flip-card.aminature-amino .card-mobil.type1 .slide-item.card .front [class^=ico-]:before {
    width: 107px;
    height: 107px;
    margin: 50px auto 18px;
  }


  .flip-card.aminature-amino .card-mobil {
    margin-top: 67px;
  }
}




.banner_wrap.technologyBanner h1.page-tit {
  padding-bottom: 10px;
  margin: 0;
  font-family: "CJ onlyOne";
}

.banner_wrap.technologyBanner .page-info {
  text-align: center;
}

.banner_wrap.technologyBanner p.page-desc {
  margin: 0;
  font-size: 18px;
  text-transform: unset;
  font-weight: inherit;
  letter-spacing: normal;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
}



.solutions_wrap.ct-eco .description p {
  margin: 0;
  line-height: 2;
  font-size: 17px;
  color: #444;
}

.solutions_wrap.ct-eco .card-mobil {
  margin-top: 120px;
}

.solutions_wrap.ct-eco .card:before {
  height: 30px;
}

.solutions_wrap.ct-eco .swiper-slide {
  width: 300px;
  height: 540px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-top: 0;
}

.solutions_wrap.ct-eco .card-mobil .card-side.front {
  background-color: #fff;
}

.solutions_wrap.ct-eco .ico-itm {
  padding-top: 0;
}

.solutions_wrap.ct-eco .imng_bopx {
  content: "";
  display: block;
  width: 124px;
  height: 124px;
  margin: 77px auto 45px;
}

.solutions_wrap.ct-eco .card-tit {
  font-size: 17px;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
}

.solutions_wrap.ct-eco .card-list {
  margin-top: 20px;
}

.solutions_wrap.ct-eco .card-list ul {
  list-style-type: none;
  display: inline-block;
}

.solutions_wrap.ct-eco .card-list ul li {
  position: relative;
  padding-left: 10px;
  text-align: left;
  font-size: 16px;
  color: #8f8879;
  line-height: 25px;
  margin-top: 0;
}

.solutions_wrap.ct-eco .card-list ul li:before {
  content: ".";
  position: absolute;
  display: block;
  left: 0;
  top: -4px;
}





@media (max-width: 767px) {

  .banner_wrap.technologyBanner .page-center {
    align-items: center;
  }

  .banner_wrap.technologyBanner h1.page-tit {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    padding: 0;
  }

  .banner_wrap.technologyBanner p.page-desc {
    font-size: 13px;
    line-height: 1.8;
    margin: 11px 0 0;
  }

  .banner_wrap.technologyBanner p.page-desc br {
    display: none;
  }

  .solutions_wrap.ct-eco .top_title {
    line-height: 1.3;
    font-size: 22px;
    font-weight: 500;
  }

  .solutions_wrap.ct-eco .top_title br {
    display: none;
  }

  .solutions_wrap.ct-eco .description p {
    font-size: 14px;
    line-height: 1.8;
  }


  .solutions_wrap.ct-eco .card-mobil {
    margin-top: 50px;
  }

  .solutions_wrap.ct-eco .swiper-slide {
    width: 223px;
    height: 408px;
  }

  .solutions_wrap.ct-eco .card:before {
    display: none;
  }

  .solutions_wrap.ct-eco .card-mobil .card-side.front {
    background-image: none !important;
  }

  .solutions_wrap.ct-eco .card-list ul li {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
  }

  .solutions_wrap.ct-eco .card-tit {
    font-size: 14px;
  }

  .solutions_wrap.ct-eco .card-list {
    margin-top: 27px;
  }

  .solutions_wrap.ct-eco .imng_bopx {
    margin: 47px auto 38px;
    width: 93px;
    height: 93px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
}



.solutions_wrap.amiboost .description {
  line-height: 1.8;
  font-size: 14px;
  color: #444;
}

.solutions_wrap.amiboost .description p {
  margin: 0;
}

.solutions_wrap.amiboost .card-mobil {
  margin: 0 -10px;
}

.solutions_wrap.amiboost  .swiper-slide {
  width: 290px;
  height: 290px;
  margin: 150px 10px 55px;
}

.solutions_wrap.amiboost  .card {
  margin: 0;
  -webkit-box-shadow: 0px 80px 60px -50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 80px 60px -50px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.solutions_wrap.amiboost  .ico-itm {
  padding: 0;
}

.solutions_wrap.amiboost  .imng_bopx {
  margin: 0;
  height: 100%;
}

.solutions_wrap.amiboost  .card:before {
  height: 77px;
}

.solutions_wrap.amiboost  .card:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #ccc;
  left: 50%;
  z-index: 1;
  width: 13px;
  height: 13px;
  margin-left: -6.5px;
  border-radius: 50%;
  top: 26px;
  background-color: #fff;
}






@media(min-width:768px){
  .banner_wrap.amiboostferamiBanner .page-tit {
    font-family: "CJ onlyOne";
    margin: 0;
    padding-bottom: 10px;
  }

  .banner_wrap.amiboostferamiBanner p.page-desc {
    font-size: 14px;
    margin: 0;
    padding: 15px 0 20px;
  }
  .solutions_wrap.amiboost .description {
    line-height: 2;
    font-size: 17px;
  }

  .advanced_content.amiboostContent .h2 {
    padding-top: 90px;
  }

  .advanced_content.amiboostContent .h2:before {
    content: "";
    display: block;
    position: relative;
    width: 40px;
    height: 1px;
    margin: 0 auto;
    top: -90px;
    border-top: 1px solid #999;
  }


}


@media(max-width:767px){
  .solutions_wrap.amiboost .swiper-wrapper {
    justify-content: center;
  }

  .solutions_wrap.amiboost .card-mobil .swiper-slide {
    width: 218px;
    height: 218px;
    margin: 0;
    margin-top: 69px;
  }

  .solutions_wrap.amiboost .card:before {
    content: "";
    display: block;
    position: absolute;
    height: 57px;
    top: -40px;
    left: 50%;
    width: 1px;
    bottom: 100%;
    background-color: #bdbbb5;
    margin: 0;
  }

  .solutions_wrap.amiboost .card:after {
    width: 10px;
    height: 10px;
    margin-left: -4.5px;
    border-radius: 50%;
    top: 17px;
  }

  .solutions_wrap.amiboost .imng_bopx {
    width: 100%;
  }
}


.activenrich-zh-app.activenrich-app .tit-box {
  width: 980px;
  max-width: 100%;
}

.solutions_wrap.amiboost.type1 .swiper-slide {
  margin: 105px 10px 40px;
}

.solutions_wrap.amiboost .card {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: none;
}

.solutions_wrap.amiboost .imng_bopx {
  background-size: contain;
}

.solutions_wrap.amiboost .card:after {
  background: #ccc;
  top: 13px;
}



.best-choice.dewecotopsec  .cont .img {
  margin: 0 auto 33px;
}

.best-choice.dewecotopsec .desc {
  padding-bottom: 50px;
}



.best-choice.dewecotopsec .content-wrapper {
  padding-top: 100px;
  padding-bottom: 90px;
}

@media(min-width:768px){
  .best-choice.dewecotopsec .cont-box h3.tit-round {
    width: 380px;
    max-width: 100%;
  }
}
@media(max-width:767px){

  .solutions_wrap.amiboost.type1 .swiper-slide {
    margin-top: 69px;
    margin-left: 0;
    margin-right: 0 !important;
    margin-bottom: 0;
  }

  .solutions_wrap.amiboost.type1 .card-mobil {
    margin: 0;
    padding-bottom: 0;
    width: 100%;
  }

  .best-choice.dewecotopsec .content-wrapper {
    padding-bottom: 80px;
    padding-top: 50px;
  }

}

/*  */

/* sn */
.banner_wrap.cmOverviewBnr .page-info {
  text-align: center;
}

.banner_wrap.cmOverviewBnr .page-tit {
  padding-bottom: 10px;
  font-family: "CJ onlyOne";
  font-weight: 500;
  font-size: 32px;
  margin: 0;
}

.banner_wrap.cmOverviewBnr .page-desc {
  margin: 0;
  font-size: 18px;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
}

.banner_wrap .page-center > div {
  width: 100%;
}

.advanced_content.ceo-intro .h2 {
  padding-bottom: 120px;
  font-size: 32px;
  font-weight: 500;
} 
.advanced_content.ceo-intro img {
  float: right;
  vertical-align: top;
  padding: 0 120px 0 85px;
}
.advanced_content.ceo-intro p {
  line-height: 40px;
  font-size: 17px;
  color: #555;
  padding-bottom: 35px;
}
.advanced_content.ceo-intro .signature {
  padding: 30px 70px 0 0;
  text-align: right;
}
.advanced_content.ceo-intro h3 {
  line-height: 50px;
  font-size: 26px;
  color: #222;
  font-weight: 700;
}
.advanced_content.ceo-intro .desc  h3 + p {
  margin-top: 100px;
}
.advanced_content.ceo-intro p + h3 {
  padding: 10px 85px 0px 0;
  text-align: right;
  font-size: 15px;
  color: #000;
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
}
.advanced_content.ceo-intro p + h3 span {
  font-size: 28px;
  font-weight: 500;
}
.solutions_wrap.nucle .card-mobil .swiper-slide {
  height: 100%;
  min-height: 510px;
}
.solutions_wrap.nucle .card-mobil .swiper-slide .card {
  min-height: 510px;
}
.solutions_wrap.nucle .card-mobil .card .card-side.front .card-list p {
  font-size: 16px;
}
.solutions_wrap.nucle .card-mobil .card .card-side.front .card-list ul {
  margin-top: 20px;
  display: inline-block;
  list-style: none;
}
.solutions_wrap.nucle .card-mobil .card .card-side.front .card-list ul > li {
  position: relative;
  padding-left: 10px;
  text-align: left;
  font-size: 16px;
  color: #8f8879;
  line-height: 1.5;
}
.solutions_wrap.nucle .card-mobil .card .card-side.front .card-list ul > li + li {
  margin-top: 7px;
}
.solutions_wrap.nucle .card-mobil .card .card-side.front .card-list ul > li:before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.best-choice.purity .cont-box+ .cont-box .desc p {
  padding: 35px 0 50px;
}
.conatct_cta.grow {
  margin-top: 0;
}
.conatct_cta.grow::before {
  content: none;
}
.product-details.detail .img-wrap.t-box.mobile,
.product-details.detail .img-wrap.t-box.mobile strong.tit-basic{
  all: unset;
}
.featuredContent.soytide .benefits .tooltip-wrap.active .tooltip-1 {
  width: 300px;
}
.banner_wrap.rich .page-center .page-info .bnr_logo {
  height: 100%;
  min-height: 80px;
}
.actBenefits_wrap.bg.bio .slider-box .slider-inner ul > li > .itm-box .txt p {
  margin-bottom: 0;
  font-size: 14px;
}
.actBenefits_wrap.bg.bio .slider-box .slider-inner ul > li > .itm-box .txt span {
  color: #999;
}
.map-youtell-global-network .map-box .tit {
  font-weight: 500;
}
.conatct_cta h2.quote {
  font-weight: 700;
}
.product-line.contents.lvaline ul.item-list {
  max-width: 1150px;
  margin-top: 0px;
}
.product-line.contents.lvaline .list-wrap {
  margin-top: 90px;
  overflow: visible;
}
@media(max-width:991px){
  .advanced_content.ceo-intro img {
    float: none;
    padding: 46px 0;
    margin: 0;
  }
  .advanced_content.ceo-intro h3 br {
    display: none;
  }

}

@media(max-width:767px){

  .advanced_content.ceo-intro h3 {
    font-size: 18px;
    line-height: normal;
  }

  .advanced_content.ceo-intro .desc h3+p {
    margin-top: 30px;
  }

  .advanced_content.ceo-intro p {
    padding-bottom: 10px;
  }

  .advanced_content.ceo-intro p+h3 span {
    font-size: 17px;
  }

  .banner_wrap.cmOverviewBnr .page-center {
    align-items: center;
  }

  .banner_wrap.cmOverviewBnr .page-tit {
    font-size: 24px;
  }

  .banner_wrap.cmOverviewBnr .page-desc {
    font-size: 13px;
    line-height: 1.8;
  }

  .advanced_content.ceo-intro .h2 {
    line-height: 1.3;
    font-size: 22px;
    padding-bottom: 0;
  }

  .advanced_content.ceo-intro h3 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
  }

  .advanced_content.ceo-intro p {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 35px;
  }

  .advanced_content.ceo-intro p+h3 {
    padding-right: 30px;
    color: #999;
  }

  .advanced_content.ceo-intro p+h3 span {
    display: block;
    font-weight: 500;
    color: #000;
  }
  .best-choice.purity .cont-box+ .cont-box .desc p {
    padding: 0;
  }
  .solutions_wrap.nucle .card-mobil .card .card-side.front .card-list ul > li {
    font-size: 14px;
    font-weight: 200;
  }
  .solutions_wrap.nucle .card-mobil .card .card-side.front .card-list ul > li:first-child {
    margin-top: 0;
  }
  .best-choice.purity .mobile-img {
    margin: 16px auto 36px;
  }
  .featuredContent.soytide .benefits .tooltip-wrap.active .tooltip-1 {
    width: 198px;
    right: 33%;
  }
  .featuredContent.soytide .benefits .tooltip-wrap.active .tooltip-4 {
    width: 104px;
    left: 70%;
  }
  .banner_wrap.rich .page-center .page-info .bnr_logo {
    background-size: auto 55px;
    min-height: 70px;
  }
  .banner_wrap.rich .page-center {
    justify-content: flex-end;
    height: 100%;
  }

  .banner_wrap.rich {
    display: inline-block;
  }

  .banner_wrap.rich .flyut_btn_wrap {
    display: block;
  }
  .actBenefits_wrap.bg.bio .slider-box .slider-inner ul > li > .itm-box .txt span {
    font-size: 12px;
    color: #999;
    margin-top: 20px;
    display: inline-block;
  }
  .banner_wrap.rich .bg_el video {
    display: block;
    height: 100%;
  }
  .advanced-video.light.hybind::before {
    min-height: calc(100% - 150px);
  }
  .cm-innovative-sol.contents.xsoy .cont-box.pair h3.tit-round:not(:first-child) {
    margin-top: 50px;
  }
  .cm-innovative-sol.type1.xsoy .cont-box.pair:last-of-type .img-wrap .round-3 .arrow-box {
    left: 80%;
  }
  .product-line.contents.lvaline .list-wrap {
    margin-top: 112px;
  }
}


.banner_wrap.smallBnr .page-center {
  align-items: flex-end;
}

.banner_wrap.smallBnr .page-desc {
  margin: 0;
  font-size: 18px;
  text-transform: none;
  font-weight: 300;
  letter-spacing: normal;
  font-family: Noto Sans,sans-serif;
}

.banner_wrap.smallBnr .page-tit {
  margin: 0;
  line-height: 1.2;
  padding-bottom: 10px;
  font-family: "CJ onlyOne";
  font-weight: 500;
  font-size: 32px;
}

.banner_wrap.smallBnr  .banner_content {
  padding-bottom: 45px;
}

.banner_wrap.centerContent .page-center {
  align-items: center;
}
.banner_wrap.centerContent .banner_content {
  padding-bottom: 0;
  padding-top: 53px;
}
@media(max-width:767px){

}

@media(max-width:767px){
  .banner_wrap.smallBnr .page-tit {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 12px;
  }

  .banner_wrap.smallBnr .page-desc {
    font-size: 14px;
  }

  .banner_wrap.smallBnr .banner_content {
    padding: 10px 0;
    text-align: center;
  }

  .banner_wrap.smallBnr .page-center {
    align-items: center;
  }
}


:focus{
  outline:none !important;
}
.scrollbar-thumb.scrollbar-thumb-y {
  width: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}

.scrollbar-track.scrollbar-track-y {
  background-color: transparent;
}

/*  */

/* amt */

.contact_banner .banner_content {
  text-align: center;
}

.contact_banner h1.page-tit {
  font-family: "CJ onlyOne";
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  padding-bottom: 25px;
  margin: 0;
}

.contact_banner.banner_wrap p.page-desc {
  margin: 0;
  font-size: 18px;
  text-transform: none;
}

.banner_wrap.contact_banner {
  padding: 0;
}
.contact_banner.banner_wrap p.page-desc {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
}


@media(max-width:767px){
  .achivementCnt h2.up-on-scroll {
    line-height: 1.3;
    font-size: 22px;
    font-weight: 500;
  }

  .achivementCnt h2.up-on-scroll br {
    display: none;
  } 

  .contact_banner h1.page-tit {
    font-size: 24px;
  }

  .contact_banner.banner_wrap p.page-desc {
    font-size: 13px;
    line-height: 1.8;
  }

  .contact_banner.banner_wrap .page-center {
    align-items: center;
  }
  .contact_banner.banner_wrap .page-center {
    padding-top: 66px;
  }

  .contact_banner h1.page-tit {
    padding: 0;
  }

  .contact_banner.banner_wrap p.page-desc {
    margin: 11px 0 0;
  }
}


/*  */

/* ji  */
.banner_wrap.banner_style_2 h1.page-tit {
  padding-bottom: 10px;
  font-family: "CJ onlyOne";
  font-weight: 500;
  font-size: 32px;
  margin: 0;
}
.banner_wrap.banner_style_2 p.page-desc {
  display: block;
  padding: 15px 0 20px;
  font-family: "CJ onlyOne";
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
}

.solutions_wrap.solutions_wrap_v2 .swiper-slide .card .card-side {
  background-color: #f9f9f9;
  font-weight: 500;
}

@media (max-width:767px){
  .banner_wrap.banner_style_2 h1.page-tit {
    font-size: 27px;
    padding-bottom: 8px;
  }
  .Performance.solutions_wrap .imng_bopx {
    width: 137px;
  }
  .Performance.solutions_wrap .card-mobil .swiper-slide {
    max-width: 224px;
    width: 100%;
    padding: 0 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*  */



/* ********** font related css ********** */
.best-choice h2,
.biological-control-inoculant .box h4,
.conatct_cta h2.quote,
.product-details .title h2,
.ebooks_wrapper .news-header .search-box .bind input,
.formSec .inner.page-center .hs-richtext h4,
.formSec .inner.page-center ul.inputs-list.multi-container li.hs-form-checkbox > label span,
.formSec .inner.page-center form .hs-form-field.hs-news_and_informations.hs-fieldtype-radio ul.inputs-list.multi-container label.hs-form-radio-display span,
.global-network-con .country-list.end .nation-info-list,
section.newsletter form .hs-fieldtype-booleancheckbox span,
.product-banner.page-head.pd.lysine .page-info h1.page-tit,
.product-line .item-list li .name p,
.ct-global-rank.center div#swiper-ranked .swiper-slide span,
.synthetic-process .para .img-wrap p,
section.beyond  .swiper-slide .img-cont .inner p{ 
  font-family: "Noto Sans", sans-serif; 
}

.product-line h2,
.banner_wrap p.page-desc,
.banner_wrap.fnt h1.page-tit.active_title,
section.follow-us dl.page-center dt,
.global-network-con .choice-btn-wrap button,
.global-network-con .country-list .top-tit h2,
.global-network-con .country-list.end .nation-info-list strong,
.global-network-con .choice-btn-wrap button,
.history_timeline .history-summary .year-event .month ,
.history_timeline .history-summary .year,
.history_timeline .history-tab-year li a,
.history_timeline .history-term h2,
section.news .inner.page-center h2,
section.newsletter .inner.page-center h2,
.related-ct .inner h2,
.quick-menu a,
span.cir,
section.beyond .inner.page-center h2,
.ct-awards .awards-history-container .yearly-list .year{
  font-family: "CJ onlyOne";
}



@media(min-width:768px){
  .featuredContent .item-list > .item .num { 
    font-family: "CJ onlyOne";
  }
}

@media(min-width:1025px){
  .main-visual .inner .scroll-mark,
  .main-visual .brand-detail p{ 
    font-family: "CJ onlyOne"; 
  }  
  .main-visual .brand-list li a { 
    font-family: "Noto Sans", sans-serif;
  }
}


@media(min-width:1201px){
  .biotechology .pop-wrap .t-col1 { 
    font-family: "$font-cj"; 
  }
}

@media(max-width:1439px){ 
  section.beyond .inner.page-center p,
  section.beyond  .swiper-slide .img-cont .inner p{
    font-family: "Noto Sans", sans-serif;
  }
}

@media(max-width: 1150px){
  .biological-control-inoculant .biological-control .inner .effect-box .box .tit-round { 
    font-family: "Noto Sans", sans-serif;
  } 
}

@media(max-width: 1024px){
  .main-visual .brand-detail p { 
    font-family: "CJ onlyOne"; 
  }
}

@media(max-width: 850px){ 
  section.newsletter .inner.page-center p,
  section.newsletter form .hs-fieldtype-booleancheckbox span,
  .popupModel .inner-popupModel .innerCnt p{ 
    font-family: "Noto Sans", sans-serif;
  }
}

@media(max-width: 799px){ 
  .global-network .global-city-name {
    font-family: "CJ onlyOne";
  }
}

@media(max-width: 767px){ 
  .best-choice h2,
  .best-choice .cont .desc p,
  .cm-plain .desc p,
  .formSec .inner.page-center form .hs-form-field.hs_i_agree_to_the_privacy_policy_ li.hs-form-booleancheckbox.active label.hs-form-booleancheckbox-display,
  .formSec .inner.page-center .hs-richtext p,
  .formSec .inner.page-center ul.inputs-list.multi-container li.hs-form-checkbox>label,
  .formSec .inner.page-center ul.inputs-list.multi-container li.hs-form-checkbox>label span,
  .cj-phact-innovation .inner .bg-innovation.mobile ul li,
  .cm-innovative-sol.type1 .desc p { 
    font-family: "Noto Sans", sans-serif; 
  }

  .featuredContent .item-list > .item .num,
  section.follow-us dl.page-center dt,
  .synthetic-process .para em span.cir{ 
    font-family: "CJ onlyOne";
  } 
}


/* Updates */

.solutions-tabber.cmthreecolSol .slider-tastenrich .pagination .pagination-button {
  width: 33.3%;
}
.solutions-tabber.cmthreecolSol .topttl span{
  color: #0A9AD0;
}

.solutions-tabber.cmthreecolSol .slider-tastenrich .pagination button.active {
  background: #0A9AD0;
}

.solutions-tabber.cmthreecolSol .slider-tastenrich .swiper-button-wrap button.swiper-button-disabled {
  background: #0A9AD0;
}

.solutions-tabber.cmthreecolSol .slider-tastenrich .swiper-button-wrap button.swiper-button {
  background: #0A9AD0;
  border-radius: 50%;
}

.solutions-tabber.cmthreecolSol .slider-tastenrich .swiper-button-wrap button:before {
  filter: invert(1);
}

.solutions-tabber.cmthreecolSol .slider-tastenrich .swiper-slide .slide-item:before {
  background-size: contain;
  width: 450px;
  right: 30px;
}

.solutions-tabber.cmthreecolSol .slider-tastenrich .slide-item p {
  padding-right: 30px;
}
/* Updates for solutions tabber red cmthreecolRed */

.solutions-tabber.cmthreecolRed .slider-tastenrich .pagination .pagination-button {
  width: 33.3%;
}
.solutions-tabber.cmthreecolRed .topttl span{
  color: #710000;
}

.solutions-tabber.cmthreecolRed .slider-tastenrich .pagination button.active {
  background: #710000;
}

.solutions-tabber.cmthreecolRed .slider-tastenrich .swiper-button-wrap button.swiper-button-disabled {
  background: #710000;
}

.solutions-tabber.cmthreecolRed .slider-tastenrich .swiper-button-wrap button.swiper-button {
  background: #710000;
  border-radius: 50%;
}

.solutions-tabber.cmthreecolRed .slider-tastenrich .swiper-button-wrap button:before {
  filter: invert(1);
}

.solutions-tabber.cmthreecolRed .slider-tastenrich .swiper-slide .slide-item:before {
  background-size: contain;
  width: 450px;
  right: 30px;
}

.solutions-tabber.cmthreecolRed .slider-tastenrich .slide-item p {
  padding-right: 30px;
}

/* Updates for solutions tabber gre cmthreecolGre */

.solutions-tabber.cmthreecolGre .slider-tastenrich .pagination .pagination-button {
  width: 33.3%;
}
.solutions-tabber.cmthreecolGre .topttl span{
  color: #99CC33;
}

.solutions-tabber.cmthreecolGre .slider-tastenrich .pagination button.active {
  background: #99CC33;
}

.solutions-tabber.cmthreecolGre .slider-tastenrich .swiper-button-wrap button.swiper-button-disabled {
  background: #99CC33;
}

.solutions-tabber.cmthreecolGre .slider-tastenrich .swiper-button-wrap button.swiper-button {
  background: #99CC33;
  border-radius: 50%;
}

.solutions-tabber.cmthreecolGre .slider-tastenrich .swiper-button-wrap button:before {
  filter: invert(1);
}

.solutions-tabber.cmthreecolGre .slider-tastenrich .swiper-slide .slide-item:before {
  background-size: contain;
  width: 450px;
  right: 30px;
}

.solutions-tabber.cmthreecolGre .slider-tastenrich .slide-item p {
  padding-right: 30px;
}

/* Updates for solutions tabber gre cmfourcolGre */

.solutions-tabber.cmfourcolGre .slider-tastenrich .pagination .pagination-button {
  width: 25%;
}
.solutions-tabber.cmfourcolGre .topttl span{
  color: #99CC33;
}

.solutions-tabber.cmfourcolGre .slider-tastenrich .pagination button.active {
  background: #99CC33;
}

.solutions-tabber.cmfourcolGre .slider-tastenrich .swiper-button-wrap button.swiper-button-disabled {
  background: #99CC33;
}

.solutions-tabber.cmfourcolGre .slider-tastenrich .swiper-button-wrap button.swiper-button {
  background: #99CC33;
  border-radius: 50%;
}

.solutions-tabber.cmfourcolGre .slider-tastenrich .swiper-button-wrap button:before {
  filter: invert(1);
}

.solutions-tabber.cmfourcolGre .slider-tastenrich .swiper-slide .slide-item:before {
  background-size: contain;
  width: 450px;
  right: 30px;
}

.solutions-tabber.cmfourcolGre .slider-tastenrich .slide-item p {
  padding-right: 30px;
}

@media (min-width: 992px) {
  .flip-card.cmflipper .card-mobil.type1 .card {
    width: 250px;
    min-height: 390px;
  }

  .flip-card.cmflipper .card-mobil.type1 .card .card-side.front [class^=ico-]:before {
    min-height: 130px;
  }

  .flip-card.cmflipper .card-mobil.type1 .card .card-side.front [class^=ico-] .txt {
    min-height: auto;
  }

  .flip-card.cmflipper .card-mobil {
    margin-top: 100px;
  }

  .flip-card.aminature-amino.cmflipper .card-mobil.type1 .card .card-side.front [class^=ico-]:before {
    min-height: auto;
    width: auto;
    height: 120px;
  }

}


@media (max-width: 1200px) and (min-width: 992px) {
  .flip-card.cmflipper .card-mobil.type1 .card {
    width: calc(25% - 30px);
  }
}

@media (max-width: 1024px) {
  .solutions-tabber.cmthreecolSol .slider-tastenrich .slide-item { 
    margin-bottom: 40px;
  }
  .solutions-tabber.cmthreecolSol .slider-tastenrich .slide-item p {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .flip-card.aminature-amino.cmflipper .card-mobil.type1 .slide-item {
    min-height: 320px;
  }
}


@media (max-width: 400px) {
  .solutions-tabber.cmthreecolSol .slider-tastenrich .slide-item { 
    background-size:contain;
  }
}
:root{
  --breadcrumbs-color:#DE8286;
}
.banner_wrap.tastenrichBanner.aarq .image_item.img1:before {
  background: linear-gradient(180deg, rgba(102, 102, 102, 0.1) 27.78%, #000000 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.aarq .bread_menu_wrap li.hs-menu-depth-1 a {
  background-color: var(--breadcrumbs-color)!important;
  color: #fff !important;

}
.cj-phact-ready.ctm-tool {
  margin: 0;
  height: auto;
}
.result-title {
    text-align: center;
}
.results-page p.hs-search-results__message {
  text-align: center;
  margin-top: 0;
}
.cj-phact-ready.ctm-tool .content-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.cj-phact-ready.ctm-tool .content-wrapper h3 {
  color: #222222 !important;
  text-align: center;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.cj-phact-ready.ctm-tool .content-wrapper .btm-btn a {
  padding: 10px 57px;
  display: inline-block;
  background: #DE8286;
  border-radius: 24px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  font-family: 'Noto Sans KR';
}
.banner_wrap.swine .banner_content {
  text-align: center;
}
.banner_wrap.swine .banner_content .page-cont h1 span {
  display: block;
  color: #DE8286;
  font-size: 54px;
  font-weight: 700;
  line-height: 70.2px;
}
.select-growth {
  background: #FFFFFF;
  border-bottom: 0.4px solid #E6E6E6;
}

.select-growth-wrp .links-item ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
}

.select-growth-wrp .page-center {
  padding-top: 27px;
  padding-bottom: 26px;
}

.select-growth-wrp .links-item ul > li.hs-items > a {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.select-growth-wrp .links-item ul > li.hs-items > a .icon {
  margin-left: 30px;
}
.our-customers-story .board-list.t-frame .card-wrap .float.t1 {
  background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/Union.png);
  
}
.select-growth-wrp .links-item ul > li.hs-items > a span {
  background: #DEDEDE;
  border-radius: 50px;
  padding: 3px 10px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #666666;
  margin-right: 10px;
}
.select-growth-wrp .links-item ul > li {
  display: flex;
  flex-grow: 1;
}
.select-growth-wrp .links-item ul > li.hs-items > a .icon svg {
  display: block;
  vertical-align: middle;
}
.select-growth-wrp .links-item ul > li.hs-items > a p {
  margin: 0;
  color: #666666;
  /*   font-family: Noto Sans KR;
  font-weight:500; */
}
.globe a:before {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  width: 24px;
}
.globe a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.globe {
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 5px;
  left: 4px;
  margin-left: 15px;
}

.globe a:before {
  filter: invert(1);
  background-image: url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/Rectangle%201.png);
}
/* transparent_globe */
.headerFixed .globe a:before,
.bgHdr .globe a:before,
.opened .globe a:before{
  filter: unset;
}
.select-growth-wrp .links-item ul>li.active > a span {
  background-color: #DE8286;
  color: #fff;
}
.select-growth-wrp .links-item ul>li.processed > a p {
  color: #222222;
}
.select-growth-wrp .links-item ul>li.processed > a span {
  background-color: #DE8286;
  color: #fff;
}
.select-growth-wrp .links-item ul>li.active > a p {
  color: #DE8286;
}
.growth-stage {
  padding: 90px 0 60px 0;
}

.growth-stage .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 21px;
  justify-content: center;
}

.growth-stage .row .pigs-item {
  width: calc(33.33% - 21px);
  position: relative;
}

.growth-stage .row .pigs-item .hook {
  height: 100px;
  width: 2px;
  background-color: #EFEFEF;
  margin: 0 auto;
  position: relative;
}

.growth-stage .row .pigs-item .item-card {
  text-align: center;
}

.growth-stage .row .pigs-item .hook:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background-color: #DE8286;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  right: auto;
}

.growth-stage .row .pigs-item .hook:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #EFEFEF;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: -9px;
}
.growth-stage .row .pigs-item .item-card {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 50px 32px 49px 31px;
  margin-top: -30px;
}
.growth-stage .row .pigs-item .item-card {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 50px 32px 49px 31px;
  margin-top: -30px;
}
.growth-stage .row .pigs-item .item-card .weight-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.growth-stage .row .pigs-item .item-card .title {
  margin-top: 20px;
}
.growth-stage .row .pigs-item .item-card .weight-cont .weight-items {
  width: calc(50% - 20px);
  flex-grow: 1;
}
.growth-stage .row .pigs-item .item-card .weight-cont .weight-items .img-wrp img {
  border: 1.2px solid #EFEFEF;
  border-radius: 50%;
}
.growth-stage .row .pigs-item .item-card .weight-cont .weight-items .img-wrp {
  margin-bottom: 14px;
}
.growth-stage .row .pigs-item .item-card .weight-cont .weight-items .text {
  /*    color: #666666;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px; */
  margin-bottom: 24px;
}
.growth-stage .row .pigs-item .item-card .weight-cont .weight-items .details-btn .btn a,
.summary-table .row .table-wrp table tbody tr td a,
.steps-with-content-wrp .main-sec .btm-btn a{
  background: #DE8286;
  border-radius: 24px;
  color: #fff;
  padding: 8px 45px;
}
.summary-table {
  padding: 60px 0;
}

.summary-table .row .table-wrp table tbody tr td a {
  padding: 8px 34px;
  font-weight: 500;
  white-space: nowrap;
}

.summary-table .row .top-sec .cont h3 {
  /*   font-family: 'Noto Sans KR'; */
  margin-bottom: 12px;
}

.summary-table .row .top-sec .cont p {
  /*   font-family: 'Noto Sans KR';
  color: #222222; */
  margin-bottom: 24px;
  /*   font-weight:500; */
}

.summary-table .row .top-sec .btn-wrp {
  display: flex;
  flex-wrap: wrap;
}
.no-banner .globe a:before{
  filter: none;
}
.select-growth-wrp .links-item ul > li.hs-items > a {
  pointer-events: none;
}
.select-growth-wrp .links-item ul > li.hs-items.processed> a {
  pointer-events: all;
}
.traparentHdr .opened .globe a::before,
.headerFixed .opened .globe a::before,
.opened .globe a:before{
  filter: invert(0.5);
}
.traparentHdr .globe a::before {
  filter: invert(1);
}
.summary-table .row .top-sec .btn-wrp .btn  {
  /*   font-family: 'Noto Sans KR';
  font-size: 18px; */
  color: #FFFFFF;
  /*   line-height: 26px; */
  background: #279D9F;
  border-radius: 24px;
  padding: 12px 24px;
  display: block;
  /*   font-weight: 500; */
  margin: 0;
}
.cmBlogList .banner_content {
  position: absolute;
  top: 160px;
}
.cmBlogList .banner_content .page-tit {
  font-family: CJ onlyOne;
  font-size: 32px;
  margin: 0;
  padding-bottom: 10px;
}
.cmBlogList .banner_content .page-desc {
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: normal;
  margin: 0;
  text-transform: unset;
}
.mega__menu #nav-brand .inner.floating-box ul.nav.submenu>li:not(:last-child) {
  border-right: 2px dotted #cccccc;
}
.summary-table .row .top-sec {
  margin-bottom: 40px;
}
.summary-table .row .top-sec .btn-wrp .btn {
  margin-right: 12px;
}
.summary-table .row .table-wrp table,
.accordion-wrp .acc-content table{
  margin: 0;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 0.4px solid #D9D9D9;
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
}
.summary-table .row .table-wrp table thead th,
.accordion-wrp .acc-content table thead th{
  background-color: #fff;
  border: 0;
  color: #222;
  font-family: Noto Sans KR;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  padding: 0;
  padding-bottom: 18px;
  padding-top: 31px;
  max-width: 225px;
  width: 100%;
}
.summary-table .row .table-wrp table tbody tr,
.accordion-wrp .acc-content table tbody tr{
  position: relative;
}
.summary-table .row .table-wrp table tbody tr td,
.accordion-wrp .acc-content table tbody tr td{
  border: 0;
  text-align: center;
  padding: 27px 0 26px 0;
  /*   font-weight: 500;
  line-height: 23.17px; */
}
.summary-table .row .table-wrp table thead tr:after,
.summary-table .row .table-wrp table tbody tr:after,
.accordion-wrp .acc-content table thead tr:after,
.accordion-wrp .acc-content table tbody tr:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.summary-table .row .table-wrp table thead tr,
.accordion-wrp .acc-content table thead tr{
  position: relative;
}
.summary-table .row .table-wrp table tbody tr:last-child:after,
.accordion-wrp .acc-content table tbody tr:last-child:after{
  content: none;
}
.summary-table .row .table-wrp table tbody tr td:first-child,
.accordion-wrp .acc-content table tbody tr td:first-child{
  padding-left: 45px;
  font-weight: 700;
  color: #222222;
}
.summary-table .row .table-wrp table tbody tr td:last-child,
.accordion-wrp .acc-content table tbody tr td:last-child{
  padding-right: 75px;
}
.summary-table .row .table-wrp table tbody tr td.down.arrow svg {
  transform: rotate(180deg);
}
.accordion-wrp .acc-content table tbody tr td:not(:first-child) {
  padding: 0;
}
.summary-table .row .table-wrp table tbody tr td > span {
  display: block;
  font-weight: 500;
  color: #888888;
  font-size: 14px;
}
.summary-table .row .table-wrp table tbody tr td .empty {
  width: 6px;
  height: 3px;
  background-color: #666666;
  position: absolute;
  left: 20px;
}
.summary-table .row .table-wrp table tbody tr td.dash + td a {
  background-color: #999999;
  pointer-events: none;
}
.summary-table .row .table-wrp table tbody tr td.dash {
  text-align: center;
  position: relative;
}
.accordion-wrp .acc-content table tbody tr td:not(:first-child) {
  padding: 20px 0 20px 0;
  font-size: 15px;
}
.accordion-wrp .acc-content table tbody tr td:first-child {
  padding-left: 20px;
}
.accordion-wrp .acc-content table thead th:first-child {
  padding-left: 20px;
}
.accordion-wrp .acc-content table thead th {
  padding-top: 20px;
}
.accordion-wrp .acc-content table tbody tr td:last-child {
  padding-right: 20px;
  padding-top: 20px;
}
.accordion-wrp .acc-content table tbody tr td a {
  color: #467886;
  text-decoration: underline;
}
.accordion-wrp .acc-content table tbody tr td {
  padding-top: 20px;
}
.best-amino {
  padding: 83px 0;
}
.best-amino .row .top-section {
  text-align: center;
  margin-bottom: 80px;
}
.best-amino .row .top-section .logo-img {
  margin-bottom: 12px;
}
.best-amino .row .top-section .cont p {
  animation: 0;,
  animation: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #222222;
  font-size: 18px;
  line-height: 26.06px;
  flex-wrap: wrap;
}
.best-amino .row .top-section .cont p img {
  max-width: 109px;
}
.best-amino .row .main-sec {
  display: flex;
  flex-wrap: wrap;
  column-gap: 65px;
  row-gap: 65px;
}
.best-amino .row .main-sec .card-items {
  width: calc(25% - 65px);
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
}
.best-amino .row .main-sec .card-items .card-img {
  margin-bottom: 10px;
}
.best-amino .row .main-sec .card-items .card-cont  {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #222222;
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.best-amino .row .main-sec .card-items:hover .card-img img {
  transform: scale(1.2);
}
.best-amino .row .main-sec .card-items:hover .card-cont {
  color: #E54752;
}
.best-amino .row .main-sec .card-items .card-img img {
  transition: all 0.5s;
}
.summary-table .row .table-wrp table {
  background-repeat: no-repeat;
  background-size: cover;
}
.accordion-wrp .acc-item .acc-content .desc ul > li > a {
  color: #0000ee;
}
/* .select-growth-wrp .links-item ul > li.hs-items:not(.active) > a {
pointer-events: none;
} */

/* chart Css */
.chart_main_section .main-section {
  background: #FFFFFF;
  border: 0.4px solid #D9D9D9;
  border-radius: 4px;
  padding: 43px 57px 43px 57px;
}

.chart_main_section .filter-section {
  padding: 60px 0 40px 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.chart_main_section .filter-section .divider {
  width: 1px;
  height: 30px;
  background: #D8D8D8;
  margin-left: 14px;
}
.chart_main_section .filter-section label {
  font-weight: 500;
  color: #222222;
  margin-right: 8px;
}

.chart_main_section .filter-section select {
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #222222;
  appearance: none;
  padding: 5px 35px 5px 19px;
  cursor: pointer;
}
.chart_main_section .filter-section select{
  background-image:url(//44488251.fs1.hubspotusercontent-na1.net/hubfs/44488251/raw_assets/public/CJ_BIO_May_2024/images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px 9px;
  background-position: 93% 50%;
}
.chart_main_section .filter-section select:first-of-type {
  background-image: none;
}
.chart_main_section .main-section .title_section h3 {
  font-weight: 500;
  color: #279D9F;
}

.chart_main_section .main-section .title_section {
  margin-bottom: 40px;
}

.chart_main_section .main-section .chart_item_wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 56px;
}

.chart_main_section .main-section .chart_item_wrapper .chart_item {
  width: calc(50% - 56px);
  flex-grow: 1;
}

.chart_main_section .main-section .chart_item_wrapper .chart_item .card_title h5 {
  font-weight: 500;
  margin-bottom: 30px;
}

.chart_main_section .main-section .chart_item_wrapper .chart_item .card_subtitle p {
  font-weight: 500;
  color: #222222;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 14px;
}

.chart_main_section .main-section .chart_item_wrapper .chart_item .card_val span {
  background: #279D9F;
  border-radius: 24px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  padding: 2px 24px;
  display: inline-block;
}
.chart_main_section .main-section .chart_item_wrapper .chart_item .card_description ul {
  margin-top: 16.5px;
  padding: 27px 8px;
  margin-bottom: 0;
}

.chart_main_section .main-section .chart_item_wrapper .chart_item .card_description ul > li {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.chart_main_section .button_wrapper {
  padding: 50px 0 60px;
  text-align: center;
}

.chart_main_section .button_wrapper .button_item a {
  background: #DE8286;
  border-radius: 24px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  width: auto;
  max-width: max-content;
  margin: 0 auto;
  color: #fff;
  padding: 8px 40px;
  transition: all 0.3s ease;
}
.chart_main_section .main-section .chart_item_wrapper .chart_item .card_description ul > li > span,
.chart_main_section .main-section .chart_item_wrapper .chart_item .card_description ul > li  strong{
  color: #DE8286;
}
.best-amino .row .main-sec .card-items a.link {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9;
}
.best-amino .row .main-sec .card-items {
  position: relative;
}
.summary-table .row .table-wrp .main-table table tbody tr td a {
  padding-right: 25px;
}
.growth-stage .row .pigs-item .item-card .weight-cont .weight-items .details-btn .btn a .left,
.steps-with-content-wrp .main-sec .btm-btn a .left,
.summary-table .row .table-wrp table tbody tr td a .left{
  transform: translateX(-20px);
  transition: all 0.5s;
  opacity: 0;
  visibility: visible;
}
.chart_main_section .button_wrapper .button_item a .left{
  transform: translateX(-70px);
  transition: all 0.5s;
  opacity: 0;
  visibility: visible;
}
.chart_main_section .button_wrapper .button_item a span,
.growth-stage .row .pigs-item .item-card .weight-cont .weight-items .details-btn .btn a span,
.steps-with-content-wrp .main-sec .btm-btn a span,
.summary-table .row .table-wrp table tbody tr td a span{
  transition: all 0.5s;
}
.chart_main_section .button_wrapper .button_item a:hover span,
.growth-stage .row .pigs-item .item-card .weight-cont .weight-items .details-btn .btn a:hover span,
.steps-with-content-wrp .main-sec .btm-btn a:hover span,
.summary-table .row .table-wrp table tbody tr td a:hover span{
  transform: translateX(-10px);
}
.chart_main_section .button_wrapper .button_item a:hover .left,
.growth-stage .row .pigs-item .item-card .weight-cont .weight-items .details-btn .btn a:hover .left,
.steps-with-content-wrp .main-sec .btm-btn a:hover .left,
.summary-table .row .table-wrp table tbody tr td a:hover .left{
  transform: none;
  opacity: 1;
  visibility: visible;
}
.chart_main_section .button_wrapper .button_item a:hover,
.growth-stage .row .pigs-item .item-card .weight-cont .weight-items .details-btn .btn a:hover,
.steps-with-content-wrp .main-sec .btm-btn a:hover,
.summary-table .row .table-wrp table tbody tr td a:hover{
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.2);
}
.growth-stage .row .pigs-item .item-card .weight-cont .weight-items .details-btn .btn a,
.summary-table .row .table-wrp table tbody tr td a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 35px;
  transition: all 0.3s ease;
}
.accordion-wrp {
  padding-top: 60px;
}
.chart_main_section .filter-section label:not(:first-child) {
  margin-left: 8px;
}
.accordion-wrp .acc-item .acc-content {
  display: none;
}
.accordion-wrp .acc-item .acc-title {
  background-color: #279D9F;
  padding: 13px 31px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.accordion-wrp .acc-item .acc-title span {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #fff;
}
.accordion-wrp .acc-item .acc-title .carrortwrap {
  margin-left: auto;
}
.accordion-wrp .acc-item .acc-content .desc {
  background: #F4F6E8;
  padding: 20px;
}
.accordion-wrp .acc-item .acc-content .desc p {
  margin: 0;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.accordion-wrp .acc-item:not(:last-child) {
  margin-bottom: 15px;
}
.accordion-wrp .acc-item .acc-title.activeaccord .carrortwrap svg {
  transform: rotate(180deg);
}
.steps-with-content-wrp .top-sec .cont h6 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 700;
  flex-wrap:wrap;
}

.steps-with-content-wrp .top-sec .cont img {
  max-width: 176px;
  vertical-align: middle;
}

.steps-with-content-wrp .top-sec .cont > p {
  margin-top: 0;
  margin-bottom: 10px;
}

.steps-with-content-wrp .row {
  padding: 30px 0;
}
.steps-with-content-wrp .top-sec .cont  > span {
  text-align: center;
  display: block;
  color: #0f9ed5;
  font-weight: 700;
}
.steps-with-content-wrp .main-sec .main-items:not(.index_2,.index_3){
  justify-content: space-between;
}
.steps-with-content-wrp .main-sec .main-items {
  display: flex;
  align-items: center;
}
.steps-with-content-wrp .main-sec .main-items .steps .main-cont p {
  margin: 0;
}

.steps-with-content-wrp .main-sec .main-items .steps .main-cont p img {
  max-width: 200px;
}
/* 
.steps-with-content-wrp .main-sec .main-items .steps .main-cont p {
font-size: 20px;
/*   font-weight: 700; */
} */
.growth-stage .row .pigs-item .item-card .weight-cont .weight-items .text {
  color: #666666;
}
.summary-table .row .top-sec .cont p {
  color: #666666;
}
.steps-with-content-wrp .main-sec .main-items .title h5 {
  margin-bottom: 15px;
  /*   font-weight: 700; */
}
.steps-with-content-wrp .main-sec .main-items:not(.index_2,.index_3) {
  justify-content: center;
}
.steps-with-content-wrp .main-sec {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.steps-with-content-wrp .main-sec .main-items.index_2 {
  column-gap: 50px;
}
.steps-with-content-wrp .main-sec .main-items.index_2 .steps .main-cont {
  width: 100%;
}
/* .steps-with-content-wrp .main-sec .main-items.index_2 .steps .main-cont ul > li {
line-height: 1.8;
} */
.steps-with-content-wrp .main-sec .main-items.index_4 {
  border: 2px solid #00b0f0; 
  background-color: #f5faff; 
  padding: 15px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333; 
}
.steps-with-content-wrp .main-sec .main-items.index_4 .main-cont h5 {
  color: #00b0f0;
  /*   font-weight: 700; */
  margin-bottom: 10px;
}
.steps-with-content-wrp .main-sec .main-items.index_4 .main-cont p {
  margin: 0;
  font-weight: 400;
}
.steps-with-content-wrp .main-sec .btm-btn {
  text-align: center;
  padding: 15px 0;
}
.steps-with-content-wrp .main-sec .btm-btn a {
  display: inline-flex;
  padding-right: 35px;
}
.swine.aarq.banner_wrap .bnr_logo {
  background-position: center;
}
.swine.banner_wrap .page-center {
  align-items: center;
}
.accordion-wrp .acc-content table thead th {
  font-size: 15px;
}
.accordion-wrp .acc-content table tbody tr td,
.accordion-wrp .acc-content table tbody tr td:not(:first-child){
  font-size: 14px;
}
.accordion-wrp .acc-content table tbody tr td:first-child {
  padding-left: 10px;
}
.accordion-wrp .acc-content table thead th:first-child {
  padding-left: 10px;
}
.accordion-wrp .acc-content table thead th:last-child {
  width: 250px;
}
.accordion-wrp .acc-content table thead th:first-child{
  width: 130px;
}
.accordion-wrp .acc-content table thead th:nth-child(2),
.accordion-wrp .acc-content table thead th:nth-child(5){
  width: 60px;
}
.accordion-wrp .acc-content table thead th:nth-child(6) {
  width: 100px;
}
.accordion-wrp .acc-content table tbody tr td:not(:first-child) {
  padding-left: 10px;
}
.accordion-wrp .acc-content table thead th {
  padding-left: 10px;
}
.accordion-wrp .acc-item.ac-item5 .acc-content table thead th:nth-child(6),
.accordion-wrp .acc-item.ac-item6 .acc-content table thead th:nth-child(6),
.accordion-wrp .acc-item.ac-item7 .acc-content table thead th:nth-child(6){
  width: 230px;
}
.accordion-wrp .acc-item .acc-content .desc ul > li {
  margin-bottom: 15px;
}
.accordion-wrp .acc-item .acc-content .desc ul > li > a {
  text-decoration: underline;
}
li.hs-menu-item.hs-menu-depth-3.hs-item-has-children.active-child-menu-label {
  display: none;
}
.banner_wrap.tastenrichBanner.aarq.customizedLogoText .bnr_logo {
  height: 3.7vw !important;
  background-size: auto 3vw !important;
  width: 100%;
  min-width: unset;
  max-width: unset;
}


@media (max-width:1160px){
  .growth-stage .row .pigs-item .item-card .weight-cont .weight-items .details-btn .btn a {
    padding-left: 30px;
    padding-right: 20px;
  }
  .summary-table .row .table-wrp table tbody tr td:last-child {
    padding-right: 20px;
  }
  .summary-table .row .table-wrp table tbody tr td:first-child {
    padding-left: 20px;
  }
  .summary-table .row .table-wrp table tbody tr td a {
    white-space: nowrap;
  }
  .accordion-wrp .acc-content table {
    width: 1100px;
  }
  .accordion-wrp .acc-item .acc-content .desc {
    overflow-y: auto;
  }
}

@media (max-width:991px){
  .growth-stage .row .pigs-item {
    width: calc(50% - 21px);
    flex-grow: 0;
  }
  .growth-stage .row .pigs-item:not(:last-child) {
    flex-grow: 1;
  }
  .select-growth-wrp .links-item ul>li {
    flex-grow: 0;
  }
  .chart_main_section .main-section .chart_item_wrapper {
    column-gap: 0;
    row-gap: 60px;
  }
  .chart_main_section .main-section .chart_item_wrapper .chart_item {
    width: 100%;
    flex-grow: 0;
  }
  .chart_main_section .filter-section{
    gap: 0;
  }
  .banner_wrap.tastenrichBanner.aarq.customizedLogoText .bnr_logo {
    height: 7.7vw !important;
    background-size: auto 7vw !important;
  }
}

@media (max-width:767px){
  .cj-phact-ready.ctm-tool .content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .growth-stage .row .pigs-item {
    width: 100%;
    flex-grow: 0;
  }
  .select-growth-wrp .links-item ul {
    padding: 0;
    gap: 15px;
  }
  .summary-table .row .table-wrp table {
    width: 705px;
  }
  .main-table {
    overflow: auto;
  }
  .summary-table .row .table-wrp table tbody tr td {
    padding: 20px 0 20px;
  }
  .summary-table .row .top-sec .btn-wrp .btn {
    margin-bottom: 12px;
  }
  .summary-table .row .top-sec .btn-wrp .btn {
    font-size: 15px;
  }
  .best-amino .row .main-sec .card-items {
    width: calc(50% - 20px);
  }

  .best-amino .row .main-sec {
    column-gap: 20px;
    row-gap: 50px;
  }
  .banner_wrap.swine .banner_content .page-cont h1 span {
    font-size: 40px;
    line-height: normal;
  }

  .chart_main_section .main-section {
    padding: 20px;
  }
  .chart_main_section .filter-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 20px;
  }
  .chart_main_section .filter-section {
    padding-top: 27px;
    padding-bottom: 26px;
    padding-left: 2px;
  }
  .chart_main_section .main-section .chart_item_wrapper .chart_item .card_title h5 {
    margin-bottom: 20px;
  }
  .chart_main_section .main-section .chart_item_wrapper .chart_item .card_description ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .chart_main_section .button_wrapper .button_item a {
    font-size: 13px;
  }
  .chart_main_section .main-section .chart_item_wrapper .chart_item .card_val span {
    font-size: 20px;
  }
  .growth-stage .row .pigs-item .item-card .weight-cont .weight-items .details-btn .btn a {
    padding-left: 30px;
    padding-right: 20px;
  }
  .growth-stage .row .pigs-item .item-card .weight-cont .weight-items .text {
    font-size: 15px;
  }
  .growth-stage .row .pigs-item .item-card {
    padding: 20px;
  }
  .accordion-wrp .acc-item .acc-content .desc {
    padding: 20px;
  }
  .accordion-wrp .acc-item .acc-title {
    padding: 13px 15px;
  }
  .accordion-wrp .acc-item .acc-title span {
    font-size: 22px;
  }
  .accordion-wrp {
    padding-top: 30px;
  }
  .steps-with-content-wrp .main-sec .main-items {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }
  .steps-with-content-wrp .main-sec .main-items .title h5 br {
    display: none;
  }
  .steps-with-content-wrp .main-sec .main-items .title h5 {
    font-size: 20px;
  }
  .steps-with-content-wrp .main-sec {
    row-gap: 50px;
    padding-top: 40px;
  }
  .steps-with-content-wrp .main-sec .main-items .steps .main-cont p {
    font-size: 18px;
  }
  .steps-with-content-wrp .main-sec .btm-btn {
    padding: 0;
  }
  .chart_main_section .filter-section {
    flex-direction: column;
    align-items: unset;
  }
  .chart_main_section .filter-section .divider {
    display: none;
  }
  .chart_main_section .filter-section select {
    background-position: 97% 50%;
  }
  .accordion-wrp .acc-item .acc-content .desc ul {
    padding-left: 20px;
  }
}

@media (max-width:415px){
  .best-amino .row .main-sec .card-items {
    width: 100%;
  }
  .growth-stage .row .pigs-item .item-card .weight-cont .weight-items .details-btn .btn a {
    padding-left: 20px;
    padding-right: 10px;
  }
  .chart_main_section .filter-section {
    flex-direction: column;
  }
}





/* Banner Logo */
.customizedLogoText .page-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.customizedLogoText .bnr_logo {
  max-width: 290px;
  min-width: 290px;
  padding: 0;
}
.customizedLogoText  h1.page-tit {
  margin: 0;
}
.customizedLogoText .page-cont {
  width: 100%;
}
.customizedLogoTextCenter.customizedLogoText .page-info {
  justify-content: center;
}

@media (max-width: 767px) {
  .customizedLogoText h1.page-tit {
    font-size: 20px;
  }
  .customizedLogoText .bnr_logo {
    min-width: 166px;
    height: 35px !important;
    padding: 0;
  }
}

@media (max-width: 380px) {
  .customizedLogoText h1.page-tit {
    font-size: 16px;
  }
  .customizedLogoText .bnr_logo {
    padding: 0;
    min-width: 137px;
    background-size: auto 30px !important;
  }
}