@charset "utf-8";
#body_layout {
  overflow: hidden;
}

/* 콘텐츠영역조절 */
.context_box {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

.section {
}

.section.sc1 {
  padding: 70px 0;
  background: #fdfbf7;
}

.section.sc1 .intro_wrap {
  padding: 0 70px;
  display: flex;
  flex-wrap: wrap;
}

.section.sc1 .intro_wrap::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

.section.sc1 .intro_wrap .textBox {
  float: left;
  padding-top: 80px;
  padding-left: 25px;
  width: calc(100% - 57.079% - 185px);
}

.section.sc1 .intro_wrap .textBox .top {
}

.section.sc1 .intro_wrap .textBox .top em {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-family: "Noto Serif";
}

.section.sc1 .intro_wrap .textBox .top strong {
  display: block;
  margin: 17px 0;
  color: #000;
  font-size: 58px;
  line-height: 1.18;
  letter-spacing: -0.01em;
  font-weight: bold;
}

.section.sc1 .intro_wrap .textBox .top p {
  color: #222;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
}

.section.sc1 .intro_wrap .textBox .serch {
  margin-top: 70px;
}

.section.sc1 .intro_wrap .textBox .serch .text {
  display: flex;
}

.section.sc1 .intro_wrap .textBox .serch .text input[type="text"] {
  position: relative;
  padding: 20px 70px 20px 30px;
  border: 3px solid #000;
  width: calc(100% - 105px);
  background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2381 17.2381L22 22M10.5714 19.1429C15.3053 19.1429 19.1429 15.3053 19.1429 10.5714C19.1429 5.83758 15.3053 2 10.5714 2C5.83758 2 2 5.83758 2 10.5714C2 15.3053 5.83758 19.1429 10.5714 19.1429Z' stroke='black' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    right 20px center no-repeat;
  border-radius: 0;
}

.section.sc1 .intro_wrap .textBox .serch .text .submit input[type="submit"] {
  color: #fff;
  border: 3px solid #000;
  border-left: 0;
  border-radius: 0;
  background: #000;
  width: 105px;
  height: 100%;
  transition: 0.3s;
}

.section.sc1
  .intro_wrap
  .textBox
  .serch
  .text
  .submit
  input[type="submit"]:hover,
.section.sc1
  .intro_wrap
  .textBox
  .serch
  .text
  .submit
  input[type="submit"]:focus {
  background: #fdfbf7;
  color: #000;
  font-weight: bold;
}

.section.sc1 .intro_wrap .textBox .serch .hash {
  position: relative;
  margin-top: 25px;
}

.section.sc1 .intro_wrap .textBox .serch .hash strong {
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  color: #003994;
  font-size: 16px;
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: bold;
}

.section.sc1 .intro_wrap .textBox .serch .hash strong .icon {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 6px;
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5' fill='%23002D83'/%3E%3Cpath d='M6.95602 10.4174L7.13292 10.2456L6.95602 10.4174L8.99583 12.5166L8.51003 15.4249C8.46162 15.7147 8.77029 15.9316 9.02653 15.7878L8.91099 15.5819L9.02653 15.7878L11.4997 14.3999L13.9737 15.788C14.2298 15.9317 14.5383 15.7152 14.4903 15.4255L14.0079 12.5166L16.0445 10.4171C16.2425 10.2131 16.1274 9.87061 15.8464 9.82748L13.0624 9.40017L11.8168 6.75834C11.6903 6.48996 11.3082 6.49091 11.183 6.75992L9.95413 9.40017L7.15422 9.82754C6.8729 9.87048 6.7577 10.2134 6.95602 10.4174ZM13.9956 12.442C13.9956 12.442 13.9956 12.4421 13.9956 12.4422L13.9956 12.442ZM10.0336 9.38804L10.0334 9.38807C10.0334 9.38806 10.0335 9.38805 10.0336 9.38804L10.0562 9.53633L10.0336 9.38804Z' fill='white' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E%0A");
}

.section.sc1 .intro_wrap .textBox .serch .hash ul {
}

.section.sc1 .intro_wrap .textBox .serch .hash ul li {
  display: inline-block;
}

.section.sc1 .intro_wrap .textBox .serch .hash ul li:not(:last-child) {
  margin-right: 20px;
}

.section.sc1 .intro_wrap .textBox .serch .hash ul li a {
  color: #666;
  font-size: 16px;
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: bold;
}

.section.sc1 .intro_wrap .imgBox {
  float: right;
  position: relative;
  margin-left: 185px;
  width: 57.079%;
  line-height: 0;
}

.section.sc1 .intro_wrap .imgBox .slick-slider,
.section.sc1 .intro_wrap .imgBox .slick-list,
.section.sc1 .intro_wrap .imgBox .slick-track,
.section.sc1 .intro_wrap .imgBox .slick-slide,
.section.sc1 .intro_wrap .imgBox .slick-slide img,
.section.sc1 .intro_wrap .imgBox .slick-slide div,
.section.sc1 .intro_wrap .imgBox .slick-slide div .item {
  height: 100%;
}

.section.sc1 .intro_wrap .imgBox .slick-slide img {
  object-fit: cover;
}

.section.sc1 .intro_wrap .imgBox .vSlide_control {
  position: absolute;
  right: 0;
  bottom: -28px;
}

.section.sc1 .intro_wrap .imgBox .vSlide_control .dots {
  display: inline-block;
  margin-right: 22px;
}

.section.sc1 .intro_wrap .imgBox .vSlide_control .dots ul {
  display: inline-block;
}

.section.sc1 .intro_wrap .imgBox .vSlide_control .dots ul li {
  display: inline-block;
}

.section.sc1 .intro_wrap .imgBox .vSlide_control .dots ul li:not(:last-child) {
  margin-right: 11px;
}

.section.sc1 .intro_wrap .imgBox .vSlide_control .dots ul li button {
  font-size: 0;
  width: 11px;
  height: 11px;
  background: rgba(0, 0, 0, 0.15);
}

.section.sc1 .intro_wrap .imgBox .vSlide_control .dots ul li button {
  font-size: 0;
  width: 11px;
  height: 11px;
  background: rgba(0, 0, 0, 0.15);
}

.section.sc1
  .intro_wrap
  .imgBox
  .vSlide_control
  .dots
  ul
  li.slick-active
  button {
  background: #000;
}

.section.sc1 .intro_wrap .imgBox .vSlide_control button {
  font-size: 0;
  width: 10px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
}

.section.sc1 .intro_wrap .imgBox .vSlide_control button.play {
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='13' viewBox='0 0 9 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.595703' y='1.96033' width='2.41429' height='8.85239' transform='rotate(-45 0.595703 1.96033)' fill='%23666666'/%3E%3Crect x='2.30322' y='12.7725' width='2.41429' height='8.85239' transform='rotate(-135 2.30322 12.7725)' fill='%23666666'/%3E%3C/svg%3E%0A");
}

.section.sc1 .intro_wrap .imgBox .vSlide_control button.stop {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.000183105' width='3.00706' height='11.0259' fill='%23666666'/%3E%3Crect x='6.01465' y='0.000183105' width='3.00706' height='11.0259' fill='%23666666'/%3E%3C/svg%3E%0A");
}

.section.sc2 {
  background: #fdfbf7;
  border-top: 2px solid #000;
}

.section.sc2 .context_box {
}

.section.sc2 .context_box .record_wrap {
  position: relative;
}

.section.sc2 .context_box .record_wrap .record_list {
}

.section.sc2 .context_box .record_wrap .record_list .record_gridbox {
  position: relative;
}

.section.sc2 .context_box .record_wrap .record_list .record_gridbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background: #000;
}

