@charset "utf-8";
/* 공통 */
.viewPc {
  display: block;
}
.viewMobile {
  display: none;
}
@media all and (max-width: 766px) {
  .viewPc {
    display: none;
  }
  .viewMobile {
    display: block;
  }
}
img {
  display: inline-block;
  vertical-align: middle;
}
#subTitleWrap,
#subTitleWrapFix {
  position: relative;
  z-index: 2;
  margin-top: 88px;
  animation: textFadeUp ease-in-out 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
#subTitleWrap h2,
#subTitleWrapFix h2 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  padding: 60px 5% 80px;
  color: #121212;
}
#subTitleWrap h2.small,
#subTitleWrapFix h2.small {
  font-size: 40px;
}
#subTitleWrap h2 > span,
#subTitleWrapFix h2 > span {
  color: #7695c8;
}
#subTitleWrap.backgroundOn h2,
#subTitleWrapFix.backgroundOn h2 {
  color: #fff;
}
#jhk.bg01,
#jhk .bg01 {
  background: #f7f7f7;
}
#jhk .con {
  padding: 150px 0;
}
#jhk .con .width1500 {
  width: 1500px;
  margin: 0 auto;
}

@media all and (max-width: 1536px) {
  #subTitleWrap,
  #subTitleWrapFix {
    margin-top: 66px;
  }
  #subTitleWrap h2,
  #subTitleWrapFix h2 {
    font-size: 39px;
    line-height: 42px;
    padding-top: calc(60px - 0.25vw);
    padding-right: calc(5% - 0.25vw);
    padding-bottom: calc(80px - 0.25vw);
    padding-left: calc(5% - 0.25vw);

    transition: all 0.5s;
  }
  #jhk .con {
    padding-top: calc(150px - 0.25vw);
    padding-right: 0;
    padding-bottom: calc(150px - 0.25vw);
    padding-left: 0;
  }
  #jhk .con .width1500 {
    width: calc(1500px - 20vw);

    transition: all 0.5s;
  }
  #subTitleWrap h2.small,
  #subTitleWrapFix h2.small {
    font-size: 33px;
    line-height: 44px;
  }
}

@media all and (min-width: 1536px) and (max-width: 1920px) {
  #AjuStory section .next .nextInner .circleImage {
    width: 300px;
    height: 300px;
  }
}
@media all and (max-width: 1500px) {
  #jhk .con .width1500 {
    width: calc(100% - 10%);
  }
}
@media all and (max-width: 1080px) {
  #subTitleWrap,
  #subTitleWrapFix {
    margin-top: 73px;
  }
  #subTitleWrap h2,
  #subTitleWrapFix h2 {
    font-size: 40px;
    line-height: 45px;
    padding: 45px 5% 65px;
  }
}
@media all and (max-width: 766px) {
  #subTitleWrap,
  #subTitleWrapFix {
    margin-top: 61px;
  }
  #subTitleWrap h2,
  #subTitleWrapFix h2 {
    font-size: 30px;
    line-height: 35px;
    padding: 45px 5%;
  }
  #subTitleWrap h2.small,
  #subTitleWrapFix h2.small {
    font-size: 25px;
    line-height: 32px;
  }
}
@media all and (max-width: 374px) {
  #subTitleWrap h2,
  #subTitleWrapFix h2 {
    padding: 30px 7% 35px;
    font-size: 25px;
    line-height: 30px;
  }
}

/* 상단 이미지 */
#subTopImg {
  background-color: black;
  text-align: center;
  overflow: hidden;
  width: 1100px;
  height: 650px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 150px;
  z-index: 2;

  animation: textFadeUp ease-in-out 1;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
}
#subTopImg.half {
  height: 400px;
}
#subTopImg .textWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 9;
  color: #fff;
  display: none;
}
#subTopImg .textWrap.on {
  display: block;
}
#subTopImg .textWrap > strong {
  font-size: 40px;
  font-weight: 600;
  display: block;
  opacity: 0;
  transform: translateY(-10px);
  animation: textFadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;

  max-width: 1200px;
  margin: 0 auto 40px;
}
#subTopImg .textWrap strong > span {
  color: #7695c8;
}
#subTopImg .textWrap p {
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
  opacity: 0;
  transform: translateY(-20px);
  animation-delay: 1s;
  animation: textFadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  font-weight: 500;
}
#subTopImg .wideImgWrap img {
  position: absolute;
  left: 50%;
  top: -550px;
  transform: translateX(-50%) scale(0.5);
  transition: all 0.3s;
}
#subTopImg.on {
  transition: all 0.7s;
}
#subTopImg.on .wideImgWrap img {
  top: 0;
  transform: translateX(-50%) scale(1);
}
@keyframes textFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media all and (max-width: 1536px) {
  #subTopImg .textWrap > strong {
    font-size: calc(40px - 0.25vw);
    margin-bottom: calc(40px - 0.25vw);

    transition: all 0.5s;
  }
  #subTopImg .textWrap p {
    font-size: calc(19px - 0.25vw);
    line-height: calc(32px - 0.25vw);

    transition: all 0.5s;
  }
}
@media all and (max-width: 1366px) {
  #subTopImg .textWrap {
    width: calc(100% - 5%);
    padding: 0 5%;
  }
}
@media all and (max-width: 1280px) {
  #subTopImg .wideImgWrap img {
    top: 0;
    transform: translateX(-50%) scale(1);
  }
  #subTopImg.on .wideImgWrap img {
    transform: translateX(-50%) scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media all and (max-width: 1200px) {
  #subTopImg.on .textWrap {
    position: relative;
    transform: none;
    left: 0;
    top: 50px;
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
@media all and (max-width: 1100px) {
  #jhk .con {
    padding: 100px 0;
  }
  #subTopImg {
    width: 650px;
    height: 385px;
    margin-bottom: 100px;
  }
  #subTopImg .textWrap > strong {
    font-size: 33px;
  }
  #subTopImg .textWrap p {
    font-size: 17px;
    line-height: 29px;
  }
}
@media all and (max-width: 799px) {
  #subTopImg.on {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 766px) {
  #jhk .con {
    padding: 50px 0;
  }
  #subTopImg {
    width: 350px;
    height: 205px;
    margin-bottom: 50px;
    animation: textFadeIn ease-in-out 1;
  }
  #subTopImg.on {
    padding: 0 0 100px 0;
  }
  #subTopImg .textWrap > strong {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #subTopImg .textWrap p {
    font-size: 15px;
    line-height: 26px;
  }
}

