﻿@charset "UTF-8";

body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, tr, th, td, caption, form, fieldset, input, select, textarea, blockquote, address, button {margin:0;padding:0;box-sizing: border-box;}

h1, h2, h3, h4, h5, h6 {font-size:100%; font-family:"MalgunGothic", Dotum, Arial, sans-serif; }

ul, ol, li {list-style:none}

img, fieldset, button {border:0 none}

button {background:none;cursor:pointer;box-sizing:content-box}

address, em {font-style:normal}

table {border-collapse:collapse;border-spacing:0}

select{
	-webkit-appearance:none !important;
    -moz-appearance:none !important;
	appearance:none !important;
	position:relative;
}


body {background:#fff}

body, input, select, textarea, th, td {font-family:"돋움", Dotum, Arial, sans-serif; color:#555; font-size:12px;}

input,select,textarea,button {vertical-align:middle}

a {color:#555;text-decoration:none}

a:hover, a:focus {color:#555}

img {vertical-align:top}

hr {display:none}

/* html5 tag */
article, aside, details, figure, figcaption, footer, header, hgroup, menu, nav, section, main {display:block;margin:0;padding:0}
