@charset "UTF-8";
/* TPP 콘텐츠 추가 - 23.10.30 */
.carbon {
  position: relative;
  z-index: 0;
  top: 0;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

.carbon .scroll {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6rem;
  z-index: 5;
  width: 18rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  opacity: 1;
}

.carbon .scroll::after {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "xeicon";
  vertical-align: top;
  font-size: 3rem;
  display: block;
  position: relative;
  width: 3.5rem;
  margin: 1rem auto 0;
  content: "\e942  \e942";
  text-align: center;
  line-height: 0.3;
  animation: scroll 1s infinite alternate;
}

.carbon .group1 {
  position: fixed;
  left: 0;
  top: 10rem;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.carbon .group1 .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: calc(100% - 10rem);
  height: calc(100% - 10rem);
  background-color: #000;
  opacity: 0;
}

.carbon .group1 .item::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.1;
}

.carbon .group1 .item .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.carbon .group1 .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
}

.carbon .group1 .item.item2::before {
  background: url("../img/contents/tpp/carbon_img1.jpg") no-repeat center center/cover;
  filter: blur(10px);
}

.carbon .group1 .item.item2 .desc {
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #fff;
}

.carbon .group1 .item.item2 .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 15rem;
  padding-left: 6rem;
  text-align: left;
  word-break: keep-all;
  opacity: 0;
}

.carbon .group1 .item.item2.active .img {
  width: 120rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  height: 48rem;
  margin-top: -10rem;
  transition: all 0.5s 0.5s;
}

.carbon .group1 .item.item2.active .txt {
  margin-top: 17rem;
  opacity: 1;
  transition: all 0.5s 1s;
}

.carbon .group1 .item.item3::before {
  background: url("../img/contents/tpp/carbon_img2.jpg") no-repeat center center/cover;
  filter: blur(10px);
}

.carbon .group1 .item.item3 .desc {
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #fff;
}

.carbon .group1 .item.item3 .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 15rem;
  padding-left: 6rem;
  text-align: left;
  word-break: keep-all;
  opacity: 0;
}

.carbon .group1 .item.item3.active .img {
  width: 120rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  height: 48rem;
  margin-top: -10rem;
  transition: all 0.5s 0.5s;
}

.carbon .group1 .item.item3.active .txt {
  margin-top: 17rem;
  opacity: 1;
  transition: all 0.5s 1s;
}

.carbon .group1 .item.item4::before {
  background: url("../img/contents/tpp/carbon_img3.jpg") no-repeat center center/cover;
  filter: blur(10px);
}

.carbon .group1 .item.item4 .desc {
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #fff;
}

.carbon .group1 .item.item4 .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 15rem;
  padding-left: 6rem;
  text-align: left;
  word-break: keep-all;
  opacity: 0;
}

.carbon .group1 .item.item4.active .img {
  width: 120rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  height: 48rem;
  margin-top: -10rem;
  transition: all 0.5s 0.5s;
}

.carbon .group1 .item.item4.active .txt {
  margin-top: 17rem;
  opacity: 1;
  transition: all 0.5s 1s;
}

.carbon .group1 .item.active {
  z-index: 2;
  opacity: 1;
}

.carbon .group1 .item1 {
  visibility: visible;
  background-color: #222;
  color: #fff;
  opacity: 1;
}

.carbon .group1 .item1::before {
  display: none;
}

.carbon .group1 .item1 .title {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 56rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 6.8rem;
  line-height: 1.32353;
  top: 50%;
  z-index: 1;
  font-weight: 800;
  word-break: keep-all;
}

.carbon .group1 .item1 .list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 123.2rem;
  height: 71.7rem;
  background: url("../img/contents/tpp/carbon_map.png") no-repeat center center;
  background-size: 100% 100%;
}

.carbon .group1 .item1 .list li {
  position: absolute;
}

.carbon .group1 .item1 .list li p {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  top: -4.5rem;
  height: 3.5rem;
  margin-top: 1rem;
  padding: 0 1rem;
  border: 1px solid #aaa;
  background-color: #222;
  white-space: nowrap;
  line-height: 3.3rem;
  opacity: 0;
  transition: all 0.2s;
}

.carbon .group1 .item1 .list li .label {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 4.6rem;
  height: 6.1rem;
  vertical-align: top;
}

.carbon .group1 .item1 .list li .label:hover + p, .carbon .group1 .item1 .list li .label:focus + p {
  z-index: 2;
  margin-top: 0;
  opacity: 1;
}

.carbon .group1 .item1 .list li:nth-child(1) {
  top: 22.5%;
  left: 14.2%;
}

.carbon .group1 .item1 .list li:nth-child(2) {
  top: 24%;
  left: 42.5%;
}

.carbon .group1 .item1 .list li:nth-child(3) {
  top: 8.73%;
  left: 49.58%;
}

.carbon .group1 .item1 .list li:nth-child(4) {
  top: 17.46%;
  left: 50.83%;
}

.carbon .group1 .item1 .list li:nth-child(5) {
  top: 30%;
  left: 45%;
}

.carbon .group1 .item1 .list li:nth-child(6) {
  top: 42%;
  left: 73%;
}

.carbon .group1 .item1 .list li:nth-child(7) {
  top: 36.39%;
  left: 80%;
}

.carbon .group1 .item1 .title {
  margin-top: 2rem;
  opacity: 0;
}

.carbon .group1 .item1 .list {
  filter: blur(10px);
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
}

.carbon .group1 .item1 .list li {
  margin-top: -2rem;
  opacity: 0;
}

.carbon .group1 .item1.active .title {
  margin-top: 0;
  opacity: 1;
  transition: all 0.5s;
}

.carbon .group1 .item1.active .list {
  filter: blur(0);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all 0.5s 0.5s;
}

.carbon .group1 .item1.active .list li {
  margin: 0;
  opacity: 1;
  transition: all 0.5s;
}

.carbon .group1 .item1.active .list li:nth-child(1) {
  transition-delay: 1.15s;
}

.carbon .group1 .item1.active .list li:nth-child(2) {
  transition-delay: 1.3s;
}

.carbon .group1 .item1.active .list li:nth-child(3) {
  transition-delay: 1.45s;
}

.carbon .group1 .item1.active .list li:nth-child(4) {
  transition-delay: 1.6s;
}

.carbon .group1 .item1.active .list li:nth-child(5) {
  transition-delay: 1.75s;
}

.carbon .group1 .item1.active .list li:nth-child(6) {
  transition-delay: 1.9s;
}

.carbon .group1 .item1.active .list li:nth-child(7) {
  transition-delay: 2.05s;
}

.carbon .group1 .item5::before {
  background: url("../img/contents/tpp/carbon_img4.jpg") no-repeat center center/cover;
  opacity: 0.2;
}

.carbon .group1 .item5 .desc {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  font-size: 6.8rem;
  line-height: 1.32353;
  left: 0;
  width: 100%;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.carbon .group1 .item5 .txt {
  display: block;
  margin-bottom: 5rem;
  filter: blur(10px);
  opacity: 0;
  transform: scale(1.2);
}

.carbon .group1 .item5 a {
  height: 5.5rem;
  border: 2px solid #fff;
  line-height: 5.1rem;
  font-size: 2rem;
  display: inline-block;
  position: relative;
  top: 2rem;
  width: 17rem;
  border-radius: 5.5rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
}

.carbon .group1 .item5.active .txt {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s 0.5s;
}

.carbon .group1 .item5.active a {
  top: 0;
  opacity: 1;
  transition: top 0.5s 1s, opacity 0.5s 1s, background 0.2s, color 0.2s;
}

.carbon .group1 .item5.active a:hover, .carbon .group1 .item5.active a:focus {
  background-color: #fff;
  color: #000;
}

.carbon .group1 .nav {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  font-size: 1.4rem;
  right: 3rem;
  z-index: 5;
  width: 1rem;
  font-family: "Gmarket Sans";
  font-weight: 600;
  color: #fff;
}

.carbon .group1 .nav span {
  display: block;
  margin: 0.75rem 0;
  opacity: 0.33;
  transition: all 0.2s;
}

.carbon .group1 .nav .active {
  opacity: 1;
}

.carbon .group1.disable {
  position: absolute;
  top: 0;
}

.carbon .group2 {
  position: relative;
  z-index: 2;
}

.carbon .group2 .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 2rem;
}

.carbon .group2 .desc strong {
  display: block;
  margin: 1.5rem 0 6rem;
}

.carbon .group2 .desc small {
  font-size: 2.4rem;
  color: #fff;
  opacity: 0.88;
}

.carbon .group3 {
  position: relative;
  margin-top: -10rem;
}

.carbon .group3 .nav {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  font-size: 1.3rem;
  position: fixed;
  right: 3rem;
  z-index: 1;
  color: #333;
  text-align: right;
  transition: opacity 0.2s;
}

.carbon .group3 .nav span {
  display: block;
  margin: 2rem 0;
  transition: all 0.2s;
}

.carbon .group3 .nav span::after {
  display: inline-block;
  position: relative;
  top: -0.2rem;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.8rem;
  border-radius: 100%;
  border: 1px solid #707070;
  content: "";
  vertical-align: middle;
  transition: all 0.2s;
}

.carbon .group3 .nav .active {
  font-weight: 700;
}

.carbon .group3 .nav .active::after {
  border-color: #333;
  background-color: #333;
}

.carbon .group3 .nav.type1 span {
  color: #fff;
}

.carbon .group3 .nav.type1 .active::after {
  background-color: #fff;
}

.carbon .group3 .item {
  padding: 10rem 0;
}

.carbon .group3 .title {
  font-size: 6.6rem;
  line-height: 1.21212;
  margin-bottom: 4.5rem;
  padding: 0 2rem;
  font-weight: 900;
  color: #222;
  text-align: center;
}

.carbon .group3 .desc {
  width: 66rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 2rem;
  color: #333;
  text-align: left;
}

.carbon .group3 .label {
  font-size: 2.4rem;
  display: block;
  margin: 6rem 0 3rem;
  color: #222;
}

.carbon .group3 .label::before {
  display: block;
  width: 4.4rem;
  height: 0.8rem;
  margin: 0 auto 2rem;
  background: url("../img/contents/tpp/carbon_label.png") no-repeat;
  background-size: 100% 100% !important;
  content: "";
}

.carbon .group3 .item1 {
  background: url("../img/contents/tpp/carbon_bg1.png") no-repeat center bottom;
  background-size: 100% auto;
}

.carbon .group3 .item1 strong {
  width: 46rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 2.4rem;
  display: block;
  max-width: 100%;
  margin: 4rem 0;
  color: #145786;
  text-align: center;
  word-break: keep-all;
}

.carbon .group3 .item1 small {
  font-size: 1.6rem;
  display: block;
  margin-top: 5rem;
  padding: 2rem 0;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  color: #555;
}

.carbon .group3 .item2 {
  background-color: #F4F4F4;
}

.carbon .group3 .item2 .graph {
  position: relative;
  z-index: 0;
  width: 81.8rem;
  height: 58.8rem;
  margin: 4rem auto;
  background: url("../img/contents/tpp/carbon_graph.png") no-repeat center center;
  background-size: 100% 100%;
}

.carbon .group3 .item2 .graph ul {
  display: table;
  width: calc(100% + 0px);
  table-layout: fixed;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5.8rem 8rem;
}

.carbon .group3 .item2 .graph ul > * {
  display: table-cell;
  padding-right: 0px;
  vertical-align: bottom;
}

.carbon .group3 .item2 .graph img {
  width: 6.4rem;
}

.carbon .group3 .item2 .graph li {
  transition: all 0.2s;
}

.carbon .group3 .item2 .graph li.active {
  opacity: 1 !important;
}

.carbon .group3 .item2 .graph.active li {
  opacity: 0.5;
}

.carbon .group3 .item2 .list {
  width: 80rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  margin: 6.5rem 0 4rem;
}

.carbon .group3 .item2 .list li {
  display: table;
  width: calc(100% + 0px);
  table-layout: fixed;
  margin-top: 1.5rem;
  padding: 4rem 0;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  border: 1px solid #555;
  background-color: #fff;
  text-align: left;
}

.carbon .group3 .item2 .list li > * {
  display: table-cell;
  padding-right: 0px;
  vertical-align: middle;
}

.carbon .group3 .item2 .list .icon {
  width: 20.5rem;
  text-align: center;
}

.carbon .group3 .item2 .list .txt strong {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1rem;
  color: #333;
}

.carbon .group3 .item2 .list .txt span {
  display: block;
  width: 47rem;
  max-width: calc(100% - 2rem);
  color: #444;
}