/* 상단 검은 배경 */
.subTopImgBg {
  width: 100%;
  height: 650px;
  /*  background: url("../images/sub/ajuInfoImgBg.jpg") repeat;*/
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.subTopImgBg .logoLine {
  position: absolute;
  right: -125px;
  opacity: 0.6;
  top: -85px;
}
.subTopImgBg .logoLine.logoLine02 {
  position: absolute;
  right: -120px;
  bottom: -20px;
  animation: 10s linear 0s infinite alternate rise,
    4s linear 0s infinite opacity, 2s linear 0s infinite blur;
}
.subTopImgBg .logoLine.logoLine03,
.subTopImgBg .logoLine.logoLine04 {
  right: auto;
  left: 100px;
  bottom: -200px;
}
.subTopImgBg .logoLine.logoLine04 {
  left: 120px;
  bottom: -220px;
  opacity: 0.2;
  animation: 20s linear 0s infinite alternate rise,
    4s linear 0s infinite opacity, 2s linear 0s infinite blur;
}
@keyframes rise {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes opacity {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes blur {
  0% {
    filter: blur(0px);
  }
  50% {
    filter: blur(4px);
  }
  100% {
    filter: blur(0px);
  }
}

.titleContent {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
.titleContent .title {
  min-width: 200px;
  font-size: 30px;
  font-weight: bold;
}
.titleContent .content > div {
  margin-bottom: 100px;
}
.titleContent.last,
.titleContent.last .content > div {
  margin: 0;
}
.circleWrapAll {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.circleWrapAll .circleOutline {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: relative;
  transition: all 100ms ease-in-out 50ms;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  margin: 0 auto;
}
.circleWrapAll .circleInline {
  background: #fff;
  border-radius: 50%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 15px;
  display: flex;
  align-items: center;
  transition: all 100ms ease-in-out 50ms;
}
.circleWrapAll .title {
  color: #121212;
  font-size: 20px;
  font-weight: bold;
  color: #0c419a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 200px;
  line-height: 25px;
}
.circleWrapAll .title span {
  display: block;
  color: #aaaaaa;
  font-family: Lato;
  font-weight: 400;
  font-size: 17px;
}
.circleWrapAll .title span img {
  width: 40%;
}
.circleWrapAll .text {
  font-size: 18px;
  color: #121212;
  padding: 0 70px 0 0;
  text-align: justify;
  opacity: 0;
  line-height: 26px;
  /* transition: all 100ms ease-in-out 50ms; */
}
.circleWrapAll .text > .line1 {
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: 0 100%;
  background-image: linear-gradient(180deg, transparent 15%, #caedf6 0);
}
.circleWrap:hover .line1,
.circleWrap .show .line1 {
  animation: textUnderline ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
@keyframes textUnderline {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
.circleWrapAll .text > .line2 {
  font-weight: 700;
  color: #0c419a;
}
.circleWrapAll .text > ul > li {
  position: relative;
  padding: 0 0 10px 15px;
  line-height: 1.5em;
  font-size: 17px;
  text-align: left;
}
.circleWrapAll .text > ul > li:last-child {
  padding: 0 0 0px 15px;
}
.circleWrapAll .text > ul > li > span {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #0c419a;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
@media all and (max-width: 1536px) {
  .circleWrapAll .circleOutline {
    width: calc(250px - 1.25vw);
    height: calc(250px - 1.25vw);

    transition: all 0.5s;
  }
  .circleWrapAll .title {
    font-size: calc(25px - 0.25vw);

    transition: all 0.5s;
  }
  .circleWrapAll .title span {
    font-size: calc(17px - 0.25vw);

    transition: all 0.5s;
  }
  .circleWrapAll .text {
    font-size: calc(18px - 0.25vw);

    transition: all 0.5s;
  }
  .circleWrapAll .title span img {
    width: calc(40% - 0.1vw);
  }
  .circleWrapAll .text > ul > li {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: calc(10px - 0.25vw);
    padding-left: calc(15px - 0.25vw);
    font-size: calc(17px - 0.15vw);

    transition: all 0.5s;
  }
}
@media all and (max-width: 1366px) {
  .circleWrapAll {
    gap: 30px;
  }
}
@media all and (max-width: 1200px) {
  .circleWrapAll {
    flex-direction: column;
  }
  .circleWrapAll .text {
    padding: 0;
  }
  .circleWrapAll .circleInline {
    border-radius: 0px !important;
    flex-direction: column;
    width: auto;
    height: auto;
    padding: 25px;
  }
  .circleWrapAll .circleOutline {
    width: 100% !important;
    height: 100%;
    border-radius: 0px !important;
  }
  .circleWrapAll .circleOutline.show .title {
    position: static;
    transform: none;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 1080px) {
  .circleWrapAll .title {
    font-size: 20px;
  }
  .circleWrapAll .title span {
    font-size: 13px;
  }
  .circleWrapAll .text {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
  }
  .circleWrapAll .text > ul > li {
    font-size: 15px;
    padding: 0 0 5px 10px;
  }
  .circleWrapAll .title span img {
    width: 25%;
  }
}

/* 게시판 */
#jhk .con table {
  width: 100%;
}
#jhk .con table tr:first-child {
  border-top: 2px solid #121212;
}
#jhk .con table tr {
  border-bottom: 1px solid #cccccc;
  background: #fff;
}
#jhk .con table tr td {
  padding: 30px 0;
  font-size: 17px;
}
#jhk .con table tr td:nth-child(1) {
  width: 100px;
  text-align: center;
  color: #aaaaaa;
  font-family: "Lato";
}
#jhk .con table tr td:nth-child(2) {
  width: calc(100% - 350px);
}
#jhk .con table tr td:nth-child(3) {
  width: 150px;
  text-align: center;
}
#jhk .con table tr td:nth-child(4) {
  width: 100px;
  text-align: center;
}
#jhk .con table tr:hover {
  cursor: pointer;
  background: #efefef;
}
#jhk .con table tr:hover g {
  fill: #0c419a;
}
#jhk .con.noFile table tr:hover,
#jhk .con table tr.noFile:hover {
  cursor: default;
  background: #fff;
}
@media all and (max-width: 1536px) {
  #jhk .con table tr td {
    padding-top: calc(30px - 0.25vw);
    padding-right: calc(0 - 0.25vw);
    padding-bottom: calc(30px - 0.25vw);
    padding-left: calc(0 - 0.25vw);
    font-size: calc(17px - 0.25vw);

    transition: all 0.5s;
  }
}
@media all and (max-width: 766px) {
  #jhk .con table {
    margin-bottom: 20px;
  }
  #jhk .con table tr td {
    padding: 15px 0;
    font-size: 14px;
  }
  #jhk .con table tr td:nth-child(1) {
    width: 50px;
    text-align: center;
    color: #aaaaaa;
    font-family: "Lato";
    font-size: 13px;
  }
  #jhk .con table tr td:nth-child(2) {
    width: calc(100% - 200px);
  }
  #jhk .con table tr td:nth-child(3) {
    width: 100px;
    text-align: center;
  }
  #jhk .con table tr td:nth-child(4) {
    width: 50px;
    text-align: center;
  }
  #jhk .con table tr td:nth-child(4) svg {
    width: 15px;
  }
}

/* 인사말 */
#Ceo .sign {
  margin-top: 50px;
}
.topImgTextWrap01 {
  margin: 100px 0 0 0;
}
.topImgTextWrap01 .topImgTextInner {
  background: #f7f7f7;
  padding: 0 0 100px 0;
  display: flex;
  gap: 70px;
  /* justify-content: space-between; */
  align-items: center;
  min-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.topImgTextWrap01 .topImgTextInner .img {
  margin-top: -75px;
}
.topImgTextWrap01 .topImgTextInner .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
  transform: translate(0, 0);
  z-index: 1;

  animation: maskHeight 0.5s ease-in-out 1, maskWidth 0.7s ease-in-out 0.5s 1;
}
.topImgTextWrap01 .topImgTextInner .imgInner {
  overflow: hidden;
  border-radius: 0 350px 350px 0;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
  max-height: 650px;
  animation: projectShow 1s ease 1.5s both;
}
.topImgTextWrap01 .topImgTextInner .text {
  max-width: 650px;
  animation: projectShow 0.5s ease 2s both;
  transform: translate(0%, 0%);
  padding: 100px 5% 0 0;
}
.topImgTextWrap01 .topImgTextInner .text strong {
  color: #0c419a;
  font-size: 30px;
  line-height: 40px;
  display: block;
  margin-bottom: 50px;
}
.topImgTextWrap01 .topImgTextInner .text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
@keyframes maskFill {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes maskHeight {
  0% {
    height: 0px;
  }
  100% {
    height: 100%;
  }
}
@keyframes maskWidth {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}
@keyframes projectShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.topImgTextWrap02 {
  margin: 100px 0;
  position: relative;
}
.topImgTextWrap02 .topImgTextInner {
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: center;
  min-width: 1500px;
  margin: 0 auto;
  position: relative;
  align-items: center;
}
.topImgTextWrap02 .topImgTextInner .img {
  position: relative;
  z-index: 2;
  animation: projectShow 0.5s ease 1.5s both;
}
.topImgTextWrap02 .topImgTextInner .imgInner {
  position: relative;
  z-index: 3;
  animation: projectShow 0.5s ease 1s both;
}

.topImgTextWrap02 .topImgTextInner .imgInner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
  transform: translate(0, 0);
  z-index: 1;

  animation: maskWidth 1.5s ease-in-out 1.5s both;
}
.topImgTextWrap02 .topImgTextInner .img .gradient {
  width: 465px;
  height: 523px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#147f7f+0,0c419a+100 */
  background: linear-gradient(
    to right,
    #147f7f 0%,
    #0c419a 50%,
    #ee7752 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: 1;
  background-size: 200% 200%;
  animation: projectShow 0.5s ease both, gradient 15s ease infinite;
}
.topImgTextWrap02 .topImgTextInner .text {
  max-width: 650px;
  position: relative;
  z-index: 2;
  animation: projectShow 0.5s ease 1s both;
}
.topImgTextWrap02 .topImgTextInner .text strong {
  color: #116b86;
  font-size: 30px;
  line-height: 40px;
  display: block;
  margin-bottom: 50px;
}
.topImgTextWrap02 .topImgTextInner .text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.topImgTextWrap02 .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 85%;
  background: #f7f7f7;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.topImgTextWrap03 {
  padding: 100px 0;
  position: relative;
}
.topImgTextWrap03 .topImgTextInner {
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: center;
  min-width: 1500px;
  margin: 0 auto;
  position: relative;
  align-items: center;
}
.topImgTextWrap03 .topImgTextInner .img {
  position: relative;
  overflow: hidden;
}
.topImgTextWrap03 .topImgTextInner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.topImgTextWrap03 .box {
  width: 670px;
  height: 520px;
  background: #f7f7f7;
  position: absolute;
  left: 0;
  top: 0;
}
.topImgTextWrap03 .topImgTextInner .imgInner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
  transform: translate(0, 100%);
  z-index: 1;
  animation: maskFill 1s ease both, maskWidth 1.5s ease 1s both;
}
.topImgTextWrap03 .topImgTextInner .imgInner > div {
  position: relative;
  opacity: 0;
  animation: projectShow 1s ease 1.5s both;
  transition: width 0.3s ease both, height 0.3s ease both;
}
.topImgTextWrap03 .topImgTextInner .text {
  max-width: 620px;
  width: 50%;
  position: relative;
  z-index: 2;
  animation: projectShow 0.5s ease 1s both;
}
.topImgTextWrap03 .topImgTextInner .text strong {
  color: #116b86;
  font-size: 30px;
  line-height: 40px;
  display: block;
  margin-bottom: 50px;
}
.topImgTextWrap03 .topImgTextInner .text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
  word-break: keep-all;
}
.topImgTextWrap03 .logoLineWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.topImgTextWrap03 .logoLineWrap .logoLineInner {
  position: relative;
  width: 550px;
  height: 270px;
  right: -105px;
  bottom: -65px;
}
.topImgTextWrap03 .logoLineWrap .logoLineInner > div {
  position: absolute;
  left: 0;
  top: 0;
}
.topImgTextWrap03 .logoLineWrap .logoLineInner > div.logoLine01 {
  position: absolute;
  left: 20px;
  top: 20px;
}
.topImgTextWrap03
  .logoLineWrap
  .logoLineInner
  > div.logoLine01
  .logoLine01Inner,