.section.sc2 .context_box .record_wrap .record_list .record_gridbox::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background: #000;
}

.section.sc2 .context_box .record_wrap .record_list .item {
  position: relative;
  width: 20%;
}

.section.sc2 .context_box .record_wrap .record_list .item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 67px;
  width: 1px;
  height: calc(100% - 107px);
  background: #000;
}

.section.sc2 .context_box .record_wrap .record_list .item:last-child::before,
.section.sc2 .context_box .record_wrap .record_list .item:nth-child(3)::before,
.section.sc2 .context_box .record_wrap .record_list .item:nth-child(7)::before,
.section.sc2 .context_box .record_wrap .record_list .item.bigbox::before {
  display: none;
}

.section.sc2 .context_box .record_wrap .record_list .item.record_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: 522px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

.section.sc2 .context_box .record_wrap .record_list .item.record_title em {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}

.section.sc2 .context_box .record_wrap .record_list .item.record_title::before {
  display: none;
}

.section.sc2 .context_box .record_wrap .record_list .item.record_title strong {
  display: block;
  color: #000;
  font-size: 180px;
  line-height: 1;
  letter-spacing: -0.02em;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-family: "Noto Serif";
}

.section.sc2 .context_box .record_wrap .record_list .item a {
  display: block;
  padding: 67px 30px 40px;
  background: #fdfbf7;
  width: 100%;
  min-height: 522px;
  border-bottom: 1px solid #000;
  transition: 0.3s;
}

