@charset "utf-8";

/*Noto Sans KR*/
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time,span,applet,object,iframe,a,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,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,textarea {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}

body {width:100%;margin:0 auto;font-size:16px; font-family:'NanumSquare','Noto Sans KR',Helvetica,sans-serif; color:#004e94;overflow-x:hidden;}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:none;}
ins {text-decoration:underline;}
em {font-style:normal;}
del {text-decoration:line-through;}
mark {background:none;}
abbr[title], dfn[title] {border-bottom:1px dotted #000;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input, select, a img {vertical-align:middle;}
button {margin:0;padding:0;border:0 none;background:transparent;font-family:'NanumSquare','Noto Sans KR';vertical-align:middle;cursor:pointer;}
button::-moz-focus-inner {margin:-1px;padding:0;}
input[type=text], input[type=password], input[type=checkbox], textarea, select {-webkit-border-radius:0;}

.left_box{float:left;left:0;}
.right_box{float:right;right:0;}
.clearfix:after{content:"";display:block;clear:both;}
/* 아이폰 숫자 전화번호 인식 */
a[href^="tel"]{color:#fff;text-decoration:none;}
/* 아이폰 가로모드 텍스트 자동확대 방지 */
* {-webkit-text-size-adjust:none;}