<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  font-family: 'Nunito', sans-serif;   font-family: 'Nunito Sans', sans-serif;   */


@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 300;
	src: url(/common/font/NotosansKR/NotoSansKR-DemiLight.eot);
	src: url(/common/font/NotosansKR/NotoSansKR-DemiLight.eot?#iefix) format('embedded-opentype'),
	url(/common/font/NotosansKR/NotoSansKR-DemiLight.woff2) format('woff2'),
	url(/common/font/NotosansKR/NotoSansKR-DemiLight.woff) format('woff'),
	url(/common/font/NotosansKR/NotoSansKR-DemiLight.otf) format('opentype');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 400;
	src: url(/common/font/NotosansKR/NotoSansKR-Regular.eot);
	src: url(/common/font/NotosansKR/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
	url(/common/font/NotosansKR/NotoSansKR-Regular.woff2) format('woff2'),
	url(/common/font/NotosansKR/NotoSansKR-Regular.woff) format('woff'),
	url(/common/font/NotosansKR/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 600;
	src: url(/common/font/NotosansKR/NotoSansKR-Medium.eot);
	src: url(/common/font/NotosansKR/NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'),
	url(/common/font/NotosansKR/NotoSansKR-Medium.woff2) format('woff2'),
	url(/common/font/NotosansKR/NotoSansKR-Medium.woff) format('woff'),
	url(/common/font/NotosansKR/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 700;
	src: url(/common/font/NotosansKR/NotoSansKR-Bold.eot);
	src: url(/common/font/NotosansKR/NotoSansKR-Bold.eot?#iefix) format('embedded-opentype'),
	url(/common/font/NotosansKR/NotoSansKR-Bold.woff2) format('woff2'),
	url(/common/font/NotosansKR/NotoSansKR-Bold.woff) format('woff'),
	url(/common/font/NotosansKR/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 900;
	src: url(/common/font/NotosansKR/NotoSansKR-Black.eot);
	src: url(/common/font/NotosansKR/NotoSansKR-Black.eot?#iefix) format('embedded-opentype'),
	url(/common/font/NotosansKR/NotoSansKR-Black.woff2) format('woff2'),
	url(/common/font/NotosansKR/NotoSansKR-Black.woff) format('woff'),
	url(/common/font/NotosansKR/NotoSansKR-Black.otf) format('opentype');
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family: 'NotoSansKR', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#333;
	vertical-align:middle;
	background:transparent;
	box-sizing:border-box;
	-webkit-text-size-adjust: none;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
/* Add-CSS */
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}

img {
	width:100%;
	display:inline-block;
	vertical-align:middle;
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop')"; // for IE8
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop'); // for IE7
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=text], input[type=password], textarea {
	padding:5px;
}

button {
	cursor:pointer;
}

legend, caption, hr, .blind {
	position:absolute;
	left:-9999px;
	top:0;
	visibility:hidden;
	overflow:hidden;
	line-height:0.1%;
	font-size:0.1%;
	width:0.1%;
	height:0.1%;
}

input[type=button], input[type=submit],
input[type=reset], input[type=image], button {
	cursor:pointer;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}


html, body{width:100%;}
.wrap{position:relative; width:100%;}
.dis_table{display:table; width:100%; height:100%;}
.dis_table_cell{display:table-cell; width:100%; height:100%;}
.f_left{float:left;}
.f_right{float:right;}
.en{display:inline-block; font-size:inherit; color:inherit; line-height:inherit; letter-spacing:inherit; vertical-align: baseline;}
.bold{display:inline-block; font-size:inherit; color:inherit; line-height:inherit; letter-spacing:inherit; vertical-align: baseline; font-family: inherit; font-weight:700;}
.num{display:inline-block; font-size:inherit; color:inherit; line-height:inherit; letter-spacing:inherit; font-weight:inherit; vertical-align: baseline;}
.col{display:inline-block; font-size:inherit; line-height:inherit; letter-spacing:inherit; font-weight:inherit; font-family:inherit; vertical-align: baseline;}

.child_set{  text-align: center; font-size:0;}
.child_set .recipients_in{display:inline-block; text-align:left; }
.child_set .img_child{display:inline-block; width:297px; height:420px; border-radius:7px; overflow:hidden; box-shadow: 4px 8px 9px -5px rgba(0,0,0,0.20), 6px 15px 22px -4px rgba(0,0,0,0.14), 8px 6px 28px -4px rgba(0,0,0,0.12);}
.child_set .contents_set{display:inline-block;width: 597px; padding-left:102px;text-align:left;}
.child_set .contents_set .ico_set{font-size:0;}
.child_set .contents_set .ico_set .list{display:inline-block; font-size:0;}
.child_set .contents_set .ico_set .list:not(:last-child){padding-right:29px;}
.child_set .contents_set .ico_set .list .ico{display:inline-block; margin-right:12px; width:30px;}
.child_set .contents_set .ico_set .list .info{display:inline-block; font-size:16px; color:#768692; letter-spacing:-0.5px; line-height:26px;}
.child_set .contents_set .b_insert{padding:50px 0 18px; font-size:32px; color:#212529; letter-spacing:-1.5px; line-height:44px; font-weight:700;}
.child_set .contents_set .b_insert .col{color:#005eb8;}
.child_set .contents_set .s_insert{font-size:16px; color:#768692; letter-spacing:-0.5px; line-height:24px;}
.child_set .btn_set{padding-top:80px; font-size:0;}
.child_set .btn_set a{display:inline-block; padding:0 50px; height:56px; font-size:16px; letter-spacing:-0.5px; line-height:54px; font-weight:700; border-radius:30px;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	-moz-transition: color 0.2s ease, background-color 0.2s ease;
	-o-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
	width: auto;
	text-align: center;
}
.child_set .btn_set .support{margin-right:12px; color:#fff; background:#005eb6;}
.child_set .btn_set .support:hover{background:#0c467e;}
.child_set .btn_set .more{color:#425563; background:#fff; border:1px solid #425563; font-weight:400;}
.child_set .btn_set .more:hover{color:#fff; background:#425563;}

@media all and (max-width:1000px){
	.child_set{padding:42px 0 0 0;}
	.child_set .img_child{width:223px; height:315px;}
	.child_set .contents_set{width: 440px;padding:0 0 0 72px;}
	.child_set .contents_set .ico_set .list:not(:last-child){padding-right:31px;}
	.child_set .contents_set .ico_set .list .ico{margin-right:10px; width:26px;}
	.child_set .contents_set .ico_set .list .ico img{width:26px;}
	.child_set .contents_set .ico_set .list .info{font-size:14px; letter-spacing:-0.25px; line-height:22px;}
	.child_set .contents_set .b_insert{padding:37px 0 12px; font-size:24px; letter-spacing:-1.13px; line-height:33px;}
	.child_set .contents_set .s_insert{font-size:14px; letter-spacing: -0.44px; line-height: 18px;}
	.child_set .btn_set{padding-top:61px;}
	.child_set .btn_set .support{margin-right:12px;}
	.child_set .btn_set a{padding:0 40px; height:50px; font-size:14px; letter-spacing:-0.25px; line-height:48px;}
}</pre></body></html>