/*sub_notice_res.css*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JSDongkang-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/JSDongkang-RegularA1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html, body{margin:0; padding:0; font-family: 'Noto Sans KR', sans-serif; background: #fff; font-size:62.5%;}
header, section, article, aside, nav, main, footer{display:block;}
header:after, section:after, article:after, aside:after, nav:after, main:after, footer:after{content:""; display:block; clear:both;}
h1, h2, h3, h4, h5, h6, p{margin:0;}
ul, ol{margin:0; padding:0; list-style:none;}
a{text-decoration:none;}
.clear{clear:both;}


@media(max-width:480px){
	.golgoru .frame{width: 100%; height: 100%;}
	.golgoru .frame .list{width: 100%; height: auto; padding-bottom: 30px; padding-top:2%;}


	/**반응형 전용- (추천/ 조회 버튼박스)**/
	.golgoru .frame .butbox{display: block; width: 100%; height:60px; padding: 0 2%; margin: 0 auto; background:#fff; position:fixed; z-index:111;}
	.golgoru .frame .butbox > div {display: inline-block; width: calc(50% - 20px); box-shadow:0 0 5px 0 rgba(0,0,0,0.3); background:#2b90d9; margin: 8px; text-align: center; border-radius:3px;}
	.golgoru .butbox div a{font-size: 1.2rem; color: #fff; line-height:3;}


	.golgoru .list .n_title{float: none; text-align: center; padding-top:17%; width: 100%; height: 120px;}
	.golgoru .list .n_title p{float: none; padding:0; font-size: 1.6rem; line-height: 20px; font-size: 2.3rem; font-weight: 100; letter-spacing: 1px;}
	.golgoru .list .n_title p:nth-child(2){font-size: 1.1rem; color: #1d212a; padding-top: 3px;}

	/*공지*/
	.golgoru .notice{width: 100%; height: 100%;}
	.golgoru .notice:after{content:""; display: block; clear: both;}
	.golgoru .notice .content{width: 90%;margin: 0 auto;}

	.golgoru .notice .content .all{width: 100%; height:90%;}
	.golgoru .notice .content .all .no_con{width: 100%; height: auto;}
	.golgoru .notice .content .all .no_con .box{height: 10%; border-top: 1px solid #bfbdbd; padding: 10px;}
	.golgoru .notice .content .all .no_con .box a{display: block;}
	.golgoru .notice .content .all .no_con .box a strong{font-size: 1.5rem; letter-spacing: 2px; color: #1d212a; font-weight: 100; display: block;}
	.golgoru .notice .content .all .no_con .box span.no_date{font-size: 1.2rem; color: #1d212a; padding-top: 5px; font-family: auto; display: block; letter-spacing: 1px;}


	.golgoru .notice .content .add{padding-left: 5%;}
	.golgoru .notice .content .add a{font-size: 1.6rem; color: #1d212a;}



}
