@charset "UTF-8";
/* location */
.subVisual {
  display: flex;
  align-items: flex-end;
  height: 42rem;
  padding: 10rem 2% 4rem;
  background: no-repeat center/cover;
  box-sizing: border-box;
}
.subVisual.bg1 {
  background-image: url(../images/sub/img_visual_menu1.png);
}
.subVisual.bg2 {
  background-image: url(../images/sub/img_visual_menu2.png);
}
.subVisual.bg3 {
  background-image: url(../images/sub/img_visual_menu3.png);
}
.subVisual.bg4 {
  background-image: url(../images/sub/img_visual_menu4.png);
}
.subVisual.bg5 {
  background-image: url(../images/sub/img_visual_menu5.png);
}
.subVisual.bg6 {
  background-image: url(../images/sub/img_visual_menu6.png);
}

.location,
.locationTab {
  display: flex;
  align-items: center;
}

.siteLocation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6.8rem;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

.location {
  justify-content: flex-end;
}
.location .home {
  flex-shrink: 0;
}
.location .home a {
  display: block;
}
.location .home a i {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/sub/icon_home.svg) no-repeat center/contain;
  text-indent: -9999em;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.locationTab li {
  display: flex;
  align-items: center;
  position: relative;
}
.locationTab li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 1rem;
  background: #fff;
  border-radius: 50%;
}
.locationTab li a {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.menuTit {
  text-align: right;
  color: #fff;
}
.menuTit h2 {
  font-size: 6.6rem;
  font-weight: 900;
}
.menuTit .eng {
  margin-top: 1.3rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 2.2rem;
  font-weight: 500;
}

/* layout */
#contentGroup {
  min-height: 50rem;
  padding: 8.5rem 0 10rem;
}

.defaultLayout {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 2%;
}

h3.pageTit {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  border: 0;
}

/* tabNav */
.tabNav {
  background: #f2f2f2;
}
.tabNav ul {
  display: flex;
  max-width: 1090px;
  margin: 0 auto;
}
.tabNav ul li {
  flex: 1;
}
.tabNav ul li a {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.tabNav ul li a span {
  display: inline-block;
  position: relative;
  line-height: 8rem;
  padding: 0 0.3rem;
}
.tabNav ul li a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.tabNav ul li a.active {
  color: var(--primary);
}
.tabNav ul li a.active span::after {
  background: var(--primary);
}

@media screen and (max-width: 1024px) {
  /* location */
  .subVisual {
    align-items: center;
    height: 22.5rem;
    padding: 0 5.1282%;
  }
  .subVisual.bg1 {
    background-image: url(../images/sub/img_visual_menu1_mo.png);
  }
  .subVisual.bg2 {
    background-image: url(../images/sub/img_visual_menu2_mo.png);
  }
  .subVisual.bg3 {
    background-image: url(../images/sub/img_visual_menu3_mo.png);
  }
  .subVisual.bg4 {
    background-image: url(../images/sub/img_visual_menu4_mo.png);
  }
  .subVisual.bg5 {
    background-image: url(../images/sub/img_visual_menu5_mo.png);
  }
  .subVisual.bg6 {
    background-image: url(../images/sub/img_visual_menu6_mo.png);
  }
  .siteLocation {
    align-items: center;
  }
  .location {
    display: none;
  }
  .menuTit {
    text-align: center;
  }
  .menuTit h2 {
    font-size: 4rem;
  }
  .menuTit .eng {
    margin-top: 1rem;
    font-size: 1.75rem;
  }
  /* layout */
  #container {
    margin-top: 9rem;
  }
  #contentGroup {
    padding: 5rem 0 7.5rem;
  }
  .defaultLayout {
    padding: 0 5.1282%;
  }
  /* tabNav */
  .tabNav ul {
    gap: 0.5rem;
    padding: 1.5rem 2.5641%;
  }
  .tabNav ul li a {
    font-size: 1.75rem;
    font-weight: 700;
    border-radius: 1rem;
  }
  .tabNav ul li a span {
    line-height: 4.5rem;
    padding: 0;
  }
  .tabNav ul li a span::after {
    display: none;
  }
  .tabNav ul li a.active {
    background: var(--primary);
    color: #fff;
  }
}
/* content */
.conTit {
  margin-top: 18rem;
  margin-bottom: 4.2rem;
  font-size: 4rem;
  font-weight: 800;
  word-break: keep-all;
  text-align: center;
}
.conTit:first-child {
  margin-top: 0;
}
.conTit.eng {
  font-family: "Montserrat";
}

.conImg {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .conTit {
    margin-top: 10rem;
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
    font-weight: 900;
  }
  .conTit.moNone {
    display: none;
  }
}
/* 게시판-목록 */
.boardList {
  width: 100%;
}
.boardList table {
  width: 100%;
  table-layout: fixed;
}
.boardList table thead {
  border-top: 1px solid #000;
  border-bottom: 1px solid #b5b5b5;
}
.boardList table tbody tr {
  border-bottom: 1px solid #b5b5b5;
}
.boardList table th,
.boardList table td {
  vertical-align: middle;
  padding: 3.3rem 1rem;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
  box-sizing: border-box;
}
.boardList table th {
  font-weight: 600;
}
.boardList table td.subject {
  padding: 3.3rem 2.8rem;
  text-align: left;
}
.boardList table td.subject a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.boardList .num {
  width: 8rem;
}
.boardList .type {
  display: none;
}
.boardList .date {
  width: 18rem;
}

