@charset "utf-8";


/* 마진과 패딩의 초기화 */
body, div, p, ol, ul, li, img, a, h1, h2, h3, h4, h5, h6, form, span, iframe, dl, dt, dd, em, pre { margin:0px; padding:0px; font-family:'Malgun Gothic',sans-serif,Arial;  font-size:14px; color:#444; letter-spacing:-0.3px;}

/* 리스트의 스타일 제거 */
ul, ol { list-style:none; }

/* 헤더 폰트 사이즈 초기화 */
h1,h2,h3,h4,h5,h6 { font-size : 100%; font-weight: normal;}

/* 테이블 스타일 초기화 */
table, th, td { margin:0; padding:0; font-family:'Malgun Gothic',sans-serif,Arial; border-collapse:collapse; border-spacing:0; color:#444; letter-spacing:-0.3px; }

/* 폼 초기화 */
select, input, textarea { font:normal 14px 'Malgun Gothic',sans-serif,Arial; vertical-align:middle; color:#444; letter-spacing:-0.3px; resize: none; }

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  select, input, textarea { font-size: 16px !important;}
}

/* 이미지 및 필드셋에서 보더 표시 초기화 */
fieldset, img, input { margin:0; padding:0; border:none; }
input:focus{border-color:#E99964 !important;}
input[type="text"] { border: 1px solid #bfbfbf; }
input[type="date"], input[type="time"] { border: 1px solid #bfbfbf; }
input[type="password"] { border: 1px solid #bfbfbf; }
input[type="tel"] { border: 1px solid #bfbfbf; }
input[type="email"] { border: 1px solid #bfbfbf; }

/* 화면상에 보여지지않는 최적화 */
hr {display:none;}
col {background:none;}
label {cursor:pointer;}
legend { position:absolute; width:0; height:0; font-size:0; overflow:hidden; }
#skipNavi,
caption { visibility:hidden; position:absolute; width:0; height:0; font-size:0; overflow:hidden; text-indent:-9999px; line-height:0px; }

/* 폰트 강조 특성 초기화 */
address, caption, cite, code, dfn, em, th, var
{ font-style : normal; font-weight : normal; }

/* 앵커태그 초기화 */
a { cursor: pointer;}
a:link, a:active, a:visited { color:#444; text-decoration:none; }
a:hover { color:#444; text-decoration:underline; }

/* layout */
html { width:100%; height:100%; margin:0; padding:0;}
body { width:100%; height:100%;}
html, body { -webkit-text-size-adjust:none;} 

/* align */
.alignL { text-align:left !important; }
.alignC { text-align:center !important; }
.alignR { text-align:right !important; }
.floatL { float:left !important; }
.floatR { float:right !important; }
.left10 { padding-left:10px !important; text-align:left !important; }
.left15 { padding-left:15px; text-align:left !important; }
.left20 { padding-left:20px !important; text-align:left !important; }
.right10 { text-align:right !important; padding-right:10px !important; }
.verAlignT { vertical-align:top !important; }
.verAlignM { vertical-align:middle !important; }

/* margin */
.mAuto { margin:0 auto !important; }
.mt0 { margin-top:0px !important; }
.mt2 { margin-top:2px !important; }
.mt5 { margin-top:5px !important; }
.mt8 { margin-top:8px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt35 { margin-top:35px !important; }
.mt40 { margin-top:40px !important; }
.mt45 { margin-top:45px !important; }
.mt50 { margin-top:50px !important; }
.mt55 { margin-top:55px !important; }
.mt60 { margin-top:60px !important; }
.mt65 { margin-top:65px !important; }
.mt70 { margin-top:70px !important; }

.mr0 { margin-right:0px !important; }
.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }

.ml0 { margin-left:0px !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }

.mb0 { margin-bottom:0px !important;}
.mb5 { margin-bottom:5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb20 { margin-bottom:20px !important;}
.mb50 { margin-bottom:50px !important;}
.mb60 { margin-bottom:60px !important;}
.mb70 { margin-bottom:70px !important;}

/* padding */
.pl0 { padding-left:0px !important; }
.pl10 { padding-left:10px !important; }
.pl15 { padding-left:15px !important; }
.pl20 { padding-left:20px !important; }
.pl25 { padding-left:25px !important; }
.pl40 { padding-left:40px !important; }
.pl60 { padding-left:60px !important; }
.pl80 { padding-left:80px !important; }
.pl100 { padding-left:100px !important; }
.pl120 { padding-left:120px !important; }
.pl140 { padding-left:140px !important; }
.pl160 { padding-left:160px !important; }
.pl180 { padding-left:180px !important; }
.pl200 { padding-left:200px !important; }
.pl220 { padding-left:220px !important; }
.pl240 { padding-left:240px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pt5 { padding-top:5px !important;}
.pt10 { padding-top:10px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pr5 { padding-right:5px !important; }
.pr10 { padding-right:10px !important; }
.pr15 { padding-right:15px !important; }
.pr20 { padding-right:20px !important; }

.pd5 { padding:5px !important; }
.pd10 { padding:10px !important; }

/* font */
.fontBor { font-weight:bold !important; }
.lh14 { line-height: 14px !important;}
.lh16 { line-height: 16px !important;}
.lh18 { line-height: 18px !important;}
.lh20 { line-height: 20px !important;}

/* width */
.width120 {width: 120px;}
.width100 {width: 100px;}
.width60 {width: 60px;}
.width100p {width: 100%;}
.wid100p {width: 100%;}
.width90p {width: 90%;}
.width80p {width: 80%;}
.width70p {width: 70%;}
.width60p {width: 60%;}
.width50p {width: 50%;}
.width40p {width: 40%;}
.width10p {width: 10%;}
.width30p {width: 30%;}

.hgtAuto { height: auto !important;}
.fixTable { table-layout: fixed;}

