/* common */
*{
	--mainCol: rgb(123 164 62/var(--tw-text-opacity,1));
	--pCol: #ff5b01;
	word-break: keep-all !important;
}

html, body {
	/* scroll-behavior: smooth; */
}

html {
	scroll-behavior: smooth;
}

.mb{
	display: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;300;400;500;700;900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');

@font-face {
  font-family: 'sd4';
  src: url('/include/font/SCDream4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'sd5';
  src: url('/include/font/SCDream5.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'sd6';
  src: url('/include/font/SCDream6.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'sd7';
  src: url('/include/font/SCDream7.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'sd8';
  src: url('/include/font/SCDream8.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body{
	/* overflow-x: hidden; */
	/* font-family: 'sd4'; */
}

h1, h2, h3, h4, h5, h6,
dt, th,
input, button{
	/* font-family: 'Noto Sans KR', sans-serif;
	font-family: 'sd4'; */
}

body *{
}

.noto{
	font-family: 'Noto Sans KR', sans-serif !important;
}

.pb{
	font-family: "pb";
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
	/* font-family: "pb"; */
	/* font-weight: 400; */
}

.pt0{
	padding-top: 0 !important;
}

.pb0{
	padding-bottom: 0 !important;
}

.mb0{
	margin-bottom: 0 !important;
}

.content{
	overflow-x: hidden;
}

#bo_v_con img{
	max-width: 100%;
}

a.btn_admin, .btn_admin{
	display: none !important;
}

/* imgBox */
.imgBox img{
	max-width: 100%;
	margin: auto;
	display: block;
}

/* inner */
.inner{
	width: 90%;
	max-width: 1280px;
	margin: auto;
}

/* scroll */
/* 전체 스크롤바 */
::-webkit-scrollbar {
    width: 7px;
}

/* 스크롤바 트랙 */
::-webkit-scrollbar-track {
    background: #f3f3f3;
}

/* 스크롤바 핸들 */
::-webkit-scrollbar-thumb {
    background: linear-gradient(
        180deg,
        hsl(var(--primary))
    );
    border-radius: 10px;
}

/* hover 시 */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(
        180deg,
        hsl(var(--primary))
    );
}


/* header */
/*
.header{
	background: #000c;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.header .inner{
	display: flex;
	align-items: center;
	height: 6rem;
	justify-content: space-between;
}

.header .logo{
	display: flex;
	align-items: flex-end;
	gap: .5rem;
}

.header .logo img{
	height: 3.5rem;
	width: auto;
	max-width: 100%;
	display: block;
}

.header .logo .b{
	line-height: 1.75rem;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	font-family: 'sd7';
	display: block;
	margin-bottom: .5rem;
}

.header .logo .b span{
	color: var(--mainCol);
}

.header .logo .s{
	line-height: 1rem;
	font-size: 20px;
	color: #fff;
	font-family: 'sd4';
	display: block;
}

.header nav > ul{
	display: grid;
	gap: .375rem;
	justify-content: center;
	align-items: center;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.header nav > ul > li{
	text-align: center;
}

.header nav > ul > li > a{
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
*/



/* ---------------------------------------------------------- 1024 */
@media screen and (max-width: 1024px){




}


/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

body {
	overflow-x: hidden;
	/* padding-top: 70px; */
}

.pc{
	display: none !important;
}

.mb{
	display: block !important;
}

.inner{
	width: 90%;
}

/* header */







}