.section.sc2 .context_box .record_wrap .record_list .item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  background-color: #71001b;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.section.sc2 .context_box .record_wrap .record_list .item a:hover::before,
.section.sc2 .context_box .record_wrap .record_list .item a:focus::before {
  transform-origin: right;
  transform: scaleX(1);
}

.section.sc2 .context_box .record_wrap .record_list .item a .inner {
  position: relative;
  max-width: 180px;
  margin: 0 auto;
}

.section.sc2 .context_box .record_wrap .record_list .item a .inner .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 250px;
}

.section.sc2 .context_box .record_wrap .record_list .item a .inner .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 1000%;
  max-height: none;
  object-fit: cover;
}

.section.sc2 .context_box .record_wrap .record_list .item.bigbox {
  width: 40%;
  border-left: 1px solid #000;
}

.section.sc2 .context_box .record_wrap .record_list .item.bigbox a {
  min-height: 1044px;
  padding: 67px 70px 40px;
}

.section.sc2 .context_box .record_wrap .record_list .item.bigbox .inner {
  max-width: 630px;
}

.section.sc2 .context_box .record_wrap .record_list .item.bigbox .inner .img {
  margin: 0 auto;
  max-width: 630px;
  height: 763px;
}

.section.sc2 .context_box .record_wrap .record_list .item .text {
  margin-top: 25px;
}

.section.sc2 .context_box .record_wrap .record_list .item .text em {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: bold;
}

.section.sc2 .context_box .record_wrap .record_list .item .text strong {
  /* overflow: hidden; */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: bold;
}

.section.sc2 .context_box .record_wrap .record_list .item .text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 15px;
  line-height: 1.46;
  height: 2.92em;
  letter-spacing: 0;
  font-weight: 400;
}

.section.sc2
  .context_box
  .record_wrap
  .record_list
  .item
  a:hover
  .inner
  .text
  strong,
.section.sc2
  .context_box
  .record_wrap
  .record_list
  .item
  a:focus
  .inner
  .text
  strong,
.section.sc2
  .context_box
  .record_wrap
  .record_list
  .item
  a:hover
  .inner
  .text
  p,
.section.sc2
  .context_box
  .record_wrap
  .record_list
  .item
  a:focus
  .inner
  .text
  p {
  color: #fff;
}

.section.sc2
  .context_box
  .record_wrap
  .record_list
  .item.type01
  .inner
  .text
  em {
  color: #003994;
}

.section.sc2
  .context_box
  .record_wrap
  .record_list
  .item.type02
  .inner
  .text
  em {
  color: #c40010;
}

.section.sc2
  .context_box
  .record_wrap
  .record_list
  .item.type01
  a:hover
  .inner
  .text
  em,
.section.sc2
  .context_box
  .record_wrap
  .record_list
  .item.type01
  a:focus
  .inner
  .text
  em,
.section.sc2
  .context_box
  .record_wrap
  .record_list
  .item.type02
  a:hover
  .inner
  .text
  em,
.section.sc2
  .context_box
  .record_wrap
  .record_list
  .item.type02
  a:focus
  .inner
  .text
  em {
  color: #fff;
}

.section.sc2 .context_box .record_wrap .record_list .record_morbox .item {
  width: 20%;
}

.section.sc2
  .context_box
  .record_wrap
  .record_list
  .record_morbox
  .item:last-child
  .inner::before {
  display: none;
}

.section.sc2
  .context_box
  .record_wrap
  .record_list
  .record_morbox
  .item:not(:last-child)
  .inner::before {
  content: "";
  position: absolute;
  right: -26%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
}

.section.sc2 .context_box .record_morebox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.section.sc2 .context_box .record_morebox a {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  color: #000;
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "Noto Serif";
}

.section.sc2 .context_box .record_morebox a::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11H22M11 22L11 0' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: cover;
  transition: 0.3s;
}