.carbon .group3 .item3 .cont .menu {
  display: table;
  width: calc(100% + 0px);
  table-layout: fixed;
  width: 120rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 1.6rem;
  line-height: 1.25;
  max-width: 100%;
  height: 6rem;
  border: 1px solid #555;
  background-color: #fff;
  font-weight: 400;
  word-break: keep-all;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.carbon .group3 .item3 .cont .menu > * {
  display: table-cell;
  padding-right: 0px;
  vertical-align: middle;
}

.carbon .group3 .item3 .cont .menu a {
  padding: 0.5rem;
  transition: all 0.2s;
}

.carbon .group3 .item3 .cont .menu a + a {
  border-left: 1px solid #555;
}

.carbon .group3 .item3 .cont .menu a:hover, .carbon .group3 .item3 .cont .menu a:focus, .carbon .group3 .item3 .cont .menu a.active {
  background-color: #444;
  color: #fff;
}

.carbon .group3 .item3 .cont.active .menu.fixed {
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: 10rem;
  z-index: 3;
}

.carbon .group3 .item3 .cont1 {
  margin-top: 10rem;
  padding: 7rem 0 5rem;
  background-color: #F4F4F4;
}

.carbon .group3 .item3 .cont1 .label {
  margin: 0 0 1rem;
}

.carbon .group3 .item3 .cont1 .txt {
  margin-bottom: 3rem;
}

.carbon .group3 .item3 .cont1 .model {
  position: relative;
  z-index: 0;
  width: 80rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 5rem;
}

.carbon .group3 .item3 .cont1 .model [class*=model] {
  position: relative;
  padding: 4rem 7rem;
}

.carbon .group3 .item3 .cont1 .model [class*=model] em {
  height: 3.2rem;
  border: 1px solid #555;
  line-height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 8rem;
  background-color: #fff;
  font-weight: 500;
  color: #3A84B7;
  text-align: center;
  transform: translateY(-50%);
}

.carbon .group3 .item3 .cont1 .model [class*=model] strong {
  display: block;
  font-size: 1.8rem;
  color: #333;
}

.carbon .group3 .item3 .cont1 .model [class*=model] span {
  display: block;
  min-height: 8rem;
  margin: 0.5rem 0 2rem;
}

.carbon .group3 .item3 .cont1 .slick-list {
  z-index: 0;
  padding-top: 1.6rem;
  text-align: left;
  word-break: keep-all;
}

.carbon .group3 .item3 .cont1 .slick-list::before {
  position: absolute;
  left: 0;
  top: 1.6rem;
  z-index: -1;
  width: 100%;
  height: calc(100% - 1.6rem);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  border: 1px solid #555;
  background-color: #fff;
  content: "";
}

.carbon .group3 .item3 .cont1 .slick-dots {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.carbon .group3 .item3 .cont1 .slick-dots::before {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.5rem;
  color: #333;
  content: "현재";
  vertical-align: middle;
}

.carbon .group3 .item3 .cont1 .slick-dots::after {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.5rem;
  color: #333;
  content: "지향";
  vertical-align: middle;
}

.carbon .group3 .item3 .cont1 .slick-dots li {
  display: inline;
}

.carbon .group3 .item3 .cont1 .slick-dots button {
  position: relative;
  top: -0.5rem;
  width: 4.4rem;
  height: 0.4rem;
  margin: 0 0.2rem;
  font-size: 0;
  background-color: #ccc;
  transition: all 0.2s;
}

.carbon .group3 .item3 .cont1 .slick-dots button::before {
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background: linear-gradient(45deg, #333 50%, rgba(255, 255, 255, 0) 50%);
  content: "";
  opacity: 0;
  transform: translateX(-50%) rotate(-45deg);
  transition: all 0.2s;
}

.carbon .group3 .item3 .cont1 .slick-dots .slick-active button {
  background-color: #333;
}

.carbon .group3 .item3 .cont1 .slick-dots .slick-active button::before {
  opacity: 1;
}

.carbon .group3 .item3 .cont1 .slick-arrow {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.1);
  font-family: "xeicon";
  color: #000;
  text-align: center;
  line-height: 4rem;
  transform: translateY(-50%);
}

.carbon .group3 .item3 .cont1 .slick-arrow::before {
  display: block;
  content: "\e93b";
}

.carbon .group3 .item3 .cont1 .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.carbon .group3 .item3 .cont1 .slick-arrow.slick-next::before {
  content: "\e93e";
}

.carbon .group3 .item3 .cont1 .slick-arrow.slick-disabled {
  display: none !important;
}

.carbon .group3 .item3 .img {
  width: 160rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  max-width: 100%;
  height: 82rem;
  margin-bottom: 10.5rem;
  padding: 5rem 5rem 8rem;
  background-color: #F4F4F4;
}

.carbon .group3 .item3 .img i {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  overflow: hidden;
  width: calc(100% - 4rem);
  height: 0;
  max-height: 100%;
  opacity: 0;
  transition: all 0s;
}

.carbon .group3 .item3 .img img {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.carbon .group3 .item3 .img .btn {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  height: 7rem;
  border: 1px solid #555;
  line-height: 6.8rem;
  bottom: -3.5rem;
  width: 22rem;
  background-color: #fff;
  font-weight: 600;
  color: #222;
  transition: all 0.2s;
}

.carbon .group3 .item3 .img.type1 i:nth-child(1) {
  visibility: visible;
  height: 68.6rem;
  opacity: 1;
  transition: all 1.5s;
}

.carbon .group3 .item3 .img.type2 i:nth-child(2) {
  visibility: visible;
  height: 68.6rem;
  opacity: 1;
  transition: all 1.5s;
}

.carbon .group3 .item3 .img.type1 .btn::before {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "xeicon";
  vertical-align: top;
  margin-right: 1rem;
  content: "\e906";
}

.carbon .group3 .item3 .img.type2 .btn {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.carbon .group3 .item3 .img.type2 .btn::after {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "xeicon";
  vertical-align: top;
  margin-left: 1rem;
  content: "\e907";
}

.carbon .group3 .item3 .cont2 {
  color: #222;
}

.carbon .group3 .item3 .cont2 .part {
  position: relative;
  z-index: 0;
  width: 120rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 4rem 0 8rem 40rem;
  text-align: left;
}

.carbon .group3 .item3 .cont2 .part:first-of-type {
  margin-top: 9rem;
}

.carbon .group3 .item3 .cont2 .part > strong {
  font-size: 5.2rem;
  line-height: 1.26923;
  position: absolute;
  left: 0;
  top: auto;
  width: 40rem;
  font-weight: 900;
  word-break: keep-all;
}

.carbon .group3 .item3 .cont2 .part + .part {
  border-top: 0.3rem solid #444;
}

.carbon .group3 .item3 .cont2 .list {
  font-size: 2rem;
}

.carbon .group3 .item3 .cont2 .list > li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #aaa;
}

.carbon .group3 .item3 .cont2 .list > li > p, .carbon .group3 .item3 .cont2 .list > li > ul {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  opacity: 0;
}

.carbon .group3 .item3 .cont2 .list > li ul {
  display: table;
  width: calc(100% + 2.5rem);
  table-layout: fixed;
  display: block;
  width: 100%;
}

.carbon .group3 .item3 .cont2 .list > li ul > * {
  display: table-cell;
  padding-right: 2.5rem;
  vertical-align: top;
}

.carbon .group3 .item3 .cont2 .list > li li {
  font-size: 1.8rem;
  position: relative;
  width: 1%;
  min-height: 22rem;
  padding: 2rem 5rem 3rem 2.5rem;
  color: #333;
}

.carbon .group3 .item3 .cont2 .list > li li + li p::before {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "xeicon";
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  display: flex;
  left: calc(-2.5rem - 1px);
  z-index: 0;
  width: 2.5rem;
  height: 1000%;
  border-left: 1px solid #3A84B7;
  background-color: #fff;
  content: "\e907";
  text-align: center;
  align-items: center;
  justify-content: center;
}

.carbon .group3 .item3 .cont2 .list > li li strong {
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 1;
  width: 11.5rem;
  height: 4rem;
  color: #fff;
  text-align: center;
  line-height: 4rem;
  transform: translateY(-50%);
}

.carbon .group3 .item3 .cont2 .list > li li strong::after {
  position: absolute;
  left: 100%;
  top: 0;
  width: 10000%;
  height: 1.9rem;
  background-color: #fff;
  content: "";
}

.carbon .group3 .item3 .cont2 .list > li li p {
  margin-top: 2rem;
  font-weight: 500;
}

.carbon .group3 .item3 .cont2 .list > li li span {
  position: relative;
  padding-left: 1.2rem;
  text-align: left;
  font-size: 1.6rem;
  display: block;
  color: #444;
}

.carbon .group3 .item3 .cont2 .list > li li span::before {
  position: absolute;
  left: 0;
  top: auto;
  content: "";
}

.carbon .group3 .item3 .cont2 .list > li li span::before {
  top: 1rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
}

.carbon .group3 .item3 .cont2 .list > li li:nth-child(1) {
  border: 1px solid #3A84B7;
}

.carbon .group3 .item3 .cont2 .list > li li:nth-child(1) strong, .carbon .group3 .item3 .cont2 .list > li li:nth-child(1) span::before {
  background-color: #3A84B7;
}

.carbon .group3 .item3 .cont2 .list > li li:nth-child(2) {
  border: 1px solid #00A59F;
}

.carbon .group3 .item3 .cont2 .list > li li:nth-child(2) strong, .carbon .group3 .item3 .cont2 .list > li li:nth-child(2) span::before {
  background-color: #00A59F;
}

.carbon .group3 .item3 .cont2 .list a {
  font-size: 2.4rem;
  display: block;
  position: relative;
  font-weight: 600;
  transition: all 0.2s;
}

.carbon .group3 .item3 .cont2 .list a::after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "xeicon";
  font-size: 2rem;
  right: 2rem;
  width: 3.6rem;
  height: 3.6rem;
  margin-top: 0.5rem;
  border-radius: 100%;
  color: #333;
  text-align: center;
  line-height: 3.6rem;
  content: "\e941";
  transition: all 0.2s;
}

.carbon .group3 .item3 .cont2 .list .active a {
  font-size: 3.2rem;
  font-weight: 900;
}

.carbon .group3 .item3 .cont2 .list .active a::after {
  background-color: #222;
  color: #fff;
  line-height: 4rem;
  transform: rotate(180deg);
}

.carbon .group3 .item3 .cont2 .list .active > p {
  visibility: visible;
  height: auto;
  margin: 2rem 0 0;
  font-weight: 500;
  opacity: 1;
  transition: all 0.2s;
}

.carbon .group3 .item3 .cont2 .list .active ul {
  display: table;
  visibility: visible;
  height: auto;
  margin: 2rem 0 3.5rem;
  padding-top: 2rem;
  opacity: 1;
  transition: all 0.2s;
}

.carbon .group3 .item4 {
  position: relative;
  z-index: 0;
  margin-top: 17rem;
  padding-bottom: 23.5rem;
  background: url("../img/contents/tpp/carbon_bg_bottom.png") no-repeat center bottom #073757;
  background-size: 100% auto;
  color: #fff;
}

.carbon .group3 .item4::before {
  position: absolute;
  left: 0;
  top: -17rem;
  z-index: -2;
  width: 100%;
  height: 27rem;
  background: url("../img/contents/tpp/carbon_bg_top.png") no-repeat;
  background-size: 100% 100%;
  content: "";
}

.carbon .group3 .item4::after {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -23.5rem;
  z-index: -1;
  width: 174.135rem;
  height: 110.5rem;
  background: url("../img/contents/tpp/carbon_bg_middle.png") no-repeat;
  content: "";
}

.carbon .group3 .item4 .title, .carbon .group3 .item4 .label, .carbon .group3 .item4 .desc {
  color: inherit;
}

.carbon .group3 .item4 .label::before {
  background: url("../img/contents/tpp/carbon_label2.png") no-repeat;
}

.carbon .group3 .item4 .list {
  display: table;
  width: calc(100% + 3rem);
  table-layout: fixed;
  width: 123rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 1.8rem;
  overflow: hidden;
  margin-bottom: 5rem;
  padding: 2rem 0 0 3rem;
  font-weight: 500;
}

.carbon .group3 .item4 .list > * {
  display: table-cell;
  padding-right: 3rem;
  vertical-align: middle;
}

.carbon .group3 .item4 .list li {
  position: relative;
  border: 0.2rem solid transparent;
  background-color: rgba(255, 255, 255, 0.08);
  transition: all 0.2s;
}

.carbon .group3 .item4 .list li::after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "xeicon";
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  display: flex;
  right: -0.2rem;
  z-index: 0;
  width: 3rem;
  height: 1000%;
  border-left: 0.2rem solid transparent;
  background-color: #073757;
  color: #179F9F;
  content: "\e907";
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.carbon .group3 .item4 .list li:hover, .carbon .group3 .item4 .list li:hover::after {
  border-color: #179F9F;
}

.carbon .group3 .item4 .list li:last-child::after {
  content: "";
}

.carbon .group3 .item4 .list strong {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -2rem;
  z-index: 1;
  height: 4rem;
  padding: 0 2rem;
  margin-left: -1.5rem;
  background-color: #0C9F9F;
  font-weight: 600;
  line-height: 4rem;
}

.carbon .group3 .item4 .list strong::before {
  position: absolute;
  left: 100%;
  top: -0.2rem;
  width: 10000%;
  height: 2rem;
  background-color: #073757;
  content: "";
}

.carbon .group3 .item4 .list p {
  padding: 6.5rem 3rem;
}

.carbon .group3 .item5 {
  font-size: 2.4rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  background-color: #01243B;
  font-weight: 600;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}

.carbon .group3 .item5 strong {
  font-size: 4.8rem;
  display: block;
  margin: 2rem 0 8rem;
  font-weight: 800;
}

.carbon .group3 .item5 i {
  margin-left: 1rem;
}

.carbon .group3 .item5 a {
  height: 7rem;
  border: 1px solid #fff;
  line-height: 6.8rem;
  font-size: 2rem;
  display: inline-block;
  width: 22rem;
  text-align: center;
  transition: all 0.2s;
}

.carbon .group3 .item5 a:hover, .carbon .group3 .item5 a:focus {
  background-color: #fff;
  color: #01243B;
}

.carbon.disable .group3 .nav {
  opacity: 0;
}

/* 탄소중립 2화 */
.carbon.view2nd {
  word-break: keep-all;
  text-align: center;
}

.carbon.view2nd .list4 {
  border: 0;
  padding: 0;
  font-size: 1.7rem;
}

.carbon.view2nd .inner {
  max-width: 120rem;
  margin: 0 auto;
}

.carbon.view2nd .group1 > .scroll {
  display: none;
}

.carbon.view2nd .group1 .item {
  overflow: hidden;
}

.carbon.view2nd .group1 .item::before {
  z-index: auto;
}

.carbon.view2nd .group1 .item .desc {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.carbon.view2nd .group1 .item .txt {
  position: static;
  padding: 0;
  width: auto;
  font-size: 4.8rem;
  line-height: 6.7rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.26);
  font-weight: 800;
  letter-spacing: -0.048rem;
  transform: none;
  max-width: inherit;
  text-align: center;
}

.carbon.view2nd .group1 .item .txt i {
  display: block;
}

.carbon.view2nd .group1 .item .next {
  position: absolute;
  right: 11rem;
  bottom: -100%;
  width: 7rem;
  height: 7rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  font-size: 3rem;
  line-height: 7.5rem;
  color: #fff;
  transition-property: bottom, background, color;
  transition-duration: 0.8s, 0.3s, 0.3s;
  z-index: 2;
  cursor: pointer;
  overflow: visible;
}

.carbon.view2nd .group1 .item .next:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  border: 1px solid #fff;
  border-radius: 50%;
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  animation: radar 1.5s infinite linear;
}

.carbon.view2nd .group1 .item .next:hover {
  background: #fff;
  color: #333;
}

@keyframes radar {
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.carbon.view2nd .group1 .item1 {
  overflow: hidden;
  background: #222 url(../img/contents/tpp/2nd_bg_1.jpg) center no-repeat;
  background-size: 110%;
}

.carbon.view2nd .group1 .item1:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 92.2rem;
  height: 92.2rem;
  border-radius: 50%;
  box-shadow: 0 0 0 2500px #222;
  transform: translate(-50%, -50%);
  opacity: 1;
  transform-origin: center;
}

.carbon.view2nd .group1 .item1 .title_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  padding-top: 12.9rem;
  width: 51.6rem;
  height: 51.6rem;
  background: #222;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  font-weight: 800;
}

