@charset "UTF-8";
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.renewal {
  overflow-x: hidden;
  font-weight: 300;
  position: relative;
  z-index: -1;
}

.renewal, .renewal * {
  box-sizing: border-box;
  line-height: 1.8;
}
.renewal h3, .renewal h4, .renewal * h3, .renewal * h4 {
  font-weight: 700 !important;
}
.renewal h3, .renewal h4, .renewal p, .renewal small, .renewal * h3, .renewal * h4, .renewal * p, .renewal * small {
  font-family: "Montserrat", "Noto Sans KR", serif;
  letter-spacing: 0;
}

.bg-black {
  background: #211b1b;
  color: #fff;
}

.bg-beige {
  background: #eeeae4;
  color: #211b1b;
}

.rn-container {
  max-width: 1630px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.rn-row {
  display: flex;
  flex-wrap: wrap;
  padding: 85px 0;
}
.rn-row .rn-col {
  flex: 0 0 50%;
  max-width: 50%;
}
.rn-row .rn-col.video video {
  width: 100%;
}
.rn-row .rn-col.content {
  display: flex;
  align-items: center;
}
.rn-text + .rn-text {
  margin-top: 50px;
}
.rn-text h3 {
  font-size: 72px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.rn-text p {
  font-size: 20px;
}

.rn-reverse .order-1 {
  order: 1;
}
.rn-reverse .order-2 {
  order: 2;
}

.rn-visual-video {
  line-height: 0;
}
.rn-visual-video video {
  width: 100%;
}

.rn-visual-circles {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.rn-circle-item {
  width: 42%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.rn-circle-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rn-text-smalls {
  padding-top: 50px;
}

.rn-text-small + .rn-text-small {
  margin-top: 50px;
}
.rn-text-small h4 {
  display: block;
  font-size: 40px;
  line-height: 1;
}
.rn-text-small small {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-top: 0.2em;
}
.rn-text-small p {
  font-size: 20px;
}

.rn-text-header {
  margin-bottom: 20px;
}

.bg-beige .rn-content,
.bg-white .rn-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bg-beige .rn-content::before,
.bg-white .rn-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #868686;
  z-index: 0;
}
.bg-beige .rn-content .rn-text,
.bg-white .rn-content .rn-text {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.bg-beige .rn-content .rn-text-smalls,
.bg-white .rn-content .rn-text-smalls {
  position: relative;
  z-index: 1;
}

.bg-beige .rn-content .rn-text {
  background: #eeeae4;
  position: relative;
}
.bg-beige .rn-content .rn-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background: #eeeae4;
}
.bg-beige .rn-content .rn-text-smalls {
  background: #eeeae4;
  position: relative;
}
.bg-beige .rn-content .rn-text-smalls::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background: #eeeae4;
}

.bg-white .rn-content .rn-text {
  position: relative;
  background: #fff;
}
.bg-white .rn-content .rn-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background: #fff;
}
.bg-white .rn-content .rn-text-smalls {
  background: #fff;
  position: relative;
}
.bg-white .rn-content .rn-text-smalls::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background: #fff;
}

.bg-white {
  position: relative;
}
.bg-white .rn-col {
  position: relative;
}

.circle-container {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
}

.circle-element {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  /* 초기 클리핑 마스크: 작은 원 */
  -webkit-clip-path: circle(0 at 0% 100%);
          clip-path: circle(0 at 0% 100%);
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  -webkit-clip-path: circle(0 at 0 100%);
          clip-path: circle(0 at 0 100%);
}

.bg-black .rn-col.video {
  padding-right: 40px;
}
.bg-black .rn-col.content {
  padding-left: 40px;
}

.bg-beige .rn-col.visuals {
  padding-left: 40px;
}
.bg-beige .rn-col.content {
  padding-right: 40px;
}

.bg-white .rn-col.circle {
  padding-right: 40px;
}
.bg-white .rn-col.content {
  padding-left: 40px;
}

.footer {
  background: #211b1b;
  color: #fff;
  padding: 50px 0;
  font-size: 18px;
}
.footer .rn-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-content {
  text-align: center;
}

.footer-address {
  font-style: normal;
  font-family: "Montserrat", "Noto Sans KR", serif;
}

.footer-copyright {
  margin-top: 10px;
  font-family: "Montserrat", "Noto Sans KR", serif;
}

.rn-container.rn-footer {
  padding: 0;
}

