@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 .motion_img {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2.2s;
}
.cmshtml .md_01, .cmshtml .a_l01, .cmshtml .a_r02, .cmshtml .id_l01, .cmshtml .id_l03, .cmshtml .id_r02, .cmshtml .id_r03 {
  animation-name: updown01;
}
@keyframes updown01 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 20px);
  }
}
.cmshtml .md_02, .cmshtml .a_l02, .cmshtml .a_r01, .cmshtml .id_l02, .cmshtml .id_r01, .cmshtml .id_r04 {
  animation-name: updown02;
}
@keyframes updown02 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -20px);
  }
}
/*------------------------------------------------------*/

.cmshtml .tag_btn {
    border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-right: 5px;
padding: 0!important;
}
.cmshtml .tag_btn a {
border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  padding: 2px 8px 2px 8px;
}
/*----------------------*/
.cmshtml .tag_btn {
    background: #ececfb;
  color: #4e4596;
}
.cmshtml .tag_btn a {
  background: #ececfb;
  color: #4e4596;
}
.cmshtml .tag_btn a:hover {
  background: #4e4596;
  color: #fff;
}
/*----------------------*/
.cmshtml .tag_btn_g {
    background: #daeed5;
  color: #379e24;
}
.cmshtml .tag_btn_g a {
  background: #daeed5;
  color: #379e24;
}
.cmshtml .tag_btn_g a:hover {
  background: #379e24;
  color: #fff;
}
/*----------------------*/
.cmshtml .tag_btn_p {
    background: #ffe4ed;
  color: #FD4A88;
}
.cmshtml .tag_btn_p a {
  background: #ffe4ed;
  color: #FD4A88;
}
.cmshtml .tag_btn_p a:hover {
  background: #FD4A88;
  color: #fff;
}
/*----------------------*/
.cmshtml .flex_column {
    display: flex;
    flex-direction: column;
}
.cmshtml .flex_column div[class*="link_btn"] {
    margin-top: auto;
}
/*------------------------------------------------------*/