.topImgTextWrap03
  .logoLineWrap
  .logoLineInner
  > div.logoLine02
  .logoLine02Inner {
  width: 550px;
  height: 270px;
}
@media all and (max-width: 1536px) {
  .topImgTextWrap03 .topImgTextInner .text strong {
    font-size: calc(30px - 0.25vw);
    line-height: calc(40px - 0.25vw);
    margin-bottom: calc(50px - 0.25vw);

    transition: all 0.5s;
  }
  .topImgTextWrap03 .topImgTextInner .text p {
    font-size: calc(20px - 0.25vw);
    line-height: calc(30px - 0.25vw);
    margin-bottom: calc(20px - 0.25vw);

    transition: all 0.5s;
  }
  .topImgTextWrap03 .topImgTextInner {
    align-items: flex-start;

    transition: all 0.5s;
  }
}
@media all and (max-width: 1500px) {
  .topImgTextWrap03 .topImgTextInner {
    min-width: auto;
    padding: 0 5%;
  }
}
@media all and (max-width: 1280px) {
  .topImgTextWrap03 .topImgTextInner {
    gap: 50px;
    align-items: flex-start;
  }
  .topImgTextWrap03 .box {
    width: 50%;
    left: -150px;
  }
}
@media all and (max-width: 1080px) {
  .topImgTextWrap03 {
    padding: 50px 0 100px;
  }
  .topImgTextWrap03 .topImgTextInner .img {
    width: 40%;
  }
  .topImgTextWrap03 .topImgTextInner .text strong {
    font-size: 25px;
    line-height: 30px;
  }
  .topImgTextWrap03 .topImgTextInner .text p {
    font-size: 17px;
    line-height: 25px;
  }
}
@media all and (max-width: 766px) {
  .topImgTextWrap03 {
    padding: 0 0 100px 0;
  }
  .topImgTextWrap03 .topImgTextInner {
    flex-direction: column;
    gap: 0;
  }
  .topImgTextWrap03 .topImgTextInner .text,
  .topImgTextWrap03 .topImgTextInner .img {
    width: 100%;
  }
  .topImgTextWrap03 .topImgTextInner .img {
    margin-bottom: 35px;
  }
  .topImgTextWrap03 .topImgTextInner .imgInner::before {
    animation: none;
  }
  .topImgTextWrap03 .topImgTextInner .imgInner > div {
    animation: textFadeUp ease-in-out 1;
    animation-fill-mode: forwards;
    animation-duration: 1.2s;
  }
  .topImgTextWrap03 .topImgTextInner .text strong {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 25px;
  }
  .topImgTextWrap03 .logoLineWrap .logoLineInner {
    right: -25px;
    bottom: -85px;
  }
}
@media all and (max-width: 374px) {
  .topImgTextWrap03 .topImgTextInner .img {
    height: 250px;
    margin-bottom: 25px;
  }
  .topImgTextWrap03 .logoLineWrap .logoLineInner {
    bottom: -150px;
  }
  #Ceo .sign {
    margin-top: 25px;
  }
}

/* 아주스토리 */
#AjuStory section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  color: #fff;
  position: relative;
}
#AjuStory section#section1 {
  background: url(../images/sub/ajuStoryImg01_01.jpg) no-repeat center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: all 500ms;
  background-size: cover;
}
#AjuStory section#section2 {
  background: url(../images/sub/ajuStoryImg02_01.jpg) no-repeat center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: all 500ms;
  background-size: cover;
}
#AjuStory section#section3 {
  background: url(../images/sub/ajuStoryImg03_01.jpg) no-repeat center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: all 500ms;
  background-size: cover;
}
#AjuStory section .text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
#AjuStory section#section1.active,
#AjuStory section#section2.active,
#AjuStory section#section3.active {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
#AjuStory section#section1.active.fp-completely,
#AjuStory section#section2.active.fp-completely,
#AjuStory section#section3.active.fp-completely {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/*
#AjuStory .fp-tableCell {
  backdrop-filter: blur(5px);
}
*/
#AjuStory .fp-tableCell::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
}
#AjuStoryMenu {
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#AjuStoryMenu ul {
  background: url(../images/sub/ajuStoryImg01_03.png) repeat-y center;
}
#AjuStoryMenu ul li {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  width: 10px;
  height: 10px;
  margin-bottom: 40px;
}
#AjuStoryMenu ul li:nth-child(3) {
  margin-bottom: 0px;
}
#AjuStoryMenu ul li:last-child {
  display: none;
}
#AjuStoryMenu ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}
#AjuStoryMenu ul li span:after {
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 100%;
  transition: 0.3s;
}
#AjuStoryMenu ul li.active a span {
  background: #fff;
  position: absolute;
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#AjuStoryMenu ul li.active a span:after {
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
}
#AjuStoryMenu ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#AjuStoryMenu ul li a p {
  font-family: "GmarketSans";
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  width: 100px;
  display: block;
  position: absolute;
  right: 37px;
  text-align: right;
  top: -2px;
  display: none;
}
#AjuStoryMenu ul li.active p {
  display: block;
}
#AjuStory section .number {
  /*  font-family: "Ysabeau SC";*/
  font-size: 90px;
  font-weight: 400;
}
#AjuStory section h3 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  display: inline;
  font-family: "GmarketSans";
  font-size: 67px;
  font-weight: 400;
  color: #fff;
  opacity: 0;
}
@keyframes displayNone {
  0% {
    display: block;
  }
  100% {
    display: none;
  }
}
#AjuStory section h3 > span {
  position: relative;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: 0% 100%;
  background-image: linear-gradient(180deg, transparent 30px, #0c419a 0);

  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  transition: all 500ms;
}
@keyframes textUnderline {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
#AjuStory section h3 > span:before,
#AjuStory section h3 > span:after {
  content: "";
  position: absolute;
  z-index: -1;
}
#AjuStory section h3 > span:before {
  left: -25px;
  top: 30px;
  border-bottom: solid 47px #0c419a;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  opacity: 0;
}
#AjuStory section h3 > span:after {
  right: -25px;
  bottom: 0;
  border-top: solid 47px #0c419a;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  opacity: 0;
}
#AjuStory section .next {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 0;
  background: linear-gradient(45deg, #5d41ea, #191919, #000, #191919, #00bfbf);
  background-size: 400% 400%;
}
@keyframes height100 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#AjuStory section .next .nextInner {
  position: absolute;
  width: 90%;
  z-index: 9;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  opacity: 0;
}
#AjuStory section .next .nextInner h4 {
  font-family: "GmarketSans";
  font-size: 50px;
  font-weight: 500;
  margin-bottom: -50px;
  position: relative;
  z-index: 3;
  text-shadow: 0px 10px 15px rgba(0, 0, 0, 1);
  transform: translate(0, 150px);
  opacity: 0;
}
#AjuStory section .next .nextInner .number {
  font-size: 60px;
  font-weight: 400;
}
#AjuStory section .next .nextInner .circleImage {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 50px rgba(0, 0, 0.5);
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  transform: translate(0, 50px);
  opacity: 0;
  margin-bottom: -50px;
}
#AjuStory section .next .nextInner .circleImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#AjuStory section .next .nextInner p {
  /*  font-family: "GmarketSans";*/
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  transform: translate(0, 50px);
  opacity: 0;
}
#AjuStory section.active .next .nextInner h4 {
  animation: textFadeUp ease-in-out 1;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 2.1;
}
#AjuStory section.active .next .nextInner .circleImage {
  animation: textFadeUp ease-in-out 1;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 2.2s;
}
#AjuStory section.active .next .nextInner p {
  animation: textFadeUp ease-in-out 1;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 2.3s;
}
@keyframes textFadeUp {
  from {
    transform: translate(0, 150px);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

#AjuStory section .next .nextInner p:last-child {
  margin-bottom: 0;
}
#AjuStory section .next .nextInner p .pointColor {
  color: #ffff00;
}
#AjuStory section .next .nextInner p .pointUnderline {
  border-bottom: 1px solid #fff;
}
#AjuStory section#section1 .next .bgObject {
  bottom: -50px;
}
#AjuStory section .next .bgObject {
  position: absolute;
  width: 90%;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
#AjuStory section .next .bgObject img {
  width: 100%;
}
#AjuStory section.active .text {
  animation: displayNone 1s ease 3s both;
}
#AjuStory section.active h3 {
  animation: projectShow 1s ease 1s both, displayNone 1s ease 3s both;
}
#AjuStory section.active h3 > span {
  animation: textUnderline ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 1s;
}
#AjuStory section.active h3 > span:before {
  animation: projectShow 1s ease 1s both;
}
#AjuStory section.active h3 > span:after {
  animation: projectShow 0s ease 2s both;
}
#AjuStory section.active .next {
  animation: gradient 15s ease infinite,
    height100 1s cubic-bezier(0.66, 0, 0.34, 1) 2s forwards;
}
#AjuStory section.active .next .nextInner {
  animation: projectShow 1s ease 3s both;
}
#AjuStory section.active .next .bgObject {
  animation: projectShow 1s ease 3.2s both;
}
#AjuStory section#section2.active .next .bgObject {
  mix-blend-mode: color-burn;
  width: 100%;
}
#AjuStory #section4 {
  width: 100%;
  height: 300px !important;
  background: #121212;
}
#AjuStory #FOOTER.fp-section.fp-table,
#AjuStory .fp-tableCell {
  height: auto !important;
}

