@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
input:not([type='checkbox']),
input:not([type='radio']),
textarea,
select {
  border-radius: 0;
  -webkit-border-radius: 0; }

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="checkbox"] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

input[type="radio"] {
  appearance: radio;
  -webkit-appearance: radio;
  -moz-appearance: radio; }

button, input[type='checkbox'], input[type='radio'], input[type='submit'], input[type='image'] {
  cursor: pointer; }

.blind {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px; }

.clear:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden; }

.clear {
  display: block; }

* html .clear {
  height: 1%; }

/* hides from ie-mac */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/*input:focus,select:focus,textarea:focus,button:focus {outline: none;}*/
/*ellipsis text Box*/
.ellipsisLine1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  /* aaaaaaaaaaa같은 영문때문에 필요 */ }

.ellipsisLine2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  /* aaaaaaaaaaa같은 영문때문에 필요 */ }

.location-box {
  width: 1035px;
  margin: 0 auto;
  padding: 25px 0 115px 0;
  font-size: 0;
  line-height: 0; }
  .location-box .half-box {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 50%;
    vertical-align: top;
    line-height: 1.8; }
    .location-box .half-box dl {
      position: relative; }
    .location-box .half-box .dt-tit {
      font-size: 24px;
      font-weight: bold;
      color: #444;
      line-height: 1;
      position: relative;
      margin-bottom: 35px; }
      .location-box .half-box .dt-tit:after {
        content: "";
        width: 5px;
        height: 52px;
        background: #f5711f;
        position: absolute;
        left: 115px;
        top: 0; }
    .location-box .half-box dd {
      line-height: 1.2; }
      .location-box .half-box dd dt {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        width: 110px;
        text-align: right;
        font-size: 15px;
        font-weight: 500;
        color: #444;
        padding-right: 8px;
        position: relative; }
      .location-box .half-box dd dd {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        font-size: 15px;
        color: #555;
        font-weight: 300;
        border-left: 1px solid #908e8b;
        padding-left: 10px; }

.history-box {
  width: 1035px;
  margin: 0 auto;
  padding: 50px 0 80px 0;
  font-size: 0;
  line-height: 0; }
  .history-box .history-tit {
    font-size: 48px;
    font-weight: bold;
    color: #444;
    line-height: 1;
    position: relative;
    margin-bottom: 45px; }
    .history-box .history-tit i {
      font-style: normal;
      vertical-align: top; }
      .history-box .history-tit i:after {
        content: "";
        width: 5px;
        height: 37px;
        background: #f5711f;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        vertical-align: middle;
        margin: 0 20px 0 30px; }
    .history-box .history-tit span {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top;
      vertical-align: middle;
      font-size: 16px;
      color: #444;
      font-weight: normal; }
  .history-box .half-box {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 50%;
    vertical-align: top;
    line-height: 1.8; }
    .history-box .half-box ul {
      border-left: 3px solid #f5711f; }
      .history-box .half-box ul li {
        padding-left: 15px;
        margin-top: 30px; }
        .history-box .half-box ul li:first-child {
          margin-top: 0; }
        .history-box .half-box ul li p {
          padding-left: 30px;
          position: relative;
          font-size: 12px;
          color: #444;
          line-height: 1.5; }
          .history-box .half-box ul li p span {
            position: absolute;
            left: 0;
            top: 0; }
    .history-box .half-box .year {
      font-size: 24px;
      color: #fff;
      font-weight: bold;
      margin-bottom: 5px;
      padding-left: 0;
      line-height: 1; }

/*# sourceMappingURL=layout.css.map */
