@charset "UTF-8";
/* =======================================================================================
visual
======================================================================================= */
.visual {
  color: #fff;
/*  margin-bottom: 16rem; */
}
.visual .container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50rem;
}
.visual .title {
  font-size: 3.4rem;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.2);
}
.visual .koscom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 27.4rem;
  padding: 4rem;
  background: rgba(27, 29, 32, 0.9);
}
.visual .koscom .num {
  margin-bottom: 0.8rem;
  font-size: 3.4rem;
  color: #fff;
}
.visual .koscom .num span {
  font-size: 2rem;
  margin-left: 0.4rem;
}
.visual .koscom .condi {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.4rem;
  font-size: 1.6rem;
  color: #fff;
}
.visual .koscom .condi::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.visual .koscom .condi.down::after {
  content: "▼";
  color: #3083e9;
}
.visual .koscom .condi.up::after {
  content: "▲";
  color: #eb5757;
}
.visual .koscom .desc {
  margin-bottom: 4.8rem;
  font-size: 1.6rem;
  color: #fff;
}
.visual .koscom .bottom {
  display: block;
  font-size: 1rem;
  color: #fff;
}

/* =======================================================================================
content
======================================================================================= */
.content {
  word-break: keep-all;
  margin-bottom: 16rem;
}

.tab-cont {
  padding-top: 16rem;
}

.is-mobile {
	display: none;
}
/* title */
.board-header {
  position: relative;
  padding: 4rem 0 7.85rem;
  border-top: 2px solid #242427;

}

.title-h1 {
  color: #222;
}
.title-h1 strong {
  font-size: 4.6rem;
}
.title-h1 small {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #555;
  margin-top: 1.5rem;
  letter-spacing: 0;
}
.title-h1 i {
  margin-left: 2rem;
  font-size: 3.6rem;
}

.title-h2 {
  font-size: 2.6rem;
  color: #242427;
  margin: 4.6rem 0 0 0;
}

.sub-tit {
  position: relative;
  border-bottom: 1px solid #E5E5EA;
  margin-bottom: 9rem;
  padding: 2rem 0;
}
.sub-tit .select-wrap {
  top: 1rem;
}

.main-sub-tit {
    position: relative;
    margin-bottom: 7rem;
    padding: 1rem 1rem 0 0;
    margin-top: -3rem;
}
.main-sub-tit .select-wrap {
  top: 1rem;
}

.select-wrap {
  position: absolute;
  right: 0;
  top: 4rem;
  background: #fff;
  border: 1px solid #CED6DC;
  border-radius: 0.5rem;
  min-width: 20rem;
  color: #151515;
  font-weight: 700;
  z-index: 1;
}
.select-wrap button {
  padding: 1rem 2rem 1rem 1.2rem;
  width: 100%;
  text-align: left;
  position: relative;
}
.select-wrap .selected::after {
  content: "\e941";
  font-family: "xeicon";
  font-size: 1.6rem;
  color: #777;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  transition: 0.2s;
}
.select-wrap ul {
  display: block;
  position: relative;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s;
}
.select-wrap.active .selected::after {
  transform: rotate(180deg);
}
.select-wrap.active ul {
  max-height: 30rem;
  opacity: 1;
  visibility: visible;
}