.section.sc2 .context_box .record_morebox a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.3s;
}

.section.sc2 .context_box .record_morebox:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  width: 1000%;
  height: 1px;
  background: #000;
  transform: translateX(-50%);
}

.section.sc2 .context_box .record_morebox a:hover::before,
.section.sc2 .context_box .record_morebox a:focus::before {
  transform: rotate(180deg);
}

.section.sc3 {
  background: #002671;
}

.section.sc3 .context_box {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.section.sc3 .notice_box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.section.sc3 .notice_box .nav_box {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: 381px;
}

.section.sc3 .notice_box .nav_box .tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 545px;
  padding: 20px;
}

.section.sc3 .notice_box .nav_box .tit em {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}

.section.sc3 .notice_box .nav_box .tit strong {
  display: block;
  color: #fff;
  font-size: 180px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Noto Serif";
}

.section.sc3 .notice_box .nav_box .tab_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 180px;
}

.section.sc3 .notice_box .nav_box .tab_box ul {
  display: inline-block;
}

.section.sc3 .notice_box .nav_box .tab_box ul li {
  position: relative;
  display: inline-block;
}

.section.sc3 .notice_box .nav_box .tab_box ul li:not(:last-child) {
  margin-right: 70px;
}

.section.sc3 .notice_box .nav_box .tab_box ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -40px;
  top: calc(50% - 4.5px);
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.section.sc3 .notice_box .nav_box .tab_box ul li a {
  position: relative;
  display: block;
  color: #8eb3ee;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
}

.section.sc3 .notice_box .nav_box .tab_box ul li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  background: #fff;
  width: 0;
  height: 3px;
  transition: 0.3s;
}

.section.sc3 .notice_box .nav_box .tab_box ul li.ov a,
.section.sc3 .notice_box .nav_box .tab_box ul li a:hover,
.section.sc3 .notice_box .nav_box .tab_box ul li a:focus {
  color: #fff;
}

.section.sc3 .notice_box .nav_box .tab_box ul li a:hover::before,
.section.sc3 .notice_box .nav_box .tab_box ul li a:focus::before,
.section.sc3 .notice_box .nav_box .tab_box ul li.ov a::before {
  left: 0;
  width: 100%;
}

.section.sc3 .notice_box .bord_box {
  padding: 215px 70px 210px;
  width: calc(100% - 381px);
}

.section.sc3 .notice_box .bord_box .intro_tit {
  margin-bottom: 90px;
}

.section.sc3 .notice_box .nav_box .tab_box ul li .count {
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 36px;
}

.section.sc3 .notice_box .bord_box .intro_tit strong {
  display: block;
  color: #fff;
  font-size: 50px;
  line-height: 1.34;
  letter-spacing: -0.01em;
  font-weight: 300;
}

.section.sc3 .notice_box .bord_box .intro_tit strong em {
  font-weight: bold;
  display: block;
}

.section.sc3 .notice_box .bord_box .box {
  overflow: hidden;
  display: none;
  margin: 0 -35px;
}

.section.sc3 .notice_box .bord_box .box.on {
  display: block;
}

.section.sc3 .notice_box .bord_box .box .item {
  float: left;
  width: calc(33.33% - 70px);
  margin: 0 35px;
  border-top: 1px solid #fff;
  margin-top: 90px;
  padding-top: 40px;
}

.section.sc3 .notice_box .bord_box .box .item:nth-child(-n + 3) {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.section.sc3 .notice_box .bord_box .box .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.section.sc3 .notice_box .bord_box .box .item a .poster {
  display: none;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  height: auto;
  padding-top: 141.905%;
}

.section.sc3 .notice_box .bord_box .box .item a .poster::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.section.sc3 .notice_box .bord_box .box .item a .poster img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section.sc3 .notice_box .bord_box .box .item:nth-child(-n + 3) .poster {
  display: block;
}

.section.sc3 .notice_box .bord_box .box .item a .info {
  position: relative;
  padding-right: 35px;
}

.section.sc3 .notice_box .bord_box .box .item a .info::before {
  content: "";
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 22px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.24268 1L21.2427 1M1.5 19.7432L20.364 0.879203M20.2427 18L20.2427 0' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
}

.section.sc3 .notice_box .bord_box .box .item a .info .hline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
  color: #fffefa;
  font-size: 24px;
  line-height: 1.25;
  height: 2.5em;
  letter-spacing: 0;
  font-weight: bold;
  transition: 0.3s;
}

