@charset "utf-8";

/*컨텐츠 공통*/

.sub_container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0 70px 0;
  font-size: 15px;
  min-height: 200px;
  /* word-break: keep-all ;*/
  line-height: 1.6em;
  color: #666;
  z-index: 1;
  min-height: 480px;
  word-break: keep-all;
}

.sub_container:after {
  clear: both;
  display: block;
  content: "";
}

.sub_container h3 {
  font-size: 18px;
  padding: 20px 0 15px 0;
  clear: both;
  line-height: normal;
  background: url(../img/contents/h3_icon.gif) left 25px no-repeat;
  padding-left: 18px;
  color: #333;
}

.sub_container h4 {
  font-size: 16px;
  padding: 10px 0;
  line-height: normal;
}

.sub_container .po_text {
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: -1px;
  color: #ddd;
}

.sub_container .po_text .mab10 {
  color: #ddd;
}

.sub_container .po_text span.point {}

.sub_container .point_text {
  font-size: 16px;
  font-weight: 400;
  color: #ddd;
}

.sub_container .point {
  color: #ffd700;
}

/*포인트색상 그린*/
.point {
  color: #ffd700;
}



@media screen and (max-width: 860px) {
  .sub_container .po_text {
    font-size: 20px;
    z-index: 999;
  }

  .po_text .mab10 {
    z-index: 999;
  }
}

@media screen and (max-width: 640px) {
  .sub_container .point_text {
    font-size: 14px;
  }

  .sub_container .po_text {
    font-size: 16px;
    line-height: 20px;
    z-index: 999;
  }

  .po_text .mab10 {
    z-index: 999;
  }
}

.sub_container section {
  clear: both;
}

.sub_container section:after {
  clear: both;
  display: block;
  content: "";
}

.basic_li {
  margin: 0px 0;
  width: 100%;
  display: inline-block;
}



/*-탭: 오시는길 공통-*/
.basic_tab ul {
  margin: 0;
  padding: 0;
}

.basic_tab ul li {
  _display: inline;
  float: left;
  width: 23%;
  margin-left: 0.2%;
  display: inline-block;
}

.basic_tab ul li:first-child {
  margin-left: 0%;
}

.basic_tab ul li a {
  display: block;
  _float: left;
  color: #333;
  background: #fff;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  line-height: 50px;
  border: 1px solid #ccc;
}

.basic_tab ul li.on {}

.basic_tab ul li.on a {
  color: #fff;
  background: #16a54a;
  border: 1px solid #0a8035;
}

.basic_tab_con {
  clear: both;
}

.map_tab {}

.map_tab ul li {
  _display: inline;
  float: left;
  width: 16%;
  margin-left: 0.2%;
}

@media screen and (max-width: 640px) {
  .map_tab ul li {
    _display: inline;
    float: left;
    width: 32%;
    margin-left: 0.2%;
    margin-bottom: 2px;
  }

  .table_area thead th {
    padding: 8px 0;
  }

  .table_area tbody th {
    padding: 8px;
  }

  .table_area tbody td {
    padding: 8px;
  }

  .basic_li li {
    background: url(../img/contents/list_icon.gif) no-repeat 5px 7px;
  }

  .basic_tab ul li a {
    line-height: 30px;
    font-size: 13px;
  }

  .basic_tab ul li a span {
    display: none;
  }
}

.basic_tab2 {
  border-bottom: 2px solid #222222;
  clear: both;
}

.basic_tab2>ul {
  zoom: 1;
  width: 100%;
}

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

.basic_tab2>ul>li {
  float: left;
  position: relative;
  position: relative;
  left: 0px;
  bottom: -2px;
  z-index: 1;
  width: 20%;
  text-align: center;
}

.basic_tab2>ul>li:first-child a {
  border-left: 1px solid #c4c2c0;
  border-right: 1px solid #c4c2c0;
}

.basic_tab2>ul>li a {
  display: block;
  z-index: 0;
  width: 100%;
  padding: 15px 0;
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: #c4c2c0 #c4c2c0 #222222;
  font-size: 1em;
  border-left: 0;
  color: #848484;
}

.basic_tab2>ul>li.on {
  bottom: -2px;
  z-index: 2;
  padding-right: 0px;
}

.basic_tab2>ul>li.on a {
  padding: 16px 0 15px;
  border-color: #202020 #202020 #fff;
  border-width: 2px 2px 0 2px;
  border-left: 2px solid #202020;
  background: #fff;
  color: #222222;
  color: #000;
  font-weight: bold;
}

.basic_tab2>ul>li a:hover {
  color: #000;
}

@media screen and (max-width: 999px) {
  .sub_container {
    width: 92%;
    margin: 0 4%;
    padding: 30px 0;
    min-height: inherit;
  }
}