.select-wrap1 {
  position: absolute;
  right: 0;
  top: 4rem;
  background: #fff;
  border: 1px solid #CED6DC;
  border-radius: 0.5rem;
  min-width: 20rem;
  color: #151515;
  font-weight: 700;
  z-index: 1;
}
.select-wrap1 button {
  padding: 1rem 2rem 1rem 1.2rem;
  width: 100%;
  text-align: left;
  position: relative;
}
.select-wrap1 .selected::after {
  content: "\e941";
  font-family: "xeicon";
  font-size: 1.6rem;
  color: #777;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  transition: 0.2s;
}
.select-wrap1 ul {
  display: block;
  position: relative;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s;
}
.select-wrap1.active .selected::after {
  transform: rotate(180deg);
}
.select-wrap1.active ul {
  max-height: 30rem;
  opacity: 1;
  visibility: visible;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  display: inline-block;
  background: #2A2A30;
  border: 1px solid #2A2A30;
  transition: 0.2s;
  color: #fff;
  font-size: 1.6rem;
  min-width: 16rem;
  padding: 1.2rem;
  text-align: center;
  border-radius: 0.5rem;
}
.btn:hover, .btn:focus {
  background: #556;
  border-color: #556;
}
.btn:focus {
  outline: 2px dotted #000;
}
.btn.type1 {
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #CED6DC;
  color: #555;
}
.btn.type1:hover, .btn.type1:focus {
  background: #EBEDF1;
}
/* 221128 변수로 수정 */
.btn.type2 {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 0.5rem;
  color: var(--text-color);
}
/* 
.btn.type2:hover, .btn.type2:focus {
  background: #156BCC;
  border-color: #156BCC;
} 
*/
.btn.stype1 {
  border-color: #555555;
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  min-width: 13.2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.btn.stype1:hover, .btn.stype1:focus {
  border-color: #EBEDF1;
  background: #EBEDF1;
}
.btn:disabled {
  background: #555555;
  border-color: #555;
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
.btn.xtype1, .btn.xtype2 {
  min-width: 7.6rem;
  padding: 1.4rem 2.5rem;
  font-size: 1.4rem;
  color: #555;
  background: #E5E5EA;
  border: 0;
}
.btn.xtype1:hover, .btn.xtype1:focus {
  background: #c3c3cf;
}
.btn.xtype2 {
  color: #fff;
  background:  var(--primary-color) !important;
}
.btn.xtype2:hover, .btn.xtype2:focus {
  background: #5a5a66;
}

/* =======================================================================================
list 리스트
======================================================================================= */
a {cursor: pointer;}

.board-list {
  border-top: 1px solid #E5E5EA;
}
.board-list li {
  border-bottom: 1px solid #E5E5EA;
  padding: 3.5rem 10rem 3.5rem 2rem;
  display: flex;
  align-items: center;
  position: relative;
}
.board-list .no-event {
  flex-direction: column;
  padding: 3.5rem 10rem 3.5rem 10rem;
}
.board-list .no-event i {
  margin-bottom: 2rem;
}
.board-list .news {
  max-width: 94%;
}
.board-list .question {
  width: 94%;
}
.board-list .qna-link {
  display: flex;
}
.board-list .qna-link .qtitle {
  color: #151515;
  font-size: 1.6rem;
  /* 2023.06 삭제 */
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  font-weight: bold;
  flex: 1;
}
.board-list .qna-link .answer {
  color: #333333;
  font-size: 1.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
}
.board-list .news .title {
  color: #151515;
  font-size: 1.8rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.board-list .question .title {
  color: #151515;
  font-size: 1.6rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.board-list .category {
  color: #707070;
  font-size: 1.4rem;
  display: block;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.board-list .date {
  font-size: 1.4rem;
  color: #555;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
/* 221201 - pdf아이콘 컬러 변경 */
.board-list .icon {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  /* color: #DF1D1D; */
  display: flex;
  align-items: center;
}
.board-list .icon i {
  margin-right: 1rem;
  font-size: 2.4rem;
}
.board-list .icon span {
  font-size: 1.8rem;
}
.board-list.category-wrap li {
  padding-left: 13rem;
}

.cal-box {
  border: 1px solid #E5E5EA;
  background: #F8F8F8;
  width: 7rem;
  height: 7rem;
  flex: 0 0 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 3rem;
}
.cal-box strong {
  font-size: 2.2rem;
  letter-spacing: 0;
}
.cal-box em {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-top: 0.5rem;
}
/* 230703 수정 */
.board-list li:has(.d-day) .cal-box + .news {
  max-width: calc(100% - 26rem);
}
.cal-box + .news .title {
  font-size: 1.8rem;
  position: relative;
}
.cal-box + .news .num {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

.due-date .cal-box {
  background: #fff;
}
/* 230703 수정 */
.due-date .news .title {
  padding-right: 4rem;
}
.due-date .d-day {
  color: #DF1D1D;
  margin-left: 1rem;
  position: absolute;
  right: 0;
}

.ipo-step-group {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
.ipo-step-group .step {
  background: none;
}
.ipo-step-group .step ~ .step {
  position: relative;
  margin-left: 7.6rem;
}
.ipo-step-group .step ~ .step::after {
  display: block;
  position: absolute;
  left: -5.5rem;
  top: 4rem;
  content: "\e907";
  font-family: "xeicon";
  font-size: 4rem;
  color: #b7b7b7;
}
.ipo-step-group .step span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 12.8rem;
  height: 12.8rem;
  text-align: center;
  border-radius: 50%;
  border: 1px dashed #B2B2B2;
  font-size: 2rem;
}
.ipo-step-group .step p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 1.5rem;
}
.ipo-step-group .step.active {
  color: inherit;
}
.ipo-step-group .step.active::after {
  color: #222222;
}
.ipo-step-group .step.active span {
  background: #E5E5EA;
  color: #333;
  border-color: transparent;
}

.toggle-list {
  border-top: 1px solid #E5E5EA;
}
.toggle-list li {
  border-bottom: 1px solid #E5E5EA;
  padding: 3.5rem 0; /* display: flex;align-items:center; position: relative;flex-direction:column; align-items:flex-start;  */
}
.toggle-list li.active .answer {
  margin-top: 2rem;
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: 0.2s;
}
.toggle-list li.active .question::after {
  transform: rotate(180deg);
  transition: 0.25s;
  color: #333;
}
.toggle-list .question {
  position: relative;
  display: block;
  padding: 0 5rem;
  word-break: keep-all;
}
.toggle-list .question .num {
  color: #151515;
  position: absolute;
  left: 1rem;
  top: 0;
}
.toggle-list .question .title {
  font-weight: 700;
  color: #151515;
}
.toggle-list .question::after {
  content: "\e942";
  font-family: "xeicon";
  font-size: 2.4rem;
  color: #151515;
  position: absolute;
  right: 2rem;
  top: 0;
}
.toggle-list .answer {
  padding-left: 5rem;
  line-height: 1.625;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  word-break: keep-all;
}

.note {
  font-size: 1.4rem;
  color: #707070;
  margin-top: 2rem;
}

.board-info {
  position: relative;
  margin-top: 6.5rem;
}
.board-info .paging {
  margin: 30px auto;
  text-align: center;
}
.board-info .paging .inner {
  display: table;
  margin: 0 auto;
}
.board-info .paging a,
.board-info .paging span.page-prev,
.board-info .paging span.page-next {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  text-align: center;
  background-color: transparent;
  color: #999;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.board-info .paging span.page-prev i,
.board-info .paging span.page-next i {
  color: inherit;
}
.board-info .paging a:hover {
  background-color: #f5f6fa;
  transition: 0.25s;
}
.board-info .paging .page-none {
  border-color: transparent;
}
.board-info .paging .page-none:hover {
  border-color: #ddd;
  transition: all 0.2s;
}
.board-info .paging .page-now strong {
  color: #151515;
  position: relative;
}
.board-info .paging .page-now strong::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #333;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
}
.board-info .paging i {
  font-size: 2.2rem;
  vertical-align: middle;
  color: #333;
}
.board-info .paging .page-first i::after {
  content: "\e93c";
  font-family: "xeicon";
  margin-left: -1.6rem;
}
.board-info .paging .page-last i::after {
  content: "\e93f";
  font-family: "xeicon";
  margin-left: -1.6rem;
}
.board-info .paging .page-prev {
  margin-right: 2rem;
}
.board-info .paging .page-next {
  margin-left: 2rem;
}
.board-info .paging .page-first, .board-info .paging .page-last, .board-info .paging .page-prev, .board-info .paging .page-next {
  border: 1px solid #ddd;
}
.board-info .board-search {
  min-width: 28rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.board-info .board-search .search-btn {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.4rem;
}

/* table */
.table table {
  table-layout: fixed;
  width: 100%;
  border-bottom: 1.15px solid #aaa;
  /* ul{margin:.5rem 0}
  ul>li{font-size:1em} */
}
.table table.layout-auto {
  table-layout: auto;
}
.table table td, .table table th { /* border:1px solid #e8e8e8;border-bottom:0; */
  padding: 2rem 1.5rem;
  word-break: keep-all;
  font-size: 1.6rem;
}
.table table td.narrow, .table table th.narrow {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.table table td:first-child, .table table th:first-child {
  border-left: 0;
}
.table table td:last-child, .table table th:last-child {
  border-right: 0;
}
.table table td.txt-left, .table table th.txt-left {
  padding-left: 2rem;
}
.table table tr:first-of-type th, .table table tr:first-of-type td {
  border-top: 0;
}
.table table thead {
  border-bottom: 1.15px solid #333333;
}
.table table thead th {
  border-left: 0;
  border-right: 0;
  color: #333;
  border-color: #ccc;
  background: #fff;
  font-weight: 500;
  text-align: left;
}
.table table tfoot {
  border-top: 1px solid #DDDDDD;
}
.table table tbody th, .table table tfoot th {
  background: #fafbff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #444;
  letter-spacing: -1px;
}
.table .unit {
  text-align: right;
  font-size: 0.933em;
  margin: 0 0 0.5rem;
}
.table.left tbody th, .table.left td {
  text-align: left;
  padding-left: 2rem;
}

/* 주주현황 */
.shareholder {
  --chartColor0: #d80546;
  --chartColor1: #e91e63;
  --chartColor2: #ed4b82;
  --chartColor3: #f278a1;
  --chartColor4: #313439;
  --chartColor5: #8e8e93;
}
.shareholder .divide-detail {
  margin-top: -1.5rem;
}
.shareholder .divide-detail .table td {
  border-top: 1px solid #e8e8e8;
}
.shareholder .chart-wrap {
  display: flex;
}
.shareholder .highcharts-figure {
  min-width: 32rem;
  max-width: 50rem;
  flex: 0 0 50rem;
}
.shareholder .highcharts-exporting-group,
.shareholder .highcharts-title,
.shareholder .highcharts-credits {
  display: none;
}
.shareholder .highcharts-data-label text {
  fill: #fff !important;
  color: #fff !important;
  font-size: 1.8rem !important;
}
.shareholder .highcharts-text-outline {
  fill: none !important;
  stroke: none !important;
}
.shareholder .highcharts-color-0 {
  fill: var(--chartColor0);
}
.shareholder .highcharts-color-0 .highcharts-tooltip-box {
  stroke: var(--chartColor0);
}
.shareholder .highcharts-color-1 {
  fill: var(--chartColor1);
}
.shareholder .highcharts-color-1 .highcharts-tooltip-box {
  stroke: var(--chartColor1);
}
.shareholder .highcharts-color-2 {
  fill: var(--chartColor2);
}
.shareholder .highcharts-color-2 .highcharts-tooltip-box {
  stroke: var(--chartColor2);
}
.shareholder .highcharts-color-3 {
  fill: var(--chartColor3);
}
.shareholder .highcharts-color-3 .highcharts-tooltip-box {
  stroke: var(--chartColor3);
}
.shareholder .highcharts-color-4 {
  fill: var(--chartColor4);
}
.shareholder .highcharts-color-4 .highcharts-tooltip-box {
  stroke: var(--chartColor4);
}
.shareholder .highcharts-color-5 {
  fill: var(--chartColor5);
}
.shareholder .highcharts-color-5 .highcharts-tooltip-box {
  stroke: var(--chartColor5);
}
.shareholder .highcharts-color-0 {
  fill: var(--chartColor0);
}
.shareholder .highcharts-color-1 {
  fill: var(--chartColor1);
}
.shareholder .highcharts-color-2 {
  fill: var(--chartColor2);
}
.shareholder .highcharts-color-3 {
  fill: var(--chartColor3);
}
.shareholder .highcharts-color-4 {
  fill: var(--chartColor4);
}
.shareholder .highcharts-color-5 {
  fill: var(--chartColor5);
}
.shareholder .chart-table {
  flex: 1;
}
.shareholder .chart-table .lank {
  display: block;
  position: relative;
  position: relative;
  padding-left: 2.6rem;
  word-break: break-all;
}
.shareholder .chart-table .lank::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #ccc;
  border-radius: 50%;
}
.shareholder .chart-table .lank0::before {
  background: var(--chartColor0);
}
.shareholder .chart-table .lank1::before {
  background: var(--chartColor1);
}
.shareholder .chart-table .lank2::before {
  background: var(--chartColor2);
}
.shareholder .chart-table .lank3::before {
  background: var(--chartColor3);
}
.shareholder .chart-table .lank4::before {
  background: var(--chartColor4);
}
.shareholder .chart-table .lank5::before {
  background: var(--chartColor5);
}

/* IR Contact */
.contact-info {
  position: relative;
}
.contact-info .desc {
  line-height: 1.65;
  margin-bottom: 2rem;
}
.contact-info .info {
  display: flex;
  flex-wrap: wrap;
}
.contact-info .info dt {
  min-width: 11rem;
  margin-top: 1.1rem;
}
.contact-info .info dd {
  width: calc(100% - 11rem);
  margin-top: 1.1rem;
}

.ir-contact-link {
  display: flex;
  margin-top: 4.8rem;
}
.ir-contact-link a {
  background: #F2F2F2;
  border: 1px solid transparent;
  padding: 2.2rem;
  flex: 1;
  text-align: center;
  transition: 0.2s;
}
.ir-contact-link a:hover, .ir-contact-link a:focus {
  background: #d9d9d9;
  border-color: #ccc;
}
.ir-contact-link a ~ a {
  margin-left: 2.6rem;
}
.ir-contact-link a small {
  margin-left: 2rem;
}

.sns-link {
  position: absolute;
  right: 0;
  top: -7rem;
  display: flex;
  align-items: center;
}
.sns-link a {
  display: block;
}
.sns-link a ~ a {
  margin-left: 2rem;
}

/* =======================================================================================
view 상세보기
======================================================================================= */
.dimm {
  overflow: hidden;
}

.event-detail-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  z-index: 30;
  display: none;
}
.event-detail-wrap .inner {
  max-width: 80rem;
  margin: 5rem auto 7rem;
  position: relative;
}
.event-detail-wrap .inner .logo {
  text-align: center;
}
/* 221209 상세페이지 상단 로고 CSS 추가 */
.event-detail-wrap .inner .logo > .detail-logo {
  width: 100%
}
/* 221209 상세페이지 상단 로고 CSS 추가 */
.event-detail-wrap .inner .logo > .detail-logo > img {
  /* width: 50%; */
  max-height: 50px;
  margin: auto;
}
.event-detail-wrap .inner .event-detail-header {
  padding: 0 2rem 4rem;
  margin-top: 9rem;
  border-bottom: 1px solid #e5e5ea;
  position: relative;
}
.event-detail-wrap .inner .event-detail-header .cal-box {
  margin-bottom: 2.8rem;
}
.event-detail-wrap .inner .event-detail-header h2 {
  font-weight: 400;
}
.event-detail-wrap .inner .event-detail-header h2 small {
  display: inline-block;
  color: #707070;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.event-detail-wrap .inner .event-detail-header h2 strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #151515;
  /* word-break: keep-all; */
  margin-bottom: 3rem;
}
.event-detail-wrap .inner .event-detail-header h2 .d-day {
  color: #DF1D1D;
  margin-left: 2rem;
  font-size: 2rem;
  font-weight: 400;
}
.event-detail-wrap .inner .event-detail-header .date {
  font-size: 1.4rem;
  color: #707070;
}
.event-detail-wrap .inner .event-detail-header .category {
  color: #707070;
  font-size: 1.5rem;
  position: relative;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}
.event-detail-wrap .inner .event-detail-header .category::before {
  content: "";
  display: block;
  background-color: #cdcdcd;
  width: 1px;
  height: 1rem;
  position: absolute;
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
}
.event-detail-wrap .inner .event-detail-contents {
  padding: 6rem 2rem;
  background-color: #fff;
  border-bottom: 1px solid #cedde0;
}

.event-detail-wrap .inner .event-detail-contents * {
  white-space:normal
}
.event-detail-wrap .inner .event-detail-contents .event-content {
  line-height: 1.625;
}
.event-detail-wrap .inner .event-detail-contents .event-wrap {
  display: flex;
  flex-wrap: wrap;
}
.event-detail-wrap .inner .event-detail-contents .event-wrap dt {
  padding-top: 2rem;
  border-top: 1px solid #505053;
  width: 17%;
  min-height: 11rem;
  color: #151515;
  font-weight: 500;
  margin-right: 3%;
}
.event-detail-wrap .inner .event-detail-contents .event-wrap dd {
  width: 80%;
  padding-top: 2rem;
  border-top: 1px solid #e5e5ea;
  word-break: break-all;
  font-size: 1.7rem;
}
.event-detail-wrap .inner .event-detail-contents .file-wrap {
  background: #F6F6F8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 2rem;
  margin-top: 3rem;
}
.event-detail-wrap .inner .event-detail-contents .file-wrap .title {
  flex: 0 0 9rem;
  color: #151515;
}
.event-detail-wrap .inner .event-detail-contents .file-wrap .file-list {
  flex-basis: calc(100% - 9rem);
  max-width: calc(100% - 9rem);
  padding-left: 1.8rem;
  border-left: 1px solid #d3d3d3;
}
.event-detail-wrap .inner .event-detail-contents .file-wrap .file-list a {
  display: flex;
  justify-content: left;
  align-items: center;
  flex: 1;
}
.event-detail-wrap .inner .event-detail-contents .file-wrap .file-list a ~ a {
  margin-top: 1rem;
}
.event-detail-wrap .inner .event-detail-contents .file-wrap .file-list a i {
  color: #DF1D1D;
  font-size: 2.4rem;
  margin-right: 1rem;
}
.event-detail-wrap .inner .event-detail-footer .event-detail-link ul {
  /* border-top: 1px solid #cedde0; */
}
.event-detail-wrap .inner .event-detail-footer .event-detail-link ul li {
  position: relative;
  border-bottom: 1px solid #cedde0;
  padding: 2.5rem 2rem;
  color: #1b1d20;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}
.event-detail-wrap .inner .event-detail-footer .event-detail-link ul li span {
  display: block;
  padding-left: 5rem;
  font-size: 1.6rem;
  color: #555;
  flex: 0 0 13rem;
  position: relative;
}
.event-detail-wrap .inner .event-detail-footer .event-detail-link ul li span::before {
  content: "\e942";
  font-family: "xeicon";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 2.4rem;
  cursor: pointer;
}
.event-detail-wrap .inner .event-detail-footer .event-detail-link ul li.next span::before {
  transform: translateY(-50%) rotate(180deg);
}
.event-detail-wrap .inner .event-detail-footer .event-detail-link ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.event-detail-wrap .inner .modal-close {
  position: absolute;
  right: 1.5rem;    /* 221209 간격 수정 */
  top: 1rem;
  font-size: 3.3rem;
  color: #000;
}
.event-detail-wrap.ir-event .event-detail-header {
  border: 0;
  padding-bottom: 0;
}

/* =======================================================================================
문의하기
======================================================================================= */
.modal-popup-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 30;
  display: none;
}
.modal-popup-wrap .modal-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); 
  min-width: 32rem;
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 2px solid #135192;
  border-radius: 1.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  padding: 6rem 4rem 4rem;
}
.modal-popup-wrap .modal-popup .modal-title {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  font-weight: 700;
}
.modal-popup-wrap .modal-popup .modal-cont {
  text-align: center;
}
.modal-popup-wrap .modal-popup .modal-cont .textarea {
  border: 1px solid #CED6DC;
  border-radius: 0.5rem;
  width: 69rem;
  resize: none;
}
.modal-popup-wrap .modal-popup .modal-cont .icon {
  display: block;
  font-size: 7rem;
  color: #CED6D9;
  margin-bottom: 3rem;
}
.modal-popup-wrap .modal-popup .modal-cont .major-txt {
  display: block;
  font-size: 2.8rem;
  color: #151515;
  margin-bottom: 4rem;
}
.modal-popup-wrap .modal-popup .modal-cont .desc-txt {
  display: block;
  font-size: 1.8rem;
  color: #555;
  margin-bottom: 6rem;
}
.modal-popup-wrap .modal-popup .modal-foot {
  text-align: center;
  display: flex;
  justify-content: center;
}
.modal-popup-wrap .modal-popup .modal-foot .btn {
  padding: 1.2rem 4rem;
  margin-top: 3rem;
}
.modal-popup-wrap .modal-popup .modal-close {
  font-size: 3.3rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 2.4rem;
}

/* =======================================================================================
22.12.13 문의하기 에러 텍스트 css추가

======================================================================================= */
.qna-error-text {
	display:none;	
	color:#DF1B1B;
	padding-top: 7px;
	font-size: 12px;
}



/* =======================================================================================
서브콘텐츠 공통
======================================================================================= */
.sub-contents {
  margin-top: 7rem;
}
.sub-contents .sub-title {
  margin-bottom: 8rem;
}
.sub-contents .sub-title .tit {
  font-size: 3.2rem;
  color: #151515;
  margin-bottom: 2rem;
}
.sub-contents .sub-title .desc {
  font-size: 1.6rem;
  color: #555;
}
.sub-contents .sub-title .step-group {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.sub-contents .sub-title .step-group .step {
  width: 8.4rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #E5E5EA;
  font-family: Roboto;
  font-weight: 500;
  font-size: 1.5rem;
  color: #151515;
  border-radius: 50%;
}
.sub-contents .sub-title .step-group .step ~ .step {
  position: relative;
  margin-left: 2.6rem;
}
.sub-contents .sub-title .step-group .step ~ .step::after {
  display: block;
  position: absolute;
  left: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  content: "\e93f";
  font-family: "xeicon";
  font-size: 2.4rem;
  color: #B9B9B9;
}
.sub-contents .sub-title .step-group .step p {
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}
.sub-contents .sub-title .step-group .step.active {
  background: #333;
  color: #fff;
}
.sub-contents .sub-title .btn-group {
  position: absolute;
  right: 0;
  top: 0;
}
.sub-contents .title-h3 {
  font-size: 2.4rem;
  color: #151515;
  margin-bottom: 3rem;
}
.sub-contents.eng {
  font-family: "Roboto";
}
.sub-contents.eng .sub-title .step-group .step {
  background: none;
}
.sub-contents.eng .sub-title .step-group .step ~ .step::after {
  transform: none;
  top: 1.6rem;
}
.sub-contents.eng .sub-title .step-group .step span {
  background: #E5E5EA;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  border-radius: 50%;
}
.sub-contents.eng .sub-title .step-group .step p {
  font-size: 1rem;
}
.sub-contents.eng .sub-title .step-group .step.active {
  color: inherit;
}
.sub-contents.eng .sub-title .step-group .step.active span {
  background: #333;
  color: #fff;
}
.sub-contents .btn-wrap {
  margin-top: 6rem;
}
.sub-contents p {
  margin-bottom: 2rem;
}

/* =======================================================================================
멤버십
======================================================================================= */
.row ~ .row {
  margin-top: 2rem;
}

.error.invalid-feedback {
  font-size: 1.4rem;
  color: #DF1B1B;
  margin-top: 1rem;
  margin-bottom: 0;
  display: none;
}

.login-section {
  padding: 10rem 0;
  max-width: 52rem;
  margin: 0 auto;
}

.login-logo {
  width: 26rem;
  height: 4.3rem;
  margin: 0 auto 7rem;
}
.login-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.login-set .form-control {
  width: 100%;
  min-height: 6rem;
}
.login-set ~ .login-set {
  margin-top: 3rem;
}
.login-set label {
  font-size: 1.8rem;
  color: #333;
  display: block;
  margin-bottom: 2rem;
  font-weight: 500;
}
.login-util {
  margin: 2rem 0 4rem;
  font-size: 1.6rem;
  color: #555;
}
.login-invalid-feedback {
  font-size: 1.4rem;
  color: #555;
  background: #F8F8F8;
  padding: 2rem;
  text-align: center;
  border-radius: 0.5rem;
  margin-bottom: 4rem;
  display: none;
}
/* 221128 keycolor 수정 */
.login-btn {
  display: none;
  width: 100%;
  background: var(--primary-color);
  border-radius: 0.5rem;
  color: var(--text-color);
  text-align: center;
  padding: 2.5rem;
  margin: 4rem 0 3rem;
  transition: 0.2s;
}
/* .login-btn:hover {
  background: #156BCC;
} */
.login-for {
  text-align: center;
}
.login-for a {
  font-size: 1.6rem;
  color: #151515;
}
.login-for a ~ a {
  position: relative;
  padding-left: 1rem;
  margin-left: 1rem;
}
.login-for a ~ a::before {
  content: "";
  display: block;
  background-color: #DFDFDF;
  width: 1px;
  height: 1.6rem;
  position: absolute;
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
}
.login-header {
  text-align: center;
  margin-bottom: 6rem;
}
.login-header .xi-lock {
  font-size: 7.2rem;
  color: #555555;
}
.login-header .h2_title {
  color: #151515;
  font-size: 3.2rem;
  margin: 3rem 0;
}
.login-header .desc {
  font-size: 1.8rem;
  color: #555;
  line-height: 1.65;
}
.login-back {
  font-size: 1.5rem;
  text-decoration: underline;
  text-underline-position: under;
  margin-top: 3rem;
}
#pw-modify .modal-popup {
  width: 68rem;
}
#pw-modify .modal-title {
  text-align: center;
  margin-top: 4rem;
}

.member-type-select {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12rem;
  position: relative;
}
.member-type-select .custom-radio {
  position: relative;
  height: 21rem;
  flex: 0 0 40rem;
}
.member-type-select .custom-radio ~ .custom-radio {
  margin-left: 6rem;
}
.member-type-select .custom-radio > input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.member-type-select .custom-radio > input + label {
  background: #F5F5F6;
  color: #151515;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 2.7rem;
  transition: 0.3s;
}
.member-type-select .custom-radio > input:focus + label {
  border: 1px solid var(--basic);
}
.member-type-select .custom-radio > input:checked + label {
  opacity: 1;
  background-color: #fff;
  border-color: var(--basic);
  color: var(--basic);
}
.member-type-select .custom-radio > input:checked ~ .wild_dog {
  display: block;
}

.agree-section .check-box {
  padding: 2rem 0;
  margin-bottom: 7rem;
  text-align: center;
  border: 1px solid #707070;
}
.agree-section .agree-box {
  position: relative;
  padding-left: 29.4rem;
  margin-bottom: 9rem;
}
.agree-section .agree-box .tit {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.2rem;
  color: #151515;
}
.agree-section .agree-box .agree-texts {
  height: 15rem;
  overflow: auto;
  margin-bottom: 1.6rem;
  padding-bottom: 1.3rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #767676;
  white-space: normal;
  border-bottom: 1px solid #DFDFDF;
}
.agree-section .agree-box .agree-texts p {
  margin-bottom: unset;
}
.agree-section .agree-box .agree-texts::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 1rem;
}
.agree-section .agree-box .agree-texts::-webkit-scrollbar {
  width: 4px;
}
.agree-section .agree-box .agree-texts::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 1rem;
}
.agree-section .agree-box .agree-texts strong, .agree-section .agree-box .agree-texts b {
  color: #151515;
}

.agree-section .agree-box .agree-text {
  height: 15rem;
  overflow: auto;
  margin-bottom: 1.6rem;
  padding-bottom: 1.3rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #767676;
  white-space: pre-line;
  border-bottom: 1px solid #DFDFDF;
}
.agree-section .agree-box .agree-text p {
  margin-bottom: unset;
}
.agree-section .agree-box .agree-text::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 1rem;
}
.agree-section .agree-box .agree-text::-webkit-scrollbar {
  width: 4px;
}
.agree-section .agree-box .agree-text::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 1rem;
}
.agree-section .agree-box .agree-text strong, .agree-section .agree-box .agree-text b {
  color: #151515;
}

