@charset 'utf-8';

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


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

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







/*****************************************************************
상단 버튼들 : 사용시에는 아래 소스 삭제 또는 비활성화
*****************************************************************/
/* 쇼핑몰 버튼(상단) */
#header {

    height: 100px;

}

#header .gnb.on {

    margin-top: 0px;

}

#header .gnb:after {

    border-bottom: 0px;

}

#header .gnb .nav {

    margin: 10px auto;

}



.topArea {

    display: none;

}

@media screen and (max-width: 991px) {

    #header {

        height: 60px;

    }

    #header .gnb .nav {

        margin: 0px auto;

    }

}
	






/*****************************************************************
하단 버튼들 : 사용시에는 아래 소스 삭제 또는 비활성화
*****************************************************************/
/* 어드민 버튼(하단) */
.adminbtn {
    /* display: none; */
}

/* 쇼핑몰 버튼(하단) */
.shoppingmall {
    /* display: none; */
}







/*****************************************************************
하단 정보 : 3단 중에서 1번째, 2번재, 3번째를 선택하여 삭제 / 이동
*****************************************************************/
#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;
    }
}





/*****************************************************************
wide
*****************************************************************/
/*.n_contents .container > .row > div:first-child,*/
/*
.n_position,
.left_banner,
.left_select {
    display: none;
}

.n_contents .container > .row > div {
    width: 100%;
    margin: 50px 0 0;
}
*/
/*****************************************************************

상단우측영역 > 사이트맵 아이콘 숨기기

*****************************************************************/

.nt_sitemap {

    display: none;

}

.mainmenu.on {

    padding-right: 0px;

}