.section.sc3 .notice_box .bord_box .box .item a .info .time {
  color: #8eb3ee;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.section.sc3 .notice_box .bord_box .box .item a:hover .poster,
.section.sc3 .notice_box .bord_box .box .item a:focus .poster {
  box-shadow: 5px 15px 45px rgba(0, 13, 33, 0.35);
}

.section.sc3 .notice_box .bord_box .box .item a:hover .info .hline,
.section.sc3 .notice_box .bord_box .box .item a:focus .info .hline {
  text-decoration: underline;
}

.section.sc3 .notice_box .bord_box .box .item a:hover .info::before,
.section.sc3 .notice_box .bord_box .box .item a:focus .info::before {
  opacity: 1;
  right: 0;
  top: 6px;
}

.section.sc3 .bord_morebox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  background: #fff;
}

.section.sc3 .bord_morebox a {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  color: #000;
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "Noto Serif";
}

.section.sc3 .bord_morebox a::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11H22M11 22L11 0' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: cover;
  transition: 0.3s;
}

.section.sc3 .bord_morebox a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.3s;
}

.section.sc3 .bord_morebox a:hover::before,
.section.sc3 .bord_morebox a:focus::before {
  transform: rotate(180deg);
}

@media (max-width: 1920px) {
  .section.sc1 .intro_wrap .textBox {
    padding-left: 7.091%;
    width: calc(100% - 57.6291% - 80px);
  }

  .section.sc1 .intro_wrap .imgBox {
    margin-left: 80px;
    width: 57.6291%;
  }

  .section.sc2 .context_box .record_wrap .record_list .record_gridbox::before,
  .section.sc2 .context_box .record_wrap .record_list .record_gridbox::after {
    display: none;
  }

  .section.sc3 .context_box {
    border-left: 0;
  }
}

@media (max-width: 1499px) {
  .section.sc1 .intro_wrap .textBox {
    padding-top: 25px;
    padding-left: 0;
  }

  .section.sc1 .intro_wrap .textBox .top em {
    font-size: 16px;
  }

  .section.sc1 .intro_wrap .textBox .top strong {
    font-size: 48px;
  }

  .section.sc1 .intro_wrap .textBox .top p {
    font-size: 16px;
  }

  .section.sc1 .intro_wrap .textBox .serch {
    margin-top: 40px;
  }

  .section.sc3 .notice_box .bord_box {
    padding: 200px 70px 210px;
  }
}

@media (max-width: 1280px) {
  .section.sc1 .intro_wrap {
    padding: 0 35px;
  }

  .section.sc1 .intro_wrap .textBox {
    width: calc(100% - 50% - 80px);
  }

  .section.sc1 .intro_wrap .imgBox {
    width: 50%;
  }

  .section.sc2
    .context_box
    .record_wrap
    .record_list
    .item.record_title
    strong {
    font-size: 150px;
  }

  .section.sc2 .context_box .record_wrap .record_list .item {
    width: 25%;
  }

  .section.sc2 .context_box .record_wrap .record_list .item.bigbox {
    width: 50%;
  }

  .section.sc2 .context_box .record_wrap .record_list .item:nth-child(3) {
    display: none;
  }

  .section.sc2
    .context_box
    .record_wrap
    .record_list
    .item:nth-child(2)::before {
    display: none;
  }

  .section.sc2
    .context_box
    .record_wrap
    .record_list
    .item:nth-child(7)::before {
    display: block;
  }

  .section.sc2
    .context_box
    .record_wrap
    .record_list
    .item:nth-child(4n + 6)::before {
    display: none;
  }

  .section.sc2 .context_box .record_wrap .record_list .item::before {
    top: 55px;
    height: calc(100% - 95px);
  }

  .section.sc2 .context_box .record_wrap .record_list .item.record_title {
    min-height: 430px;
  }

  .section.sc2 .context_box .record_wrap .record_list .item a {
    padding-top: 55px;
    min-height: 430px;
  }

  .section.sc2 .context_box .record_wrap .record_list .item a .inner {
    max-width: 208px;
  }

  .section.sc2 .context_box .record_wrap .record_list .item a .inner .img {
    height: 208px;
  }

  .section.sc2 .context_box .record_wrap .record_list .item a .text p {
    height: 1.46em;
    -webkit-line-clamp: 1;
  }

  .section.sc2 .context_box .record_wrap .record_list .item.bigbox a {
    min-height: 860px;
    padding: 55px 35px 40px;
  }

  .section.sc2 .context_box .record_wrap .record_list .item.bigbox a .inner {
    max-width: 100%;
  }

  .section.sc2
    .context_box
    .record_wrap
    .record_list
    .item.bigbox
    a
    .inner
    .img {
    height: 630px;
  }

  .section.sc3 .notice_box .nav_box {
    width: 320px;
  }

  .section.sc3 .notice_box .nav_box .tit {
    min-height: 430px;
  }

  .section.sc3 .notice_box .nav_box .tit strong {
    font-size: 120px;
  }

  .section.sc3 .notice_box .nav_box .tab_box {
    margin-top: 180px;
  }

  .section.sc3 .notice_box .bord_box {
    padding: 202px 55px 140px;
    width: calc(100% - 320px);
  }

  .section.sc3 .notice_box .bord_box .box .item {
    width: calc(50% - 70px);
    margin-top: 70px;
    padding-top: 35px;
  }

  .section.sc3 .notice_box .bord_box .box .item:nth-child(3) {
    border-top: 1px solid #fff;
    margin-top: 70px;
    padding-top: 35px;
  }

  .section.sc3 .notice_box .bord_box .box .item:nth-child(3) .poster {
    display: none;
  }
}