@media all and (max-width: 1536px) {
  #AjuStory section .next .nextInner .circleImage {
    width: 300px;
    height: 300px;
  }
  #AjuStory section h3 {
    font-size: calc(67px - 0.25vw);

    transition: all 0.3s;
  }
  #AjuStory section .next .nextInner h4 {
    font-size: calc(50px - 0.25vw);
    margin-bottom: calc(-50px - 0.25vw);

    transition: all 0.3s;
  }
  #AjuStory section .next .nextInner .number {
    font-size: calc(60px - 0.25vw);

    transition: all 0.3s;
  }

  #AjuStory section .next .nextInner p {
    font-size: calc(17px - 0.25vw);
    line-height: calc(32px - 0.25vw);
  }
}
@media all and (max-width: 1080px) {
  #AjuStory section .number {
    font-size: 37px;
  }
  #AjuStory section h3 {
    font-size: 37px;
  }
  #AjuStory section .next {
    background: linear-gradient(45deg, #5d41ea, #222, #111, #00bfbf);
    background-size: 150% 150%;
  }
  #AjuStory section .next .bgObject {
    width: 100%;
  }
  #AjuStory section#section3 .next .bgObject {
    bottom: auto;
    top: 20%;
  }
  #AjuStory section .next .nextInner h4 {
    font-size: 25px;
  }
  #AjuStory section .next .nextInner .number {
    font-size: 35px;
  }
  #AjuStory section .next .nextInner .circleImage {
    width: 200px;
    height: 200px;
    margin-bottom: -25px;
  }
  #AjuStory section .next .nextInner p {
    font-size: 15px;
    line-height: 24px;
  }
  #AjuStoryMenu ul li a p {
    right: 27px;
  }
  #AjuStory section h3 > span:before {
    left: -15px;
    border-bottom: solid 13px #0c419a;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
  }
  #AjuStory section h3 > span:after {
    right: -15px;
    border-top: solid 13px #0c419a;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
  }
}
@media all and (max-width: 766px) {
  #AjuStory #FOOTER .subsidiary_btn a,
  #AjuStory #FOOTER .subsidiary_btn_close a {
    width: calc(100% - 20px);
  }
  #AjuStory #FOOTER.active {
    position: fixed;
  }
  #AjuStory section .number {
    font-size: 30px;
  }
  #AjuStory section h3 {
    width: 85%;
    font-size: 30px;
  }
  #AjuStory section h3 > span {
    background-image: linear-gradient(180deg, transparent 17px, #0c419a 0);
  }
  #AjuStory section h3 > span:before {
    top: 17px;
  }
  #AjuStory section .next .nextInner {
    width: 85%;
  }
  #AjuStory section .next .nextInner h4 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  #AjuStory section.active .next .nextInner .circleImage {
    display: none;
  }
  #AjuStoryMenu {
    /* top: -5%; */
    right: 15px;
  }
  /* #AjuStoryMenu ul li a p{
        width: 10px;
        word-break: break-all;
        right: 2px;
        top: 25px;
        font-size: 12px;
        font-weight: 500;
    }
    #AjuStoryMenu ul li:nth-child(1).active{
        margin-bottom: 100px;
    }    
    #AjuStoryMenu ul li:nth-child(2).active{
        margin-bottom: 65px;
    } */
  #AjuStoryMenu ul li.active p {
    display: none;
  }
}

/* (주)아주 */
#AjuInfo {
  min-height: 1100px;
}
#AjuInfo .con01 h2 {
  margin-bottom: 30px;

  transition: all 0.5s;
}
@media all and (max-width: 1536px) {
  #AjuInfo .con01 h2 {
    margin-bottom: calc(30px - 0.25vw);
  }
}
@media all and (max-width: 1080px) {
  #AjuInfo {
    min-height: 500px;
  }
  #AjuInfo .con01 h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 766px) {
  #AjuInfo .con01 h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/* 연혁 */
#History .historyWrap .historyTop {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 88px;
  opacity: 1;

  transition: all 0.3s;
}
#History .historyWrap .historyTop.type01 {
  top: 45px;
}
#History .historyWrap .historyTop.type02 {
  top: 133px;
}
#History .historyWrap .historyTop ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #121212;
  padding: 15px 0;
  gap: 10px;
  transition: all 0.5s;
}
#History .historyWrap .historyTop ul li a {
  display: inline-block;
  color: #fff;
  padding: 0 70px;
}
#History .historyWrap .historyTop ul li a.on {
  text-decoration: underline;
}
#History .historyWrap .historyInner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  /* padding-bottom: 250px; */
}
#History .historyWrap .historyInner .leftContent {
  width: 50%;
}
#History .historyWrap .historyInner .rightContent {
  width: 50%;
  padding: 0 5%;
  /* transform: translateY(30px);
  transition: transform 1s ease; */
}
#History .historyWrap .historyInner .textImgWrap {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  /* transform: translateY(20px);
  transition: transform 1s ease; */
}
#History .historyWrap .historyInner .textImgWrap .text {
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  color: #0c419a;
  margin-bottom: 30px;

  /* animation: textFadeIn ease-in-out 1;
  animation-fill-mode: forwards;
  animation-duration: 1s; */
}
#History .historyWrap .historyInner .textImgWrap .text span {
  display: block;
  font-size: 18px;
  color: #aaaaaa;
  line-height: 30px;
}
/* #History .historyWrap .historyInner .textImgWrap .img{
  opacity: 0;
  animation: textFadeIn ease-in-out 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 1s;    
} */
#History .historyWrap .historyInner .textImgWrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#History .historyWrap .historyInner ul.historyDetail {
  padding: 350px 0 500px;
}
#History .historyWrap .historyInner.historyInner03 ul.historyDetail,
#History .historyWrap .historyInner.historyInner04 ul.historyDetail {
  padding: 350px 0 600px;
}
#History .historyWrap .historyInner ul.historyDetail li {
  position: relative;
  padding-left: 40px;
}
#History .historyWrap .historyInner ul.historyDetail li::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 4px;
  width: 1px;
  height: calc(100%);
  background: #c7c7c7;
}
#History .historyWrap .historyInner ul.historyDetail li .dot {
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 15px;
  background: #121212;
  border-radius: 50%;
  z-index: 2;
}
#History .historyWrap .historyInner ul.historyDetail li .date {
  display: block;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}
#History .historyWrap .historyInner ul.historyDetail li .title {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  margin: 10px 0 60px;
}
#History .historyWrap .historyInner ul.historyDetail li .title.imageHave {
  font-weight: 500;
  color: #999;
  transition: color 0.5s ease;
  cursor: pointer;
  transform-origin: left;
}
#History .historyWrap .historyInner ul.historyDetail li .title.imageHave span {
  color: #0c419a;
  margin-left: 5px;
}
#History .historyWrap .historyInner ul.historyDetail li .title.imageHave:hover,
#History .historyWrap .historyInner ul.historyDetail li .title.imageHave.on {
  color: #0c419a;
  transform: scale(1.2);
  transform-origin: left;
  transition: all 0.5s;
}
#History
  .historyWrap
  .historyInner.reverse
  ul.historyDetail
  li
  .title.imageHave:hover,
#History
  .historyWrap
  .historyInner.reverse
  ul.historyDetail
  li
  .title.imageHave.on {
  transform-origin: right;
}
#History .historyWrap .historyInner.reverse ul.historyDetail {
  text-align: right;
}
#History .historyWrap .historyInner.reverse ul.historyDetail li {
  padding-left: 0;
  padding-right: 40px;
}
#History .historyWrap .historyInner.reverse ul.historyDetail li::after {
  left: auto;
  right: 4px;
}
#History .historyWrap .historyInner.reverse ul.historyDetail li .dot {
  left: auto;
  right: 0;
}
#History .historyWrap .historyInner.reverse .leftContent {
  width: 50%;
  padding: 0 5%;
  /* transform: translateY(30px);
  transition: transform 1s ease; */
}
#History .historyWrap .historyInner.reverse .rightContent {
  width: 50%;
  padding: 0;
  /* transform: none;
  transition: none; */
}
#History .historyWrap .historyInner .positionSticky {
  position: sticky;
}
#History .historyWrap .historyInner .positionSticky.type01 {
  height: calc(100vh - 138px);
  top: 138px;
}
#History .historyWrap .historyInner .positionSticky.type02 {
  height: calc(100vh - 94px);
  top: 94px;
}

#History .historyWrap .historyInner .textImgWrap .img {
  position: relative;
  height: 445px;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  /* transform: translateY(50px);
  opacity: 1;
  transition: opacity 1s ease, transform 1s ease; */
}
#History .historyWrap .historyInner01 .textImgWrap .img {
  background-image: url(../images/sub/history04_01.jpg);
  background-position: center center;
}
#History .historyWrap .historyInner02 .textImgWrap .img {
  background-image: url(../images/sub/history03_01.jpg);
  background-position: center center;
}
#History .historyWrap .historyInner03 .textImgWrap .img {
  background-image: url(../images/sub/history02_01.jpg);
  background-position: center center;
}
#History .historyWrap .historyInner04 .textImgWrap .img {
  background-image: url(../images/sub/history01_01.jpg);
  background-position: center center;
}
#History .historyWrap .historyInner .textImgWrap .img img {
  display: none;
  transition: opacity 0.5s ease;
}
#History .historyWrap .historyInner .textImgWrap .img img {
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#History .historyWrap .historyInner .textImgWrap .img .imageContent {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
#History .historyWrap .historyInner .textImgWrap .img .imageContent.on img,
#History
  .historyWrap
  .historyInner
  .textImgWrap
  .img
  .imageContent.swiper-slide-active
  img {
  opacity: 1;
}

@media all and (max-width: 1536px) {
  #History .historyWrap .historyInner .textImgWrap .text {
    font-size: calc(40px - 0.25vw);
    line-height: calc(45px - 0.25vw);
    margin-bottom: calc(30px - 0.25vw);

    transition: all 0.5s;
  }
  #History .historyWrap .historyInner .textImgWrap .text span {
    font-size: calc(18px - 0.25vw);
    line-height: calc(30px - 0.25vw);

    transition: all 0.5s;
  }
  #History .historyWrap .historyInner .textImgWrap .img {
    height: 400px;

    transition: all 0.5s;
  }
  #History .historyWrap .historyTop {
    top: calc(88px - 1.25vw);

    transition: all 0.5s;
  }
  #History .historyWrap .historyTop.type01 {
    top: 44px;

    transition: all 0.5s;
  }
  #History .historyWrap .historyTop.type02 {
    top: 109px;

    transition: all 0.5s;
  }
  #History .historyWrap .historyTop ul li a {
    font-size: calc(17px - 0.25vw);

    transition: all 0.5s;
  }
  #History .historyWrap .historyInner .positionSticky.type01 {
    height: calc(100vh - 120px);
    top: 120px;

    transition: all 0.5s;
  }
  #History .historyWrap .historyInner .positionSticky.type02 {
    height: calc(100vh - 94px);
    top: 94px;

    transition: all 0.5s;
  }
  #History .historyWrap .historyInner ul.historyDetail {
    padding: 300px 0 400px;

    transition: all 0.5s;
  }
  #History .historyWrap .historyInner ul.historyDetail li .date {
    font-size: calc(25px - 0.25vw);
    margin-bottom: calc(5px - 0.25vw);

    transition: all 0.5s;
  }
  #History .historyWrap .historyInner ul.historyDetail li .title {
    font-size: calc(16px - 0.25vw);
    margin: 10px 0 40px 0;

    transition: all 0.5s;
  }
}

