@CHARSET "UTF-8";


.modal{
	padding-right: 0px !important;
}

/* 백그라운드 검은색뺴기 */
.modal-container:before {
    background: none;
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
H3 .popupFont{
	color: #fffff;
}
#popupFont{
	color: #fffff;
}
.modal-content.features {
    width: 450px;
}

/* modalPopup이 하나일때 */
/* .modal-container .modal-content { */
/*     backface-visibility: hidden; */
/*     position: fixed; */
/*     z-index: 2; */
/*     top: 50%; */
/*     left: 50%; */
/*     max-height: 100%; */
/*     overflow-y: auto; */
/*     border: none; */
/*     transform: translate3d(-50%, -50%, 0); */
/*     -webkit-transform: translate3d(-50%, -50%, 0); */
/*     padding: 0; */
/*     border-radius: 0; */
/*     box-shadow: none; */
/* } */

.modal-container .modal-content .modal1 {
    backface-visibility: hidden;
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 25%;
    max-height: 100%;
    overflow-y: auto;
    border: none;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    height: 600px;
}

.modal-container .modal-content .modal2 {
    backface-visibility: hidden;
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 75%;
    max-height: 100%;
/*     overflow-y: auto; */
    border: none;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.modal-container .modal-content:not(.height--natural) {
    width: 430px;
    height: 50%;
}

.boxed {
    position: relative;
    overflow: hidden;
    padding: 2.4375em;
    margin-bottom: 30px;
    height: 80%;
}

@media (max-width:500px){
	.modal-container .modal-content:not(.height--natural) {
    width: 90%;
    height: 90%;
	}
	
}


@media (min-width: 501px){
	.modal-dialog {
    margin: 30px auto;
    }
}
.modal-container .modal-content .modal-close-cross {
	color: black;
}


#popup_cookie{
    position: absolute;
    background: none;
    border-radius: 56px !important;
    width: 20%;
    right: 10%;
    border: 1px solid;
    font-size: 0.8em;
    text-align: center;
    cursor: pointer;
}

#modal-popup-col{
	position: absolute;
    right: 0;
    top: 90%;
}

.modal-content {
    position: relative;
    border: none;
    padding:15px;
    /* border: 1px solid rgba(0,0,0,0.2); */
    border-radius: none;
    -webkit-box-shadow: none;
        box-shadow: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.modal-title::after {
    border-top:none;
    content: "";
    display: block;
    height: 1px;
    margin: 16px 0 -12px;
    width: 100%;
}
#popup-closed{
	border: 1px solid;
    border-radius: 17px;
    line-height: 1.3em;
    padding: 3px;
    cursor: pointer;
}
 .popupfooter{
    position: absolute;
    top: 90%;
    left: 0;
}
.close{
	font-size: 2.2em;
	color: #000000;
}
/* .modal-backdrop.in { */
/*     opacity: 0; */
/* } */

