MOFA/html/mng/outdata/modal/F_0014.html
2024-11-04 02:41:49 +09:00

111 lines
5.5 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 style="--gap:20px">
<div>
<table class="tbody">
<tbody>
<tr>
<td head>
정보 종류
</td>
<td>
외부자료
</td>
<td head>
파일
</td>
<td>
<a class="attach-file" href="#">인도의 미러간 양다리 외교.hwp</a>
</td>
</tr>
<tr>
<td head>
제목
</td>
<td colspan="3">
인도의 미러간 양다리 외교
</td>
</tr>
<tr>
<td head>
작성자
</td>
<td>
홍길동
</td>
<td head>
등록일
</td>
<td>
2024.08.02.
</td>
</tr>
<tr>
<td head>
요약문
</td>
<td colspan="3">
인도 모디 총리의 對미·러 양다리 외교 전략입니다. 인도 모디 총리는 對미·러 등거리외교를 통해 전략적 이익 극대화 도모를 하고 있으며,
(대미) 집권
후 첫 미국 국빈방문(23.6월)을 통해 포괄적 글로벌 전략 파트너십 심화 및 국방·첨단 기술 분야 협력* 대폭 강화하고 있고, (대러) 집권
3기
첫 양자 방문지로 러시아 공식방문(7.8.-9.), 특별·특권 전략적 동반자 관계 심화 및 군사·경제·에너지 협력을 강화하고 있습니다.
</td>
</tr>
<tr>
<td head>
주요 키워드
</td>
<td colspan="3">
인도,  모디, 현황, 특이사항, 함의
</td>
</tr>
</tbody>
</table>
</div>
<div row between>
<button variant="border" style="--bg:#fff;">
삭제
</button>
<div row style="--gap:8px">
<button variant="fill" class="cancel" style="--bg:#F0F0F0">취소</button>
<button variant="fill" class="view" style="--bg:#EDF1FF">이력보기</button>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>