/* CSS Document */
* {margin:0px;}

@font-face {

    font-family:'NanumGothic';

    src: url('/fonts/NanumGothic.eot');

    src: url('/fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),

         url('/fonts/NanumGothic.woff') format('woff'),

         url('/fonts/NanumGothic.ttf') format('truetype');

    font-weight: normal;

    font-style: normal; 

}

img {border:0px;}


/*
 * Jeju Hallasan (Korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Jeju Hallasan';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/jejuhallasan/v3/JejuHallasan-Regular.eot);
  src: url(//fonts.gstatic.com/ea/jejuhallasan/v3/JejuHallasan-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/jejuhallasan/v3/JejuHallasan-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/jejuhallasan/v3/JejuHallasan-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/jejuhallasan/v3/JejuHallasan-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'nanum-square-r';
    src: url('/fonts/nanumsquarer.eot');
    src: url('/fonts/nanumsquarer.eot?#iefix') format('embedded-opentype'),
         url('/fonts/nanumsquarer.woff2') format('woff2'),
         url('/fonts/nanumsquarer.woff') format('woff'),
         url('/fonts/nanumsquarer.ttf') format('truetype'),
         url('/fonts/nanumsquarer.svg#nanumsquarerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*
* { font-family: }
body,td,div,span {font-family:'NanumGothic'}
*/
#sir_list .name {font-family: 'nanum-square-r'; font-size:23px;font-weight:bold;color:#252525;}
#sir_list .txt_s {font-family: 'nanum-square-r', 'NanumGothic', '나눔고딕';}
#sir_list .txt_s a {font-family: 'nanum-square-r', 'NanumGothic', '나눔고딕'; color:#666666; }

#sir_list .txt {font-family: 'NanumGothic', '나눔고딕',  'nanum-square-r';}
#sir_list .txt a {font-family: 'nanum-square-r', 'NanumGothic', '나눔고딕'; color:#666666; }

.banner_right_name {font-family: 'nanum-square-r', 'NanumGothic', '나눔고딕';font-size:26px;}

ul{list-style:none;}
a{text-decoration:none;}
