Naming Rule

  1. 되도록 예약된 선택자 이름을 사용 합니다.
  2. 알파벳과 숫자를 사용하고 카멜 케이스만 사용 합니다.
  3. 숫자는 첫 글자로 등장할 수 없습니다.

Reserved Selector

  Selector Description
ID #root root container
#xe xpress engine
#container container for whole content block
#header header container
#footer footer container
#body body container
#content main content (#body>#content)
#aside aside content (#body>#aside)
A .active active
.ad advertisement
.aLeft align left
.aRight align right
.arrow arrow
.article article containing heading element
.aside aside
.author author
B .bottom bottom
.btn button
.btnArea button area
C .cancel cancel
.center center
.close close
.confirm confirm
D .delete delete
.desc description
.down down
.download download
E .edit edit
.even even
F .file file
.find find
.first first
.fLeft float left
.fRight float right
G .gnb global navigation bar
.go go
H .h heading
.hide hide
.hr horizontal rule
I .icon icon
.iCheck checkbox input control
.img image
.install install
.iRadio radio input control
.iText text input control
L .last last
.lb left bottom
.list list
.lnb local navigation bar
.lt left top
M .middle middle
.more more
.movie movie
N .nav navigation
.new new
.next next
.noti notification
.num num
M .mw modal window
O .odd odd
.off off
.on on
.open open
P .pagination page navigation
.path path
.permit permit
.photo photo
.play play
.prev previous
R .rb right bottom
.read read
.refresh refresh
.regist registration
.reply reply
.rt right top
S .search search
.section section containing heading element
.show show
.snb side navigation bar
.stop stop
.submit submit
T .tab tab
.temp temporary
.thumb thumbnail
.top top
U .up up
.update update
.upload upload
V .vr vertical rule
W .write write
Z .zIn zoom in
.zOut zoom out

ID Selector Usage Guide

  • #root | #xe
    • #container
      • #header
        • h1.h
      • #body
        • #content
          • .section
            • h1.h
      • #footer