@import url(/css/layout.css);

@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);




/*********** Base Style ***********/
* { margin: 0; padding: 0; border: 0;}
html {}  /* 기본 스크롤 제거 */
body{height:100%;}  /* 대체 스크롤 생성 */


/*html {_overflow-y:hidden;}   기본 스크롤 제거 */
/*body{ height:100%; _overflow-y:auto;}  /* 대체 스크롤 생성 */


body,th,td,div,p {font-family: 'Nanum Gothic','NanumGothic','ng','나눔고딕',  "맑은 고딕", "돋음", "tahoma";font-size: 12px;color: #444;}
a {outline: none; text-decoration:none;}
a:hover { outline: none;text-decoration:none;} /* underline */
/*none : 기본값, 텍스트기본
/*underline: 앵커 태그와 같은 밑줄 효과
/*overline: 윗줄 효과
/* line-through : 중앙에 줄 효과

/* 링크 걸었을때 주위에 테두리 점선 없애기 */
a,img,span {outline: none;text-decoration:none; selector-dummy: expression(this.hideFocus=true);}

input,textarea,select {vertical-align:middle;}

div, ul, form, fieldset, td, th, li, h1, h2, h3, h4, p { margin:0; padding:0;}
img {vertical-align: middle; border: 0;}
img .middle {vertical-align:middle; margin-bottom:3px;}
img .top {vertical-align:top; margin-top: 3px;}
img .block {display:block;}
h1 img,h2 img,h3 img {vertical-align: top; }
h1,h2,h3,h4,h5 {font-size: 12px; line-height: 16px;}
ol,ul,li {list-style: none;}
fieldset, img {border: none;}
hr {display:none;}
form {display:inline;}
div .hide {display:none;}
table {border-collapse: collapse;}
table caption {display:none;}
legend {display:none;}
em { font-style: normal;}


/***************************** 설명박스 숨기기 class *******************************/

.hidden_t {font-size:0;line-height:0;margin-left:-1600px;}
.radio{vertical-align: middle;}

/***************************** 기본 class *******************************/

.tRight {text-align:right;}
.tLeft {text-align:left;}
.tCenter {text-align:center;}
.tCenter2 {margin:0 auto;}
.btnR {margin-bottom:15px; text-align:right;}
.btnC {margin-bottom:15px; text-align:center;}
.line{height:1px; background:#e7e7e7; font-size:0; line-height:0;}/** 기본 라인 **/
.b {font-weight:bold;}/** 굵은 텍스트 **/
.hand {cursor: pointer; }/** 이미지에 onClick 처리했을 때 손바닥 모양 만들기 **/
.clr {clear:both; font-size:0; line-height:0;}/** 플로팅 된 요소를 clear하기 **/
.png24 {tmp:expression(setPng24(this));}

.dInput{border:1px solid #d5d5d5;color: #4a433d;background: #FFF;font-size: 12px;padding:2px;height:15px;line-height:15px;}
.dSelect{border:1px solid #d5d5d5;color: #4a433d;background: #FFF;font-size: 12px;}

/*********COLOR********************************************************************************************/

.orange { color:#ea8663; }
.white { color:#ffffff; }
.pink { color:#ff7693; }
.skyb{ color:#8cb5ed; }
.green { color:#55860b; }
.purple { color:#a82741; }
.blue { color:#0958ab; }
.brown { color:#861917; }
.wbrown { color:#9b8974; }
.dbrown { color:#5a4f41; }
.red { color:#ea0000; }
.gray { color:#a0a0a0 ; }
.wgray { color:#a0a0a0 ; }
.dgray { color:#a0a0a0 }
.yellow {color: #ffde29;}
.blac { color: #000;}
.pointC { color: #ac66e3;}
