@charset "utf-8";

#contents.wrap {
  width: 100%;
  max-width: var(--krds-contents-size);
  margin: 0 auto;
  padding-left: var(--krds-contents-padding-x);
  padding-right: var(--krds-contents-padding-x);
}
.page-title-wrap {  
  text-align: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #eee;
}

.page-title-wrap .h-tit {  
  margin-top: 0;
  font-family: var(--lp-typo-font-type);
  font-size: 3.5rem;
  font-weight: normal;
  padding-bottom: 0;
  border-bottom: none;
}

.flexbox  #shareSns {
  display: none !important;
}

.menu-box {
  text-align: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #eee;
}

.menu-box .inner {  
  position: relative;
}

#con-tit {
  margin-bottom: 2.5rem;
}

#con-tit .krds-breadcrumb-wrap {
  display: none;
}

.menu-box .page-title-wrap .h-tit {
  margin-top: 0;
  font-family: var(--lp-typo-font-type);
  font-size: 3.5rem;
  font-weight: normal;
}

.side-nav {
  text-align: center;
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
  background: #eee;
}

.side-nav .snv-tit {
  margin-bottom: 2.5rem;
  font-family: var(--lp-typo-font-type);
  font-size: 3.5rem;
  font-weight: normal;
  padding-bottom: 0;
  border-bottom: none;
}

.snv-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
}

.side-nav .snv-list .snv-li {
  border-bottom: none;
}

.side-nav .snv-list .snv-li .snv-li-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 3rem 0.3rem 3rem;
  min-width: 16.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  border-radius: 10rem;
  border: 1px solid #e2e2e2;
  background: #fff;
}

.side-nav .snv-list > li > .snv-li-btn::before {
  display: none;
}

.side-nav .snv-list .snv-li.active .snv-li-btn {
  color: #fff;
  background: #064b72;
  border-color: #064b72;
}

#con-tit #shareSns {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 1.3rem;
}

#con-tit #shareSns > li > a {
  display: block;
  padding-left: 0;
  width: 2rem;
  height: 2rem;
  text-indent: -50000px;
}

#con-tit #shareSns > li.print > a {
  background: url(/museum/img/sub/ic_print.svg) no-repeat 0 0 / 100%;
}

#con-tit #shareSns > li.sns-share > a {
  background: url(/museum/img/sub/ic_share.svg) no-repeat 0 0 / 100%;
}

#con-tit #shareSns > li::before {
  display: none;
}

#detail_con {
  display: block;
  margin-top: 7rem;
  margin-bottom: 14rem;
}

#data-control {
  margin-bottom: 6rem;
}

#detail_con .img img {
  min-width: auto;
}

.para_line {
  display: flex;
  gap: 3.5rem;
  margin-top: 7rem;
  padding-top: 7rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.para_line:nth-child(1) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.para_line > div > .para01:first-child {
  margin-top: 0;
}

.para_line .center {
  text-align: center;
}

#stab + .para_line {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.para01 {
  margin-top: 6rem;
}

.para02 {
  margin-left: 2rem;
  margin-top: 2.5rem;
}

h4 {
  font-family: var(--lp-typo-font-type);
  font-size: 3rem;
  font-weight: normal;
  word-break: keep-all;
  word-wrap: break-word;
}

.bl01.margin_t60 {
  margin-top: 6rem;
}

.bl01 {
  padding-left: 3.7rem;
  font-size: 2.3rem;
  font-weight: bold;
  background: url(/museum/img/sub/bl01.svg) no-repeat left top / 2.8rem;
  word-break: keep-all;
  word-wrap: break-word;
}

.bl02 {
  padding-left: 3rem;
  color: #064b72;
  font-size: 2rem;
  font-weight: bold;
  background: url(/museum/img/sub/bl02.svg) no-repeat left top / 2rem;
}

.para02 .bl02 {
  margin-top: 4rem;
}

.bl03 {
  color: #484848;
  word-break: keep-all;
  word-wrap: break-word;
}

.bl03 > li,
p.bl03 {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  color: #484848;
}

.bl03 > li:before,
p.bl03:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #333;
}
.bl04 > li,
p.bl04 {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.3rem;
  color: #484848;
}

.bl04 > li:before,
p.bl04:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.bl02 + .bl03 {
  margin-top: 1.5rem;
  margin-left: 1.2rem;
}

.bl03 + .bl04 {
  margin-top: 1rem;
  margin-left: 2rem;
}

.bl03 > li > .bl04 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.nobl {
  background: none;
  padding-left: 0 !important;
}

.nobl:before {
  display: none !important;
}

h4 + .tbox {
  margin-top: 2rem;
}

.tbox {
  padding: 2.7rem 4rem 2rem;
  background: #fff;
  border: 0.3rem solid #ddd;
  border-radius: 0.7rem;
  word-break: keep-all;
  word-wrap: break-word;
}

.tbox .bl03 > li:last-child {
  margin-bottom: 0;
}

.tableBox {
  position: relative;
}

table.data {
  width: 100%;
  margin-top: 1.5rem;
}

table.data thead {
  background-color: #f5f5f5;
}

table.data thead th {
  border-bottom: none;
}

table.data th,
table.data td {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  border: 1px solid #ddd;
  word-break: keep-all;
  word-wrap: break-word;
}

.list_con {
  margin-top: 2rem;
  border-top: 2px solid #2e5b46;
}

.list_con > li {
  margin-top: 1.8rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px dashed #ddd;
}

.list_con > li {
  padding-left: 0.5rem;
}

.list_con.bl03 > li {
  padding-left: 2rem;
}

