@charset "UTF-8";
/*------------------------------------------------------*/
.cmshtml #page-top {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 33;
}
.cmshtml #page-top:before {
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg);
  transition: all 0.6s ease;
}
.cmshtml #page-top:hover:before {
  top: 0;
}
@media screen and (max-width: 1000px) {
  .cmshtml #page-top {
    bottom: 20px;
    right: 20px;
  }
}
/*------------------------------------------------------*/
.cmshtml .load-fade {
  opacity: 0;
  transition: all 2s;
  overflow: hidden;
}
.cmshtml .load-fade.done {
  opacity: 1;
}
.cmshtml .to-lr {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s;
}
.cmshtml .to-rl {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1s;
}
.cmshtml .to-lr.scrollin, .cmshtml .to-rl.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*------------------------------------------------------*/
.cmshtml .drawer-hamburger-icon, .cmshtml .drawer-hamburger-icon:after, .cmshtml .drawer-hamburger-icon:before {
  border-radius: 100px;
}
.cmshtml #contents .contact_item_table, .cmshtml #contents .rdcontact_main > form, .cmshtml .in_imgs .in_img img, .cmshtml .floor_imgs, .cmshtml .floor_inwrap, .cmshtml .floor_map img, .cmshtml .step_div, .cmshtml .step_div, .cmshtml .txt_div, .cmshtml .img_div img {
  border-radius: 6px;
}
.cmshtml .link_btn02 a, .cmshtml .mark_btn .link_btn01 a, .cmshtml .mark_btn, .cmshtml .one_side.step_div {
  border-radius: 4px;
}
.cmshtml .floor_tab .floor_tabbtn {
  border-radius: 4px 4px 0 0;
}
@media screen and (min-width: 681px) {
  .cmshtml .step_num {
    border-radius: 4px 0 0 4px;
  }
}
/*------------------------------------------------------*/
.cmshtml #loading {
  background: linear-gradient(to right, #F4F4F4, #FFE6EC);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  transition: all 2s ease;
}
.cmshtml .load_img {
  opacity: 1;
  transition: all 1s ease;
  transition-delay: 0.5s;
}
.cmshtml .out .load_img {
  opacity: 0;
}
.cmshtml #loading.finished {
  opacity: 0;
  pointer-events: none;
}
/*------------------------------------------------------*/
.cmshtml .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .fadeUp {
    animation-name: fadeUpAnime_sp;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
}
@keyframes fadeUpAnime_sp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------------------------------------------------*/
.cmshtml .scnews .rdnewArticle {
  padding: 0;
  border: none;
  background-color: transparent;
}

.cmshtml .scnews .rdnewArticle .rdnewArticle-item {
  padding: 0;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
  border-top: none;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap {
    border-bottom: 1px solid #707070;
    flex-flow: nowrap;
    padding: 20px 40px;
    position: relative;
    display: flex;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap:has(a):before {
  background-image: url("../img/arrow_gray.png");
  background-size: auto;
  background-position: center right;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap:has(a):hover:before {
  background-image: url("../img/arrow.png");
}

.cmshtml .scnews .rdnewArticle .rdnewArticle-ContDate {
    color: #191919;
    font-size: 18px;
    font-weight: 500;
    max-width: 130px;
    min-width: 126px;
    transition: all 0.3s;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-ContTitle {
  color: #191919;
  font-size: 18px;
  font-weight: 500;
  margin-left: 45px;
  transition: all 0.3s;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-ContDate a,
.cmshtml .scnews .rdnewArticle .rdnewArticle-ContTitle a {
  color: #191919;
  text-decoration: none;
  transition: all 0.3s;
}

.cmshtml #contents .scnews .rdnewArticle-ContTitle a {
    color: #191919;
}
.cmshtml #contents .scnews .rdnewArticle-ContTitle a:hover {
  text-decoration: none;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap:has(a):hover .rdnewArticle-ContDate,
.cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap:has(a):hover .rdnewArticle-ContTitle,
.cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap:has(a):hover .rdnewArticle-ContDate a,
.cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap:has(a):hover .rdnewArticle-ContTitle a {
    color: #FD84A2 !important;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    transition: all 0.3s;
}

@media screen and (max-width: 1000px) {

  .cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap {
    padding: 15px 40px 15px 20px;
  }
  .cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap:has(a):before {
    right: 10px;
  }
  .cmshtml .scnews .rdnewArticle .rdnewArticle-ContDate {
    font-size: 16px;
    max-width: 120px;
    min-width: 112px;
  }
  .cmshtml .scnews .rdnewArticle .rdnewArticle-ContTitle {
    font-size: 16px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {

  .cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 15px 40px 15px 10px;
  }
  .cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap:has(a):before {
    background-size: contain;
    width: 8px;
  }
  .cmshtml .scnews .rdnewArticle .rdnewArticle-ContDate {
    font-size: 14px;
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .scnews .rdnewArticle .rdnewArticle-ContTitle {
    font-size: 14px;
    margin-left: 0;
  }
}


/*------------------------------------------------------*/

.cmshtml .text_slide .rdslideItem {
    position: relative;
}
.cmshtml .text_slide .rdslideItem img {
    position: relative;
    z-index: 1;
}
.cmshtml .text_slide .rdslideItem .img_alt_txt {
    background: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .cmshtml .text_slide .rdslideItem .img_alt_txt {
        font-size: 22px;
    }
}