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


#content { position:relative; margin-top:4.6rem; padding-bottom:10rem; } 
#content img { width:100%; object-fit:cover; }


.link01 { position:relative; }
.link01 a {position:absolute;top: 37rem;left: 9rem;width: 19rem;height:5rem;} 


.link02 { position:relative; }
.link02 a {position:absolute;top: 2.5rem;left: 8.7rem;width: 20rem;height:5rem;} 




/* 신청하기 */
.fixed_bt { width:100%; position:fixed; bottom:0; background:#fff; box-sizing:border-box; z-index:999; border-top:1px solid #e9e9e9; padding:0 1.3rem; border-radius:0.7rem 0.7rem 0 0; }
.fixed_bt a { width: 100%; background:#2c2481; 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:2rem;}
    
.fixed_bt .sub { font-size: 1.4rem; font-weight: 600; line-height:2.4rem; text-align:center; padding-top: 1.5rem; background: linear-gradient(to right top, #ad2bff, #3fffdc);color: transparent;-webkit-background-clip: text;}


/* BASIC css end */

