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

.board-top .cate-tab {
  display: block;
}

.board-top .cate-tab .cate-btn-mo {
  display: none;
}

.board-top .cate-tab ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.board-top .cate-tab button {
  padding: 9.5px 24px;
  border-radius: 100px;
  background: #F9F9F9;
  color: var(--color44);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.36px;
  box-sizing: border-box;
  transition: .3s;
}

.board-top .cate-tab button:hover,
.board-top .cate-tab button.active {
  background: var(--color22);
  color: var(--coloref);
}

/* select */
.select-area.right {
  width: 100%;
  justify-content: flex-end;
}

.select-basic {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 180px;
  padding: 15px 30px 15px 20px;
  border-radius: 4px;
  border: 1px solid var(--colorb2);
  box-sizing: border-box;
}

/* //select */

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

  .board-top {
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 20px;
  }

  .board-top .cate-tab {
    position: relative;
  }

  .board-top .cate-tab .cate-btn-mo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: 45px;
    padding: 9.5px 20px;
    border-radius: 4px;
    border: 1px solid var(--colorb2);
  }

  .board-top .cate-tab .cate-btn-mo::after {
    content: "";
    min-width: 15px;
    min-height: 15px;
    background: url(/image/common/img_arrow_small_b.svg) no-repeat center / cover;
    transition: .3s;
  }

  .board-top .cate-tab ul {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    flex-direction: column;
    gap: 0;
    width: 100%;
    border: 1px solid var(--colorb2);
    z-index: 20;

  }

  .board-top .cate-tab ul li {
    width: 100%;
  }

  .board-top .cate-tab button {
    width: 100%;
    padding: 9.5px 24px;
    border-radius: 0;
    background: #F9F9F9;
    color: var(--color44);
    font-size: 1rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.36px;
    box-sizing: border-box;
    transition: .3s;
  }

}

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

  .board-top {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }
}

/* board - Search */
.board-search {
  display: flex;
  align-items: center;
  margin-left: auto;
  max-width: 318px;
  border-radius: 4px;
  border: 1px solid var(--colorb2);
  background: var(--white);
  overflow: hidden;
}

.board-search input {
  height: 60px;
  line-height: 60px;
  padding: 17px 20px;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
}

.board-search input::placeholder {
  color: var(--coloraa);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.board-search button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 60px;
}


/* board - List */
.board-list {
  border-top: 1px solid #000;
  margin-top: 45px;
}

.board-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.board-list__header>div {
  padding: 27px 0;
  text-align: center !important;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 600;
  background: #f8f8f8;
}

.board-list__record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: 1px solid var(--colorb2);
  font-size: 16px;
  font-weight: 500;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.board-list__record>div {
  padding: 27px 0;
  color: var(--color66);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  box-sizing: border-box;
}

.board-list__record button {
  width: 100%;
  text-align: left;
  color: var(--color22);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  transition: .3s;
}

.board-list__record:hover .board-list__tit,
.board-list__record:hover button {
  color: var(--mainColor);
}

.download-board .board-list__record:hover .board-list__tit,
.download-board .board-list__record:hover button {
  color: var(--color66);
}

.download-board .board-list__record:hover .board-list__download {
  color: var(--mainColor);
}

.download-board .board-list__record .board-list__download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-wrap: nowrap;
}

.download-board .board-list__record .board-list__download::after {
  content: "";
  min-width: 15px;
  min-height: 15px;
  background: url(/image/common/ico_board_down.svg)no-repeat center / contain;
}

.download-board .board-list__record:hover .board-list__download::after {
  background: url(/image/common/ico_board_down_b.svg)no-repeat center / contain;
}



.board-list__cate,
.board-list__num {
  width: 120px;

}

a .board-list__cate {
  color: var(--mainColor);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.board-list__num span {
  display: flex;
  align-items: center;
  justify-self: center;
  height: 160%;
}

.board-list__download,
.board-list__state {
  width: 180px;
}

.board-list__date {
  width: 240px;
}

.board-list.invest03 .board-list__name {
  width: 240px;
}

.board-list__status,
.board-list__name,
.board-list__view {
  width: 120px;
}

.board-list__period {
  width: 280px;
}

.board-list__record .board-list__tit {
  text-align: left;
}

.board-list__tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-list__download a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #19181C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.board-list__download a:hover {
  background: var(--keyColor);
}

.board-list__state span {
  width: 80px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  padding: 8px 0;
  border-radius: 100px;
  border: 1px solid #000;
  display: block;
  margin: auto;
}

.board-list__state span.ing {
  background: #FFF;
  color: #000;
}

.board-list__state span.end {
  background: #000;
  color: #FFF;
}

.board-list__state span.wait {
  background: #080866;
  color: #FFF;
}

/*  gallery - List */
.gallery-list {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 80px;
}

