/* prevent-redirect-popup */
#prevent-redirect-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(50,50,50,0.5);
    overflow-y: auto;
    font-size: 12px;
    text-align: center;
    padding-top: 15px;
    display: none;
}
#prevent-redirect-popup #popup-wrapper {
    display: none;
    margin: 20px auto;
    width: 950px;
    padding: 20px 10px !important;
    padding-top: 40px !important;
    background-color: #ffffff;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#redirect-search #prevent-redirect-popup {
    display: block;
}
#redirect-search #prevent-redirect-popup #popup-wrapper {
    display: block;
}
#prevent-redirect-popup {
    padding-top: 0;
    line-height: 1.5;
}
#prevent-redirect-popup #popup-wrapper {
    width: auto;
    color: #222222;
    line-height: 2;
    text-align: left;
}
#prevent-redirect-popup #popup-close {
    position: absolute;
    right: 0%;
    top: 95px;
    width: 50px;
    height: 50px;
    z-index: 1000000;
    font-size: 1.5rem;
    color: #666;
}
#prevent-redirect-popup #popup-wrapper {
    position: fixed;
    width: 96%;
    top: 70px;
    margin-right: 2% !important;
    margin-left: 2% !important;
    padding: 10px;
}
#prevent-redirect-popup #popup-entry-bg {
    margin-top: 5%;
}
#prevent-redirect-popup #popup-content {
    position: relative;
    width: 100%;
}
#prevent-redirect-popup #popup-content div {
}
#prevent-redirect-popup #popup-wrapper #popup-search-desc>div {
    margin-left: 0px;
}


#prevent-redirect-popup #popup-wrapper #popup-phrase1,
#prevent-redirect-popup #popup-wrapper #popup-phrase2 {
    color: #58C4FF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: left;
}
#prevent-redirect-popup #popup-wrapper #popup-phrase2 {
    margin-top: 25px;
}
#prevent-redirect-popup #popup-wrapper #popup-phrase3 {
    margin: 0 6%;
}

#prevent-redirect-popup #popup-wrapper #popup-search-desc {
    margin-bottom: 20px;
    width: 100%;
}
#prevent-redirect-popup #popup-wrapper #popup-search-desc ul li{
    text-align: left;
    line-height:15px;
    margin-bottom: 3px;
    list-style: none;
}
#prevent-redirect-popup #popup-wrapper #popup-search-desc img {
    width: 20px;
    margin-right: 3%;
}

#prevent-redirect-popup #popup-wrapper #popup-content a#search-more-link {
    display: block;
    width: 87%;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 15px;
    border: solid 2px #93BE6D;
    border-radius: 5px;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 40px;
    color: #666666;
    text-align: center;
}
#prevent-redirect-popup #popup-wrapper #popup-content a#search-more-link img{
    width: 30px;
    margin-right: 5%;
    margin-top: 4px;
    margin-bottom: 4px;
}

#prevent-redirect-popup #popup-wrapper #popup-regist-btn {
    display:block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    width: 87%;
    height: 65px;
    border-radius: 8px;
    box-shadow: 0px 3px 10px 0px #888888;
    font-size: 14px;
    line-height: 65px;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-align: center;
    background-color: #0D91D9;
}
#prevent-redirect-popup #popup-wrapper #popup-regist-btn:active {
    box-shadow: 0px 0px 0px 0px #FFFFFF;
}

@media screen and (min-width: 768px) {
  #prevent-redirect-popup {
    font-size: 14px;
  }
  #prevent-redirect-popup #popup-wrapper {
    width: 50%;
    margin-left: 25%!important;
    margin-right: 25%!important;
  }
  #popup-search-desc {
    margin: 0 6%;
    font-size: 16px;
  }
  #prevent-redirect-popup #popup-wrapper #popup-search-desc img {
    width: auto;
  }
  #prevent-redirect-popup #popup-wrapper #popup-phrase1, #prevent-redirect-popup #popup-wrapper #popup-phrase2 {
    font-size: 20px;
  } 
  #prevent-redirect-popup #popup-close {
    position: relative;
    right: -24%;
    top: 75px;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 375px) {
    #prevent-redirect-popup #popup-wrapper #popup-regist-btn {
        font-size: 13px;
    }
}

@media screen and (max-width: 365px) {
    #prevent-redirect-popup #popup-wrapper {
        top: 15px;
    }
    #prevent-redirect-popup #popup-close {
      right: 0%;
      top: 40px;
    }
    #popup-search-btn {
        width: 39%;
    }

    #prevent-redirect-popup #popup-wrapper #popup-phrase1,
    #prevent-redirect-popup #popup-wrapper #popup-phrase2 {
        font-size: 16px;
    }
    #popup-search-desc {
        width: 59%;
    }
    #prevent-redirect-popup #popup-wrapper #popup-regist-btn {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    #prevent-redirect-popup #popup-wrapper #popup-regist-btn {
        font-size: 11px;
    }
}