.agree-section .agree-box .checkbox {
  font-size: 1.6rem;
  color: #333;
}

.cert-section {
  border-top: 1px solid #E5E5EA;
  padding-top: 4rem;
}
.cert-section .code-send {
  margin-top: 4rem;
}
.cert-section .code-send .form-select {
  margin-bottom: 1.6rem;
  padding-right: 4rem;
}
.cert-section .code-send .form-row {
  margin-bottom: 2rem;
}
.cert-section .code-send .code-auth {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.cert-section .code-send .code-auth .code-input input {
  width: 5rem;
  border: 0;
  border-bottom: 1px solid var(--basic);
  font-size: 2.4rem;
  color: var(--basic);
  text-align: center;
}
.cert-section .code-send .code-auth .code-input input ~ input {
  margin-left: 2rem;
}
.cert-section .code-send .code-auth .btn {
  margin-left: 3rem;
}
.cert-section .error.invalid-feedback {
  font-size: 1.4rem;
  color: #007BFF;
}

.custom-center {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.6rem;
}

.essential {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  color: #DF1B1B;
  font-size: 2rem;
  font-weight: 700;
}

.join-form-section {
  border-top: 1px solid #E5E5EA;
  border-bottom: 1px solid #E5E5EA;
  padding: 6rem 0;
}
.join-form-section label {
  padding-top: 0.7rem;
}
.join-form-section .col-sm-4 + .col-sm-2 {
  padding-left: 6rem;
}

.join-end-section {
  border-top: 1px solid #E5E5EA;
  padding: 6rem 0 0;
  text-align: center;
}
.join-end-section .desc {
  line-height: 1.65;
  color: #555;
  font-size: 1.6rem;
}

/* =======================================================================================
미팅
======================================================================================= */
.meeting-section .title-h3 {
  border-bottom: 1px solid #313439;
  padding-bottom: 2rem;
  margin-top: 6rem;
}
.meeting-section .inner {
  display: flex;
  padding: 3.8rem 0 6.2rem;
  margin-bottom: 5.3rem;
  border-bottom: 1px solid #d1d1d6;
}
.meeting-section .calendar-wrap {
  width: 66rem;
  padding: 0 5rem;
  border-right: 1px solid #c7c7cc;
}
.meeting-section .calendar-wrap .calendar-header {
  display: flex;
  justify-content: center;
  margin-bottom: 1.8rem;
}
.meeting-section .calendar-wrap .calendar-header button {
  width: 3rem;
  height: 3rem;
  border: 1px solid #C5C5C5;
}
.meeting-section .calendar-wrap .calendar-header .date {
  margin: 0 2.3rem;
  font-family: Roboto;
  font-size: 2.2rem;
  color: #151515;
}
.meeting-section .calendar-wrap .calendar-list {
  min-height: 44rem;
  position: relative;
}
.meeting-section .calendar-wrap .calendar-list .info-warning {
  padding: 1rem;
  font-weight: 400;
  font-size: 1.2rem;
  color: #151515;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8F8F8;
  border-radius: 0.8rem;
}
.meeting-section .calendar-wrap .calendar-list .calendar-list-head {
  border-bottom: 1px solid #E5E5EA;
}

/* 221128 변수로 수정 TODO:퍼블 소스에만 존재하던 코드(확인필요) */
.meeting-section .calendar-wrap .calendar-list td.selected button {
  background: var(--primary-color);
  color: var(--text-color);
  border-radius: 0.5rem;
}

.meeting-section .calendar-wrap .calendar-list .week {
  display: flex;
  margin-top: 1rem;
}
.meeting-section .calendar-wrap .calendar-list .week .day-title {
  font-size: 1.4rem;
  color: #151515;
}
.meeting-section .calendar-wrap .calendar-list .week .day-title,
.meeting-section .calendar-wrap .calendar-list .week .day {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  font-size: 1.6rem;
  cursor: default;
  color: #777;
}
.meeting-section .calendar-wrap .calendar-list .week .day-title.abled,
.meeting-section .calendar-wrap .calendar-list .week .day.abled {
  cursor: pointer;
  color: #151515;
}
.meeting-section .calendar-wrap .calendar-list .week .day-title.abled span,
.meeting-section .calendar-wrap .calendar-list .week .day.abled span {
  text-decoration: underline;
  text-underline-position: under;
}
.meeting-section .calendar-wrap .calendar-list .week .day-title.selected,
.meeting-section .calendar-wrap .calendar-list .week .day.selected {
  background: #151515;
  color: #fff;
  border-radius: 0.5rem;
}
.meeting-section .calendar-wrap .calendar-list .week .day-title.line-through span,
.meeting-section .calendar-wrap .calendar-list .week .day.line-through span {
  text-decoration-line: line-through;  
}
.meeting-section .calendar-wrap .calendar-list .week .day-title.today,
.meeting-section .calendar-wrap .calendar-list .week .day.today {
  position: relative;
  /* 221130 */
  color: #000; 
}
.meeting-section .calendar-wrap .calendar-list .week .day-title.today span,
.meeting-section .calendar-wrap .calendar-list .week .day.today span {
  font-weight: 700;
}
.meeting-section .calendar-wrap .calendar-list .week .day-title.today::after,
.meeting-section .calendar-wrap .calendar-list .week .day.today::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
  font-size: 1.4rem;
}
.meeting-section .calendar-wrap .calendar-list .week .kr.day.today::after {
      content: "오늘";
}
.meeting-section .calendar-wrap .calendar-list .week .en.day.today::after {
      content: "Today";
}
.meeting-section .calendar-date {
  width: calc(100% - 66rem);
  padding: 0 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.meeting-section .calendar-date .info-text {
  text-align: center;
}
.meeting-section .calendar-date .info-text .icon {
  font-size: 7rem;
  color: #CED6D9;
  margin-bottom: 2rem;
}
.meeting-section .calendar-date .info-text strong {
  display: block;
  font-size: 2.2rem;
  color: #151515;
  margin-bottom: 2rem;
}
.meeting-section .calendar-date .info-text p {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.5;
}
.meeting-section .calendar-date .date-wrap {
  width: 100%;
  height: 100%;
}
.meeting-section .calendar-date .date-wrap dl ~ dl {
  margin-top: 5rem;
}
.meeting-section .calendar-date .date-wrap dt {
  font-size: 1.6rem;
  color: #555555;
  margin-bottom: 2rem;
}
.meeting-section .calendar-date .date-wrap dd ~ dd {
  margin-top: 2rem;
}
.meeting-section .calendar-date .date-wrap .date {
  color: #151515;
  font-size: 2rem;
  font-weight: 700;
}
.meeting-section .calendar-date .date-wrap button {
  color: #151515;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 2rem;
  border: 1px solid #DFDFDF;
  width: 100%;
}
.meeting-section .calendar-date .date-wrap button.disabled {
  background: #F2F2F2;
  border-color: #F2F2F2;
  color: #C9C9C9;
  cursor: default;
}
.meeting-section .calendar-date .date-wrap button.selected {
  background: #151515;
  border-color: #151515;
  color: #fff;
}
.meeting-section .meeting-select {
  padding: 3rem 4rem;
  border: 1px solid #AAAAAA;
}
.meeting-section .meeting-select .title-h4 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: #333;
}
.meeting-section .meeting-select .form-select {
  width: 100%;
  cursor: pointer;
}
.meeting-section .meeting-select .select-cont {
  margin-top: 4rem;
}
.meeting-section .meeting-select .select-cont .tit {
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 2rem;
  color: #151515;
}
.meeting-section .meeting-select .select-cont dt {
  margin: 3.5rem 0 1.6rem;
  font-size: 1.6rem;
  color: #333;
}
.meeting-section .meeting-select .select-cont dd {
  font-size: 1.6rem;
}
.meeting-section .meeting-select .select-cont .map {
  text-decoration: underline;
  color: #151515;
  font-weight: bold;
  margin-left: 1rem;
}
.meeting-section .meeting-select .select-place {
  margin-top: 4rem;
}
.meeting-section .meeting-select .div-place dd {
   margin-top: 3rem;
  font-size: 1.6rem;
}
.meeting-section .meeting-select .div-place .map {
  text-decoration: underline;
  color: #151515;
  font-weight: bold;
  margin-left: 1rem;
}
.meeting-section .selected-date {
  border-bottom: 1px solid #E5E5EA;
  margin-top: 4rem;
  padding-bottom: 4rem;
}
.meeting-section .selected-date ul {
  display: flex;
}
.meeting-section .selected-date ul li {
  padding: 0 3rem;
}
.meeting-section .selected-date ul li small {
  font-size: 1.6rem;
  color: #555;
  display: block;
  margin-bottom: 2rem;
}
.meeting-section .selected-date ul li strong {
  font-size: 2.2rem;
  color: #151515;
  display: block;
}
.meeting-section .fellow-item-add {
  font-size: 2.4rem;
  color: #555;
  margin-left: 0.5rem;
  transition: 0.2s;
}
.meeting-section .fellow-item-add i {
  line-height: 1;
}
.meeting-section .fellow-item-add:hover i::before {
  content: "\e916";
}
.meeting-section .fellow-info {
  margin-top: 2rem;
}
.meeting-section .fellow-info .item-label,
.meeting-section .fellow-info .item-list {
  position: relative;
  padding-right: 4rem;
}
.meeting-section .fellow-info .item-label .item,
.meeting-section .fellow-info .item-list .item {
  display: flex;
}
.meeting-section .fellow-info .item-label li,
.meeting-section .fellow-info .item-list li {
  flex: 1;
}
.meeting-section .fellow-info .item-label li .form-control,
.meeting-section .fellow-info .item-list li .form-control {
  width: 100%;
}
.meeting-section .fellow-info .item-label li ~ li,
.meeting-section .fellow-info .item-list li ~ li {
  margin-left: 2rem;
}
.meeting-section .fellow-info .item-label {
  margin-bottom: 1rem;
}
.meeting-section .fellow-info .item-label label {
  display: block;
  font-size: 1.6rem;
  color: #333;
}
.meeting-section .fellow-info .item-list .item-delete {
  position: absolute;
  right: 0;
  top: 3rem;
  font-size: 2.4rem;
  color: #707070;
  transition: 0.2s;
}
.meeting-section .fellow-info .item-list .item-delete:hover {
  color: #000;
}
.meeting-section .fellow-info .item-list ~ .item-list {
  margin-top: 2rem;
}
.meeting-section .meeting-purpose {
  margin-top: 4rem;
}
.meeting-section .meeting-purpose textarea {
  width: 100%;
  font-size: 1.6rem;
}