/* 게시판-조회 */
.boardTitle {
  position: relative;
  padding: 0 1rem 3rem;
  border-bottom: 1px solid #b5b5b5;
}
.boardTitle h4 {
  font-size: 2.4rem;
  font-weight: 600;
  word-break: keep-all;
}
.boardTitle .info {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2.8rem;
  padding: 0 0.8rem;
}
.boardTitle .info li {
  font-size: 2.4rem;
  font-weight: 300;
}

.boardContent {
  padding: 5rem 1.8rem 7rem;
  border-bottom: 1px solid #b5b5b5;
}
.boardContent .boardInner {
  overflow: hidden;
  font-size: 2.4rem;
  font-weight: 300;
  word-wrap: break-word;
  word-break: keep-all;
  box-sizing: border-box;
}
.boardContent .boardInner h5 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 7.5rem;
}
.boardContent .boardInner .img {
  margin: 2rem 0;
  text-align: center;
}
.boardContent .boardInner .img img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}

.postNav dl {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #b5b5b5;
}
.postNav dl dt {
  flex-shrink: 0;
  width: 5.5rem;
}
.postNav dl dt span {
  display: block;
  position: relative;
  height: 100%;
  text-indent: -9999em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M11 5.58008L5.99919 1.00008L1 5.58008' stroke='%230A090B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/1.2rem;
}
.postNav dl dt.next span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L6.00081 5.58L11 1' stroke='%230A090B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.postNav dl dd {
  flex: 1;
  min-width: 0;
  padding: 0 0.6rem;
  font-size: 1.8rem;
  font-weight: 300;
}
.postNav dl dd a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.postNav dl dd a:focus, .postNav dl dd a:hover {
  text-decoration: underline;
}

.btnBoard {
  margin-top: 2.4rem;
}
.btnBoard a {
  display: block;
  width: 7rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 4rem;
  text-align: center;
  border: 1px solid #b5b5b5;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  /* 게시판-목록 */
  .boardList {
    padding-top: 2.5rem;
    border-top: 2px solid #000;
  }
  .boardList table thead {
    display: none;
  }
  .boardList table tbody tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 0;
    border-bottom: 1px solid #b5b5b5;
  }
  .boardList table th,
  .boardList table td {
    padding: 0;
  }
  .boardList table td.subject {
    order: 3;
    width: 100%;
    margin-top: 1rem;
    padding: 0;
    font-size: 1.875rem;
    font-weight: 500;
  }
  .boardList .num {
    display: none;
  }
  .boardList .type {
    display: block;
    order: 1;
    width: auto;
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 600;
  }
  .boardList .type::before {
    content: "[";
  }
  .boardList .type::after {
    content: "]";
  }
  .boardList .date {
    order: 2;
    width: auto;
    margin-left: 1rem;
    color: #999;
    font-size: 1.5rem;
    font-weight: 400;
  }
  /* 게시판-조회 */
  .boardTitle {
    padding: 0 0 1.5rem;
  }
  .boardTitle h4 {
    font-size: 2.25rem;
    font-weight: 700;
  }
  .boardTitle .info {
    justify-content: space-between;
    gap: 0;
    margin-top: 1.5rem;
    padding: 0;
  }
  .boardTitle .info li {
    font-size: 1.625rem;
    font-weight: 400;
    color: #666;
  }
  .boardContent {
    padding: 3rem 0;
  }
  .boardContent .boardInner {
    padding: 2.5rem 0;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 160%;
  }
  .boardContent .boardInner h5 {
    display: none;
  }
  .postNav dl {
    padding: 1.5rem 0;
  }
  .postNav dl dt {
    width: 6.75rem;
  }
  .postNav dl dt span {
    display: inline-block;
    height: auto;
    padding-left: 2.25rem;
    text-indent: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #666;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M11 7.5625L5.99919 1.5625L1 7.5625' stroke='%23666666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat left center/1.5rem;
  }
  .postNav dl dt.next span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M1 1L6.00081 7L11 1' stroke='%23666666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .postNav dl dd {
    padding: 0 0.5rem;
    font-size: 1.875rem;
    font-weight: 400;
  }
  .btnBoard {
    margin-top: 3rem;
  }
  .btnBoard a {
    width: 8.75rem;
    font-size: 1.75rem;
    font-weight: 400;
    color: #666;
    line-height: 4.5rem;
    border-radius: 0.75rem;
  }
}
/* 01 회사소개 */
/* 인사말 */
.greetingWrap .txt {
  margin-top: 3.5rem;
}
.greetingWrap .txt p {
  margin: 1em 0;
  color: #454545;
  font-size: 2.4rem;
  word-break: keep-all;
}
.greetingWrap .txt p:first-child {
  margin-top: 0;
}
.greetingWrap .img {
  margin-top: 7.5rem;
}
.greetingWrap .sign {
  margin-top: 8.8rem;
}
.greetingWrap .sign p {
  font-size: 2.8rem;
  text-align: right;
}
.greetingWrap .sign p span {
  display: block;
}
.greetingWrap .sign p strong {
  display: block;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .greetingWrap .txt {
    margin-top: 3rem;
  }
  .greetingWrap .txt p {
    margin: 3.5rem 0;
    font-size: 1.875rem;
    line-height: 160%;
  }
  .greetingWrap .img {
    display: none;
  }
  .greetingWrap .sign {
    margin-top: 4.5rem;
  }
  .greetingWrap .sign p span {
    font-size: 2.25rem;
    font-weight: 700;
  }
  .greetingWrap .sign p strong {
    margin-top: 1rem;
    font-size: 3rem;
    font-weight: 900;
  }
}