html,
body {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  color: rgb(102, 102, 102);
  letter-spacing: -0.5px;
  overflow-x: hidden;
}
a:hover {
  text-decoration: none;
}
/* bootstrap added */
.section {
  margin: 2.308rem 0;
  padding: 2.308rem 0;
}
.section.bg-light {
  background-color: #f9f9f9 !important;
}
.card {
  background-color: transparent !important;
}
.post-title-alt a,
.post-title a {
  color: inherit;
  transition: all 0.3s ease-in;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.525;
}
.text-underline,
.text-underline:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.font-size-sm {
  font-size: 1rem;
}
.font-size-xsm {
  font-size: 0.875rem;
}
i {
  line-height: 0.6 !important;
}
.bg-success {
  background-color: rgb(0, 127, 65) !important;
}
.bg-warning {
  background-color: rgb(249, 194, 44) !important;
}
.text-success {
  color: rgb(0, 127, 65) !important;
}
.text-warning {
  color: rgb(249, 194, 44) !important;
}
.text-primary {
  color: rgb(0, 131, 161) !important;
}
.btn-outline-success {
  color: rgb(0, 127, 65);
  border-color: rgba(0, 0, 0, 0.3);
}
.badge-success {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 127, 65);
}
.badge-outline {
  color: rgb(51, 51, 51);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(51, 51, 51, 0.34);
  min-width: 2.5rem;
}
.btn-success {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 127, 65);
  border-color: rgb(0, 127, 65);
}
.wp-post-image {
  box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2),
    0 22px 27px -20px rgba(7, 10, 25, 0.2);
  transition: all 0.3s ease;
  height: auto;
}
.wp-post-image:hover {
  opacity: 1;
  box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
  -webkit-filter: brightness(1.07);
  filter: brightness(1.07);
  transform: translate(0, -2px);
}
.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.btn-accord .bi-caret-down-fill::before {
  content: "\f217";
}
.btn-accord.collapsed .bi-caret-down-fill::before {
  content: "\f223";
}
.rotation-180 {
  transform: rotate(180deg);
}
.div-bar {
  width: 28px;
  height: 2px;
  background-color: #333;
  margin: 0 auto;
}
.btn-favorite {
  padding: 0.3rem 0.8rem;
}
.btn-favorite-m {
  right: 10px;
  top: 10px;
}
.lh-1325 {
  line-height: 1.325;
}
[class*=" xi-"],
[class^="xi-"] {
  font-weight: 400 !important;
}
/* header */
.sticky-header .border-bottom {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  animation: 0.55s fade-in-up-lg ease-out;
  animation-fill-mode: both;
}
.sticky-header #header-topbar {
  display: none !important;
}
/* header adjust for logged in users */
.logged-in.admin-bar .sticky-header,
.logged-in.admin-bar .sticky-header .border-bottom,
.admin-bar .menu,
.admin-bar .callayer {
  top: 32px;
}
.soil-logo {
  width: 50px;
  height: 17px;
}
.head-banner {
  width: 170px;
  height: 55px;
  margin: 0 auto;
}
.home .site-header {
  height: 93px !important;
}
.site-header {
  height: 55px;
}
.sticky-header .border-bottom {
  height: 41px;
}
.sticky-header.sub-header .border-bottom {
  height: 45px;
}
.sticky-header .head-banner {
  width: auto;
  height: 40px;
}
.nanum-mj {
  font-family: "Nanum Myeongjo", serif;
}
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-column-fluid {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
.flex-row-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.flex-column-auto {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.overflow-y {
  overflow-y: auto;
}
.btn.focus,
.btn:focus,
.form-control:focus {
  box-shadow: none;
}
/* menu */
.menu,
.callayer {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 9px -3px rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  bottom: 0;
  right: -325px;
  width: 325px;
  -webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease,
    top 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
  z-index: 1001;
}
.menu.menu-on,
.callayer.callayer-on {
  -webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease,
    top 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
  right: 0;
}
.close {
  font-size: 2.5rem;
  line-height: 0.5;
}
/* Main Slider */
.ms-item {
  position: relative;
}
.ms-item .img-layer {
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ms-item:hover .img-layer,
.ms-item:focus .img-layer {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.over-layer {
  left: 0;
  top: 0;
}
.ms-item1 {
  height: 282px;
}
.ms-item2 {
  height: 218px;
}
.ms-item3 {
  height: 218px;
}
.bg-linear {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
}
button:focus,
a.btn:focus {
  outline: 0;
}
.media-img1 {
  width: 62px;
  height: auto;
}
/* footer */
.soil-logo-ft {
  width: 80px;
  height: 30px;
}
.soil-djsi {
  width: 138px;
  height: 37px;
}
.soil-carbon {
  width: 49px;
  height: 44px;
}
.site-info.border-bottom {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.back-top {
  position: fixed;
  right: 15px;
  bottom: 30px;
  display: none;
  z-index: 10;
  animation: 0.55s fade-in-up-lg ease-out;
  animation-fill-mode: both;
  transition: all 1s ease;
}
.back-top i {
  font-size: 1.5rem;
}
.back-top.d-stop {
  bottom: 176px !important;
}
.nav-tabs .nav-link {
  color: rgb(102, 102, 102);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 127, 65);
  border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255);
}
/* sub */
.sub-header .border-bottom {
  border-bottom: 0.313rem solid rgb(0, 127, 65) !important;
}
.home .sub-header .border-bottom {
  border-bottom: 1px solid rgb(222, 226, 230) !important;
}
.featured,
.featured .img-layer {
  height: 23.077rem;
}
.featured-event,
.featured-event .img-layer {
  height: auto;
}
.featured-event .event-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.featured .img-layer {
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
}
.avatar {
  width: 4.125rem;
  height: 4.125rem;
}
.avatar img {
  height: 4.125rem;
}
/* pagenation */
.page-link {
  position: relative;
  display: block;
  padding: 0 0.7rem;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75;
  font-weight: 700;
  margin: 0 0.4rem;
  color: rgb(0, 127, 65);
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 1.875rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 127, 65);
  border-color: rgb(0, 127, 65);
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 1.875rem;
  background-color: transparent;
  color: rgb(34, 34, 34);
  line-height: 1.5;
  padding: 0 0.4rem;
}
/* checkbox */
.checkbox {
  padding-left: 35px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.563rem;
  height: 1.563rem;
  left: 0;
  margin-left: -2.25rem;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 1.563rem;
  height: 1.563rem;
  left: 0;
  top: 0;
  margin-left: -2.25rem;
  padding-left: 3px;
  padding-top: 0;
  font-size: 1.125rem;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: none;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: bootstrap-icons !important;
  content: "\f25c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: rgb(0, 127, 65);
  border-color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 35px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.563rem;
  height: 1.563rem;
  left: 0;
  margin-left: -1.563rem;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 19px;
  height: 19px;
  left: 3px;
  top: 3px;
  margin-left: -1.563rem;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: none;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-success input[type="radio"] + label::after {
  background-color: rgb(0, 127, 65);
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: rgb(0, 127, 65);
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: rgb(0, 127, 65);
}

/* owl carousel */
.owl-nav button i {
  font-size: 3.438rem;
}
.owl-nav button.disabled {
  display: none;
}
#main-slider.owl-theme .owl-prev {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 40%;
  left: -120px;
  background-color: #f7f7f7 !important;
  border-radius: 100px;
}
#main-slider.owl-theme .owl-next {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -120px;
  background-color: #f7f7f7 !important;
  border-radius: 100px;
}
#company-slider.owl-theme .owl-prev {
  width: 40px;
  height: 100px;
  position: absolute;
  top: 22%;
  left: -18.125rem;
  background-color: transparent !important;
}
#company-slider.owl-theme .owl-next {
  width: 40px;
  height: 100px;
  position: absolute;
  top: 22%;
  left: -14.375rem;
  background-color: transparent !important;
}
#press-slider.owl-theme .owl-prev {
  width: 40px;
  height: 100px;
  position: absolute;
  top: -25%;
  right: 3.125rem;
  background-color: transparent !important;
}
#press-slider.owl-theme .owl-next {
  width: 40px;
  height: 100px;
  position: absolute;
  top: -25%;
  right: 0;
  background-color: transparent !important;
}
.owl-theme .owl-prev i,
.owl-theme .owl-next i {
  color: #000;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.3;
  cursor: default;
}
#company-slider .owl-nav button i,
#press-slider .owl-nav button i {
  font-size: 2.5rem;
}
#press-slider.owl-carousel .owl-stage-outer,
#report-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 10px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 24px;
  height: 10px;
  margin: 5px 5px;
  background: rgb(214, 214, 214);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.mid-bar {
  height: 1px;
}
.img-404 {
  width: 100px;
  height: 34px;
}
.img-error {
  width: 148px;
  height: 95px;
}
.border-3x {
  border-width: 3px !important;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1190px;
  }
}
@media (min-width: 576px) {
  html,
  body {
    font-size: 16px;
  }
  .section {
    margin: 6.25rem 0;
    padding: 6.25rem 0;
  }
  .font-size-sm {
    font-size: 0.875rem;
  }
  .font-size-xsm {
    font-size: 0.75rem;
  }
  .soil-logo {
    width: 100px;
    height: 34px;
  }
  .home .site-header {
    height: 159px !important;
  }
  .site-header {
    height: 115px;
  }
  .sticky-header .border-bottom {
    height: 71px;
  }
  .sticky-header.sub-header .border-bottom {
    height: 75px;
  }
  .head-banner {
    width: 470px;
    height: 110px;
  }
  .sticky-header .head-banner {
    width: auto;
    height: 70px;
  }
  .menu,
  .callayer {
    right: -460px;
    width: 460px;
  }
  .ms-item1 {
    height: 464px;
  }
  .ms-item2 {
    height: 464px;
  }
  .ms-item3 {
    height: 464px;
  }
  .soil-logo-ft {
    width: 88px;
    height: 30px;
  }
  .media-img1 {
    width: 124px;
    height: auto;
  }
  .author-text {
    max-width: 23.75rem;
  }
  #press-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  #report-slider.owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
  .featured,
  .featured .img-layer {
    height: 33.125rem;
  }
  .featured-event,
  .featured-event .img-layer {
    height: auto;
  }
  .back-top {
    bottom: 80px;
  }
  .back-top.d-stop {
    bottom: 215px !important;
  }
}