/* 테이블 말줄임에 사용 */
.meeting-section table td{
    position: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.table-list .title-h3 {
  border-bottom: 1px solid #555;
  padding-bottom: 2rem;
  margin-top: 6rem;
  margin-bottom: 0.1rem;
}
.table-list .title-h3 .icon {
  display: inline-block;
  border: 2.5px solid #707070;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  color: #707070;
  font-size: 1.9rem;
}
.table-list .title-h3 i {
  line-height: 1;
  font-size: 3rem;
  vertical-align: middle;
  margin-right: 1rem;
  color: #707070;
}
.table-list .table table {
  border-bottom-color: #E5E5EA;
}
.table-list .table table thead {
  border-bottom-color: #E5E5EA;
}
.table-list .table table tr.active {
  cursor: pointer;
}
.table-list .table table tr.active.focus {
  outline: 2px solid #000;
}
.table-list .table table tr.active.focus a {
  outline: 0;
}
.table-list ~ .table-list {
  margin-top: 6rem;
}

.ndr-list thead th {
  text-align: left;
}
.ndr-list .state {
  color: #000;
}

.ndr-view-section .info-box {
  margin-bottom: 6rem;
  border-top: 1px solid #E5E5EA;
  border-bottom: 1px solid #E5E5EA;
  padding: 4rem 0;
}
.ndr-view-section .info-box li {
  display: flex;
}
.ndr-view-section .info-box li ~ li {
  margin-top: 1.5rem;
}
.ndr-view-section .info-box strong {
  font-size: 1.8rem;
  color: #333333;
  width: 16rem;
}
.ndr-view-section .info-box span {
  flex: 1;
  line-height: 1.65;
}
.ndr-view-section .day-tab {
  border-bottom: 1px solid #E5E5EA;
  overflow-x: auto;
}
.ndr-view-section .day-tab::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 1rem;
}
.ndr-view-section .day-tab::-webkit-scrollbar {
  height: 0.6rem;
}
.ndr-view-section .day-tab::-webkit-scrollbar-thumb {
  background-color: #d5d7dc;
  border-radius: 1rem;
}
.ndr-view-section .day-tab ul {
  display: flex;
}
.ndr-view-section .day-tab ul li{
  min-width: 70px;
}
.ndr-view-section .day-tab li ~ li {
  margin-left: 2.5rem;
}
.ndr-view-section .day-tab li.active .tab-nav {
  color: #333333;
  border-bottom-color: #151515;
}
.ndr-view-section .day-tab .tab-nav {
  display: block;
  padding: 2rem 0;
  border-bottom: 3px solid transparent;
  font-size: 1.8rem;
  color: #808080;
  font-weight: 700;
}
.ndr-view-section .day-tab-cont {
  display: none;
}
.ndr-view-section .day-tab-cont:first-of-type {
  display: block;
}
.ndr-view-section .item-list-wrap {
  border-bottom: 1px solid #E5E5EA;
  padding: 4rem 0;
  position: relative;
}
.ndr-view-section .item-list-wrap .btn-wrap {
  position: absolute;
  left: calc(100% + 2rem);
  top: 1rem;
}
.ndr-view-section .item-list {
  display: flex;
}
.ndr-view-section .item-list label,
.ndr-view-section .item-list .form-label {
  display: block;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 1rem;
  font-weight: 500;
}
.ndr-view-section .item-list .item-time {
  flex: 0 0 20%;
}
.ndr-view-section .item-list .item-time .time-input {
  display: flex;
  font-weight: 700;
  color: #151515;
}
.ndr-view-section .item-list .item-time .form-control {
  font-weight: 700;
  font-size: 1.6rem;
  width: 100%;
}
.ndr-view-section .item-list .item-intz {
  flex: 0 0 20%;
  margin-left: 2rem;
}
.ndr-view-section .item-list .item-intz .form-control {
  width: 100%;
}
.ndr-view-section .item-list .item-attendee {
  flex: 1;
  margin-left: 2rem;
}
.ndr-view-section .item-list .item-attendee .attendee-item-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ndr-view-section .item-list .item-attendee .attendee-item-add span {
  color: #767676;
}
.ndr-view-section .item-list .item-attendee .attendee-item-add .icon {
  font-size: 3rem;
  color: #2A2A30;
}
.ndr-view-section .item-list .item-attendee .sub-item-list {
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
}
.ndr-view-section .item-list .item-attendee .sub-item-list .sub-item {
  display: flex;
  width: 100%;
}
.ndr-view-section .item-list .item-attendee .sub-item-list .sub-item li {
  flex: 1;
}
.ndr-view-section .item-list .item-attendee .sub-item-list .sub-item li ~ li {
  margin-left: 1rem;
}
.ndr-view-section .item-list .item-attendee .sub-item-list .sub-item li .form-control {
  width: 100%;
  font-size: 1.4rem;
}
.ndr-view-section .item-list .item {
  display: flex;
}
.ndr-view-section .item-list .item-delete {
  margin-left: 1rem;
  font-size: 2.4rem;
  color: #707070;
  margin-top: 0.5rem;
}
.ndr-view-section .item-list-wrap-add {
  display: block;
  text-align: center;
  margin: 3rem auto;
  font-size: 3rem;
  color: #555;
}
.ndr-view-section .item-list-wrap-add i {
  transition: 0.2s;
}
.ndr-view-section .item-list-wrap-add:hover i, .ndr-view-section .item-list-wrap-add:focus i {
  transform: rotate(180deg);
}

