@media screen and (min-width: 1201px) {
  .bl_header_menu {
    font-weight: 500;
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}

.ly_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.ly_wrapper main {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .ly_wrapper main {
    flex-direction: column;
  }
}
.ly_wrapper main .ly_thumb {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 2rem;
  gap: 0;
  width: 50%;
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  .ly_wrapper main .ly_thumb {
    padding-top: 80px;
    width: 100%;
  }
}
.ly_wrapper main .ly_thumb .bl_thumb_Wrapper {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.ly_wrapper main .ly_thumb .bl_thumb_contents {
  display: flex;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  gap: 25%;
}
.ly_wrapper main .ly_thumb img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ly_wrapper main .ly_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .ly_wrapper main .ly_content {
    width: 100%;
  }
}
.ly_wrapper main .ly_content .bl_colorBar_header {
  display: flex;
  width: 100%;
  height: 40px;
  flex-shrink: 0;
  padding: 0 7.5%;
  background: linear-gradient(0deg, #fff 0%, #aaa 100%);
}
@media screen and (max-width: 1200px) {
  .ly_wrapper main .ly_content .bl_colorBar_header {
    height: 10px;
    padding: 0;
    background: unset;
  }
}
.ly_wrapper main .ly_content .ly_main {
  width: 100%;
  padding: 7.5%;
}
@media screen and (max-width: 1200px) {
  .ly_wrapper main .ly_content .ly_main {
    background: linear-gradient(0deg, #fff calc(100% - 8vw), #888 100%);
  }
}
.ly_wrapper main .ly_content .ly_main .ly_main_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #555;
}
@media screen and (max-width: 768px) {
  .ly_wrapper main .ly_content .ly_main .ly_main_top {
    flex-direction: column;
    gap: 1rem;
  }
}
.ly_wrapper main .ly_content .ly_main .ly_main_top .bl_main_title {
  align-self: flex-start;
  font-size: 3rem;
}
.ly_wrapper main .ly_content .ly_main .ly_main_top .bl_main_info {
  display: flex;
  flex-direction: column;
  text-align: right;
  padding-bottom: 4px;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .ly_wrapper main .ly_content .ly_main .ly_main_top .bl_main_info {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-end;
  }
}
.ly_wrapper main .ly_content .ly_main .ly_main_desc {
  padding: 2rem 0 0;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
}
.ly_wrapper main .ly_content .ly_main .bl_hpLink {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.ly_wrapper main .ly_content .ly_main .bl_hpLink a {
  position: relative;
  margin-left: 0.5rem;
  padding: 0 0.5rem;
  overflow: hidden;
}
.ly_wrapper main .ly_content .ly_main .bl_hpLink a::after {
  content: "Go to link";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6666666667);
  transition: top 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.ly_wrapper main .ly_content .ly_main .bl_hpLink a:hover::after {
  top: 0;
}
.ly_wrapper main .ly_content .ly_sub {
  width: 100%;
  height: 100%;
  margin-top: auto;
  padding: 7.5%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background-color: #E0E0E0;
}
@media screen and (max-width: 768px) {
  .ly_wrapper main .ly_content .ly_sub {
    padding: 5rem 7.5%;
  }
}
.ly_wrapper main .ly_content .ly_sub .ly_sub_top {
  padding-bottom: 0.5rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #555;
}
.ly_wrapper main .ly_content .ly_sub .ly_sub_contents {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .ly_wrapper main .ly_content .ly_sub .ly_sub_contents {
    flex-direction: column;
    align-items: center;
    gap: 7rem;
  }
}
.ly_wrapper main .ly_content .ly_sub .ly_sub_contents .bl_sub_content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 400px;
}
.ly_wrapper main .ly_content .ly_sub .ly_sub_contents .bl_sub_content .el_sub_thumb {
  width: 100%;
}
.ly_wrapper main .ly_content .ly_sub .ly_sub_contents .bl_sub_content .el_sub_thumb video {
  width: 100%;
}
.ly_wrapper main .ly_content .ly_sub .ly_sub_contents .bl_sub_content .el_sub_desc {
  font-size: 1.4rem;
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 0.1rem;
  line-height: 2.1rem;
}
.ly_wrapper main .ly_content .bl_colorBar_footer {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100px;
  padding: 0 7.5%;
  background-color: #E0E0E0;
}
@media screen and (max-width: 768px) {
  .ly_wrapper main .ly_content .bl_colorBar_footer {
    padding: 0 2.5%;
    background-color: #111;
  }
}
.ly_wrapper main .ly_content .bl_colorBar_footer .el_colorBar_fontName {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: calc(7.5% + 1rem);
  right: calc(35% + 1rem);
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .ly_wrapper main .ly_content .bl_colorBar_footer .el_colorBar_fontName {
    display: flex;
    left: calc(2.5% + 0.5rem);
    bottom: 0;
    background-size: contain;
  }
}
.ly_wrapper footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 4.75% 3.75% 1rem;
  gap: 10rem;
  background-color: #555;
}
@media screen and (max-width: 1200px) {
  .ly_wrapper footer {
    padding: 10% 7.5% 1rem;
  }
}
.ly_wrapper footer .ly_footer_inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2.5rem;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .ly_wrapper footer .ly_footer_inner {
    padding-left: 0;
    border-left: none;
  }
}
.ly_wrapper footer .ly_footer_inner .ly_footer_title {
  margin: -1rem 0 0 -0.5rem;
  font-size: 2.4rem;
  color: #FFF;
}
.ly_wrapper footer .ly_footer_inner .bl_footerNav_contents {
  display: flex;
  flex-wrap: wrap;
  grid-template-rows: auto;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ly_wrapper footer .ly_footer_inner .bl_footerNav_contents {
    padding: 7.5% 2.5%;
    gap: 5rem;
    justify-content: space-around;
  }
}
@media screen and (max-width: 580px) {
  .ly_wrapper footer .ly_footer_inner .bl_footerNav_contents {
    padding: 0;
    gap: 2rem;
  }
}
.ly_wrapper footer .ly_footer_inner .bl_footerNav_contents .bl_card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 200px;
}
@media screen and (max-width: 580px) {
  .ly_wrapper footer .ly_footer_inner .bl_footerNav_contents .bl_card {
    width: 35vw;
    gap: unset;
  }
}
.ly_wrapper footer .ly_footer_inner .bl_footerNav_contents .bl_card .bl_card_title {
  color: #FFF;
}
.ly_wrapper footer .el_copyright {
  color: #ccc;
  text-align: center;
  letter-spacing: 0.07rem;
}

