@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

html {
    font-size:10px;
    --default : #111; /*기본 텍스트 컬러*/
    --point: #203c92;
    --border: #ddd
}

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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
    color: var(--default); 
	vertical-align: middle;
}

strong{
	margin: 0;
	padding: 0;
	border: 0;

	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	line-height: 1.4;
    font-family: 'Pretendard', sans-serif;
}
ol, ul {
	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;
}
a,
a:link, 
a:visited {text-decoration:none}
:root{
}

img {
    max-width: 100%;
    object-fit: cover;
}

.inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* 1600 = inner size */
@media screen and (max-width:1600px){
    html{
        font-size:9px;
    }
    .inner {
        padding-inline: 5%;
    }
}

@media screen and (max-width:992px){
    html{
        font-size:8px;
    }
}

@media screen and (max-width:768px){
    html{
        font-size:7px;
    }
}

:root{
    --tit-en-size:2rem;
    --tit-size:5rem;
    --small-tit-size:3.5rem;
    --lg-txt-size:3rem;
    --txt-size:2.3rem;
    --sm-txt-size:1.8rem;
    --font-thin-weight:400;
    --font-medium-weight:500;
    --font-bold-weight:600;
    --c-txt-color:#0B3275;
    --c2-txt-color:#999;
    --c3-txt-color:#FFEF95;
    @media screen and (max-width:480px){
        --tit-size:7vw;
        --small-tit-size:5vw;
        --lg-txt-size:4.2vw;
        --txt-size:3.5vw;
        --sm-txt-size:3.2vw;
    }
}