@media all and (max-width: 1200px) {
  #History .historyWrap .historyTop ul {
    padding: 15px 5%;
    gap: 5px;
  }
  #History .historyWrap .historyInner {
    width: calc(100% - 10%);
    padding: 0 5%;
  }
}
@media all and (max-width: 1080px) {
  #History .historyWrap .historyTop.type02 {
    top: 124px;
  }
  #History .historyWrap .historyTop ul li a {
    font-size: 13px;
  }
  #History .historyWrap .historyInner .textImgWrap .text span,
  #History .historyWrap .historyInner ul.historyDetail li .title {
    font-size: 15px;
  }
  #History .historyWrap .historyInner ul.historyDetail li .date {
    font-size: 20px;
    margin-bottom: 0;
  }
  #History .historyWrap .historyInner .textImgWrap .text {
    font-size: 35px;
    line-height: 38px;
  }
  #History .historyWrap .historyInner ul.historyDetail li .title.imageHave {
    line-height: 22px;
    margin: 5px 0 10px 0;
    color: #121212;
  }
  #History
    .historyWrap
    .historyInner
    ul.historyDetail
    li
    .title.imageHave:hover,
  #History .historyWrap .historyInner ul.historyDetail li .title.imageHave.on {
    transform: scale(1.1);
  }
}
@media all and (max-width: 768px) {
  #History
    .historyWrap
    .historyInner
    ul.historyDetail
    li
    .title.imageHave:hover,
  #History .historyWrap .historyInner ul.historyDetail li .title.imageHave.on {
    transform: scale(1);
  }
  #History .historyWrap .historyTop {
    top: 65px;
  }
}
@media all and (max-width: 766px) {
  #History .historyWrap .historyTop.type02 {
    top: 112px;
  }
  #History .historyWrap .historyTop ul {
    justify-content: space-between;
  }
  #History .historyWrap .historyTop ul li a {
    padding: 0 10px;
  }
  #History .historyWrap .historyInner {
    flex-direction: column;
  }
  #History .historyWrap .historyInner.reverse {
    flex-direction: column-reverse;
  }
  #History .historyWrap .historyInner .positionSticky,
  #History .historyWrap .historyInner .positionSticky.type01,
  #History .historyWrap .historyInner .positionSticky.type02 {
    position: static;
    margin-top: 140px;
    height: auto;
    width: 100%;
  }
  #History .historyWrap .historyInner .textImgWrap {
    position: static;
    transform: none;
  }
  #History .historyWrap .historyInner .rightContent,
  #History .historyWrap .historyInner.reverse .leftContent {
    width: 100%;
    padding: 0;
  }
  #History .historyWrap .historyInner.reverse ul.historyDetail {
    text-align: left;
  }
  #History .historyWrap .historyInner.reverse ul.historyDetail li {
    padding-left: 40px;
    padding-right: 0px;
  }
  #History .historyWrap .historyInner.reverse ul.historyDetail li .dot {
    right: auto;
    left: 0;
  }
  #History .historyWrap .historyInner.reverse ul.historyDetail li::after {
    right: auto;
    left: 4px;
  }
  #History
    .historyWrap
    .historyInner.reverse
    ul.historyDetail
    li
    .title.imageHave:hover,
  #History
    .historyWrap
    .historyInner.reverse
    ul.historyDetail
    li
    .title.imageHave.on {
    transform-origin: left;
  }
  #History .historyWrap .historyInner ul.historyDetail,
  #History .historyWrap .historyInner.historyInner03 ul.historyDetail,
  #History .historyWrap .historyInner.historyInner04 ul.historyDetail {
    padding: 0 0 50px 0;
  }
  #History .historyWrap .historyInner ul.historyDetail li .title {
    margin: 5px 0 20px;
  }
  #History .historyWrap .historyInner ul.historyDetail li .imageView {
    padding-bottom: 25px;
  }
  #History .historyWrap .historyInner ul.historyDetail li .imageView img {
    border: 1px solid #efefef;
    box-sizing: border-box;
  }
  #History .historyWrap .historyInner .textImgWrap .img {
    display: none;
  }
}
@media all and (max-width: 374px) {
}

/* CI */
#Ci #subTopImg .wideImgWrap img {
  top: -500px;
  transform: translateX(-50%) scale(1);
}
#Ci #jhk .con {
  padding: 0 0 150px 0;
}
#Ci .titleContent {
  display: flex;
  margin-bottom: 150px;
}
#Ci .titleContent .title {
  max-width: 200px;
  font-size: 30px;
  font-weight: bold;
}
#Ci .titleContent .content {
  width: 100%;
  margin: 0;
  padding: 0;
}
#Ci .titleContent .content .contentInner {
  margin-bottom: 50px;
}
#Ci .titleContent .content .contentInner > ul {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}
#Ci .titleContent .content .contentInner > ul > li {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#Ci .titleContent .content .contentInner > ul > li .subTitle {
  display: block;
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: left;
  min-height: 25px;
}
#Ci .titleContent .content .contentInner > ul > li .img {
  box-sizing: border-box;
  border: 1px solid #ddd;
  display: flex;
  height: 100%;
  padding: 50px 0;
}
#Ci .titleContent .content .contentInner > ul > li .img span {
  margin: auto;
}
#Ci .titleContent .content .contentInner > ul li .point {
  text-align: left;
  margin-top: 10px;
  color: #ff0000;
}
#Ci .titleContent.last,
#Ci .titleContent.last .content > div {
  margin: 0;
}
#Ci .titleContent .content .contentInner02 > ul > li {
  width: 33.33%;
}
#Ci .titleContent .content .contentInner03 {
  padding: 50px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
#Ci .titleContent .content .contentInner03 .colorTitle {
  margin-bottom: 10px;
  font-size: 18px;
}
#Ci .titleContent .content .contentInner03 ul {
  display: flex;
  gap: 30px;
}
#Ci .titleContent .content .contentInner03 ul li {
  width: 50%;
  text-align: left;
}
#Ci .titleContent .content .contentInner03 ul li .color {
  background: #0c419a;
  display: block;
  padding: 80px 20px 20px;
  color: #fff;
  border-radius: 10px;
  font-size: 15px;
  text-transform: uppercase;
}
#Ci .titleContent .content .contentInner03 ul li .color strong {
  display: block;
  font-weight: normal;
  font-size: 17px;
}
#Ci .titleContent .content .contentInner03 ul li ul {
  display: flex;
  gap: 30px;
}
#Ci .titleContent .content .contentInner03 ul ul ul {
  flex-direction: column;
  gap: 0;
}
#Ci .titleContent .content .contentInner03 li li li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  font-size: 17px;
}
#Ci .titleContent .content .contentInner03 ul ul ul li .colorName {
  color: #0c419a;
  text-transform: uppercase;
}
#Ci .titleContent .content .contentInner03 ul ul li:nth-child(2) .color {
  background: #63666a;
}
#Ci .titleContent .content .contentInner03 ul ul li:nth-child(2) ul .colorName {
  color: #63666a;
}

#Ci
  .titleContent
  .content
  .contentInner03
  ul
  li:nth-child(2)
  ul
  li:nth-child(1)
  .color {
  background: #a1784c;
}
#Ci
  .titleContent
  .content
  .contentInner03
  ul
  li:nth-child(2)
  ul
  li:nth-child(2)
  .color {
  background: #8e8e90;
}
#Ci
  .titleContent
  .content
  .contentInner03
  ul
  li:nth-child(2)
  ul
  li:nth-child(1)
  ul
  .colorName {
  color: #a1784c;
}
#Ci
  .titleContent
  .content
  .contentInner03
  ul
  li:nth-child(2)
  ul
  li:nth-child(2)
  ul
  .colorName {
  color: #8e8e90;
}
@media all and (max-width: 1500px) {
  #Ci .titleContent .content .contentInner03 li li li {
    flex-direction: column;
  }
}
@media all and (max-width: 1280px) {
  #Ci #subTopImg .wideImgWrap img {
    top: 0;
    transform: translateX(-50%) scale(1.5);
  }
}
@media all and (max-width: 1080px) {
  #Ci #jhk .con {
    padding: 0 0 100px 0;
  }
  #Ci .titleContent {
    flex-direction: column;
    margin-bottom: 50px;
  }
  #Ci .titleContent .title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  #Ci .titleContent .content .contentInner:last-child {
    margin: 0;
  }
  #Ci .titleContent .content .contentInner03 li li li {
    font-size: 15px;
    padding: 10px 0;
    margin: 0 15px;
    width: calc(100% - 30px);
  }
  #Ci .titleContent .content .contentInner03 > ul {
    flex-direction: column;
  }
  #Ci .titleContent .content .contentInner03 > ul > li {
    width: 100%;
  }
  #Ci .titleContent .content .contentInner > ul > li .subTitle {
    font-size: 18px;
  }
  #Ci .titleContent .content .contentInner > ul li .point {
    font-size: 13px;
  }
  #Ci .titleContent .content .contentInner03 ul li .color {
    font-size: 13px;
  }
}
@media all and (max-width: 766px) {
  #Ci .titleContent .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #Ci .titleContent .content .contentInner > ul > li .subTitle {
    font-size: 15px;
    min-height: auto;
    margin: 0 0 5px 0;
  }
  #Ci .titleContent .content .contentInner > ul,
  #Ci .titleContent .content .contentInner03 > ul {
    flex-direction: column;
  }
  #Ci .titleContent .content .contentInner > ul > li,
  #Ci .titleContent .content .contentInner03 ul li {
    width: 100%;
  }
  #Ci .titleContent .content .contentInner > ul > li .img {
    padding: 50px 25px;
  }
  #Ci .titleContent .content .contentInner03 ul li ul {
    display: flex;
    flex-direction: column;
  }
  #Ci .titleContent .content .contentInner03 {
    padding: 25px;
  }
}

