/**
 * by WonSeok Park(onpws@naver.com) on 2016. 07. 01
 */

 *,
 *::before,
 *::after  {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-tap-highlight-color: rgba(255,255,255,0);
   /*모바일 터치 하이라이트 제거 */
   -webkit-text-size-adjust: none;
   /* 모바일 텍스트 자동 조절 방지*/
 }

 a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   vertical-align: baseline
 }

 article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
   display: block
 }

 audio, canvas, video {
   display: inline-block
 }

 audio:not([controls]) {
   display: none;
   height: 0
 }

 [hidden] {
   display: none
 }

 html {
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%
 }

 a:focus {
   outline: 0
 }

 a:active, a:hover {
   outline: 0
 }

 blockquote, caption, dd, dl, fieldset, form, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, table, td, th, ul {
   margin: 0;
   padding: 0
 }

 b, strong {
   font-weight: 700
 }

 dfn {
   font-style: italic
 }

 hr {
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
   height: 0
 }

 mark {
   background: #ff0;
   color: #000
 }

 code, kbd, pre, samp {
   font-family: monospace, serif;
   font-size: 1em
 }

 pre {
   white-space: pre-wrap
 }

 q {
   quotes: "\201C" "\201D" "\2018" "\2019"
 }

 small {
   font-size: 80%
 }

 sub, sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline
 }

 sup {
   top: -.5em
 }

 sub {
   bottom: -.25em
 }

 a, button, input, label, option, select, textarea {
 }

 .text-input:active, .text-input:focus, textarea:active, textarea:focus {
   cursor: text;
   outline: 0
 }

 abbr[title], dfn[title] {
   cursor: help
 }

 img {
   border: 0;
   font-style: italic
 }

 svg:not(:root) {
   overflow: hidden
 }

 fieldset {
   border: 1px solid silver;
   margin: 0 2px;
   padding: .35em .625em .75em
 }

 legend {
   border: 0;
   padding: 0
 }

 button, input, select, textarea {
   font-family: inherit;
   font-size: 100%;
   margin: 0
 }

 button, input {
   line-height: normal
 }

 button, select {
   text-transform: none
 }

 button, html input[type=button], input[type=reset], input[type=submit] {
   -webkit-appearance: button;
 }

 button[disabled], html input[disabled] {
   cursor: default
 }

 input[type=checkbox], input[type=radio] {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding: 0
 }

 input[type=search] {
   -webkit-appearance: textfield;
   -webkit-box-sizing: content-box;
   box-sizing: content-box
 }

 input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
   -webkit-appearance: none
 }

 button::-moz-focus-inner, input::-moz-focus-inner {
   border: 0;
   padding: 0
 }

 textarea {
   overflow: auto;
   vertical-align: top
 }

 ins, u {
   text-decoration: none
 }

 ins {
   border-bottom: 1px solid
 }

 figure {
   margin: 0
 }

 table {
   border-collapse: collapse;
   border-spacing: 0
 }