@media screen and (max-width: 640px) {
  .sub_container {
    font-size: 13px;
    line-height: 18px;
  }

  .sub_container {
    width: 92%;
    margin: 0 4%;
    padding: 10px 0 30px 0;
  }

  .sub_container h3 {
    font-size: 16px;
    font-weight: 600;
  }

  .sub_container h4 {
    font-size: 14px;
  }

  .table_area tbody th {
    padding: 10px;
    font-size: 12px;
  }

  .table_area tbody td {
    padding: 10px;
    font-size: 12px;
  }
}


/*회사소개*/
.intro {
  display: inline-block;
}

.overview_info {
  width: 50%;
  border-top: 0px solid #939ab8;
  float: right;
}

.overview_info table {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.overview_info th,
.overview_info td {
  padding: 3px 10px;
  font-size: 13.5px;
}

.overview_info th {
  text-align: left;
  font-weight: 400;
  color: #333;
}

.overview_pic {
  width: 45%;
  float: left;
}

@media screen and (max-width: 860px) {
  .overview_info {
    width: 100%;
    margin-top: 20px;
  }

  .overview_pic {
    width: 100%;
  }

  .overview_pic img {
    max-width: 100%;
    width: 100%;
  }
}


.intro .pro_select dt {
  font-size: 16px;
  font-weight: 600;
}

/*CEO인사말*/
.ceo {
  display: inline-block;
}

.ceo .pic {
  width: 350%;
  float: none;
}

.ceo .text {
  width: 150%;
  float: none;
  z-index: 999;
}

.ceo .text .sign {
  color: #ddd;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .ceo .pic {
    width: 100%;
    float: none;
  }

  .ceo .text {
    width: 100%;
    float: none;
    z-index: 999;
  }
}

/*연혁*/
.timeline {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  transform: translate(25%, 0%);
}

.timeline-item {
  display: flex;
  margin-bottom: 40px;
  position: relative;
  transition: all 0.3s ease;
}

.privacy {
  display: flex;
  margin-bottom: 40px;
  position: relative;
  transition: all 0.3s ease;
}


.timeline-item:hover {
  transform: translateX(10px);
}

.timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 80px;
  width: calc(100% - 80px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.year {
  width: 80px;
  color: #ffd700;
  font-size: 24px;
  font-weight: 700;
  padding-top: 5px;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.content {
  flex: 1;
  padding-left: 30px;
  position: relative;
}

.content-group {
  display: flex;
  margin-bottom: 20px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.content-group:hover {
  background: rgba(255, 255, 255, 0.05);
}

.privacy-content-group {
  display: flex;
  margin-bottom: 20px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.month {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  width: 40px;
  margin-right: 15px;
  font-weight: 500;
}

.content p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  font-size: 15px;
}

.highlight {
  color: #ffd700;
  font-weight: 600;
  position: relative;
  padding: 0 2px;
}

.highlight::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 215, 0, 0.3);
}

.timeline-buttons {
  position: relative;
  margin-bottom: -30px;
  /* 구분선과 타임라인 사이 간격 */
  padding-bottom: 30px;
  /* 버튼과 구분선 사이 간격 */
}

.timeline-buttons::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  /* 구분선 시작 위치 */
  transform: translateX(0%);
  /* 중앙 정렬 */
  width: 120%;
  /* 구분선 길이 - 필요에 따라 조절 */
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.timeline-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;

}

/* 첫 번째 버튼에만 오른쪽 margin 추가 */
.timeline-btn:first-child {
  margin-right: 15px;
  /* 간격 크기는 원하는 만큼 조절 가능 */
}


.timeline-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.timeline-btn.active {
  background: #ffd700;
  color: #000;
  border: none;
}

/* 태블릿 크기 (768px 이하) */
@media screen and (max-width: 768px) {
  .timeline {
    max-width: 100%;
    margin: 20px auto;
    padding: 15px;
    transform: none;
    /* transform 제거 */
  }

  .timeline-buttons {
    text-align: left;
    /* 왼쪽 정렬로 변경 */
    margin-bottom: -20px;
    padding-bottom: 20px;
    padding-left: 15px;
    /* 왼쪽 여백 추가 */
  }

  .timeline-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .timeline-item {
    margin-bottom: 30px;
  }

  .year {
    width: 60px;
    font-size: 20px;
  }

  .content {
    padding-left: 15px;
  }

  .content-group {
    padding: 8px;
    margin-bottom: 15px;
  }

  .month {
    width: 30px;
    font-size: 14px;
    margin-right: 10px;
  }

  .content p {
    font-size: 14px;
  }
}

