﻿@charset 'utf-8';

@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}



@font-face {
    font-family: 'Cafe24 Oh square';
    font-style: normal;
    font-weight: 100;
    src: local("Cafe24Ohsquareair"),local("Cafe24Ohsquareair"),url("/font/Cafe24Ohsquareair.eot");
    src: url("/font/Cafe24Ohsquareair.eot?#iefix") format("embedded-opentype"),url("/font/Cafe24Ohsquareair.woff2") format("woff2"),url("/font/Cafe24Ohsquareair.woff") format("woff")
}


@font-face {
    font-family: 'Cafe24 Oh square';
    font-style: normal;
    font-weight: 700;
    src: local("Cafe24Ohsquare"),local("Cafe24Ohsquare"),url("/fonts/Cafe24Ohsquare.eot");
    src: url("/font/Cafe24Ohsquare.eot?#iefix") format("embedded-opentype"),url("/font/Cafe24Ohsquare.woff2") format("woff2"),url("/font/Cafe24Ohsquare.woff") format("woff")
}


* {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box;}
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, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:middle;
	background:transparent; 
	-webkit-text-size-adjust:none; 
	box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	/*font-family:'Cafe24 Oh square',Malgun Gothic,Helvetica,AppleGothic,'애플고딕',sans-serif,Tahoma;*/
	font-family:'GmarketSans',Malgun Gothic,Helvetica,AppleGothic,'애플고딕',sans-serif,Tahoma;
	font-weight: 100;
	font-style: normal;
}

html{ font-smoothing:antialiased; -ms-touch-action:auto;}
html,body, section{width:100%;}

br {
    font-family:'돋움',Dotum,'돋움체',DotumChe;
}

img{}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav, section{}
legend, caption{width:0;height:0;visibility:hidden;font-size:0;line-height:0;}
button{cursor:pointer; border:none; padding:0; }
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
li,dd{list-style:none;}
blockquote, q {quotes:none;}
address, caption, em, cite, i, a {font-weight:normal; font-style:normal; text-decoration: none;}
table {border-collapse:collapse; border-spacing:0;}
iframe{width:100%;vertical-align:middle;}
caption{display:none;}
figcaption{display:block;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance:none;  margin:0; }

strong {font-weight: bold !important; }

input[type="text"], input[type="number"],input[type="email"], input[type="search"],
input[type="password"], input[type="date"], input[type="tel"], select{vertical-align:middle; padding:  0 0 0 7px; height: 40px; line-height: 1; box-sizing: border-box; background:#fff; border:1px solid #cccccc;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;  border-radius:0; color:#999; font-size:12px;}

input[type="search"] {border-radius:0; -webkit-border-radius:0; -webkit-appearance:textfield;}
input[type="search"]::-webkit-search-results-decoration {-webkit-appearance:none;}

input[type='checkbox'],input[type='radio'] {vertical-align:middle; margin-top:0; 0/IE8+9;  cursor:pointer;}

input.disabled {background:#fff;}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
}


select::-ms-expand{display:none; }
select{ cursor: pointer; outline :none; overflow :hidden; color:#999;min-width:80px;background-color:#fff;background-image:url('/img/common/board_arr_down.png');background-repeat:no-repeat;background-position: 95% center;  }
textarea{width:100%;height:100px; resize:none; border:1px solid #cccccc;padding:10px; color:#999;}



.blind{position:absolute; top:-999999px; width:0; height:0; font-size:0; overflow:hidden;}
.clear{clear:both;}
.clearfix{overflow:hidden;}
.clearfix:after{clear:both; display:table; content:'';}
.center{text-align:center; display:block; float:none !important;}



/*.center{text-align: center;} */
