@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');

/* 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%;vertical-align:baseline}
dl,ul,ol,menu,li{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0}
fieldset,img{border:0 none;vertical-align:top}
hr,legend,caption{display:none}
input,select,textarea,button,label{vertical-align:top;font-family:inherit}
input,select,textarea{width:100%;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;appearance:none;-webkit-appearance:none}
input{height:50px;padding:0 14px;color:#444;font-size:16px;font-weight:300;line-height:50px;border:1px solid #f6f6f6;background:#f6f6f6}
input::-webkit-input-placeholder{color:#aaa}
input::placeholder{color:#aaa}
textarea::-webkit-input-placeholder{color:#aaa}
textarea::placeholder{color:#aaa}
input:focus,
/* textarea:focus{color:#179f81;font-weight:400;border-color:#3dcbac;background-color:#fff !important;outline:none} */
input.error{color:#f61d31;font-weight:400;border-color:#f61d31}
input:-ms-clear{display:none}
input[type="radio"],input[type="checkbox"]{width:13px;height:13px;margin:0;padding:0;border:none}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
textarea{padding:12px 14px;color:#444;font-size:16px;line-height:22px;letter-spacing:-1px;border:1px solid #f6f6f6;background:#f6f6f6;resize:none}
select{appearance:none;-webkit-appearance:none;-moz-appearance:none;}
button{border:0 none;background-color:transparent;cursor:pointer}
em{font-style:normal}

/* common */
body{font-family:'Noto Sans KR','Malgun Gothic', '맑은 고딕', Dotum, '돋움';font-size:15px;color:#222;letter-spacing:-1px}
a{color:#222;text-decoration:none}
img{width:100%}
.clfix:after{content:'';display:block;clear:both}
.clfix>li{float:left}
/* clearfix */
.clearfix{*zoom:1;}
.clearfix:before, .clearfix:after {display: block; content: ''; line-height: 0;}
.clearfix:after {clear:both;}

.wa{position:absolute;top:-9999px;text-indent:-9999px}
.ib{display:inline-block}