@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");

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 {margin: 0; padding: 0; border: 0; vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
ol, ul, li {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 { text-decoration:none; color:#000; }
img {vertical-align:top;}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: local('Noto Sans Thin'), local('NotoSans-Thin'),
    url(http://www.busan.com/public/font/NotoSansKR-Thin-Hestia.eot),
    url(http://www.busan.com/public/font/NotoSansKR-Thin-Hestia.eot?#iefix) format('embedded-opentype'),
    url(http://www.busan.com/public/font/NotoSansKR-Thin-Hestia.woff) format('woff'),
    url(http://www.busan.com/public/font/NotoSansKR-Thin-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans Light'), local('NotoSans-Light'),
    url(http://www.busan.com/public/font/NotoSansKR-Light-Hestia.eot),
    url(http://www.busan.com/public/font/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'),
    url(http://www.busan.com/public/font/NotoSansKR-Light-Hestia.woff) format('woff'),
    url(http://www.busan.com/public/font/NotoSansKR-Light-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 350;
    src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
    url(http://www.busan.com/public/font/NotoSansKR-DemiLight-Hestia.eot),
    url(http://www.busan.com/public/font/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype'),
    url(http://www.busan.com/public/font/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
    url(http://www.busan.com/public/font/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
    url(http://www.busan.com/public/font/NotoSansKR-Regular-Hestia.eot),
    url(http://www.busan.com/public/font/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
    url(http://www.busan.com/public/font/NotoSansKR-Regular-Hestia.woff) format('woff'),
    url(http://www.busan.com/public/font/NotoSansKR-Regular-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
    url(http://www.busan.com/public/font/NotoSansKR-Medium-Hestia.eot),
    url(http://www.busan.com/public/font/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
    url(http://www.busan.com/public/font/NotoSansKR-Medium-Hestia.woff) format('woff'),
    url(http://www.busan.com/public/font/NotoSansKR-Medium-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'),
    url(http://www.busan.com/public/font/NotoSansKR-Bold-Hestia.eot),
    url(http://www.busan.com/public/font/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype'),
    url(http://www.busan.com/public/font/NotoSansKR-Bold-Hestia.woff) format('woff'),
    url(http://www.busan.com/public/font/NotoSansKR-Bold-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: local('Noto Sans Black'), local('NotoSans-Black'),
    url(http://www.busan.com/public/font/NotoSansKR-Black-Hestia.eot),
    url(http://www.busan.com/public/font/NotoSansKR-Black-Hestia.eot?#iefix) format('embedded-opentype'),
    url(http://www.busan.com/public/font/NotoSansKR-Black-Hestia.woff) format('woff'),
    url(http://www.busan.com/public/font/NotoSansKR-Black-Hestia.otf) format('opentype');
}


html {font-size:14px;}
* {
	box-sizing: border-box;
	font-family:"Noto Sans KR", "맑은 고딕", "Malgun Gothic", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:-0.05em; line-height:1em;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke:1px transparent;
}


html, body {height:100%;}

#wrap #header { width:100%; border:1px solid #DDD; position:fixed; background:#FFF; z-index:99999; top:0}
.biz_inner { position:relative; margin:0 auto; padding:25px 0; width:1100px; }
.biz_inner:after { content:""; clear:both; display:block; }
.logo { float:left; }
.gnb { margin-left:46px; float:left; }
.gnb:after { content:""; clear:both; display:block; }
.gnb > li { float:left; }
.gnb > li.busan_logo { margin-left:20px; }
.gnb > li > a { display:block; padding:0 14px; height:29px; line-height:29px; font-size:16px; font-weight:350; }
.gnb > li > a:hover { color:#38B0D9; }
.search_box { float:right; }
.search_box input { color:#333; width:180px; padding-right:21px; padding-left:4px; height:29px; border:0; border-bottom:1px solid #FFF; /* background:url(http://www.busan.com/nas/wcms/public/pc/images/h_search.gif) no-repeat right center; */ transition:0.5s; outline:none; }
.search_box input:hover { border-bottom:1px solid #999; }
