
/* Noto Sans KR http://www.google.com/fonts/earlyaccess */

 @font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 100;
   src: url(../font/NotoSansKR-Thin.woff2) format('woff2'),
     url(../font/NotoSansKR-Thin.woff) format('woff'),
     url(../font/NotoSansKR-Thin.otf) format('opentype');
 }

 @font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 300;
   src: url(../font/NotoSansKR-Light.woff2) format('woff2'),
     url(../font/NotoSansKR-Light.woff) format('woff'),
     url(../font/NotoSansKR-Light.otf) format('opentype');
 }

 @font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(../font/NotoSansKR-Regular.woff2) format('woff2'),
     url(../font/NotoSansKR-Regular.woff) format('woff'),
     url(../font/NotoSansKR-Regular.otf) format('opentype');
 }

 @font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(../font/NotoSansKR-Medium.woff2) format('woff2'),
     url(../font/NotoSansKR-Medium.woff) format('woff'),
     url(../font/NotoSansKR-Medium.otf) format('opentype');
 }

 @font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 800;
   src: url(../font/NotoSansKR-Bold.woff2) format('woff2'),
     url(../font/NotoSansKR-Bold.woff) format('woff'),
     url(../font/NotoSansKR-Bold.otf) format('opentype');
 }

 @font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(../font/NotoSansKR-Black.woff2) format('woff2'),
     url(../font/NotoSansKR-Black.woff) format('woff'),
     url(../font/NotoSansKR-Black.otf) format('opentype');
 }


/* Lato http://www.google.com/fonts/earlyaccess */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url(../font/Lato-Thin.woff2) format('woff2'),
     url(../font/Lato-Thin.woff) format('woff'),
     url(../font/Lato-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(../font/Lato-Light.woff2) format('woff2'),
     url(../font/Lato-Light.woff) format('woff'),
     url(../font/Lato-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(../font/Lato-Regular.woff2) format('woff2'),
     url(../font/Lato-Regular.woff) format('woff'),
     url(../font/Lato-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  src: url(../font/Lato-Medium.woff2) format('woff2'),
     url(../font/Lato-Medium.woff) format('woff'),
     url(../font/Lato-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(../font/Lato-Bold.woff2) format('woff2'),
     url(../font/Lato-Bold.woff) format('woff'),
     url(../font/Lato-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(../font/Lato-Black.woff2) format('woff2'),
     url(../font/Lato-Black.woff) format('woff'),
     url(../font/Lato-Black.otf) format('opentype');
}






/*------------
reset
------------*/

* {font-family:-apple-system, BlinkMacSystemFont,'Apple SD Gothic Neo','Malgun Gothic','맑은 고딕','Dotum','돋움',sans-serif;}
*, ::after, ::before{box-sizing:content-box}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, p, span, i, input, select{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-weight:normal;
    font-family:-apple-system, BlinkMacSystemFont,'Apple SD Gothic Neo','Malgun Gothic','맑은 고딕','Dotum','돋움',sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body, html {
    line-height:1;
    height: 100%;
    padding:0;
    margin:0;
    font-size: 14px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:hover, a:link, a:active{
    text-decoration: none;
   color:#000
}

b{
    font-weight:bold;
}

i{
    font-size:1.1em
}

strong{
    font-weight:bold
}

table caption{
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    width:1px;
    height:1px;
    font-size:0;
    line-height:0
}


.tab-wrap{
    padding: 20px;
    background: #fff;
  }

/* 
#footer {
    background: #154892;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}

 */
 
 
 .content-body{
/*      position: absolute;
    width: 90%;
    margin: 5%;
    margin-left: -45%;
    left: 50%;
    top:50%;
        transform: translateY(-60%); */
 }



.cbody{
        position: absolute;
    width: 90%;
    /* margin: 5%; */
    margin-left: -45%;
    left: 50%;
    top: 50%;
    transform: translateY(-60%);
}


.count{
    display: block;
    padding: 4px 15px 17px 15px;
    border-bottom: 16px solid #e6e6e6;
        color: #294e96;
        font-weight:900;
}



.list-c{
        padding-left: 0 !important
}


.title > span{
    font-size:16px;
    font-weght:500;
}


.home{
	display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 16px;
    right: 15px;
	  background: url(../images/ic_home.png) no-repeat 0 0;
}

.c-label
{
	margin-top: 7px;
	color :#8b8b8b;
}

