@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@font-face {
	font-family: 'SongganggasaL';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/OTSongganggasaLA.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

*
{
	max-height: 99999px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-break: break-all;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color : rgba(0, 0, 0, 0);
	outline: none;
}

*::after,
*::before
{
	box-sizing: border-box;
}


h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
}

ul
{
	list-style: none;
	list-style-position: inside;
}

img
{
	vertical-align: middle;
	border: none;
	max-width: 100%;
}

fieldset
{
	border: none;
}

legend
{
	display: none;
}

ayoungdo
{
	text-decoration: none;
}

button,
input[type='submit'],
input[type='button']
{
	cursor: pointer;
	border: none;
	background: none;
}

a,
input,
select,
button
{
	text-decoration: none;
	vertical-align: middle;
	-webkit-appearance: none;
   -webkit-border-radius: 0;
   -webkit-text-decoration-line: none;
}

input[type=radio]
{
	vertical-align: -2px;
}

input[type=text],
input[type=password]
{
	-moz-appearance: none;
	appearance: none;
	border: none;
}

input:not([type='radio'], [type='text'])
{
	-webkit-appearance: checkbox;
	-webkit-border-radius: 0;	
	-webkit-appearance: none; 
	-webkit-border-radius: 0;}

table
{
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	border-collapse: collapse;
	border-spacing: 0;
}

.content_hide
{
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.clearFix::after
{
	content: '';
	clear: both;
	display: block;
}

.textAL
{
	text-align: left !important;
}

.textAC
{
	text-align: center !important;
}

.textAR
{
	text-align: right !important;
}

.textCut
{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.textCut2L
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word; 
}

.borderRN
{
	border-right: none !important;
}

.borderLN
{
	border-left: none !important;
}

.flex_default_center /* 우/중 */
{
	display: flex;
	align-items: center;
}

.flex_between_center /* 좌우/중 */
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex_center_stretch /* 중/높이100% */
{
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.flex_center_start /* 중/상 */
{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.flex_center_end /* 중/하 */
{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.flex_center_center /* 중/중 */
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.scroll_bar::-webkit-scrollbar
{
	width: 5px;
	height: 12px;
}

.scroll_bar::-webkit-scrollbar-button:start:decrement,
.scroll_bar::-webkit-scrollbar-button:end:increment
{
	display: block;
	width: 0px;
	height: 0px;
}

.scroll_bar::-webkit-scrollbar-track
{
	background: #E9E9E9;
	border-radius: 10px;
}

.scroll_bar::-webkit-scrollbar-thumb
{
	background: #C5BDB2;
	border-radius: 10px;
}
