@charset "utf-8";
/* @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css"); */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

@font-face {
	font-family: 'Paperlogy';
	font-weight: 400;
	font-display: swap;
	src: url('./fonts/Paperlogy-4Regular.woff2') format('woff2'), 
        url('./fonts/Paperlogy-4Regular.woff') format('woff');
}
@font-face {
	font-family: 'Paperlogy';
	font-weight: 700;
	font-display: swap;
	src: url('./fonts/Paperlogy-7Bold.woff2') format('woff2'), 
        url('./fonts/Paperlogy-7Bold.woff') format('woff');
}

/*
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), 
        url('./fonts/Pretendard-Regular.woff2') format('woff2'), 
        url('./fonts/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), 
        url('./fonts/Pretendard-Bold.woff2') format('woff2'), 
        url('./fonts/Pretendard-Bold.woff') format('woff');
}
*/


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Pretendard Variable', 'Pretendard';
}

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

html {
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1;
    font-family: 'Pretendard Variable', 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', sans-serif;
    letter-spacing: -0.05em;
    color: #333;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

b,
strong {
    font-weight: 700
}

u {
    text-underline-offset: 4px;
}


:root{
    /* color */
    --default-color: #333;
    --dark-color: #000;
    --primary-color: #3261c0;
    --secondary-color:#003bbe;
    --point-color: #ff1c00;
    --light-color: #777777;

    --hover-color: #003492;
    --hover-link-color: #005caf;

    --title-xl-color: #4b6edd;
    --title-md-color: #4b6edd;   

    --btn-default-color: #2e63c3;
    --btn-default-border-color: #bfbfbf;
    --btn-default-line-bg: #fff;
}

.color-primary {color: var(--primary-color)}
.color-secondary {color: var(--secondary-color)}
.color-point {color: var(--point-color)}
.color-dark {color: var(--dark-color)}
.color-light {color: var(--light-color)}


#skipNavi {
    position: absolute;
    margin: 0 auto;
    width: 100%;
	list-style: none;
    font-size: 1.15em;	
	top: -10.5em;
    z-index: 100000; /* 2017-04-19 */
    background: #fff;
}
#skipNavi a:active, #skipNavi a:focus-visible {
    position: absolute;
	padding-top: 0.5em;
    width: 100%;
	height: 2em;
    top: 10.5em;
	text-align: center;
	color: #000;
	font-weight:bold;
    background: #fff;
    border: 1px solid #475470;
}

.sr-only,
.invisible { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}


