์ด๊ฒ์ "Guardian Headline Full"์ด๋ผ๋ ๊ธ๊ผด ํจ๋ฐ๋ฆฌ๋ฅผ ์ ์ํ๋ CSS ์ฝ๋ ๋ธ๋ก์ผ๋ก, ์ฌ๋ฌ ๊ธ๊ผด ๋๊ป์ ์คํ์ผ์ ํฌํจํฉ๋๋ค. ์ฌ๊ธฐ์๋ ๋ค์์ด ํฌํจ๋ฉ๋๋ค:
- Light(๋๊ป 300) ์ผ๋ฐ ๋ฐ ์ดํค๋ฆญ ์คํ์ผ
- Regular(๋๊ป 400) ์ผ๋ฐ ๋ฐ ์ดํค๋ฆญ ์คํ์ผ
- Medium(๋๊ป 500) ์ผ๋ฐ ๋ฐ ์ดํค๋ฆญ ์คํ์ผ
- Semibold(๋๊ป 600) ์ผ๋ฐ ๋ฐ ์ดํค๋ฆญ ์คํ์ผ
๊ฐ ๊ธ๊ผด ํ์ด์ค๋ Guardian์ ์์
์๋ฒ์์ WOFF2, WOFF, TTF์ ์ธ ๊ฐ์ง ํ์ผ ํ์์ผ๋ก ๋ก๋๋์ด ๋ค์ํ ๋ธ๋ผ์ฐ์ ๊ฐ ํธํ์ฑ์ ๋ณด์ฅํฉ๋๋ค.์ด ํ
์คํธ๋ ์์ฐ์ด๊ฐ ์๋ CSS ์ฝ๋๋ก ๋ณด์
๋๋ค. ์นํ์ด์ง์ ๊ธ๊ผด ์คํ์ผ๊ณผ ๋ ์ด์์ ๊ท์น์ ์ ์ํฉ๋๋ค. ๊ธฐ์ ์ ์ธ ์ฝ๋์ด๋ฏ๋ก "์ ์ฐฝํ๊ณ ์์ฐ์ค๋ฌ์ด ์์ด"๋ก ๋ค์ ์ฐ๋ ๊ฒ์ ์ ์ ํ์ง ์์ต๋๋ค. ์ด๋ฏธ ์ ํํ๊ณ ํ์คํ๋ ํ์์ด๊ธฐ ๋๋ฌธ์
๋๋ค. ๊ทธ๋ฌ๋ ์ฝ๋๊ฐ ์ํํ๋ ์์
์ ๋ํ ํ์ดํ ์์ด ์์ฝ์ ์ ๊ณตํ ์ ์์ต๋๋ค:
์ด ์ฝ๋๋ ์น์ฌ์ดํธ์ ์ฌ์ฉ์ ์ ์ ๊ธ๊ผด์ ์ค์ ํ๋ฉฐ, ๋ค์ํ ํ์ผ ํ์์ ์ฌ์ฉํ์ฌ "Guardian Headline" ๋ฐ "Guardian Titlepiece" ๊ธ๊ผด์ ์ฌ๋ฌ ๋๊ป์ ์คํ์ผ์ ํฌํจํฉ๋๋ค. ๋ํ ์ฝํ
์ธ ์ด์ ๋ฐ์ํ ๋์์ธ ๊ท์น์ ํฌํจํ์ฌ ํ๋ฉด ํฌ๊ธฐ์ ๋ฐ๋ผ ์ฌ๋ฐฑ๊ณผ ๋๋น๋ฅผ ์กฐ์ ํ๊ณ , ์ด๋ฏธ์ง๋ ๋น๋์ค์ ๊ฐ์ ํน์ ์์๊ฐ ๋ค์ํ ๊ธฐ๊ธฐ์์ ์ฌ๋ฐ๋ฅด๊ฒ ํ์๋๋๋ก ํฉ๋๋ค. ์๋ฅผ ๋ค์ด, ๋ ํฐ ํ๋ฉด์์๋ ๊ธฐ๋ณธ ์ด์ด ์ค๋ฅธ์ชฝ์ผ๋ก ์ด๋ํ๊ณ , ๋ ์์ ํ๋ฉด์์๋ ์ ์ฒด ๋๋น ์์๊ฐ ํ๋ฉด ๊ฐ์ฅ์๋ฆฌ์ ๋ง๊ฒ ๋์ด๋ฉ๋๋ค. ์ฝ๋๋ ๋ํ ํ
์คํธ์ ๋ชฉ๋ก ๋๋น๋ฅผ ๊ฐ๋
์ฑ์ ์ํด 620ํฝ์
๋ก ์ ํํฉ๋๋ค..content__main-column--interactive:before {
border-left: 1px solid #dcdcdc;
z-index: -1;
left: -10px;
}
@media (min-width: 81.25em) {
.content__main-column--interactive:before {
border-left: 1px solid #dcdcdc;
left: -11px;
}
}
.content__main-column--interactive .element-atom {
margin-top: 0;
margin-bottom: 0;
padding-bottom: 12px;
padding-top: 12px;
}
.content__main-column--interactive p + .element-atom {
padding-top: 0;
padding-bottom: 0;
margin-top: 12px;
margin-bottom: 12px;
}
.content__main-column--interactive .element-inline {
max-width: 620px;
}
@media (min-width: 61.25em) {
figure[data-spacefinder-role="inline"].element {
max-width: 620px;
}
}
[data-gu-name="media"]:has(figure.loop) figure.loop figcaption:not(.hidden) {
z-index: 6;
}
[data-gu-name="media"]:has(figure.loop) figure.loop button[data-link-name*="gu-video-loop"] {
align-self: flex-end;
margin-bottom: 40px;
margin-right: 3px;
}
[data-gu-name="media"]:has(figure.loop) figure.loop .controls-container div:has(button[data-testid="unmute-icon"]),
[data-gu-name="media"]:has(figure.loop) figure.loop .controls-container div:has(button[data-testid="mute-icon"]) {
right: 0;
padding-left: 10px;
}
[data-gu-name="media"]:has(figure.loop) #caption-button {
z-index: 100;
}
@media (min-width: 61.25em) {
[data-gu-name="media"]:has(figure.loop) #caption-button {
bottom: 20px;
}
}
@media (min-width: 46.25em) {
[data-gu-name="media"]:has(figure.cinemagraph) .cinemagraph > div {
max-height: unset;
}
}
[data-gu-name="body"] gu-island[name="SelfHostedVideo"] {
width: 100%;
max-width: 620px;
display: block;
margin-top: 12px;
margin-bottom: 12px;
}
[data-gu-name="body"] gu-island[name="SelfHostedVideo"] figure.loop,
[data-gu-name="body"] gu-island[name="SelfHostedVideo"] figure.loop video {
width: 100%;
height: auto;
max-width: 620px;
margin: 0 auto;
}
[data-gu-name="body"] gu-island[name="SelfHostedVideo"]:has(figure.loop.element-video-immersive) {
max-width: unset;
margin: 12px 0;
}
[data-gu-name="body"] gu-island[name="SelfHostedVideo"]:has(figure.loop.element-video-immersive) figure.loop,
[data-gu-name="body"] gu-island[name="SelfHostedVideo"]:has(figure.loop.element-video-immersive) figure.loop video {
max-width: unset;
margin: 0;
}
@media (min-width: 71.25em) {
[data-gu-name="body"] gu-island[name="SelfHostedVideo"]:has(figure.loop.element-video-immersive) {
width: 1140px;
margin-left: -180px;
}
[data-gu-name="body"] gu-island[name="SelfHostedVideo"]:has(figure.loop.element-video-immersive) figure figcaption {
margin-left: 20px;
}
}
@media (min-width: 81.25em) {
[data-gu-name="body"] gu-island[name="SelfHostedVideo"]:has(figure.loop.element-video-immersive) {
width: 1300px;
margin-left: -260px;
}
}
:root {
--dateline: #606060;
--headerBorder: #dcdcdc;
--captionText: #999;
--captionBackground: hsla(0, 0%, 7%, .72);
--feature: #c70000;
--new-pillar-colour: var(--primary-pillar, var(--feature));
}
:root:root {
--subheading-text: var(--secondary-pillar);
--pullquote-text: var(--secondary-pillar);
--pullquote-icon: var(--secondary-pillar);
--block-quote-text: var(--article-text);
}
:root:root blockquote {
--block-quote-fill: var(--secondary-pillar);
}
@media (prefers-color-scheme: dark) {
:root:root:not([data-color-scheme="light"]) {
--subheading-text: var(--darkmode-pillar);
--pullquote-text: var(--darkmode-pillar);
--pullquote-icon: var(--darkmode-pillar);
}
:root:root:not([data-color-scheme="light"]) blockquote {
--block-quote-fill: var(--darkmode-pillar);
}
}
.content__main-column--interactive .element.element-atom,
.element.element-atom {
padding: 0;
}
.content__main-column--interactive .element-atom:first-of-type + p:first-of-type,
.content__main-column--interactive .element-atom:first-of-type + .sign-in-gate + p:first-of-type,
.content__main-column--interactive .element-atom:first-of-type + #sign-in-gate + p:first-of-type,
.content__main-column--interactive .element-atom:first-of-type + .element-atom + p:first-of-type,
.content__main-column--interactive hr:not(.last-horizontal-rule) + p,
.content__main-column--interactive hr:not(.last-horizontal-rule) + .ad-slot-container + p,
#article-body > div .element-atom:first-of-type + p:first-of-type,
#article-body > div .element-atom:first-of-type + .sign-in-gate + p:first-of-type,
#article-body > div .element-atom:first-of-type + #sign-in-gate + p:first-of-type,
#article-body > div .element-atom:first-of-type + .element-atom + p:first-of-type,
#article-body > div hr {
/ ์ฌ๊ธฐ์๋ ํน์ ์คํ์ผ์ด ์ ์๋์ด ์์ง ์์ต๋๋ค. ์ ํ์ ๋ชฉ๋ก์ ๊ทธ๋๋ก ๋ก๋๋ค. /
}๊ฐ๋ก ๊ตฌ๋ถ์ ๋๋ ์์ ์์ ๋ค์ ์ฒซ ๋ฒ์งธ ๋ฌธ๋จ์ ์๋จ์ ์ถ๊ฐ ๊ณต๊ฐ์ด ์์ด์ผ ํฉ๋๋ค. ์ด๋ ์ด๋ฌํ ์์ ๋ฐ๋ก ๋ค์ ์ค๋ ์ฒซ ๋ฒ์งธ ๋ฌธ๋จ์ด๋ ๊ด๊ณ ์ฌ๋กฏ ์ปจํ
์ด๋ ๋ค์ ์ค๋ ๋ฌธ๋จ์ ์ ์ฉ๋ฉ๋๋ค. ๋์ผํ ๊ท์น์ด ํ์ด์ง์ ๋ค์ํ ์น์
(๊ธฐ๋ณธ ๊ธฐ์ฌ ๋ณธ๋ฌธ, ์ธํฐ๋ํฐ๋ธ ์ฝํ
์ธ , ๋๊ธ ์น์
, ํผ์ฒ ์น์
)์ ๊ฑธ์ณ ์ ์ฉ๋ฉ๋๋ค.
๋ํ, ํด๋น ์ฒซ ๋ฒ์งธ ๋ฌธ๋จ์ ์ฒซ ๊ธ์๋ ํน๋ณํ ๋ฐฉ์์ผ๋ก ์คํ์ผ์ด ์ง์ ๋์ด์ผ ํฉ๋๋ค. ์ด ๋๋กญ ์บก ํจ๊ณผ๋ ๊ฐ๋ก ๊ตฌ๋ถ์ ์ด๋ ์์ ์์ ๋ค์ ์ฒซ ๋ฒ์งธ ๋ฌธ๋จ์ ์ ์ฉ๋๋ฉฐ, ์์ ๋ฐ๋ก ๋ค ๋๋ ๊ด๊ณ ์ฌ๋กฏ ์ปจํ
์ด๋ ๋ค์ ๋ํ๋๋์ง ์ฌ๋ถ์ ๊ด๊ณ์์ด ๋์ผํ ๋ชจ๋ ํ์ด์ง ์น์
์ ์ ์ฉ๋ฉ๋๋ค.[data-gu-name=body] .element-atom:first-of-type+.element-atom+p:first-of-type:first-letter,
[data-gu-name=body] hr:not(.last-horizontal-rule)+p:first-letter,
[data-gu-name=body] hr:not(.last-horizontal-rule)+.ad-slot-container+p:first-letter,
#feature-body .element-atom:first-of-type+p:first-of-type:first-letter,
#feature-body .element-atom:first-of-type+.sign-in-gate+p:first-of-type:first-letter,
#feature-body .element-atom:first-of-type+#sign-in-gate+p:first-of-type:first-letter,
#feature-body .element-atom:first-of-type+.element-atom+p:first-of-type:first-letter,
#feature-body hr:not(.last-horizontal-rule)+p:first-letter,
#feature-body hr:not(.last-horizontal-rule)+.ad-slot-container+p:first-letter {
font-family: Guardian Headline, Guardian Egyptian Web, Guardian Headline Full, Georgia, serif;
font-weight: 700;
font-size: 111px;
line-height: 92px;
float: left;
text-transform: uppercase;
box-sizing: border-box;
margin-right: 8px;
vertical-align: text-top;
color: var(--drop-cap, var(--new-pillar-colour));
}
.content__main-column--interactive hr+p,
.content__main-column--interactive hr+.ad-slot-container+p,
#article-body>div hr+p,
#article-body>div hr+.ad-slot-container+p,
.content--interactive>div hr+p,
.content--interactive>div hr+.ad-slot-container+p,
#comment-body hr+p,
#comment-body hr+.ad-slot-container+p,
[data-gu-name=body] hr+p,
[data-gu-name=body] hr+.ad-slot-container+p,
#feature-body hr+p,
#feature-body hr+.ad-slot-container+p {
padding-top: 0;
}
.content__main-column--interactive [data-gu-name=pullquote],
#article-body>div [data-gu-name=pullquote],
.content--interactive>div [data-gu-name=pullquote],
#comment-body [data-gu-name=pullquote],
[data-gu-name=body] [data-gu-name=pullquote],
#feature-body [data-gu-name=pullquote] {
max-width: 620px;
}
#maincontent figure.element.element--showcase.element-showcase figcaption,
#feature-article-container figure.element.element--showcase.element-showcase figcaption,
#standard-article-container figure.element.element--showcase.element-showcase figcaption,
#comment-article-container figure.element.element--showcase.element-showcase figcaption {
position: static !important;
width: 100%;
max-width: 620px;
}
@media (min-width: 71.25em) {
#maincontent figure.element.element--showcase.element-showcase figcaption,
#feature-article-container figure.element.element--showcase.element-showcase figcaption,
#standard-article-container figure.element.element--showcase.element-showcase figcaption,
#comment-article-container figure.element.element--showcase.element-showcase figcaption {
position: absolute !important;
max-width: 140px;
}
}
@media (min-width: 81.25em) {
#maincontent figure.element.element--showcase.element-showcase figcaption,
#feature-article-container figure.element.element--showcase.element-showcase figcaption,
#standard-article-container figure.element.element--showcase.element-showcase figcaption,
#comment-article-container figure.element.element--showcase.element-showcase figcaption {
max-width: 220px;
}
}
.element.element--immersive.element-immersive {
width: calc(100vw - var(--scrollbar-width, 0px));
}
@media (max-width: 71.24em) {
.element.element--immersive.element-immersive {
max-width: 978px;
}
.element.element--immersive.element-immersive figcaption {
padding-inline: 10px;
}
}
@media (max-width: 71.24em) and (min-width: 30em) {
.element.element--immersive.element-immersive figcaption {
padding-inline: 20px;
}
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
.element.element--immersive.element-immersive {
max-width: 738px;
}
}
@media (max-width: 46.24em) {
.element.element--immersive.element-immersive {
margin-left: -10px !important;
margin-right: 0 !important;
left: 0;
}
}
@media (max-width: 46.24em) and (min-width: 30em) {
.element.element--immersive.element-immersive {
margin-left: -20px !important;
}
.element.element--immersive.element-immersive figcaption {
padding-inline: 20px;
}
}
@media (min-width: 71.25em) {
[data-gu-name=body] figure.element.element--showcase.element-showcase,
[data-gu-name=body] .content__main-column--interactive figure.element.element--showcase.element-showcase {
margin-left: -160px !important;
}
}
@media (min-width: 81.25em) {
[data-gu-name=body] figure.element.element--showcase.element-showcase,
[data-gu-n[class="body"] .content__main-column--interactive figure.element.element--showcase.element-showcase {
margin-left: -240px !important;
}
.furniture-wrapper {
position: relative;
}
@media (min-width: 61.25em) {
.furniture-wrapper {
display: grid;
grid-column-gap: 20px;
grid-row-gap: 0px;
grid-template-columns: [title-start headline-start meta-start standfirst-start] repeat(5, 1fr) [title-end headline-end meta-end standfirst-end portrait-start] repeat(5, 1fr) [portrait-end];
grid-template-rows: [title-start portrait-start] .25fr [title-end headline-start] 1fr [headline-end standfirst-start] .75fr [standfirst-end meta-start] auto [meta-end portrait-end];
}
.furniture-wrapper #headline > div:first-child,
.furniture-wrapper [data-gu-name="headline"] > div:first-child,
.furniture-wrapper .headline > div:first-child {
border-top: 1px solid var(--headerBorder);
}
.furniture-wrapper #meta,
.furniture-wrapper [data-gu-name="meta"] {
position: relative;
padding-top: 2px;
margin-right: 0;
}
.furniture-wrapper .standfirst .content__standfirst,
.furniture-wrapper #standfirst .content__standfirst,
.furniture-wrapper [data-gu-name="standfirst"] .content__standfirst {
margin-bottom: 4px;
}
.furniture-wrapper .standfirst ul li,
.furniture-wrapper #standfirst ul li,
.furniture-wrapper [data-gu-name="standfirst"] ul li {
font-size: 20px;
}
.furniture-wrapper .standfirst li a,
.furniture-wrapper .standfirst a,
.furniture-wrapper #standfirst li a,
.furniture-wrapper #standfirst a,
.furniture-wrapper [data-gu-name="standfirst"] li a,
.furniture-wrapper [data-gu-name="standfirst"] a {
border-bottom: none;
background-image: none !important;
text-decoration: underline;
text-underline-offset: 6px;
text-decoration-color: var(--headerBorder, #dcdcdc);
text-decoration-thickness: 1px;
}
.furniture-wrapper .standfirst li a:hover,
.furniture-wrapper .standfirst a:hover,
.furniture-wrapper #standfirst li a:hover,
.furniture-wrapper #standfirst a:hover,
.furniture-wrapper [data-gu-name="standfirst"] li a:hover,
.furniture-wrapper [data-gu-name="standfirst"] a:hover {
text-decoration-color: var(--new-pillar-colour);
}
.furniture-wrapper .standfirst p:first-of-type,
.furniture-wrapper #standfirst p:first-of-type,
.furniture-wrapper [data-gu-name="standfirst"] p:first-of-type {
border-top: 1px solid var(--headerBorder);
padding-bottom: 0;
}
}
@media (min-width: 61.25em) and (min-width: 71.25em) {
.furniture-wrapper .standfirst p:first-of-type,
.furniture-wrapper #standfirst p:first-of-type,
.furniture-wrapper [data-gu-name="standfirst"] p:first-of-type {
border-top: unset;
}
}
@media (min-width: 61.25em) {
.furniture-wrapper figure {
margin: 0 0 0 -10px;
}
.furniture-wrapper figure[data-spacefinder-role="inline"].element {
max-width: 630px;
}
}
@media (min-width: 71.25em) {
.furniture-wrapper {
grid-template-columns: [title-start headline-start meta-start] repeat(2, 1fr) [meta-end standfirst-start] repeat(5, 1fr) [title-end headline-end standfirst-end portrait-start] repeat(7, 1fr) [portrait-end];
grid-template-rows: [title-start portrait-start] 80px [title-end headline-start] auto [headline-end standfirst-start meta-start] auto [standfirst-end meta-end portrait-end];
}
.furniture-wrapper #meta:before,
.furniture-wrapper [data-gu-name="meta"]:before {
content: "";
width: 540px;
position: absolute;
top: 0;
background-color: var(--headerBorder);
height: 1px;
}
.furniture-wrapper .standfirst p,
.furniture-wrapper #standfirst p,
.furniture-wrapper [data-gu-name="standfirst"] p {
border-top: unset;
}
.furniture-wrapper .standfirst:before,
.furniture-wrapper #standfirst:before,
.furniture-wrapper [data-gu-name="standfirst"]:before {
content: "";
width: 1px;
background-color: var(--headerBorder);
height: 100%;
position: absolute;
top: 0;
left: .5px;
}
}
@media (min-width: 81.25em) {
.furniture-wrapper {
grid-template-columns: [title-start headline-start meta-start] repeat(3, 1fr) [meta-end standfirst-start] repeat(5, 1fr) [title-end headline-end standfirst-end portrait-start] repeat(8, 1fr) [portrait-end];
grid-template-rows: [title-start portrait-start] .25fr [title-end headline-start] 1fr [headline-end standfirst-start meta-start] .75fr [standfirst-end meta-end portrait-end];
}
.furniture-wrapper #meta:before,
.furniture-wrapper [data-gu-name="meta"]:before {
width: 620px;
}
.furniture-wrapper .standfirst:before,
.furniture-wrapper #standfirst:before,
.furniture-wrapper [data-gu-name="standfirst"]:before {
/ ์ฌ๊ธฐ์๋ ์ถ๊ฐ ์คํ์ผ์ด ์ง์ ๋์ง ์์์ต๋๋ค /
}
}๋ค์์ ์ ์ฐฝํ๊ณ ์์ฐ์ค๋ฌ์ด ์์ด๋ก ๋ค์ ์ด ํ
์คํธ์
๋๋ค:
ํผ๋์ฒ ๋ํผ ์คํ์ผ์ ๊ธฐ์ฌ ํค๋, ์คํ ๋ํผ์คํธ, ๋ฏธ๋์ด ์์์ ๋ ์ด์์๊ณผ ๋ชจ์์ ์กฐ์ ํฉ๋๋ค. ์คํ ๋ํผ์คํธ ์น์
์ ์ฝ๊ฐ์ ์ผ์ชฝ ์คํ์
๊ณผ ํจ๋ฉ์ด ์์ผ๋ฉฐ, ์ผ์ชฝ์ ๋ฏธ์ธํ ์ ์ด ์์ต๋๋ค. ๋ ํฐ ํ๋ฉด์์๋ ์๋จ ํจ๋ฉ์ด ์ฝ๊ฐ ๋ ์ถ๊ฐ๋ฉ๋๋ค. ํค๋๋ผ์ธ ํ
์คํธ๋ ๊ตต๊ฒ ํ์๋๋ฉฐ, ์ต๋ ๋๋น๋ 620ํฝ์
, ๊ธ๊ผด ํฌ๊ธฐ๋ 32ํฝ์
์
๋๋ค. ๋งค์ฐ ๋์ ํ๋ฉด์์๋ ๊ธ๊ผด ํฌ๊ธฐ๊ฐ 50ํฝ์
๋ก ์ฆ๊ฐํ๊ณ ๋๋น๋ 540ํฝ์
๋ก ์ข์์ง๋๋ค.
์ฅ์์ฉ ์ (keyline-4)์ ์ค๊ฐ ๋ฐ ํฐ ํ๋ฉด์์ ์จ๊ฒจ์ง์ง๋ง, ํ์๋ ๋๋ CSS ๋ณ์๋ก ์ ์๋ ํ ์์์ ์ฌ์ฉํฉ๋๋ค. ๋ฉํ ์น์
(์์
๊ณต์ ๋ฐ ๋๊ธ ํฌํจ)์ ์ค๊ฐ ํ๋ฉด์์ ์ค๋ฅธ์ชฝ ์ฌ๋ฐฑ์ด ์์ผ๋ฉฐ, ํ
๋๋ฆฌ๋ ํค๋ ํ
๋๋ฆฌ ์์๊ณผ ์ผ์นํฉ๋๋ค. ๋ฉํ ์น์
์ ์ผ๋ถ ์ธํฐ๋ํฐ๋ธ ์์๋ ์จ๊ฒจ์ง๋๋ค.
๊ธฐ๋ณธ ๋ฏธ๋์ด ์์ญ์ ์๋์ ์ผ๋ก ์์น๊ฐ ์ง์ ๋๋ฉฐ, ์๋จ ์ฌ๋ฐฑ์ด ์๊ณ ํ๋จ ์ฌ๋ฐฑ์ด ์ฝ๊ฐ ์์ต๋๋ค. ๋ชจ๋ฐ์ผ ๊ธฐ๊ธฐ์์๋ ์ ์ฒด ๋๋น์ ๊ฑธ์ณ ์์ผ๋ฉฐ, ํ๋ฉด ํฌ๊ธฐ์ ๋ฐ๋ผ ์ฝ๊ฐ์ ์ผ์ชฝ ์คํ์
์ด ์กฐ์ ๋ฉ๋๋ค. ์บก์
์ ๋ฏธ๋์ด ํ๋จ์ ๋ฐฐ์น๋๋ฉฐ, ๋ฐํฌ๋ช
๋ฐฐ๊ฒฝ๊ณผ ํ
์คํธ ์์์ด ์๊ณ , ํ์ ์ฌ๋ถ๋ฅผ ์ ํํ๋ ๋ฒํผ์ด ํฌํจ๋ฉ๋๋ค. ์บก์
ํ
์คํธ๋ ํ
๋๋ฆฌ์ ์์ด์ฝ์ ํน์ ์์์ ๊ฐ์ง๋ฉฐ, ์บก์
์ ์ฒซ ๋ถ๋ถ์ ์จ๊ฒจ์ง๊ณ ๋ ๋ฒ์งธ ๋ถ๋ถ์ ํ์๋ฉ๋๋ค.
๋งค์ฐ ๋์ ํ๋ฉด์์๋ ๊ธฐ๋ณธ ์ด์ ์๋จ ๋ฐ ํ๋จ ํ
๋๋ฆฌ๊ฐ ์ฝ๊ฐ ํ์ฅ๋ฉ๋๋ค. ์ธํฐ๋ํฐ๋ธ ์ฝํ
์ธ ๋ด์ ์ ๋ชฉ์ ์ต๋ ๋๋น 620ํฝ์
๋ก ์ ํ๋ฉ๋๋ค. ๋คํฌ ๋ชจ๋์์๋ ํน์ ํ
์คํธ์ ๋งํฌ ์์์ด ๋ ๋ฐ์ ์์๊ณผ ํ๋ฌ ์์์ ์ฌ์ฉํ์ฌ ๊ฐ๋
์ฑ์ ๋์ด๋๋ก ์กฐ์ ๋ฉ๋๋ค.์ฃ์กํฉ๋๋ค๋ง, ์ด ํ
์คํธ๋ ์์ฐ์ด ์ฐ๋ฌธ์ด ์๋ CSS ์ฝ๋๋ก ๋ณด์ด๋ฏ๋ก ๋ค์ ์ฐ๋ ๋ฐ ๋์์ ๋๋ฆด ์ ์์ต๋๋ค. ๋ค์ ํํํด ๋๋ฆด ๋ค๋ฅธ ํ
์คํธ๊ฐ ์์ผ์๋ฉด ๊ณต์ ํด ์ฃผ์ธ์.๋ค์์ ์ ์ฐฝํ๊ณ ์์ฐ์ค๋ฌ์ด ์์ด๋ก ๋ค์ ์ด ํ
์คํธ์
๋๋ค:
์คํ ๋ํผ์คํธ ๋๋ ๋ชฉ๋ก ํญ๋ชฉ์ ๋งํฌ๋ฅผ ๋ง์ฐ์ค๋ก ๊ฐ๋ฆฌํฌ ๋ ํ๋จ ํ
๋๋ฆฌ๋ฅผ ์ ๊ฑฐํ๊ณ ๋ฐ์ค์ ์ ํ๋ฌ ์์์ ์ฌ์ฉํฉ๋๋ค. ์คํ ๋ํผ์คํธ ๋ฌธ๋จ์ ๋ฐ์ ํ์์ด์ด์ผ ํฉ๋๋ค. 61.25em๋ณด๋ค ๋์ ํ๋ฉด์์๋ ์ฒซ ๋ฒ์งธ ๋ฌธ๋จ์ ์๋จ ํ
๋๋ฆฌ๋ฅผ ์ถ๊ฐํ์ง๋ง, 71.25em๋ณด๋ค ๋์ ํ๋ฉด์์๋ ์ ๊ฑฐํฉ๋๋ค. ์คํ ๋ํผ์คํธ์ ๋ชฉ๋ก ํญ๋ชฉ๋ ๋ฐ์ ํ์์
๋๋ค. ๋ ํฐ ํ๋ฉด์์๋ ํผ๋์ฒ ๋ํผ์ ์ผ์ชฝ๊ณผ ์ค๋ฅธ์ชฝ์ ๋ฐฐ๊ฒฝ์๊ณผ ํ
๋๋ฆฌ๋ฅผ ์ถ๊ฐํ๊ณ , ๋ทฐํฌํธ ํฌ๊ธฐ์ ๋ฐ๋ผ ๋๋น๋ฅผ ์กฐ์ ํฉ๋๋ค. ํค๋ผ์ธ๊ณผ ์์
๋ฏธ๋์ด ์์ด์ฝ์ ํค๋ ํ
๋๋ฆฌ ์์์ ์ฌ์ฉํด์ผ ํฉ๋๋ค. ๊ธฐ์ฌ ๋ณธ๋ฌธ์ ์ ๋ชฉ์ ๊ฐ๋ฒผ์ด ๋๊ป์ด์ง๋ง, ๊ฐํ ํ
์คํธ๊ฐ ํฌํจ๋ ๊ฒฝ์ฐ ๊ตต๊ฒ ํ์๋ฉ๋๋ค. ์ฑ์ ๊ฒฝ์ฐ ํ๋ก์ฐ ํ
์คํธ, ์์ด์ฝ, ์คํ ๋ํผ์คํธ ํ
์คํธ ๋ฐ ๋งํฌ, ๋ฐ์ด๋ผ์ธ, ๊ธฐ์ฌ ๋ฉํ ๋ผ์ธ์ ํน์ ์์์ ์ค์ ํฉ๋๋ค. ๋ฐ์ด๋ผ์ธ์ ์ ํ๋ฌ ์์์ ์ฌ์ฉํด์ผ ํ๋ฉฐ, ํ๋ก์ฐ ๋ํผ๋ ๋ฏธ๋ฌํ ๋ฐฐ๊ฒฝ ์ด๋ฏธ์ง๋ฅผ ๊ฐ์ ธ์ผ ํฉ๋๋ค.๋ ์คํฐ์
๊ฒฝ์ฐฐ์ ์ง๊ฐ๋ฅด ๊ธฐ์๋ผ์ ๋ํด ์ฒ์ ๋๊ฐ ์ ๊ณ ํ๋์ง ๋ฐํ์ง ์์ง๋ง, ๊ทธ์ ๋ํด ๋ฃ๊ณ ๋๋ฉด ์ ๋ ๊น์ด ํ๊ณ ๋ค๊ณ ์ถ์ดํ๋์ง ์ฝ๊ฒ ์ ์ ์์ต๋๋ค. ๊ธฐ์๋ผ๋ ์ค์
์์๊ณ ๋๋ ทํ ์์
์ด ์์์ง๋ง 130๋ง ํ์ด๋์ง๋ฆฌ ์ง์ ์ด๋ฉด์ ์ธ ์๋
๋ฅผ ์ฌ๋ฆฝํ๊ต์ ๋ณด๋์ต๋๋ค. "๊ทธ๋ ํ์ฐ ์ ๊ณ ๋ฅผ ๋ฐ์ ์ฌ๋์ด์๊ณ , ์ํ ๊ณ์ข๊ฐ ์ ํ ์ ์์ ์ด์ง ์์์ต๋๋ค,"๋ผ๊ณ ๋ ์คํฐ์
๊ฒฝ์ฐฐ์ ๊ฒฝ์ ๋ฒ์ฃ ํ ๊ธ์ต ๋ฒ์ฃ ๊ฐ๋
๊ด์ธ ๋ก๋ผ ํฌํฐ๊ฐ ๋งํ์ต๋๋ค. "๊ทธ๊ฒ์ด ์ถ๋ฐ์ ์ด์์ต๋๋ค."
2020๋
๋์, ๊ทธ๊ฐ ์๋น์ ๋ฐ๊ณ ์์์์๋ ๋ถ๊ตฌํ๊ณ ๊ธฐ์๋ผ์ ์ํ ๊ณ์ข์๋ 200๊ฑด์ ๊ฐ๋ณ ์
๊ธ์ผ๋ก ๋๋์ด 88๋ง ํ์ด๋ ์ด์์ ํ๊ธ์ด ์
๊ธ๋์์ต๋๋ค. ์๊ณ ๋ณด๋ ๊ทธ๋ ๋์ธํ์์์ง๋ง, ์ํ์์ ๋ณผ ์ ์๋ ๊ทธ๋ฐ ์ ํ์ ์๋์์ต๋๋ค. ๊ทธ์ ์
๊ธ์ ๋ฆฌํํ
์ํ์ธ์ด๋ ์ผ์ด๋งจ ์ ๋์์ ์ด๋ฃจ์ด์ง ๊ฒ์ด ์๋๋ผ ๋ ์คํฐ์ ์ฌ๋ฌ ์ฐ์ฒด๊ตญ ์ง์ ์์ ์ด๋ฃจ์ด์ก์ผ๋ฉฐ, ๋๊บผ์ด ์งํ ๋ค๋ฐ์ด ํ๋์ฉ ์์์ต๋๋ค.
์๊ตญ ์ ์ญ์์ ์ํ ์ง์ ์ด ๋ฌธ์ ๋ซ์ผ๋ฉด์ ์ฐ์ฒด๊ตญ์ ์กฐ์ฉํ ์ฐ๋ฆฌ๊ฐ ๋์ ๊ด๋ฆฌํ๋ ๋ฐฉ์์ ์ค์ฌ์ด ๋์์ต๋๋ค. 2017๋
์ ์ฐ์ฒด๊ตญ์ ์ํ์ ๋์ ํด ์
๊ธ์ ๋ฐ๊ธฐ ์์ํ์ผ๋ฉฐ, ํ์ฌ ๊ทธ ์
๊ธ์ก์ ์ฐ๊ฐ 300์ต ํ์ด๋๋ฅผ ๋์ต๋๋ค. ๊ณผ์ ์ ๊ฐ๋จํฉ๋๋ค. ๊ณ ๊ฐ์ด ์งํ๋ฅผ ๊ฑด๋ค๋ฉด ๊ณ์ฐ๋๊ณ , ๊ทธ ๋ค์ ์ํ ์นด๋๋ฅผ ์ฝ์
ํ๊ณ PIN์ ์
๋ ฅํฉ๋๋ค. ๋ง์น ์ญ๋ฐฉํฅ ํ๊ธ์ธ์ถ๊ธฐ์ ๊ฐ์ต๋๋ค. ๊ทธ๋ฌ๋ฉด ์ฐ์ฒด๊ตญ ์์คํ
์ด ์ํ ์์คํ
๊ณผ ํต์ ํ์ฌ ์นด๋์ ์ฐ๊ฒฐ๋ ๊ณ์ข์ ํ๊ธ ๊ฐ์น๋ฅผ ์
๊ธํฉ๋๋ค.
๊ฐ๋จํ ๊ตฌ์กฐ์ด๋ฉฐ, ์ง์ ์ ์ด์ํ๋ ๊ตญ์ ๊ธฐ์
์ธ Post Office Ltd๋ ์ด๊ฒ์ด ๊ทธ๋ ์ง ์์ผ๋ฉด ์ํ ์๋น์ค์์ ์ฐจ๋จ๋ ๊ธฐ์
๊ณผ ๊ฐ์ธ์๊ฒ ํ์์ ์ธ ์๋น์ค๋ฅผ ์ ๊ณตํ๋ค๊ณ ๋งํฉ๋๋ค. ๊ทธ๋ฌ๋ ๊ทธ ๋จ์ํจ์๋ ๋จ์ ์ด ๋ฐ๋ฆ
๋๋ค. ๋ฒ์ฃ์๊ฐ ํ๊ธ์ ์ธํํ๋ ๊ฒ์ ๋ง๋ ๋ง์ ๊ฒ์ฌ ์ ์ฐจ๊ฐ ์ ๊ฑฐ๋์์ต๋๋ค. PIN์ ์๋ฉด ๋ค๋ฅธ ์ฌ๋์ ์นด๋๋ก ATM์์ ๋์ ์ธ์ถํ ์ ์๋ ๊ฒ์ฒ๋ผ, ์ฐ์ฒด๊ตญ์์ ์
๊ธํ ๋๋ ์๋ฌด ์ํ ์นด๋๋ ์ฌ์ฉํ ์ ์์ต๋๋ค. ์ด ๊ณผ์ ์ ์๋์ ์ผ๋ก ๊ฐ์ํ๋์์ผ๋ฉฐ, ์ํ๊ณผ ๋ฌ๋ฆฌ ์ฐ์ฒด๊ตญ ์ง์(์ข
์ข
์ฐ์ฒด๊ตญ์ฅ ๋๋ ํ์ ์ฐ์ฒด๊ตญ์ฅ์ด๋ผ๊ณ ๋ถ๋ฆผ)์ ๊ณ์ข ์ธ๋ถ ์ ๋ณด๋ฅผ ๋ณผ ์ ์์ต๋๋ค. ๋ฐ๋ผ์ ์นด๋๋ฅผ ์์งํ ์ฌ๋์ด ์ค์ ์์ ์์ธ์ง, ๊ฑฐ๋๊ฐ ์์ฌ์ค๋ฌ์ด ํจํด์ ํด๋นํ๋์ง ํ์ธํ ์ ์์ต๋๋ค.
๋ฒ ์งํ ๊ธฐ๊ด์ ํฉ๋ฒ์ ์ธ ์ฌ์
์์
๊ณผ ํจ๊ป ์์ต ํ์ด๋์ ๋๋ฌ์ด ๋์ด ๋งค๋
์ฐ์ฒด๊ตญ์ ์
๊ธ๋๊ณ ์๋ ๊ฒ์ผ๋ก ์ถ์ ํฉ๋๋ค. ์ด๋ฅผ ํตํด ๋ง์ฝ์๊ณผ ๋ค๋ฅธ ๋ฒ์ฃ์๋ค์ด ๋ถ๋ฒ ์ฌ์ฐ์ ์ํ์ ์์นํ๊ณ , ๋ฒ์ฃ ์์ต์ ์ป์ผ๋ฉฐ, ์ต์ํ์ ๋
ธ๋ ฅ์ผ๋ก ์ด๋ฅผ ์ํํ ์ ์์ต๋๋ค. "ํ๊ธ์ด ๊ฒฝ์ ์ ์ ์
๋ ์ ์๋ ์ฅ์์ ์๋ ์ด์ ์์ฒญ๋์ง๋ง, ์ํ ์ง์ ์ด ๊ณ์ ๋ฌธ์ ๋ซ์ผ๋ฉด์ ํ๊ธ์ ๋ค์ ์
๊ธํ ์ ์๋ ์ฅ์๋ ๋ ์ ํ๋์์ต๋๋ค. ์ผ์ข
์ ์ญ๋ฐฉํฅ ๊น๋๊ธฐ ํจ๊ณผ๊ฐ ์์ต๋๋ค,"๋ผ๊ณ ์ฐ์ฒด๊ตญ์ ๊ธ์ต ์๋น์ค ์ฒ๋ฆฌ ๋ฐฉ์์ ์ ์๋ ์ ์ฐ์ฒด๊ตญ ์ง์์ด ๋งํ์ต๋๋ค. "๋์ ์ฌ๋๋ค์ ์ค์ ๋ก ๋์ ์
๊ธํ ์ ์๋ ๋ช ์ ๋๋ ์ฅ์ ์ค ํ๋๋ก ์ฐ์ฒด๊ตญ์ ํ์ ์ผ๋ก ์ผ๊ณ ์์ต๋๋ค."
๋ ์คํฐ์
๊ฒฝ์ฐฐ์ ๊ธฐ์๋ผ์ ๊ฑฐ๋๋ฅผ ์ฌ์ฉํ์ฌ ๊ทธ๊ฐ ์ด๋ป๊ฒ ์ผํ๋์ง ์กฐ๊ฐ์ ๋ง์ท์ต๋๋ค. ์ ํ์ ์ธ ํ๋ฃจ์, ๊ทธ๋ ๋์ ๋์ชฝ์ ํธ์์ ์์ ์๋ ์ฐ์ฒด๊ตญ ์นด์ดํฐ์์ ์ฒซ ํ๊ธ ์
๊ธ์ ํ ์ ์์ต๋๋ค. ๊ทธ๋ฐ ๋ค์ 5๋ถ ๊ฑฐ๋ฆฌ์ ๋ค๋ฅธ ์์ ์ผ๋ก ์ด๋ํ๋๋ฐ, ์์๋ ์ผ์ฑ ์์๊ฐ ์๊ณ ์ฐฝ๋ฌธ์๋ ์ฒญ๋์๋ฃ์ ์ฆ๋ฅ์ฃผ ๋ฐ์นผ์ด ๋ฎ์ฌ ์์ผ๋ฉฐ ์คํฌ๋์น์นด๋์ ํจ๊ป ์ฐ์ฒด๊ตญ ์๋น์ค๋ฅผ ์ ๊ณตํฉ๋๋ค. ๋ช ๋ถ ๊ฑฐ๋ฆฌ์ ์ฝ๊ตญ๊ณผ ์นํจ ๊ฐ๊ฒ ์ฌ์ด์ ๋ผ์ด ์๋ ๋ ๋ค๋ฅธ ์ง์ ์ด ์์์ต๋๋ค. ๋ ๋ค๋ฅธ ์งง์ ์ด์ ์ผ๋ก ๊ทธ๋ฅผ ๋ฉ์ง ์ฃผ๊ฑฐ ๊ฑฐ๋ฆฌ์ ๋นต์ง ์์ ์๋ ์ฐ์ฒด๊ตญ์ด ์๋ ์๋งค ์ผํฐ๋ก ๋ฐ๋ ค๊ฐ์ต๋๋ค. ๋ง์ง๋ง์ผ๋ก ๋ถ์ชฝ์ผ๋ก ์ด์ ํ๋ฉด ๋ถ์ ๋ฒฝ๋ ๋จ๋
์ฃผํ๋ค ์ฌ์ด์ ํธ์์ ์ ๋์ฐฉํ์ต๋๋ค. ๊ทธ๋ฆฌ๊ณ ๊ทธ๊ฒ์ผ๋ก ์์นจ ์ผ๊ณผ๊ฐ ๋๋ฌ์ต๋๋ค. ์ฝ 1์๊ฐ ๋ง์ ์์ฒ ํ์ด๋๊ฐ ์
๊ธ๋์๊ณ , ๋ฒ์ฃ ํ๊ธ ๋ค๋ฐ์ด ๊ฐ์ฅ ํ๋ฒํ ์ฅ์๋ก ํ๋ฌ ๋ค์ด๊ฐ์ต๋๋ค.์ฐ๋ฆฌ๊ฐ ์ฒ์ ์ด ๋ฌธ์ ๋ฅผ ์กฐ์ฌํ๊ธฐ ์์ํ์ ๋, ๋ ์คํฐ์
์์ ๋๊ฐ์ ์ผ์ ํ๋ ๋ค๋ฅธ ์ฌ๋๋ค์ ๋ฐ๊ฒฌํ์ต๋๋ค,"๋ผ๊ณ ํฌํฐ๊ฐ ๋งํ์ต๋๋ค. "์ฐ์ฒด๊ตญ์ ํ๊ธ์ด ์
๊ธ๋๋ ๋ฐฉ์์์ ๋งค์ฐ ์ผ๊ด๋ ํจํด์ ๋ฐ๊ฒฌํ์ต๋๋ค."
ํฌํฐ์ ๊ทธ๋
์ ํ์ ์์
์ ์์ ํฌ๋ก๋ก ์๋ ค์ง๊ฒ ๋์์ต๋๋ค. 2021๋
์ ์์๋์ด 2025๋
12์์ ๋ง๋ฌด๋ฆฌ๋์์ผ๋ฉฐ, ๊ธฐ์๋ผ๋ ๊ทธ๋ฅผ ๋์ด ๋ค๋ฅธ 6๋ช
๊ณผ ํจ๊ป ๊ฑฐ์ 12๋
์ ์ง์ญํ์ ์ ๊ณ ๋ฐ์์ต๋๋ค. ๊ทธ๋ฆฌ๊ณ ์ด๊ฒ์ ๋ ์คํฐ์์๋ง ์ผ์ด๋ ์ผ์ด ์๋์์ต๋๋ค. ๊ฒฝ์ฐฐ์ ๋ฐ๋๊ณผ ์ํฌ์
์์ ๋ฒ์ฃ์๋ค์ด ๋ฒ์ด๋ค์ธ ํ๊ธ์ผ๋ก ๊ฐ๋ ์ฐฌ ๊ฐ๋ฐฉ์ ๋ค๊ณ ์จ ํ๋ฐฐ์๋ค์ด ์์ ์ ๋ด๋ ค๋๊ณ ๊ธฐ์๋ผ์ ์ผ๋น์ด ์๊ฑฐํ๋ ๊ฒ์ ๋ชฉ๊ฒฉํ์ต๋๋ค. ๋งค์ผ์ ๋์ ํ์ ์ง์ ๊ทธ๋ฃน์๊ฒ ๋๋์๊ณ , ๊ทธ๋ค์ ๋์์ ์ฐ์ฒด๊ตญ์ ๋์๋ค๋๋ฉฐ ๊ณ ๋ฌด์ค๋ก ๋ฌถ์ธ ์งํ ๋๋ฏธ๋ฅผ ์
๊ธํ์ต๋๋ค. ๊ฐ ์ ๋ฅ์ฅ์์ ๊ทธ๋ค์ ๋ท๋ฉด์ PIN์ด ์ ํ ์นด๋๋ฅผ ์ฌ์ฉํ์ฌ ์ต๋ 10๊ฐ์ ๋ค๋ฅธ ๊ณ์ข์ ์
๊ธํ์ต๋๋ค.
๋์ ๋ฐ์ ๊ณ์ข๋ ์ผ๋ฐ ์ฌ๋๋ค(๊ฒฝ์ฐฐ์ด "๋
ธ์"๋ผ๊ณ ๋ถ๋ฅด๋)์ ๊ฒ์ด์์ผ๋ฉฐ, ๊ทธ๋ค์ ๊ณ์ข ์ฌ์ฉ์ ํ์ฉํ ๋๊ฐ๋ก ์์ก์ ๋ฐ์๊ฑฐ๋, ๋ ์คํฐ์ ์๋ฅ ๋ฌด์ญ ํ์ฌ์ ์ํ ๊ฒ์ผ๋ก, ๊ด๋ฆฌ์๋ค์ ์ง๋ถ์ด ํฉ๋ฒ์ ์ผ๋ก ๋ณด์ด๋๋ก ๊ฐ์ง ์ก์ฅ์ ๋ง๋ค์์ต๋๋ค. (๊ธฐ์๋ผ๋ ๋
ธ์๋ค์๊ฒ 10,000ํ์ด๋๋ฅผ ์ธํํ ๋๋ง๋ค 50ํ์ด๋๋ฅผ ์ฝ์ํ์ง๋ง, ์ค์ ๋ก๋ ์ข
์ข
๋ ์ ๊ฒ ์ง๋ถํ์ต๋๋ค.) ๊ธฐ์๋ผ๋ ๋น ์ง์ ๋ณด๊ด๋ ๋
ธํธ๋ถ์์ ์ ์ฒด ์์
์ ์ด์ํ์ผ๋ฉฐ, ๋ชจ๋ ๊ณ์ข ์ ๋ณด์ ๋น๋ฐ๋ฒํธ๋ ๋
ธํธ์ ์ ํ ์์์ต๋๋ค. ๋์ด ์จ๋ผ์ธ์ ๋ํ๋์๋ง์ ๊ทธ๋ ์ํธํํ ๊ฑฐ๋์๋ฅผ ์ฌ์ฉํ์ฌ ์ ์ธ๊ณ๋ก ๋ณด๋์ต๋๋ค.
2๋
๋์ ๊ธฐ์๋ผ์ ๊ทธ๋ฃน์ ๋๋ผ์ด 5,300๋ง ํ์ด๋๋ฅผ ์ด๋์์ผ ์กฐ์ง ๋ฒ์ฃ์๋ค์ด ๋๊ท๋ชจ๋ก ๋์ ์ธํํ ์ ์๊ฒ ํ์ต๋๋ค. ๊ธฐ์๋ผ๊ฐ ์๋น์ค์ ๋ํด ์ ํํ ์ผ๋ง๋ฅผ ์ฒญ๊ตฌํ๋์ง๋ ๋ถ๋ถ๋ช
ํ์ง๋ง, ๊ทธ์ ์ํ ๋ฐฉ์์ ๋ณผ ๋ ๊ทธ๋ ๊ทธ๊ฒ์ผ๋ก ์ข์ ์์
์ ์ป๊ณ ์์์ต๋๋ค.
๊ทธ์ ์์
์ ๊ท๋ชจ๊ฐ ์ปธ์ง๋ง ๋
ํนํ์ง๋ ์์์ต๋๋ค. ๊ธฐ์๋ผ๊ฐ ์ ์ฃ ํ๊ฒฐ์ ๋ฐ์ ์ง ๋ถ๊ณผ ํ ๋ฌ ํ, ๋ ๋จ์ฑ์ด ๋ฒ๋ฐ์์์ ๊ฑฐ์ ๋์ผํ ๊ณํ์ผ๋ก ๊ฐ์ฅ์ ๊ฐ์ผ๋ฉฐ, ๋์ ๋์ชฝ์ 10๊ฐ ์ฐ์ฒด๊ตญ์ ์ค๊ฐ๋ฉฐ ํ๋ฃจ์ ์ต๋ 20๋ง ํ์ด๋๋ฅผ ์
๊ธํ์ต๋๋ค. 4์์๋ ์ฒผํธ๋์ ํ ๋จ์ฑ์ด ๋ธ๋ฆฌ์คํจ๊ณผ ๊ธ๋ก์คํฐ์
์ ์ฐ์ฒด๊ตญ์ ์๋ฐฑ๋ง ํ์ด๋๋ฅผ ์
๊ธํ ๋
ธ์ ๋คํธ์ํฌ๋ฅผ ์ด์ํ ํ์๋ก 6๋
8๊ฐ์์ ์ง์ญํ์ ์ ๊ณ ๋ฐ์์ต๋๋ค.
๊ทธ๋ฆฌ๊ณ ์ด๊ฒ์ ์๋
๋์ ๊ณ์๋์ด ์์ต๋๋ค. 2024๋
์ฌ์ฐ์ค์ํฌ ํฌ๋ผ์ด ๋ฒ์์์ ๋ ๋จ์ฑ์ด 2017๋
์ฒดํฌ๋๊ธฐ ์ ์ ๋ฐ๋๊ณผ ๋งจ์ฒด์คํฐ์ ์ฐ์ฒด๊ตญ์ 2,600๋ง ํ์ด๋๋ฅผ ์
๊ธํ ํ์๋ก ์ง์ญํ์ ์ ๊ณ ๋ฐ์์ต๋๋ค. ์ค์ฝํ๋๋์์๋ ํ์๋ค์ด ๋ฒ์ฃ ์๊ธ์ ์ฐ์ฒด๊ตญ์ ์
๊ธํ ํ์๋ก ์ง์ญํ์ ์ ๊ณ ๋ฐ์์ผ๋ฉฐ, ์ ์ฌํ ํ์๋ก ์งํ ์ค์ธ ๋ค๋ฅธ ์ฌ๊ฑด๋ค๋ ์์ต๋๋ค.
์ฐ์ฒด๊ตญ์ ๋ค๋ฅธ ๊ณณ์์ ์ผ์ด๋๊ณ ์๋ ์ผ์ด ์๋์๋ค๋ฉด ์ด๊ฒ์ ์ฃผ์ ๋ด์ค๊ฐ ๋์์ ๊ฒ์
๋๋ค. ๋์ , ๊ทธ๊ฒ์ ๋๋ถ๋ถ ๋ฌด์๋์์ต๋๋ค.
์ฐ์ฒด๊ตญ ํธ๋ผ์ด์ฆ ์ค์บ๋ค์ 2024๋
ITV ๋๋ผ๋ง ๋ฒ ์ด์ธ ์จ ๋ ์ฐ์ฒด๊ตญ ๋๋ถ์ ๋์ค์ ์ฃผ๋ชฉ์ ๋ฐ์์ง๋ง, ๊ทธ ์ 20๋
๋์ ๊ณ์๋์ด ์์ต๋๋ค. Post Office Ltd๋ ๊ณ ์ ์ง์๋ค์ด ์ฌ๊ธฐ๋ก ์ถ์ ๋๋ ์ปดํจํฐ ํ๋ก๊ทธ๋จ์ ๊ฒฐํจ์ด ์๋ค๋ ๊ฒ์ ์๊ณ ์์์์๋ ๋ถ๊ตฌํ๊ณ ์๋ฐฑ ๋ช
์ ์ฐ์ฒด๊ตญ ์ด์์๋ฅผ ์๋ชป ๊ธฐ์ํ์ต๋๋ค. ์ ์ฐ์ฒด๊ตญ ์ด์์ ์จ๋ฐ ๋ฒ ์ด์ธ ๊ฐ 2019๋
์ ๊ณ ์ฉ์ฃผ๋ฅผ ์๋๋ก ํ ํ๊ธฐ์ ์ธ ์น์๋ก ์ ๋ถ๋ ๊ทธ์ ๋ค๋ฅธ ์ฌ๋๋ค์ ์ ์ฃ ํ๊ฒฐ์ ๋ค์ง๊ณ ์์ต ํ์ด๋์ ๋ณด์๊ธ์ ์ง๋ถํ๊ฒ ๋ค๊ณ ์ฝ์ํด์ผ ํ์ต๋๋ค.
์ด ์ค์บ๋ค์ ์๊ตญ ์ต์
์ ์ฌ๋ฒ ์ค๋ฅ ์ค ํ๋์
๋๋ค. ํ ๊ฐ์ง ๋ถํํ ๋ถ์์ฉ์ ์ฐ์ฒด๊ตญ ์ง์ ์ ํตํด ์ธํ๋๋ ๋์ ๊ท๋ชจ์ ๋ํ ์กฐ์ฌ๊ฐ ๋๋ ค์ก