@charset "utf-8";

@font-face {
  font-family: 'sgR';
  src: url('../fonts/samsunggothic_light.eot') format('eot'),
       url('../fonts/samsunggothic_light.ttf') format('ttf'),
       url('../fonts/samsunggothic_light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'sgR';
  src: url('../fonts/samsunggothic_regular.eot') format('eot'),
       url('../fonts/samsunggothic_regular.ttf') format('ttf'),
       url('../fonts/samsunggothic_regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'sgR';
  src: url('../fonts/samsunggothic_medium.eot') format('eot'),
       url('../fonts/samsunggothic_medium.ttf') format('ttf'),
       url('../fonts/samsunggothic_medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'sgR';
  src: url('../fonts/samsunggothic_bold.eot') format('eot'),
       url('../fonts/samsunggothic_bold.ttf') format('ttf'),
       url('../fonts/samsunggothic_bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SamsungOneKorean';
  src: url('../fonts/SamsungOneKorean-300.ttf') format('ttf'),
       url('../fonts/SamsungOneKorean-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SamsungOneKorean';
  src: url('../fonts/SamsungOneKorean-400.ttf') format('ttf'),
       url('../fonts/SamsungOneKorean-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SamsungOneKorean';
  src: url('../fonts/SamsungOneKorean-500.ttf') format('ttf'),
       url('../fonts/SamsungOneKorean-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SamsungOneKorean';
  src: url('../fonts/SamsungOneKorean-700.ttf') format('ttf'),
       url('../fonts/SamsungOneKorean-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'sss';
  src: url('../fonts/SamsungSharpSans-Bold.woff2') format('woff2'),
       url('../fonts/SamsungSharpSans-Bold.woff') format('ttf'),
       url('../fonts/SamsungSharpSans-Bold.eot') format('eot');
  font-style: normal;
}

h1 {font-family: 'sss', sans-serif;}

body,input,textarea,select,button, td, p, div, dl, dt, dd {text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga", "kern"}
body {font:16px/normal 'SamsungOneKorean', 'Malgun Gothic', '맑은 고딕', 'Dotum', '돋움', sans-serif; color:#000; font-weight:400;}
/* initialize */
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, *:before, *:after {margin: 0; padding: 0; border: 0; outline: 0; background: transparent; -webkit-text-size-adjust:none; word-break:keep-all; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

legend {width: 0; height: 0; position: absolute; top: 0; left: 0; display: none; }
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {display: block;}
nav, menu, ul, ol, dl, li {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
a {color:#000; text-decoration:none;}
a:visited {text-decoration:none;}
a:active,
a:hover {text-decoration:none;}
a:-webkit-any-link {text-decoration:none; color: #000;}
small {font-size:0.9em;}
ins {background-color: #ff9; color: #000; text-decoration: none;}
mark {background-color: #ff9; color: #000; font-weight: bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}
table {width:100%; border:0 none; table-layout:fixed; border-collapse: collapse;}
table td, table th {padding:0; border:0 none;}
/*hr, legend {visibility:hidden; height:1px; width:1px; position:absolute; line-height:0;}*/
h1, h2, h3, h4, h5, h6 {font-weight:700;}
strong {font-weight:700;}
img {max-width: 100%;}
button {border:none;}
button:focus {outline: none;}
input:focus,botton:focus,select:focus,textarea:focus{outline:none;}

::-webkit-input-placeholder {color:#a9a9a9;}
:-moz-placeholder {color:#a9a9a9;}
::-moz-placeholder {color:#a9a9a9;}
:-ms-input-placeholder {color:#a9a9a9;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}