/**reset css**/
@charset "UTF-8";
@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	min-width:1200px;
	margin:0;
	padding:0;
	width:100%;
	font-family: 'GmarketSansMedium', 'NotoSans', Sans-serif;
	color:#222;
}
#wrap{overflow:hidden;}
#content_wrap{
	width:100%;
	max-width:100%;
	position:relative;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
hr {
    margin: 0;
    padding: 0;
}

a {
    color: #222;
    text-decoration: none;
	outline:none;
    letter-spacing: -0.6px;
}


button{
	outline:none;	
}


li {
    list-style: none;
}

fieldset, img {
    border: 0;
}

img{
	vertical-align:middle;
}

input,
button {
    font-family:  '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}
/* ie placeholder */
input:-ms-input-placeholder {
    font-family: 'Malgun Gothic', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}

input::-ms-value {
    font-family: 'Malgun Gothic', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}
input[type=button]{
    cursor: pointer;
    outline: none;
    background-color: #fff;
}
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, textarea, select:focus {
    outline: none;
    box-shadow: none!important;
    appearance: none;
}
input[type='checkbox']{-webkit-appearance:checkbox}
input[type='radio']{-webkit-appearance:radio}


table, tr, th, td{
	border-collapse:collapse;
}
table, th, td{
	border-spacing: 0;
    font-weight: normal;
}


/* 텍스트숨기기 */
.blind {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.cf::after{
	content:"";
	display:block;
	clear:both;
}
.inner{
	width:1200px;
	margin:0 auto;
}