MOFA/html/inquiry/daily/modal/F_0018.html
2024-11-04 02:41:49 +09:00

66 lines
3.8 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="../../../../css/global.css" type="text/css" />
<link rel="stylesheet" href="../../../../components/header_nav/header_nav.css" type="text/css" />
<link rel="stylesheet" href="../../../../components/header_partials/user_info.css" type="text/css" />
<link rel="stylesheet" href="../../../../components/search_box/search_box.css" type="text/css" />
<link rel="stylesheet" href="../../../../components/buttons/buttons.css" type="text/css" />
<link rel="stylesheet" href="../../../../components/search_section/search_section.css" type="text/css" />
<link rel="stylesheet" href="../../../../components/list_section/list_section.css" type="text/css" />
<link rel="stylesheet" href="../../../../components/footer/footer.css" type="text/css" />
<link rel="stylesheet" href="../../../../components/breadcrumb/breadcrumb.css" type="text/css" />
<link rel="stylesheet" href="../../../../components/buttons/chip_button.css" type="text/css" />
<link rel="stylesheet" href="../../../../components/modal/modal.css" type="text/css" />
</head>
<body>
<div class="modal" style="--modal-width:1080px;--z-index:99">
<div class="modal-head">
<div row>
<p>정보조회</p>
<button class="close-btn"></button>
</div>
</div>
<div class="modal-body">
<div col style="--gap:32px">
<h2>일일정보</h2>
<div col class="border-top" style="--gap:20px">
<div col style="--gap:12px">
<div>
<p class="category">중국</p>
</div>
<div class="title">
<p>美·中, 마약 대응 워킹그룹 첫 고위급 회의 개최 / 中, 외국인투자법 개정 예정 / 中 경기 하강 우려경기 하강 우려 확산 추세 </p>
</div>
</div>
<div row between class="border-top">
<p style="--color:#444">홍길동</p>
<p style="--color:#444">2024.08.05.</p>
</div>
<div row between class="border-top content">
<p>
 ㅇ (대외관계) 동 워킹그룹은 지난해 11월 샌프란시스코 정상회담 합의에 따라 지난 1월 출범, 양국은 마약류 제조 및 밀수에 공동 대응하는 워킹그룹 고위급 회의
최초 개최 연합뉴스, 8.2.
 / 中, 외국인투자의 장기적인 자본시장 진입을 위해 ▴외국인 투자법을 개정하고, ▴2024년판 외국인 투자 네거티브 리스트’를 발표해 제조업 부문에 대한 외국인
투자 제한 철폐 예정 臺 中央通信社, 8.2.
   ㅇ (경제) 中 차이신(소규모 수출업체 금융정보제공) PMI(제조업 구매관리자지수)가 9개월 만에 시장 전망치 하회(6월 51.8→7월 49.8)하며 경기 수축
국면 진입 Reuters, 7.31
, 中 인민은행 고문은 “투자에 집중하고 소비를 소홀히 하는 정책”을 지적하며 소비 촉진 필요성 제기 Bloomberg, 8.2.
</p>
</div>
<div row between class="border-top"></div>
<div row center>
<button class="close" variant="fill" style="--bg:#212B36">닫기</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>