
/* 통합검색 */
.totalSearch { position:relative; padding-left: 6rem; width: 15rem; height: 2rem; border-radius: 0.5rem; background:#efefef;  border-radius: 0.5rem; }
.totalSearch select { position: absolute; left: 0; top: 0; padding: 0 0.5rem; width: 6rem; height: 2rem; font-size: 0.65rem; background:transparent; border: none; }
.totalSearch input { padding: 0 2.25rem 0 0.5rem; width: 100%; height: 2rem; line-height: 2rem; font-size: 0.6rem; border: none; font-family: '돋움', Dotum; background:none; border-radius: 0.5rem;}
.totalSearch button { position: absolute; right:2px; top: 1px; padding: 0; background:#efefef; width: 2rem; height: 1.8rem; line-height:38px; color:#004078; border: none; border-radius: 0.5rem; font-size:0.9rem; font-weight: 600; }
.totalSearch input::-webkit-input-placeholder { color: #555; }
.totalSearch input::placeholder { color: #555; }

#header:before { background:#d2d2d2; } /* header 하단 라인 */

/* gnb color */
/* gnb : default */
#gnb{ background:#fff; }/* gnb 배경색 */
#gnb .depth01 > ul > li.on > a{ color:#004078 !important; } /* 1차메뉴 active 텍스트 색상 */
#gnb .depth01 > ul > li > a{ color:#333; }/* 1차메뉴 텍스트 색상 */
#gnb .depth01 > ul > li > a:before{ background:#004078;} /* 1차메뉴 active underline 색상*/
#gnb .depth01 > ul > li > a > span:before{background:#cee1ff; } /* 1차메뉴 active 그림자 색상 */
#gnb .depth02 > ul > li > a{ color:#111; }/* 2차메뉴 텍스트 색상 */
/* gnb : fullDown */
#nav.fullDown .depth02 > ul > li > a:hover,
#nav.fullDown .depth02 > ul > li > a:focus,
#nav.fullDown .depth02 > ul > li.active > a{ color:#fff; background:#004078; }/* 2차메뉴 active 효과 */
/* gnb : oneDown */
#nav.oneDown .depth02{ border:2px solid #004078;}/* 2차메뉴 border-color */
#nav.oneDown .depth02 > ul > li > a:hover,
#nav.oneDown .depth02 > ul > li > a:focus,
#nav.oneDown .depth02 > ul > li.dep.active > a{ color:#004078; font-weight:600; }/* 2차메뉴 active 텍스트 색상 */
/* gnb : oneFull */
#nav.oneFull .depth02 > ul > li > a:hover,
#nav.oneFull .depth02 > ul > li > a:focus,
#nav.oneFull .depth02 > ul > li.dep.active > a{ color:#fff; background:#004078; }/* 2차메뉴 active 배경색 */
#nav.oneFull .depth03 > ul > li > a:before{background:#004078;}/* 3차메뉴 블릿 색상 */

/* footer */
#footer { border-top:1px solid #ddd; color:#fff; background: #313131; }/* footer 배경, 폰트색상, border */
.footer_link li a:before{ border-left:1px solid #ccc; }/* footer link 영역 라인색상 */
.footer_link li a strong { color: #1aac96; }/* footer link 강조 폰트색상 */
#footer address {color:#dadada;}
#footer .copyright { color:#dadada; }/* copyright 폰트색상 */
#footer .btn_top{ background:#1aac96; color:#313131;}/* footer 상단이동 버튼 색상 */

/* 방문자수 */
.visitant{background:#1aac96; }
.visitant ul li{ color:#fff;}
.visitant ul li strong { color:#313131;}
.visitant ul li + li:before{ border-left:1px solid #fff;}

/* moblie  */
#header .mBtn.mSearch{ background: #004078; color:#fff; border-radius: 50%;}/* 모바일 검색 버튼 */
#header .mBtn.mNav{ background: #1aac96; color:#fff; border-radius: 50%;}/* 모바일 메뉴 버튼 */

/* moblie navigation  */
#mNav #mNavClose { border-radius:0.5rem; color:#fff; background:#1aac96; border-radius: 50%;}/* 모바일 메뉴 닫기 버튼 */
#mgnb .depth02{ background:#f3f7ff;}/* 2차메뉴 배경 */
#mgnb .depth02 > ul > li:before{ background:#1aac96;}/* 2차메뉴 블릿 색상*/
#mgnb .depth03{ border-top:2px solid #1aac96;}/* 3차메뉴 border 색상 */
#mgnb .depth01 > ul > li.active > a { color: #fff; background-color:#1aac96; }/* 1차메뉴 active */
#mgnb .depth02 > ul > li.active > a { color: #1aac96; }/* 2차메뉴 active */

/* moblie search  */
#mSearch .btnSearch { background: #004078; }
#mSearch .btnClose { background:#004078; border-radius: 50%;}

/* lnb */
#lnb h2{ color:#fff;background: #004078;
    background: -moz-linear-gradient(90deg, #48a2f0 0%, #004078 100%);
    background: -webkit-linear-gradient(90deg, #48a2f0 0%, #004078 100%);
    background: linear-gradient(90deg, #48a2f0 0%, #004078 100%); }
/* lnb:active */
#lnb .dep01 > li > a:before{ background:#cee1ff;}
#lnb .dep01 > li.active > a{ border-color:#004078;}
#lnb .dep02 > li > a:before{ background:#004078;}
#lnb .dep02 > li.active > a{ color:#004078; }
#lnb .dep03 { border-top:2px solid #004078;}
#lnb ul > li > a:hover,
#lnb ul > li > a:focus{color:#004078;}

/* location : snsBox */
.snsBox button.active,
.snsBox button:hover,
.snsBox button:focus{ color:#fff; border-color:#004078; background:#004078;}

@media (max-width: 1400px) {
    #nav.fullDown #gnb:before,
    #nav.oneFull #gnb:before,
    #nav.oneDown #gnb:before {content: ''; background-color: #d2d2d2;}
}