@charset "UTF-8";

.location {
  height: 55px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  .location {
    height: 45px;
  }
}

.location .location-static {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 55px;
  line-height: 55px;
  color: #000;
  border-left: 1px solid #e5e5e5;
  transition: height 0.2s ease;
}

@media (max-width: 767px) {
  .location .location-static {
    border-left: 0;
    height: 45px;
  }
}

.location .location-static .hidden {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: none;
  overflow: hidden;
}

.location .location-static .groups {
  float: left;
}

.location .location-static .groups a {
  height: 55px;
  line-height: 55px;
  display: block;
}

@media (max-width: 767px) {
  .location .location-static .groups a {
    line-height: 45px;
    height: 45px;
  }
}

.location .location-static .groups .group {
  float: left;
  position: relative;
  padding-left: 15px;
  width: 155px;
  height: 55px;
  font-size: 0.929em;
  border-right: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  .location .location-static .groups .group {
    padding-left: 15px;
    padding-right: 15px;
    width: 108px;
    height: 45px;
  }
}

.location .location-static .groups .group:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  display: block;
  background: url(/images/icon_location_arrow_black.png?86077c719adb58b4314e51d7fdbb053a) no-repeat;
}

.location .location-static .groups .group a {
  display: block;
  color: #000;
  text-align: left;
  font-size: 15px;
}

@media (max-width: 767px) {
  .location .location-static .groups .group a {
    font-size: 12px;
  }
}

.location .location-static .groups .group ul {
  display: none;
  position: absolute;
  left: 0;
  top: 54px;
  width: 100%;
  border: 1px solid #f39800;
  background-color: #fff;
  z-index: 200;
  overflow: hidden;
}

@media (max-width: 767px) {
  .location .location-static .groups .group ul {
    top: 45px;
  }
}

.location .location-static .groups .group ul a {
  display: block;
  position: relative;
  padding-left: 15px;
  line-height: 40px;
  height: 40px;
  color: #4c4c4c;
  border-bottom: 1px solid #ddd;
}

.location .location-static .groups .group ul a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  display: block;
  background: url(/images/icon_location_arrow_black.png?86077c719adb58b4314e51d7fdbb053a) no-repeat;
}

.location .location-static .groups .group ul li.active a {
  color: #eb6200;
  background: #f39800;
}

.location .location-static .groups .group:hover ul {
  display: block;
}

.location .location-static .home {
  float: left;
  width: 40px;
  height: 100%;
  padding: 0;
  border-right: 1px solid #e5e5e5;
  background: url(/images/icon_location_home.png?51676fbf5f3b99df9a54d8ac209ecd55) no-repeat center;
}

.box-style {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 85px;
  background: url(/images/visual_sub_01.jpg?e76a32b6307e238cee0370976cb3d9e3) center no-repeat;
}

.box-style .text-line01 {
  position: relative;
  font-size: 32px;
  padding-bottom: 20px;
}

.box-style .text-line01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 1px;
  background: #5d5d5d;
}

.box-style .text-line02 {
  padding-top: 12px;
  font-size: 24px;
}

.col2 {
  float: left;
}

.btnAddress {
  line-height: 42px;
  width: 100px;
  margin-left: 5px;
  border: 0;
  color: #fff;
  background-color: #333;
  border-color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  display: inline-block;
}

/* 버튼기본정의_게시판통합 */

.cbtn,
.submitbtn {
  display: inline-block;
  margin: 0 3px;
  padding: 10px 25px;
  color: #fff !important;
  font-size: 15px;
  line-height: normal;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  letter-spacing: -0.05em;
}

.cbtn:hover {
  text-decoration: none;
  color: #fff !important;
}

input.cbtn {
  border-radius: 50px;
}

.cbtn_g {
  background: #9b9b9b;
}

.cbtn_g:hover {
  background: #888;
}

.cbtn_point {
  background: #f39800;
}

.cbtn_point:hover {
  background: #da8800;
}

.board_button2 {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .cbtn {
    min-width: 50px;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
  }

  input.cbtn {
    min-width: 100px;
  }
}

.contentDetail {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.depth2Title{ position: relative; display: block; margin-bottom:25px; font-weight:500; color:#333; font-size:22px; padding-left:26px;}
.depth2Title:after { content: ''; position: absolute; left: 0; top: 50%; margin-top: -10px; width: 20px; height: 20px; border: 5px solid #F39801; box-sizing: border-box; border-radius: 50%;a }

.addBoderLine {
  margin-top: 20px;
  font-size: 18px;
  color: #52585c;
  line-height: 26px;
  margin-bottom: 30px;
}

/* 연혁 */
.history{
}
.history .chart{overflow:hidden; clear:both;}
.history .chart .title{
  background:url(/images/bg_history_title.gif) 0 0 no-repeat;
  float:left;
  margin-right:60px;
  font-size:20px;
  color:#fff;
  text-align:center;
  padding: 50px 51px 76px 36px;
}
.history .chart > ul{float:left; width:71%;}
.history .chart > ul strong{
  font-size:20px;
  color:#333;
  background:url(/images//bg_year.gif) right 5px no-repeat;
  padding-right:90px;
  letter-spacing:-0.05em;
}

.history .chart > ul > li{margin-bottom:35px;}
.history .chart > ul p,
.history .chart > ul ul{display:inline-block; vertical-align:top; font-size: 16px; width:70%;}
.history .chart > ul ul li{margin-top:20px; line-height:1;}
.history .chart > ul ul li:first-child{margin-top:0;}
.history .chart > ul > li:last-child{margin-bottom:0;}
.history .chart > ul span.month{color:#f06f1c; margin:0 15px;}
.history .chart > ul span.story{display: inline-block; line-height: 26px; vertical-align: top; width: 80%;}

.proMember {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.proMember caption {
  display: none;
}

.proMember table {
  border-top: 2px solid #f39800;
  width: 100%;
}

.proMember table th {
  height: 35px;
  vertical-align: middle;
}

/*# sourceMappingURL=app.sub.css.map*/