/**__eclanding__ec-common-layer-mobile-fixed__start**/
.ec-common-layer-mobile-fixed {
  width: 100%;
  height: 5rem;
}
.ec-common-layer-mobile-fixed .eclayout-common {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.ec-common-layer-mobile-fixed .layout-bg-video {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
}
.layer-container-offset-hidden{
  left: -9999px !important;
}

/**__eclanding__ec-common-layer-mobile-fixed__end**/
/**__eclanding__ec-bg-mobile__start**/
.ec-bg-mobile {
  width: 2rem;
  height: 2rem;
  
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/**__eclanding__ec-bg-mobile__end**/
/**__eclanding__ec-wap-btn__repeat__2__start**/
.ec-wap-btn {
  position: absolute;
  left: 0;
  top: 0;
}
.ec-wap-btn .btn {
  display: block;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
[id$=img_pop] .popup-close-btn {
  left: 50%;
  transition: all .5s ease!important;
}
[id$=img_pop] .popup-close-btn:hover {
  transform: rotate(180deg);
}
[id$=embedded_pop] iframe {
  width: 100%;
  height: 100%;
  background: #000;
}
[id$=embedded_pop] .popup-close-btn {
  left: 50%;
  transition: all .5s ease!important;
}
[id$=embedded_pop] .popup-close-btn:hover {
  transform: rotate(180deg);
}

/**__eclanding__ec-wap-btn__repeat__2__end**/
/**__eclanding__ec-scroll-dialog-wap__start**/
.ec-scroll-dialog-wap {
  cursor: pointer;
  background-size: 100% 100%;
}
#ec-scroll-dialog-wap-cnt .scroll-cnt {
  overflow: hidden;
  outline: none;
}
#ec-scroll-dialog-wap-cnt .scroll-cnt img {
  display: block;
  margin: 0 auto;
}
.popup-wrap .popup-body .popup-close-btn {
  transition: all 0.3s ease-in;
}
.popup-wrap .popup-body .cnt {
  overflow-x: hidden;
  overflow-y: auto;
}
/* .popup-wrap .popup-body .cnt::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.popup-wrap .popup-body .cnt::-webkit-scrollbar {
  width: 5px;
  height: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popup-wrap .popup-body .cnt::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}
.popup-wrap .popup-body .cnt::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popup-wrap .popup-body .cnt .popup-body .popup-close-btn:hover {
  transform: rotate(180deg);
} */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**__eclanding__ec-scroll-dialog-wap__end**/
