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

	@font-face {
		font-family: 'GmarketSansB';
		src: url(GmarketSansTTFBold.ttf);
	}
	@font-face {
		font-family: 'GmarketSansM';
		src: url(GmarketSansTTFMedium.ttf);
	}

	/* 요소(element) 여백 초기화  */
	html, body,
	div, span,
	dl, dt, dd, ul, ol, li,
	h1, h2, h3, h4, h5, h6,
	blockquote, p, address, pre, cite,
	form, fieldset, input, textarea, select,
	table, th, td {
		margin:0;
		padding:0;
		}

	/* 테이블설정 */
	table, th, td{
		margin:0;
	}

	/* 목록 */
	ol, ul,li { list-style:none}

	/* 테두리 없애기 */
	fieldset, img, abbr,acronym { border:0 none; } 


	/* 테이블 - 마크업에 'cellspacing="0"' 지정 함께 필요 */
	table {
		border-collapse: separate;
		border-spacing:0;
		border:0 none;
		}

	/* 텍스트 관련 요소 초기화 */
	address, caption, em, cite, th {
		font-weight:normal;
		font-style:normal;
		}
	ins { text-decoration:none; }
	del { text-decoration:line-through; }

	/* body 스타일 */
	html,body,td,div,span,li,p,dt,dd {
		font-size:18px;
		color:#222222;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:400;
		letter-spacing: -0.05em;
	}

	@media screen and (max-width:768px) { 
		body,html {
			font-size:13px;
		}
	}

	/* 링크 */
	a, a:link {color:#2f2f2f;text-decoration:none;} 
	a:visited {color:#2f2f2f;text-decoration:none;}
	a:hover {color:#193080;text-decoration:none;}
	a:focus {color:#2f2f2f;text-decoration:none;}
	a:active {color:#2f2f2f;text-decoration:none;} 

	/* 이미지, 폼관련 요소 */
	label, select, input, textarea {
		vertical-align:middle;
		box-sizing:border-box;
	}

	select {
		padding:7px;
		border:1px solid #9b9b9b
	}

	.memu{color:#000000;font-size:9pt; font-family:굴림,tahoma;line-height:140%}
	A.menu:link {color:#000000; text-decoration:none;}
	A.menu:visited {color:#000000; text-decoration:none;}
	A.menu:hover {color:#FF0000; text-decoration:none;}

	.thm7{font-size:7pt; font-family:tahoma;letter-spacing: 0pt}
	.dod8_{font-size:8pt; font-family:돋움;letter-spacing: -1pt}
	.dod8{font-size:8pt; font-family:돋움;letter-spacing: 0pt}

	.input_{border:1px solid #D8D8D8; background-color:#ffffff;padding:9px;font-size:1rem}

	/* 관리자전용알림 */
	.adminmess{display:flex;text-align:center;max-width:500px;margin:0 auto;border:2px dashed #000000;padding:10px ;background-color:#efefef;margin-top:10px;box-sizing:border-box;;align-items:center}
	.adminmess span:first-child{display:block;padding:5px 20px;background-color:#595C60;color:#ffffff;border-radius:6px}
	.adminmess span:last-child{padding-left:20px}


	.font_lato {font-family:'Lato'}
	.font_Pretendard {font-family:'Pretendard'}


	/* 네비게이션 디자인 */
	.navi_design{background-color:#F5F5F5;border:1px solid #dddddd;text-align:left;height:50px;line-height:50px;}
	.navi_design h2{display:none}
	.navi_design ul{float:left;padding-left:10px}
	.navi_design ul li{float:left;padding:0 20px;background:url(../image/A_icon_7.gif);background-repeat:no-repeat;background-Position:100% 50%;}
	.navi_design ul li:last-child{background:url();}

	.input_ess{background:url(../../../image/input_ess.gif);background-repeat:no-repeat;background-Position:0% 0%;}


	.name_popup ul{position:absolute; z-index:1; left:0px; top:10px;background-color:#ffffff;border:1px solid #dddddd;width:120px;border-radius:10px;padding:10px}
	.name_popup ul li > a{display:block;padding:5px 10px;}

