#jAlert_dim{position: fixed; z-index: 999998; top: 0; left : 0; width : 100vw; height : 100vh;}
#jAlert_container{background-color : #fff; position: fixed; top : 50%; left : 50%; transform : translate(-50%, -50%); border-radius: 5px; padding : 35px; min-width : 465px; max-width : 550px; z-index: 999999;}
#jAlert_container:focus{outline: none;}
#jAlert_container .jAlert_header{color : #18191c;font-size : 26px;font-weight: bold;position: relative;margin-bottom: 19px;letter-spacing: -0.04em;}
#jAlert_container .jAlert_header .jAlert_close_btn{display: block;position: absolute;width: 25px;height: 25px;top: -3px;right: -4px;cursor: pointer;}
#jAlert_container .jAlert_header .jAlert_close_btn>span {position: relative;}
#jAlert_container .jAlert_header .jAlert_close_btn>span:before {content:'';display: block;width : 100%;height: 1px;background-color : #bbbdc1;transform: translateY(12px) rotate(-45deg);}
#jAlert_container .jAlert_header .jAlert_close_btn>span:after {content:'';display: block;width : 100%;height: 1px;background-color : #bbbdc1;transform: translateY(11px) rotate(45deg);}
#jAlert_container .jAlert_body{color : #7b828c;line-height: 24px;font-size : 17px;margin-bottom: 22px;word-spacing: -1px;}
#jAlert_container .jAlert_body .modal-box p {line-height: 24px; color: #333333; font-size: 15px; letter-spacing: -0.02em;}
#jAlert_container .jAlert_body .modal-box li {line-height: 24px; color: #333333; font-weight: 350; font-size: 15px; letter-spacing: -0.02em;}
#jAlert_container .jAlert_body .modal-box p a {font-weight: 500; color: #333333; text-decoration: underline;}
#jAlert_container .jAlert_body .modal-box ol {margin-top: 20px;}
#jAlert_container .jAlert_body .modal-box ol > li ~ li {margin-top: 15px;}
#jAlert_container .jAlert_body .modal-box ol li {font-size: 15px; letter-spacing: -0.06em;}
#jAlert_container .jAlert_body .modal-box ol li b {font-weight: 500;}
#jAlert_container .jAlert_body .modal-box ol li i {font-weight: 500; color: #18191c;}
#jAlert_container .jAlert_body .modal-box ol li ul li {color: #7b828c;}
#jAlert_container .jAlert_body .modal-box ol + p {margin-top: 10px; color: #7b828c; letter-spacing: -0.02em; font-weight: 350;}
#jAlert_container .jAlert_footer{text-align: right;}
#jAlert_container .jAlert_footer button{padding: 11px 12px 12px;min-width : 85px;font-size : 16px;border-radius: 8px; margin-left : 10px;}
#jAlert_container .jAlert_footer .jAlert_ok_button,
#jAlert_container .jAlert_footer .jAlert_yes_button,
#jAlert_container .jAlert_footer .jAlert_proceed_button{background-color : #1573f4;color : #fff;}
#jAlert_container .jAlert_footer .jAlert_no_button{background-color : #edf0f2; color : #4e5968;}

@media (max-width: 1250px) {
}
@media (max-width: 980px) {
}
@media (max-width: 500px) {
	#jAlert_container{min-width : auto; width : calc(100% - 30px); padding : 25px;}
	#jAlert_container .jAlert_header{font-size : 20px; margin-bottom : 20px;}
	#jAlert_container .jAlert_body{font-size : 15px; margin-bottom : 20px;}
}
@media (max-width: 340px) {
}