@charset "UTF-8";

/****************************************/
/*  Name :퍼블리싱 가이드
/*  PART :reset
/*  Author :cw.lee
/*
/*  Summary:
/*  01) Reset
/****************************************/

/* ********************************************************************************* *
 * 01) Reset
 * ********************************************************************************* */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;/*font-size:100%;font:inherit;*/vertical-align:baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{display:block;}
body{font-family:'Pretendard', "Malgun Gothic", "맑은 고딕", arial, sans-serif;font-size:1.6rem;line-height:1.3;}
ul:not(.board_view_content ul, .ck_content ul),
ol:not(.board_view_content ol, .ck_content ol) {list-style:none;}
blockquote, 
q{quotes:none;}
blockquote:before, 
blockquote:after, 
q:before, 
q:after{content:"";content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* custom reset */
*, 
*:before, 
*:after{-webkit-box-sizing:border-box;box-sizing:border-box;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;vertical-align:top;}
input{outline:none;}
button, 
[type='button'], 
[type='reset'], 
[type='submit']{cursor:pointer;}
input,
button,
textarea, 
select{font:inherit;margin:0;padding:0;border:0;border-radius:0;background-color:transparent;-o-border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;}
select::-ms-expand{display:none;/* 화살표 없애기 for IE10, 11*/}
textarea{resize:none;}



