@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;}
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');
}

* {
  box-sizing: border-box;
  font-family:"Noto Sans KR", "맑은 고딕", "Malgun Gothic", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:-1px;
	font-weight:400;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke:1px transparent;	
}

html {font-size:16px;}


html, body {height:100%;}

.total_menu_wrap.vertical .inner {width:1200px; margin:0 auto;}
.total_menu_wrap {position:absolute; z-index:15; background:#fff; width:100%; border-bottom:1px solid #d7d7d7; padding:25px 0 30px 0;}
.total_menu_wrap:after {clear:both; display:block; content:'';}
.total_menu_wrap .panel {float:left; width:14.285%; min-height:610px; border-right:1px solid #ebebeb;}
.total_menu_wrap .panel:last-child {border-right:0;}
.total_menu_wrap .panel ul {margin-bottom:26px; width:auto; float:none;}
.total_menu_wrap .panel ul:last-child {margin-bottom:0;}
.total_menu_wrap .panel .title {font-size:17px; line-height:28px; padding:0 0 0 30px; font-weight:500;}
.total_menu_wrap .panel .title a {color:#224193;}
.total_menu_wrap .panel ul li {float:none; font-size:15px; line-height:28px; color:#0f0f0f; padding:0 0 0 30px;}
.total_menu_wrap .panel ul li a {color:#0f0f0f;}
.total_menu_wrap .panel ul li a:hover {color:#214293;}
.total_menu_wrap.vertical .inner {max-height:400px; overflow-y:auto;}
.total_menu_wrap.vertical .panel {float:none; width:100%; min-height:0; border-right:0;  margin-bottom:20px; }
.total_menu_wrap.vertical .panel:after {clear:both; display:block; content:'';}
.total_menu_wrap.vertical .panel .title {float:left; width:130px; padding:0;}
.total_menu_wrap.vertical .panel ul {float:left; width:calc(100% - 150px); }
.total_menu_wrap.vertical .panel ul:after {clear:both; display:block; content:'';}
.total_menu_wrap.vertical .panel ul li {float:left; padding:0 0 0 20px;}