input::placeholder,
textarea::placeholder {
  color: rgba(51, 51, 51, 0.3) !important;
}
/* scrollbar */
::-webkit-scrollbar {
  width: 5.2px;
} /* 스크롤 바 */
::-webkit-scrollbar-track {
  background-color: #fff;
} /* 스크롤 바 밑의 배경 */
::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
} /* 실질적 스크롤 바 */
::-webkit-scrollbar-thumb:hover {
  background: #404040;
} /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
::-webkit-scrollbar-thumb:active {
  background: #808080;
} /* 실질적 스크롤 바를 클릭할 때 */
::-webkit-scrollbar-button {
  display: none;
} /* 스크롤 바 상 하단 버튼 */

@keyframes fade-in-up-lg {
  from {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* 반응형을 무시한 디자인으로 인한 모바일 수정사항입니다. */
@media (max-width: 575px) {
  #main-text h2.h1,
  h2,
  .h2,
  h3.h1 {
    font-size: 1.615rem;
  }
  #main-text h3.h2,
  h3,
  .h3 {
    font-size: 1.385rem;
  }
  .wp-block-image img,
  #post-content img {
    width: 100%;
    height: auto;
  }
}
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  h5.ellipsis2 {
    height: 60px;
  }
  .ellipsis2 {
    height: 45px;
  }
  .card {
    display: block;
  }
  .card .position-absolute.h4 {
    left: 0px;
    top: 0px;
  }
}
/* 메인 뉴스레터 폼 '구독신청' 버튼 */
@media (max-width: 575px) {
  #s-newsletter button[type="submit"] {
    min-width: 80px;
  }
}
@media (max-width: 320px) {
  .head-banner {
    width: 150px;
    height: auto;
  }
}
/* responsive iframe */
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
  .featured .img-layer {
    background-size: 100vmax auto;
  }
}

