@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

@font-face {
    font-family: 'HakgyoansimBareonbatang';
    src: url('../font/HakgyoansimBareonbatangB.otf') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'HakgyoansimBareonbatang';
    src: url('../font/HakgyoansimBareonbatangR.otf') format('woff2');
    font-weight: 400;
    font-style: normal;
}

html {
    /* font-size:10px; */
    --default : #222; /*기본 텍스트 컬러*/
    --point: #333;
    --border: #c0c0c0;
}


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); 
    box-sizing: border-box;
}
/* h1, h2, h3, h4, h5, h6, p, a, li {
    transform: skew(-0.028deg);
} */
/* 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: 'HakgyoansimBareonbatang';
}
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{
}

body {
    background: #f3f2e9;
}

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

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

.ff-pret {
    font-family: 'pretendard';
}
.show-1200{
    display: none;
}
.hide-1200 {
    
}
.show-1080 {
    display: none;
}
.hide-1080 {

}
.show-992 {
    display: none;
}
.hide-992 {
    
}
.show-768 {
    display: none;
}
.hide-768 {
    
}
.show-500 {
    display: none;
}
.hide-500 {
    
}
.fw-400 {
    font-weight: 400;
    color: inherit;
}

/* 1200 = inner size */
@media screen and (max-width:1200px){
    /* html{
        font-size:9px;
    } */
    .inner {
        padding-inline: min(40px,5%);
    }
    .show-1200{
        display: block;
    }
    .hide-1200 {
        display: none;
    }
}
@media screen and (max-width:1080px){
    .hide-1080 {
        display: none;
    }
    .show-1080 {
        display: block;
    }
}
@media screen and (max-width:992px){
    /* html{
        font-size:8px;
    } */
    .hide-992 {
        display: none;
    }
    .show-992 {
        display: block;
    }
}

@media screen and (max-width:768px){
    /* html{
        font-size:7px;
    } */
    .hide-768 {
        display: none;
    }
    .show-768 {
        display: block;
    }
}
@media screen and (max-width:500px){
    /* html{
        font-size:7px;
    } */
    .hide-500 {
        display: none;
    }
    .show-500 {
        display: block;
    }
}