@charset "utf-8";
/************************************************************************
 * 프로젝트   : 케스코사업관리시스템
 * 파일명      : reset.css
 * 설명         : 사업관리시스템
 * 작성일      : 2023.01.12
 * 작성자      : LEE
 * 버   전      : 1.0
************************************************************************/

/* Reset */
*{word-break:normal; box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -webkit-text-size-adjust:none;}
*{ font-family: 'SCDT', sans-serif; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,div{margin:0;padding:0; outline:none ;}
fieldset,img{border:0 none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none}
input,select,textarea,button{vertical-align:middle}
input::-ms-clear{display:none}
input::-webkit-contacts-auto-fill-button {visibility:hidden;display:none !important;pointer-events:none;position:absolute;right:0}
button{border:0 none;border-radius:0;background-color:transparent;cursor:pointer}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal}
.blind, caption, legend {visibility:hidden; overflow:hidden; position:absolute; top:-999em; left:-999em; width:1px; height:1px; font-size:0; line-height:0}
.Rblind { overflow:hidden; position:absolute; top:-999em; left:-999em; width:1px; height:1px; font-size:0; line-height:0}

.hide, .screen_out {display:block; height: 0; width: 0; font-size: 0; line-height: 0; margin: 0; padding: 0; overflow:hidden;}
label,img,input,select,textarea,button{vertical-align:middle;}
ol, ul {	list-style: none;}
table, th, td {border-collapse:collapse;border-spacing:0;}
legend, hr {display:none;}
form {display:inline;}
::-moz-selection { background: #ffa200; color: #fff; }
::selection {background: #ffa200; color: #fff; }

/* 퍼블리싱 개발 가이드 레이아웃 style */
textarea {-webkit-appearance:none; border-radius:0; resize:none;}
.txarType01 { width:100%; height:300px; padding:4px; font-size:15px; line-height:20px; font-weight:500; border:0px !important}

a { text-decoration:none;  }
a:hover { text-decoration:none; }
a:active { background-color:transparent}
a{text-decoration:none; color:#000; }

a[href] {cursor:pointer; text-decoration:none;}  /* color:#039;  */
a[href]:hover,[href]:active,[href]:focus{ text-decoration:underline;}
a[href^='tel']{text-decoration:none !important;cursor:default;}
strong,b{font-weight:600;}

.skip { position: absolute; left: 0; right: 0; top:-100%; transition: all .5s; line-height: 5rem; background: #000; color:#fff; text-align: center; z-index: 100;}
.skip:focus { top: 0; }
.blind {overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);position:absolute !important;width:1px;height:1px}
.screen_out {display:block; height: 0; width: 0; font-size: 0; line-height: 0; margin: 0; padding: 0; overflow:hidden;}



