/* BASIC css start */
#contentWrapper { position:relative; } 
#contentWrapper img { width:100%; object-fit:cover;  }


.img_1 { position:relative; }
.img_1 .insta { position:absolute; top:19.7rem; right:11rem; width:7.5rem; height:2rem; } 
.img_1 .form { position:absolute; bottom:3rem; left:3rem; width:32rem; height:5rem; } 
.img_1 .review_bt { position:absolute; bottom:47.3rem; left:11rem; width:15.5rem; height:5rem; }

.img_2 { position:relative;}


.cateWrap ul .h01 { border-bottom:none !important; }
.cateWrap ul .h01>a { font-weight:400 !important; color:#444 !important; }

.cateWrap ul .h03 { border-bottom:0.3rem solid #e74174; }
.cateWrap ul .h03>a { font-weight:bold; color:#e74174; }


/* 신청하기 */
#fixRequest { width:100%; position:fixed; bottom:0; background:#fff; box-sizing:border-box; z-index:999; border-top:1px solid #e9e9e9; padding:0 1.3rem;  }
#fixRequest a { width: 100%; background: var(--main-color); display: block; text-align: center; vertical-align: middle;
    padding: 1.9rem 0;  margin: 1rem 0; border-radius: 1rem; color: #fff; font-weight: bold; font-size:1.8rem;}
    
    



/*popup*/
.popup_layer { position:fixed;top:0;left:0;z-index: 10000; width: 100%; height: 100%; background:rgba(0,0,0,.6); }
/*팝업 박스*/
.popup_box2 { position: relative;top:50%;left:50%; overflow: auto; height: 15rem; width:90%;transform:translate(-50%, -50%);z-index:1002;box-sizing:border-box;background:#fff;box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);-webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);-moz-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);}
.popup_box2 .top { position:fixed; height:4rem; display:block; padding:1rem; background:#fff; width:100%; overflow:hidden; box-sizing:border-box; border-bottom: 1px solid #eee; text-align:center; }
.popup_box2 .top  a { float:right; }
.popup_box2 .top img { width:1.5rem; height:1.5rem; }
.popup_box2 h5 { display:inline-block; padding-left:1rem; font-size:1.5rem; }


/*컨텐츠 영역*/
.popup_box2 .popup_cont { padding-top:6rem; text-align:center; }
.popup_box2 .popup_cont .share_bt2 { display:inline-block; width:7rem; }
.popup_box2 .popup_cont .share_bt2 img { width:5rem; margin-bottom:0.3rem; }

.popup_box2 .popup_cont .share_bt2 button { border:none; background:none; }
.popup_box2 .popup_cont .share_bt2 button img { display:block; }


/*버튼영역*/
.popup_box2 .popup_btn { position:absolute; bottom:0; display:table; table-layout: fixed; width:100%; }
.popup_box2 .popup_btn a { position: relative; display: table-cell; height:12vw; font-size:4vw; text-align:center;vertical-align:middle;text-decoration:none; background:#e74174; color:#fff; }
/* BASIC css end */

