@charset "utf-8";

/* Font */
@font-face {
    font-family:'NanumGothic';
    src: url('/tpl/webfont/NanumGothic.eot');
    src: url('/tpl/webfont/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumGothic.woff') format('woff'),
         url('/tpl/webfont/NanumGothic.ttf') format('truetype');   
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/*Defalut */
* {margin:0; padding:0}
body, td, th, div, span, input, select, textarea {font-family: 'Pretendard', sans-serif; font-weight:400; font-size: 15px;color:#454545; line-height:1.4; }
body { height:100%; overflow-y:scroll; *overflow-y:; -webkit-text-size-adjust:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button,span,table,th,td,textarea {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
ul,ol,dl,dd,dt,li {list-style-type:none;}
img,th,td,fieldset,iframe { border:0; }
img {border:0;vertical-align:top;outline:none}
table,tbody,tfoot,thead,tr,th,td {border-collapse:collapse;}
textarea { border:1px solid #d1d1d1; height:120px; }
input,select,label { vertical-align:middle; }

/* Link */
a:link    { color:#7d7d7d; text-decoration: none; }
a:visited { color:#7d7d7d; text-decoration: none; }
a:hover   { color:#0b96d4; text-decoration: none; }
a:active  { color:#0b96d4; text-decoration: none;}

/* Layout */
#wrapper{ margin:0 auto; min-width:980px; width:100%; overflow: hidden;}
#header{ margin:0 auto; width:980px; height:164px;}
#header .header-area {position:relative; display: block;}
#top_gnb {width: 165px; height:25px; position: absolute; top:25px; right: 0px;}
#top_gnb ul { height:30px;}
#top_gnb ul li { float:left;  padding-right:8px; font-size:10px; line-height:21px;}
#top_gnb ul li a { font-size:10px; color:#7d7d7d; font-family: Arial, Helvetica;}
#top_gnb ul li a:link { color:#7d7d7d; }
#top_gnb ul li a:hover { color:7d7d7d; text-decoration:none; }
#top_gnb .space { font-size:10px; color:#fff; }
#logo{width: 254px; margin: 0 auto; position: relative; padding: 20px 0px;}
#navigation{width:100%; display: inline-block;}
#footer {margin:0; auto; width:100%; /*background-image: url(/images/kor03-17-0356/main/bg_footer.jpg);*/ background-repeat: no-repeat; background-color:#fbeaa2;}