.email_update_popup_view .panel {
	width: 490px;
    height: 440px;
    border-radius: 10px;
    overflow: hidden;
}

#email_update_info .panel {
    height: 434px;
}

#total_container.en_US #email_update_info .panel {
    width: 510px;
}

#email_input_info .panel {
    height: 526px;
}

#email_confirm_info .panel {
    height: 379px;
}

#total_container.en_US #email_confirm_info .panel {
    width: 560px;
}

.email_update_popup_view .panel_title {
    height: 113px;
}

.email_update_popup_view .panel .title {
    line-height: 32px;
    font-size: 30px;
    margin-top: 48px;
    font-weight: 500;
}

#total_container.en_US .email_update_popup_view .panel .title {
    font-size: 20px;
}

.email_update_popup_view .btn_close {
    right: 36px;
    top: 36px;
}

.email_update_popup_view .panel_body {
    padding: 0px 40px 0px 40px;
}

.email_update_popup_view .info_img {
    width: 100%;
    height: 105px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px 105px;
    background-image: url(/resources/img/210827/img-contents-access.png);
}

#email_confirm_info .info_img {
	margin-top: 36px;
    width: 100%;
    height: 152px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 152px 152px;
    background-image: url(/resources/img/210827/img-newsletter-done.png);
}

#email_update_info .info_img {
    margin-bottom: 24px;
}

#email_confirm_info .info_img {
    margin-bottom: 21px;
}

#email_input_info .panel_body .cur_email_info {
	width: 410px;
    height: 120px;
	border-radius: 10px;
	background-color: #f4f9fd;
}

.email_update_popup_view .panel .panel_body .text {
	font-size: 14px;
	text-align: center;
	color: #2c3749;
	letter-spacing: -1px;
	line-height: 22px;
}

.email_update_popup_view .panel .panel_body .text + .text {
	margin-top: 10px;
}

.email_update_popup_view .panel .panel_body .text.info_title {
    font-size: 18px;
	font-weight: 600;
}

#email_input_info .panel_body .cur_email_info .text {
	font-size: 16px;
	letter-spacing: -0.5px;
	padding: 0px 20px;
}

#email_input_info .panel_body .cur_email_info .text.info_title {
	margin-top: 20px;
}

#email_input_info .panel_body .cur_email_info .text.cur_email {
	margin-top: 16px;
}

#email_input_info .panel_body .cur_email_info .text.info_desc {
	font-size: 12px;
	color: #f94070;
	margin-top: 4px;
}

.email_update_popup_view .button_wrapper {
    margin-top: 28px;
    margin-bottom: 40px;
    text-align: center;
    min-height: 48px;
}

.email_update_popup_view .panel .panel_body .form_wrapper {
    margin-top: 24px;
    position: relative;
    padding: 0;
}

.email_update_popup_view .panel .panel_body .text.form_title {
    font-size: 18px;
	font-weight: 600;
}

.email_update_popup_view .form_wrapper input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 52px;
    padding: 18px 32px;
    border: solid 2px #b3c7d3;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    font-size: 14px;
    background-color: #FFFFFF;
    outline: none;
    color: #0099ff;
}

.email_update_popup_view .form_wrapper input::-webkit-input-placeholder {
    color: #b3c7d3;
}
.email_update_popup_view .form_wrapper input:-moz-placeholder {
    color: #b3c7d3;
}
.email_update_popup_view .form_wrapper input::-moz-placeholder {
    color: #b3c7d3;
}
.email_update_popup_view .form_wrapper input:-ms-input-placeholder {
    color: #b3c7d3;
}

.email_update_popup_view .form_wrapper #update_email {
    margin-top: 16px;
}

.email_update_popup_view .form_wrapper input + input {
    margin-top: 12px;
}

.email_update_popup_view .error.email {
    position: absolute;
    right: 55px;
    top: 53px;
}

.email_update_popup_view .error.company {
    position: absolute;
    right: 55px;
    top: 120px;
}

.email_update_popup_view .button_wrapper .btn {
	width: 231px;
  	height: 48px;
  	padding: 13px 60px;
  	border-radius: 24px;
	-moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    font-size: 14px;
    letter-spacing: -0.25px;
}

#total_container.en_US .email_update_popup_view .button_wrapper .btn {
	width: 271px;
}

#email_confirm_info .button_wrapper .btn {
    background-color: #afc4d3;
}

#email_confirm_info .button_wrapper .btn:hover {
    background-color: #9eb1be;
}

#email_input_info .button_wrapper .btn {
    width: 200px;
}

#email_confirm_info .button_wrapper .btn {
    width: 174px;
}

