123456789101112131415161718192021222324252627282930313233343536 |
- @charset "utf-8";
- /* 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-color:transparent;cursor:pointer;}
- table {border-collapse:collapse;border-spacing:0;}
- body {-webkit-text-size-adjust:none;} /* 뷰표트 변환시 폰트크기 자동확대 방지 */
- input[type='text'],input[type='password'],input[type='submit'],input[type='search'] {-webkit-appearance:none; }
- input:checked[type='checkbox'] {-webkit-appearance:checkbox;}
- button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file'] {-webkit-appearance:button; }
- input[type='search']::-webkit-search-cancel-button {-webkit-appearance:none;}
- body {background:#fff;}
- body,th,td,input,select,textarea,button {color:#000;font-size:16px;line-height:1.5;font-family:'Noto Sans KR','Malgun Gothic', '맑은 고딕', sans-serif;letter-spacing:-0.05em;} /* color값은 디자인가이드에 맞게사용 */
- a {color:#000;text-decoration:none;}
- a:link, a:active, a:visited {color: #000;}
- a:active, a:hover {color:#000;text-decoration:underline;}
- address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal;}
- img {vertical-align:top;max-width:100%;}
- .show {display:block}
- .hide {display:none}
- .clearAfter {display:block;overflow:visible;width:auto;clear:both;*zoom:1}
- .clearAfter:after {content:'';display:block;height:0;font-size:0;visibility:hidden;clear:both;}
- .row {margin:0px !important}
- .b-0 {border:0px !important}
- .br-0 {border-radius:0px !important}
- .px-1{ padding-left:.5em!important;padding-right:.5em!important;}
|