/* 모바일 크기 (480px 이하) */
@media screen and (max-width: 480px) {
  .timeline {
    padding: 10px;
  }

  .timeline-buttons {
    text-align: left;
    margin-bottom: -15px;
    padding-bottom: 15px;
    padding-left: 10px;
    /* 더 작은 화면에서는 여백 줄임 */
  }

  .timeline-btn {
    padding: 8px 15px;
    font-size: 13px;
  }

  .timeline-item {
    margin-bottom: 25px;
  }

  .year {
    width: 50px;
    font-size: 18px;
  }

  .content {
    padding-left: 10px;
  }

  .content-group {
    padding: 6px;
    margin-bottom: 12px;
    flex-direction: column;
    /* 세로 방향으로 변경 */
  }

  .month {
    width: auto;
    margin-bottom: 5px;
  }

  .content p {
    font-size: 13px;
    line-height: 1.4;
  }

  .highlight {
    font-size: 13px;
  }
}

/* 매우 작은 모바일 화면 (320px 이하) */
@media screen and (max-width: 320px) {

  .timeline-buttons {
    padding-left: 5px;
    /* 가장 작은 화면에서는 여백 더 줄임 */
  }


  .timeline-btn {
    padding: 6px 12px;
    font-size: 12px;
  }

  .year {
    width: 45px;
    font-size: 16px;
  }

  .content p {
    font-size: 12px;
  }

  .highlight {
    font-size: 12px;
  }
}

/* 호버 효과 */
/* .timeline-item:hover .content::before {
  background-color: #008000;
  transform: scale(1.2);
  transition: all 0.3s ease;
}

.timeline-item:hover .year {
  color: #008000;
  transition: all 0.3s ease;
} */


/*===================================*/


/*찾아오시는길*/

ul.net_info_add {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  clear: both;
  margin-top: 30px;
}

ul.net_info_add li {
  border-bottom: 1px solid #333;
  padding: 20px 0;
  width: 100%;
}

ul.net_info_add li dl {
  clear: both;
  width: 100%;
}

ul.net_info_add li dl:after {
  clear: both;
  display: block;
  content: "";
}

ul.net_info_add li dt {
  width: 16%;
  float: left;
  font-weight: 600;
  padding: 0 2%;
  color: #ddd;
}

ul.net_info_add li dd {
  width: 80%;
  float: right;
  color: #ddd;
}

ul.net_info_add li dd.eng {
  letter-spacing: 0;
}

ul.net_info_add li dd img {
  margin-left: 10px;
  margin-right: 3px;
  vertical-align: middle;
  margin-bottom: 1px;
}

.net_tit {
  padding-left: -100px;
}

.net_tit h3 {
  color: #ddd;
  display: flex;
  align-items: center;
}

.net_tit h3 .icon {
  width: 16px;
  /* 이미지 크기에 맞게 조정 */
  height: 16px;
  /* 이미지 크기에 맞게 조정 */
  margin-right: 5px;
}

.location_map {
  position: relative;
  width: 100%;
  height: 400px;
}

.location_map .root_daum_roughmap {
  width: 100%;
  height: 400px;
}

.location_map .root_daum_roughmap .wrap_map {
  height: 400px;
}

/*상세 레이어*/
#lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #333;
  /* IE Fallback (Solid Colour) */
  background: rgba(0, 0, 0, 0.8);
  -webkit-filter: none !important;
  z-index: 1000000;
}

#lightbox img {
  display: block;
  position: absolute;
}

.lightbox-button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.lightbox-button:hover,
.lightbox-button:focus {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.lightbox-close {
  right: 10px;
  top: 10px;
  background-image: url("../img/contents/btn_close.png");
}

.lightbox-next {
  right: 10px;
  top: 48%;
  background-image: url("");
}

.lightbox-previous {
  left: 10px;
  top: 48%;
  background-image: url("");
}


/*버튼*/
.bo_btn {
  position: relative;
  height: 36px;
  width: 100%;
  padding: 20px 0;
}

.bo_btn:after {}

.bo_btn a.color1 {
  display: inline-block;
  width: 70px;
  margin: 0 2px;
  cursor: pointer;
  height: 32px;
  line-height: 30px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.bo_btn a.color1:hover {
  background: #fff;
  color: #000;
  border: 1px solid #333;
}

.bo_btn a.color2 {
  display: inline-block;
  width: 50px;
  margin: 0 2px;
  cursor: pointer;
  height: 32px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #999;
  text-align: center;
}

.bo_btn a.color2:hover {
  background: #ccc;
  color: #000;
  border: 1px solid #999;
}

.relative {
  margin-left: -3px;
  overflow: hidden;
}

.relative li {
  float: left;
  width: 25%;
  margin-bottom: 3px;
}

.relative:after {
  clear: both;
  display: block;
  content: "";
}

.relative ul li dl {
  margin: 5px 5px 5px 8px;
  border: 1px solid #efefef;
}

.relative ul li dl dt img {
  width: 100%;
  max-width: 238px;
  max-height: 65px;
  margin: 10px 0;
}

.relative ul li dl dd {
  display: none;
  background: #efefef;
  color: #666;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #efefef;
}

@media only screen and (max-width: 640px) {
  .relative li {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 360px) {
  .relative li {
    width: 50%;
  }
}