/* 경영현황 */
#Management #jhk .con {
  padding: 0 0 150px 0;
}
.chartWrap {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Management .chart {
  flex: 1 1 40%;
  position: relative;
}
#Management .chart:nth-child(3),
#Management .chart:nth-child(4) {
  margin-top: 70px;
}
#Management .chart .textWrap {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
#Management .chart .textWrap .title {
  font-size: 20px;
}
#Management .chart .textWrap .title > span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #121212;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  margin-right: 7px;
}
#Management .chart .textWrap .number {
  font-size: 50px;
  font-weight: 600;
}
#Management .chart .textWrap .number > span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
#Management .chart .total {
  position: absolute;
  right: 8px;
  bottom: 2px;
  color: #ccc;
  font-size: 13px;
}
#Management .chart:nth-child(3) .total {
  position: absolute;
  right: 15px;
  bottom: 2px;
  font-size: 13px;
}
#Management .donutChart {
  --percentage: 0;
  --fill: #ff0;
  width: 450px;
  height: 225px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  color: var(--fill);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
#Management .donutChart:after {
  content: "";
  width: 450px;
  height: 450px;
  border: 50px solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transform: rotate(-45deg);
  -webkit-animation: fillAnimation 3.5s ease-in;
  animation: fillAnimation 3.5s ease-in;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fillAnimation {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
  }
}
@keyframes fillAnimation {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
  }
}
@media all and (max-width: 1536px) {
  #Management .donutChart {
    width: 360px;
    height: 180px;

    transition: all 0.5s;
  }
  #Management .donutChart:after {
    width: 360px;
    height: 360px;

    transition: all 0.5s;
  }
  #Management .chart:nth-child(3),
  #Management .chart:nth-child(4) {
    margin-top: calc(70px - 0.25vw);

    transition: all 0.5s;
  }
  #Management .chart .textWrap {
    bottom: calc(20px - 0.25vw);

    transition: all 0.5s;
  }
  #Management .chart .textWrap .title {
    font-size: calc(20px - 0.25vw);

    transition: all 0.5s;
  }
  #Management .chart .textWrap .title > span {
    width: calc(25px - 0.25vw);
    height: calc(25px - 0.25vw);
    line-height: calc(25px - 0.25vw);
    font-size: calc(13px - 0.25vw);
    margin-right: calc(7px - 0.25vw);

    transition: all 0.5s;
  }
  #Management .chart .textWrap .number {
    font-size: calc(50px - 0.5vw);

    transition: all 0.5s;
  }
  #Management .chart .textWrap .number > span {
    font-size: calc(20px - 0.5vw);

    transition: all 0.5s;
  }
  #Management .chart .total {
    right: calc(20px - 0.25vw);
    bottom: calc(10px - 0.25vw);
    font-size: calc(13px - 0.25vw);

    transition: all 0.5s;
  }
  #Management .chart:nth-child(3) .total {
    right: 9px;
    bottom: calc(10px - 0.25vw);
    font-size: calc(13px - 0.25vw);

    transition: all 0.5s;
  }
}
@media all and (max-width: 1100px) {
  #Management #jhk .con {
    padding: 0 0 100px 0;
  }
  .chartWrap {
    width: 100%;
  }
}
@media all and (max-width: 1080px) {
  #Management .donutChart {
    width: 300px;
    height: 155px;
  }
  #Management .donutChart:after {
    width: 300px;
    height: 300px;
  }
  #Management .chart .textWrap {
    bottom: 0;
  }
  #Management .chart .textWrap .title {
    font-size: 13px;
  }
  #Management .chart .textWrap .title > span {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  #Management .chart .textWrap .number {
    font-size: 35px;
    line-height: 26px;
    margin-top: 10px;
  }
  #Management .chart .textWrap .number > span {
    font-size: 15px;
  }
  #Management .chart .total {
    right: 12px;
  }
  #Management .chart:nth-child(3) .total {
    right: 16px;
  }
}
@media all and (max-width: 766px) {
  #Management #jhk .con {
    padding: 0 0 50px 0;
  }
  .chartWrap {
    flex-direction: column;
  }
  #Management .chart:nth-child(2),
  #Management .chart:nth-child(3),
  #Management .chart:nth-child(4) {
    margin-top: 35px;
  }
  #Management .chart .textWrap .title {
    font-size: 15px;
  }
  #Management .chart .textWrap .number {
    font-size: 30px;
    margin-top: 5px;
  }
  #Management .chart .textWrap .number > span {
    font-size: 15px;
  }
}
@media all and (max-width: 374px) {
  #Management .donutChart {
    width: 280px;
    height: 140px;
  }
  #Management .donutChart:after {
    width: 280px;
    height: 280px;
  }
  #Management .chart .textWrap {
    bottom: 10px;
  }
}

/* 행복의선순환 */
#Happ {
  min-height: 1150px;
}
#Happ .circleWrapAll .circleOutline.show .text {
  opacity: 1;
  transition-delay: 0.5s;
}
#Happ .circleWrapAll .circleOutline.show {
  width: 850px;
  border-radius: 126px;
  transition: all 0.5s;
}
#Happ .circleWrapAll .circleOutline.show .circleInline {
  border-radius: 111px;
}
#Happ .circleWrapAll .circleOutline.show .title {
  position: static;
  transform: none;
}
@media all and (max-width: 1920px) {
    #Happ {
      min-height: 1100px;
    }
}
@media all and (max-width: 1280px) {
  #Happ #subTopImg .wideImgWrap img {
    top: 0;
    transform: translateX(-50%) scale(1);
  }
}

@media all and (max-width: 1366px) {
  #Happ .circleWrapAll .circleOutline.show {
    width: 580px;
  }
}

@media all and (max-width: 1200px) {
  #Happ .circleWrapAll .circleOutline.show .circleInline {
    border-radius: 0px;
  }
  #Happ .circleWrapAll .circleOutline.show {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
}
@media all and (max-width: 1080px) {
  #Happ {
    min-height: 500px;
  }
}

/* 핵심가치 */
h3.coreValueTitle {
  text-align: center;
  margin-bottom: 15px;
  font-size: 25px;
  border-bottom: 2px solid #5df2ff;
  max-width: 150px;
  margin: 0 auto 25px;
  padding-bottom: 5px;
  color: #5df2ff;

  animation-delay: 2s;
  animation: textFadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
#jhk h3.coreValueTitle {
  border-bottom: 3px solid #121212;
  color: #121212;
  border-bottom: none;
}
#Corevalue #jhk .con {
  padding: 0 0 150px 0;
}
#Corevalue.circleWrapAll .title span {
  display: block;
  color: #aaaaaa;
  font-family: Lato;
  font-weight: 400;
  font-size: 17px;
}
#Corevalue .circleWrapAll .circleOutline {
  opacity: 0;
  transform: translateY(-20px);
  animation: textFadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
}
#Corevalue .circleWrapAll > div:nth-child(2) .circleOutline {
  animation-delay: 0.5s;
}
#Corevalue .circleWrapAll .circleOutline.show .title {
  position: static;
  transform: none;
}
#Corevalue .circleWrapAll .circleOutline.show .text {
  opacity: 1;
  transition-delay: 0.5s;
}
#Corevalue .circleWrapAll .circleOutline.show {
  width: 550px;
  border-radius: 126px;
  transition: all 0.5s;
}
#Corevalue .circleWrapAll .circleOutline.show .circleInline {
  border-radius: 111px;
}
#Corevalue .circleWrapAll .title {
  min-width: 180px;
}
#Corevalue .coreValueWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
#Corevalue .coreValueWrap li {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 10px;
  padding: 30px;
  flex: 1 1 30%;
}
#Corevalue .coreValueWrap li .textWrap {
  padding-right: 10%;
}
#Corevalue .coreValueWrap li .title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 50px;
}
#Corevalue .coreValueWrap li .text {
  font-size: 17px;
  font-weight: 400;
}
@media all and (max-width: 1536px) {
  #Corevalue .coreValueWrap li .title {
    font-size: calc(30px - 0.25vw);
    margin-bottom: calc(50px - 0.25vw);

    transition: all 0.5s;
  }
  #Corevalue .coreValueWrap li .text {
    font-size: calc(17px - 0.25vw);

    transition: all 0.5s;
  }
}
@media all and (max-width: 1200px) {
  #Corevalue .circleWrapAll .circleOutline {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
  #Corevalue .circleWrapAll .circleInline {
    border-radius: 0px;
    flex-direction: column;
    width: auto;
    height: auto;
    padding: 25px;
  }
  #Corevalue .circleWrapAll .circleOutline.show .circleInline {
    flex-direction: row;
    border-radius: 0px;
    justify-content: center;
  }
  #Corevalue .circleWrapAll .circleOutline.show {
    width: 100%;
    border-radius: 0px;
  }
}
@media all and (max-width: 1080px) {
  h3.coreValueTitle {
    font-size: 20px;
  }
  #Corevalue .coreValueWrap li .title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #Corevalue .coreValueWrap li .text {
    font-size: 15px;
    line-height: 20px;
  }
  #Corevalue .coreValueWrap {
    flex-direction: column;
  }
}
@media all and (max-width: 766px) {
  #Corevalue .circleWrapAll .circleOutline.show .circleInline {
    flex-direction: column;
  }
  #Corevalue .coreValueWrap li {
    flex-direction: column-reverse;
  }
  #Corevalue .coreValueWrap li .img {
    margin-bottom: 10px;
  }
  #Corevalue .coreValueWrap li .img img {
    height: 65px;
  }
}

