
html, body {padding:0;margin:0;height:100%; font-family: 'Noto Sans KR', sans-serif; overflow-x: hidden;}

body{
    -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust : none;  /* IE */
    -moz-text-size-adjust : none;  /* 파이어폭스 */
    -o-text-size-adjust : none;  /* 오페라 구버전 */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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, input{
	margin: 0;
	outline: 0;
	border: 0;
	padding: 0;
	background: transparent;
}

.fl_r{float: right !important;}
.fl_l{float: left;}
.w_50{width: 50%;}
.mb_20{margin-bottom: 20px;}
.mb_15{margin-bottom: 15px;}
.pl_20{padding-left: 20px;}
.d_flex{display: flex; align-items: center; box-sizing: border-box;}
.clear{clear: both;}
.clearfix {zoom: 1;/* ie 6,7 */}
.clearfix::before,
.clearfix::after {content: " ";display: table;}
.clearfix::after {clear: both;}

ol, ul {list-style:none;}
fieldset, img,iframe {border:0;}
table {border-collapse:collapse; border-spacing:0;table-layout:fixed;}

textarea{resize: none; border: none; background: #f3f3f3; outline: none; width: 1100px; height: 240px; padding: 15px; box-sizing: border-box;}
input{border: none; background: #f3f3f3; outline: none;}
select{border: none; background: #f3f3f3; outline: none; appearance: none; font-family: 'Noto Sans KR', sans-serif;}

input::placeholder {color: #777; font-size: 16px; font-weight: 400; font-family: 'Noto Sans KR', sans-serif;}
textarea::placeholder {color: #777; font-size: 16px; font-weight: 400; font-family: 'Noto Sans KR', sans-serif;}

a:link{text-decoration:none; color:inherit;}
a:active{text-decoration:none; color:inherit;}
a:visited{text-decoration:none; color:inherit;}
a:hover{text-decoration:none; color:inherit;}

/*input스타일*/
input[type="text"]:focus {background: transparent; border: 1px solid #333; padding: 0 15px; font-family: 'Noto Sans KR', sans-serif;}

textarea:focus {background: transparent; border: 1px solid #333; font-family: 'Noto Sans KR', sans-serif;}

input[type="text"].completed{background: transparent; border-bottom: 1px solid #000; font-family: 'Noto Sans KR', sans-serif;}

textarea.completed_textarea{background: transparent; border: 1px solid #000; font-family: 'Noto Sans KR', sans-serif;}
