@CHARSET "UTF-8";

.myModal{
	display: none;
	background-color: #ffffff;
	padding: 20px;
}

.modal-win-inner{
	width:65%;
}
.modal-close {
	/* text-align: center;
	width:8%;
	height:2em;
	display:inline-block;
	border-radius:8px;
	border:1px solid #ccc;
	line-height:2em; */
	font-size: 25px;
}

#closebutton{
	text-align:right;
	margin-bottom:1em;
}
#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 101;
	border-radius: 10px;
}
#modal-win-inner > * {
	border-radius: 10px;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width:480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width:768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width:980px) {

}
    /* Large Devices, Wide Screens */
@media only screen and (min-width:1200px) {

}
 /*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:1200px) {

}
/* Medium Devices, Desktops */
@media only screen and (max-width:979px) {
	.modal-win-inner{
		width:90%;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width:767px) {

}
/* iPhone6 iPhone7 */
@media only screen and (max-width:736px) {

}
@media only screen and (max-width:479px) {


}
/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {



}