.carbon.view2nd .group1 .item1 .title_wrap .sub_tit {
  display: block;
  position: relative;
  top: -2rem;
  color: #26DBCD;
  font-size: 3.5rem;
  letter-spacing: -0.14rem;
  opacity: 0;
}

.carbon.view2nd .group1 .item1 .title_wrap h3 {
  color: #fff;
  font-size: 5.9rem;
  line-height: 7.6rem;
  letter-spacing: -0.2rem;
  font-weight: 800;
}

.carbon.view2nd .group1 .item1 .title_wrap h3 span {
  display: block;
  position: relative;
  left: -2rem;
  opacity: 0;
  filter: blur(5px);
}

.carbon.view2nd .group1 .item1 .scroll {
  opacity: 0;
}

.carbon.view2nd .group1 .item1.active {
  background-size: 100%;
  background-size: cover;
  transition: background-size 0.5s 2s;
}

.carbon.view2nd .group1 .item1.active:before {
  transform: translate(-50%, -50%) scale(6);
  transition: all 3s 2s;
}

.carbon.view2nd .group1 .item1.active .title_wrap .sub_tit {
  top: 0;
  opacity: 1;
  transition: all 1s;
}

.carbon.view2nd .group1 .item1.active .title_wrap h3 span {
  left: 0;
  opacity: 1;
  filter: blur(0);
  transition: all 0.5s 0.5s;
}

.carbon.view2nd .group1 .item1.active .title_wrap h3 span:nth-of-type(2) {
  transition-delay: 1s;
}

.carbon.view2nd .group1 .item1 .scroll::after {
  content: "\e905";
  animation: scroll 0.5s infinite alternate;
}

.carbon.view2nd .group1 .item1.active .scroll {
  opacity: 1;
  transition: 0.5s 2s;
}

.carbon.view2nd .group1 .item2 {
  width: 100%;
  background: #000 url(../img/contents/tpp/2nd_bg_2.jpg) center no-repeat;
  background-size: cover;
}

.carbon.view2nd .group1 .item2:before {
  content: "";
  display: block;
  position: absolute;
  left: 55%;
  top: 50%;
  width: 200%;
  height: 110%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  transform: translate(-50%, -50%) rotate(-38deg);
  background: none;
  filter: blur(0);
  z-index: 0;
  opacity: 0;
  transition: all 0.7s 0.2s;
}

.carbon.view2nd .group1 .item2:after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 0;
  left: 55%;
  top: 50%;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-38deg);
  z-index: 0;
  opacity: 1;
  transition: all 0.7s 0.9s;
}

.carbon.view2nd .group1 .item2.active:before {
  height: 150%;
  opacity: 1;
}

.carbon.view2nd .group1 .item2.active:after {
  width: 50%;
}

.carbon.view2nd .group1 .item2 .desc {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.carbon.view2nd .graph_wrap {
  width: 100%;
  margin: 0 auto 4rem;
  padding: 6.7rem 0 0 3.5rem;
  max-width: 78.3rem;
  height: 49.6rem;
  border: 1px solid rgba(255, 255, 255, 0.33);
  background-color: rgba(27, 31, 36, 0.29);
  text-align: left;
}

.carbon.view2nd .graph_wrap .graph_box {
  position: relative;
  width: 68.8rem;
}

.carbon.view2nd .graph_wrap .graph_box .line {
  position: absolute;
  left: 4.9rem;
  top: 3.37rem;
  overflow: hidden;
  width: 0;
}

.carbon.view2nd .group1 .item2.active .graph_wrap .line {
  animation: graphShow 1s 0.5s cubic-bezier(0.695, 0.445, 0.935, 0.635) forwards;
}

.carbon.view2nd .graph_wrap .graph_box .line img {
  max-width: inherit;
}

.carbon.view2nd .group1 .item2 .txt {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 6.3rem;
}

.carbon.view2nd .group1 .item2 .txt i {
  position: relative;
  left: -5rem;
  display: block;
  opacity: 0;
  filter: blur(5px);
}

.carbon.view2nd .group1 .item2.active .txt i {
  left: 0;
  opacity: 1;
  filter: blur(0);
  transition: all 0.5s;
}

.carbon.view2nd .group1 .item2 .txt i:nth-child(1) {
  transition-delay: 1.8s;
}

.carbon.view2nd .group1 .item2 .txt i:nth-child(2) {
  transition-delay: 2.3s;
}

.carbon.view2nd .group1 .item2 .txt i:nth-child(3) {
  transition-delay: 2.8s;
}

.carbon.view2nd .group1 .item2.active .next {
  bottom: 7rem;
  transition-delay: 3.6s, 0s, 0s;
}

.carbon.view2nd .group1 .item3 {
  display: table;
  width: 100%;
}

.carbon.view2nd .group1 .item3::before {
  background: url(../img/contents/tpp/2nd_bg_3.jpg) center no-repeat;
  background-size: cover;
  opacity: 1;
  filter: blur(0);
  transform: scale(1.2);
  transition: all 0.5s;
}

.carbon.view2nd .group1 .item3.active::before {
  transform: scale(1);
}

.carbon.view2nd .group1 .item3 .desc {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.carbon.view2nd .group1 .item3 .txt {
  position: relative;
  left: auto;
  top: 5rem;
  opacity: 0;
  filter: blur(5px);
  margin: 0 0 7rem !important;
  font-size: 6.4rem;
  line-height: 8.5rem;
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-weight: 700;
}

.carbon.view2nd .group1 .item3 .btn_area {
  position: relative;
  bottom: -5rem;
  opacity: 0;
}

.carbon.view2nd .group1 .item3.active .txt {
  transition: all 0.5s 0.5s;
  top: 0;
  opacity: 1;
  filter: blur(0);
}

.carbon.view2nd .group1 .item3.active .btn_area {
  bottom: 0;
  opacity: 1;
  transition: all 0.5s 1s;
}

.carbon.view2nd .group1 .item3.active .next {
  bottom: 7rem;
  transition-delay: 1.5s, 0s, 0s;
}

.viewBtn {
  height: 5.5rem;
  border: 2px solid #fff;
  line-height: 5.1rem;
  font-size: 2rem;
  display: inline-block;
  position: relative;
  width: 17rem;
  border-radius: 5.5rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  transition: background 0.2s, color 0.2s;
}

.viewBtn:hover {
  background: #fff;
  color: #000;
}

@keyframes graphShow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.carbon.view2nd .group1 .item4 {
  position: relative;
  display: table;
  width: 100%;
  background: url(../img/contents/tpp/2nd_bg_5.jpg) center bottom no-repeat;
  background-size: cover;
}

.carbon.view2nd .group1 .item4:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 101%;
  height: 101%;
  background: url(../img/contents/tpp/2nd_bg_4.jpg) center no-repeat;
  background-size: cover;
  opacity: 1;
  filter: blur(5px);
  transform: scale(1.5) translate(-50%, -50%);
  transition: transform 0.5s;
}

.carbon.view2nd .group1 .item4 .desc .title {
  position: relative;
  top: 10rem;
  opacity: 0;
  filter: blur(10px);
  transition: all 1s;
  margin-top: -8rem;
}

.carbon.view2nd .group1 .item4 .desc .title strong {
  display: block;
  margin-top: 3.5rem;
}

.carbon.view2nd .group1 .item4 .desc .txt {
  margin-top: 4.7rem;
  font-size: 4.6rem;
  color: #fff;
  letter-spacing: -0.092rem;
  line-height: 6.6rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

.carbon.view2nd .group1 .item4 .desc_txt {
  position: absolute;
  margin-top: 21rem;
  width: 100%;
  left: 50%;
  top: 50%;
  max-width: 120rem;
  padding-left: 4.7rem;
  font-size: 4.8rem;
  letter-spacing: -0.096rem;
  line-height: 7.2rem;
  font-weight: 900;
  color: #333;
  text-align: left;
  transform: translate(-50%, -50%);
}

.carbon.view2nd .group1 .item4 .desc_txt > span {
  position: relative;
  top: -5rem;
  opacity: 0;
  filter: blur(5px);
  display: block;
  color: #fff;
  transition: all 0.5s 0.5s;
}

.carbon.view2nd .group1 .item4 .desc_txt > p {
  opacity: 0;
  position: relative;
  left: 5rem;
  transition: all 0.5s 1s;
}

.carbon.view2nd .group1 .item4.active:before {
  transform: scale(1) translate(-50%, -50%);
  filter: blur(0);
}

.carbon.view2nd .group1 .item4.active .desc .title {
  top: 0;
  opacity: 1;
  filter: blur(0);
}

.carbon.view2nd .group1 .item4.effect2:before {
  margin-top: -10rem;
  width: 120rem;
  height: 48rem;
  transform: scale(1) translate(-50%, -50%);
  transition: all 0.5s;
}

.carbon.view2nd .group1 .item4.effect2 .desc {
  opacity: 0;
  transition: all 0.3s;
}

.carbon.view2nd .group1 .item4.effect2 .desc_txt > span {
  top: 0;
  opacity: 1;
  filter: blur(0);
}

.carbon.view2nd .group1 .item4.effect2 .desc_txt > p {
  opacity: 1;
  left: 0;
}

.carbon.view2nd .group2 {
  display: none;
  position: relative;
  height: 105rem;
  padding: 19rem 0 17.5rem;
  background: url(../img/contents/tpp/2nd_bg_5.jpg) center bottom no-repeat;
  background-size: cover;
  z-index: 1;
}

.carbon.view2nd .group2 .desc > div {
  display: inline-block;
}

.carbon.view2nd .group2 .desc > div .text {
  position: relative;
  top: -7.5rem;
  padding-left: 4.7rem;
  font-size: 4.8rem;
  letter-spacing: -0.096rem;
  line-height: 7.2rem;
  font-weight: 900;
  color: #333;
  text-align: left;
}

.carbon.view2nd .group2 .desc > div .text span {
  position: relative;
  top: -5rem;
  opacity: 0;
  filter: blur(5px);
  display: block;
  color: #fff;
  transition: all 0.5s;
}

.carbon.view2nd .group2 .desc > div .text div {
  opacity: 0;
  position: relative;
  left: 5rem;
  transition: all 0.5s 0.5s;
}

.carbon.view2nd .group2.on .desc > div .text span {
  top: 0;
  opacity: 1;
  filter: blur(0);
}

.carbon.view2nd .group2.on .desc > div .text div {
  opacity: 1;
  left: 0;
}

.carbon.view2nd .group3 .nav {
  display: none;
}

.carbon.view2nd .group3 .item1 {
  position: relative;
  padding: 15.7rem 0 36rem;
  background: url(../img/contents/tpp/2nd_bg_6.jpg) center bottom no-repeat;
  background-size: cover;
}

.carbon.view2nd .group3 .item1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/contents/tpp/2nd_bg6_blind.png) center bottom no-repeat;
  background-size: cover;
  z-index: 1;
}

.carbon.view2nd .group3 .item1 .item_box {
  position: relative;
  z-index: 1;
}

.carbon.view2nd .group3 .item1 [class^=cloud] {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}

.carbon.view2nd .group3 .item1 .cloud1 {
  bottom: 0;
  opacity: 0.9;
  animation: cloud1 10s infinite linear;
}

.carbon.view2nd .group3 .item1 .cloud2 {
  height: 36.5rem;
  bottom: 3rem;
  background: url(../img/contents/tpp/2nd_cloud_2.png);
  background-size: auto 100%;
  animation: cloud2 80s infinite linear;
  z-index: 1;
}

.carbon.view2nd .group3 .item1 .title {
  margin-bottom: 4.85rem;
  color: #fff;
  font-size: 6.6rem;
  letter-spacing: -0.132rem;
  line-height: 8rem;
  font-weight: 800;
}

.carbon.view2nd .group3 .item1 .history_list {
  position: relative;
}

.carbon.view2nd .group3 .item1 .history_list:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-right: 1px solid #fff;
  opacity: 0.2;
  z-index: -1;
}

.carbon.view2nd .group3 .item1 .history_list ul:after {
  content: "";
  display: block;
  clear: both;
}

.carbon.view2nd .group3 .item1 .history_list li {
  position: relative;
  clear: both;
  float: right;
  width: 50%;
  text-align: left;
  padding: 0 0 11rem 7rem;
}

.carbon.view2nd .group3 .item1 .history_list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  transition: all 0.4s 0.3s;
}

/* .carbon.view2nd .group3 .item1 .history_list li:after{content:'';position:absolute;top:0;left:0;height:0;border-left:1px solid #fff;transition:all .35s linear} */
.carbon.view2nd .group3 .item1 .history_list li:nth-child(even) {
  float: left;
  text-align: right;
  padding: 0 7rem 11rem 0;
}

.carbon.view2nd .group3 .item1 .history_list li:nth-child(even):before {
  left: auto;
  right: 0;
  transform: translateX(50%);
}

.carbon.view2nd .group3 .item1 .history_list li:nth-child(even):after {
  left: auto;
  right: -1px;
}

.carbon.view2nd .group3 .item1 .history_list li > div {
  position: relative;
  right: -5rem;
  opacity: 0;
  transition: all 0.3s;
}

.carbon.view2nd .group3 .item1 .history_list li:nth-child(even) > div {
  right: auto;
  left: -5rem;
}

