@charset "utf-8";
#hd{
    position: sticky;
}
body{
    overflow: initial;
}
#container_title{
    text-align: center;
    font-size: 2rem;
    color: #fff;
    padding: 40px 0 20px;
    font-family: "GmarketSans";
}
#wrapper{
    position: relative;
    background-color: #ffa300;
}
#container_wr{
    margin-bottom: 50px;
}

/* 내용관리 */
#ctt {
    margin:10px auto;
    padding:50px;
    background:#fff;
    border-radius: 20px;
    font-size: 1.05rem;
    font-weight: 300;
}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em; font-weight: 300;}
#ctt_con p b, #ctt_con p strong{
    font-size: 1.1em;
    font-family: "GmarketSans";
}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}


@media screen and (max-width:500px) {
    #ctt{
        font-size: 1rem;
        padding: 20px 25px;
    }
}