@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);/* 나눔고딕*/
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);/* 나눔 스퀘어*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); /* 노토산스:한국어*/


/* Global page*/
.globalTit{width:100%; float:left; padding:30px 0; font-size:20px; font-weight:bold; text-align:center; 
           font-family: Nanum Square,"나눔고딕",'Noto Sans KR', NanumGothic, Malgun Gothic, "돋움", Dotum, AppleGothic, sans-serif !important; color:#000000;}

.globalWrap{width:100%; float:left; padding-bottom:100px;}
.globalTB{width:100%; float:left; display:table; border-top:1px solid #dbdbdb; border-left:1px solid #dbdbdb;}
.globalTR{width:100%; display:table-row;}
.globalTH{display:table-cell; background:#c3d600; border-right:1px solid #ffffff; border-bottom:1px solid #dbdbdb; color:#ffffff; font-size:18px; font-weight:600; padding:10px; text-align:center;
          font-family: Nanum Square,"나눔고딕",'Noto Sans KR', NanumGothic, Malgun Gothic, "돋움", Dotum, AppleGothic, sans-serif !important; }
.globalTB .th01{width:25%;}
.globalTB .th02{width:75%; border-right:1px solid #dbdbdb;}
.globalTD{display:table-cell; vertical-align:middle; border-right:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; color:#292929; font-size:15px; line-height:20px; padding:10px; text-align:center; }
.globalTD span{font-weight:normal;}
.globalTB .td01{font-weight:600;}
.globalTB .td02{text-align:left;}