/* disabled like button */
.soil-likes.disable-like:hover,
.soil-likes.disable-like:active,
.soil-likes.disable-like:active:focus {
  background-color: transparent !important;
  color: rgb(0, 127, 65) !important;
  border-color: rgba(0, 0, 0, 0.3);
  cursor: default !important;
  box-shadow: unset !important;
}

/* sns btn 수정 */
.bi-instagram,
.bi-youtube,
.bi-facebook,
.bi-linkedin,
.bi-linkedin-black,
.h5.bi-house-door-fill,
.bi-share,
.bi-twitter,
.xi-kakaotalk {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 34px 34px;
}
.bi-instagram::before,
.bi-youtube::before,
.bi-facebook::before,
.bi-linkedin::before,
.bi-linkedin-black::before,
.h5.bi-house-door-fill::before,
.bi-share::before,
.bi-twitter::before,
.xi-kakaotalk::before {
  content: '';
  display:none;
}
.bi-instagram {
  background-image: url('../img/ico-instagram.png');
}
.bi-youtube {
  background-image: url('../img/ico-youtube.png');
}
.bi-facebook {
  background-image: url('../img/ico-facebook.png');
}
.bi-linkedin {
  background-image: url('../img/ico-linkedin-black.png');
}
.bi-linkedin-black {
  background-image: url('../img/ico-linkedin-black.png');
}
.h5.bi-house-door-fill {
  background-image: url('../img/ico-home.png');
}
.bi-share {
  background-image: url('../img/ico-share.png');
}
.bi-twitter {
  background-image: url('../img/ico-twitter.png');
}
.xi-kakaotalk {
  background-image: url('../img/ico-kakao.png');
}
.outer-link a:last-child,
.sns-link a:last-child {
  margin-right: 0!important;
}
@media (max-width: 575px) {
  .bi-instagram,
  .bi-youtube,
  .bi-facebook,
  .bi-linkedin,
  .bi-linkedin-black,
  .h5.bi-house-door-fill,
  .bi-share,
  .bi-twitter,
  .xi-kakaotalk {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}