.carbon.view2nd .group3 .item1 .history_list li strong {
  display: block;
  width: auto;
  margin: 0 0 1.5rem !important;
  color: transparent;
  font-size: 4.5rem;
  font-weight: 800;
  text-align: inherit;
  color: #1b1f28;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  transition: all 0.4s 0.5s;
}

.carbon.view2nd .group3 .item1 .history_list li em {
  display: block;
  margin-bottom: 1.4rem;
  font-family: "Noto Serif KR", "Pretendard";
  color: #fff;
  font-size: 3.1rem;
  letter-spacing: -0.248rem;
}

.carbon.view2nd .group3 .item1 .history_list li p {
  color: #fff;
  opacity: 0.8;
  font-size: 1.9rem;
  letter-spacing: -0.019rem;
  line-height: 3.7rem;
}

.carbon.view2nd .group3 .item1 .history_list .line {
  position: absolute;
  left: 50%;
  top: 0;
  height: auto;
  border-left: 1px solid #fff;
  transition: all 0.3s linear;
}

.carbon.view2nd .group3 .item1 .history_list li.on:before {
  box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2);
}

.carbon.view2nd .group3 .item1 .history_list li.on > div {
  right: 0;
  opacity: 1;
}

.carbon.view2nd .group3 .item1 .history_list li.on:nth-child(even) > div {
  left: 0;
  opacity: 1;
}

.carbon.view2nd .group3 .item1 .history_list li.on strong {
  color: #fff;
  text-shadow: none;
}

@keyframes cloud1 {
  50% {
    transform: scale(1.1);
    opacity: 0.6;
    filter: blur(1px);
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
    filter: blur(0);
  }
}
@keyframes cloud2 {
  0% {
    background-position: 0;
  }
  25% {
    opacity: 0.9;
    filter: blur(1px);
  }
  50% {
    opacity: 1;
    filter: blur(0);
  }
  75% {
    opacity: 0.9;
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    background-position: -178.3rem;
  }
}
.carbon.view2nd .group3 .item2 {
  padding: 8rem 0 0;
  background: #fff;
}

.carbon.view2nd .group3 .item2 .desc {
  position: relative;
  opacity: 0;
  bottom: -5rem;
  width: auto;
  font-family: "Noto Serif KR", "Pretendard";
  font-size: 3.7rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.22rem;
  transition: all 0.5s;
}

.carbon.view2nd .group3 .item2 .desc strong {
  font-weight: 700;
}

.carbon.view2nd .group3 .item2 .desc.on {
  bottom: 0;
  opacity: 1;
}

.carbon.view2nd .group3 .item2 .cont1 {
  margin-top: 8rem;
  padding: 8.8rem 0;
  background: #F4F4F4;
}

.carbon.view2nd .group3 .item2 .cont1 .desc {
  font-size: 2.5rem;
  letter-spacing: -0.15rem;
  line-height: 4rem;
}

.carbon.view2nd .group3 .item2 .graph_wrap {
  background: #fff;
  max-width: 87.6rem;
  height: auto;
  padding: 5rem 6rem 6rem;
  border: 1px solid #000;
}

.carbon.view2nd .group3 .item2 .graph_wrap h4 {
  margin-bottom: 3rem;
  font-family: "Noto Serif KR", "Pretendard";
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.112rem;
  text-align: center;
  color: #222;
  line-height: 3.6rem;
}

.carbon.view2nd .group3 .item2 .graph_wrap .graph_box {
  width: 100%;
  max-width: 75.9rem;
}

.carbon.view2nd .group3 .item2 .graph_wrap .graph_box .line {
  left: 5.4rem;
  top: 2.5rem;
}

.carbon.view2nd .group3 .item2 .graph_wrap.on .graph_box .line {
  animation: graphShow2 1s 0.5s cubic-bezier(0.695, 0.445, 0.935, 0.635) forwards;
}

@keyframes graphShow2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.carbon.view2nd .group3 .item3 {
  padding: 0;
}

.carbon.view2nd .group3 .item3 .cont1 {
  margin: 0;
  padding: 9.7rem 0;
  background: #26313E; /* background:#323E4E */
}

.carbon.view2nd .group3 .item3 .cont1 .title {
  margin-bottom: 5.8rem;
  color: #fff;
  font-size: 6.6rem;
  letter-spacing: -0.33rem;
  line-height: 8rem;
  font-weight: 800;
}

.carbon.view2nd .group3 .item3 .contBox {
  margin: 0 auto 7.2rem;
  max-width: 109rem;
  background: #323d4d; /* background:#26313E; */
  padding: 7rem 9rem;
}

.carbon.view2nd .group3 .item3 .lr_wrap > div {
  float: left;
  width: 50%;
  color: #fff;
  text-align: left;
}

.carbon.view2nd .group3 .item3 .lr_wrap > div:nth-child(2) {
  padding-left: 7rem;
}

.carbon.view2nd .group3 .item3 .lr_wrap > div h5 {
  font-size: 3.3rem;
  line-height: 4rem;
  letter-spacing: -0.132rem;
  font-weight: 700;
}

.carbon.view2nd .group3 .item3 .lr_wrap > div > .list > li {
  position: relative;
  padding-left: 1.6rem;
  margin-top: 3.6rem;
  line-height: 2.7rem;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.85);
}

.carbon.view2nd .group3 .item3 .lr_wrap > div > .list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  border-radius: 50%;
}

.lr_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.legend_list {
  margin-top: 3.8rem;
  padding: 1.8rem;
  text-align: center;
  border: 1px solid rgba(221, 221, 221, 0.35);
}

.legend_list li {
  position: relative;
  display: inline-block;
  margin: 0 2.4rem 0 -0.4rem;
  padding-left: 1.8rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.legend_list li:before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.legend_list li:nth-child(1):before {
  background: #2B86E0;
}

.legend_list li:nth-child(2):before {
  background: #3AB6D1;
}

.legend_list li:nth-child(3):before {
  background: #7B4FC1;
}

.legend_list li:nth-child(4):before {
  background: #DF3A58;
}

.legend_list li:nth-child(5):before {
  background: #F26F49;
}

.legend_list li:nth-child(6):before {
  background: #FEBD2C;
}

.legend_list li:nth-child(7):before {
  background: #6F4719;
}

.legend_list li:nth-child(8):before {
  background: #31BABA;
}

.legend_list li:nth-child(9):before {
  background: #66C336;
}

.legend_list li:nth-child(10):before {
  background: #008615;
}

.legend_list li:last-child {
  margin-right: 0;
}

.carbon.view2nd .group3 .item3 .title_label {
  margin-bottom: 2.7rem;
  font-family: "Noto Serif KR", "Pretendard";
  color: #fff;
  font-size: 2.7rem;
  letter-spacing: -0.108rem;
}

.carbon.view2nd .group3 .item3 .title_label:before {
  content: "";
  display: block;
  margin: 0 auto 2rem;
  width: 4.4rem;
  height: 0.8rem;
  background: url(../img/contents/tpp/2nd_carbon_label.png);
  background-size: 100%;
}

.carbon.view2nd .group3 .item3 .list4:after {
  content: "";
  display: block;
  clear: both;
}

.carbon.view2nd .group3 .item3 .list4 > li {
  float: left;
  position: relative; /* opacity:0;left:5rem; */
  width: 50%;
  padding: 0 3rem;
  color: #fff;
  text-align: left;
  transition: all 0.5s;
}

.carbon.view2nd .group3 .item3 .list4 > li:nth-child(2n+1) {
  clear: both;
}

/* .carbon.view2nd .group3 .item3 .list4>li.on{opacity:1;left:0} */
.carbon.view2nd .group3 .item3 .list4 > li > .item_box {
  padding: 3.4rem 1.2rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

.carbon.view2nd .group3 .item3 .list4 > li:nth-child(-n+2) > .item_box {
  border-top: 0;
}

.carbon.view2nd .group3 .item3 .list4 > li > .item_box h5 {
  margin-bottom: 1.7rem;
  font-size: 2.2rem;
  color: #4CD9E0;
  line-height: 3.4rem;
  letter-spacing: -0.08rem;
}

.carbon.view2nd .group3 .item3 .list4 > li > .item_box strong {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
}

.carbon.view2nd .group3 .item3 .list4 > li > .item_box > ul > li {
  white-space: nowrap;
}

.carbon.view2nd .group3 .item3 .cont .menu {
  z-index: 3;
}

.carbon.view2nd .group3 .item3 .cont2 {
  position: relative;
}

.carbon.view2nd .group3 .item3 .cont2 .part {
  position: relative;
  padding-left: 0;
  left: 0;
  background: #fff;
  z-index: 0; /* position:relative;top:5rem;opacity:0;transition:all .3s */
}

.carbon.view2nd .group3 .item3 .cont2 .part > .inner {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
}

.carbon.view2nd .group3 .item3 .cont2 .part:first-of-type {
  margin-top: 0;
  padding-top: 13rem;
}

.carbon.view2nd .group3 .item3 .cont2 .part h4.title {
  margin-bottom: 3.6rem;
  padding: 0;
  font-size: 5.2rem;
  line-height: 1.26923;
  font-weight: 900;
  word-break: keep-all;
  text-align: left;
}

.carbon.view2nd .group3 .item3 .cont2 .part .part_box {
  overflow: hidden;
}

.carbon.view2nd .group3 .item3 .cont2 .part .part_box .img_box {
  float: left;
  padding-top: 3.4rem;
  width: 36%;
  margin-right: 5.5%;
}

.carbon.view2nd .group3 .item3 .cont2 .part .part_box .desc_box {
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 35rem);
}

.carbon.view2nd .group3 .item3 .cont2 .part .part_box .desc_box::-webkit-scrollbar {
  width: 7px;
}

.carbon.view2nd .group3 .item3 .cont2 .part .part_box .desc_box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.carbon.view2nd .group3 .item3 .cont2 .part .part_box .desc_box::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 0;
}

.carbon.view2nd .group3 .item3 .cont2 .part .part_box .desc_box::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

.carbon.view2nd .group3 .item3 .cont2 .part .desc_box .text_box .text_title {
  display: table;
  width: 100%;
  height: 8.7rem;
  background: #3E4B5C;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: -0.036rem;
  line-height: 2.8rem;
}

.carbon.view2nd .group3 .item3 .cont2 .part .desc_box .text_box .text_title span {
  display: table-cell;
  vertical-align: middle;
}

.carbon.view2nd .group3 .item3 .cont2 .part .desc_box .text_box .text_item {
  min-height: 33.4rem;
  padding: 3.3rem 5rem;
  border: 1px solid #3E4B5C;
}

.carbon.view2nd .group3 .item3 .cont2 .part .desc_box .text_box .text_item h5 {
  font-size: 2.4rem;
  letter-spacing: -0.096rem;
  font-weight: 900;
  color: #222;
}

.carbon.view2nd .group3 .item3 .cont2 .part .desc_box .text_box .text_item h6 {
  margin-top: 1.8rem;
  font-size: 1.8rem;
  letter-spacing: -0.072rem;
  font-weight: 700;
  color: #333;
}

.carbon.view2nd .group3 .item3 .cont2 .part .desc_box .list {
  margin-top: 4.7rem;
}

.carbon.view2nd .group3 .item3 .cont2 .part .dot_list > li {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.carbon.view2nd .group3 .item3 .cont2 .bottom_arrow {
  opacity: 0;
  position: fixed;
  width: 9rem;
  height: 9rem;
  bottom: 5rem;
  left: 50%;
  margin-left: 70rem; /* border:1px solid #505050; */
  border-radius: 50%; /* background:#fff; */
  text-align: center;
  line-height: 9rem;
  font-size: 3rem;
  color: #505050;
  z-index: 2;
  transition: all 0.5s;
}

.carbon.view2nd .group3 .item3 .cont2 .bottom_arrow.active {
  opacity: 1;
}

.carbon.view2nd .group3 .item3 .cont2 .bottom_arrow i {
  position: relative;
  animation: scroll 0.5s infinite alternate;
}

.carbon.view2nd .group3 .item3 .cont2 .bottom_arrow .mouseScroll {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mouseScroll {
  padding-top: 6rem;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: 400;
}

.mouseScroll:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #505050;
  animation: scrollMove 1s infinite alternate;
}

.mouseScroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2rem;
  height: 4rem;
  border: 1px solid #505050;
  border-radius: 5rem;
  box-sizing: border-box;
  transform: translateX(-50%);
}

.mouseScroll span::before {
  position: absolute;
  top: 1rem;
  left: 50%;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  margin-left: -0.3rem;
  background-color: #505050;
  border-radius: 100%;
  animation: wheel 2s infinite;
  box-sizing: border-box;
}

@keyframes scrollMove {
  0% {
    top: 4rem;
  }
  100% {
    top: 4.6rem;
  }
}
@keyframes wheel {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 1.5rem);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.dot_list > li {
  position: relative;
  padding-left: 1.3rem;
}

.dot_list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #3A84B7;
}

.carbon.view2nd .group3 .item3 .cont2 .list > li {
  padding: 0;
}

.carbon.view2nd .group3 .item3 .cont2 .list > li:first-child {
  border-top: 1px solid #aaa;
}

.carbon.view2nd .group3 .item3 .cont2 .list > li a {
  padding: 1.5rem 0;
}

.carbon.view2nd .group3 .item3 .cont2 .list .active a {
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}

.carbon.view2nd .group3 .item3 .cont2 .list .active a::after {
  background: none;
  color: #333;
}

.carbon.view2nd .group3 .item3 .cont2 .list > li > .list_item {
  visibility: hidden;
  overflow: hidden;
  padding-bottom: 0;
  height: 0;
  opacity: 0;
  transition: all 0.2s;
}

.carbon.view2nd .group3 .item3 .cont2 .list > li.active > .list_item {
  visibility: visible;
  height: auto;
  padding-bottom: 3.3rem;
  font-weight: 500;
  opacity: 1;
}

.carbon.view2nd .group3 .item3 .cont2 .list > li > .list_item .image_box {
  padding: 2.8rem 0 0;
  text-align: center;
}

.carbon.view2nd .group3 .item3 .cont2.fixed {
  padding-top: 6rem;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1;
}