.gallery-list__record {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.gallery-list__thumb {
  aspect-ratio: 8/5.6;
  overflow: hidden;
  border-radius: 10px;
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-list__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-list__category {
  margin-top: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
}

.gallery-list__tit {
  margin: 10px 0 25px;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  font-weight: 500;
}

.gallery-list__date {
  font-size: 14px;
  color: var(--color66);
  font-weight: 500;
  line-height: 100%;
  font-family: var(--is-mont);
}

/*  video - List */
.video-list {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.video-list__thumb {
  aspect-ratio: 2/1;
  overflow: hidden;
  border-radius: 10px;
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-list__thumb img {
  object-fit: cover;
}

.video-list__tit {
  margin-top: 10px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  overflow: hidden;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4em;
}

.video-list__date {
  font-size: 14px;
  color: var(--color66);
  font-weight: 500;
  line-height: 100%;
  font-family: var(--is-mont);
}

@media screen and (max-width:768px) {
  .video-list {
    grid-template-columns: 1fr;
  }

}

/* board - Pager */
.list-pager {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}

.list-pager>a {
  color: var(--color88);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.list-pager>a.active {
  color: var(--mainColor);
  font-weight: 500;
}

/* board - View */
.board-back-btn {
  padding-block: 0 60px;
}

.board-view-tit-box {
  padding-block: 40px;
  border-top: 1px solid var(--color22);
}

.board-view-cate {
  margin-bottom: 16px;
  color: var(--mainColor);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.board-view-tit {
  color: var(--color22);
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.6px;
}

.board-view-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
  color: var(--color66);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.board-view-info p {
  display: flex;
  align-items: center;
  gap: 20px;
}

.board-view-info p~p::before {
  content: "";
  width: 1px;
  height: 12px;
  background: var(--colorb2);
}

.board-view {
  border-top: 1px solid var(--colorb2);
}

.board-view-ct {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 20px;
  box-sizing: border-box;
}

.board-view-ct img {
  max-width: 100%;
  margin: auto;
}

.board-view-file {
  border-radius: 5px;
  background: var(--coloref);
  padding: 27px 40px;
}

.board-view-file li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 5px 0 5px 0;
}

.board-view-file li span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color66);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.board-view-file a {
  color: var(--color22);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.board-view-file a:hover {
  text-decoration: underline;
}



.board-view-nav {
  margin-top: 40px;
  border-top: 1px solid var(--colorb2);
}

.board-view-nav li {
  display: flex;
  gap: 0px;

  border-bottom: 1px solid var(--colorb2);
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.board-view-nav a {
  display: block;
  padding: 27px 20px;
  width: 100%;
  color: var(--color22);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  box-sizing: border-box;
}

.board-view-nav .lb {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 27px 20px;
  color: var(--color22);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;

}

.board-view-nav a:hover {
  text-decoration: underline;
}

.editor-vod {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.editor-vod iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.board-view-nav {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.board-view-nav li img {
  vertical-align: middle;
  margin-left: 10px;
}

.board-view-nav li {
  position: relative;
  background-color: #fcfcfc;
  box-sizing: border-box;
}

.board-view-nav li:first-child {
  border-bottom: 1px solid #ddd;
}

.board-view-nav .lb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  color: #333;
  font-weight: 500;
}

.board-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 14px 24px;
  margin: 80px auto 0;
  border-radius: 1000px;
  background: var(--mainColor);
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  transition: .3s;
}

.board-view-btn:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}

@media all and (max-width: 1024px) {


  .irStock-code {
    font-size: 25px;
  }

  .irStock-info strong {
    font-size: 60px;
  }

  .irConsolidated-tit {
    margin-bottom: 3%;
  }

  .gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 768px) {
  .board-view-ct {
    padding-block: 60px;
  }

  .table-basic td img {
    width: 120px;
  }

  .table-basic td {

    padding: 10px;
    text-align: center;
  }

  .table-basic th {

    padding: 10px;
  }

  .mobile-overScroll {
    overflow-x: scroll;
  }

  .mobile-overScroll.dragging td {
    cursor: grabbing;
  }

  .irStock-info {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .irStock-info p {
    width: 100%;
    text-align: right;
    margin-top: 25px;
  }

  .irStock-wrap .table-basic:not(:last-child) {
    margin-bottom: 50px;
  }

  .irStock-wrap .table-col2 {
    display: block;
    margin-bottom: 80px;
  }

  .board-list__header>div {
    display: none;
  }

  .board-list__num,
  .board-list__cate,
  .board-list__date,
  .board-list__name,
  .board-list__download,
  .board-list__state {
    width: 100px;
  }

  .board-list__record .board-list__tit {
    font-weight: 500;
  }
}

@media all and (max-width: 640px) {
  .irStock-code {
    font-size: 20px;
  }

  .irStock-info {
    margin-bottom: 5px;
  }

  .irStock-info strong {
    font-size: 48px;
  }

  .irStock-info strong em {
    font-size: 25px;
  }

  .irStock-info ul {
    margin-top: 15px;
  }

  .irStock-info ul li {
    font-size: 14px;
  }

  .irStock-info p {
    margin-top: 20px;
    font-size: 14px;
  }

  .irStock-wrap .table-basic:not(:last-child) {
    margin-bottom: 30px;
  }

  .irStock-wrap .table-col2 th {
    padding: 10px;
  }

  .irStock-wrap .table-col2 {
    margin-bottom: 50px;
  }

  .irConsolidated-tit h3 {
    font-size: 20px;
  }

  .irConsolidated-tit span {
    font-size: 13px;
  }

  .irDisclosure-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .irDisclosure-top li {
    font-size: 14px;
  }

  .irDisclosure-top button {
    width: 140px;
    height: 45px;
    font-size: 14px;
  }



  .board-search {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .board-search button,
  .board-search input {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }

  .board-list {
    margin-top: 25px;
  }

  .board-list__record {
    flex-wrap: wrap;
    padding: 15px 10px;
  }

  .board-list__record>div {
    padding: 0;
  }

  .download-board .board-list__record .board-list__download {
    justify-content: flex-start;
  }

  .board-list__record .board-list__num {
    display: none;
  }

  .board-list__record .board-list__tit {
    width: 100%;
    flex: none;
    font-size: 15px;
  }

  .board-list__record .board-list__status,
  .board-list__record .board-list__cate,
  .board-list__record .board-list__view,
  .board-list__record .board-list__date,
  .board-list__record .board-list__name {
    width: 100%;
    font-size: 13px;
    text-align: left;
  }

  .board-list__period {
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin: 5px 0;
  }

  .board-list__state {
    width: auto;
  }

  .board-list__state span {
    width: 65px;
    font-size: 12px;
    padding: 5px 0;
  }

  .board-list__download {
    width: 100%;
  }

  .board-list__download a {
    margin: 0 0 0 auto;
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .list-pager {
    margin-top: 30px;
  }

  .list-pager>a {
    width: 25px;
    height: 25px;
  }



  .board-view-info {
    font-size: 12px;
  }

  .board-view-nav li {
    font-size: 13px;
  }

  .board-view-nav .lb {
    left: 9px;
    top: 12px;
  }

  .board-view-nav li img {
    margin-left: 6px;
  }

  .board-view-btn {
    width: 140px;
    font-size: 0.9375rem;
    line-height: 43px;
    height: 45px;
    margin-top: 40px;
  }
}


.apply-layer-box {
  padding: 0 0 160px;
}

.btn-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 200px;
}

.btn-apply button {
  padding: 20px 80px;
  border-radius: 4px;
  background: var(--color22);
  box-sizing: border-box;
  color: var(--white);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.apply-layer {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}

.apply-layer.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-layer .layer-dimmed {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1001;
}

.apply-layer .layer-dimmed.active {
  opacity: 1;
}

.apply-layer .apply-layer-form {
  position: relative;
  padding: 40px;
  border-radius: 4px;
  background: #FFF;
  z-index: 1002;
}

.apply-layer .apply-layer-form .form-title {
  text-align: left;
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.apply-layer .apply-layer-form .cs-form {
  margin-top: 20px;
  max-width: 440px;
}


.apply-layer .apply-layer-form .cs-form th,
.apply-layer .apply-layer-form .cs-form td,
.apply-layer .apply-layer-form .as-file .file-name,
.apply-layer .apply-layer-form .as-file input[type="file"]+label,
.apply-layer .apply-layer-form .cs-form input {
  padding: 10px;
  font-size: 0.875rem;
}

.apply-layer .apply-layer-form .as-file {
  padding-right: 80px;
}

.apply-layer .apply-layer-form .as-name::placeholder,
.apply-layer .apply-layer-form .as-title::placeholder,
.apply-layer .apply-layer-form .as-info::placeholder {
  font-size: 0.875rem;
}

.apply-layer .apply-layer-form .submit-btn {
  margin-top: 20px;
}

.apply-layer-close {
  position: absolute;
  top: 0;
  right: -40px;
  width: 30px;
  height: 30px;
  z-index: 1003;
  cursor: pointer;
}


@media screen and (max-width:768px) {
  .apply-layer-box {
    padding-bottom: 80px;
  }

  .btn-apply button {
    padding: 10px 0;
    max-width: 220px;
    width: 100%;
    font-size: 1.4rem;
  }


  .apply-layer,
  .apply-layer .apply-layer-form {
    padding: 20px;
  }



  .apply-layer .apply-layer-form .cs-form tr {
    display: table-row;
  }

  .apply-layer-close {
    top: -35px;
    right: 0;
  }
}

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

  .apply-layer .apply-layer-form .cs-form .as-info {
    height: 150px;
  }

}