/* =======================================================================================
마이페이지
======================================================================================= */
.mypage-section {
  display: flex;
}
.mypage-section .side-nav {
  flex: 0 0 17rem;
  margin-right: 8rem;
}
.mypage-section .side-nav .title {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 1.5rem;
  font-size: 2.2rem;
  color: #151515;
  padding-top: 0.5rem;
}
.mypage-section .side-nav ul {
  margin-bottom: 4rem;
}
.mypage-section .side-nav a {
  display: block;
  font-size: 1.6rem;
  color: #151515;
  margin-top: 1.5rem;
}
.mypage-section .side-nav a:hover, .mypage-section .side-nav a:focus {
  text-decoration: underline;
}
.mypage-section .side-nav a.active {
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
}
.mypage-section .mypge-cont {
  flex: 1;
}
.mypage-section .mypge-cont .sub-title .tit {
  position: relative;
}
.mypage-section .mypge-cont .member-info-cont { /*padding-left:1.5rem; padding-right: 1.5rem;   */ }
.mypage-section .mypge-cont .member-info-cont li {
  align-items: center;
}
.mypage-section .mypge-cont .member-info-cont .form-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
}
.mypage-section .mypge-cont .member-info-cont .txt {
  border-bottom: 1px solid #DFDFDF;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  display: block;
}
.mypage-section .mypge-cont .member-info-cont .stype1 {
  min-width: inherit;
  border-radius: 0;
  font-size: 1.5rem;
  color: #151515;
  margin-left: 3rem !important;
}
.mypage-section .mypge-cont .withdraw {
  font-size: 1.5rem;
  text-decoration: underline;
  text-underline-position: under;
  margin-top: 3rem;
}
.mypage-section .mypge-cont .col-sm-4 + .col-sm-2 {
  padding-left: 6rem;
}
.mypage-section .mypge-cont .btn-prev-page {
  font-size: 2.4rem;
  color: #151515;
  display: block;
  margin-bottom: 2rem;
}
.mypage-section .mypge-cont .selected-date li {
  flex: 1;
}
.mypage-section .mypge-cont .selected-date li:last-of-type {
  align-items: center;
  display: flex;
}
.mypage-section .mypge-cont .selected-date .ai-center {
  display: flex;
}
.mypage-section .mypge-cont .selected-date .state {
  white-space: nowrap;
}
.mypage-section .mypge-cont .selected-date .state i {
  color: #DF1B1B;
  margin-right: 0.5rem;
  font-size: 2.9rem;
  vertical-align: top;
}
.mypage-section .mypge-cont .selected-date .state.type3 i {
  color: #707070;
  font-size: 1.9rem;
  line-height: 1.9rem;
  border-radius: 50%;
  border: 2.5px solid #707070;
  margin: 0.2rem 0.6rem 0 0.2rem;
}
.mypage-section .mypge-cont .selected-date .state.type4 i {
  color: #707070;
}
.mypage-section .mypge-cont .selected-date .state.type5 i {
  color: #707070;
  font-size: 1.9rem;
  line-height: 1.9rem;
  border-radius: 50%;
  border: 2.5px solid #707070;
  margin: 0.2rem 0.6rem 0 0.2rem;
}
.mypage-section .mypge-cont .meeting-purpose li {
  display: flex;
}
.mypage-section .mypge-cont .meeting-purpose li ~ li {
  margin-top: 1.5rem;
}
.mypage-section .mypge-cont .meeting-purpose li .icon-question {
  flex: 0 0 4rem;
  font-size: 1.6rem;
  color: #333;
  font-weight: 700;
}
.mypage-section .mypge-cont .meeting-purpose li .txt {
  flex: 1;
  font-size: 1.6rem;
}
.mypage-section .mypge-cont .meeting-purpose .list-more {
  padding: 2rem;
  margin-top: 4rem;
  border-top: 1px solid #ddd;
  color: #151515;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
}
.mypage-section .mypge-cont .meeting-purpose .list-more i {
  margin-left: 1rem;
  transition: 0.2s;
}
.mypage-section .mypge-cont .meeting-purpose.two-more .list-li {
  display: none;
}
.mypage-section .mypge-cont .meeting-purpose.two-more .list-li:nth-child(-n+2) {
  display: flex;
}
.mypage-section .mypge-cont .meeting-purpose.two-more .list-more {
  display: block;
}
.mypage-section .mypge-cont .meeting-purpose.two-more .list-more.active i {
  transform: rotate(180deg);
}
.mypage-section .mypge-cont .meeting-purpose.active .list-li {
  display: flex;
}
.mypage-section .mypge-cont .charge-info .item {
  border: 1px solid #DFDFDF;
  padding: 3rem;
  display: flex;
}
.mypage-section .mypge-cont .charge-info .item .icon {
  background: #707070;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  color: #fff;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mypage-section .mypge-cont .charge-info .item .name .title {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: #151515;
}
.mypage-section .mypge-cont .charge-info .item .name span {
  display: block;
  color: #707070;
  font-size: 1.4rem;
}
.mypage-section .mypge-cont .map-info .map {
  text-decoration: underline;
  font-weight: 700;
  margin-left: 1rem;
}
.mypage-section .mypge-cont .map-info strong {
  display: block;
  margin-bottom: 1rem;
}
.mypage-section .approval-list .title-h3 i {
  color: #DF1B1B;
}
.mypage-section .table-list td {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mypage-section .table-list td .state {
  text-decoration: underline;
  text-underline-position: under;
}
.mypage-section .layer {
  display: none;
  position: absolute;
  background: #E6E9F1;
  padding: 1rem 2rem;
  width: 100%;
}
.mypage-section .show-layer:hover + .layer, .mypage-section .show-layer:focus + .layer {
  display: block;
}
.mypage-section #modal-schedule-select .box-title {
  margin-bottom: 2rem;
  color: #333;
  text-align: left;
}
.mypage-section #modal-schedule-select .box {
  display: flex;
  background: #F8F8FB;
  padding: 2rem 4rem;
  margin-bottom: 2rem;
  text-align: left;
}
.mypage-section #modal-schedule-select .box .item ~ .item {
  margin-left: 5rem;
}
.mypage-section #modal-schedule-select .box .item strong, .mypage-section #modal-schedule-select .box .item span {
  display: block;
}
.mypage-section #modal-schedule-select .day-change-list {
  border: 1px solid #CED6DC;
  border-radius: 0.5rem;
  padding: 1rem 4rem;
  overflow-y: auto;
  max-height: 30rem;
}
.mypage-section #modal-schedule-select .day-change-list::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 1rem;
}
.mypage-section #modal-schedule-select .day-change-list::-webkit-scrollbar {
  width: 0.6rem;
}
.mypage-section #modal-schedule-select .day-change-list::-webkit-scrollbar-thumb {
  background-color: #d5d7dc;
  border-radius: 1rem;
}
.mypage-section #modal-schedule-select .day-change-list strong {
  display: block;
  margin-bottom: 2rem;
}
.mypage-section #modal-schedule-select .day-change-list li {
  padding: 2rem 0;
}
.mypage-section #modal-schedule-select .day-change-list li ~ li {
  border-top: 1px solid #E5E5EA;
}
.mypage-section #modal-schedule-select .note {
  color: #DF1B1B;
}
.mypage-section .question-cont {
  border-bottom: 1px solid #E5E5EA;
  padding-bottom: 3rem;
}