.carbon.view2nd .group3 .item3 .cont2 .part.fixed {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: calc(100vh - 10rem);
  max-width: inherit;
  left: 0;
  top: 0;
  background: #fff;
  padding: 10rem 0 5rem;
  margin: 10rem 0 0 !important;
  border-top: 0;
}

.carbon.view2nd .group3 .item4 {
  margin-top: 9rem;
  padding: 19rem 0;
  background: #fff url(../img/contents/tpp/2nd_bg_7.jpg) center no-repeat;
  background-size: 110% auto;
  text-align: center;
  transition: background-size 1s 0.5s;
}

.carbon.view2nd .group3 .item4::before,
.carbon.view2nd .group3 .item4::after {
  display: none;
}

.carbon.view2nd .group3 .item4 .desc {
  position: relative;
  top: 5rem;
  opacity: 0;
  width: auto;
  max-width: inherit;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
  font-size: 2.6rem;
  line-height: 4em;
  line-height: 4rem;
  text-align: center;
  transition: all 0.5s 0.5s;
}

.carbon.view2nd .group3 .item4 .title {
  position: relative;
  top: 5rem;
  filter: blur(5px);
  opacity: 0;
  margin-bottom: 1.7rem;
  font-size: 5.6rem;
  letter-spacing: -0.056rem;
  line-height: 7rem;
  transition: all 0.5s 1s;
}

.carbon.view2nd .group3 .item4 .btns {
  position: relative;
  margin-top: 7.5rem;
  opacity: 0;
  transition: all 0.5s 1.5s;
}

.link_btn {
  height: 7rem;
  padding: 0 4.3rem;
  border: 1px solid #fff;
  line-height: 6.8rem;
  font-size: 1.9rem;
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
  font-weight: bold;
}

.link_btn i[class^=xi-] {
  margin-left: 2rem;
  vertical-align: middle;
}

.link_btn:hover, .link_btn:focus {
  background: #fff;
  color: #333;
  border-color: transparent;
}

.carbon.view2nd .group3 .item4.on {
  background-size: cover;
}

.carbon.view2nd .group3 .item4.on .desc,
.carbon.view2nd .group3 .item4.on .btns {
  top: 0;
  opacity: 1;
}

.carbon.view2nd .group3 .item4.on .title {
  top: 0;
  filter: blur(0);
  opacity: 1;
}

/* 2화 - 2050 탄소중립 시나리오 */
.carbon.t2 .inner {
  max-width: 128rem;
}

.carbon.t2 .group1 .item1 {
  background-color: #fff;
  background-image: none;
  overflow: hidden;
}

.carbon.t2 .group1 .item1:before {
  display: none;
}

.carbon.t2 .group1 .item1 .tit {
  position: absolute;
  right: 0;
  top: 0;
  width: 50rem;
  height: 100%;
  padding: 17rem 0 0 5rem;
  text-align: left;
  font-weight: 900;
}

.carbon.t2 .group1 .item1 .tit h3 {
  position: relative;
  right: -5rem;
  opacity: 0;
  margin-bottom: 7rem;
  font-size: 5.5rem;
  color: #2e2e2e;
  line-height: 6.3rem;
  font-weight: 800;
  transition: 0.5s 1s;
}

.carbon.t2 .group1 .item1 .tit .viewMore {
  opacity: 0;
  font-size: 1.8rem;
  color: #2E2E2E;
  transition: all 0.5s 1.5s;
}

.carbon.t2 .group1 .item1 .bg {
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: calc(100% - 50rem);
  background: url(../img/contents/tpp/2nd2_bg_1.jpg) right center no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.carbon.t2 .group1 .item1 .bg .text1 {
  position: absolute;
  filter: blur(10px);
  opacity: 0;
  top: 4.7rem;
  left: 8rem;
  font-size: 20.5rem;
  line-height: 20.6rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 600;
  transition: all 0.5s 0.5s;
}

.carbon.t2 .group1 .item1 .bg .text2 {
  position: absolute;
  filter: blur(10px);
  opacity: 0;
  bottom: 0;
  right: -3rem;
  color: #fff;
  font-size: 32.7rem;
  line-height: 32.7rem;
  font-weight: 600;
  transition: all 0.5s 0.5s;
}

.carbon.t2 .group1 .item1.active .tit h3 {
  right: 0;
  opacity: 1;
}

.carbon.t2 .group1 .item1.active .bg {
  left: 0;
}

.carbon.t2 .group1 .item1.active .bg .text1,
.carbon.t2 .group1 .item1.active .bg .text2 {
  opacity: 1;
  filter: blur(0);
}

.carbon.t2 .group1 .item1 .tit:before,
.carbon.t2 .group1 .item1 .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 51%;
  width: 0;
  border-bottom: 1px solid #333;
  transition: width 0.5s 0.5s linear;
}

.carbon.t2 .group1 .item1 .tit:before {
  transition-delay: 1s;
}

.carbon.t2 .group1 .item1.active .tit:before,
.carbon.t2 .group1 .item1.active .bg:before {
  width: 100%;
}

.carbon.t2 .group1 .item1 .bg:before {
  border-color: #fff;
}

.carbon.t2 .group1 .item1 .bg .scrUi {
  position: absolute;
  padding-right: 6rem;
  right: 4rem;
  top: 46%;
  opacity: 0;
  font-size: 2.7rem;
  color: #fff;
  font-weight: 600;
  transition: all 0.5s 1.5s;
}

.carbon.t2 .group1 .item1 .bg .scrUi:after {
  content: "\e93e";
  font-family: "xeicon";
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  opacity: 0.6;
  animation: h_move 1s infinite alternate ease;
}

.carbon.t2 .group1 .item1 .bg .scrUi > i.doub {
  position: relative;
  display: inline-block;
  margin-right: 14.6rem;
}

.carbon.t2 .group1 .item1 .bg .scrUi > i.doub:before,
.carbon.t2 .group1 .item1 .bg .scrUi > i.doub:after {
  content: "\e93e";
  font-family: "xeicon";
  display: inline-block;
  color: #fff;
  opacity: 0.6;
  animation: light 1s infinite linear;
}

.carbon.t2 .group1 .item1 .bg .scrUi > i.doub:after {
  position: relative;
  left: -1rem;
  animation-delay: 0.5s;
}

.carbon.t2 .group1 .item1.active .tit .viewMore,
.carbon.t2 .group1 .item1.active .bg .scrUi {
  opacity: 1;
}

.carbon.t2 .group1 .item2 {
  background: url(../img/contents/tpp/2nd2_bg_2.jpg) center no-repeat;
  background-size: cover;
}

.carbon.t2 .group1 .item2.active:before,
.carbon.t2 .group1 .item2.active:after {
  display: none;
}

.carbon.t2 .group1 .item2 .desc {
  height: 100%;
}

.carbon.t2 .group1 .item2 .desc h4 {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -41rem;
  transition: all 0.5s 1s;
}

.carbon.t2 .group1 .item2.active .desc h4 {
  opacity: 1;
}

.carbon.t2 .group1 .item.item2 .img {
  position: relative;
  width: 100%;
  height: 100vh;
}

.carbon.t2 .group1 .item.item2.active .img {
  width: 120rem;
  height: 48rem;
  margin: -10rem 0 0 !important;
  max-width: inherit;
}

.carbon.t2 .group1 .item.item2.active .img img {
  position: static;
  left: auto;
  top: auto;
  transform: none;
}

.carbon.t2 .group1 .item.item2 .txt {
  margin-top: 24rem;
  position: absolute;
  width: 100%;
  max-width: 120rem;
  padding-left: 4rem;
  transform: translate(-50%, -50%);
  text-align: left;
}

.carbon.t2 .group1 .item2.active .next {
  transition-delay: 1s, 0s, 0s;
}

.carbon.t2 .group1 .item2 .space {
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: -1;
}

.carbon.t2 .group1 .item2 .space i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: rotate 4s infinite linear;
}

.carbon.t2 .group1 .item2 .space i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}

.carbon.t2 .group1 .item2 .space.t1 {
  left: -21.2rem;
  bottom: -18.1rem;
  width: 82.4rem;
  height: 82.4rem;
}

.carbon.t2 .group1 .item2 .space.t2 {
  top: -14.9rem;
  right: -6.8rem;
  width: 43.8rem;
  height: 43.8rem;
}

.carbon.t2 .group1 .item2 .space.t1 i {
  animation: rotate 3s infinite linear;
}

@keyframes h_move {
  50% {
    right: 1rem;
  }
  100% {
    right: 0;
  }
}
@keyframes light {
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.carbon.t2 .group2 {
  display: block;
  height: auto;
  margin-top: -10rem;
  padding: 18.9rem 0 43rem;
  background: url(../img/contents/tpp/2nd2_bg_3.jpg) center bottom no-repeat;
  background-size: cover;
  text-align: center;
}

.carbon.t2 .group2 .tit {
  opacity: 0;
  position: relative;
  margin-bottom: 14.5rem;
  padding: 0 11rem;
  display: inline-block;
  font-size: 4.3rem;
  color: #333;
  letter-spacing: -0.086rem;
  line-height: 5.3rem;
  font-weight: 800;
  text-align: center;
  transition: all 0.5s;
}

.carbon.t2 .group2 .tit:before,
.carbon.t2 .group2 .tit:after {
  content: "";
  opacity: 0;
  position: absolute;
  left: -5rem;
  top: 0;
  height: 100%;
  width: 3.8rem;
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: #C1C8D1;
  transition: all 0.5s 0.5s;
}

.carbon.t2 .group2 .tit:after {
  left: auto;
  right: -5rem;
  border-width: 10px 10px 10px 0;
}

.carbon.t2 .group2 .tit span {
  display: block;
  color: #265EDB;
  font-weight: 600;
}

.carbon.t2 .group2 .circle {
  position: relative;
}

.carbon.t2 .group2 .circle .img img {
  position: relative;
  z-index: 1;
  top: 5rem;
  opacity: 0;
  transition: all 0.5s 1s;
}

.carbon.t2 .group2 .circle .circle_desc > div {
  position: absolute;
  left: 50%;
  opacity: 0;
  transition: all 0.5s 1.2s;
}

.carbon.t2 .group2 .circle .circle_desc > div span {
  display: block;
  font-size: 2.5rem;
  font-weight: 900;
  color: #4166CB;
}

.carbon.t2 .group2 .circle .circle_desc > div strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 3rem;
  color: #333;
  font-weight: 900;
}

.carbon.t2 .group2 .circle .circle_desc > div p {
  max-width: 28.5rem;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #555;
}

.carbon.t2 .group2 .circle .circle_desc > div:nth-child(1) {
  margin-left: -60rem;
  top: 0;
  padding-right: 14.4rem;
  text-align: right;
}

.carbon.t2 .group2 .circle .circle_desc > div:nth-child(2) {
  margin-left: 16rem;
  top: 0;
  padding-left: 14.4rem;
  text-align: left;
}

.carbon.t2 .group2 .circle .circle_desc > div:nth-child(3) {
  top: 58%;
  margin-left: 23rem;
  padding-left: 11rem;
  text-align: left;
}

.carbon.t2 .group2 .circle .circle_desc > div:nth-child(4) {
  top: 96%;
  left: 49%;
  padding-top: 8.75rem;
  text-align: center;
  transform: translateX(-50%);
}

.carbon.t2 .group2 .circle .circle_desc > div:nth-child(5) {
  top: 58%;
  margin-left: -64rem;
  padding-right: 11rem;
  text-align: right;
}

.carbon.t2 .group2 .circle .circle_desc > div:before {
  content: "";
  position: absolute;
  background-size: 100% auto !important;
}

.carbon.t2 .group2 .circle .circle_desc > div:nth-child(1):before {
  right: 0;
  top: 1.3rem;
  width: 12.7rem;
  height: 9.8rem;
  background: url(../img/contents/tpp/2nd2_point1.png) no-repeat;
}

.carbon.t2 .group2 .circle .circle_desc > div:nth-child(2):before {
  left: 0;
  top: 1.3rem;
  width: 12.7rem;
  height: 9.8rem;
  background: url(../img/contents/tpp/2nd2_point2.png) no-repeat;
}

.carbon.t2 .group2 .circle .circle_desc > div:nth-child(3):before {
  left: 0;
  top: 1.3rem;
  width: 9.3rem;
  height: 1.2rem;
  background: url(../img/contents/tpp/2nd2_point3.png) no-repeat;
}

.carbon.t2 .group2 .circle .circle_desc > div:nth-child(4):before {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1.2rem;
  height: 8rem;
  background: url(../img/contents/tpp/2nd2_point4.png) no-repeat;
}

.carbon.t2 .group2 .circle .circle_desc > div:nth-child(5):before {
  right: 0;
  top: 1.3rem;
  width: 9.3rem;
  height: 1.2rem;
  background: url(../img/contents/tpp/2nd2_point5.png) no-repeat;
}

.carbon.t2 .group2 .desc {
  left: auto;
  top: auto;
  transform: none;
}

.carbon.t2 .group2.on .tit {
  opacity: 1;
}

.carbon.t2 .group2.on .tit:before {
  opacity: 1;
  left: 0;
}

.carbon.t2 .group2.on .tit:after {
  opacity: 1;
  right: 0;
}

.carbon.t2 .group2.on .circle .circle_desc > div {
  opacity: 1;
}

.carbon.t2 .group2.on .circle .img img {
  top: 0;
  opacity: 1;
}

.carbon.t2 .group2.on .circle .circle_desc > div:nth-child(2) {
  transition-delay: 1.4s;
}

.carbon.t2 .group2.on .circle .circle_desc > div:nth-child(3) {
  transition-delay: 1.6s;
}

.carbon.t2 .group2.on .circle .circle_desc > div:nth-child(4) {
  transition-delay: 1.8s;
}

.carbon.t2 .group2.on .circle .circle_desc > div:nth-child(5) {
  transition-delay: 2s;
}

.carbon.t2 .group3 .item1 {
  padding: 16rem 0;
  background: url(../img/contents/tpp/2nd2_bg_4.jpg) center bottom no-repeat;
  background-size: cover;
}

.carbon.t2 .group3 .item1:before {
  display: none;
}

.carbon.t2 .group3 .item1 .history_list li strong {
  color: #315F30;
}

