@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 .bdr_sitelink {
  justify-content: center;
}
.cmshtml .s_link {
  border-left: 2px solid #aaa;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
.cmshtml .s_link:last-child {
  border-right: 2px solid #aaa;
}
.cmshtml .s_link a {
  color: #333;
  display: block;
  text-decoration: none;
  padding: 15px 20px 30px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .s_link a:before {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: auto;
  transition: all 0.3s;
  transform: rotate(45deg);
}
.cmshtml .s_link a:hover {
  color: #009580;
}
.cmshtml .s_link a:hover:before {
  border-right: 2px solid #009580;
  border-bottom: 2px solid #009580;
}
@media screen and (max-width: 1000px) {
  .cmshtml .s_link {
    border-left: 1px solid #aaa;
    font-size: 14px;
  }
  .cmshtml .s_link:last-child {
    border-right: 1px solid #aaa;
  }
  .cmshtml .s_link a {
    padding: 5px 15px 20px;
  }
  .cmshtml .s_link a:before {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 6px;
    height: 6px;
  }
  .cmshtml .s_link a:hover:before {
    border-right: 1px solid #009580;
    border-bottom: 1px solid #009580;
  }
}
/*------------------------------------------------------*/
.cmshtml .contact_item_table .gray_scale {
    background: #ededed;
    pointer-events: none;
    opacity: 0.5;
}
.cmshtml .reset_btn {
    text-align: right;
    margin: 0;
    display: none;
    max-width: 800px;
    transition: all 0.3s;
}
.cmshtml .reset_btn.active {
    display: block;
}
.cmshtml .reset_btn.hide {
    opacity: 0!important;
    pointer-events: none;
}
.cmshtml .reset_btn p {
    cursor: pointer;
    display: inline-block;
    padding: 6px 15px;
    background: #ddd;
    color: #444;
    font-size: 13px;
    transition: all 0.3s;
}
.cmshtml .reset_btn p:hover {
    background: #999;
    color: #fff;
}
@media screen and (max-width: 680px) {
    .cmshtml .subpage_contents > *.rdblock.reset_btn {
        max-width: 92%;
    }
}
#editView .cmshtml .reset_btn {
    display: block;
max-width: none;
}
/*------------------------------------------------------*/


@media only screen and (min-width: 768px) {
    .cmshtml #shp3_wrapper .shp3_block_side .category-nav > li > ul/*, .cmshtml #shp3_wrapper .shp3_block_side .category-nav > li > ul > li > ul*/ {
        display: none;
    }
}
/*------------------------------------------------------*/