@charset "utf-8";
html,
body { margin: 0; padding: 0;  }

div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    background:transparent;
}

body { line-height: 1; font-size: 12px; color: #727272; font-family:'Nanum Barun Gothic';}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul,ol,dl {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: inherit;
}
a:hover,
a:focus { text-decoration: underline; }

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
	font-family: 'Nanum Gothic';
}
textarea {font-family: 'Nanum Gothic';}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p { line-height:26px; }
.txt-orange {color:#e76c08;}
.txt-under {display:inline-block;position:relative;line-height:1;}
.txt-under:after {position:absolute;display:block;content:"";bottom:-4px;width:100%;border-bottom:1px solid #666;}
.txt-under:hover {text-decoration:none;}
.txt-under.txt-orange:after {border-bottom:1px solid #e76c08;}
.txt-bold {font-weight:bold;}

select {
	font-size:13px;padding:0 30px 0 10px;
	    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*======================================
  Selectric v1.9.3
======================================*/
.selectric-wrapper,
.selectric-wrapper * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	text-align:left; 
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  display:inline-block; vertical-align:middle; 
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #e5e5e5;
  background: #fff;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 28px 0 10px;
  font-size: 13px;
  line-height: 28px;
  color: #393a3b;
  height: 26px;
  font-weight:bold;
}
.selectric .button:before {
	content:"";
	display:block;position:absolute;top:5px;right:26px;
	border-left:1px solid #e5e5e5; height:16px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 16px/26px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-hover .selectric {
  border-color: #C4C4C4;
}
.selectric-hover .selectric .button {
  color: #A2A2A2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #A2A2A2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #C4C4C4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 4px 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #f5f5f5;
  color: #444;
}
.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.clearfix {*zoom:1;}
.clearfix:after { content:""; display:table; clear:both; }



.tc {text-align:center !important;}
.tr {text-align:right !important;}
.tl {text-align:left !important;}
.fl {float:left !important;}
.fr {float:right !important;}

.blind {position:absolute;width:0;height:0;font-size:0;line-height:0;}

input[type=text],
input[type=password],
textarea {
	line-height:20px;padding:2px 4px;
	border:1px solid #e5e5e5;
	font-family:'Nanum Barun Gothic';
}

.no-pt {padding-top:0 !important}
.no-pb {padding-bottom:0 !important}
.no-bdt {border-top:0 !important}
.no-bdb {border-bottom:0 !important}




::-webkit-input-placeholder { color:#c6c6c6; }
::-moz-placeholder { color:#c6c6c6; } /* firefox 19+ */
:-ms-input-placeholder { color:#c6c6c6; } /* ie */
input:-moz-placeholder { color:#c6c6c6; }
.placeholder { color: #c6c6c6; }

img {vertical-align:middle;}

.mr10 { margin-right:10px !important; }
.mr20 { margin-right:20px !important; }
.mr30 { margin-right:30px !important; }
.mr40 { margin-right:40px !important; }
.mr50 { margin-right:50px !important; }

.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }

label { cursor:pointer; }

.vt {vertical-align:top !important;}
