@charset "utf-8";

/*//////////////////////////////////////////////////
                    공통 요소
//////////////////////////////////////////////////*/

.ico-separate:before {
    content: '';
    position: relative;
    display: inline-block;
    margin: 0 12px 0 8px;
    top: 0;
    width: 1px;
    height: 8px;
    background-color: #999;
}

.ico-separate:first-child:before {
    width: 0;
    margin: 0;
}

.container {
    width: 1233px;
}

/*//////////////////////////////////////////////////
                    헤더
//////////////////////////////////////////////////*/

.head-top {
    height: 24px;
    background-color: #dedede;
}

.head-mid {
    position: relative;
    height: 72px;
}

.head-bott {
    height: 38px;
    background-color: #005a98;
}

.ht-nav {
    text-align: right;
}

.ht-nav li {
    display: inline-block;
    line-height: 24px;
}

.ht-nav li a,
.ht-nav li span {
    font-size: 11px;
    color: #999;
    cursor: pointer;
}

.hm-logo {
    position: absolute;
    margin-left: 50%;
    top: -19px;
    left: -55px;
    z-index: 29;
}

.site-logo {
    display: block;
}

.hm-slogan {
    float: left;
    padding-top: 16px;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

.hm-slogan h2 {
    font-size: 18.5px;
    color: #083f88;
}

.hm-slogan p {
    font-size: 16.5px;
    color: #a67b05;
}

.hm-slogan p strong {
    color: #444;
}

.hm-company {
    /*float: right; 160909 삭제*/
    float: left;
    padding-top: 20px;
}

.site-menu,
.site-link {
    display: block;
    float: left;
}

.site-link {
    float: right;
}

.sm-list li,
.sl-list li {
    display: inline-block;
}

.sm-menu span,
.sl-list a,
.sl-list span {
    display: block;
    padding: 0 30px;
    height: 38px;
    font-family: 'Nanum Barun Gothic', sans-serif;
    font-size: 15px;
    line-height: 38px;
    color: white;
    cursor: pointer;
}

.sl-menu {
    background-color: #ffb900;
}

.slm-conf {
    background-color: #039ddd;
}

/*//////////////////////////////////////////////////
                    로그인
//////////////////////////////////////////////////*/

.login-form {
    position: relative;
    height: 111px;
}

.lgf-input-area {
    position: absolute;
}

.lgf-input {
    position: relative;
    z-index: 5;
    /*width: 175px; 160909 삭제*/
    height: 41px;
    background: #fff;
    border: 1px solid #b4b4b4;
    zoom: 1;
}

.lgf-input:first-child {
    border-bottom: 0;
}

.lbl_in {
    position: absolute;
    top: 4px;
    left: 6px;
    z-index: 2;
    background: #fff;
    line-height: 28px;
    color: #555;
}

.int {
    position: relative;
    z-index: 3;
    /*width: 173px; 160909 삭제*/
    width: 126px;
    height: 39px;
    padding: 4px 0 4px 8px;
    border: 0;
    border-radius: 0;
    line-height: 30px;
    color: #555;
    -webkit-appearance: none;
    zoom: 1;
}

.lgf-check {
    position: absolute;
    top: 11px;
    right: 11px;
}

.lgf-btn-login {
    position: absolute;
    top: 41px;
    /*left: 174px; 160909 삭제*/
    right: 0;
    width: 128px;
    height: 40px;
    border: solid 1px #005a98;
    z-index: 5;
}

.lgf-btn-login input {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    font-family: 'Nanum Barun Gothic', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: white;
    background-color: #005a98;
    -webkit-appearance: none;
    cursor: pointer;
}

.lbl-list {
    margin-top: 7px;
    text-align: center;
}

.lbl-list li {
    display: inline-block;
}

.lgf-btn-link {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 30px;
    top: 81px;
    border: 1px solid #b4b4b4;
    background-color: #dcdcdc;
}

.lgfb-join,
.lgfb-find {
    font-size: 11px;
    color: #555;
}

/*//////////////////////////////////////////////////
                    컨텐츠
//////////////////////////////////////////////////*/

.content-top,
.content-bott {
    margin-top: 10px;
}

.ct-banner,
.ctnImg {
    float: left;
    cursor: pointer;
}

.ctnImg {
    margin-left: 1px;
}

.ctnImg:first-child {
    margin-left: 0;
}

.ct-right {
    float: right;
    /*width: 302px; 160909 삭제*/
}

.mr-cus,
.mr-link {
    margin-top: 10px;
}

.mr-link span,
.cbl-bn span,
.cbl-proc span {
    cursor: pointer;
}

.cb-notify {
    position: relative;
    float: left;
    width: 560px;
}

.cb-link {
    float: right;
}

.cbl-bn,
.cbl-proc {
    float: left;
}

.cbl-proc {
    margin-left: 10px;
}

/*////////////////////
        탭메뉴
////////////////////*/
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.tab li {
    display: block;
    float: left;
    margin-left: -1px;
}

ul.tab li:first-child {
    margin-left: 0;
}

ul.tab li span {
    position: relative;
    display: block;
    width: 152px;
    font-family: 'Nanum Barun Gothic', sans-serif;
    font-size: 13.5px;
    font-weight: 800;
    color: #555;
    text-align: center;
    padding: 15px 50px;
    border: 1px solid #e8e8e8;
    border-bottom-color: #b4b4b4; 
    transition: 0.3s;
    z-index: 2;
    cursor: pointer;
}

ul.tab li span.active {
    color: #005a98;
    border: 1px solid #b4b4b4;
    border-bottom: 1px solid white;
    z-index: 9;
}

.tabcontent {
    position: relative;
    display: none;
    /*padding-top: 10px; 160909 삭제*/
    padding-top: 5px;
    margin-top: -1px;
    border-top: 1px solid #b4b4b4;
    z-index: 1;
}

.cbn-list li {
    padding: 10px 10px 0 10px;
    clear: both;
}

.cbn-list li:before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: -3px;
    width: 2px;
    height: 2px;
    background-color: #6a9bea;
}

.cbn-list li a,
.cbn-list li span {
    font-size: 12px;
    color: #777;
    cursor: pointer;
}

.cbn-list li em {
    float: right;
    font-style: normal;
    color: #c7c7c7;
}

/*//////////////////////////////////////////////////
                    푸터
//////////////////////////////////////////////////*/

.site-footer {
    margin-top: 10px;
    padding: 10px 0;
    background-color: #dedede;
}

.footer-left {
    float: left;
    margin-top: 5px; /*160909 추가*/
}

.footer-right {
    float: right;
}

.footer-right img {
    margin-left: 30px;
}

.footer-right img:first-child {
    margin-left: 0;
}

.footer-menu,
.fm-list li {
    display: inline-block;
}

.fm-list li a,
.fm-list li span {
    font-size: 11px;
    font-weight: 800;
    color: #555;
    cursor: pointer;
}

.si-text {
    display: block;
    margin: 5px 0;
}

.si-text img {
    margin-right: 15px;
}

/*//////////////////////////////////////////////////
                    메인 개편
//////////////////////////////////////////////////*/

.cb-banner {
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.cb-banner:first-child {
    margin-left: 0;
}