/* 일하는방식 */
#Ant {
  min-height: 1150px;
}
#Ant #subTopImg .circleWrapAll {
  display: flex;
  gap: 30px;
  margin-top: 80px;
}
#Ant #subTopImg .circleWrapAll .circleWrap:nth-child(even) {
  margin-top: 50px;
}
#Ant #subTopImg .circleWrapAll .circleWrap {
  opacity: 0;
  transform: translateY(-20px);
  animation: textFadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
}
#Ant #subTopImg .circleWrapAll .circleWrap .circleInline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#Ant #subTopImg .circleWrapAll .circleWrap:nth-child(1) {
  animation-delay: 0.5s;
}
#Ant #subTopImg .circleWrapAll .circleWrap:nth-child(2) {
  animation-delay: 1s;
}
#Ant #subTopImg .circleWrapAll .circleWrap:nth-child(3) {
  animation-delay: 1.5s;
}
#Ant #subTopImg .circleWrapAll .circleWrap:nth-child(4) {
  animation-delay: 2s;
}
#Ant #subTopImg .circleWrapAll .circleWrap:nth-child(5) {
  animation-delay: 2.5s;
}
#Ant #subTopImg .circleWrapAll .circleWrap span {
  display: block;
  color: #111;
}
#Ant #subTopImg .circleWrapAll .circleWrap .step {
  border-bottom: 1px solid #0c419a;
  color: #0c419a;
  font-size: 17px;
  font-weight: 500;
  margin: 5px 0 15px;
}
#Ant #subTopImg .circleWrapAll .circleWrap .stepTitle {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  padding: 0 50px;
}
@media all and (max-width: 1920px) {
    #Ant {
      min-height: 1100px;
    }
}
@media all and (max-width: 1536px) {
  #Ant #subTopImg .circleWrapAll {
    margin-top: calc(80px - 0.25vw);

    transition: all 0.5s;
  }
  #Ant #subTopImg .circleWrapAll .circleWrap .step {
    font-size: calc(17px - 0.25vw);

    transition: all 0.5s;
  }
  #Ant #subTopImg .circleWrapAll .circleWrap .stepTitle {
    font-size: calc(25px - 0.25vw);
    padding-top: 0;
    padding-right: calc(50px - 0.25vw);
    padding-bottom: 0;
    padding-left: calc(50px - 0.25vw);

    transition: all 0.5s;
  }
}
@media all and (max-width: 1200px) {
  #Ant #subTopImg .circleWrapAll {
    margin-top: 30px;
  }
  #Ant #subTopImg .circleWrapAll .circleWrap:nth-child(even) {
    margin-top: 0px;
  }
  #Ant .circleWrapAll .circleOutline {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
  #Ant .circleWrapAll .circleInline {
    border-radius: 0px;
    flex-direction: column;
    width: auto;
    height: auto;
    padding: 25px;
  }
  #Ant .circleWrapAll .circleOutline.show .circleInline {
    flex-direction: row;
    border-radius: 0px;
    justify-content: center;
  }
  #Ant .circleWrapAll .circleOutline.show {
    width: 100%;
    border-radius: 0px;
  }
  #Ant .circleWrapAll .circleOutline.show .title {
    margin-bottom: 10px;
  }
  #Ant #subTopImg .circleWrapAll .circleWrap span img {
    height: 30px;
  }
  #Ant #subTopImg .circleWrapAll .circleWrap .step {
    font-size: 15px;
  }
  #Ant #subTopImg .circleWrapAll .circleWrap .stepTitle {
    font-size: 20px;
  }
}
@media all and (max-width: 1200px) {
  #Ant {
    min-height: 500px;
  }
}

/*인재상*/
#Talent {
  min-height: 1150px;
}
#Talent #subTopImg .textWrap p {
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 32px;
  opacity: 0;
  transform: translateY(-20px);
  animation-delay: 1s;
  animation: textFadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  font-weight: 500;
  padding-top: 20px;
  height: 80px;
  white-space: nowrap;
}
#Talent #subTopImg .textWrap p span {
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: 100%;
  background-image: linear-gradient(
    180deg,
    transparent 50%,
    rgba(105, 149, 220, 0.4) 0
  );
  padding: 0 10px;
}
#Talent .circleWrapAll .title {
  min-width: 170px !important;
}
#Talent .circleWrapAll .circleOutline.show .title {
  position: static;
  transform: none;
  padding-left: 15px;
}
#Talent .circleWrapAll .circleOutline.show .text {
  opacity: 1;
  transition-delay: 0.5s;
}
#Talent .circleWrapAll .text {
  padding-left: 0px !important;
}
#Talent .circleWrapAll .circleOutline.show .circleInline {
  border-radius: 111px;
}
#Talent .circleWrapAll .circleOutline.show {
  width: 600px;
  border-radius: 126px;
  transition: all 0.5s;
}
#Talent #subTopImg .textWrap p {
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
  opacity: 0;
  transform: translateY(-20px);
  animation-delay: 1s;
  animation: textFadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  font-weight: 500;
  padding-top: 20px;
  white-space: nowrap;
}
@media all and (max-width: 1920px) {
    #Talent {
      min-height: 1100px;
    }
}
@media all and (max-width: 1536px) {
  #Talent #subTopImg .textWrap p {
    font-size: calc(21px - 0.25vw);
    line-height: calc(32px - 0.25vw);
    padding-top: calc(20px - 0.25vw);

    transition: all 0.5s;
  }
}
@media all and (max-width: 1200px) {
  #Talent .circleWrapAll .circleOutline.show .title {
    padding-left: 0;
  }
}
@media all and (max-width: 1080px) {
  #Talent {
    min-height: 500px;
  }
  #Talent #subTopImg .textWrap p {
    font-size: 18px;
    line-height: 27px;
    padding-top: 10px;
    height: auto;
  }
}

/* ESG */
.sliderAll {
  width: 1200px;
  height: 700px;
  margin: 0 auto 200px;
  position: relative;
}
.sliderAll.swiper-container {
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
}
.sliderAll.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.sliderAll.swiper-container .swiper-wrapper .swiper-slide .titleWrap {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% - 100px);
  padding: 30px 50px;
  cursor: pointer;
  display: none;
}
.sliderAll.swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .titleWrap {
  display: block;
}
.sliderAll.swiper-container .swiper-wrapper .swiper-slide .titleWrap .text {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  text-align: left;

  height: 100%;
  display: flex;
  flex-direction: column;
}
.sliderAll.swiper-container
  .swiper-wrapper
  .swiper-slide
  .titleWrap
  .text
  .inner {
  display: flex;
  flex-direction: column;
}
.sliderAll.swiper-container
  .swiper-wrapper
  .swiper-slide
  .titleWrap
  .text
  .hidden {
  height: 0;
  opacity: 0;
  transition: height 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.sliderAll.swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .active
  .hidden {
  height: 135px;
  opacity: 1;
  transition: height 0.1s ease-in-out, opacity 0.5s ease-in-out;
}
.sliderAll.swiper-container .swiper-wrapper .swiper-slide .img {
  position: absolute;
  z-index: 1;
  height: 100%;
}
.sliderAll.swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sliderAll .swiper-button-next,
.sliderAll .swiper-button-prev {
  color: #000;
}
.sliderAll .swiper-slide-duplicate,
.sliderAll .swiper-slide {
  background-position: center center;
  background-size: cover;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}
.sliderAll .swiper-slide-duplicate .description,
.sliderAll .swiper-slide-duplicate .title,
.sliderAll .swiper-slide .description,
.sliderAll .swiper-slide .title {
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.sliderAll .swiper-slide-duplicate-active .description,
.sliderAll .swiper-slide-duplicate-active .title,
.sliderAll .swiper-slide-active .description,
.sliderAll .swiper-slide-active .title {
  opacity: 1;
}
.sliderAll .swiper-slide-duplicate-active .title,
.sliderAll .swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  transition: opacity 0.5s ease 0.75s;
}
.sliderAll .swiper-slide-duplicate-active .description,
.sliderAll .swiper-slide-active .description {
  display: inline-block;
  border-radius: 50px;
  padding: 0 20px;
  font-size: 15px;
  background: #fff;
  margin-bottom: 8px;
  margin-left: -5px;
  color: #121212;
  transition: opacity 0.5s ease 0.5s;
}
.sliderAll .swiper-button-prev,
.sliderAll .swiper-container-rtl .swiper-button-next {
  left: -63px;
}
.sliderAll .swiper-button-next,
.sliderAll .swiper-container-rtl .swiper-button-prev {
  right: -63px;
}
.sliderAll .swiper-container-horizontal > .swiper-pagination-bullets,
.sliderAll .swiper-pagination-custom,
.sliderAll .swiper-pagination-fraction {
  text-align: right;
  left: auto;
  top: -6px;
}
.sliderAll .swiper-button-prev:after,
.sliderAll .swiper-rtl .swiper-button-next:after,
.sliderAll .swiper-button-next:after,
.sliderAll .swiper-rtl .swiper-button-prev:after {
  display: none;
  width: 55px;
  height: 107px;
}
.sliderAll .swiper-slide.swiper-slide-prev,
.sliderAll .swiper-slide.swiper-slide-next {
  opacity: 0.3;
}
@media all and (max-width: 1536px) {
  .sliderAll {
    width: 900px;
    height: 550px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: calc(200px - 0.25vw);
    margin-left: auto;

    transition: all 0.5s;
  }
  .sliderAll.swiper-container .swiper-wrapper .swiper-slide .titleWrap {
    padding-top: 30px;
    padding-right: auto;
    padding-bottom: calc(30px - 0.25vw);
    padding-left: auto;

    transition: all 0.5s;
  }
  .sliderAll .swiper-slide-duplicate-active .description,
  .sliderAll .swiper-slide-active .description {
    padding-top: 0;
    padding-right: calc(20px - 0.25vw);
    padding-bottom: 0;
    padding-left: calc(20px - 0.25vw);
    font-size: calc(15px - 0.25vw);
    margin-bottom: calc(8px - 0.25vw);

    transition: all 0.5s;
  }
  .sliderAll .swiper-slide-duplicate-active .title,
  .sliderAll .swiper-slide-active .title {
    margin-bottom: calc(0.5rem - 0.25vw);
    font-size: calc(30px - 0.25vw);

    transition: all 0.5s;
  }
  .sliderAll.swiper-container .swiper-wrapper .swiper-slide .titleWrap .text {
    font-size: calc(18px - 0.25vw);
    line-height: calc(30px - 0.25vw);

    transition: all 0.5s;
  }
}
@media all and (max-width: 1200px) {
  .sliderAll {
    width: 1024px;
    margin: 0 auto 100px;
  }
}
@media all and (max-width: 1080px) {
  .sliderAll.swiper-container
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .active
    .hidden {
    height: 100%;
  }
}
@media all and (max-width: 1024px) {
  .sliderAll {
    width: calc(100% - 200px);
    height: 550px;
    margin: 0 100px 50px;
  }
  .sliderAll .swiper-slide-duplicate-active .title,
  .sliderAll .swiper-slide-active .title {
    font-size: 20px;
  }
  .sliderAll.swiper-container .swiper-wrapper .swiper-slide .titleWrap {
    padding: 20px 30px;
    width: calc(100% - 60px);
  }
  .sliderAll.swiper-container .swiper-wrapper .swiper-slide .titleWrap .text {
    font-size: 15px;
    line-height: 21px;
  }
}
@media all and (max-width: 766px) {
  .sliderAll {
    width: calc(100% - 10%);
    margin: 0 5% 50px;
  }
  .sliderAll .swiper-button-prev,
  .sliderAll .swiper-container-rtl .swiper-button-next {
    top: 40%;
    left: -3%;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
  }
  .sliderAll .swiper-button-next,
  .sliderAll .swiper-container-rtl .swiper-button-prev {
    top: 40%;
    right: -3%;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
  }
  .sliderAll .swiper-button-prev img,
  .sliderAll .swiper-container-rtl .swiper-button-next img,
  .sliderAll .swiper-button-next img,
  .sliderAll .swiper-container-rtl .swiper-button-prev img {
    height: 18px;
  }
  .sliderAll .swiper-button-prev img,
  .sliderAll .swiper-container-rtl .swiper-button-next img {
    margin-right: 2px;
  }
  .sliderAll .swiper-button-next img,
  .sliderAll .swiper-container-rtl .swiper-button-prev img {
    margin-left: 2px;
  }
}

/* 비영리사업-공통 */
#subTitleWrap.fix {
  animation: none;
}
#subTitleWrap.wel h2 {
  padding: 60px 5% 20px;
}
@media all and (max-width: 766px) {
  #AjuPhilosophyTab.tab_st01 .inner li a {
    font-size: 13px;
  }
}