@media all and (max-width: 1199px) {
  .rn-text h3 {
    font-size: 40px;
  }
  .rn-text-small h4 {
    font-size: 25px;
  }
  .rn-text-small small {
    font-size: 20px;
  }
  .rn-text-small p {
    font-size: 16px;
  }
  .rn-text p {
    font-size: 16px;
  }
  .rn-text p br {
    display: none;
  }
  .rn-row {
    padding: 40px 0;
  }
  .bg-black .rn-col.video,
  .bg-beige .rn-col.content,
  .bg-white .rn-col.circle {
    padding-right: 20px;
  }
  .bg-black .rn-col.content,
  .bg-beige .rn-col.visuals,
  .bg-white .rn-col.content {
    padding-left: 20px;
  }
  .bg-beige .rn-content .rn-text, .bg-white .rn-content .rn-text {
    padding-bottom: 20px;
  }
  .rn-text-smalls {
    padding-top: 20px;
  }
}
@media all and (max-width: 991px) {
  .rn-text h3 {
    font-size: 25px;
  }
  .rn-text-small h4 {
    font-size: 20px;
  }
  .rn-text-small small {
    font-size: 18px;
  }
  .bg-black .rn-row .rn-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .bg-black .rn-col.video,
  .bg-black .rn-col.content {
    padding: 0;
  }
  .bg-black .rn-col.video,
  .bg-white .rn-col.circle {
    padding: 0 40px;
  }
  .bg-black .rn-col.content {
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .rn-text-small small {
    font-size: 16px;
  }
  .bg-beige .rn-row .rn-col, .bg-white .rn-row .rn-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .rn-reverse .order-2 {
    order: 1;
  }
  .rn-reverse .order-1 {
    order: 2;
  }
  .bg-beige .rn-col.visuals,
  .bg-beige .rn-col.content,
  .bg-white .rn-col.circle,
  .bg-white .rn-col.content {
    padding: 0;
  }
  .bg-white .rn-col.circle {
    padding: 0 40px;
  }
  .bg-beige .rn-col.content,
  .bg-white .rn-col.content {
    margin-top: 30px;
  }
  .rn-text + .rn-text {
    margin-top: 30px;
  }
  .rn-visual-circles {
    margin-top: 30px;
  }
  .bg-beige .rn-content .rn-text, .bg-white .rn-content .rn-text {
    padding-bottom: 0;
  }
  .bg-beige .rn-content .rn-text-smalls, .bg-white .rn-content .rn-text-smalls {
    padding-top: 0;
  }
  .rn-text-small + .rn-text-small {
    margin-top: 0;
  }
  .rn-text-small {
    margin-top: 30px !important;
  }
  .rn-text-header {
    margin-bottom: 10px;
  }
}
.subtitle {
  line-height: 1.2;
}
.subtitle * {
  line-height: 1 !important;
}

.material {
  z-index: 0;
}

.mat-container {
  max-width: 1145px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  font-family: "Montserrat", "Noto Sans KR", serif;
}

.mat-banner {
  background-image: var(--image_url);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 50px 70px;
  margin-bottom: 40px;
}
.mat-banner .mat-header {
  display: flex;
  align-items: baseline;
  margin-bottom: 40px;
}
.mat-banner .mat-header h3 {
  font-size: 72px;
  line-height: 1;
}
.mat-banner .mat-header small {
  display: flex;
  font-size: 20px;
  position: relative;
  padding-left: 60px;
  line-height: 1;
  margin-left: 40px;
}
.mat-banner .mat-header small::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #fff;
}
.mat-banner .mat-body ul {
  padding-left: 30px;
  border-left: 2px solid #fff;
  font-weight: 700;
}
.mat-banner .mat-body ul li {
  line-height: 1;
  font-size: 18px;
}
.mat-banner .mat-body ul li + li {
  margin-top: 1em;
}

.btns-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -15px;
  margin-bottom: 100px;
}
.btns-wrapper button {
  background-color: unset;
  border-width: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  flex: 0 0 33.333333%;
  padding-left: 15px;
  padding-top: 15px;
  cursor: pointer;
}
.btns-wrapper .btn-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btns-wrapper .btn-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.btns-wrapper .btn-inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: var(--image_url);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btns-wrapper .mat-content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  color: #fff;
  padding: 200px 15px;
}
.btns-wrapper .mat-content strong, .btns-wrapper .mat-content span {
  word-break: keep-all;
}
.btns-wrapper .mat-content strong {
  font-size: 32px;
}
.btns-wrapper .mat-content span {
  font-size: 18px;
}

.hide-popup-contents {
  display: none;
}

