@media (min-width: 1024px) {
	.modal-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 9998;
	}
	.modal_popup_email{
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 541px;
		height: 650px;
		padding: 60px;
		background: #FFFFFF;
		border-radius: 20px;
		z-index: 9999;
	}
	.modal_popup_email_title{
		font-family: Adobe Heiti Std;
		font-weight: bold;
		font-size: 30px;
		color: #000000;
		line-height: 30px;
		text-align: center;
		margin-bottom: 19px;
	}
	.modal_popup_email_msg{
		font-family: Adobe Heiti Std;
		font-weight: normal;
		font-size: 16px;
		color: #727479;
		line-height: 16px;
		text-align: center;
		margin-bottom: 38px;
	}
	.modal_popup_email_list_item{
		margin-bottom: 24px;
	}
	.modal_popup_email_list_item_title{
		font-family: Adobe Heiti Std;
		font-weight: normal;
		font-size: 16px;
		color: #727479;
		line-height: 16px;
		margin-left: 7px;
		margin-bottom: 10px;
	}
	.modal_popup_email_list_item_input{
		padding: 0px 	19px;
		width: 100%;
		height: 50px;
		border-radius: 10px;
		border: 1px solid #E5E6E8;
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 16px;
		color: #000;
		line-height: 50px;
	}
	.modal_popup_email_list_item input:focus {
		outline: none;
		border-color: #E5E6E8;
		box-shadow: none;
	}
	.modal_popup_email_list_item_radio{
		width: 100%;
		height: 113px;
		border-radius: 10px;
		border: 1px solid #E5E6E8;
		padding: 19px 20px;
	}
	.radio_option{
		display: flex;
		align-items: center;
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 16px;
		color: #000000;
		cursor: pointer;
		margin-bottom: 15px;
		position: relative;
	}
	.radio_option input[type="radio"]{
		position: absolute;
		opacity: 0;
		width: 0;
		height: 0;
	}
	.custom_radio{
		width: 18px;
		height: 18px;
		margin-right: 10px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	.radio_option input[type="radio"] + .custom_radio {
		background-image: url("../img/buy/radio_icon_default.png");
	}
	.radio_option input[type="radio"]:checked + .custom_radio {
		background-image: url("../img/buy/radio_icon_choose.png");
	}
	.payment_logo{
		margin-left: auto;
		font-weight: bold;
	}
	.payment_logo{
		width: 84px;
		height: 30px;
		object-fit: contain;
	}
	.modal_popup_email_btn{
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  width: 100%;
	  margin-top: 33px;
	}
	.btn_confirm {
	  width: 161px;
	  height: 56px;
	  background: #3B89E7;
	  border-radius: 28px;
	  font-family: Kozuka Gothic Pr6N;
	  font-weight: normal;
	  font-size: 20px;
	  color: #FFFFFF;
	  line-height: 56px;
	  text-align: center;
	  cursor: pointer;
	}
	.btn_register {
	  width: 161px;
	  height: 56px;
	  background: #FFFFFF;
	  border: 1px solid #3B89E7;
	  border-radius: 28px;
	  font-family: Kozuka Gothic Pr6N;
	  font-weight: normal;
	  font-size: 20px;
	  color: #3B89E7;
	  line-height: 56px;
	  text-align: center;
	  cursor: pointer;
	}
	.btn_confirm:hover {
	  background: #2A78D8;
	}
	.btn_register:hover {
	  background: #F0F7FF;
	}
	.modal_popup_email_close{
		position: absolute;
		top: -27px;
		right: -51px;
		width: 41px;
		height: 41px;
		cursor: pointer;
	}
}
@media (max-width: 1024px) {
	.modal-overlay{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 9998;
	}
	.modal_popup_email{
		padding: 70px 36px;
		width: 667px;
		background: #FFFFFF;
		border-radius: 26px;
		position: fixed;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 9999;
	}
	.modal_popup_email_title{
		font-family: Adobe Heiti Std;
		font-weight: bold;
		font-size: 52px;
		color: #727479;
		line-height: 52px;
		text-align: center;
		margin-bottom: 27px;
	}
	.modal_popup_email_msg{
		font-family: PingFang SC;
		font-weight: 400;
		font-size: 28px;
		color: #727479;
		line-height: 38px;
		text-align: center;
		margin-bottom: 40px;
	}
	.modal_popup_email_list_item{
		margin-bottom: 30px;
	}
	.modal_popup_email_list_item_title{
		font-family: PingFang SC;
		font-weight: 400;
		font-size: 30px;
		color: #727479;
		line-height: 44px;
		margin-left: 12px;
		margin-bottom: 10px;
	}
	.modal_popup_email_list_item_input{
		width: 595px;
		height: 98px;
		border-radius: 20px;
		border: 1px solid #E5E6E8;
		padding: 0 29px;
		font-family: ITC Avant Garde Gothic Std;
		font-weight: normal;
		font-size: 30px;
		color: #0A0A0A;
		line-height: 98px;
	}
	.modal_popup_email_list_item input:focus {
		outline: none;
		border-color: #E5E6E8;
		box-shadow: none;
	}
	.modal_popup_email_list_item_radio{
		width: 595px;
		height: 204px;
		border-radius: 20px;
		border: 1px solid #E5E6E8;
		padding: 28px 36px;
	}
	.radio_option{
		display: flex;
		align-items: center;
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 30px;
		color: #000000;
		cursor: pointer;
		margin-bottom: 35px;
		gap: 20px;
		position: relative;
	}
	.radio_option input[type="radio"]{
		position: absolute;
		opacity: 0;
		width: 0;
		height: 0;
	}
	.custom_radio{
		width: 33px;
		height: 33px;
		margin-right: 10px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	.stripe_logo_img{
		content: url('../img/buy/stripe_phone_icon.png');
	}
	.paypal_logo_img{
		content: url('../img/buy/paypal_phone_icon.png');
	}
	.radio_option input[type="radio"] + .custom_radio {
		background-image: url("../img/buy/radio_icon_default.png");
	}
	.radio_option input[type="radio"]:checked + .custom_radio {
		background-image: url("../img/buy/radio_icon_choose.png");
	}
	.payment_logo{
		margin-left: auto;
		font-weight: bold;
	}
	.payment_logo{
		width: 150px;
		height: 54px;
		object-fit: contain;
	}
	.modal_popup_email_btn{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 595px;
		margin-top: 44px;
	}
	.btn_confirm {
		width: 280px;
		height: 90px;
		background: #3B89E7;
		border-radius: 45px;
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 34px;
		color: #FFFFFF;
		line-height: 90px;
		text-align: center;
		cursor: pointer;
	}
	.btn_register {
		width: 280px;
		height: 90px;
		background: #FFFFFF;
		border: 1px solid #3B89E7;
		border-radius: 28px;
		border-radius: 45px;
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 34px;
		color: #3B89E7;
		line-height: 90px;
		text-align: center;
		cursor: pointer;
	}
	.modal_popup_email_close{
		content: url('../img/buy/buy_close_phone_img.png');
		position: absolute;
		bottom: -131px;
		left: 50%;
		transform: translateX(-50%);
		width: 89px;
		height: 131px;
		cursor: pointer;
	}
}