@charset "UTF-8";
@import url("../../font/esamanru/font_esamanru.css");
/*-------------------------------------------------
title       : 기고문
Author      : ㅈㅁㅈ
Create date : 2025-12-09
-------------------------------------------------*/
#snb, .contents_util {
  display: none;
}

#header {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 1;
  color: #fff;
}

#gnb1 > ul > li.active > a {
  color: #000;
}

#hnb .hnb2 a {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

#contents_body {
  min-width: 100%;
}

#logo a {
  color: #fff;
}
#logo a::after {
  -webkit-filter: grayscale(100%) brightness(200%);
          filter: grayscale(100%) brightness(200%);
}

#opinion {
  position: relative;
  z-index: 0;
  font-size: 2rem;
  color: #666;
  line-height: 1.8;
  word-break: keep-all;
}
#opinion em {
  font-weight: 600;
  color: #FF0004 !important;
}
#opinion .cover {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 9rem;
  color: #fff;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#opinion .cover i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
}
#opinion .cover img {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  max-width: inherit;
  height: 100%;
}
#opinion .cover br {
  display: none;
}
#opinion .cover::before {
  position: absolute;
  right: 9rem;
  bottom: 0;
  width: 2px;
  height: 9rem;
  padding-bottom: 3.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3rem, #fff), color-stop(3rem, rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to bottom, #fff 3rem, rgba(255, 255, 255, 0.2) 3rem);
  font-size: 1.4rem;
  font-weight: 500;
  content: "SCROLL";
  text-align: left;
  line-height: 2;
  white-space: nowrap;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
#opinion .cover h1 {
  font-family: "esamanru";
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
}
#opinion .cover h1 strong {
  display: block;
  font-size: 9.6rem;
  font-weight: 500;
}
#opinion .cover h1 span {
  display: inline-block;
  height: 4.5rem;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 4.5rem;
  vertical-align: middle;
}
#opinion .txt {
  width: 60rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
#opinion .txt span + span {
  display: block;
  margin-top: 3.5rem;
}
#opinion .txt strong {
  font-weight: 700;
  color: #111;
}
#opinion .txt + h3 {
  margin-top: 4rem;
  padding-top: 6rem;
  border-top: 1px dashed #bbb;
}
#opinion .txt.type2 {
  margin: 10rem 0 6rem;
  font-size: 110%;
  color: #111;
}
#opinion .txt.type1 + .type3 {
  margin-top: 6rem;
}
#opinion .txt + .txt.type3:last-child {
  margin-top: 6rem;
}
#opinion .txt.type3 {
  position: relative;
  z-index: 0;
  padding: 8rem 0;
  color: #fff;
}
#opinion .txt.type3::before {
  display: block;
  width: 4.4rem;
  height: 3.8rem;
  margin: 0 auto 3rem;
  background: url("../img/contents/opinion1_end.png") no-repeat center center;
  background-size: 100% auto;
  content: "";
}
#opinion .txt.type3::after {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  background-color: #214E33;
}
#opinion .box {
  width: 60rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
