@charset "utf-8";

.pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba( 0,0,0, 0.6);
    z-index: 10;
}
.pop2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10;
}
.pop-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    font-size: 1.071rem;
    background-color: #fff;
}
.pop-cont {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px;
    min-height: 120px;
}
.pop-cont-2 {
    width: 100%;
    height: 100%;
}
.pop-cont-2 table tr {
    border-bottom: 1px solid #dedede;
}
.pop-cont-2 table th {
    vertical-align: top;
    padding: 10px 0;
}
.pop-cont-2 table td{
    padding: 10px 5px;
}
.pop-cont-2 .company-addr {
    font-size: 0.964rem;
    color: #868686;
}
.pop2 .join-type-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    font-size: 1.071rem;
}
.pop2 .join-type-box .join-type {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.pop2 .join-type-box .join-type img {
    margin-bottom: 10px;
}
.pop2 .join-type-box .join-type > a {
    width: 48%;
    text-align: center;
    padding: 15px;
    line-height: 1.3rem;
    border-radius: 3px;
}
.pop2 .join-type-box .join-type>a:first-of-type {
    color: #fff;
    background-color: #5c70cb;
}
.pop2 .join-type-box .join-type>a:last-of-type {
    color: #5c70cb;
    background-color: #fff;
    border: 3px solid #5c70cb;
}
.pop2 .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(/resources/app/images/btn/btn-page-close.png) no-repeat center;
}

#modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black;
}

#modal .modal-content {
    position: relative;
    width: 90%;
    margin: auto;
    padding: 0;
}
#modal .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    background: url(/resources/app/images/btn/btn-page-close.png) no-repeat center;
}
#modal .mySlide-wrap {
    position: relative;
    height: 300px;
    background-color: lightgray;
}
#modal .mySlides {
    display: none;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#modal .prev,
#modal .next {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}
#modal .next {
    right: 0;
}
#modal .numbertext {
    color: #f2f2f2;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
#modal .row-img-list {
    margin-top: 15px;
}
#modal .row-img-list li {
    border-width: 0;
}


#pageModal {
    position: relative;
    display: block;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
#pageModal .modal-tit {
    position: relative;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 1.429rem;
    text-align: center;
    color: #fff;
    background-color: #5c70cb;
}
#pageModal .modal-tit .page-close-btn {
    position: absolute;
    top: 9px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(/resources/app/images/btn/btn-page-close.png) no-repeat center;
}
#pageModal .modal-tit-2 {
    position: relative;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 1.429rem;
    text-align: center;
    background-color: #fff;
    border-bottom : 1px solid #dedede;
}
#pageModal .modal-tit-2 .page-close-btn {
    position: absolute;
    top: 9px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(/resources/app/images/btn/btn-page-close-b.png) no-repeat center;
}
#pageModal .modal-cont,
#pageModal .modal-cont-2 {
    padding: 15px;
    overflow-y: auto;
}
#pageModal .map-wrap {
    position: relative;
    width: 100%;
    height: calc(100vh - 45px);
    background: url(/resources/app/images/img/map.PNG) no-repeat center;
}

#pwModal {
    position: relative;
    display: block;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
#pwModal .modal-tit {
    position: relative;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 1.429rem;
    text-align: center;
    color: #fff;
    background-color: #5c70cb;
}
#pwModal .modal-tit .page-close-btn {
    position: absolute;
    top: 9px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(/resources/app/images/btn/btn-page-close.png) no-repeat center;
}
#pwModal .modal-tit-2 {
    position: relative;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 1.429rem;
    text-align: center;
    background-color: #fff;
    border-bottom : 1px solid #dedede;
}
#pwModal .modal-tit-2 .page-close-btn {
    position: absolute;
    top: 9px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(/resources/app/images/btn/btn-page-close-b.png) no-repeat center;
}
#pwModal .modal-cont,
#pwModal .modal-cont-2 {
    padding: 15px;
    overflow-y: auto;
}
#pwModal .map-wrap {
    position: relative;
    width: 100%;
    height: calc(100vh - 45px);
    background: url(/resources/app/images/img/map.PNG) no-repeat center;
}
#pageModal .modal-inner {
	position: relative;
    	height: 100%;
}

#pageModal .modal-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
}
.top-txt {
    font-size: 1.308rem;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #cfcdcd;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}
.top-txt-2 {
    font-size: 1.154rem;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #cfcdcd;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.point-info-window .upbtn-close {
    position: absolute;
    display: block;
    width: 21px;
    height: 21px;
    top: 0;
    right: 0;
    background: url(../images/btn/btn_toolbox_close.png) no-repeat right;
}