.tingle-modal-box__content {
  background: #ebeae6;
}
.tingle-modal-box__content .renewal {
  z-index: 0;
}

.renewal-popup {
  font-size: 18px;
  line-height: 1.8;
  font-family: "Montserrat", "Noto Sans KR", serif;
}
.renewal-popup h4 {
  color: #425037;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 1em;
}
.renewal-popup img {
  max-width: 100%;
}
.renewal-popup p + p {
  margin-top: 1em;
}
.renewal-popup .popup-section span.strong {
  color: #9a6f25;
  font-weight: 400;
}
.renewal-popup .popup-section + .popup-section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #988671;
}
.renewal-popup b {
  font-weight: 700;
}

.popup-content-header {
  margin-bottom: 40px;
}
.popup-content-header h3 {
  font-size: 50px;
  color: #425037;
  line-height: 1;
  margin-bottom: 40px;
}
.popup-content-header .content-header-text {
  margin-bottom: 40px;
}
.popup-content-header span.strong {
  display: block;
  color: #988671;
  font-weight: 500;
  padding-left: 20px;
  border-left: 2px solid #988671;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 18px;
}
.popup-content-header .list-images {
  display: flex;
  gap: 15px;
}
.popup-content-header .list-image-item {
  flex: 0 1 50%;
  max-width: 345px;
}
.popup-content-header .list-image-thumb {
  margin-bottom: 1em;
}
.popup-content-header .list-image-source {
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  opacity: 0.6;
}

.biochar-summary {
  margin-top: 40px;
}

.summary-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -30px;
}
.summary-container .summary-item {
  flex: 1 1 50%;
  padding-left: 30px;
  padding-top: 30px;
  color: #fff;
}
.summary-container .summary-inner {
  position: relative;
  padding: 85px 40px;
  height: 100%;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
.summary-container .summary-inner p {
  text-align: left;
}
.summary-container .summary-inner strong {
  display: block;
  font-size: 30px;
  margin-bottom: 0.5em;
}
.summary-container .summary-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.summary-container .summary-inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: var(--image_url);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.summary-container .summary-content {
  position: relative;
  z-index: 1;
}
.summary-container .summary-content span {
  color: #fff000;
}
.summary-container .summary-content p br {
  display: none;
}

.subtitle-rounded {
  display: inline-block;
  font-size: 24px;
  background: #523512;
  border-radius: 1.5em;
  line-height: 2.5;
  color: #fff;
  padding: 0 1em;
  margin-bottom: 20px;
}

.popup3-list1,
.popup3-list2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -15px;
}
.popup3-list1 li,
.popup3-list2 li {
  flex: 0 0 auto;
  padding-left: 15px;
  padding-top: 15px;
}
.popup3-list1 li.red,
.popup3-list2 li.red {
  color: #ff304f;
}
.popup3-list1 .list-thumb,
.popup3-list2 .list-thumb {
  line-height: 0;
}
.popup3-list1 .list-thumb + .list-text,
.popup3-list2 .list-thumb + .list-text {
  margin-top: 10px;
}
.popup3-list1 .list-text + .list-thumb,
.popup3-list2 .list-text + .list-thumb {
  margin-top: 10px;
}
.popup3-list1 .list-text strong,
.popup3-list2 .list-text strong {
  font-size: 18px;
}
.popup3-list1 .list-text p,
.popup3-list2 .list-text p {
  font-size: 16px;
}

.popup3-list1 .list-text {
  text-align: center;
}

.popup3-list2 {
  margin-top: 40px;
}

/* 모달 플러그인 커스터마이징 */
.tingle-modal {
  padding-top: 50px;
}

.tingle-modal__closeLabel {
  font-size: 16px;
}

