@charset 'utf-8';

/*****************************************************************
   deletion of the current branch prohibited
   powered by kicse ( http://www.kicse.com )
*****************************************************************/


/*****************************************************************
폰트리셋 & 폰트크기조절 : 16px기본크기
*****************************************************************/
.ft_reset {
    font-size: 13px;/* 14px, 15px, 16px ... */
}

@media all and (max-width: 768px) {
    .ft_reset {
        font-size: 14px;
    }
}







/*****************************************************************
상단 버튼들 : 사용시에는 아래 소스 삭제 또는 비활성화
*****************************************************************/
/* 쇼핑몰 버튼(상단) */
.nt_shop {
    display: none;
}

/* 다른 디자인 살펴보기 버튼 */
.dropdown {
    display: none;
}

/* 퀵메뉴 버튼 */
.nt_quick {
    display: none;
}

/* sns 버튼 */
.nt_sns {
/*    display: none;*/
}
/* 로그인 버튼 */
.nt_login {
/*   display: none;*/
}







/*****************************************************************
쇼핑몰 연결 버튼 : 사용시에는 아래 소스 삭제 또는 비활성화
*****************************************************************/
/* 쇼핑몰 버튼(하단) */
.shoppingmall {
  display: none;
}







/*****************************************************************
하단 정보 : 3단 중에서 1번째, 2번재, 3번째를 선택하여 삭제 / 이동
*****************************************************************/

#n_footer > .sec02 > .container > .row > div:nth-child(2),
#n_footer > .sec02 > .container > .row > div:nth-child(3) {
    display: none;
}
/*
#n_footer > .sec02 > .container > .row > div:nth-child(2) {
    float: right;
}
@media all and (max-width: 991px) {
    #n_footer > .sec02 > .container > .row > div:nth-child(2) {
        float: left;
    }
}
*/








/*****************************************************************
******************************************************************
- 포인트 컬러 일괄 변경
( n_style_style.css 의 중복 적용 코드 입니다 )
******************************************************************
*****************************************************************/
.de13 .con .glyphicon,
.de01 .carousel-caption .box h2 strong {
    color: #1a9ccc;
}

#header,
#header .gnb,
#header .gnb.on,
.submenu a:hover,
.de19 .section a,
.de13 .con:hover .glyphicon,
.de05 .nm_customer li:first-child,
#n_footer .sec02 .sec02_01 .ns_address .use {
    background-color: #F6F6F6;
}

.de19 .section a:hover {
    background-color: #118cb9;
}

.de18 ul li:hover .box {
    border: 10px solid #1a9ccc;
}





/*
 #1a9ccc */








