@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');

:root {
    --color-main:#dead32;
    --color-hover:#c99615;
    --color-sub:#e95c47;
    --color-deep:#2f4e93;
    --mono1:#272729;
    --mono2:#38383a;
    --mono3:#565659;
    --mono4:#909093;
    --mono5:#bcbcbf;
    --mono6:#d3d3d5;
    --mono7:#f1f2f4;
    --mono8:#f7f8fa;
}

body {font-family: 'Pretendard', sans-serif;font-size:16px;color:var(--mono2);}

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;
	font-size: 1em;
	vertical-align: baseline;
	line-height:1.4;
}
/* body {font-family: 'Nanum Gothic', sans-serif; font-size:14px; color:#666; } */
address { font-style:normal;}
a { display:block;}
/* html, body { height:100%;} */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea {
	font-family:'Pretendard', sans-serif;
    vertical-align:middle;
	padding:0 10px;
    margin:0;
	border:1px solid var(--mono6);
    border-radius:5px;
    background-color: #fff;
    transition:0.2s;
}
select {
    cursor:pointer;
}
textarea {
    padding:10px;
}
input:hover, select:hover, textarea:hover {
    border:1px solid var(--color-main);
}
input:focus, select:focus, textarea:focus {
    border:1px solid var(--color-main);
    outline:1px solid var(--color-main);
}

::placeholder,
::-webkit-input-placeholder,
:-ms-input-placeholder{color:var(--mono5) !important;font-size:1em;}
button {font-family:'Pretendard', sans-serif;padding:0;margin:0;border:0;border-radius:5px;background:transparent;appearance:none;box-shadow:none;cursor:pointer;}

img { 
	border:none;
	vertical-align:top;
}

.clearfix:after { 
	content:"";
	display:block;
	clear:both;
}
a:link, a:visited,
a:active, a:hover { color:var(--mono2); text-decoration:none;}

/* .site-wrap { height:100%;} */

/*hidden*/
.hidden { position:absolute; left:-9999px; font-size:1px; width:1px; height:1px; line-height:0; }

/*스킵메뉴*/
#skip_menu { width:300px; position:absolute; z-index:9999;}
#skip_menu a { position:absolute; top:-100px;}
#skip_menu a:hover,
#skip_menu a:active,
#skip_menu a:focus { position:absolute; top:0; width:300px; height:20px; display:block; background:#333; color:#fff; text-align:center; font-size:16px; font-weight:bold;}

/* flex */
.flex-area {display:flex;}
.flex-area.row {flex-flow:row wrap;}
.flex-area.col {flex-flow:column wrap;}

/* center */
.center {width:1400px;margin:0 auto;}

/* cms - popup */
.popup { width:calc(100% - 30px); max-width:665px; padding:5px; border:1px solid var(--color-line); border-radius:2px; background-color:#fff; box-sizing:border-box; z-index:10001; }
.popup > a { display:block; width:100%; }
.popup a img { display:block; width:100%; }
.popup .btnArea { display:flex; justify-content:flex-end; flex-flow:row wrap; padding-top:10px; }
.popup .btnArea label { cursor:pointer; }
.popup .btnArea a { display:block; color:var(--color-txt-3); font-weight:700; line-height:1; padding:3px 8px; border:1px solid var(--color-line); border-radius:2px; background-color:var(--color-bg-2); margin-left:10px; }

/* ctm - popup */
#ctm-popup {position:absolute;top:100px;left:50%;width:calc(100% - 30px);max-width:1000px;padding:0.5em;border:1px solid var(--mono6);border-radius:2px;background-color:#fff;box-sizing:border-box;transform:translateX(-50%);z-index:10001;}
#ctm-popup .imgWrap {width:100%;}
#ctm-popup .imgWrap img {display:block;width:100%;}
#ctm-popup .btnWrap {justify-content:flex-end;align-items:center;padding-top:0.75em;}
#ctm-popup .btnWrap .ctmClose {display:block;color:var(--mono1);font-size:1em;line-height:1;padding:0.25em 0.5em;margin-left:1.5em;border:1px solid var(--mono6);}
#ctm-popup .btnWrap .ctmClose:hover {border-color:var(--color-sub);}
#ctm-popup .btnWrap label {display:flex;flex-flow:row wrap;align-items:center;cursor:pointer;}
#ctm-popup .btnWrap label span {display:block;margin-left:8px;}

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

    /* cms - popup */
    .popup { top:15px !important; left:15px !important; }

    /* ctm - popup */
    #ctm-popup {top:15px;}
}