@charset "utf-8";

/* 내용관리 */
.ctt {}
.ctt_admin {position:absolute;top:35rem;right:0;transform:translateY(-100%);}
#ctt_con {max-width:1400px;width:90vw;margin:15rem auto;letter-spacing:-0.06em;}
#ctt_con .title {position:relative;font:500 4.4rem/1 'Hallym';color:#222;letter-spacing:-0.06em;text-align:center;margin-bottom:5rem;}
#ctt_con .ctt_con_txt {background:#f8f8f8;border-radius:2rem;padding:4rem 3rem;font-size:1.6rem;font-weight:400;color:#333;line-height:1.8;}
#ctt_con .ctt_con_txt p {word-break:keep-all;}
#ctt_con .ctt_con_txt b {display:block;font-size:2rem;font-weight:700;color:#222;margin-bottom:1rem;}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}


.memberWrap {max-width:1240px;margin:0 auto;text-align:left;padding:50px 10px 50px 10px;color:#666; letter-spacing:-0.8px;line-height:24px;word-break:keep-all}
.memberWrap h3{font-size:18px;font-weight:500;color:#333;margin-bottom:10px;margin-top:50px; font-weight:bold;}
.memberWrap h3:first-child{margin-top:0}
.memberWrap p{margin-top:15px; line-height:1.6;word-break:keep-all; font-size:15px}
.memberWrap .law{margin-top:15px;padding:20px;border:solid 1px #ebebeb;background:#fafafa}
.memberWrap .law ul li{margin-top:3px; padding:0; font-size:15px; line-height:1.6;}
.memberWrap .law ul li:first-child{margin-top:0}

@media screen and (max-width:640px) {
    #ctt_con {margin:8rem auto;}
    #ctt_con .title {font-size:3.6rem;margin-bottom:3rem;}
    #ctt_con .ctt_con_txt b {font-size:1.8rem;}
}