#wrap {width: 100%;min-height: 100vh;display: flex;flex-direction: column;justify-content: center;align-items: center;background: #f2672a;}
#wrap p {font-size: 2rem;color: #fff;}
#wrap .img_wrap {width: 26rem;margin: 3rem 0 12rem;}
#wrap .img_wrap img {width: 100%;}
#wrap .index_a {width: 80%;display: block;font-size: 2rem;font-weight: 800;letter-spacing: -.1rem;padding: 1.4rem;color: #f2672a;background: #fff;text-align: center;border-radius: .7rem;border-bottom: 4px solid #f2842a;}

/* 모달 */
#wrap.on .modal {display: block}
.modal {display:none;position: fixed; min-height: 100vh;width: 100%; left: 0; right: 0; top: 0;z-index: 100;background: transparent;}
.modal .modal_bg {position: fixed;left: 0;top: 0;height: 100%;width: 100%;background: rgba(0,0,0,.3);}
.modal_con {background: #fdf0ea;max-width:500px;width: 85%;  top: 50%;left: 50%;position: absolute;transform: translate(-50%,-50%);display: flex;flex-direction: column;border-radius: .3rem;box-shadow: 0 0 .5rem rgba(0,0,0,.3);z-index: 101;}
.modal_con h3 {font-size: 1.8rem; padding: 1.5rem;color: #f2672a;font-weight: bold; text-align: center;position:relative; margin-right: 0;display: block;}
.modal_con h3 span {display: block;width: 1rem;position: absolute;top: 50%;right: 1rem;transform: translateY(-50%);}
.modal_con .modal_box {position: relative;background: #fff;margin: 0 1rem;padding: 1.5rem 0 2rem 0;margin-bottom: 1rem;}
.modal_con .modal_box img {width: 2rem;margin: 0 auto;display: block;margin-bottom: 1rem;}
#wrap .modal_con .modal_box p {font-size: 1.7rem;text-align: center;color: #333;padding: 0 1rem 5rem 1rem;line-height: 1.2;}
.modal_con .modal_box > div {padding: 0 1rem;padding-top:0;position: absolute;bottom:1rem;width: 100%;display: flex;align-items: center;justify-content: center;gap: 1rem;}
.modal_con .modal_box button {font-size: 1.8rem;color: #fff;background: #f2672a;width: 100%;padding: 1rem;font-weight: bold;border-radius: .7rem;border-bottom: 4px solid #f9a48d;}
.modal_con .modal_box a {color: indianred;font-size: 1.6rem;display: block;margin-top: 1rem;}