@CHARSET "UTF-8";
/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    /*src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.eot);
    src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
         url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.woff2) format('woff2'),
         url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.woff) format('woff'),
         url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.ttf) format('truetype');*/
    src: url(/common/fonts/NanumGothic-Regular.eot);
    src: url(/common/fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
    url(/common/fonts/NanumGothic-Regular.woff2) format('woff2'),
    url(/common/fonts/NanumGothic-Regular.woff) format('woff'),
    url(/common/fonts/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 700;
    /*src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.eot);
    src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
         url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.woff2) format('woff2'),
         url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.woff) format('woff'),
         url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.ttf) format('truetype');*/
    src: url(/common/fonts/NanumGothic-Bold.eot);
    src: url(/common/fonts/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
    url(/common/fonts/NanumGothic-Bold.woff2) format('woff2'),
    url(/common/fonts/NanumGothic-Bold.woff) format('woff'),
    url(/common/fonts/NanumGothic-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 800;
    /*src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.eot);
    src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
         url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.woff2) format('woff2'),
         url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.woff) format('woff'),
         url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.ttf) format('truetype');*/
    src: url(/common/fonts/NanumGothic-ExtraBold.eot);
    src: url(/common/fonts/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
    url(/common/fonts/NanumGothic-ExtraBold.woff2) format('woff2'),
    url(/common/fonts/NanumGothic-ExtraBold.woff) format('woff'),
    url(/common/fonts/NanumGothic-ExtraBold.ttf) format('truetype');
}


* { padding: 0; margin: 0; border: 0; color: #282828;}
*, *:before, *:after {
  -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important;
  
 }
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 {
   	font-size: 100%;
    font: inherit;
    color: #333;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family: Nanum Gothic, '나눔고딕', dotum, '돋움', sans-serif;
    /* font-family: Dotum,'돋움',Helvetica,AppleSDGothicNeo,sans-serif; */
}
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{
    text-decoration: none;
}

/* 초기화 끝 :::::::::::::::::::::::::::::::::::::::::::::::::::::: css 본문 시작 */
html{background:none;}
.zero-board-contents *, .zero-board-contents *:before, .zero-board-contents *:after {
   -moz-box-sizing: initial !important;
   -webkit-box-sizing: initial !important; 
    box-sizing: initial !important;
 }

.zero-board-contents .list_footer .bsToggle{
    -moz-box-sizing: border-box !important; 
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}



.other-logo{
    margin-left: 44px;
    
}

.other-logo:FIRST-CHILD{
    margin-left: 0;
}

.b-red{border: 1px solid #bf2026;}
.c-red{color:#bf2026;}
.c-black{color: #282828;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.tac{text-align: center !important;}
.tal{text-align: left !important;}
.tar{text-align: right !important;}
.mb5{margin-bottom: 5px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt50{margin-top: 50px;}
.mt5{margin-top: 5px;}
.mb5{margin-bottom: 5px;}
.ml0{margin-left: 0 !important;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.pd10{padding: 10px;}
.ellipsis { width: 150px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.fw800{
    font-weight: 800;
}

#headerWrap {
	border-bottom: 1px solid #bf2026;
}
.inner-wrap {
	margin: auto;
	width: 1000px;
}

#header-main{
    padding-top:46px;
    height: 108px;
    border-bottom: 1px solid #bf2026;
}

#footer-area {
    border-top: 1px solid #bf2026;
    background: #e6e6e6;
    margin-top: -4px;
}

.footer-wrap {
    margin: auto;
    padding-top: 45px;
    padding-bottom: 30px;
    width: 1024px;
}

.footer-wrap::AFTER {
    display: block;
    content: '';
    clear: both;
}

.footer-wrap > ARTICLE > H3 {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 12px;
}

.footer-wrap .about {
    float: left;
    overflow: hidden;
    width: 750px;
}
.footer-wrap .about DL {
    line-height: 1.4em;
}
.footer-wrap .about DL::AFTER {
    display: block;
    content: '';
    clear: both;
}
.footer-wrap .about DL > * {
    float: left;
    font-size: 14px;
}

.footer-wrap .about DT::AFTER {
    content: ':';
}
.footer-wrap .about DD {
    margin-left: 12px;
    margin-right: 18px;
}


.footer-wrap .sitemap {
    float: right;
    overflow: hidden;
    width: 180px;
}


.footer-wrap .sitemap LI {
    margin-bottom: 10px;
}

.footer-wrap .sitemap LI > A {
    text-decoration: none;
    font-size: 13px;
}
.footer-wrap .sitemap LI > A::AFTER {
    content: '>';
}

.footer-wrap .sitemap LI > UL {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}

.copyright {
    border-top: 1px solid #FFF;
    text-align: center;
    font-size: 11px;
    color: #fff;
    background: #696969;
    padding: 12px 0;
}















#nav{
    position: relative;
}

#menu {
    margin-left: 37px;
}

.m-depth1 {
    float: left;
    height: 45px;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 30px;
}

.sub-menu li{
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    
}


#menu a {
    display: inline-block;
    border: 1px solid transparent;
    text-decoration: none;
    text-align: left;
    width: 100%;
}

#menu a span{
font-size: 16px;
 font-weight: 900;
 color: #555;
 display: inline-block;
 width: 100%;
 padding: 1px 6px;
 -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
 border-radius: 5px;
}

#menu a span:hover{
    background-color: rgba(232,232,232);
    
}

.sub-menu-wrap {
    width: 150px;
    position: absolute;
    z-index: 20000;
    display: none;
    top:46px;
}

.sub-menu-wrap.depth1 {
    z-index: 20001;
}

.sub-menu-wrap.depth2 {
    left: 150px;
    margin-top: -40px;
    z-index: 20002;
    border-left:1px solid white;
}

.sub-menu {
     border: 1px solid #bebebe;
 border-top: none;
 border-bottom: 5px solid #808080;
 padding: 15px 0 10px;
 background-color: #fff;
}

.sub-menu li {
     font-size: 13px;
 height: 28px;
 line-height: 25px;
}

.sub-menu li a span{
    text-transform: none;
    color: #808080 !important;
    width: 100%;
     padding: 0px 20px !important;
    display: inline-block;
    text-align: left;
     font-size: 13px !important;
 font-weight: bold !important;
}

i.underline {
    background: #bf2026;
    background: -moz-linear-gradient(30deg, #bf2026 0%, #f08d1d 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #bf2026), color-stop(100%, #f08d1d));
    background: -webkit-linear-gradient(30deg, #bf2026 0%, #f08d1d 100%);
    background: -o-linear-gradient(30deg, #bf2026 0%, #f08d1d 100%);
    background: -ms-linear-gradient(30deg, #bf2026 0%, #f08d1d 100%);
    background: linear-gradient(30deg, #bf2026 0%, #f08d1d 100%);
    width: 0%;
    height: 2px;
    display: block;
    margin-top: -8px;
}

#menu-ctl{
    display: none;
    float: right;
}

.sub-menu-back{
    display: none !important;
}

.sub-menu li:hover{
    background-color: #fff !important;
}

.sub-menu li:hover a span{
    color: #0071A5 !important;
}

.currentMenu .underline{
    width:100% !important;
}



.sub-content-wrap {
    margin: 0 auto;
    width: 1024px;
}
.sub-content-wrap::AFTER {
    display: block;
    content: '';
    clear: both;
}

.sub-left-side {
    float: left;
    overflow: hidden;
    width: 190px;
    padding:19px 12px;
}

.sub-left-side-title{
    font-size: 27px;
    font-weight: 800;
    padding:40px 20px;
    color:#fff;
}

.sub-right-side {
    float: right;
    overflow: hidden;
    padding:18px 18px 0 18px;
    width: 815px;
}

.sub-main-header {
    margin-bottom: 40px;
}



.fixed-layer-banner{
    position: fixed;
    left:50%;
    top:155px;
    width:125px;
    margin-left: 510px;
}

.fixed-layer-banner-customer{
    padding:10px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
}

.fixed-layer-banner-apply{
    
    padding: 10px 10px;
    border: 1px solid #21a8d8;
    width:100%;
    margin-bottom: 10px;
    background-color: #fff;
}
.fixed-layer-banner-apply label{
    font-weight: 800;
    font-size: 11px;
    color: #515151;
}
.fixed-layer-banner-apply input[type="text"], .fixed-layer-banner-apply textarea{
    margin-top:4px;
    width:100%;border: 1px solid #555;height: 25px;padding : 0 5px;
}

.fixed-layer-banner-apply-form-contn{
    margin-top: 10px;
}

.fixed-layer-banner-apply-form-contn .agr{font-size: 10.4px;color:#939393;font-weight: 600;margin-top: 5px;}



