@charset "utf-8";

/*  프로그램 상태박스  ==================================================================================== */ 
.state_ing,
.state_acc,
.state_not,
.state_wait,
.state_end,
.state_finish,
.state_return,
.state_member,
.state_cancel				{font-family: 'S-Core Dream'; position:relative; display: inline-block; text-align:center; vertical-align:middle; min-width:70px; padding:0 4px; line-height:30px; font-size:0.8rem !important; color:#fff; border:1px solid rgba(0,0,0,0.1); border-radius:2px; } 

.gbox_top .state_ing,
.gbox_top .state_acc,
.gbox_top .state_not,
.gbox_top .state_wait,
.gbox_top .state_end,
.gbox_top .state_finish,
.gbox_top .state_return,
.gbox_top .state_cancel,
.gbox_top .state_member	{top:-3px;margin-right:10px;}

.state_ing					{background:#364bc0;} /* 접수: 블루 */
.state_acc					{background:#fff; border-color:#1f54ce; color:#1f54ce;}/* 접수완료: 블루라인 */
.state_wait					{background:#fff; border-color:#b2b2b2; color:#6c757d;}/* 대기 : 회색라인 */
.state_end					{background:#6c757d;} /* 종료 : 회색*/
.state_finish				{background:#ffc107; color:#000;} /* 노랑 : 재승인대기 */
.state_cancel				{background:#dc3545; } /* 취소 :적색 */  
.state_not, .state_return	{background:#fff; color:#dc3545; border-color:#dc3545;} /* 불가, 반려 : 적색라인 */ 
.state_member				{color:#444;}

@media screen and (max-width:1024px) {
	.state_ing, .state_acc, .state_not, .state_wait, .state_end, .state_finish, .state_return, .state_member, .state_cancel	{min-width:70px; line-height:26px;}
}

/*  버튼 관련  ==================================================================================== */
.sb_group					{position:relative; text-align:center; margin-top:40px;}
.sb_group .rt				{position:absolute; right:0;}  /* 버튼 오른쪽 고정*/
.sb_b						{font-family: 'S-Core Dream'; display:inline-block; font-size:1.05em; letter-spacing:-1px; padding:0 15px; border:1px solid #aaa; background:#fff; color:#666; text-align:center; line-height:52px; cursor:pointer; min-width:130px; vertical-align:middle; transition: all 0.3s ease;}
.sb_b:hover					{border-color:#000 !important; background:#444 !important; color:#fff !important;}
.sb_b i						{margin-right:6px;}
.sb_h						{opacity:.6 !important;}

.sb_blue					{border-color:#337cf6; background:#337cf6; color:#fff;}
.sb_blueline				{border-color:#337cf6; color:#337cf6;}
.sb_red						{border-color:#cb444a; background:#dc3545; color:#fff;}
.sb_redline					{border-color:#e6092e; color:#e6092e;}
.sb_yellow					{border-color:#f6c244 !important; background:#f6c244 !important; color:#333 !important;}
.sb_green					{border-color:#28a745 !important; background:#28a745 !important; color:#fff !important;}
.sb_gray					{border-color:#6d747c !important; background:#6d747c !important; color:#fff !important;}
.sb_black					{border-color:#212529 !important; background:#212529 !important; color:#fff !important;}

/* 임시저장 고정버튼  */
.sub_fixbtn					{position:fixed; right:-10px; bottom:20%;}
.sub_fixbtn .sb_b		{background:rgba(0,57,163,.7); border-radius:5px 0 0 5px; min-width:150px; line-height:60px; transition:all 0.3s ease; border:0; color:#fff;}
.sub_fixbtn i				{margin-right:7px;}
.sub_fixbtn:hover .sb_b		{transform: translateX(-10px); background:#1053C8 !important;}

@media screen and (max-width:768px) {
	.sb_b						{padding:0 10px; min-width:60px; line-height:42px; font-size:0.95em;}
}
 
/*  상단 써머리 박스, 헬프 박스 스타일   ==================================================================================== */
.gbox_top						{position:relative;border:8px solid #edecec; background:#fff;padding:40px 50px; text-align:justify; margin-bottom:40px; transition:all 0.3s ease; border-radius:0 0 40px 0;}
.gbox_top::after				{position:absolute;content:''; top:-8px; left:-8px; width:35px; height:35px; border-left:10px solid var(--color1); border-top:10px solid var(--color1); transition:all 0.3s ease;}
.gbox_top .tit					{font-family: 'S-Core Dream'; font-size:1.25em; line-height:1.3; font-weight:500; color:#111; letter-spacing:-0.75px; margin-bottom: 12px;}		  /* 큰 글씨 제목 */
.gbox_top .tit .cate			{font-size:0.9em;color:#555;}
.gbox_top .inf					{position: relative; overflow:hidden;}       /* 접수기간 등 작은 글씨 정보 묶음  */
.gbox_top dl					{position:relative; font-size:0.95rem; padding:3px 0; display:grid;grid-template-columns:120px auto; }    /* 접수기간 등 작은 글씨 정보   */
.gbox_top dl dt					{position:relative; font-family: 'S-Core Dream'; font-weight:500; color:#111; padding-left:12px;}                        /* 접수기간 등 작은 글씨 정보   */
.gbox_top dl dt:before			{position:absolute; content:''; display:block; left:0; top:12px; width:4px; height:4px; background:var(--color3); border-radius:100%;}
.gbox_top dl dd					{position:relative; } 
 
.gbox_top .file					{background:#f7f7f7; padding:15px 20px; margin-top:15px; font-size:0.9em;}   /* 파일이 있을 때 */
.gbox_top .file li				{position:relative;font-size:0.9rem; color:#888;}
.gbox_top .file li span			{display: inline; padding:0 0 0 10px;font-size:0.85rem;color:#aaa;}
.gbox_top .content				{position: relative; border-top:1px solid #e9e9e9;padding:15px 0 0 0;margin:20px 0 0 0;color:#777; line-height:1.4; }    /* 제목 아래에 설명글 - 설문조사 참여   */

.gbox_top .btn_wrap				{border-top:1px solid #e5e5e5;padding:20px 0 0 0;text-align:center;margin-top:20px;}
.gbox_top .btn_wrap span		{display:inline-block;text-align:center; font-weight:500;  padding:0 20px;border:1px solid #082a58; background:#082a58; color:#fff;line-height:45px; cursor:pointer; min-width:120px;vertical-align:middle; transition: all 0.3s ease; border-radius:2px;}

.gbox_help						{position:relative; border:1px solid #d7dae0; background:#f4f5f7; padding:20px 25px; line-height:1.4; font-size:0.95em; border-radius:10px;}
.gbox_help p					{position:relative; padding:3px 0 3px 12px; line-height:1.4;   z-index:1 ;}
.gbox_help p::after				{position:absolute; content:''; display:block; left:0; top:13px; width:3px; height:3px; background:#666; border-radius:50%;}
.gbox_help p strong				{position:relative;display:inline;font-weight:600;color:#333;box-shadow: inset 0 -10px 0 #ddecff; }
.gbox_help .anone::after		{display:none;}			/* p 태그에 앞에 점 없음 */
.gbox_help .tit					{color:#111; font-size:1.1em; font-weight:600; padding:0 0 3px 0; }   /* 큰 글씨 */
.gbox_help .tit i				{color:var(--color2); margin-right:8px;}
.gbox_help .tit.fred i			{color:var(--point2);}

.gbox_help2						{position:relative; border:2px solid #ddd;background:#fff; padding:20px 25px;line-height:1.4;font-size:0.95em;}
.gbox_help2 p					{position:relative; padding:3px 0 3px 10px; line-height:1.4;  }
.gbox_help2 p::after			{position:absolute; content:''; display:block; left:0; top:12px; width:2px; height:2px; background:#999; border-radius:50%;}
.gbox_help2 p strong			{position:relative;display:inline-block;font-weight:600; color:#333; text-decoration:underline;}

  
@media screen and (max-width:1024px) {
	.gbox_top					{border-width:6px; padding:20px; margin-bottom:20px;}
	.gbox_top::after			{width:22px; height:22px;top:-5px; left:-5px; border-width:7px;} 
	.gbox_top .tit				{font-size:1.1em; margin-bottom:10px; } 
	.gbox_top em				{top:-2px;min-width:70px;line-height: 32px; font-size:0.85rem; margin-right:15px;}   /* 접수중을 표시하는 태그 */

	.gbox_top dl				{padding:1px 0; grid-template-columns:100px auto;}
	.gbox_top dl dt				{padding-left:8px; font-size:15px;}
	.gbox_top dl dt:before		{top:10px; width:3px; height:3px;}

	.gbox_help					{padding:15px;}
}
 
/*.gwrap								{}*/				/* 뷰페이지 내용을 감싸주는 태그  - h4, h5 스타일 변경 용*/
.gwrap h4							{position:relative; display:block; font-size:1.2em; color:var(--color1);  font-weight:600; line-height:100%; padding:0 0 22px 3px; } 
.gwrap h4::after					{display:none;}
.gwrap h4::before					{display:none;}
.gwrap h4 span.fred					{position:relative;display:inline-block;margin-left:10px; font-size:0.9rem;}
.gwrap h5							{position:relative;font-size:1.1em;line-height:1.3; font-weight:600; padding:0 0 18px 24px; color:#222;  } 
.gwrap h5::after					{position:absolute; top:5px; left:3px; content:''; width:8px; height:8px; border:4px solid var(--color1); border-radius:20px; }


#guava_win_wrap h4				{position:relative; display:block; font-size:1.25em; color:var(--color1);  font-weight:600; line-height:100%; padding:10px 0 20px 3px; } 
#guava_win_wrap h4::after, #guava_win_wrap h4::before	{display:none;}


/*  탭메뉴   ==================================================================================== */
.gtab1									{position:relative;width:100%; border-bottom:1px solid #d5d5d5; margin-bottom:40px;display:flex;gap:3px; }
.gtab1 li								{position:relative; text-align:center; cursor:pointer; }
.gtab1 li a							{position:relative;display:block; color:#fff; font-size:1.05em; font-weight:500;  background:#9e9fa1;padding:0 30px;min-width:180px; line-height:58px; height:58px; border:1px solid #909093; border-bottom:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; border-radius:5px 5px 0 0; }

.gtab1 li.on a						{color:#fff; background:var(--color1); border-color:var(--color1); z-index:11;}

.gtab2 								{position:relative; border:1px solid #d5d5d5;border-top:0;margin:-40px 0 40px 0;background:#fff;}
.gtab2 li								{position:relative; display:inline-block; text-align:center;}
.gtab2 li::after					{content:''; position:absolute; top:0; left:0; bottom:0; width:1px; height:15px; margin:auto; background:#ccc;}
.gtab2 li:first-child::after	{display:none;}
.gtab2 li a							{position:relative; display:block; color:#555;padding:0 25px; line-height:64px; font-size:1em;font-weight:500; }
.gtab2 .on::before				{position:absolute; content:''; bottom:0; left:20px;width:calc(100% - 40px); height:3px; background:var(--color1); }
.gtab2 .on a,
.gtab2 a:hover					{color:var(--color1); font-weight:500;}

@media screen and (max-width:1200px) {
	.gtab1 li a						{min-width:initial; }
}
@media screen and (max-width:1024px) {
	.gtab1								{display:table;table-layout:fixed; }
	.gtab1 li							{display:table-cell; } 
	.gtab1 li a						{padding:0; font-size:1em; width:calc(100% - 3px); font-weight:500;}
	.gtab1 li:last-child a		{width:100%;} 
	.gtab2 li a						{padding:0 15px;line-height:56px;font-size:0.95em;}
	.gtab2 .on::before			{left:12px;width:calc(100% - 24px); height:2px;}
}

/*  게시글 리스트 검색 박스  ==================================================================================== */
.gsearch_box											{display:flex; justify-content:space-between; align-items:self-end; margin-bottom:20px;}
.gsearch_box .gsearch									{float:right; width:50%; overflow:hidden; }  
.gsearch_box .gsearch .search_select_box				{float:left;width:30%; }
.gsearch_box .gsearch .search_select_box + .search_select_box	{margin-left:10px;} 
.gsearch_box .gsearch .search_select_box select			{width:100%; height:52px; vertical-align:top; border:1px solid #ddd; cursor:pointer;}
.gsearch_box .gsearch .search_input_box  				{float:right; width:70%; padding-left:10px;} 
.gsearch_box .gsearch .search_input_box span			{display:inline-block;width:calc(100% - 55px);}
.gsearch_box .gsearch .search_input_box::after			{content:'';display:block;clear:both}
.gsearch_box .gsearch .search_input_box input[type="text"]		{width:100%; height:52px; border-color:#ddd; border-right:0;}
.gsearch_box .gsearch .search_input_box .gbtn			{float:right; width:55px; line-height:50px; font-size:1.1em; text-align:center;display:block;border:1px solid #ddd; border-lefT:0; color:#999; cursor:pointer; }
.gsearch_box .gsearch .search_input_box .gbtn:hover		{color:#000;}


@media screen and (max-width:1024px) {
	.gsearch_box					{margin-bottom:15px;}
	.gsearch_box .gsearch .search_select_box select	{height:42px; font-size:0.9em;}
	.gsearch_box .gsearch .search_input_box span	{width:calc(100% - 36px);}
	.gsearch_box .gsearch .search_input_box input[type="text"]	{height:42px; font-size:0.9em;}
	.gsearch_box .gsearch .search_input_box .gbtn		{width:36px;height:42px;line-height:33px; font-size:0.9rem; }
}  
@media screen and (max-width:768px) { 
	.gsearch_box					{display:grid; gap:10px; justify-content:unset;}
	.gsearch_box .gsearch			{float:none; width:100%;}
}

/*  테이블 관련  ==================================================================================== */ 
.gtable_resp					{display:block; width:100%; overflow-x:auto; padding-top:5px; padding-bottom:20px; -webkit-overflow-scrolling: touch; }  /* 테이블 가로 스크롤  */
.gtable_resp .gtable			{min-width:800px; } 
  
.gtable							{position:relative; border-collapse:collapse; width:100%; table-layout:fixed; border-top:1px solid #313131; font-size:0.95em;}
.gtable thead th				{position:relative; font-family: 'S-Core Dream'; font-weight:500; color:#111; background:#F3F3F3; line-height:1.2; padding:17px 0; letter-spacing:-0.75px; border-bottom:1px solid #e2e2e2; text-align:center;} 
.gtable thead th:after			{content:''; position:absolute; top:0; right:0; bottom:0; width:1px; height:1em; margin:auto; background:rgba(0,0,0,0.15);}
.gtable thead th:last-child:after	{display:none;}
.gtable thead th[rowspan]		{line-height:30px;} 
.gtable thead th[colspan]		{border-color:#d5d5d5;} 
.gtable tbody th				{font-family: 'S-Core Dream'; padding:15px; border-right:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; color:#222; background:#fafafa; letter-spacing:-0.75px;}
.gtable tbody th:last-child		{border-right-color:#fafafa;}
.gtable tbody th span			{font-size:0.85em; color:#777;}
.gtable tbody td				{padding:15px; height:60px; word-break:break-all; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; color:#666;} 
.gtable tbody td:first-child	{border-left-color:#fff;} 
.gtable tbody tr:hover td		{background:#f4f5f8;}       /* 오버했을때 바탕색 변경 */
.gtable tbody td.editor			{border:0;padding:0;}
.gtable tbody td.bw_close,
.gtable tbody td.bw_close a		{text-decoration: line-through;color:#ff3300 !important;}
.gtable tfoot th,
.gtable tfoot td				{background:#efefef; color:#333; padding:0px 6px;  word-break:break-all; font-weight: normal; height:48px; line-height:48px; letter-spacing:0; border-right:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center; font-size:0.95em; }
.gtable tfoot th:last-child,
.gtable tfoot td:last-child		{border-right:0 !important;}
.gtable em						{background:none !important;} 
.gtable .tsum					{background:#e3e4e9 !important; color:#333; word-break:break-all; font-weight: 500;padding:8px 6px;border:1px solid #ccc; border-left:0; } /* 합계 등을 표시하는 백그라운드 컬러가 있는 td */
.gtable .stxt					{font-size:0.95em; color:#888; letter-spacing:0;}
.gtable:After					{position:absolute; left:0; bottom:0; display:block; content:''; width:100%; height:1px; background:#bababa;}

.gtable em							{background:none !important;} 
.gtable .tsum						{background:#e3e4e9 !important; color:#333; word-break:break-all; font-weight: 500;padding:8px 6px;border:1px solid #ccc; border-left:0; } /* 합계 등을 표시하는 백그라운드 컬러가 있는 td */

.gtable.list th						{border-left:none;}   /* 게시판 형태로 세로방향 보더가 없어짐 */
.gtable.list td						{border-left:none; }   /* 게시판 형태로 세로방향 보더가 없어짐 */
.gtable.list td						{border-right:none;}   /* 게시판 형태로 세로방향 보더가 없어짐 */

.gtable .gcont p					{ color:#003c97; font-weight:500; }
.gtable .gcont div					{padding:10px 0 0 0;  color:#666; line-height:1.3; font-size:0.9em;}

.gtable .btit						{font-family: 'S-Core Dream'; font-weight:500; margin-bottom:5px; font-size:1.1em; letter-spacing:-0.5px; color:#333;}  /* 게시판 형태에서 제목으로 쓰임 : 큰글씨 */  
.gtable .stit						{padding:2px 0; color:#888; font-size:0.95em;}																		  /* 게시판 형태에서 작은글씨로 쓰임 : 신청기간 등 내용 */  
.gtable .stit strong				{display:inline-block; font-weight:400; font-size:0.95em;border:1px solid #ddd; padding:1px 5px 2px 5px;min-width:80px; text-align:center; margin-right:8px;}   /* 게시판 형태에서 작은글씨 박스 : 신청기간 등 표시 */  
.gtable .stit2						{position:relative; padding:0 6px 0 10px;font-size:0.95em;line-height:1.4;color:#888; }  /* 게시판 형태에서 작은글씨로 쓰임 : 앞에 점이 붙음  */  
.gtable .stit2 strong				{font-weight:500;}
.gtable .stit2::after				{position:absolute; content:''; top:10px;left:0;width:2px;height:2px;background:#999; }

.gtable .newwindow					{position:relative; top:5px;display:inline-block;width:20px;height:20px;background:url('../img/common/top_blank.png') no-repeat center 0;}
.gtable .mobile						{display:none; }    /* 모바일 사이즈에서 나타남 */ 


@media screen and (max-width:1024px) {
	.gtable .mobile					{display:block; }   
	.gtable .none					{display:none; } 
 
	.gtable thead th				{padding:10px 5px;}
	.gtable tbody th				{padding:10px 5px; height:46px;}
	.gtable tbody td				{padding:10px; height:auto;}
	.gtable .btit					{margin:3px 0; font-size:1.05em;}
	.gtable .stit strong			{min-width:70px;}
	.mleft							{text-align:left;}	

	.chartTable .btit span			{margin-left:7px; color:#777; font-size:15px;}
	.chartTable .stit				{padding:0; display:grid; grid-template-columns:20px auto; line-height:1.4; padding:2px 0;}
	.chartTable .stit i				{color:#111; width:20px; margin-top:6px;}
	.chartTable tbody td			{border-left:none; border-right:none; border-top:0;}
}


.gtable02											{border-collapse:collapse; width:100%; table-layout:fixed;border-top:2px solid #4b5267; }
.gtable02 thead th								{background:#fcfcfc; color:#5e6372; font-weight:400; line-height:55px;font-size:0.95em;  border-bottom:1px solid #a3a6ad; } 
.gtable02 thead th[rowspan]			{line-height:30px;} 
/*.gtable02 thead th[colspan]			{}*/ 
.gtable02 thead th:first-child			{border-left:0;}
.gtable02 thead th:last-child			{border-right:0;}
.gtable02 thead th a							{color:#f9f9f9;}
.gtable02 tbody th								{padding:20px 10px; background:#f9f9f9; border-bottom:1px solid #dddee0;font-size:0.95em; }
.gtable02 tbody th[rowspan]			{background:#f9f9f9;}
.gtable02 tbody th:first-child			{border-left:0;}
.gtable02 tbody th:last-child			{border-right:0;}
.gtable02 tbody th span					{display:block;font-size:0.85em;color:var(--point2);}
.gtable02 tbody td								{padding:20px 10px; color:#777; font-size:0.95em;word-break:break-all; border-bottom:1px solid #dddee0;} 
.gtable02 tbody td:first-child			{border-left:0;}
.gtable02 tbody td:last-child			{border-right:0;}
.gtable02 tbody tr:hover td				{background:#f1f4f7;} 
.gtable02 tbody td.editor					{border:0;padding:0;}
.gtable02 tbody td.bw_close,
.gtable02 tbody td.bw_close a		{text-decoration: line-through;color:#ff3300 !important;}
.gtable02 tfoot th,
.gtable02 tfoot td								{background:#f9f9f9; color:#333; padding:0px 6px;word-break:break-all; font-weight: normal; height:48px; line-height:48px;   border-right:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center;font-size:0.95em; }
.gtable02 tfoot th:last-child,
.gtable02 tfoot td:last-child				{border-right:0;}
.gtable02 em										{background:none !important;}
 

.txtline				{display:inline-block; box-shadow: inset 0 -10px 0 #ddecff; font-weight:500; padding:0 3px; color:#111;}
.txtline1				{display:inline-block; box-shadow: inset 0 -10px 0 #fbe3cd; font-weight:500; padding:0 3px; color:#111;}
.txtline2				{display:inline-block; box-shadow: inset 0 -10px 0 #d7edd7; font-weight:500; padding:0 3px; color:#111;}
.txtline3				{display:inline-block; box-shadow: inset 0 -10px 0 #ecdff0; font-weight:500; padding:0 3px; color:#111;}
.txtline4				{display:inline-block; box-shadow: inset 0 -10px 0 #a1f9fe; font-weight:500; padding:0 3px; color:#002759;}

 
/*  서브 검색결과   ==================================================================================== */
.sub_search_wrap					{position:relative;padding:140px 0 0 0;}
.sub_search_top						{position:relative;padding:70px 0 40px 0; background:#f6f7f9; border-bottom:1px solid #e1e1e1; text-align:center;}
.sub_search_top form				{margin:auto; max-width:700px; border:3px solid var(--color1); background:#fff; display:grid; grid-template-columns:130px auto 60px; align-items:center;}
.sub_search_top form span			{font-family: 'S-Core Dream'; color:#888; position:relative;}
.sub_search_top form span::after	{position:absolute; content:''; display:block; right:0; top:0; bottom:0; margin:auto; width:1px; height:18px; background:#bbb;}
.sub_search_top input[type="text"]	{padding-left:20px; color:#333;letter-spacing:-0.75px; border:0;}  
.sub_search_top input[type="text"]:focus	{color:#000; background:#fff;} 
.sub_search_top button				{border:0; width:100%; height:60px; font-size:1.4em; background:var(--color1);color:#fff; text-indent:1px; cursor:pointer;}  
.sub_search_top button:hover		{background:#000;}
.sub_search_top .keyword			{padding:20px 0 0 0; }
.sub_search_top .keyword a			{font-family: 'S-Core Dream'; display:inline-block;color:var(--color1); padding:0 10px;}
.sub_search_top .keyword a:hover	{text-decoration:underline;}

.sub_search_result					{font-family: 'S-Core Dream'; font-size:1.3em; font-weight:500; margin-bottom:40px; color:#333; text-align:center; letter-spacing:-0.75px; line-height:1.4;}
.sub_search_result b				{color:var(--color1);}
.sub_search_result strong			{color:var(--color1); text-decoration:underline; letter-spacing:0;}

.sub_search_tab						{display:flex; width:100%; margin-bottom:40px;}
.sub_search_tab li					{position:relative; text-align:center; width:100%; font-family: 'S-Core Dream'; display:grid; align-items:center; color:#777; background:#f8f8f8; border:1px solid #e1e1e1; border-right:0; height:58px; line-height:1.2; padding:0 20px;}
.sub_search_tab li a				{font-family: 'S-Core Dream'; display:block; cursor:pointer;}
.sub_search_tab .on 				{background:#fff; border-bottom-color:#fff;}
.sub_search_tab .on a				{color:var(--color1); font-weight:500;}
.sub_search_tab .on:before			{content:''; display:inline-block; width:100%; height:2px; background:var(--color1); position:absolute; left:0; top:0;}
.sub_search_tab .none				{color:#a0a0a0;}

.sub_search_cont					{padding:80px 0;}
.sub_search_cont .txtline4			{box-shadow:initial !important;padding:0 !important; color:var(--color1) !important;text-decoration:underline;} 

.sub_search_list					{position:relative; padding:20px 0 0 0; border-top: 1px solid #222; display:grid;grid-template-columns:1fr; align-items:center; row-gap:20px;}
.sub_search_list li					{padding:0 10px 20px 10px; border-bottom:1px dashed #ddd;}
.sub_search_list li .route			{padding:0 0 5px 0; font-weight:500; color:#222;}
.sub_search_list li .route .cate	{color:var(--color2); font-size:0.9em;}
.sub_search_list li .txt			{padding:0 0 7px 0; color:#797979; font-size:0.9em;}
.sub_search_list li .date			{color:#999; font-size:0.9rem;}
.sub_search_list li:hover .route	{text-decoration:underline;}

.sub_search_tit						{position:relative;display: flex; flex-flow:wrap;justify-content: space-between;}
.sub_search_tit p 					{position:relative; font-family: 'S-Core Dream'; font-size:1.3em;line-height:1.3; font-weight:600; padding:0 0 15px 0; color:#333; letter-spacing:-1px; }
.sub_search_tit p span				{display:inline-block;padding:0 0 0 6px;color:#777; font-size:0.9rem;}
.sub_search_tit .more a				{display:inline-block;border:1px solid #ccc; color:#888;padding:4px 10px; line-height:1.6;font-size:0.8rem;}
.sub_search_tit .more a:hover		{border-color:var(--color1); background:Var(--color1); color:#fff;} 

.sub_search_nolist					{font-family: 'S-Core Dream';  text-align:center; padding:200px 0 80px 0; font-weight:500;font-size:1.45em; color:#111; letter-spacing:-2px; background:url('../img/common/error_img.png') no-repeat center 70px;}

@media screen and (max-width:1400px) {
	.sub_search_cont				{padding:80px 20px;}
}
@media screen and (max-width:1024px) {
	.sub_search_wrap				{padding:60px 0 0 0;}
	.sub_search_top					{padding:40px 0 20px 0;}
	.sub_search_top form			{border-width:2px; max-width:90%; grid-template-columns:auto 50px;}
	.sub_search_top input[type="text"]	{padding-left:15px;}
	.sub_search_top button			{height:46px; font-size:1.2em;}
	.sub_search_top form span		{display:none;}
	.sub_search_top .keyword		{padding-top:10px;}
	.sub_search_top .keyword a		{padding:0 5px; font-size:0.95em;}

	.sub_search_cont				{padding:40px 15px;}
	.sub_search_cont .h50p			{height:30px !important;}
	.sub_search_result				{font-size:1.2em; margin-bottom:20px;}

	.sub_search_tab					{flex-wrap:wrap; margin-bottom:20px; border-bottom:1px solid #e1e1e1;} 
	.sub_search_tab li				{flex:1 1 40%; height:44px; font-size:0.95em; border-bottom:0;}
	.sub_search_tab li:first-child	{flex:1 0 100%;}

	.sub_search_list				{padding-top:10px; row-gap:10px;}
	.sub_search_list li				{padding:0 0 15px 0;}
	.sub_search_tit p				{font-size:1.1em;}
}