.carbon.t2 .group3 .item3 .cont1 {
  background: #F4F4F4;
}

.carbon.t2 .group3 .item3 .cont1 .title {
  color: #222;
}

.carbon.t2 .group3 .item3 .contBox {
  border: 1px solid #5C5C5C;
  background: #fff;
  max-width: 112.6rem;
  padding: 7rem;
}

.carbon.t2 .group3 .item3 .lr_wrap > div {
  position: relative;
  color: #333;
}

/* .carbon.t2 .group3 .item3 .lr_wrap>div.lr_left{height:47.5rem} */
.carbon.t2 .group3 .item3 .lr_wrap > div .dot_line:before,
.carbon.t2 .group3 .item3 .lr_wrap > div .dot_line:after {
  content: "";
  position: absolute;
  border-left: 2px dotted #000;
}

.carbon.t2 .group3 .item3 .lr_wrap > div .dot_line:before {
  height: 33rem;
  left: 36.8%;
  top: 19.5%;
  transform: rotate(28deg);
}

.carbon.t2 .group3 .item3 .lr_wrap > div .dot_line:after {
  height: 33rem;
  right: 31%;
  top: 19.5%;
  transform: rotate(-28deg);
}

.carbon.t2 .group3 .item3 .lr_wrap > div .dot_line i {
  position: absolute;
  font-size: 2.5rem;
}

.carbon.t2 .group3 .item3 .lr_wrap > div .dot_line i:first-child {
  top: 81.7%;
  left: 18.5%;
}

.carbon.t2 .group3 .item3 .lr_wrap > div .dot_line i:nth-child(2) {
  top: 21.3%;
  left: 50.5%;
}

.carbon.t2 .group3 .item3 .lr_wrap > div .dot_line i:nth-child(3) {
  top: 81.7%;
  right: 13%;
}

.carbon.t2 .group3 .item3 .lr_wrap > div.lr_right > h5 {
  margin-bottom: 2rem;
}

.carbon.t2 .group3 .item3 .lr_wrap > div.lr_right > strong {
  display: block;
  margin-bottom: 1.9rem;
  font-size: 2rem;
  font-weight: 600;
}

.carbon.t2 .group3 .item3 .lr_wrap > div.lr_right > p {
  margin-top: 1.4rem;
  color: #515151;
  font-size: 1.7rem;
}

.carbon.t2 .group3 .item3 .lr_wrap > div.lr_right > .type_list {
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  border-top: 1px solid #D3D3D3;
  overflow: hidden;
}

.carbon.t2 .group3 .item3 .lr_wrap > div.lr_right > .type_list > li {
  float: left;
  width: 50%;
}

.carbon.t2 .group3 .item3 .lr_wrap > div.lr_right > .type_list > li > strong {
  display: inline-block;
  margin-bottom: 1.6rem;
  background: #333;
  color: #fff;
  padding: 0.3rem 2rem;
  font-size: 1.7rem;
}

.carbon.t2 .group3 .item3 .legend_list li {
  margin: 0 2rem 0 -0.4rem;
  color: #222;
}

.carbon.t2 .group3 .item3 .legend_list li:last-child {
  margin-right: 0;
}

.carbon.t2 .group3 .item3 .legend_list li:nth-child(9):before {
  background: #074783;
}

.carbon.t2 .group3 .item3 .legend_list li:nth-child(10):before {
  background: #108615;
}

.carbon.t2 .group3 .item3 .legend_list li:nth-child(11):before {
  background: #7B4FC1;
}

.carbon.t2 .group3 .item3 .legend_list li:nth-child(12):before {
  content: "\e921";
  font-family: "xeicon";
  top: 0;
  width: auto;
  height: auto;
}

.carbon.t2 .group3 .item3 .title_label {
  color: #333;
}

.carbon.t2 .group3 .item3 .title_label:before {
  background: url(../img/contents/tpp/2nd2_carbon_label.png);
  background-size: 100%;
}

.carbon.t2 .group3 .item3 .list4 {
  padding: 0;
  border: 0;
  font-size: inherit;
  color: #222;
}

.carbon.t2 .group3 .item3 .list4 > li {
  color: #333;
  font-size: 1.7rem;
}

.carbon.t2 .group3 .item3 .list4 > li > .item_box {
  padding: 3.4rem 1.2rem 1rem;
}

.carbon.t2 .group3 .item3 .list4 > li > .item_box h5 {
  color: #222;
  font-size: 2.4rem;
}

.carbon.t2 .group3 .item3 .list4 > li > .item_box > ul > li {
  white-space: normal;
}

.bar_list > li {
  position: relative;
  padding-left: 1.2rem;
}

.bar_list > li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.carbon.t2 .group3 .item3 .cont2 .part .part_box {
  overflow: visible;
}

.carbon.t2 .group3 .item3 .cont2 .part .part_box:after {
  content: "";
  display: block;
  clear: both;
}

.carbon.t2 .group3 .item3 .cont2 .part .part_box .img_box {
  width: 40%;
  margin-right: 4%;
  padding-top: 0;
}

.carbon.t2 .group3 .item3 .cont2 .part .desc_box .text_box .text_title span i {
  color: #45E9FF;
}

.carbon.t2 .group3 .item3 .cont2 .part .desc_box .text_box p.text {
  margin-bottom: 1.7rem;
  font-size: 1.7rem;
}

.carbon.t2 .group3 .item3 .cont2 .part .desc_box .text_box .text_item h5 {
  margin: 1.7rem 0 0.8rem;
}

.carbon.t2 .group3 .item3 .cont2 .part .desc_box .text_box .text_item h5:first-of-type {
  margin-top: 0;
}

.carbon.t2 .group3 .item3 .cont2 .part .desc_box .text_box .text_item h6 {
  color: #0558B9;
}

.carbon.t2 .group3 .item3 .cont2 .type_list2 {
  margin-top: 2rem;
  width: calc(100% + 1.5rem);
  overflow: hidden;
}

.carbon.t2 .group3 .item3 .cont2 .type_list2 > li {
  float: left;
  width: calc(50% - 1.5rem);
  margin-right: 1.5rem;
}

.carbon.t2 .group3 .item3 .cont2 .type_list2 > li > strong {
  display: block;
  margin-bottom: 1.3rem;
  background: #333;
  color: #fff;
  padding: 0.6rem 2rem;
  font-size: 1.7rem;
  text-align: center;
}

.carbon.t2 .group3 .item3 .cont2 .type_list2 > li > em {
  display: block;
  margin-bottom: 1.6rem;
  font-weight: 600;
}

.carbon.t2 .group3 .item3 .cont2 .part#part7 .img_box img,
.carbon.t2 .group3 .item3 .cont2 .part#part8 .img_box img {
  position: relative;
  top: -1.5rem;
}

.dot_txt {
  margin-top: 1.4rem;
  text-align: center;
}

.dot_txt > i:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #959595;
  vertical-align: middle;
}

.carbon.t2 .group3 .item4 {
  background: #fff url(../img/contents/tpp/2nd2_bg_5.jpg) center no-repeat;
}

/* 영상으로 보는 카드뉴스 */
.vcn_wrap {
  text-align: center;
}

.vcn_wrap .visual_wrap {
  height: calc(100vh - 10rem);
  overflow: hidden;
}

.vcn_wrap .visual {
  position: relative;
  height: 100%;
  color: #fff;
}

.vcn_wrap .visual:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.vcn_wrap .visual .desc_wrap {
  position: absolute;
  left: 13rem;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.vcn_wrap .visual .desc_wrap .title {
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 8rem;
  animation: vcn_title 1.5s 0.7s both;
}

.vcn_wrap .visual .desc_wrap .title > span {
  display: block;
  color: #55DCF2;
}

.vcn_wrap .visual .desc_wrap .desc {
  position: relative;
  margin-top: 3.8rem;
  padding-top: 2.3rem;
  line-height: 3.1rem;
  font-size: 2.1rem;
  font-weight: 500;
  animation: vcn_txt 1s 1.5s both;
}

.vcn_wrap .visual .desc_wrap .desc:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  border-top: 3px solid #fff;
  animation: vcn_line 0.7s 2s both;
}

.vcn_wrap .visual .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/contents/tpp/vcn_bg1.jpg) center center no-repeat;
  transform: scale(1.2);
  animation: vcn_scale 3s both;
  background-size: cover;
}

.vcn_wrap .visual.bg2 .bg {
  background-image: url(../img/contents/tpp/vcn_bg2.jpg);
}

@keyframes vcn_title {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes vcn_txt {
  0% {
    opacity: 0;
    top: 2rem;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes vcn_line {
  0% {
    width: 0;
  }
  100% {
    width: 4rem;
  }
}
@keyframes vcn_scale {
  100% {
    transform: scale(1);
  }
}
@keyframes vcn_scr {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
.scroll_line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 8.5rem;
  bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  animation: vcn_scr 0.7s 2.2s both;
}

.scroll_line .line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 7.2rem;
  background: #707070;
}

.scroll_line .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 0;
  animation: scr_line 2s infinite;
}

@keyframes scr_line {
  100% {
    height: 100%;
  }
}
.vcn_content {
  padding: 10rem 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.vcn_content.vcn_bg1 {
  background-image: url(../img/contents/tpp/bg_vcnCon1.jpg);
}

.vcn_content.vcn_bg2 {
  background-image: url(../img/contents/tpp/bg_vcnCon2.jpg);
}

.vcn_content .inner {
  width: calc(100% - 4rem);
  margin: 0 auto;
}

.vcn_content .title {
  margin-bottom: 4rem;
  font-size: 5.4rem;
  line-height: 6.4rem;
  font-weight: 700;
  color: #161616;
  word-break: keep-all;
}

.vcn_content .video_box {
  text-align: center;
}

.vcn_content .video_box video {
  width: 100%;
  max-width: 80rem;
  vertical-align: top;
}

.vcn_list {
  width: 100%;
  max-width: 80rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  counter-reset: vcnL_num;
}

.vcn_list li {
  position: relative;
  margin: 0 0 3.5% 0;
  counter-increment: vcnL_num;
}

.vcn_list li:before {
  content: counter(vcnL_num);
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  width: 3.5rem;
  height: 3.5rem;
  background: #333;
  text-align: center;
  line-height: 3.5rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
}

/* 탄소중립 기술혁신 추진전략 */
/* 기후변화 */
.climate {
  position: relative;
  text-align: center;
  z-index: 0;
}

.climate sub {
  font-size: 1.1rem;
  line-height: 1;
}

.climate .scroll {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6rem;
  z-index: 5;
  width: 18rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  opacity: 1;
}

.climate .scroll::after {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "xeicon";
  vertical-align: top;
  font-size: 3rem;
  display: block;
  position: relative;
  width: 3.5rem;
  margin: 0.5rem auto 0;
  content: "\e942  \e942";
  text-align: center;
  line-height: 0.3;
  font-weight: 300;
  animation: scroll 1s infinite alternate;
}

.climate.p1 {
  padding-top: 0 !important;
}

.climate.p1 .intro_wrap {
  padding-top: calc(100vh - 10rem);
  overflow: hidden;
}

.climate.p1 .intro_wrap .intro_content {
  position: fixed;
  left: 0;
  top: 10rem;
  width: 100%;
  height: calc(100% - 10rem);
  z-index: 4;
  background: #1C1C1C;
}

.climate.p1 .intro_wrap.disabled {
  position: relative;
  z-index: 0;
  height: calc(100vh - 10rem);
  padding: 0;
}

.climate.p1 .intro_wrap.disabled .intro_content {
  position: relative;
  top: 0;
  height: 100%;
}

.climate.p1 .intro_wrap .intro {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1C1C1C;
  transition: all 0.5s;
  overflow: hidden;
}

.climate.p1 .intro_wrap .intro.on {
  opacity: 1;
  visibility: visible;
}

.climate.p1 .intro_wrap .intro .item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 3rem;
  z-index: 1;
}

.climate.p1 .intro_wrap .intro .desc {
  color: #fff;
}

.climate.p1 .intro_wrap .intro .desc strong {
  position: relative;
  font-size: 3.5rem;
  font-family: "Noto Serif KR";
  word-break: keep-all;
}

.climate.p1 .intro_wrap .intro .desc p {
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 5rem;
}

.climate.p1 .intro_wrap .intro .next {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 50rem;
  text-align: center;
}

.climate.p1 .intro_wrap .intro .btn_box {
  position: relative;
  display: inline-block;
}

.climate.p1 .intro_wrap .intro .next:focus {
  outline: 0;
}

.climate.p1 .intro_wrap .intro .next .click {
  position: absolute;
  right: 0.5rem;
  top: -0.9rem;
  color: #fff;
  font-size: 1.6rem;
}

.climate.p1 .intro_wrap .intro .next .circle {
  position: absolute;
  left: 50%;
  top: 0.5rem;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
  transition: background 0.3s;
  z-index: 1;
}

.climate.p1 .intro_wrap .intro .next:hover .circle {
  background: rgba(255, 255, 255, 0.8);
}

.climate.p1 .intro_wrap .intro .next .circle:before,
.climate.p1 .intro_wrap .intro .next .circle:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0.02rem solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.climate.p1 .intro_wrap .intro .next .circle:before {
  animation: radar2 1.5s infinite linear;
}

.climate.p1 .intro_wrap .intro .next .circle:after {
  animation: radar2 1.5s 1s infinite linear;
}

.climate.p1 .intro_wrap .intro.t1 {
  z-index: 1;
}

.climate.p1 .intro_wrap .intro.t2 {
  z-index: 2;
}

.climate.p1 .intro_wrap .intro.t3 {
  z-index: 3;
}

@keyframes radar2 {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(3);
    opacity: 0.7;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.climate.p1 .intro_wrap .intro.t1 .desc {
  margin-top: 1.7rem;
}

.climate.p1 .intro_wrap .intro.t1 .btn_box .img img {
  transform: scale(0);
  filter: blur(5px);
}

.climate.p1 .intro_wrap .intro.t1.on .btn_box .img img {
  transform: scale(1);
  filter: blur(0);
  transition: all 1s 0.5s;
}

.climate.p1 .intro_wrap .intro.t1 .desc strong {
  position: relative;
  display: block;
  top: 2rem;
  opacity: 0;
  word-break: keep-all;
}

.climate.p1 .intro_wrap .intro.t1.on .desc strong {
  top: 0;
  opacity: 1;
  transition: all 0.5s 1.5s;
}

.climate.p1 .intro_wrap .intro.t1 .next .circle {
  transform: scale(0);
}

.climate.p1 .intro_wrap .intro.t1.on .next .circle {
  transform: scale(1);
  transition: background 0.3s, transform 0.5s 2s;
}

.climate.p1 .intro_wrap .intro.t1 .next .click {
  display: block;
  margin-left: 2rem;
  opacity: 0;
}

.climate.p1 .intro_wrap .intro.t1.on .next .click {
  margin-left: 0;
  opacity: 1;
  transition: all 0.5s 2s;
}

.climate.p1 .intro_wrap .intro.t2 .desc {
  position: relative;
  top: 2rem;
  opacity: 0;
}

.climate.p1 .intro_wrap .intro.t2 .bg_wrap img {
  position: absolute;
  opacity: 0;
  filter: blur(5px);
}

.climate.p1 .intro_wrap .intro.t2 .bg_wrap img.bg_1 {
  left: 16.8%;
  top: 14.7%;
}

.climate.p1 .intro_wrap .intro.t2 .bg_wrap img.bg_2 {
  right: 20%;
  top: 20%;
}

.climate.p1 .intro_wrap .intro.t2 .bg_wrap img.bg_3 {
  left: 25%;
  bottom: 11.57%;
}

.climate.p1 .intro_wrap .intro.t2 .bg_wrap img.bg_4 {
  right: 16.8%;
  bottom: 15.92%;
}

.climate.p1 .intro_wrap .intro.t2.on .desc {
  opacity: 1;
  top: 0;
  transition: all 0.5s;
}

.climate.p1 .intro_wrap .intro.t2.on .bg_wrap img {
  opacity: 1;
  filter: blur(0);
  transition: opacity 0.5s 0.5s;
}

.climate.p1 .intro_wrap .intro.t2.on .bg_wrap img.bg_2 {
  transition-delay: 0.8s;
}

.climate.p1 .intro_wrap .intro.t2.on .bg_wrap img.bg_3 {
  transition-delay: 1.1s;
}

.climate.p1 .intro_wrap .intro.t2.on .bg_wrap img.bg_4 {
  transition-delay: 1.4s;
}

.climate.p1 .intro_wrap .intro.t3 {
  background: url(../img/contents/tpp/climate1_bg1.jpg) no-repeat;
  background-size: cover;
  transform: scale(1.2);
}

.climate.p1 .intro_wrap .intro.t3 .item {
  width: calc(100% - 6rem);
  max-width: 116.7rem;
  padding: 0;
}

.climate.p1 .intro_wrap .intro.t3 .desc p {
  margin-bottom: 6.7rem;
  left: 2rem;
  opacity: 0;
  word-break: keep-all;
}

.climate.p1 .intro_wrap .intro.t3 .desc strong {
  display: block;
  margin-bottom: 11.4rem;
  left: 2rem;
  opacity: 0;
}

.climate.p1 .intro_wrap .intro.t3 .desc p i,
.climate.p1 .intro_wrap .intro.t3 .desc strong i {
  color: #F79800;
}

.climate.p1 .intro_wrap .intro.t3 .box {
  position: relative;
  padding: 4rem;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.2rem;
  left: 2rem;
  opacity: 0;
  word-break: keep-all;
}

.climate.p1 .intro_wrap .intro.t3.on {
  transform: scale(1);
  transition: all 0.5s;
}

.climate.p1 .intro_wrap .intro.t3.on .desc p {
  left: 0;
  opacity: 1;
  transition: all 0.5s 0.5s;
}

.climate.p1 .intro_wrap .intro.t3.on .desc strong {
  left: 0;
  opacity: 1;
  transition: all 0.5s 0.8s;
}

.climate.p1 .intro_wrap .intro.t3.on .box {
  left: 0;
  opacity: 1;
  transition: all 0.5s 1.1s;
}

.climate.p1 .group {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.climate.p1 .group {
  min-height: calc(100vh - 8.1rem);
}

.climate.p1 .group1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/contents/tpp/climate1_bg2.jpg) center no-repeat;
  background-size: cover;
  transform: scale(1.2);
}

.climate.p1 .group1 .item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
}