.list_con.bl03 > li:before,
.list_con p.bl03:before {
  left: 0.5rem;
}

.list_con > li:nth-last-child(1) {
  border-bottom: none;
}

.list_con.lastBd > li:nth-last-child(1) {
  border-bottom: 1px dashed #ddd;
}

.imgList {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  justify-content: center;
}

.imgList li {
  width: 24%;
  margin-bottom: 1rem;
}

.imgList li p.img {
  border-radius: 0.3rem;
  overflow: hidden;
}

.imgList li p.img img {
  width: 100%;
  min-width: auto;
  max-width: unset;
}

.imgList li p.txt {
  text-align: center;
  padding: 0.5rem 1rem 0;
  margin-top: 0.3rem;
  background: #f0f0f0;
  border-radius: 0.3rem;
}

.imgList.col1 li {
  width: 100%;
}

.imgList.col1 li p.img {
  display: flex;
  gap: 1%;
}

.imgList.col1 li p.img img {
  border-radius: 0.3rem;
  overflow: hidden;
}

.imgList.col1.aloneimg li {
  max-width: 60%;
}

.imgList.col3 li {
  width: calc((100% - (1% * 2)) / 3);
}

.consbtn,
.consbtn:hover {
  padding: 0.8rem 1.6rem 0.4rem;
  font-size: 0.95em;
  line-height: 1;
  border: none;
  background: #fee101;
  color: #333;
  border-radius: 50rem;
}

.consbtn::after {
  display: none;
}

#stab {
  margin-bottom: 4rem;
}

#stab > ul > li a {
  min-width: 18rem;
}

#intab > ul > li {
  margin: 0.5rem 0;
  max-width: 22rem;
  background: #eee;
  border-radius: 0.5rem;
}

#intab > ul > li a {
  display: block;
  padding: 1.5rem 2.5rem 1rem;
}

#intab > ul > li.select {
  background: var(--main-color);
}

#intab > ul > li.select a {
  position: relative;
  color: #fff;
}

#intab > ul > li.select a:after {
  display: block;
  content: "";
  position: absolute;
  right: 1.7rem;
  top: calc(50% - 0.6rem);
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(45deg);
  border: 3px solid #fee101;
  border-width: 0.3rem 0.3rem 0 0;
  border-radius: 1px;
}

.board_list table col:nth-child(4) {
  width: 20rem !important; 
}

/***************************************************************************************************************************/
@media all and (min-width: 901px) {
  .dataScroll {
    display: none;
  }

  .para_line > #intab,
  .para_line > h4 {
    flex: 0 0 20%;
  }
  
  .para_line > div:not(#intab) {
    flex: 1 1 80%;
  }
}
@media screen and (max-width: 900px) { 
  .menu-box {
    padding: 0;
  }

  .menu-box .inner {
    padding: 0;
  }

  .menu-box .page-title-wrap .h-tit {
    padding: 3.5rem 0 3rem;
    line-height: normal;
  }

  #con-tit,
  .page-title-wrap {
    margin-bottom: 0;
  }

  .snv-list {
    display: none;
    flex-wrap: nowrap;
    gap: 0;
  }

  .side-nav .snv-list .snv-li.active {
    flex-grow: 1
  }

  .side-nav .snv-list .snv-li .snv-li-btn {
    padding: 1rem 0.5rem 0.7rem 0.5rem;
    min-width: auto;
    border-radius: 0;
    border-right: 0;
    background: transparent;
  }

  .side-nav .snv-list .snv-li.active .snv-li-btn {
    background: #fff;
    color: #222;
    border: 0;
    border-bottom: 2px solid #fff;
  }

  #con-tit #shareSns {
    top: 4rem;
    right: 16px;
    bottom: auto;
  }

  #stab > ul > li a {
    min-width: unset;
  }

  #intab {
    position: relative;
    top: -20px;
    overflow-x: auto;
  }

  #intab > ul {
    white-space: nowrap;
  }

  #intab > ul > li {
    display: inline-block;
    border-radius: 0.3rem;
  }

  #intab > ul > li.select a {
    padding-right: 3.5rem;
  }

  #intab > ul > li.select a:after {
    width: 0.6rem;
    height: 0.6rem;
    transform: rotate(130deg);
  }
  
  #detail_con {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .para_line {
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 4rem;
    margin-top: 4rem;
  }

  .bl01 {
    padding-left: 3rem;
    background-size: 2rem;
    background-position: left 3px;
  }

  .bl03 > li,
  p.bl03 {
    padding-left: 1rem;
  }

  .list_con.bl03 > li:before,
  .list_con p.bl03:before {
    width: 0.3rem;
    height: 0.3rem;
  }

  .bl04 > li,
  p.bl04 {
    padding-left: 1rem;
  }

  .list_con > li {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .list_con.bl03 > li {
    padding-left: 1.5rem;
  }
  
  .tableBox {
    overflow-x: auto;
  }

  .tableBox .data {
    width: 700px;
  }

  .tableBox .dataScroll {
    display: block;
    position: absolute;
    left: calc(50% - 5rem);
    top: 5rem;
    text-align: center;
    width: 100px;
    height: 100px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.75);
    border-radius: 100px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .tableBox .dataScroll:before {
    display: block;
    content: "";
    margin-top: 2rem;
    height: 40px;
    color: #fff;
    font-size: 1.4em;
    background: url(/museum/img/contents/ic_scroll.svg) no-repeat center top/40px;
  }

  .imgList,
  .imgList.col1 li p.img {
    flex-direction: column;
  }

  .imgList li,
  .imgList.col1.aloneimg li,
  .imgList.col3 li {
    width: 100%;
    max-width: 100%;
  }
}