@media (max-width: 999px) {
  .section.sc1 .intro_wrap .textBox {
    float: none;
    padding: 0;
    width: 100%;
  }

  .section.sc1 .intro_wrap .textBox .top p {
    font-weight: 400;
  }

  .section.sc1 .intro_wrap .imgBox {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }

  .section.sc2 .context_box .record_wrap .record_list .item {
    width: 50%;
  }

  .section.sc2 .context_box .record_wrap .record_list .item:nth-child(3) {
    display: block;
  }

  .section.sc2
    .context_box
    .record_wrap
    .record_list
    .item:nth-child(3)::before {
    display: none;
  }

  .section.sc2
    .context_box
    .record_wrap
    .record_list
    .item:nth-child(2)::before {
    display: block;
  }

  .section.sc2
    .context_box
    .record_wrap
    .record_list
    .item:nth-child(8)::before {
    display: none;
  }

  .section.sc2 .context_box .record_wrap .record_list .item.bigbox {
    width: 100%;
    border-left: 0;
  }

  .section.sc2 .context_box .record_wrap .record_list .item.record_title {
    padding: 30px;
    min-height: auto;
    border-right: 0;
    text-align: left;
    width: 100%;
  }

  .section.sc2
    .context_box
    .record_wrap
    .record_list
    .item.record_title
    strong {
    font-size: 110px;
    transform: none;
    writing-mode: inherit;
  }

  .section.sc2 .context_box .record_wrap .record_list .item.record_title em {
    margin-bottom: 0;
  }

  .section.sc2 .context_box .record_wrap .record_list .item a {
    min-height: auto;
    padding: 45px 40px;
  }

  .section.sc2 .context_box .record_wrap .record_list .item a .inner {
    max-width: 100%;
  }

  .section.sc2 .context_box .record_wrap .record_list .item a .inner .img {
    height: auto;
    padding-top: 100%;
  }

  .section.sc2 .context_box .record_wrap .record_list .item a .inner .img img {
    width: 100%;
  }

  .section.sc2
    .context_box
    .record_wrap
    .record_list
    .item.bigbox
    a
    .inner
    .img {
    height: auto;
    padding-top: 100%;
    max-width: 100%;
  }

  .section.sc2 .context_box .record_wrap .record_list .item.bigbox a {
    min-height: auto;
    padding: 45px 40px 40px;
  }

  .section.sc2 .context_box .record_wrap .record_list .item.bigbox a .inner {
    max-width: 100%;
  }

  .section.sc2 .context_box .record_morebox {
    min-height: 110px;
  }

  .section.sc3 .notice_box {
  }

  .section.sc3 .notice_box .nav_box {
    width: 100%;
  }

  .section.sc3 .notice_box .nav_box .tit {
    min-height: auto;
    padding: 40px 20px 20px;
  }

  .section.sc3 .notice_box .nav_box .tit em {
    margin-bottom: 0;
  }

  .section.sc3 .notice_box .nav_box .tit strong {
    font-size: 120px;
    writing-mode: inherit;
    transform: none;
  }

  .section.sc3 .notice_box .nav_box .tab_box {
    margin-top: 50px;
  }

  .section.sc3 .notice_box .nav_box .tab_box ul {
    transform: none;
  }

  .section.sc3 .notice_box .bord_box {
    width: 100%;
    padding: 110px 35px 140px;
  }

  .section.sc3 .bord_morebox {
    min-height: 110px;
  }
}