#opinion .box.type1 {
  position: relative;
  z-index: 0;
  padding: 6rem 0 2rem 15rem;
  border-top: 1px dashed #bbb;
}
#opinion .box.type1 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: auto;
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  background-color: #f8f8f8;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#opinion .box.type1 strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 130%;
  font-weight: 700;
  color: #111;
}
#opinion .box.type1 small {
  display: block;
  color: #999;
}
#opinion .box.type2 {
  margin-top: 4rem;
  padding: 1.5rem 2rem;
  background-color: #F8F8FA;
  font-size: 1.6rem;
}
#opinion .box.type2 strong {
  display: block;
  margin-bottom: 1rem;
  color: #111;
}
#opinion .img.type1 {
  display: block;
  margin: 8rem 0;
  text-align: center;
}
#opinion .img.type1 img[src*=opinion2_graph] {
  max-width: calc(100% - 4rem);
}
#opinion .img.type1 small {
  display: block;
  margin-top: 3rem;
  font-size: 1.5rem;
  color: #666;
}
#opinion .img.type1 + .box.type1 {
  margin-bottom: 8rem;
  padding-top: 0;
  padding-bottom: 6rem;
  border-top: 0 none;
  border-bottom: 1px dashed #bbb;
}
#opinion .img.type2 {
  position: relative;
  z-index: 0;
  margin: 6rem 0 8rem;
  padding: 6rem 0;
  font-size: 90%;
  font-weight: 600;
  color: #111;
  text-align: center;
}
#opinion .img.type2::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  background-color: #F6F6F6;
}
#opinion .img.type2 + .txt.type3 {
  margin-top: -8rem;
}
#opinion .img.type2 small {
  font-size: 1.4rem;
  font-weight: 400;
  color: #555;
}
#opinion .img.type2 strong {
  display: block;
  margin-bottom: 2rem;
  font-size: 2.6rem;
  font-weight: 700;
}
#opinion .img.type2 strong:first-child + span:nth-child(2):nth-last-child(2) {
  display: block;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
}
#opinion .img.type2 i {
  display: block;
  margin-bottom: 1.5rem;
}
#opinion .img.type2 i:last-child {
  margin-bottom: 0;
}
#opinion .img.type2 i.type1 {
  width: auto;
  padding: 0;
  background: none;
}
#opinion i.img.type2 {
  display: block;
  text-align: center;
}
#opinion ul.img.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding: 8rem 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#opinion p.img i {
  width: 82rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  padding: 5rem 2rem;
  background-color: #fff;
  text-align: center;
}
#opinion .list {
  width: 174rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8rem 0;
  padding: 8rem 0;
  background-color: #F6F6F6;
  font-size: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.6;
}
#opinion .list i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 26rem;
  height: 26rem;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#opinion .list strong {
  display: block;
  margin: 2.5rem 0 0.5rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #111;
}
#opinion .list li {
  width: 50rem;
  max-width: 33.333%;
  padding: 0 2rem;
}
#opinion .list li:first-child i {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#opinion .list li + li {
  border-left: 1px dashed #bbb;
}
#opinion h2 {
  margin-bottom: 2rem;
  font-size: 3.6rem;
  font-weight: 800;
  color: #333;
  text-align: center;
}
#opinion h2 b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 2rem;
  border-radius: 100%;
  background-color: #009954;
  font-size: 1.8rem;
  font-weight: 6000;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#opinion h2 strong {
  font-weight: inherit;
}
#opinion h2 span {
  color: #009954;
}
#opinion h3 {
  width: 60rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  margin: 8rem 0 2rem;
  font-size: 130%;
  color: #111;
  text-align: center;
}
#opinion h3 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 12rem;
  height: 12rem;
  margin: 0 auto 1.5rem;
  border-radius: 100%;
  background-color: #f8f8f8;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#opinion h3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: inherit;
  max-height: calc(100% - 1.3rem);
}
#opinion h3 img[src*=opinion5_title2] {
  left: 20%;
}

@media (max-width: 1280px) {
  #opinion .list {
    font-size: inherit;
  }
  #opinion .list i {
    width: 20rem;
    height: 20rem;
  }
  #opinion .list strong {
    font-size: 2.1rem;
  }
  #opinion .list br {
    display: none;
  }
  #opinion .list li:first-child img {
    max-height: 120%;
  }
}
@media (max-width: 768px) {
  #opinion {
    font-size: inherit;
  }
  #opinion .img.type2 {
    padding: 3rem 2rem !important;
  }
  #opinion .img.type2 strong {
    font-size: 2.2rem;
  }
  #opinion .img.type2 strong:first-child + span:nth-child(2):nth-last-child(2) {
    font-size: inherit;
  }
  #opinion h2 {
    font-size: 3rem;
  }
  #opinion h2 b {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  #opinion .cover {
    padding: 0 3rem 0 0;
  }
  #opinion .cover h1 {
    font-size: 2rem;
  }
  #opinion .cover h1 strong {
    font-size: 4.5rem;
  }
  #opinion .cover h1 br {
    display: block;
  }
  #opinion .list {
    padding: 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #opinion .list li {
    min-width: 100%;
    padding: 3rem 0;
  }
  #opinion .list li + li {
    border: 0 none;
    border-top: 1px dashed #bbb;
  }
}