@charset "utf-8";

/**
* Infobus Cascading Style Sheets
* File Name : reset.css
* Description : 리셋 css
* Author : Web Team / pyt
* Email : pico1983@nate.com
* Date : 2021-02-15
* Update : 2021-02-15
* Copyright(c) 2021 운세소다. All Rights Reserved.
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@font-face {
	font-family: 'S-CoreDream-6Bold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.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;
}
/* reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button { margin:0; padding:0;}
fieldset, img { border:0 none;}
dl, ul, ol, menu, li { list-style:none;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:""; content:none;}
input, select, textarea, button { font-size:100%; vertical-align:middle;}
button { border:0 none; background:transparent; cursor:pointer;}
table { border-collapse:collapse; border-spacing:0;}
img { vertical-align:top;}

/* 뷰표트 변환시 폰트크기 자동확대 방지 */
body { -webkit-text-size-adjust:none;}

input[type='text'], input[type='password'], input[type='submit'], input[type='search'] { -webkit-appearance:none; border-radius:0;}
input:checked[type='checkbox'] { background-color:#666; -webkit-appearance:checkbox;}
button, input[type='button'], input[type='submit'], input[type='reset'], input[type='file'] { -webkit-appearance:button; border-radius:0;}
input[type='search']::-webkit-search-cancel-button { -webkit-appearance:none;}
body, th, td, input, select, textarea, button { font-size:16px; line-height:1; font-family:'Noto Sans KR', sans-serif; color:#666; letter-spacing:-0.04em;}
a { color:#000; text-decoration:none;}
a:active, a:hover, a:focus { text-decoration:none;}
address, caption, cite, code, dfn, em, var { font-style:normal; font-weight:normal;}
select { border-radius:0;}
a[href^=tel] { color:inherit; text-decoration:inherit; font-size:inherit; font-style:inherit; font-weight:inherit;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
/* 셀렉트 박스 화살표 제거, 화살표 영역 유지
select { -webkit-appearance:none;}
select::-ms-expand { display:none; display:hidden;}
*/