@media (max-width: 991px) {
  .tingle-modal-box {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .tingle-modal-box {
    width: auto;
  }
  .tingle-modal__close {
    background: #000;
    height: 50px;
  }
  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: 0.8rem;
    width: 1rem;
    vertical-align: middle;
    font-size: 0;
  }
  .tingle-modal {
    padding: 0;
  }
  .tingle-modal__close {
    position: sticky;
  }
}
@media all and (max-width: 1199px) {
  .mat-banner .mat-header h3 {
    font-size: 40px;
  }
  .mat-banner .mat-header small {
    font-size: 18px;
  }
  .mat-banner .mat-body ul li {
    font-size: 16px;
  }
  .mat-banner {
    padding: 40px 50px;
  }
  .btns-wrapper .mat-content {
    padding: 150px 10px;
  }
  .btns-wrapper .mat-content strong {
    font-size: 25px;
  }
  .btns-wrapper .mat-content span {
    font-size: 16px;
  }
  .mat-banner .mat-header {
    margin-bottom: 20px;
  }
  .mat-banner .mat-body ul {
    padding-left: 20px;
  }
}
@media all and (max-width: 991px) {
  .mat-banner .mat-header h3 {
    font-size: 25px;
  }
  .mat-banner .mat-header small {
    font-size: 16px;
  }
  .mat-banner .mat-body ul li {
    font-size: 14px;
  }
  .mat-banner {
    padding: 30px 30px;
    margin-bottom: 20px;
  }
  .btns-wrapper .mat-content {
    padding: 100px 10px;
  }
  .btns-wrapper .mat-content strong {
    font-size: 20px;
  }
  .btns-wrapper .mat-content span {
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  .btns-wrapper button:hover .btn-inner::after {
    transform: scale(1.2) rotate(-5deg);
  }
}
@media all and (max-width: 767px) {
  .mat-banner {
    margin-bottom: 15px;
    padding: 20px 15px;
  }
  .mat-banner .mat-header {
    flex-wrap: wrap;
  }
  .mat-banner .mat-header h3,
  .mat-banner .mat-header small {
    flex: 1 1 100%;
  }
  .mat-banner .mat-header small {
    margin-top: 20px;
  }
  .mat-banner .mat-header small::before {
    display: none;
  }
  .mat-banner .mat-header small {
    padding: 0;
    margin: 0;
    margin-top: 10px;
  }
  .mat-banner .mat-body ul {
    padding-left: 15px;
  }
  .btns-wrapper button {
    flex: 1 1 100%;
  }
  .btns-wrapper .mat-content {
    padding: 40px 10px;
  }
  .btns-wrapper .btn-inner::after {
    background-position: 50% 100%;
  }
}
@media all and (max-width: 767px) {
  .tingle-modal-box__content {
    padding: 1.5rem 1.5rem;
  }
}
@media all and (max-width: 1199px) {
  .popup-content-header h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .popup-content-header {
    margin-bottom: 20px;
  }
  .popup-content-header span.strong {
    margin-bottom: 20px;
  }
  .renewal-popup h4 {
    font-size: 25px;
  }
  .renewal-popup {
    font-size: 16px;
  }
  .biochar-summary {
    margin-top: 20px;
  }
  .summary-container {
    margin-left: -20px;
    margin-top: -20px;
  }
  .summary-container .summary-item {
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media all and (max-width: 991px) {
  .renewal-popup h4 {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .renewal-popup h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 1199px) {
  .summary-container .summary-inner strong {
    font-size: 22px;
  }
  .popup-content-header span.strong {
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  .summary-container .summary-inner strong {
    font-size: 20px;
  }
  .summary-container .summary-item {
    flex: 1 1 100%;
  }
  .summary-container .summary-inner {
    padding: 40px 20px;
  }
  .summary-container .summary-content p {
    font-size: 16px;
  }
  .summary-container .summary-content p br {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .popup-content-header .list-images {
    flex-wrap: wrap;
  }
  .popup-content-header .list-image-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .popup-content-header .list-image-thumb {
    line-height: 0;
    margin-bottom: 0.5em;
  }
  .popup-content-header .list-image-thumb img {
    width: 100%;
  }
  .summary-container .summary-inner {
    padding: 20px 15px;
  }
}
@media all and (max-width: 1199px) {
  .subtitle-rounded {
    font-size: 20px;
  }
  .popup3-list2 {
    margin-top: 20px;
  }
}
@media all and (max-width: 991px) {
  .subtitle-rounded {
    font-size: 18px;
  }
  .renewal-popup .popup-section + .popup-section {
    margin-top: 20px;
    padding-top: 20px;
  }
  .popup3-list1 li, .popup3-list2 li {
    flex: 1 1 50%;
  }
  .popup3-list1 .list-thumb img, .popup3-list2 .list-thumb img {
    width: 100%;
  }
  .popup3-list1 .list-text strong, .popup3-list2 .list-text strong {
    font-size: 16px;
  }
  .popup3-list1 .list-text p, .popup3-list2 .list-text p {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media all and (max-width: 767px) {
  .subtitle-rounded {
    display: block;
    width: 100%;
    white-space: nowrap;
    padding: 0 0.5em;
    letter-spacing: -0.05px;
    text-align: center;
  }
}