@charset "utf-8";
#hd{
    position: sticky;
}
body{
    overflow: initial;
}
#container_title{
    text-align: center;
    font-size: 2rem;
    color: #0a2151;
    padding: 40px 0 20px;
    font-family: "GmarketSans";
}
#wrapper{
    position: relative;
}
#wrapper::before{
    content: '';
    background: url(../../../theme/basic/img/image/bg_3.jpg) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

/* 내용관리 */
#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: 30px;
    }
}