@media (max-width: 1600px) {
  .ndr-view-section .item-list-wrap .btn-wrap {
    position: static;
  }
}
@media (max-width: 1023.98px) {
  .row div ~ div {
    margin-top: 1rem;
  }
  .row ~ .row {
    margin-top: 1rem;
  }
  .visual {
    margin-bottom: 0;
  }
  .visual .container {
    min-height: 30rem;
  }
  .visual .title {
    transform: translateY(-4rem);
  }
  .visual .koscom {
    left: 0;
    width: 100%;
    padding: 1.5rem;
  }
  .visual .koscom .num {
    display: inline-block;
  }
  .visual .koscom .desc {
    display: none;
  }
  .content {
    margin-bottom: 0;
  }
  .tab-cont {
    padding: 4rem 0 0 !important;
    margin: 4rem 0 8rem;
    position: relative;
  }
  .tab-cont:first-of-type {
    margin-top: 0;
  }
  .tab-cont::before {
    content: "";
    display: block;
    height: 0.5rem;
    background: #E5E5EA;
    position: absolute;
    left: -1.5rem;
    right: -1.5rem;
    top: 0;
  }
  .board-header {
    padding: 0;
    border: 0;
  }
  .sub-tit {
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
  .sub-tit .title-h2 {
    margin-bottom: 3rem;
  }
  .select-wrap {
    position: static;
    border: 0;
    width: 100%;
  }
  .select-wrap .selected {
    display: none;
  }
  .select-wrap ul {
    display: flex;
    opacity: 1;
    visibility: visible;
    max-height: inherit;
    overflow-x: auto;
    white-space: nowrap;
  }
  .select-wrap ul .active {
    border-bottom: 2px solid #000;
  }
  .select-wrap ul li {
    flex: 1;
    max-width: 20%;
    box-sizing: border-box; /* 22.12.05 민선님 추가 */
  }
  .select-wrap ul li button {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .select-wrap1 {
    position: static;
    border: 0;
    width: 100%;
  }
  .select-wrap1 .selected {
    display: none;
  }
  .select-wrap1 ul {
    display: flex;
    opacity: 1;
    visibility: visible;
    max-height: inherit;
    overflow-x: auto;
    white-space: nowrap;
  }
  .select-wrap1 ul .active {
    border-bottom: 2px solid #000;
  }
  .select-wrap1 ul li {
    flex: 1;
    max-width: 20%;
    box-sizing: border-box; /* 22.12.05 민선님 추가 */
  }
  .select-wrap1 ul li button {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .year-str li button em {
    display: none;
  }
  .title-h1 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .title-h1 i {
    margin-left: 1rem;
  }
  .ipo-step-group {
    margin: 4rem 0;
  }
  .ipo-step-group .step span {
    width: 6.5rem;
    height: 6.5rem;
    font-size: 1.2rem;
    border-radius: 0;
  }
  .ipo-step-group .step ~ .step {
    margin-left: 2rem;
  }
  .ipo-step-group .step ~ .step::after {
    font-size: 2rem;
    left: -2rem;
    top: 2rem;
  }
  .ipo-step-group .step p {
    font-size: 1.2rem;
  }
  .board-list li {
    /* 2023.06 수정 */
    padding: 2.5rem 4rem 2.5rem 1rem;
    flex-wrap: wrap;
  }
  .board-list li .date {
    position: static;
    display: block;
    /* width: 100%; */
    margin-top: 1rem;
    transform: none;
  }
  .board-list li .icon {
    right: 1rem;
  }
  .board-list li .icon i {
    margin-right: 0;
  }
  .board-list li .icon span {
    display: none;
  }
  .board-list.category-wrap li {
    padding-left: 1rem;
  }
  .board-list.category-wrap li .news {
    width: 100%;
    display: block;
  }
  .board-list.category-wrap li .category {
    position: static;
    transform: none;
    margin-top: 1rem;
    margin-right: 1rem;
  }
  .board-list.category-wrap li .date {
    width: auto;
  }
    /* 2023.06 수정 */
  .board-list .cal-box {
    margin-right: 3.3rem;
  }
  /* 230703 수정 */
  .board-list .cal-box + .news {
    max-width: calc(100% - 8rem);
  }
  
  .board-list .question {
  	width: 100%;
  }

  /* 230704 추가 - 경영보고서 세부목록 관련 */
  .board-list.only-dr {border-top: none;color: #151515; font-weight: 500; font-size: 1.8rem;}
  .board-list.only-dr li {display: flex; justify-content: space-between; text-align: center;}
  .board-list.only-dr li > div {width: 20%;}
  .board-list.only-dr li.is-pc > div.bl-head {padding-top: 0;}
  .board-list.only-dr li > div.bl-head { border-top: none; text-align: left; padding-top: 0.5rem;}
  .board-list.only-dr li > div i {font-size: 24px;}  
  
  .board-info .board-search {
    position: relative;
  }
  .board-info .paging .page-first,
  .board-info .paging .page-last {
    display: none;
  }
  .board-info .paging .page-prev {
    margin-right: 1rem;
  }
  .board-info .paging .page-next {
    margin-left: 1rem;
  }
  .table table td.txt-left {
    padding-left: 0;
  }
  .shareholder .chart-wrap {
    flex-direction: column;
  }
  .shareholder .highcharts-figure {
    width: 100%;
    margin: 0 auto;
  }
  .sns-link {
    position: static;
    margin-top: 2rem;
  }
  .ir-contact-link {
    display: none;
  }
  .contact-info .info {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    padding: 0 0 2rem 0;
  }
  .contact-info .info dt {
    margin-top: 1.7rem;
  }
  .contact-info .info dd {
    width: 100%;
    margin-top: 1rem;
  }
  .modal-popup-wrap .modal-popup {
    width: 100% !important;
    padding: 2rem;
  }
  .modal-popup-wrap .modal-popup .modal-close {
    right: 2rem;
    top: 2rem;
  }
  .sub-contents {
    margin-top: 3.5rem;
  }
  .sub-contents .sub-title {
    margin-bottom: 4.5rem;
  }
  .sub-contents .sub-title .step-group,
  .sub-contents .sub-title .btn-group {
    position: static;
    margin-top: 2rem;
  }
  .sub-contents .agree-section .agree-box {
    padding-left: 0;
  }
  .sub-contents .agree-section .agree-box .tit {
    position: static;
    margin-bottom: 4rem;
  }
  .sub-contents .join-form-section .col-sm-4 + .col-sm-2 {
    padding-left: 1.5rem;
  }
  .sub-contents .meeting-section .inner {
    flex-direction: column;
  }
  .sub-contents .meeting-section .calendar-wrap {
    padding: 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c7c7cc;
  }
  .sub-contents .meeting-section .calendar-date {
    width: 100%;
    padding: 1.5rem;
  }
  .sub-contents .meeting-section .meeting-select {
    padding: 1.5rem;
  }
  .sub-contents .meeting-section .selected-date ul {
    flex-direction: column;
    align-items: inherit;
  }
  .sub-contents .meeting-section .selected-date ul li {
    display: flex;
    padding: 0;
  }
  .sub-contents .meeting-section .selected-date ul li small {
    flex: 0 0 8rem;
  }
  .sub-contents .meeting-section .selected-date ul li strong {
    flex: 1;
  }
  .sub-contents .meeting-section .selected-date ul .state {
    margin-top: 2rem;
    border-top: 1px solid #E5E5EA;
    padding-top: 3rem;
    text-align: center;
  }
  .sub-contents .meeting-section .fellow-info .item-label {
    display: none;
  }
  .sub-contents .meeting-section .fellow-info .item-list ~ .item-list {
    border-top: 1px solid #ccc;
    padding-top: 2rem;
    margin-top: 2rem;
  }
  .sub-contents .meeting-section .fellow-info .item-list ~ .item-list .item-delete {
    top: 5rem;
  }
  .sub-contents .meeting-section .fellow-info .item-list li ~ li {
    margin-left: 0;
    margin-top: 1rem;
  }
  .sub-contents .meeting-section .fellow-info .item-list .item {
    flex-direction: column;
  }
  .sub-contents .meeting-section .fellow-info .item-list ~ .item-list .item-delete .ndr-view-section .item-list {
    flex-direction: column;
  }
  .sub-contents .meeting-section .fellow-info .item-list ~ .item-list .item-delete .ndr-view-section .item-list .item-intz {
    margin: 2rem 0 0 0;
  }
  .sub-contents .meeting-section .fellow-info .item-list ~ .item-list .item-delete .ndr-view-section .item-list .item-attendee {
    margin: 2rem 0 0 0;
  }
  .sub-contents .meeting-section .fellow-info .item-list ~ .item-list .item-delete .ndr-view-section .item-list .item-attendee .sub-item-list .sub-item {
    flex-direction: column;
  }
  .sub-contents .meeting-section .fellow-info .item-list ~ .item-list .item-delete .ndr-view-section .item-list .item-attendee .sub-item-list .sub-item li ~ li {
    margin: 1rem 0 0 0;
  }
  .sub-contents .meeting-section .fellow-info .item-list ~ .item-list .item-delete .ndr-view-section .item-list .item-attendee .sub-item-list ~ .sub-item-list {
    margin-top: 2rem;
  }
  .mypage-section {
    flex-direction: column;
  }
  .mypage-section .side-nav {
    margin-right: 0;
    display: flex;
    flex: inherit;
    margin-bottom: 8rem;
    border-bottom: 1px solid #DFDFDF;
  }
  .mypage-section .side-nav .title {
    position: relative;
    border-bottom: 0;
  }
  /* 221128 변수로 수정 */
  .mypage-section .side-nav .title::after {
    content: "";
    display: none;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mypage-section .side-nav ul {
    display: none;
    position: absolute;
  }
  .mypage-section .side-nav ul li ~ li {
    margin-left: 2rem;
  }
  .mypage-section .side-nav .depth2 ~ .depth2 .title {
    margin-left: 3rem;
  }
  .mypage-section .side-nav .depth2.active .title::after {
    display: block;
  }
  .mypage-section .side-nav .depth2.active ul {
    display: flex;
  }
  .mypage-section .mypge-cont .col-sm-4 + .col-sm-2 {
    padding-left: 1.5rem;
  }
  #policyDiv {
    padding-top: 8px;
    border-top: 1px solid #E5E5EA;
  }
  /* 220316 추가 */
  .only-pc {
    display: none;
  }
  .divide-detail table thead {
    border-bottom: none;
  }
  /* 220316 추가 */
  .only-pc {
    display: none;
  }
  .v0 {
    display: none;
  }
  .dividend-select-wrap {
    display: block !important;
  }
    /* 2023.06 추가 */
  .header .gnb-area .logo a img {
    height: 21px !important;
    width: 136px !important;
  }
  .xi-user-o:before {
    color: #616D84;
  }
  .board-header {
    align-items: flex-start !important;
  }
  .header .gnb-area .btn-allmenu span {
    background-color: #616D84;
  }

  .c-more {
    margin-top: 20px;
    font-size: 16.2px !important;
  }
}
@media (max-width: 767.98px) {
  .is-pc {
    display: none !important;
  }
  .table.responsive {
    overflow-x: auto;
  }
  .table.responsive table {
    /*min-width: 700px; 20230109 모바일 주주구성 수정*/
  }
  /* @keyframes touch {
    0%, 100% {
        transform: translateX(-50%);
    }
    50% {
        transform: translateX(50%);
    }
  } */
  .horizontal-scroll {
    display: block;
    text-align: center;
    font-size: 1.6rem;
  }
  .horizontal-scroll i {
    font-size: 2.2rem;
    color: #000;
  }
  .horizontal-scroll .xi-touch {
    font-size: 4rem;
    -webkit-animation: touch 2s cubic-bezier(0.65, 0.37, 0, 1.16) infinite;
            animation: touch 2s cubic-bezier(0.65, 0.37, 0, 1.16) infinite;
    margin: 0 2rem;
    color: #ffb91a;
  }
  .horizontal-scroll .txt {
    display: block;
    color: #888;
  }
}/*# sourceMappingURL=sub.css.map */

.dis_btn {
    display: block;
    margin: 30px  auto 0px;
    border: 1px  solid #E5E5EA;
    border-radius: 8px;  
    padding: 15px 75px;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    background: rgba(0,0,0,.5);
    z-index: 21;
    overflow: hidden;
    transition: 0.01s;
}

.loading::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 50%;
    margin-top: -75px;
    margin-left: -75px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

.loading-open {
    overflow: hidden;
    height: 100%;
}

@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

.event-content{
    line-height: 1.625;
}
.event-content a { 
    color: #0000ee; 
    text-decoration: underline;
}
.event-content a:visited{ color: #551a8b;}

.e_date {
    position: absolute;
    color:#555;
    left: -80px;
    line-height: 40px;
    font-weight: 400;
}

.btn-key-color { /* 키컬러 버튼 */
  background: var(--primary-color) !important;  
  border: none;
  color: var(--text-color) !important;
}

/* 221219 모바일 헤더 수정 */
.mypage-menu::before {content: ""; display: block; left: 0; top: 0; width: 100%;height: 100%; position: fixed; z-index: 9; background-color: rgba(0, 0, 0, 0.7);}
                        .modal-popup-wrap {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 30;}
                        .allmenu .mypage-nav {display: none !important;}
                        .mypage-nav {display: none;}
                        @media (max-width: 1023.98px) {
                        .mypage-nav {display: none;}
                        .mypage-menu .mypage-nav {display: block;}
                        .mypage-menu .mypage-nav.topmenu {display: block;   width: 100%;height: 100%;left: 0;transform: none;border-radius: 0;padding: 0px 0 20px 0;    }
                        .mypage-menu .mypage-btn.active {top: 2.0rem;}
                        .mypage-menu .mypage-btn.active > .xi-user-o:before {content: "\e921"; font-size: 19px;  font-weight: 600; }
                        .mypage-menu .mypage-nav > ul { width: 100%;}
                        .mypage-menu .topmenu .depth1 > a {font-size: 2rem; padding: 1rem 0; text-align: left; margin-left: 0;}
                        .mypage-menu .header {border-radius: 0 0 2.5rem 2.5rem;}
                        .mypage-menu .pop-title {    display: block; font-size: 1.8rem; font-weight: 500;color: #707070; border-bottom: 1px solid #DFDFDF; padding-bottom: 1.6rem; margin: 4rem 0 2rem;}            
                        }

/* 221219 답변 완료 문의내역 상태 컬럼 추가  */
.table td.status {
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 600;
}

/* 221220 헤더오류 수정 */
@media (min-width:1024px){  
	.btn-mobile-lang{display:none;}	
}

/* 기관투자자 회원가입 팝업 */
.select-box {
  position: absolute;
  background: #fff;
  border: 1px solid #CED6DC;
  width: calc(100% - 3.0rem);
  border-radius: 4px;
  left: 1.5rem;
  top: calc(100% + 4px);
  z-index: 2;
  max-height: 180px;
  overflow-y: auto;
}
.select-box.meeting {
  width: calc(100% - 92rem);
  left: 30.5rem;
}
.meeting-select-box li{
  margin-left: 0;
}
.select-box ul li {
  padding: 0 15px;
  line-height: 35px;
}
.select-box ul li a {
  display: block;
  padding: 0 15px;
}

.select-box ul li:hover {
  background: rgb(246, 245, 245);
}
.select-box ul li:focus {
  background: rgb(246, 245, 245);
}   
.select-box ::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 1rem;
}
.select-box::-webkit-scrollbar {
  width: 0.6rem;
}
.select-box::-webkit-scrollbar-thumb {
  background-color: #d5d7dc;
  border-radius: 1rem;
}

.header .gnb-area .logo a img {display: block;  width: 100%;  height: 30px; vertical-align:top; }

/* 230317 추가 */

.shareholder .divide-detail .table table thead {
  border-bottom: none;
}
/* 
.select-wrap {
  margin-bottom: 10px;
}
*/
.select-wrap ul li {
  border-bottom: 1.15px solid #e8e8e8;
}

.show {
  display: block;
}

.dividend-select-wrap {
  display: none;
}

/* 230321 추가 */
.select-wrap ul {
border-bottom: 1.15px solid #e8e8e8;
}

.select-wrap ul li {
  border-bottom: none;
}

.select-wrap1 ul {
border-bottom: 1.15px solid #e8e8e8;
}

.select-wrap1 ul li {
  border-bottom: none;
}
/* 2023.06 추가  */
.c-more { margin-right: 20px; font-size: 1.8rem; font-weight: 400; color: #151515;}
.c-more i { font-size: 1.6rem; margin-left: 4px;}

 .board-header { display: flex; align-items: center; justify-content: space-between;} 

.btn-question {background-color: var(--primary-color);}
/* 아이콘만 나오는 리스트 */
.board-list.only-icon {border-top: none;color: #151515; font-weight: 500; font-size: 1.8rem;}
.board-list.only-icon li {display: flex; justify-content: space-between; padding:3.5rem 2rem 3.5rem 2rem; text-align: center;}
.board-list.only-icon li > div {width: 20%;}
.board-list.only-icon li.is-pc > div.bl-head {padding-top: 0;}
.board-list.only-icon li > div.bl-head { border-top: none; text-align: left; padding-top: 0.5rem;}
.board-list.only-icon li > div i {font-size: 24px;}

.board-list .head-fix {color:#151515;height: 21px; line-height: 21px; position: relative; padding-left: 26px;  }
.board-list.qna .head-fix {height: auto; line-height: auto; }
.board-list strong.fix-tit {font-weight: 500;font-size:1.8rem;}
.board-list li:has(.head-fix) {background: rgba(229, 229, 232, 0.1);}
.board-list .head-fix:before {font-family: "xeicon"; position: absolute; left: 0px; font-size: 18px; content: "\e961"}
.board-list .xi-new { margin-left: 8px; color:var(--primary-color);    vertical-align: middle;line-height: 21px;}
.board-list .category { color: #707070; top: 52%;}
/* QnA */
.qna-link {flex-direction: column; gap: 17px;}
.qna-link .qtitle {display: block;    position: relative; display: inline-block; padding-left: 26px; margin-left: -26px; max-width: 90%; width: fit-content; padding-right: 22px;}
.qna-link .qtitle .xi-new {position: absolute; left: auto;}
.qna-link .answer {display: block; position: relative; padding-left: 52px;margin-left: -26px;max-width: 760px;}
.qna-link .answer:before { display: block; position: absolute; color:var(--primary-color); font-family: "xeicon"; content: "\ea14"; left: 26px; top:0px;}
.qna-link .answer:after {display: block; transform: rotate(-45deg) translateY(-50%); font-size: 1.3rem; position: absolute; font-family: "xeicon";color:#616D84; content: "\e93b";  left: 4px;  top:50%;}
.question .qtitle-wrap {display: flex;justify-content: space-between; gap:8px;}
.question .answer-wrap {display: flex; justify-content: space-between; gap: 8px;}
.qtitle-wrap .qdate {display: flex; align-items: center; font-weight: 400; font-size: 1.4rem; color: #616D84;} 
.qtitle-wrap .qtitle-txt {display: inline-block; font-size: 1.8rem; max-width: 767px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden; }
.answer-wrap .adate{display: flex; align-items: center; font-weight: 400;font-size: 1.4rem; color: #616D84;}
.board-list .qna-link .answer {font-size: 18px;}
.head-fix .qtitle-wrap .qdate {color: #151515;}
.head-fix .answer-wrap .adate {color: #151515;}
.head-fix .answer-wrap .answer {font-weight: 500;}
.head-fix .qtitle-wrap .qtitle-txt {font-weight: 500;}
.head-fix .board-list .qna-link .qtitle {font-weight: 500; line-height: 21px;}
.board-list .qna-link .qtitle {font-weight: 400; padding-right: 0; line-height: 21px;}
.question.view-detail .qna-link .qtitle:before {top: 50%; transform: translateY(-50%);}
.board-list.qna .head-fix .qna-link .qtitle:before {color: #151515;}
.board-list.qna .head-fix:before {content: "";}
.board-list.qna .head-fix .qna-link .qtitle:before {font-family: "xeicon"; position: absolute; left: -3px; font-size: 18px;content: "\e961";}
.question.view-detail .qna-link {padding-left: 26px; position: relative;}
.question.view-detail .qna-link .qtitle:before {position: absolute; left: 0px;font-family: "xeicon";content: "\e9f5";color:#616D84; }
.head-fix.question.view-detail .qna-link  {padding-left: 0;}
.head-fix.question.view-detail .qtitle:before {content: "";}

.board-list .date {color: #616d84; top: 52%;}
.head-fix ~ .date {color:#151515 !important;}
.board-list li {padding: 3.5rem 2rem 3.5rem 2rem;}
.board-list li a {letter-spacing: -0.8px;}
.board-list li a strong { font-weight: 500; max-width: 100%; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.board-list li a:has(.xi-new) strong {width: fit-content; color: #151515; line-height: 21px; vertical-align: middle; max-width: calc(100% - 28px); }

.title-h1 small {letter-spacing: -0.8px;}
.board-list li a {width: 100%;}
.board-list li.due-date a {width: unset;}

/* popup */
.event-detail-wrap.qnaArticle h1 { width: 312px; margin: 50px auto 91.5px;  }
.event-detail-wrap.qnaArticle h1 img{ object-fit: cover;  /* width: 100% !important; */}
.event-detail-wrap.qnaArticle .event-detail-question .title-h1 .question{font-weight: 400; font-size: 1.4rem; color: #616d84;}
.event-detail-wrap.qnaArticle .event-detail-question .title-h1 .question i{font-weight: 400;font-size: 18px; margin-left: 0; vertical-align: -2px; margin-right: 5px;}
.event-detail-wrap.qnaArticle .event-detail-question .title-h1 .q-date{display: inline-block; font-weight: 400; font-size: 1.4rem; color: #555555; position: relative; padding-left: 17px;}
.event-detail-wrap.qnaArticle .event-detail-question .title-h1 .q-date:before{content: ""; display: block; top: 8px; left: 8px; width: 2px; position: absolute; height: 2px; background-color: #555;}
.event-detail-wrap.qnaArticle .event-detail-question .title-h1 .q-title{margin-top: 17px; display: block;font-style: normal; font-weight: 700; color: #000; font-size: 2.2rem; margin-bottom: 24px;}
.event-detail-wrap.qnaArticle .event-detail-question .q-content {line-height: 1.7; border-bottom: 1px solid #E5E5E8;padding-bottom: 40px; color: #000; font-size: 1.6rem; font-weight: 400;}
.event-detail-wrap.qnaArticle .event-detail-answer .title-h1{margin-top: 24px; margin-bottom: 16px;}
.event-detail-wrap.qnaArticle .event-detail-answer .title-h1 .answer{ font-size: 1.4rem; color: var(--primary-color);}
.event-detail-wrap.qnaArticle .event-detail-answer .title-h1 .answer i{    vertical-align: -2px; margin-right: 5px; margin-left: 0;font-size: 18px;}
.event-detail-wrap.qnaArticle .event-detail-answer .title-h1 .a-date{display: inline-block;  font-weight: 400;  font-size: 1.4rem;  color: #555555;  position: relative;  padding-left: 17px;}
.event-detail-wrap.qnaArticle .event-detail-answer .title-h1 .a-date:before{content: ""; display: block; top: 8px; left: 8px; width: 2px; position: absolute; height: 2px; background-color: #555;}
.event-detail-wrap.qnaArticle .event-detail-answer .a-content{line-height: 1.7; padding-bottom: 40px; color: #000; font-size: 1.6rem; font-weight: 400; border-bottom: 1px solid #E5E5E8;}

.modal-popup.qna-popup {padding:4rem;}
.modal-popup.qna-popup .modal-title strong {font-style: normal;  margin-bottom: 34px;color: #151515;  font-weight: 700;  font-size: 24px;}
.modal-popup.qna-popup .qna-input-tit {width: 100%; margin-bottom: 20px;}
.qna-textarea.modal-cont.txt-left {height: 206px;}
.modal-popup.qna-popup .qna-input-tit input {width: 100%;border: 1px solid #E5E5EA;}
.modal-popup.qna-popup .qna-input-tit input::placeholder {font-weight: 400;font-size: 14px;color: #616D84;}
.modal-popup-wrap .modal-popup .modal-cont.qna-textarea .textarea {height: 100%;}
.qna-textarea textarea {padding: 16px !important; border: 1px solid #E5E5EA !important; padding: 0.6rem 1.2rem; border: 1px solid #E5E5EA;}
.qna-textarea textarea::placeholder {font-weight: 400;font-size: 14px;color: #616D84;}
.modal-popup.qna-popup .qna-input-tit input:focus {outline: none;}
.modal-popup.qna-popup .qna-input-tit input:focus-visible {outline:1px solid black;}
.qna-textarea textarea:focus {outline:none;}
.qna-textarea textarea:focus-visible {outline: 1px solid black;}
/* 230703 letter-spacing 수정 */
.qna-refe.modal-cont.txt-left { line-height: 21.6px; letter-spacing: -0.85px; margin-top: 20px; color:#616D84;font-weight: 400; font-size: 12px;}
/* faq */
.board-list li strong {font-size: 18px;}
.board-list .question .title {font-size: 18px;}
/* 기존 css 변경 */
.cal-box + .news .num {color: #151515;}
.board-list.category-wrap li .news {line-height: 21px;}
.cal-box strong {color: #151515;}
.cal-box em {margin-top: 0;}
.board-list .category {color: #616d84;}
.mobile.recent-result {display: none !important;}
/* 공통 반응형 */
.mobile, .pad {display: none ;}

/* 0703  추가 변경*/
.board-list li:has(.date) a strong  {
  display: inline-block;
  max-width: calc(100% - 125px);

}
.qna-only{
  transform: unset !important;
  margin-left: -387px;
  margin-top: -288.5px;
}
/* 태블릿 */
@media (max-width: 1119.98px) { 
  .pad {display: block;}
  .board-list li strong {font-size: 1.8rem;}
  .board-list .head-fix {padding-left: 26px;}
  .board-list .head-fix:before {top: 50%;transform: translateY(-50%)}
  .board-list .xi-new {margin-left: 8px; font-size: 16.2px;}
  .c-more {margin-right: 4px;}
  /* qna */
  .head-fix .qtitle-wrap .qdate {left: -26px;}
  .qtitle-wrap .qtitle-txt {max-width: 526px;}
  .qtitle-wrap .qtitle-txt {max-width: 100%;}
  .qna-link .qtitle {max-width: 100%;}
  .qtitle-txt, .head-fix .answer-wrap .answer, .board-list .qna-link .answer {font-size: 1.8rem !important;}
  .qna-link {gap: 11.5px;}
  .board-list .question .title {font-size: 1.8rem;}
  .board-list .question:has(.qna-link) {padding-bottom: 16px;}
  .qtitle-wrap .qdate {position: absolute; bottom: -28px; left: 0px;}
  .qtitle-wrap .qdate .pad {margin-left: 4px;}
  .answer-wrap .adate {position: absolute; bottom: -28px; left: 96px;}
  .question.head-fix .adate {left: 69px;}
  .question .adate:before {content: ""; position: absolute; top: 50%;  transform: translateY(-50%); left: -8px;display: block; width: 2px; background: #616D84; border-radius: 4px; height: 2px;}
  .answer-wrap .adate .pad {margin-left: 4px;}
  .row-responsive.board-list li {justify-content: space-between;}
  .board-list li { padding:2.5rem 2.2rem 3.2rem 0.9rem ;}
  .board-list.only-icon li { padding:2.5rem 2.2rem 3.2rem 0.9rem ;}
  .board-list.qna li { padding:3.5rem 2.2rem 4rem 0.9rem ;}
  /* popup */
  .event-detail-wrap .inner .event-detail-footer .event-detail-link ul li {padding: 3.2rem 2rem;}
} 

@media (max-width: 1023px) {
  .qna-popup {
    transform: unset;
    left: unset !important;
    margin-left: unset !important;
    margin-top: -271px;
  }
} 

/* 모바일 */
@media (max-width: 767.98px) { 
  .mobile {display: block;}
  .mobile.recent-result {display: block !important; width: 100%;}
  .mobile.recent-result > div {width: 100% !important;}
  .board-list.only-icon li.recent-result {display: flex;}
  .question.view-detail .qna-link {padding-left: 18px;}
  .qna-link .answer {padding-left: 36px; margin-left: -18px;}
  .qna-link .answer:before {left: 18px;}
  .board-list .qna-link .qtitle {padding-left: 18px; margin-left: -18px;}
  .board-list li {padding: 20px 8px;}
  .btn-question {padding: 1.5rem 1.6rem; width: 76px;}
  .btn-question .xi-mail-o{ margin-right: 4px; font-size: 16px; vertical-align: -2px;}
  .board-list.qna li {padding:  4rem 2.2rem 5rem 0.9rem;}
  .board-list .head-fix:before {font-size: 14.4px;}
  .board-list.qna .head-fix .qna-link .qtitle:before {font-size: 14.4px; color: #151515;}
  .board-list li a strong {font-size: 1.8rem; font-weight: 500;}
  .board-list .question .title {font-size: 1.8rem;}
  /* qna */
  .question.head-fix .adate {left: 69px;}
  .answer-wrap .adate { left: 86px;}
  .head-fix .qtitle-wrap .qdate {left: -18px;}
  .board-list.qna li:has(.head-fix) {padding: 4rem 2.2rem 5rem 0.9rem;}
  /*  only-icon 리스트 */
  .board-list.only-icon li.recent-result {padding: 0.8rem; text-align: right; color:#151515; font-size: 1.4rem;justify-content:flex-end;}
  .board-list.only-icon li > div {text-align: right;}
  .board-list.only-icon li > div i {font-size: 2.4rem;}
  .board-list.only-icon li {padding: 2.5rem 1rem !important;}
  .board-list .cal-box {margin-right: 1rem;}
  .board-list .head-fix {padding-left: 18px;}
  .board-list .xi-new {margin-left: 4px;}
  /* popup */
  .event-detail-wrap .inner .event-detail-footer .event-detail-link ul li {padding: 3.2rem 2rem;}
  .event-detail-wrap.qnaArticle .inner {padding: 0 16px;}
  .event-detail-wrap.qnaArticle h1 { width: 175px; margin: 40px auto 74px;  }
  .event-detail-wrap.qnaArticle .event-detail-question .title-h1 .q-date:before {top: 6px;}
  .event-detail-wrap.qnaArticle .event-detail-answer .title-h1 .a-date:before {top: 6px;}
  .modal-popup.qna-popup .modal-title strong {font-size: 19.2px;}
  .modal-popup-wrap .modal-popup .modal-title {margin-bottom: 24px;}
  .qna-textarea.modal-cont.txt-left {height: 160px;}
  .modal-popup.qna-popup {padding: 24px 16px;}
  .qna-refe.modal-cont.txt-left {font-size: 9.6px;line-height: 180%;}
  .modal-popup.qna-popup .qna-input-tit input {padding: 14px 12px;}
  .row-responsive.board-list li {flex-direction: column;align-items: baseline; }
  /* 230703 추가변경 */
  .board-header:has(.select-wrap) {display:block}
  .board-list li:has(.date) a strong {
    max-width: calc(100% - 25px);
  }
  .board-list li:has(.d-day) .cal-box + .news {
    max-width: calc(100% - 12rem);
  }
  .event-detail-wrap .inner .logo > .detail-logo > img {
  	max-height: 30px;
  }
  .event-detail-wrap .inner .modal-close {
  	top: 0.4rem;
  }
  .board-list .news {
  	max-width: 100%;
  }
  /* 230809 추가변경 */
  .select-box {
  	top: calc(50% + 1px);
  }
  .select-box.meeting {
  	width: calc(100% - 5rem);
  	left: 1rem;
  }
}
/* 230703추가 */
.board-header:has(.select-wrap){display: block !important;}
.board-header:has(.ipo-step-group) {display:block !important;}
.c-more {min-width: 58px;}
.board-list .dc-li .title {font-size: 1.8rem;}

/* 240117 추가 - 네이버IPO 이슈관련*/
.board-header {flex-wrap: wrap;}
.ipo-step-group {width: 100%;}
.board-list li a strong {
    max-width: calc(100% - 28px) !important;
}