/* BASIC css start */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap);
#content {
    font-family: 'Noto Sans KR',"Helvetica Neue",Helvetica,NanumGothic,"Malgun Gothic",Dotum,Gulim,sans-serif
}

/* Ãß°¡ */
/*
#contentWrapper{border-top: 1px solid #f3f3f3;}

.bbs-hd{padding: 45px 10px 20px !important; border-bottom: 0 !important; font-size: 0;}
.bbs-hd .bbs-tab{border: 1px solid #e5e5e5; width: 33%; display: inline-block; box-sizing: border-box; text-align: center;}
.bbs-hd .bbs-tab a p{font-size: 16px; font-family: '¸¼Àº °íµñ','Malgun Gothic', sans-serif; color: #838383; padding: 12px 0;}

.bbs-hd .bbs-tab.blac{border: 2px solid #000;}
.bbs-hd .bbs-tab.blac a p{color: #000; font-weight: bold;}

*/

.img {position:relative;}

.img img {
    width: 100%;
}
.img a {
    position: absolute;
    top: 0%;
    right: 2%;
    width: 26%;
    height: 2%;
}
/* BASIC css end */

