.indexHeader {
  position: absolute;
  background: rgba(255, 255, 255, 0);
  transition-delay: 0.4s;
  transition: all 0.4s ease;
}
.indexHeader .navWrap .navBox {
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(240, 240, 240, 0);
  transition: all 0.3s ease;
}
.indexHeader .logoBox .mainLogo {
  background: url("../img/logoWh.png") no-repeat center left;
  background-size: contain;
}
.indexHeader .nav ul li a {
  color: #fff;
  transition: all 0.3s ease;
}
.indexHeader:hover {
  transition: all 0.08s ease;
  background: rgb(255, 255, 255);
}
.indexHeader:hover .navWrap .navBox {
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgb(240, 240, 240);
}
.indexHeader:hover .logoBox .logo {
  background: url("../img/logoB.png") no-repeat center left;
  background-size: contain;
}
.indexHeader:hover .nav ul li a {
  color: #333;
}

.indexMain {
  width: 100%;
}
.indexMain .slideBnr {
  width: 100%;
  height: 600px;
  background: linear-gradient(#000, 36%, rgba(0, 0, 0, 0)), linear-gradient(to right, #ffcc00, 20%, #000);
  overflow: hidden;
  position: relative;
}
.indexMain .slideBnr .slideVideo {
  width: 100vw;
  height: 100%;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.indexMain .slideBnr .slideWrapper {
  position: absolute;
  height: 7.3em;
  height: 600px;
  height: 17em;
  top: 32%;
  right: 7%;
  overflow: hidden;
}
.indexMain .slideBnr .slideWrapper .slideBox {
  position: relative;
  top: 0;
  transition: all 0.6s ease;
}
.indexMain .slideBnr .slideWrapper .slideBox .slide {
  padding: 5em 0;
}
.indexMain .slideBnr .slideWrapper .slideBox .slide p {
  color: #fff;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.indexMain .slideBnr .slideWrapper .slideBox .slide .bnrSubText {
  font-size: 1.4em;
  font-weight: 400;
}
.indexMain .slideBnr .slideWrapper .slideBox .slide .bnrText {
  font-size: 3.6em;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.indexMain .indexSection {
  clear: both;
  width: 80%;
  min-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 70px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em 3%;
}
.indexMain .indexSection .indexArticle {
  padding: 0 0 30px 0;
}
.indexMain .indexSection .indexArticle .indexArticleService {
  color: #666;
  font-size: 0.9em;
  font-weight: 600;
}
.indexMain .indexSection .indexArticle .indexArticleHeader {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.9em;
  padding: 0 0 0.7em 0;
}
.indexMain .indexSection .indexArticle .indexThumbnailBox {
  height: 0;
  padding-top: 61.8%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.indexMain .indexSection .indexArticle .indexThumbnailBox .indexThumbnail {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexMain .indexSection .indexArticle .indexArticleTitle {
  font-size: 1.22em;
  font-weight: 700;
  line-height: 1.7em;
  padding: 0.9em 0 0.6em 0;
}
.indexMain .indexSection .indexArticle .indexArticleText {
  color: #666;
  font-size: 0.88em;
  font-weight: 300;
  line-height: 1.62em;
}
.indexMain .indexSection .indexArticle .nSpacing {
  letter-spacing: -0.08em;
}
.indexMain .indexSection .indexArticle:hover .indexArticleTitle {
  -webkit-text-decoration: underline 2px currentColor;
          text-decoration: underline 2px currentColor;
}/*# sourceMappingURL=main.css.map */

/*about css 기능들 추가함 2024-12-03 이영호 */
.aboutMain {
  padding: 0 !important;
}
.aboutMain .aboutSection {
  margin: 0 auto;
  width: 100%;
}
.aboutMain .aboutSection article {
  padding: 100px 15% 90px 15%;
}
.aboutMain .aboutSection article .miniTitle {
  color: #0c5c97;
  font-weight: 500;
  font-size: 0.98em;
}
.aboutMain .aboutSection article .textL {
  font-size: 1.6em;
  line-height: 1.9em;
  padding: 0.6em 0 0 0;
}
.aboutMain .aboutSection article .blockTrioBox {
  display: flex;
  padding: 5em 0.25em 0 0.25em;
}
.aboutMain .aboutSection article .blockTrioBox .blockTrio {
  width: 100%;
  border: 1px solid #333;
  margin: 0 0.8em;
  padding: 3em 4em;
}
.aboutMain .aboutSection article .blockTrioBox .blockTrio .bTTitle {
  font-size: 1.24em;
  font-weight: 600;
}
.aboutMain .aboutSection article .blockTrioBox .blockTrio .bTText {
  line-height: 1.6em;
  padding: 1.4em 0 0 0;
}
.aboutMain .aboutSection article .blockQuartetBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1em 0 0 0;
}
.aboutMain .aboutSection article .blockQuartetBox .blockQuartet {
  margin: 4em 2.9em 0 2.9em;
}
.aboutMain .aboutSection article .blockQuartetBox .blockQuartet .bQTitle {
  font-size: 1.4em;
  font-weight: 600;
  border-bottom: 2px solid #aaa;
  padding: 0 0.3em 0.65em 0.3em;
}
.aboutMain .aboutSection article .blockQuartetBox .blockQuartet .bQText {
  padding: 0.7em 0.45em 0 0.45em;
}
.aboutMain .aboutSection article .blockQuartetBox .blockQuartet .bQText li {
  font-size: 1.02em;
  line-height: 1.8em;
}
.aboutMain .aboutSection .classArticle {
  padding: 200px 15% 90px 15%;
}
.aboutMain .aboutSection .quartetArticle {
  padding: 100px 15% 110px 15%;
}
.aboutMain .aboutSection .historyArticle {
  background: #ecf2f7;
  padding: 160px 15% 140px 15%;
}
.aboutMain .aboutSection .historyArticle .historyMiniTitle {
  text-align: center;
}
.aboutMain .aboutSection .historyArticle ul {
  display: flex;
  justify-content: center;
  padding: 27px 0;
  border-bottom: 2px solid #666;
}
.aboutMain .aboutSection .historyArticle ul li {
  padding: 0 2em;
  font-size: 1.54em;
  font-weight: 600;
  white-space: nowrap;
}
.aboutMain .aboutSection .historyArticle .historyWrap {
  position: relative;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyBumper {
  width: 100%;
  height: 60px;
  position: absolute;
  z-index: 500;
}
.aboutMain .aboutSection .historyArticle .historyWrap .upprBmpr {
  background: linear-gradient(#ecf2f7, 80%, transparent);
}
.aboutMain .aboutSection .historyArticle .historyWrap .undrBmpr {
  bottom: 0;
  background: linear-gradient(transparent, 20%, #ecf2f7);
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll {
  height: 600px;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll::-webkit-scrollbar {
  display: none;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history {
  width: 100%;
  padding: 50px 0;
  display: flex;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL, .aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR {
  width: 50%;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL .HPYear, .aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR .HPYear {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 4em;
  padding: 60px 0 0 0;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL .HPTextWrap, .aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR .HPTextWrap {
  display: grid;
  line-height: 1.9em;
  line-height: 1.2em;
  position: relative;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL .HPTextWrap::before, .aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL .HPTextWrap::after, .aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR .HPTextWrap::before, .aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR .HPTextWrap::after {
  position: absolute;
  color: #0c5c97;
  font-size: 5em;
  top: -0.2em;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL .HPTextWrap p, .aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR .HPTextWrap p {
  padding: 0.25em 0;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL .HPTextWrap .HPText, .aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR .HPTextWrap .HPText {
  font-size: 0.9em;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL .HPTW1::before, .aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR .HPTW1::before {
  color: #d4e1ed;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL .HPTW2::after, .aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR .HPTW2::after {
  color: #83abca;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL .HPTW3::before, .aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR .HPTW3::before {
  color: #4381af;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL {
  padding: 0 4em 0 0;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL p {
  text-align: right;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL .HPYear:first-child {
  padding: 0 0 0 0 !important;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL .HPTextWrap {
  grid-template-columns: 9fr 2.2em;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopL .HPTextWrap::after {
  content: ".";
  right: -0.937em;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR {
  padding: 0 0 0 4em;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR p {
  text-align: left;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR .HPTextWrap {
  grid-template-columns: 2.2em 9fr;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR .HPTextWrap::before {
  content: ".";
  left: -0.94em;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopR .HPText span {
  padding: 0 1.3em 0 0;
}
.aboutMain .aboutSection .historyArticle .historyWrap .historyScroll .history .historyPopM {
  width: 1px;
  background: linear-gradient(#0c5c97, 70%, transparent);
  margin: 7em 0 0 0;
}
.aboutMain .aboutSection .caseArticle {
  padding: 140px 15% 0 15%;
}
.aboutMain .aboutSection .caseArticle .mid {
  display: flex;
  padding: 30px 0 0 0;
}
.aboutMain .aboutSection .caseArticle .mid .caseL {
  width: 45%;
}
.aboutMain .aboutSection .caseArticle .mid .caseL .caseLine {
  display: grid;
  grid-template-columns: 9fr 3em;
}
.aboutMain .aboutSection .caseArticle .mid .caseL .caseLine:hover p {
  color: #0c5c97;
}
.aboutMain .aboutSection .caseArticle .mid .caseL p {
  border-bottom: 1px solid #aaa;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 3em;
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
}
.aboutMain .aboutSection .caseArticle .mid .caseL .caseTitle {
  padding: 0 0 0 1em;
}
.aboutMain .aboutSection .caseArticle .mid .caseL .caseMore {
  padding: 0 1em;
  color: rgba(12, 92, 151, 0);
}
.aboutMain .aboutSection .caseArticle .mid .caseM {
  width: 10%;
}
.aboutMain .aboutSection .caseArticle .mid .caseR {
  width: 45%;
}
.aboutMain .aboutSection .caseArticle .mid .caseR img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  bottom: 0;
}
.aboutMain .aboutSection .bottomMargin {
  height: 200px;
}/*# sourceMappingURL=about.css.map */

