@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////
  Project Name         : 이모션티피에스 모바일웹
  HTML/CSS Author      : 김희언 (kha05@naver.com)
  Written date         : 2021-03-11
  Browser              : IE9, IE10, IE11, FF, OP, SF, CR
//////////////////////////////////////////////////////////////////////////////// */

/*
 *
 * CSS CONTENTS:
 *
 * 01. Web Font
 * 02. Type Selector Reset
 * 03. Accessibility Navigation
 * 04. Layout Selector
 * 05. Components
 * 06. Entry Content
 * 07. Comment
 * 08. Widget & Template Page
 * 09. ETC
 * 10. Post Type & Color Type
 * 11. Retina Display
 * 12. Media Screen - Tablet
 * 13. Media Screen - Mobie
 *
 */

/* Web Font Load */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400&display=swap'); /* CUSTOMER CENTER */

/* common */
body {font-weight: 400; font-family: 'Noto Sans KR', sans-serif; font-size: 1em; line-height: 1.25;	-webkit-text-size-adjust: 100%;	-webkit-font-smoothing: antialiased;}
html, body {width: 100%; height: 100%; margin: 0; padding: 0; font-size: 100%;}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {margin: 0;padding: 0;}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {display: block;}
button, input[type=submit], input[type=reset], input[type=button] {overflow: visible;cursor: pointer;}
input, textarea, button {font-family: 'Noto Sans KR', sans-serif;font-size: 100%;border-radius: 0;}
button {overflow: visible;margin: 0;padding: 0;border: 0;background: transparent;}
ul li {list-style: none;}
img, fieldset {border: none;vertical-align: top;}
a:link, a:visited {color:#000;text-decoration:none;}
a:hover, a:focus, a:active {color:#000;text-decoration:none;}

/* Form Type (html5 & 모바일 적용) */
input[type='text'],input[type='password'],input[type='submit'],input[type='search'],button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file']{-webkit-appearance:none; border-top-left-radius:0; border-top-right-radius:0; border-bottom-left-radius:0; border-bottom-right-radius:0}
input[type='checkbox']{-webkit-appearance:checkbox}
input[type='radio']{-webkit-appearance:radio}
input[type='number']{-webkit-appearance:none}
input[type='search']::-webkit-search-cancel-button{-webkit-appearance:none}