@charset utf-8;

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

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/** css 초기화 **/

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, fieldset, form, label, legend, 
table, caption, tbody, tfoot, fhead, 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; font-size: 100%; vertical-align: baseline; background: transparent; box-sizing: border-box; font-family: Pretendard, 'Pretendard', pretendard, 'pretendard';}

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

body { line-height: 1; letter-spacing: -0.5px; min-width: 360px; }

nav, ul, li { list-style: none; }
a { margin: 0; padding: 0; font-size: 100%; text-decoration: none; vertical-align: baseline; color: #333; background: transparent; }
img { vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }

input { margin: 0; padding: 0; box-sizing: border-box; vertical-align: top; border: 1px solid #dfdfdf; color: #999; border-radius: 0; font-family: Pretendard, 'Pretendard', pretendard, 'pretendard', '맑은 고딕', HelveticaNeue, DroidSans, Sans-serif, Helvetica; padding-left: 8px !important; }
input::-moz-input-placeholder { color: #999; }
input::-webkit-input-placeholder { color: #999; }

select::-ms-expand { display: none; }

/*움직임 소스*/
.back-to-position.to-top { transform: translateY(-100px); }
.back-to-position { opacity: 0; transition: 1s; }
.show .back-to-position { opacity: 1; transform: translateX(0) translateY(0); }
.show .back-to-position.delay-0 { transition-delay: 0s; }
.show .back-to-position.delay-1 { transition-delay: 0.1s; }
.show .back-to-position.delay-2 { transition-delay: 0.2s; }
.show .back-to-position.delay-3 { transition-delay: 0.3s; }
.show .back-to-position.delay-4 { transition-delay: 0.4s; }
.show .back-to-position.delay-5 { transition-delay: 0.5s; }
.show .back-to-position.delay-6 { transition-delay: 0.6s; }

/* 소스 */
.moving, a {-webkit-transition: 0.5s all ease; transition: 0.5s all ease;}

.slider {overflow: hidden; width: 100%; position: relative;}
/*

html,body {width:100%;height:100%;margin:0px;padding:0px;overflow:hidden;font-family:sans-serif;}

#fullpage {position:relative;top:0px;z-index:9;width:100%;height:100%;}
.fullsection{width:100%;height:100%;position:relative;}

@media all and (max-width:1024px) {

html,body {overflow:auto;}

#fullpage {position:relative;top:0px;z-index:9;width:100%;height:100%;}
.fullsection{width:100%;height:100%;position:relative;}

}
*/

ul, li{margin:0;padding:0;list-style:none}
.quick {position:fixed;right:20px;top:50%;transform:translateY(-50%); z-index:100000}
.quick li {width:10px;height:10px;margin-bottom:10px; border-radius:15px;border:2px solid #DDD;cursor:pointer;}
.quick .on {background:#000F68; border: 2px #000F68 solid;}
