@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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
    color: var(--default); 
	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: calc(100% - 10rem);
    margin: 0 auto;
}

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

.inner3{
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
}

.show-992{
    display:none;
}

.hide-992{
    display:block !important;
}

.pt-l{
    padding-top:15.5rem;
}

.pt-m{
    padding-top:15.5rem;
}

.pt-s{
    padding-top:15.5rem;
}

.pb-l{
    padding-bottom:13rem;
}
.pb-lm{
    padding-bottom:11.5rem;
}
.pb-m{
    padding-bottom:10.5rem;
}
.pb-s{
    padding-bottom:9rem;
}

.pt-0{
    padding-top:0 !important;
}
.pb-0{
    padding-bottom:0 !important;
}

.tit-box{
    text-align:center;
}

.tit-box:not(:has(+ .txt)){
    margin-bottom: 11rem;
}

.tit-box p.en-tit,
.tit-box h2.tit{
    font-family: 'Nanum Myeongjo', serif;
}

.tit-box p.en-tit{
    font-size:13px;
    font-weight: 500;
    color:#999;
    letter-spacing:3px;
}

.tit-box h2.tit{
    font-size:4.2rem;
    font-weight: 600;
    margin-top:2rem;
}

.tit-box + .txt{
    margin-top: 2rem;
    text-align:center;
    font-size:2rem;
    color:#959595;
}

/* 1400 = inner size */

@media screen and (max-width:1400px){
    html{
        font-size:9px;
    }
    .inner2 {
        padding-inline: 6%;
    }
}

@media screen and (max-width:1370px){
    /* .inner .inner3{
    } */
    .inner3 {
        padding-inline: 6%;
    }
}

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

    .inner{
        width:100%;
    }

    .show-992{
        display:block !important;
    }
    
    .hide-992{
        display:none !important;
    }

    .tit-box:not(:has(+ .txt)){
        margin-bottom: 5rem;
    }

    .tit-box + .txt{
        font-size:min(4vw,26px);
        color:#222;
    }
    .tit-box p.en-tit{
        font-size:8px;
    }
    .tit-box h2.tit{
        font-size:4.5rem;
    }
}

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