@media (max-width: 767px) {
  .section.sc1 {
    padding: 30px 0 70px;
  }

  .section.sc1 .intro_wrap {
    padding: 0 30px;
  }

  .section.sc1 .intro_wrap .textBox .top em {
    font-size: 14px;
  }

  .section.sc1 .intro_wrap .textBox .top strong {
    margin: 8px 0;
    font-size: 30px;
  }

  .section.sc1 .intro_wrap .textBox .top p {
    font-size: 14px;
  }

  .section.sc1 .intro_wrap .textBox .serch {
    margin-top: 20px;
  }

  .section.sc2 .context_box .record_morebox {
    min-height: 80px;
  }

  .section.sc2 .context_box .record_morebox a {
    font-size: 20px;
  }

  .section.sc2 .context_box .record_morebox a::before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }

  .section.sc3 .notice_box .nav_box .tab_box ul li a {
    font-size: 20px;
  }

  .section.sc3 .notice_box .bord_box {
    padding: 50px 35px 140px;
  }

  .section.sc3 .notice_box .bord_box .intro_tit {
    margin-bottom: 50px;
  }

  .section.sc3 .notice_box .bord_box .intro_tit strong {
    font-size: 35px;
  }

  .section.sc3 .notice_box .bord_box .box .item,
  .section.sc3 .notice_box .bord_box .box .item:nth-child(3) {
    margin-top: 35px;
  }

  .section.sc3 .notice_box .bord_box .box .item a .info .hline {
    margin-bottom: 15px;
    font-size: 20px;
    -webkit-line-clamp: 1;
    height: auto;
  }

  .section.sc3 .notice_box .bord_box .box .item a .info .time {
    font-size: 16px;
  }

  .section.sc3 .bord_morebox {
    min-height: 80px;
  }

  .section.sc3 .bord_morebox a {
    font-size: 20px;
  }

  .section.sc3 .bord_morebox a::before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 640px) {
  .section.sc3 .notice_box .bord_box .intro_tit strong {
    font-size: 30px;
  }

  .section.sc3 .notice_box .bord_box .box {
    margin: 0;
  }

  .section.sc3 .notice_box .bord_box .box .item {
    width: 100%;
    margin: 35px 0 0;
  }

  .section.sc3 .notice_box .bord_box .box .item:nth-child(2) {
    border-top: 1px solid #fff;
    margin-top: 35px;
    padding-top: 35px;
  }

  .section.sc3 .notice_box .bord_box .box .item:nth-child(2) .poster {
    display: none;
  }
}

@media (max-width: 550px) {
  .section.sc1 .intro_wrap .textBox .serch .text input[type="text"] {
    padding: 13px 70px 13px 20px;
    width: calc(100% - 75px);
    background-size: 13px;
  }

  .section.sc1 .intro_wrap .textBox .serch .text .submit input[type="submit"] {
    width: 75px;
  }

  .section.sc1 .intro_wrap .textBox .serch .hash {
    padding-left: 0;
  }

  .section.sc1 .intro_wrap .textBox .serch .hash strong {
    position: relative;
    top: auto;
    margin-bottom: 10px;
  }

  .section.sc1 .intro_wrap .textBox .serch .hash strong .icon {
    vertical-align: middle;
  }

  .section.sc2
    .context_box
    .record_wrap
    .record_list
    .item.record_title
    strong {
    font-size: 75px;
  }

  .section.sc2 .context_box .record_wrap .record_list .item {
    width: 100%;
  }

  .section.sc2 .context_box .record_wrap .record_list .item::before,
  .section.sc2
    .context_box
    .record_wrap
    .record_list
    .item:nth-child(2)::before,
  .section.sc2
    .context_box
    .record_wrap
    .record_list
    .item:nth-child(7)::before {
    display: none;
  }

  .section.sc3 .notice_box .nav_box .tit strong {
    font-size: 75px;
  }
}