.font-small {
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.js_slide {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.js_slide .js_slideContents {
  margin-left: 0%;
  transition: margin-left 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}

.js_btnL,
.js_btnR {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  width: 3rem;
  height: 5rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #FFF;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), left 0.3s cubic-bezier(0.16, 1, 0.3, 1), right 0.3s cubic-bezier(0.16, 1, 0.3, 1), width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.js_btnR {
  right: calc(1rem + 50%);
}
@media screen and (min-width: 1201px) {
  .js_btnR:hover {
    opacity: 1;
  }
}

.js_btnL {
  left: 1rem;
}
@media screen and (min-width: 1201px) {
  .js_btnL:hover {
    opacity: 1;
  }
}

.js_slideSysContainer {
  position: sticky;
  left: 0;
  width: 100%;
  height: 6rem;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.js_slideSysContainer .js_slideDot {
  width: 3rem;
  height: 5rem;
  padding: 2.1rem 1.1rem;
  cursor: pointer;
}
.js_slideSysContainer .js_slideDot i {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0px #fff;
  opacity: 0.5;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.js_slideSysContainer .js_slideDot.active i {
  background-color: #fff;
  opacity: 1;
  box-shadow: 0 0 5px #fff;
}
@media screen and (min-width: 1201px) {
  .js_slideSysContainer .js_slideDot:hover i {
    background-color: #fff;
    box-shadow: 0 0 0px #fff;
    opacity: 1;
  }
}/*# sourceMappingURL=works.css.map */