/* 비영리사업-소개 */
#AjuPhilosophy {
  min-height: 1150px;
}
#subTitleWrap.AjuPhilosophy h2 {
  padding: 160px 5% 50px;
}
#AjuPhilosophy .circleWrapAll {
  margin-top: 50px;
}
#AjuPhilosophy .circleWrapAll .circleOutline {
  opacity: 0;
  transform: translateY(-20px);
  animation: textFadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
}
#AjuPhilosophy .circleWrapAll .title {
  min-width: 160px;
}
#AjuPhilosophy .circleWrapAll .text strong {
  color: #0c419a;
  margin-right: 5px;
  display: block;
}
#AjuPhilosophy .circleWrapAll > div:nth-child(2) .text strong {
  display: block;
}
#AjuPhilosophy .circleWrapAll > div:nth-child(2) .circleOutline {
  animation-delay: 0.5s;
}
#AjuPhilosophy .circleWrapAll > div:nth-child(3) .circleOutline {
  animation-delay: 1s;
}
#AjuPhilosophy .circleWrapAll .circleOutline.show .title {
  position: static;
  transform: none;
}
#AjuPhilosophy .circleWrapAll .circleOutline.show .text {
  opacity: 1;
  transition-delay: 0.5s;
}
#AjuPhilosophy .circleWrapAll .circleOutline.show {
  width: 550px;
  border-radius: 126px;
  transition: all 0.5s;
}
#AjuPhilosophy .circleWrapAll .circleOutline.show .circleInline {
  border-radius: 111px;
}
@media all and (max-width: 1920px) {
  #AjuPhilosophy {
    min-height: 1100px;;
  }
}
@media all and (max-width: 1080px) {
  #AjuPhilosophy {
    min-height: 500px;
  }
}

/* 비영리사업-비전체계 */
#AjuPhilosophy .welVision .circleWrapAll {
  margin: 0;
}
#AjuPhilosophy .section_font {
  display: flex;
  border-bottom: 1px solid #fff;
  padding: 35px 0;
}
#AjuPhilosophy .section_font.section_font03 {
  border-bottom: none;
}
#AjuPhilosophy .section_font > .title {
  font-size: 25px;
  min-width: 200px; /* 최소 너비 설정 */
  font-weight: bold;
  text-align: center;
}
#AjuPhilosophy .section_font01 .content_text {
  font-size: 25px;
}
#AjuPhilosophy .section_font02 .content_text {
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}
@media all and (max-width: 1536px) {
  #AjuPhilosophy .section_font > .title {
    font-size: calc(25px - 0.25vw);

    transition: all 0.5s;
  }
  #AjuPhilosophy .section_font01 .content_text {
    font-size: calc(25px - 0.25vw);
  }
  #AjuPhilosophy .section_font02 .content_text {
    font-size: calc(18px - 0.25vw);
    line-height: calc(27px - 0.25vw);
  }
}
@media all and (max-width: 1200px) {
  #AjuPhilosophy .welVision .circleWrapAll {
    flex-direction: row;
  }
  #AjuPhilosophy .circleWrapAll .circleOutline {
    border-radius: 50% !important;
    width: 200px !important;
    height: 200px;
  }
  #AjuPhilosophy .circleWrapAll .circleInline {
    border-radius: 50% !important;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px;
    display: flex;
    align-items: center;
    padding: 0;
  }
  #AjuPhilosophy .section_font .title {
    font-size: 20px;
  }
  #AjuPhilosophy .section_font01 .content_text {
    font-size: 20px;
  }
  #AjuPhilosophy .section_font02 .content_text {
    font-size: 15px;
    line-height: 25px;
  }
}
@media all and (max-width: 960px) {
  #AjuPhilosophy .circleWrapAll .circleOutline {
    width: 150px !important;
    height: 150px;
  }
}
@media all and (max-width: 766px) {
  #AjuPhilosophy .section_font {
    flex-direction: column;
  }
  #AjuPhilosophy .section_font .title {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 550px) {
  #AjuPhilosophy .circleWrapAll {
    gap: 15px;
  }
  #AjuPhilosophy .welVision .circleWrapAll {
    flex-direction: column;
  }
  #AjuPhilosophy .circleWrapAll .circleOutline {
    width: 100% !important;
    height: 100%;
    border-radius: 0px !important;
  }
  #AjuPhilosophy .circleWrapAll .circleInline {
    border-radius: 0px !important;
    flex-direction: column;
    width: auto;
    height: auto;
    padding: 25px;
  }
}

/* 비영리사업-이사회 */
#AjuPhilosophy #jhk .con01 {
  padding: 100px 0;
}
#AjuPhilosophy #jhk .con h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 700;
}
#AjuPhilosophy #jhk .con01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#AjuPhilosophy #jhk .con01 ul li {
  display: flex;
  flex-direction: column;
  width: calc(20% - 30px);
  text-align: center;
  margin: 15px;
}
#AjuPhilosophy #jhk .con01 ul li span {
  display: block;
}
#AjuPhilosophy #jhk .con01 ul li > .wrap {
  display: block;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
#AjuPhilosophy #jhk .con01 ul li > .wrap span:nth-child(1) {
  border-bottom: 1px solid #ddd;
  background: #dde7ed;
  padding: 6% 0;
}
#AjuPhilosophy #jhk .con01 ul li > .wrap span:nth-child(2) {
  color: #777777;
  background: #fff;
  padding: 6% 0;
}
@media all and (max-width: 1080px) {
  #AjuPhilosophy #jhk .con h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #AjuPhilosophy #jhk .con01 ul {
    gap: 15px;
  }
  #AjuPhilosophy #jhk .con01 ul li {
    flex: 1 1 40%;
    margin: 0;
  }
  #AjuPhilosophy #jhk .con01 ul li > .wrap span:nth-child(1),
  #AjuPhilosophy #jhk .con01 ul li > .wrap span:nth-child(2) {
    padding: 2% 0;
    font-size: 15px;
  }
}
@media all and (max-width: 766px) {
  #AjuPhilosophy #jhk .con01 {
    padding: 50px 0;
  }
}
@media all and (max-width: 374px) {
  #AjuPhilosophy #jhk .con01 ul li {
    flex: 1 1 100%;
  }
  #AjuPhilosophy #jhk .con01 ul li > .wrap {
    display: flex;
    align-items: center;
    background: #fff;
  }
  #AjuPhilosophy #jhk .con01 ul li > .wrap span:nth-child(1) {
    width: 30%;
  }
  #AjuPhilosophy #jhk .con01 ul li > .wrap span:nth-child(2) {
    width: 70%;
  }
}

/* 비영리사업-재무현황 */
#AjuPhilosophy #jhk.AjuPhilosophy04 .con.con01 {
  padding: 100px 0 50px 0;
}
#AjuPhilosophy #jhk.AjuPhilosophy04 .con {
  padding: 50px 0;
}
#AjuPhilosophy #jhk.AjuPhilosophy04 .con:last-child {
  padding: 50px 0 100px 0;
}
