@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
body {/* overflow-x: hidden;  */font-family: 'Noto Sans KR', sans-serif; margin: 0;}

#header #logo em {
	position: relative;
	top: -13px;
}

 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
        #notice .inner {
        	padding: 40px 20px 40px 20px;
        	height: auto;
        }
        #notice .grap {
        	position: relative;
        	display: flex;
        	flex-wrap: wrap;
        	width: calc(80% + 30px);
        	padding: 0 30px;
        	left: 8%;
        }
        #notice .more {
        	position: absolute;
        	top: 60px;
        	right: 320px;
        	text-decoration: none;
        }
        #qna .inner {
        	padding: 40px 20px 40px 20px;
        	height: auto;
        }
        #qna .grap {
        	position: relative;
        	display: flex;
        	flex-wrap: wrap;
        	width: calc(80% + 30px);
        	padding: 0 30px;
        	left: 8%;
        }
        #qna .more {
        	position: absolute;
        	top: 60px;
        	right: 320px;
        	text-decoration: none;
        }
      }

@media (min-width: 1200px) {
	#notice {
		width: 100%;
		height: 570px;
		background-color: #f8f8f8;
	}
	#notice h2 {
		position: relative;
		font-size: 2em;
		margin-bottom: 48px;
		color: #232323;
		line-height: 24px;
		left: -3%;
	}
	#qna {
		width: 100%;
		height: 570px;
		background-color: #f8f8f8;
	}
	#qna h2 {
		position: relative;
		font-size: 2em;
		margin-bottom: 48px;
		color: #232323;
		line-height: 24px;
		left: -3%;
	}
	.container h2 {
		position: relative;
		font-size: 2em;
		margin-bottom: 48px;
		color: #232323;
		line-height: 24px;
		left: -3%;
	}
	.row {
		display: flex;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -56px;
	}
}