.climate.p1 .group1 .item .desc {
  position: relative;
  opacity: 0;
  top: 2rem;
  margin-bottom: 9rem;
  font-size: 5.5rem;
  line-height: 8rem;
  color: rgba(255, 255, 255, 0.7);
}

.climate.p1 .group1 .item .desc span {
  font-weight: 300;
  display: block;
  color: #fff;
}

.climate.p1 .group1 .item .desc span strong {
  font-weight: 700;
}

.climate.p1 .group1 .item .count_timer {
  position: relative;
  opacity: 0;
  filter: blur(10px);
}

.climate.p1 .group1 .item .count_timer ul li {
  display: inline-block;
  position: relative;
  width: 24rem;
  margin-left: 2rem;
  padding-left: 3rem;
}

.climate.p1 .group1 .item .count_timer ul li:before,
.climate.p1 .group1 .item .count_timer ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  margin-top: -1.5rem;
  width: 1.3rem;
  height: 1.3rem;
  background: #fff;
  transform: translateY(-50%);
  animation: second 1s step-end infinite;
}

.climate.p1 .group1 .item .count_timer ul li:after {
  margin-top: 1.5rem;
}

.climate.p1 .group1 .item .count_timer ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.climate.p1 .group1 .item .count_timer ul li:first-child:before,
.climate.p1 .group1 .item .count_timer ul li:first-child:after {
  display: none;
}

.climate.p1 .group1 .item .count_timer ul li strong {
  display: block;
  font-size: 14.5rem;
  font-weight: 600;
  line-height: 1;
}

.climate.p1 .group1 .item .count_timer ul li span {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.8);
}

.climate.p1 .group1.active:before {
  transform: scale(1);
  transition: all 0.5s;
}

.climate.p1 .group1.active .item .desc {
  top: 0;
  opacity: 1;
  transition: all 0.5s 0.5s;
}

.climate.p1 .group1.active .item .count_timer {
  opacity: 1;
  filter: blur(0);
  transition: all 0.5s 1s;
}

@keyframes second {
  50% {
    opacity: 0;
  }
}
.climate.p1 .group2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/contents/tpp/climate1_bg3.jpg) no-repeat;
  background-size: cover;
  transform: scale(1.2);
}

.climate.p1 .group2 .item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 3rem;
}

.climate.p1 .group2 .item .title span {
  position: relative;
  display: block;
  margin-top: 4.6rem;
  transform: scale(0);
}

.climate.p1 .group2 .item .title span:first-child {
  margin-top: 0;
}

.climate.p1 .group2 .item .text {
  position: relative;
  top: 2rem;
  opacity: 0;
  margin-top: 7.9rem;
  font-size: 2.4rem;
  word-break: keep-all;
}

.climate.p1 .group2.active:before {
  transform: scale(1);
  transition: all 0.5s;
}

.climate.p1 .group2.active .item .title span {
  transform: scale(1);
  transition: all 0.5s 0.3s;
}

.climate.p1 .group2.active .item .title span:nth-of-type(2) {
  transition: all 0.5s 0.8s;
}

.climate.p1 .group2.active .item .text {
  opacity: 1;
  top: 0;
  transition: all 0.5s 1.3s;
}

.climate.p1 .group3 {
  padding: 9.5rem 0;
}

.climate .title_box {
  width: calc(100% - 6rem);
  margin: 0 auto 6rem;
  font-size: 6.6rem;
  line-height: 8rem;
  letter-spacing: -0.05rem;
  color: #222;
  font-weight: 800;
  word-break: keep-all;
}

.climate .text_box {
  width: calc(100% - 6rem);
  max-width: 67rem;
  margin: 5rem auto;
  font-family: "Noto Serif KR";
  font-size: 2rem;
  color: #333;
  word-break: keep-all;
}

.climate .white_box {
  position: relative;
  width: calc(100% - 4rem);
  max-width: 87.6rem;
  margin: 5rem auto;
}

.climate .white_box .white_wrap {
  position: relative;
  padding: 3rem 5rem 5rem;
  border: 1px solid #555;
  background: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}

.climate .white_box.t1 .white_wrap,
.climate .white_box.t2 .white_wrap {
  padding: 5rem 6rem 3.5rem 5.9rem;
}

.climate .white_box .white_wrap .title {
  margin-bottom: 1.5rem;
  font-family: "Noto Serif KR";
  font-size: 2.8rem;
  color: #222;
  font-weight: bold;
  word-break: keep-all;
}

.climate.p1 .white_box.t3 .title {
  font-size: 2.4rem;
}

.climate .white_box .caption {
  margin-top: 2rem;
  text-align: right;
  font-size: 1.5rem;
  color: #555;
  letter-spacing: -0.02rem;
  font-weight: 500;
  word-break: keep-all;
}

.climate .white_box .date {
  position: absolute;
  bottom: 2.3rem;
  right: 3rem;
  font-size: 1.5rem;
  color: #333;
}

.graph_box.t1 .graph_svg1 #group_1834 rect { /* height:0; */
  transition: all 2s;
}

.graph_box.t1 .graph_svg1 #group_1834 rect:hover {
  fill: #045a7c;
  transition: all 0.3s;
}

.graph_box.t1.on .graph_svg1 #group_1834 rect { /* height:auto ;*/
  transition: all 2s;
}

.climate .white_box.t1 .graph {
  position: relative;
}

.climate .white_box.t1 .graph .g_item {
  position: absolute;
}

.climate .white_box.t1 .graph .g_item.g1 {
  overflow: hidden;
  height: 0;
  width: 83%;
  right: 5%;
  bottom: 25.8%;
}

.climate .white_box.t1 .graph .g_item.g1 img {
  vertical-align: bottom;
}

.climate .white_box.t1 .graph .g_item.g2 {
  overflow: hidden;
  width: 0;
  height: 53%;
  left: 12.6%;
  bottom: 26.8%;
  text-align: left;
}

.climate .white_box.t1 .graph .g_item.g2 img {
  max-width: inherit;
  height: 100%;
}

.climate .white_box.t1 .graph .g_item.g3 {
  opacity: 0;
  right: 2%;
  bottom: 30%;
  height: 55%;
}

.climate .white_box.t1 .graph .g_item.g3 img {
  height: 100%;
}

.climate .white_box.t1.on .graph .g_item.g1 {
  height: 53%;
  transition: all 1s;
}

.climate .white_box.t1.on .graph .g_item.g2 {
  width: 100%;
  transition: all 2s 1s;
}

.climate .white_box.t1.on .graph .g_item.g3 {
  opacity: 1;
  transition: 0.5s 2s;
}

.climate .white_box.t2 .graph {
  position: relative;
}

.climate .white_box.t2 .graph .g_item {
  position: absolute;
}

.climate .white_box.t2 .graph .g_item.g2 img {
  height: 100%;
}

.climate .white_box.t2 .graph .g_item.g1 {
  overflow: hidden;
  height: 0;
  right: 5%;
  bottom: 25.5%;
  width: 81.5%;
}

.climate .white_box.t2 .graph .g_item.g1 img {
  vertical-align: bottom;
}

.climate .white_box.t2 .graph .g_item.g2 {
  opacity: 0;
  right: 3%;
  bottom: 31.5%;
  width: 85.5%;
}

.climate .white_box.t2.on .graph .g_item.g1 {
  height: 64%;
  transition: all 1s;
}

.climate .white_box.t2.on .graph .g_item.g2 {
  opacity: 1;
  transition: 0.5s 1s;
}

.climate .small_text {
  display: inline-block;
  margin-top: 3rem;
  padding-left: 2rem;
  text-indent: -1.5rem;
  font-size: 1.5rem;
  line-height: 3.4rem;
}

.climate .small_text i {
  display: block;
}

.climate .small_text i strong {
  display: block;
}

.climate.p1 .group4 {
  padding: 9.5rem 0;
  background: #F4F4F4;
}

.climate .top_caption {
  margin: 1rem 0 0.6rem;
  text-align: right;
  font-size: 1.3rem;
  font-weight: 300;
}

.climate.p1 .group4 .tbl_col2:after {
  content: "";
  display: block;
  clear: both;
}

.climate.p1 .group4 .tbl_col2 .col {
  float: left;
  width: 50%;
}

.climate.p1 .tbl tr th,
.climate.p1 .tbl tr td {
  padding: 1.3rem 2rem;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  font-weight: 400;
  word-break: keep-all;
}

.climate.p1 .tbl thead tr th {
  background: #414143;
  color: #fff;
}

.climate.p1 .tbl tbody tr:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.climate.p1 .tbl tbody tr td {
  border-right: 1px solid #D9D9D9;
}

.climate.p1 .tbl tbody tr td:first-child {
  background: #F7F7F7;
  border-left: 0;
}

.climate.p1 .group4 .tbl_col2 .col:nth-child(2n) .tbl tbody tr td:last-child {
  border-right: 0;
}

.climate .img_list:after {
  content: "";
  display: block;
  clear: both;
}

.climate .img_list {
  position: relative;
  max-width: 130rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}

.climate .img_list li {
  float: left;
  width: calc(50% - 1.3rem);
  margin: 0 2.6rem 2.6rem 0;
}

.climate .img_list li:nth-child(2n) {
  margin-right: 0;
}

.climate .sub_title {
  margin: 12rem 0 5rem;
  font-size: 3.9rem;
  color: #4CD9E0;
}

.climate.p1 .group5 {
  padding: 9.5rem 0;
  background: #243143;
  color: #fff;
}

.climate.p1 .group5 .text_box,
.climate.p1 .group5 .title_box {
  color: #fff;
}

.side_box {
  margin-top: 11rem;
  position: relative;
  padding: 0 5rem;
  width: calc(100% - 6rem);
  max-width: 111.5rem;
  margin: 0 auto;
  text-align: center;
}

.side_box:before,
.side_box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3.8rem;
  height: 100%;
  border-width: 1rem 0 1rem 1rem;
  border-style: solid;
  border-color: rgba(193, 200, 209, 0.6);
}

