.content-side section {
  padding-top: 150px;
}

.content-side section:first-of-type {
  padding-top: 0;
}

.content-side section > div {
  margin-bottom: 80px;
}

.content-side h2 {
  font-size: 54px;
  font-family: 'Noto Sans KR', serif;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

section[data-scroll-con="4"] h2 {
  margin-bottom: 80px;
}

.content-side h3 {
  font-size: 32px;
  font-family: 'Noto Sans KR', serif;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 18px;
}

.content-side .link-btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  width: 170px;
  font-size: 13px;
  padding: 0 19px;
  border: 1px solid #000;
  border-radius: 4px;
}

.content-side .link-btn::before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  background-image: url("/resources/img/sub/icon_go_page_arrow.png");
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
}

.content-side .link-download,
.content-side .link-download-highlight {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  width: 210px;
  font-size: 13px;
  padding: 0 19px;
  border: 1px solid #000;
  border-radius: 4px;
}

.content-side .link-download-highlight {
  color: #fff;
  border: 0;
  background-color: #F37321;
}

.content-side .link-download::before,
.content-side .link-download-highlight::before {
  content: '';
  position: absolute;
  height: 15px;
  width: 20px;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  background: url("/resources/img/sub/icon_download_pdf.svg") no-repeat center center;
}

.content-side .link-download-highlight::before {
  background: url("/resources/img/sub/icon_download_pdf_white.svg") no-repeat center center;
}

.content-side .link-download:hover {
  background-color: #F37321;
  border: 1px solid #F37321;
  color: #fff;
}

.content-side .link-download:hover::before {
  background: url("/resources/img/sub/icon_download_pdf_w.svg") no-repeat center center;
}


.content-side .table-wrap {
  border-top: 1px solid #000;
}

.content-side .table-wrap table th {
  background-color: #F8F8F8;
}

.content-side .table-wrap table th,
.content-side .table-wrap table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 14px;
  padding: 13px;
  word-break: keep-all;
  text-align: center;
}

.content-side .table-wrap table thead th {
  font-size: 16px;
  font-family: 'Noto Sans KR', serif;
  font-weight: 500;
}

/* .content-side .table-wrap table thead tr:last-child > *:last-child,
.content-side .table-wrap table tbody tr > *:last-child:not(.content-side .table-wrap table tbody tr > *:first-child) {
  border-right: 0;
} */

.content-side section .shareholder-vote {
 margin-bottom: 0;
}

.shareholder-result {
  margin-top: 80px;
}

