@charset "utf-8";

/*@import url(http://fonts.googleapis.com/css?family=PT+Sans);*/


@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


section, nav, header, aside, footer, menu{display:block;} /* for ie 6, 7, 8 */

html,body {margin:0; padding:0; height:100%; font-family:Arial,"Pretendard-Regular", "Malgun Gothic",Dotum,"돋움",Gulim,"굴림",Helvetica,Apple-Gothic; -webkit-text-size-adjust:none; font-size:14px; line-height:1; color:#2c2c2c;}
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
input,textarea,select,td{font-size:14px;}
table {border-spacing:0; border-collapse:collapse; width:100%;}
address,caption,cite,code,dfn,th,var {font-style:normal;}
th{font-weight:normal;}
td {background:#fff;}
ol,ul,li {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
hr,legend,caption{display:none;}
img,input,select,textarea{vertical-align:middle;}
img,fieldset {border:none;}
input, textarea, select{font-family:Arial,"Pretendard-Regular", "Malgun Gothic",Dotum,"돋움",Gulim,"굴림",Helvetica,Apple-Gothic; -webkit-text-size-adjust:none;}
input{letter-spacing:0 !important;}
a{color:#555353; text-decoration:none;}
menu{margin:0; padding:0;}

.skip{position:absolute; top:0; left:-1000px; width:0; height:0; font-size:0; line-height:0;}

@media all and (min-width:768px){
*{text-shadow:none !important; -webkit-box-sizing:content-box !important; -moz-box-sizing:content-box !important;}

}

/*common*/
.c_red {color:#ff0000;}
.mb10 {margin-bottom:10px;}
.mr10 {margin-right:10px;}
.ta_l {text-align:left;}
.ta_r {text-align:right;}
.ta_c {text-align:center;}

input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* #wrap.mobileView { padding-top:0 !important; } */