@charset "utf-8";

.fw_b{font-weight:bold;}
.pop_wrap{background:rgba(0,0,0,.8);position: fixed;top:0;left:0;width:100%;height: 100%;font-family: 'Noto Sans KR', sans-serif;z-index: 100;}
.pop_box{position: fixed;top:50%;left:50%;transform: translate(-50%, -50%);width:100%;max-width:350px;text-align: center;}
.pop_inner{position: relative;}
.pop_box:after,
.pop_inner03:after{content:'';clear:both;display: block;}

.pop_inner img.pop_inbg01{width:100%;max-width:350px;display: block;margin:0 auto;}
.pop_inner .pop_link_btn01{font-size:14px;color:#fff;background:#4bb8fb;border-radius:50px;text-decoration: none;height:40px;line-height: 40px;text-align: center;position: absolute;bottom:20px;left:50%;margin-left:-110px;width:220px;}
.pop_box .close_btn_img01{display: block;margin:10px auto 0;max-width:36px;cursor: pointer;}

.pop_inner img.pop_inbg02{width:100%;max-width:350px;display: block;margin:0 auto;}
.pop_inner .pop_link_btn02{color:#529fee;background:#fff;text-decoration: none;height:40px;line-height: 40px;text-align: center;width:100%;display: block;font-size:15px;font-weight:400;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.pop_box .close_btn_img02{max-width:18px;cursor: pointer;position: absolute;top:20px;right:20px;}
.pop_box.bg01 .pop_inner{background: url(/images/pop_img/pop_bg01.png)no-repeat center;background-size:cover;border-radius:10px;padding:30px;padding: 30px 30px 80px;}
.pop_box p{text-align: center;color:#fff;font-size:20px;}
.pop_box p.fs_16{font-size:14px;padding:16px 0 15px;}
.pop_box.bg02 .inner02{background: #529fee;padding:30px;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.pop_box.bg02 p.tr{text-align: right;display: block;padding-top:10px;}
.pop_box label{color:#5a5e67;background:url(/images/pop_img/text_check_off.png)no-repeat center left;padding-left: 20px;background-size: 15px;font-size:14px;font-weight: bold;}
.pop_box input[type="checkbox"]:checked + label{background:url(/images/pop_img/text_check_on.png)no-repeat center left;background-size: 15px;}/* 다시보지않기 체크했을때 이미지 필요합니다. */
.pop_box input{position: absolute;top:0;left:0;opacity: 0;}

.pop_wrap03{background:rgba(0,0,0,.8);position: fixed;top:0;left:0;width:100%;height: 100%;font-family: 'Noto Sans KR', sans-serif;z-index: 100;}
.pop_inner03{position: relative;text-align: left;background: #c398ff;border-top-left-radius: 10px;border-top-right-radius: 10px;padding:30px 30px 10px;}
.pop_inner03 p{color:#fff;text-align: left;font-size:25px;}
.pop_inner03 p span{font-weight: bold;}
.pop_inner03 p.fs_16{font-size:14px;padding:16px 0 15px;}
.pop_inner03 .pop_link_btn03{color:#fff;background:#8935ff;text-decoration: none;height:40px;line-height: 40px;text-align: center;font-size:15px;font-weight:400;display: inline-block;border-radius:50px;padding:0 20px;}
.pop_inner03 .pop_link_btn03 i{font-style: normal; font-family: math; font-weight: bold;}
.pop_inner03 img{float: right;width:200px;}
.pop_box .close_btn_img03{float: left;width:50%;background:#fff;line-height: 40px;height: 40px;text-align: center;border-bottom-right-radius: 10px;color:#666;}
.pop_box .close_btn_img03.fc_p{color:#c398ff;border-bottom-left-radius: 10px;border-bottom-right-radius: 0;position: relative;}
.pop_box .close_btn_img03.fc_p:after{content:'';width:1px;height:14px;background: #e4e4e4;position: absolute;top:50%;margin-top:-7px;right:0;display: block !important;}