.shareholder-result .result-item {
  padding: 40px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.shareholder-result .result-item > button {
  position: relative;
  font-size: 24px;
  font-family: 'Noto Sans KR', serif;
  font-weight: 500;
  width: 100%;
  text-align: left;
}

.shareholder-result .result-item > button::before {
  content: '';
  position: absolute;
  height: 25px;
  width: 25px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("/resources/img/sub/icon_accordion_arrow.svg");
  transition: 0.15s all ease-in-out;
}

.shareholder-result .result-item.active > button::before {
  transform: translateY(-50%) rotate(180deg);
}

.shareholder-result .result-item > .table-wrap {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.shareholder-result .result-item.active > .table-wrap {
  height: auto;
  visibility: visible;
  opacity: 1;
  margin-top: 35px;
}

.shareholder-result .result-item table thead tr th {
  font-size: 14px;
}

.shareholder-result .result-item table thead tr th:nth-child(1) {
  width: 11%;
}

.shareholder-result .result-item table thead tr th:nth-child(2) {
  width: 23%;
}

.shareholder-result .result-item table thead tr th:nth-child(3) {
  width: 7%;
}

.shareholder-result .result-item table thead tr th:nth-child(4) {
  width: 23%;
}

.shareholder-result .result-item table thead tr th:nth-child(5) {
  width: 18%;
}

.shareholder-result .result-item table thead tr th:nth-child(6) {
  width: 18%;
}

.shareholder-vote table thead tr th:nth-child(1) {
  width: 25%;
}

.shareholder-vote table thead tr th:nth-child(2) {
  width: 75%;
}

.shareholder-advice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

.shareholder-advice h3 {
  line-height: 50px;
  margin-bottom: 0;
}

.rule .rule-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.rule .rule-tab button {
  color: #7C7C7C;
  display: flex;
  font-size: 24px;
  font-family: 'Noto Sans KR', serif;
  font-weight: 500;
  justify-content: center;
  margin-right: 30px;
  position: relative;
}

.rule .rule-tab button:last-child {
  margin-right: 0;
}
.rule .rule-tab button.active{
  color: #F37432;
  font-weight: 700;
}
.rule .rule-tab button.active:before{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #F37432;
  position: absolute;
  bottom: 0;
  left: 0;
}
.committees-item > div {
  margin-bottom: 80px;
}

.committees-item > div > h4 {
  font-size: 22px;
  line-height: 29px;
  font-family: 'Noto Sans KR', serif;
  font-weight: 500;
  margin-bottom: 14px;
}

.committees-item-card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.committees-item-card ul li {
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 4px;
}

.committees-item-card ul li sup {
  color: #F37432;
  font-size: 14px;
  margin-bottom: 4px;
}

.committees-item-card ul li .name {
  font-size: 20px;
  font-family: 'Noto Sans KR', serif;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.committees-item-card ul li dl {
  display: flex;
  font-size: 14px;
  margin-bottom: 6px;
}

.committees-item-card ul li dt {
  flex: 1 0 70px;
  max-width: 70px;
  position: relative;
  padding-left: 10px;
  margin-right: 15px;
}

.committees-item-card ul li dt::before {
  content: '';
  position: absolute;
  height: 3px;
  width: 3px;
  top: 11px;
  left: 0;
  background: url("/resources/img/sub/icon_list_square_bullet.svg") no-repeat center center;
}

.committees-item-card ul li dd {
  color: #7C7C7C;
}

.committees-item .table-wrap .br0 {
  border-right: 0 !important;
}

.committees-item .table-wrap .br {
  border-right: 1px solid #ddd !important;
}

.operation-status-item {
  padding: 27px 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0 !important;
}

.operation-status-item.bt {
  border-top: 1px solid #000;
}

.operation-status-item > button {
  position: relative;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  font-family: Pretendard, serif;
  text-align: left;
}

.operation-status-item > button::before {
  content: '';
  position: absolute;
  height: 25px;
  width: 25px;
  top: 50%;
  right: 0;
  background: url("/resources/img/sub/icon_accordion_arrow.svg") no-repeat center center;
  transform: translateY(-50%);
  transition: 0.15s all ease-in-out;
}

.operation-status-item.active  > button::before {
  transform: translateY(-50%) rotate(180deg);
}

.operation-status-item .table-wrap {
  visibility: hidden;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.operation-status-item.active .table-wrap  {
  visibility: visible;
  height: auto;
  opacity: 1;
  margin: 25px 0 33px;
}

.operation-status-item .table-wrap .left {
  text-align: left;
}

.operation-status-item .table-wrap tbody tr th {
  background-color: transparent;
}

.operation-status-item .table-wrap thead tr th:nth-of-type(1) {
  width: 8.1%;
}

.operation-status-item .table-wrap thead tr th:nth-of-type(2) {
  width: 11.8%;
}

.operation-status-item .table-wrap thead tr th:nth-of-type(3) {
  width: 43.6%;
}

.operation-status-item .table-wrap thead tr th:nth-of-type(4) {
  width: 13.95%;
}

.operation-status-item .table-wrap thead tr th:nth-of-type(5) {
  width: 11%;
}

.operation-status-item .table-wrap thead tr th:nth-of-type(6) {
  width: 11%;
}

.rule .rule-content {
  margin-bottom: 25px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
}

.rule .rule-content-wrap {
  height: 500px;
  padding: 40px 50px 40px 40px;
  overflow-y: auto;
}

.rule .rule-content-wrap > div {
  display: none;
}

.rule .rule-content-wrap > div.active {
  display: block;
}

.rule .rule-files {
  max-width: 650px;
  margin: 0 auto;
}

.rule .rule-files .rule-files-top {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.rule .rule-files .rule-files-bottom {
  display: grid;
  justify-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 15px;
}

.term-contents > div {}

.term-contents > div dl dt {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: 'Noto Sans KR', serif;
}

.term-contents > div .con2 {
  margin-top: 35px;
  line-height: 30px;
}

.term-contents > div .con2 > li > dl > dt {
  font-size: 16px;
  line-height: 26px;
}

.term-contents > div .con2 > li > dl > dt > span:first-child {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.term-contents > div .con2 > li > dl > dd.txt {
  font-size: 14px;
  line-height: 24px;
  color:#7C7C7C;
}

.term-contents > div .con2 > li > dl > dd:not(.txt) {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
  color:#7C7C7C;
}

.term-contents > div .con2 > li > dl > dd > span:first-child {
  margin-right: 7px;
  font-weight: bold;
}

.term-contents > div > dl > dt span:first-child {
  margin-right: 30px;
  width: auto;
}

.term-contents > div .con2 > li > dl > dd > ol {
  padding-left: 24px;
  font-size: 14px;
  line-height: 24px;
  color:#7C7C7C;
}

.term-contents > div .con2 > li + li {
  margin-top: 25px;
}

.charter {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 42px;
}

.charter h3 {
  margin-bottom: 0;
}

.charter .charter-downloads {
  display: flex;
  align-items: center;
}

.charter .charter-downloads > a:not(.charter .charter-downloads a:last-child) {
  margin-right: 10px;
}

.difference > p {
  font-size: 18px;
  margin-bottom: 25px;
}

.difference table thead tr th:nth-child(1) {
  width: 32.7%;
}

.difference table thead tr th:nth-child(2) {
  width: 13.333%;
}

.difference table thead tr th:nth-child(3) {
  width: 55%;
}

.difference table tbody tr td:nth-child(2) {
  font-size: 16px;
}

.difference table tbody tr td:nth-child(3) {
  padding-left: 30px;
  text-align: left;
}

@media screen and (max-width: 1025px) {
  .content-side section {
    padding-top: 120px;
  }

  .content-side h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 36px;
  }

  section[data-scroll-con="4"] h2 {
    margin-bottom: 36px;
  }

  .content-side h3 {
    font-size: 26px;
    font-family: 'Noto Sans KR', serif;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .shareholder-result .result-item {
    padding: 20px;
  }

  .content-side .table-wrap table thead th {
    font-size: 14px;
  }

  .content-side .table-wrap table th, .content-side .table-wrap table td {
    font-size: 14px;
    padding: 15px 4px;
    word-wrap: break-word;
  }

  .shareholder-result .result-item > button {
    font-size: 20px;
  }

  .shareholder-result .result-item > button::before {
    width: 15px;
    height: 8px;
    background-image: url(/resources/img/sub/icon_accordion_arrow_m.svg);
  }

  .shareholder-result .result-item table thead tr th:nth-child(1) {
    width: 15.7%;
  }

  .shareholder-result .result-item table thead tr th:nth-child(2) {
    width: 32.14%;
  }

  .shareholder-result .result-item table thead tr th:nth-child(3) {
    width: 14.2%;
  }

  .shareholder-result .result-item table thead tr th:nth-child(4) {
    width: 21.4%;
  }

  .shareholder-result .result-item table thead tr th:nth-child(5) {
    width: 16.78%;
  }

  .shareholder-vote table thead tr th:nth-child(1),
  .shareholder-vote table thead tr th:nth-child(2){
    width: 50%;
  }

  .shareholder-advice {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }

  .shareholder-advice h3 {
    margin-bottom: 25px;
  }

  .content-side .link-btn {
    height: 50px;
    width: 100%;
  }

  .committees-item > div > h4 {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 11px;
  }

  .committees-item-card ul {
    grid-template-columns: 1fr;
  }

  .committees-item-card ul li {
    padding: 20px;
  }

  .committees-item-card ul li dl {
    margin-bottom: 4px;
  }

  .committees-item-card ul li dd,
  .committees-item-card ul li dt {
    line-height: 22px;
  }

  .committees-item-card ul li dt::before {
    top: 10px;
  }

  .operation-status-item {
    padding: 15px 0;
  }

  .operation-status-item > button {
    padding: 0 10px;
  }

  .operation-status-item > button::before {
    right: 5px;
    background: url(/resources/img/sub/icon_accordion_arrow_m.svg) no-repeat center center;
  }

  .operation-status-item.active .table-wrap {
    margin: 15px 0;
  }

  .operation-status-item .table-wrap thead tr th:nth-of-type(1) {
    width: 10%;
  }

  .operation-status-item .table-wrap thead tr th:nth-of-type(2) {
    width: 14%;
  }

  .operation-status-item .table-wrap thead tr th:nth-of-type(3) {
    width: 39%;
  }

  .operation-status-item .table-wrap thead tr th:nth-of-type(4),
  .operation-status-item .table-wrap thead tr th:nth-of-type(5),
  .operation-status-item .table-wrap thead tr th:nth-of-type(6) {
    width: 13%;
  }

  .committees-item h3 {
    margin-bottom: 9px;
  }

  .rule .rule-tab {
    margin: 0 -2rem calc(20px - 2rem);
    justify-content: flex-start;
    padding: 0 2rem 2rem;
    overflow-x: auto;
  }

  .rule .rule-tab button {
    flex: 1 0 auto;
    font-size: 18px;
    margin-right: 20px;
  }

  .rule .rule-content {
    margin-bottom: 20px;
  }

  .rule .rule-content-wrap {
    padding: 20px 28px 20px 20px;
  }

  .rule .rule-files {
    padding: 0;
    max-width: unset;
  }

  .content-side .link-download,
  .content-side .link-download-highlight {
    height: 50px;
    width: 100%;
  }

  .rule .rule-files .rule-files-top {
    margin-bottom: 10px;
  }

  .rule .rule-files .rule-files-bottom {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .charter {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .charter .charter-downloads {
    flex-direction: column;
  }

  .charter .charter-downloads > a:not(.charter .charter-downloads a:last-child) {
    margin: 0 0 10px;
  }

  .difference > h3 {
    margin-bottom: 10px;
  }

  .difference > p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 36px;
  }

  .difference table thead tr th:nth-child(1) {
    width: 37.5%;
  }

  .difference table thead tr th:nth-child(2) {
    width: 12.5%;
  }

  .difference table thead tr th:nth-child(3) {
    width: 50%;
  }

  .difference table tbody tr td:nth-child(3) {
    padding-left: 4px;
  }
}

@media screen and (max-width: 768px) {

  .rule-content-wrap {
    height: 360px;
  }

  .shareholder-result .result-item.active > .table-wrap {
    overflow-y: hidden;
  }

  .shareholder-result .result-item.active > .table-wrap table {
    width: 768px;
  }
}


/* en ver */

html[lang='en'] .content-side h2{
  font-size: 40px;
  line-height: 1.25;
}
html[lang='en'] .content-side h3 {
  line-height: 1.5;
  font-size: 28px;
}


html[lang='en'] .committees-item-card ul li dt {
  max-width: 125px;
  flex: 1 0 125px;
}
html[lang='en'] .content-side .rule-files-bottom .link-download, html[lang='en'] .content-side .rule-files-top .link-download-highlight {
  height: auto;
  padding: 0 55px 0 19px;
  width: 275px;
}
html[lang='en'] .content-side .link-download, html[lang='en'] .content-side  .link-download-highlight{
  min-height: 50px;
}
html[lang='en'] .rule .rule-tab button {
display: flex;
  align-items: center;
  padding-bottom: 10px;
font-size: 14px;
}
html[lang='en'] .shareholder-result .result-item table thead tr th:nth-child(3){
  width: 13%;
}
html[lang='en'] .content-side .table-wrap table thead th {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html[lang='en'] .content-side h2{
    line-height: 1.3;
    font-size: 2.8rem;
  }
  html[lang='en'] .content-side h3{
    font-size: 22px;
  }


}
@media screen and (max-width: 400px) {

  html[lang='en'] .committees-item-card ul li dt {
    max-width: inherit;
    flex: inherit;
  }
  html[lang='en'] .committees-item-card ul li dl{
    flex-flow: column;
  }
  html[lang='en'] .committees-item-card ul li dd{
    padding-left: 10px;
  }

}
