.wrap {
  padding:76px 16px 20px;
  width:100%;
  /*height: 100%;*/
  box-sizing: border-box;
}
.wrap2{
  padding:0px 16px 20px;
  width:100%;
  /*height: 100%;*/
  box-sizing: border-box;
}
/* 20211007 로딩 스피너 배경 */
.wrap-loading {
	z-index : 9999999;
    position: fixed;
    width: 100%;
    top:0;
    bottom:0;
    text-align: center;
    background: rgba(0,0,0,0.4); /*not in ie */
}

.loading_none {
	display : none;
}

@keyframes ldio-8q45d1yex6m {
  0% { transform: rotate(0) }
  100% { transform: rotate(360deg) }
  }

  .ldio-8q45d1yex6m div { box-sizing: border-box!important }
  .ldio-8q45d1yex6m > div {
    position: absolute;
    width: 72px;
    height: 72px;
    top: 14px;
    left: 14px;
    border-radius: 50%;
    border: 8px solid #000;
    border-color: #44bfc0 transparent #44bfc0 transparent;
    animation: ldio-8q45d1yex6m 0.625s linear infinite;
  }
  .ldio-8q45d1yex6m > div:nth-child(2) { border-color: transparent }
  .ldio-8q45d1yex6m > div:nth-child(2) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
  }
  .ldio-8q45d1yex6m > div:nth-child(2) div:before, .ldio-8q45d1yex6m > div:nth-child(2) div:after { 
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: -8px;
    left: 24px;
    background: #44bfc0;
    border-radius: 50%;
    box-shadow: 0 64px 0 0 #44bfc0;
  }
  .ldio-8q45d1yex6m > div:nth-child(2) div:after { 
    left: -8px;
    top: 24px;
    box-shadow: 64px 0 0 0 #44bfc0;
  }
  .loadingio-spinner-dual-ring-fmnw3vvpi5h {
    width: 64px;
    height: 64px;
    display: inline-block;
    overflow: hidden;
    background:transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
  }
  .ldio-8q45d1yex6m {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.64);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }
  .ldio-8q45d1yex6m div { box-sizing: content-box; }