/* 공통*/
.sub-title-2{ padding-left: 24px; position: relative; margin-bottom: 10px;}
.sub-title-2:before { left: 0; background: #00bcd4;}
.sub-title-2:after { left: 6px; background: #0094de;}
.sub-title-2:before, .sub-title-2:after { position: absolute; top: 50%; transform: translateY(-60%); width: 14px; height: 14px; opacity: .8; border-radius: 100%; content: "";}
.blue-bg-box{background: #f1faff; padding: 20px; color: #85a6b6; border-radius: 10px;}
.blue-bg-box li{position: relative; padding-left: 12px;}
.blue-bg-box li:before{content: ""; position: absolute; left: 0; top: 7px; width: 3px; height: 3px; border-radius: 50%; background: #8babbb;}
.blue-bg-box li + li{margin-top: 7px;}
.sub-title-mini{display: inline-block; padding-left: 10px; word-break: keep-all; color: #33a9e5;}
.wh1240-con{ max-width: 1240px; margin: auto;}
.blue-color-txt{color: #7BAFD4;}
.color-888{color: #888;}
.br-txt{word-break: keep-all;}
.br-txt br{display: none;}
@media (min-width: 992px) {
    .sub-title-2{ padding-left: 45px; margin-bottom: 20px;}
    .sub-title-2:before, .sub-title-2:after { width: 20px; height: 20px;}
    .sub-title-2:after {left: 14px;}
    .blue-bg-box{padding: 40px;}
    .blue-bg-box li{padding-left: 16px;}
    .blue-bg-box li + li{margin-top: 15px;}
    .blue-bg-box li:before{content: ""; position: absolute; left: 0; top: 9px; width: 4px; height: 4px; }
    .br-txt br{display: inline;}
}

/* Brand Story */
.brand-top-con { position: relative;}
.brand-top-con .brand-top-img {font-size: 0;}
.brand-top-con .brand-top-img img{height: 300px; object-fit: cover; width: 100%;}
.brand-top-con .brand-txt-box { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; text-align: center; width: 100%;}

.brand-con{padding: 50px 0 0;}

.recipe-features-01 .feature-item { position: relative; width: 100%; overflow: hidden; text-align: center;  background-color: #f5f5f5; display: inline-block;}
.recipe-features-01 .feature-item img { width: 100%; height: auto; display: block;}
.recipe-features-01 .feature-text { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); color: #fff; width: 100%;}
.feature-text strong { display: block; margin-bottom: 5px;}


.brand-rolling-pass { padding-top: 50px; overflow: hidden; margin-bottom: -30px; position: relative;}
.brand-rolling-pass::before { position: absolute; left: 0; bottom: 30px; width: 100%; height: 60px; display: block; content: ''; z-index: 1; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 100%);}
.brand-rolling-pass .item-wrap {width: max-content; display: flex; white-space: nowrap; animation: brand-roll-left 150s linear infinite; }
.brand-rolling-pass .loop { font-size: 100px; color: #F5F9FC; font-weight: 500; line-height: 100px; padding-right: 80px; flex-shrink: 0;}
@keyframes brand-roll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


@media (min-width: 540px) {
    .brand-top-con .brand-top-img img{height: auto; object-fit: inherit; width: auto;}
    .recipe-features-01 { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;}
    .recipe-features-01 .feature-item {width: 48%;}
}

@media (min-width: 992px) {
    .brand-con{padding: 100px 0 0;}
    .recipe-features-01 .feature-item { width: 23%;}
    .brand-rolling-pass { padding-top: 100px;}
    .brand-rolling-pass .loop { font-size: 195px; line-height: 195px;}
}
.blue-brand-box{margin-bottom: 20px;}
.brand-story-sec2 .blue-brand-con{background-color: #F5F9FC; padding: 40px 20px; box-sizing: border-box;}
.blue-brand-con .blue-brand-img-box { position: relative; overflow: hidden;}
.blue-brand-con .blue-brand-img-box img{ width: 100%;}
.blue-brand-con .blue-brand-img-box { position: relative; overflow: hidden;}
.blue-brand-con .blue-brand-hover { position: absolute; top: 0;  left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7);  color: #fff; opacity: 0; transition: opacity 0.4s ease; padding: 40px 30px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end;}
.blue-brand-con .blue-brand-lists { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,1); padding-top: 20px; margin-top: 20px;}
.blue-brand-con .blue-brand-lists li:before{content: ""; display: inline-block; width: 3px; height: 3px; background: #fff; border-radius: 50%; margin: 3px 10px 3px 0;}
.blue-brand-con .blue-brand-img-box:hover .blue-brand-hover { opacity: 1;}
.blue-brand-con .gray-arrows-link{color: #888; padding-right: 17px; position: relative;}
.blue-brand-con .gray-arrows-link:after{ content: ""; position: absolute; right: 0; top: 8px; display: inline-block; width: 6px; height: 6px; border-color: #949494; border-top: 1px solid #949494; border-left: 1px solid #949494; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);}
@media (min-width: 540px) {
    .blue-brand-box{width: calc(100% / 2 - 24px); margin: 0 10px 30px; display: inline-block; vertical-align: top;}
}
@media (min-width: 1440px) {
    .brand-story-sec2 .blue-brand-con{padding: 140px;}
    .blue-brand-con .wh1240-con{ position: relative; height: 1967px;}
    .blue-brand-box{width: 600px; margin: 0; display: block;}
    .blue-brand-box.blue-brand-01{position: absolute; left: 0; top: 0;}
    .blue-brand-box.blue-brand-02{width: 470px; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
    .blue-brand-box.blue-brand-03{width: 560px; position: absolute; left: 100px; bottom: 0;}
}

.brand-story-sec3{padding: 60px 0;}
.innovative-simplicity-total{ margin-top: 40px; display: flex; justify-content: flex-end; overflow: hidden;}
.innovative-simplicity-total .innovative-simplicity-box { position: relative !important; width: 942px; margin-top: 24px;}
.innovative-simplicity-total .innovative-simplicity-list {transition: all 0.3s ease; border-bottom: 1px solid #D8D8D8; box-sizing: border-box; position: unset !important}
.innovative-simplicity-total .innovative-simplicity-title span { font-style: italic; font-weight: normal; color: #aaa;width: 40px;display: inline-block;}
.innovative-simplicity-total .innovative-simplicity-detail { color: #999; margin-top: 5px;}
.innovative-simplicity-total .innovative-simplicity-txt-box {padding: 20px 0;}
.innovative-simplicity-total .innovative-simplicity-hover{margin-bottom: 20px;}
.innovative-simplicity-total .innovative-simplicity-hover img {max-width: 100%; display: block; margin: 0 auto;}
.innovative-simplicity-total .innovative-simplicity-list:hover .innovative-simplicity-title { color: #7BAFD4; font-weight: 600;}
.innovative-simplicity-total .innovative-simplicity-list:hover .innovative-simplicity-title span { color: #7BAFD4;}
.innovative-simplicity-total .innovative-simplicity-list:hover .innovative-simplicity-hover { opacity: 1;}

@media (min-width: 942px) {
    .brand-story-sec3{padding: 120px 0;}
    .innovative-simplicity-total .innovative-simplicity-title span{width: 60px;}
    .innovative-simplicity-total .innovative-simplicity-txt-box {display: flex; justify-content: space-between; align-items: center; padding: 38px 0;}
    .innovative-simplicity-total .innovative-simplicity-hover { position: absolute; left: 340px; top: 50%; transform: translateY(-50%); width: 224px; opacity: 0; transition: 0.3s; margin-bottom: 0;}
}


/*하단 브랜드 링크 배너*/
.brand-footer-con{display: flex; justify-content: flex-start; align-items: center; overflow: hidden;}
.brand-footer-con > a{flex: 1; display: flex; line-height: 32px; justify-content: center; flex-direction: column; padding: 10px; height: 80px; box-sizing: border-box; color: #fff;}
.brand-footer-con .brand-link { background: url(../images/content/brand_link_brand.png) no-repeat center / cover;}
.brand-footer-con .ingredients-link { background: url(../images/content/brand_link_Ingredients.png) no-repeat center / cover;}
.brand-footer-con a + a { margin-left: 4px;}
@media (min-width: 768px) {
    .brand-footer-con > a{padding: 10px; height: 100px;}
}
@media (min-width: 992px) {
    .brand-footer-con > a{ height: 186px; padding: 50px;}
}

/* Ingredients Story */
.ingredients-story-sec1{padding-bottom: 40px;}
.ingredients-swiper .max-wh-con-hid{max-width:1240px; margin: 0 auto; padding-top: 80px; overflow: hidden;}
.ingredients-swiper { width: 100%; box-sizing: border-box;}
.ingredients-swiper .swiper-container {width: 100%; margin: 0 auto; overflow: visible;}
.ingredients-swiper .swiper-slide { display: flex; justify-content: center; align-items: center; position: relative;}
.ingredients-swiper .swiper-slide .ingredients-cloudy-con{transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease; opacity: 0.5; filter: blur(2px);}
.ingredients-swiper .swiper-slide-active .ingredients-cloudy-con{ opacity: 1; filter: blur(0);}
.ingredients-swiper .swiper-slide img { width: 100%;}
.ingredients-swiper .swiper-button-prev,
.ingredients-swiper .swiper-button-next {
  color: #000;
  width: 54px;
  height: 54px;
  background: rgba(255,255,255,0.5);
  z-index: 10;
}
.ingredients-swiper .swiper-button-prev:before,
.ingredients-swiper .swiper-button-next:before{
    content: "";
    position: absolute;
    right: 24px;
    top: 21px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-color: #949494;
    border-top: 1px solid #949494;
    border-left: 1px solid #949494;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.ingredients-swiper .swiper-button-prev:before{
    right: 19px;
    -webkit-transform: rotate(316deg);
    -moz-transform: rotate(316deg);
    -ms-transform: rotate(316deg);
    -o-transform: rotate(316deg);
    transform: rotate(316deg);
}

.ingredients-swiper .swiper-button-prev{left: 0; top: 50%;}
.ingredients-swiper .swiper-button-next{right: 0;}

.ingredients-top-title{position: absolute; top: -40px; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; display: none;}
.ingredients-top-title span{vertical-align: text-top;}
.ingredients-swiper .swiper-slide-active .ingredients-top-title{display: block;}
.ingredients-air-txt{color: #fff; position: absolute; bottom: 55px; left: 50%; transform: translateX(-50%); text-align: center; display: none; transition: 0.5s; width: 100%;}
.ingredients-swiper .swiper-slide-active .ingredients-air-txt{display: block;}
.hover-ingredients-air-txt{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; color: #888; text-align: center; opacity: 0; transition: 0.5s;}
.hover-ingredients-air-txt span{vertical-align: text-top;}
.ingredients-swiper .swiper-slide:hover .hover-ingredients-air-txt{display: block; z-index: 1; opacity: 1; filter: blur(0); transition: 0.5s;}
.ingredients-swiper .swiper-slide-active:hover .hover-ingredients-air-txt{opacity: 0;}
@media (min-width: 992px) {
    .ingredients-story-sec1{padding-bottom: 120px;}
    .ingredients-top-title{top: -80px;}
    .ingredients-swiper .max-wh-con-hid{padding-top: 150px;}
    .ingredients-swiper .swiper-button-prev,
    .ingredients-swiper .swiper-button-next{opacity: 0; transition: 0.5s;}
    .ingredients-swiper .swiper-container:hover .swiper-button-prev,
    .ingredients-swiper .swiper-container:hover .swiper-button-next{opacity: 1;}
}

/* ingredients-content */
.ingredients-content { display: none; padding-top: 70px;}
.ingredients-content.show {display: block;}
.ingredients-content .ingredients-con-top-img-box{padding-top: 0px; position: relative;}
.ingredients-content .ingredients-con-top-img-box .ict-txt{text-align: right; color: #F5F9FC; margin-bottom: -10px; font-size: 30px;}
.ingredients-content .ingredients-con-top-img-box .ict-txt span{vertical-align: text-top; font-size: 20px;}
.ingredients-introduction { padding: 20px 0;}
.ingredients-introduction .ingredients-introduction-title {color: #7BAFD4; white-space: nowrap; flex: 0 0 200px;}
.ingredients-introduction .ingredients-introduction-title:before{  content: ''; display: inline-block; width: 4px; height: 4px; background-color: #7BAFD4; border-radius: 50%; margin-bottom: 2px; margin-right: 4px;}
.ingredients-introduction .ingredients-introduction-text { flex: 1; max-width: 588px; margin-left: auto;text-align: left;}
.ingredients-introduction .ingredients-introduction-text p + p { margin-top: 12px;}
@media (min-width: 768px) {
    .ingredients-introduction .ingredients-introduction-title:before{width: 6px; height: 6px;}
    .ingredients-introduction .ingredients-introduction-inner { margin: 0 auto; display: flex; align-items: flex-start;gap: 40px;}
}
@media (min-width: 992px) {
    .ingredients-content { padding-top: 130px;}
    .ingredients-content .ingredients-con-top-img-box .ict-txt{ font-size: 80px;margin-bottom: -14px;}
    .ingredients-content .ingredients-con-top-img-box .ict-txt span{font-size: 50px;}
}


/* 최대 4개*/
.wh-con-max4 { display: flex; flex-wrap: wrap; gap: 20px; padding: 0; margin: 0; list-style: none; justify-content: flex-start;}
.wh-con-max4 .wh-border-box { padding: 0; background: #fff; text-align: center;}
.wh-con-max4 .wh-border-box img { width: 100%;  display: block; height: auto;}
.wh-con-max4 .wh-max4-txt-box{display: flex; height: 100px; flex-direction: column; align-items: center; justify-content: center; border-top: none; background-color: #fff;}
.wh-con-max4 .wh-border-box .wh-max4-txt-box{border: 1px solid #EEE;}
@media (min-width: 768px) {
    .wh-con-max4 .wh-con-max-list { flex: 1 1 calc(50% - 20px);  box-sizing: border-box;}
}
@media (min-width: 992px) {
    .wh-con-max4 .wh-con-max-list { flex: 1 1 calc(25% - 20px);}
}

/* 최대 3개*/
.wh-con-max3 { display: flex; flex-wrap: wrap; gap: 20px; padding: 0; margin: 0; list-style: none; justify-content: flex-start; max-width: 930px; margin: 20px auto 0!important;}
.wh-con-max3 .wh-border-box { padding: 0; background: #fff; text-align: center;}
.wh-con-max3 .wh-border-box img { width: 100%;  display: block; height: auto;}
.wh-con-max3 .wh-max3-txt-box{display: flex; height: 100px; flex-direction: column; align-items: center; justify-content: center; border-top: none; background-color: #fff;}
@media (min-width: 768px) {
    .wh-con-max3 .wh-con-max-list { flex: 1 1 calc(50% - 20px);  box-sizing: border-box;}
}
@media (min-width: 992px) {
    .wh-con-max3 .wh-con-max-list { flex: 1 1 calc(33.3% - 20px);}
}



.blue-component-description-box{background-color: #F5F9FC; margin-top: 40px; overflow: hidden; padding: 50px 0 0;}
.blue-component-description-box .icon_quotes img{max-width: 45px;}
.ingredients-brand-rolling { padding-top: 50px; overflow: hidden; margin-bottom: -30px; position: relative;}
.ingredients-brand-rolling::before { position: absolute; left: 0; bottom: 30px; width: 100%; height: 60px; display: block; content: ''; z-index: 1; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 100%);}
.ingredients-brand-rolling .item-wrap {width: max-content; display: flex; white-space: nowrap; animation: ingredients-brand-roll-left 150s linear infinite; }
.ingredients-brand-rolling .loop { font-size: 100px; color: #fff; font-weight: 500; line-height: 100px; padding-right: 80px; flex-shrink: 0;}
@keyframes ingredients-brand-roll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@media (min-width: 992px) {
    .blue-component-description-box{margin-top: 90px; padding: 102px 0 0;}
    .ingredients-brand-rolling { padding-top: 100px;}
    .ingredients-brand-rolling .loop { font-size: 195px; line-height: 195px;}
}