.side_box:after {
  left: auto;
  right: 0;
  border-width: 1rem 1rem 1rem 0;
}

.side_box strong {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 3.9rem;
  line-height: 4.6rem;
  color: #4CD9E0;
}

.side_box h5 {
  font-size: 4.3rem;
  color: #fff;
  font-weight: 800;
  line-height: 6.2rem;
  word-break: keep-all;
}

.side_box p {
  font-size: 2.2rem;
  word-break: keep-all;
}

.circle_list:after {
  content: "";
  display: block;
  clear: both;
}

.circle_list {
  margin-bottom: 8rem;
}

.circle_list li {
  display: inline-block;
  margin-left: 9rem;
}

.circle_list li:first-child {
  margin-left: 0;
}

.circle_list li .img {
  position: relative;
}

.circle_list li .img strong {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  color: #fff;
}

.circle_list li .desc {
  position: relative;
  padding-top: 6.9rem;
}

.circle_list li .desc:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 2.9rem;
  background: url(../img/contents/tpp/climate1_dot.png) no-repeat;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.circle_list li .desc strong {
  display: block;
  font-size: 2rem;
  line-height: 2.7rem;
}

.circle_list li .desc span {
  display: block;
  margin-top: 1rem;
  font-size: 1.7rem;
  color: rgba(255, 255, 255, 0.7);
}

.click_img {
  position: relative;
  width: calc(100% - 6rem);
  max-width: 92.8rem;
  margin: 10rem auto 0;
  text-align: left;
}

.click_img .top {
  padding: 2rem 3rem;
  color: #fff;
  background: #444A62;
  font-size: 1.8rem;
}

.click_img .body {
  background: #fff;
}

.click_img .body img {
  height: auto !important;
}

.tech_layer .item {
  display: none;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 32.7rem;
  padding: 3rem;
  border: 1px solid #555;
  background: #fff;
  word-break: keep-all;
}

.tech_layer .item.active {
  display: block;
  visibility: visible;
  height: auto;
  transition: all 0.3s;
}

.tech_layer .item strong {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2.4rem;
  font-size: 2rem;
  color: #333;
}

.tech_layer .item strong:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  border-width: 0.8rem 0 0.8rem 1rem;
  border-style: solid;
  border-color: transparent transparent transparent #1C2089;
}

.tech_layer .item p {
  font-size: 1.5rem;
  color: #555;
  line-height: 2.2rem;
}

.tech_layer .item#tech1 {
  left: 28%;
  top: 11rem;
}

.tech_layer .item#tech2 {
  left: 44%;
  top: 43rem;
}

.tech_layer .item#tech3 {
  left: 22%;
  top: 52rem;
}

.tech_layer .item#tech4 {
  left: 24%;
  top: 52rem;
}

.tech_layer .item#tech5 {
  left: 32%;
  top: 52rem;
}

.tech_layer .item#tech6 {
  left: 39%;
  top: 8rem;
}

.tech_layer .item#tech7 {
  left: 38%;
  top: 23rem;
}

.tech_layer .item#tech8 {
  left: 27%;
  top: 28rem;
}

.tech_layer .item#tech9 {
  left: 47%;
  top: 15rem;
}

.tech_layer .item#tech10 {
  left: 35%;
  top: 49rem;
}

.tech_layer .item#tech11 {
  left: 37%;
  top: 19rem;
}

.tech_layer .item#tech12 {
  left: 49%;
  top: 25rem;
}

.tech_layer .item#tech13 {
  left: 16%;
  top: 33rem;
}

.climate .label {
  font-size: 2.4rem;
  display: block;
  margin: 6rem 0 3rem;
  color: #222;
  font-family: "Noto Serif KR";
}

.climate .label::before {
  display: block;
  width: 4.4rem;
  height: 0.8rem;
  margin: 0 auto 2rem;
  background: url("../img/contents/tpp/carbon_label.png") no-repeat;
  background-size: 100% 100% !important;
  content: "";
}

.climate .menu {
  display: table;
  width: calc(100% + 0px);
  table-layout: fixed;
  width: 120rem;
  max-width: calc(100% - 6rem);
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 1.6rem;
  line-height: 1.25;
  max-width: 100%;
  height: 6rem;
  border: 1px solid #555;
  background-color: #fff;
  font-weight: 400;
  word-break: keep-all;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.climate .menu > * {
  display: table-cell;
  padding-right: 0px;
  vertical-align: middle;
}

.climate .menu a {
  padding: 0.5rem;
  transition: all 0.2s;
}

.climate .menu a + a {
  border-left: 1px solid #555;
}

.climate .menu a:hover, .climate .menu a.active {
  background-color: #111;
  color: #fff;
}

.climate .menu.fixed {
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: 10rem;
  z-index: 3;
}

.climate.p1 .group6 {
  padding-bottom: 6rem;
}

.climate .tab_list .item.active .part:first-of-type {
  padding-top: 10rem;
}

.climate .part {
  width: calc(100% - 6rem);
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0;
  border-top: 1px solid #CBCBCB;
  text-align: left;
}

.climate .part:first-of-type {
  border-top: 0;
  margin-top: 10rem;
}

.climate .part .part_top {
  position: relative;
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #CBCBCB;
  margin-bottom: 3rem;
  display: table;
  width: 100%;
}

.climate .part .part_top:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.climate .part .part_top:after {
  content: "";
  display: block;
  clear: both;
}

.climate .part .part_top .part_title {
  display: table-cell;
  vertical-align: top;
  width: 32rem;
}

.climate .part .part_top .part_title .title {
  margin-bottom: 5rem;
  font-size: 4.6rem;
  font-weight: 900;
  color: #333;
  line-height: 5.4rem;
}

.climate .part .part_top .part_title .sub_t {
  font-size: 3.2rem;
  font-weight: 900;
  color: #333;
  line-height: 3.8rem;
}

.climate .part .part_top .part_title p {
  font-size: 2rem;
  color: #333;
}

.climate .part .part_top .part_title p strong {
  font-size: 2.2rem;
}

.climate .part .part_top .part_topBox {
  display: table-cell;
  padding: 5rem 4rem;
  border: 1px solid #ddd;
  overflow: hidden;
}

.climate .part .part_top .part_topBox strong {
  display: block;
  position: relative;
  padding-left: 1.7rem;
  font-size: 2rem;
  color: #333;
  line-height: 3rem;
  text-align: left;
  word-break: keep-all;
}

.climate .part .part_top .part_topBox strong:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  border-width: 0.8rem 0 0.8rem 1rem;
  border-style: solid;
  border-color: transparent transparent transparent #064A76;
}

.climate .part .part_top .part_topBox strong span {
  font-weight: 300;
}

.climate .part .part_top .part_topBox strong span.small {
  font-size: 1.5rem;
}

.climate .part .part_top .part_topBox p.desc {
  margin-top: 2rem;
  font-size: 2.1rem;
  color: #333;
  font-weight: 500;
}

.climate .part .part_top .part_topBox p.desc span {
  color: #364E8C;
}

.climate .part .part_top .part_topBox .blue {
  color: #364E8C;
  font-weight: 500;
}

.climate .part .part_top .part_topBox .box .right {
  float: right;
  overflow: hidden;
  padding: 0 2rem;
}

.climate .part .part_top .part_topBox .box .center_box {
  display: inline-block;
  text-align: center;
}

.climate .part .part_top .part_topBox .box.t1 .left {
  float: left;
  width: 31rem;
}

.climate .part .part_top .part_topBox .box.t1 .right {
  text-align: center;
}

.climate .part .part_top .part_topBox .box.t2 .left,
.climate .part .part_top .part_topBox .box.t2 .right {
  float: left;
  width: 50%;
}

.climate .part .part_top .part_topBox .box.t2 strong {
  height: 6rem;
  margin-bottom: 1.5rem;
}

.climate .part .part_top .part_topBox .box.t2.tm0 strong {
  margin: 2rem 0 0.8rem;
  height: auto;
}

.climate .part .part_top .part_topBox .box.t3 .col {
  float: left;
  width: 33.3%;
}

.climate .part .part_top .part_topBox .box.t3 strong {
  margin-bottom: 1.7rem;
}

.climate .part .part_top .part_topBox .box.t3 img {
  margin-left: 2rem;
}

.climate .label {
  font-size: 2.4rem;
  display: block;
  margin: 6rem 0 3rem;
  color: #222;
  font-family: "Noto Serif KR";
}

.climate .label::before {
  display: block;
  width: 4.4rem;
  height: 0.8rem;
  margin: 0 auto 2rem;
  background: url("../img/contents/tpp/carbon_label.png") no-repeat;
  background-size: 100% 100% !important;
  content: "";
}

.climate .label.t2::before {
  background: url(../img/contents/tpp/carbon_label2.png) no-repeat;
}

.climate.p1 .group7 {
  margin-top: 30rem;
  padding: 8.5rem 0 14.9rem;
  background: #1E3348;
  overflow: inherit;
}

.climate.p1 .group7:before {
  content: "";
  position: absolute;
  left: 0;
  top: -32rem;
  width: 100%;
  height: 32rem;
  background: url(../img/contents/tpp/climate1_bg4.png) center bottom no-repeat;
  background-size: cover;
}

.climate.p1 .group7 .title_box,
.climate.p1 .group7 .text_box,
.climate.p1 .group7 .label {
  color: #fff;
}

.climate .way_list {
  margin: 6.5rem auto 0;
  width: calc(100% - 6rem);
  max-width: 125rem;
  padding-left: 5rem;
  text-align: left;
  color: #fff;
  word-break: keep-all;
}

.climate .way_list:after {
  content: "";
  display: block;
  clear: both;
}

.climate .way_list > li {
  float: left;
  width: calc(50% - 5rem);
  height: 44.6rem;
  margin-right: 5rem;
  position: relative;
  padding: 5.6rem 4rem 4.5rem;
  background: rgba(255, 255, 255, 0.1);
}

.climate .way_list > li:before {
  content: "+";
  position: absolute;
  left: -5rem;
  top: 50%;
  width: 5rem;
  text-align: center;
  font-size: 4.5rem;
  line-height: 1;
  transform: translateY(-50%);
}

.climate .way_list > li:first-child:before {
  display: none;
}

.climate .way_list > li > .title {
  position: absolute;
  top: -2.3rem;
  left: 50%;
  width: 17rem;
  height: 4.6rem;
  line-height: 4.6rem;
  background: #179F9F;
  color: #fff;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  transform: translateX(-50%);
}

.climate .way_list > li > .sub_title {
  display: block;
  margin: 3rem 0 1rem;
  font-size: 2.1rem;
  font-weight: 800;
  color: #fff;
  opacity: 1;
  top: 0;
}

.climate .way_list > li > .sub_title:first-of-type {
  margin-top: 0;
}

.climate .way_list > li > .num_list {
  overflow: hidden;
}

.climate .way_list > li > .num_list > li {
  float: left;
  width: 50%;
  margin-top: 1.5rem;
  position: relative;
  padding-left: 3.8rem;
  font-size: 1.8rem;
}

.climate .way_list > li > .num_list > li:nth-child(2n+1) {
  clear: both;
}

.climate .way_list > li > .num_list > li:nth-child(-n+2) {
  margin-top: 0;
}

.climate .way_list > li > .box {
  margin: 1.3rem 0;
  padding: 2rem 0rem 2rem 3rem;
  background: rgba(0, 0, 0, 0.2);
}

.climate .way_list > li > .box > ol {
  overflow: hidden;
}

.climate .way_list > li > .box > ol > li {
  float: left;
  margin-right: 2.5rem;
  font-size: 1.6rem;
}

.climate .way_list > li > .num_list > li > i {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border-radius: 50%;
  background: #23BEAD;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}

.climate .way_list > li:nth-child(2) > .title,
.climate .way_list > li:nth-child(2) > .num_list > li > i {
  background: #5082D3;
}

.climate .way_list > li:nth-child(2) > .sub_title {
  margin-top: 5.9rem;
}

.climate .way_list > li:nth-child(2) > .sub_title:first-of-type {
  margin-top: 0;
}

.climate.p1 .group8 {
  height: 61.8rem;
  min-height: inherit;
}

.climate.p1 .group8:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/contents/tpp/climate1_bg5.jpg) no-repeat;
  background-size: cover;
  transform: scale(1.2);
}

.climate.p1 .group8.active:before {
  transform: scale(1);
  transition: all 0.5s;
}

.climate.p1 .group8 .item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6rem);
  max-width: 80rem;
  word-break: keep-all;
}

.climate.p1 .group8 .desc p {
  position: relative;
  opacity: 0;
  top: 2rem;
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 6.7rem;
}

.climate .btn_area {
  position: relative;
  opacity: 0;
  top: 2rem;
  margin-top: 7rem;
  width: calc(100% + 2rem);
  overflow: hidden;
}

.climate .btn_area a {
  float: left;
  display: inline-block;
  padding: 1.6rem 2rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: calc(50% - 2rem);
  margin-right: 2rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  transition: all 0.3s;
}

.climate .btn_area a:after {
  content: "\eb7c";
  float: right;
  font-family: "xeicon";
}

.climate .btn_area a:hover {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.climate.p1 .group8.active .desc p {
  opacity: 1;
  top: 0;
  transition: all 0.5s;
}

.climate.p1 .group8.active .desc .btn_area {
  opacity: 1;
  top: 0;
  transition: all 0.5s 0.5s;
}

.climate .title_box,
.climate .text_box,
.climate .img_list,
.climate .side_box,
.climate .sub_title,
.climate .circle_list,
.climate .click_img,
.climate .way_list,
.climate.p1 .group7 .label {
  position: relative;
  opacity: 0;
  top: 2rem;
}

.climate .title_box.on,
.climate .text_box.on,
.climate .img_list.on,
.climate .side_box.on,
.climate .sub_title.on,
.climate .circle_list.on,
.climate .click_img.on,
.climate .way_list.on,
.climate.p1 .group7 .label.on {
  opacity: 1;
  top: 0;
  transition: all 0.5s;
}

.climate .white_box {
  opacity: 0;
}

.climate .white_box.on {
  opacity: 1;
  transition: all 0.5s;
}