#header{
  top: 0;
}
#header .get-support{
	color: #fff; 
  animation: changeColorOnce 0.001s .8s 1 forwards;
}

@keyframes changeColorOnce {
    0% {
        color: #fff;
    }
    100% {
        color: #222;
    }
}
/* sub_visual */
.sub_visual{
  height: 320px;
  /* padding: 125px 0; */
  position: relative;
}

.sub_visual .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_visual .sub-vi-img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

/* HANSSAK 페이지 */
.sub_visual .sub-vi-img.v1{
  background-image: url(/asset/img/sub/visual/sub_visual01.png);
}
.sub_visual .sub-vi-img.v2{
  background-image: url(/asset/img/sub/visual/sub_visual02.png);
}
.sub_visual .sub-vi-img.v3{
  background-image: url(/asset/img/sub/visual/sub_visual03.png);
}
.sub_visual .sub-vi-img.v4{
  background-image: url(/asset/img/sub/visual/sub_visual04.png);
}
.sub_visual .sub-vi-img.v5{
  background-image: url(/asset/img/sub/visual/sub_visual05.png);
}
.sub_visual .sub-vi-img.v6{
  background-image: url(/asset/img/sub/visual/sub_visual06.png);
}
.sub_visual .sub-vi-img.v7{
  background-image: url(/asset/img/sub/visual/sub_visual07.png);
}
.sub_visual .sub-vi-img.v8{
  background-image: url(/asset/img/sub/visual/sub_visual08.png);
}
.sub_visual .sub-vi-img.v9{
  background-image: url(/asset/img/sub/visual/sub_visual09.png);
}
.sub_visual .sub-vi-img.v10{
  background-image: url(/asset/img/sub/visual/sub_visual10.png);
}
.sub_visual .sub-vi-img.v11{
  background-image: url(/asset/img/sub/visual/sub_visual11.png);
}
.sub_visual .sub-vi-img.v12{
  background-image: url(/asset/img/sub/visual/sub_visual12.png);
}
.sub_visual .sub-vi-img.v13{
  background-image: url(/asset/img/sub/visual/sub_visual13.png);
}
.sub_visual .sub-vi-img.v14{
  background-image: url(/asset/img/sub/visual/sub_visual14.png);
}
.sub_visual .sub-vi-img.v15{
  background-image: url(/asset/img/sub/visual/sub_visual15.png);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sub_visual .sub-visual-txt{
  line-height: 1;
}
.sub_visual .text-up {
  position: relative;
  text-align: center;
  z-index: 10;
    opacity: 0; 
    transform: translateY(20px);    
    animation-name: fadeIn;
    animation-duration: .9s;        /* 애니메이션 지속 시간 (예: 1.5초) */
    animation-timing-function: ease-out; /* 애니메이션 속도 곡선 (천천히 시작) */
    animation-delay: .7s;           /* 페이지 로드 후 0.5초 지연 후 시작 */
    animation-fill-mode: forwards;   /* 애니메이션 종료 후 마지막 상태(opacity: 1) 유지 */
}
.sub_visual .tag-box{
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 0 auto;
  display: inline-block;
}
.sub_visual .tit-box{
  animation-delay: 0.9s;
  margin: 25px 0;
}
.sub_visual .txt-box{animation-delay: 1.1s; }

.main-tit-flex{
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-tit-flex .circle-num{
  border-radius: 50%;
  background-color: #0051C7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-tit-flex .circle-num.wh-60{
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.main-tit-flex .circle-num.wh-40{
  width: 40px;
  min-width: 40px;
  height: 40px;
}

@media all and (max-width:1200px){
  .main-tit-flex .circle-num.wh-60{
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}

@media all and (max-width:576px){
  .main-tit-flex{
    gap:10px;
  }
  .main-tit-flex .circle-num{
    width: 33px;
    min-width: 33px;
    height: 33px;
  }
}

@media all and (max-widtH:1440px){
}

@media all and (max-width:1024px){
  .sub_visual{
    height: 230px;
    /* padding: 100px 0; */
  }
}

@media all and (max-width: 1400px) {
}

@media all and (max-width: 1000px) {
}

@media all and (max-width:768px){
  .sub_visual .txt-box{
    font-size: 1.6rem;
  }
}

/* HANSSAK > 회사개요 */
.company-sec02-area{
  display: flex;
  flex-wrap: wrap;
  gap: 200px;
}

.company-sec02-area .lt-area{
  width: 365px;
  min-width: 365px;
}
.company-sec02-area .rt-area{
  width: calc(100% - 565px);
}
.company-sec02-area .ci-btn-area .down-btn{
  padding: 18px 30px;
  border: 1px solid #CACACA;
  border-radius: 5px;
  background-color: #f5f5f5;
  justify-content: space-between;
  flex-direction: row-reverse;
  color: #222;
}

.ci-btn-area{
  display: flex;
  gap: 10px;
}
.ci-btn-area .down-btn{
  width: calc(33.333% - 6.666px);
  padding: 15px 0;
  border-radius: 50px;
  border: 1px solid #cacaca;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  gap: 20px;
  transition: .5s;
}

.ci-btn-area .down-btn .i-con{
  filter: invert(39%) sepia(16%) saturate(14%) hue-rotate(353deg) brightness(99%) contrast(96%);
  transition: .5s;
}

.ci-btn-area .down-btn:hover{
  background-color: #0051C7;
  border-color: #0051C7;
  color: #fff;
}
.ci-btn-area .down-btn:hover .i-con{
  filter: invert(98%) sepia(1%) saturate(0%) hue-rotate(39deg) brightness(116%) contrast(100%);
}

.company-sec04-area{
  border-radius: 20px;
  background-color: #005850;
  padding-right: 130px;
  display: flex;
  justify-content: flex-end;
}

.company-sec05-area{
  display: flex;
}
.company-sec05-area .tit-box{
  width: calc(100% - 800px);
}
.company-sec05-area .rt-area{
  width: 800px;
}
.company-sec05-area .info-list{
  border-top: 1px solid #CACACA;
}
.company-sec05-area .info-li{
  border-bottom: 1px solid #CACACA;
  padding: 23px;
  display: flex;
}
.company-sec05-area .info-li .info-tit{
  min-width: 190px;
  width: 190px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.company-sec05-area .info-li .info-txt{
  width: calc(100% - 190px);
}

@media all and (max-width:1024px){
  .company-sec02-area{
    gap: 10px;
  }
  .company-sec02-area .lt-area,
  .company-sec02-area .rt-area{
    width: 100%;
  }
  .company-sec02-area .ci-btn-area .down-btn{
    padding: 15px;
  }
  .ci-btn-area{
    gap: 5px;
  }
  .ci-btn-area .down-btn{
    gap: 5px;
    width: calc(33.333% - 3.3333px);
  }

  .company-sec04-area{
    padding-right: 0;
    justify-content: center;
  }
  
  .company-sec05-area{
    flex-wrap: wrap;
    gap: 30px;
  }
  .company-sec05-area .tit-box,
  .company-sec05-area .rt-area{
    width: 100%;
  }
  .company-sec05-area .info-li{
    padding: 15px 10px;
  }
}

@media all and (max-width:768px){
  .company-sec05-area .info-li .info-tit{
    width: 120px;
    min-width: 120px;
  }
  .company-sec02-area .ci-btn-area .down-btn{
    flex-direction: column-reverse;
    padding: 10px;
  }
  .company-sec02-area .ci-btn-area .down-btn i img{
    max-height: 15px;
  }
  .company-sec05-area .info-li .info-txt{
    width: calc(100% - 120px);
  }
}

/* HANSSAK > CEO 인사말 */
.ceo-hello-area{
  display: flex;
}

.ceo-hello-area .lt-hello,
.ceo-hello-area .rt-hello{
  width: 50%;
}
.ceo-hello-area .rt-hello .rt-txt{
  letter-spacing: -0.05em;
}

.ceo-new-hello .ceo-sign{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.company-info-area{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
}
.company-info-area .info-div{
  width: 20%;;
  padding: 55px 0 50px;
  position: relative;
}
.company-info-area .info-div + .info-div:before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #cacaca;
  content: '';
}
.company-info-area .i-con{
  width: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.ceo-new-hello{
  display: flex;
  gap: 30px 90px;
  flex-wrap:wrap;
}
.ceo-new-hello .lt-txt{
  width: 50%;
  letter-spacing: -0.0625em;
}
.ceo-new-hello .rt-img{
  width: calc(50% - 90px);
}

/* CEO 인사말 (경영철학) */
.chul-hak-new .chul-hak-tit{
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #723EE8 0%, #0051C7 100%);
  border-radius: 20px 20px 0 0;
}
.chul-hak-new .chul-hak-tit .tit,
.chul-hak-new .chul-hak-tit .txt {
  padding: 20px 0;
}
.chul-hak-new .chul-hak-tit .txt{padding-right: 170px;}
.chul-hak-new .chul-hak-tit .tit {
  position: relative;
}

.chul-hak-new .chul-hak-tit .tit:before {
  content: '';
  width: 30px;
  height: 14px;
  background: url(/asset/img/sub/hanssak/ceo/ico-arw01.png)no-repeat center center /cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 1;
}

.chul-hak-new .chul-box {
  display: flex;
  align-items: center;
}
.chul-hak-new .air-chul-box {
            transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
              opacity: 0;
            transform: translateY(50px);
}
.chul-hak-new .air-chul-box.active{
            opacity: 1;
            transform: translateY(0);

}

.chul-hak-new .tit {
  width: 250px;
  min-width: 250px;
}

.chul-hak-new .txt-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
}
.chul-hak-new .txt-box.bg01{background-image: url(/en/asset/img/sub/hanssak/company/newbg-01-new01.png);}
.chul-hak-new .txt-box.bg02{background-image: url(/en/asset/img/sub/hanssak/company/newbg-02-new01.png);}
.chul-hak-new .txt-box.bg03{background-image: url(/en/asset/img/sub/hanssak/company/newbg-03-new01.png);}
.chul-hak-new .txt-box.bg04{background-image: url(/en/asset/img/sub/hanssak/company/newbg-04-new01.png);}
.chul-hak-new .chul-box .txt-box.bg05{
  aspect-ratio:auto;
  padding: 0;
}
.chul-hak-new .txt-box.bg05 .txt{
  border-radius: 30px;
  overflow: hidden;
  padding: 30px 0 0;
  aspect-ratio: 1/0.692;
  background: url(/asset/img/sub/hanssak/company/newbg-05-new01.png)no-repeat top left /cover;
}

.chul-hak-new .chul-box .txt-box {
  padding: 25px 0 0;
  aspect-ratio: 1/0.086;
}

.chul-hak-new .chul-box .txt-box .txt{
  display: flex;
  align-items: center;
  justify-content: center;
}
.chul-hak-new .txt-box.item01 .txt {
  width: 100%;
}

.chul-hak-new .txt-box.item02 .txt {
  width: 50%;
  position: relative;
}
.chul-hak-new .txt-box.item04 .txt{
  width: 25%;
  position: relative;
}
.chul-hak-new .txt-box.bg05{
  gap: 12.25px;
}
.chul-hak-new .txt-box.bg05 .txt {
  width: calc(25% - 9.3375px);
  position: relative;
}
.chul-hak-new .txt-box.item02 .txt+.txt:before,
.chul-hak-new .txt-box.item04 .txt+.txt:before{
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: rgba(255, 255, 255, .6);
}

.chul-hak-new .chul-box .air-box {
  position: relative;
  aspect-ratio: auto;
}

.chul-hak-new .air-box .air-txt {
  position: absolute;
  left: 50%;
  top: calc(50% + 35px);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

@media all and (max-width:1200px){
    .chul-hak-new .tit {
    width: 150px;
    min-width: 150px;
  }
  .chul-hak-new .txt-box,
  .chul-hak-new .txt-box.bg05 .txt{
    border-radius: 15px;
  }
}

@media all and (max-width:1024px) {
  .company-info-area .info-div {
    width: 33.333%;
    padding: 30px 0 25px;
  }

  .company-info-area .info-div:nth-child(4):before {
    content: none;
  }

  .ceo-new-hello .lt-txt {
    width: 100%;
  }

  .ceo-new-hello .rt-img {
    width: 100%;
    text-align: center;
  }


}

@media all and (max-width:800px) {
  .chul-hak-new .air-box .air-txt{
    top: calc(50% + 10px);
  }
  .ceo-hello-area {
    flex-wrap: wrap;
    gap: 30px;
  }

  .ceo-hello-area .lt-hello,
  .ceo-hello-area .rt-hello {
    width: 100%;
  }

  .chul-hak-new .chul-box {
    flex-direction: column;
    gap: 15px 0;
  }

  .chul-hak-new .tit {
    width: 85px;
    min-width: 85px;
  }

  .chul-hak-new .chul-box .tit {
    width: 100%;
    min-width: 100%;
    text-align: left;
    padding: 0 10px;
  }

  .chul-hak-new .txt-box.bg05{
    gap: 10px;
  }
  .chul-hak-new .txt-box.bg05 .txt {
    width: calc(50% - 5px);
  }
.chul-hak-new .txt-box.item04{
  padding: 50px 0 10px;
  border-radius: 20px;
}
.chul-hak-new .txt-box.item04 .txt{
  width: 50%;
}
  /* .chul-hak-new .txt-box.item04 .txt:nth-child(3):before {
    content: none;
  } */

  /* .chul-hak-new .txt-box.item04 .txt:nth-child(n+3):after {
    width: 80%;
    height: 1px;
    left: 50%;
    top: -7.5px;
    background-color: rgba(255, 255, 255, .8);
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
  } */

  .chul-hak-new .chul-box .txt-box{
    aspect-ratio: auto;
    padding: 50px 0 20px;
  }
  .chul-hak-new .chul-box .air-box{
    padding: 0;
  }
}

@media all and (max-width:576px){
  .ceo-hello-area{
    gap: 15px;
  }
  .ceo-new-hello .ceo-sign img{height: 55px;}
  .company-info-area .info-div{
    width: 50%;
    padding: 15px 10px 10px;
  }
  .company-info-area .info-div:nth-child(odd):before{
    content: none;
  }
  .company-info-area .info-div:nth-child(4):before{
    content: '';
  }
  .company-info-area{
    gap: 10px 0;
  }
  .company-info-area .i-con{
    width: 30px;
  }
  .chul-hak-new .chul-hak-tit .tit:before{
    width: 15px;
    height: 7px;
    right: 10px;
  }
}

.item-flex-list{
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.item-flex-list.item04 .item{
  width: calc(25% - 30px);
}
.item-flex-list.item03 .item{
  width: calc(33.333% - 26.666px);
}
.item-flex-list.item02 .item{
  width: calc(50% - 20px);
}

.item-flex-list.item02 .item.w30{
  width: calc(30% - 20px);
}
.item-flex-list.item02 .item.w70{
  width: calc(70% - 20px);
}
.item-flex-list.item02 .item.w100{
  width: 100%;
}


.item-flex-list.item01 .item{
  width: 100%;
}

.item-flex-list .item{
  background-color: var(--bg);
}
.item-flex-list .item.border-radius-20{
  border-radius: 20px;
}

.miss-visi-area .mivi-box{
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #cacaca;
  padding: 100px 0;
  text-align: center;
}
.miss-visi-area .img-box{
  margin: 50px auto;
  width: 90%;
  max-width: 223px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

@media all and (max-width:768px){
  .miss-visi-area .mivi-box{
    padding: 50px 0;
  }

  .miss-visi-area .img-box{
    max-width: 130px;
    margin: 20px auto;
  }
  .item-flex-list.item02 .item,
  .item-flex-list.item03 .item,
  .item-flex-list.item04 .item{
    width: calc(50% - 10px);
  }
  
  .item-flex-list.item02 .item.w30{
    width: calc(30% - 10px);
  }
  .item-flex-list.item02 .item.w70{
    width: calc(70% - 10px);
  }
  .item-flex-list{
    gap: 20px;
  }
}


@media all and (max-width:576px){
  .miss-visi-area .mivi-box{
    padding: 25px;
  }
  .miss-visi-area .img-box{
    max-width: 100px;
  }
  .miss-visi-area .tit-box{
    font-size: 1.8rem;
  }
  .miss-visi-area .txt-box{
    font-size: 1.6rem;
  }
  .item-flex-list .item.fs-28{
    font-size: 1.6rem;
  }
  .item-flex-list .item.mo-w100{
    width: 100%;
  }
}


/* HANSSAK > 연혁 */
.history-con01-area .his-list{
  position: relative;
}
.history-con01-area .his-list:before{
  width: 1px;
  letter-spacing: 260px;
  height: 100%;
  background-color: #CACACA;
  content: '';
  position: absolute;
  left: 260px;
  top: 35px;
}


.history-con01-area .his-box{
  display: flex;
  padding-bottom: 100px;
}


.history-con01-area .year-box{
  width: 260px;
  min-width: 60px;
  position: relative;
}
.history-con01-area .year-box:before{
  position: absolute;
  right: 0;
  top: 26.5px;
  content: '';
  width: 13px;
  height: 13px;
  border: 2px solid #cacaca;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(50%);
}
.history-con01-area .year-box:after{
  position: absolute;
  right: 0;
  top: 22px;
  content: '';
  width: 23px;
  height: 23px;
  background-color: rgba(0, 81, 199,.2);
  border-radius: 50%;
  transform: translateX(50%);
  opacity: 0;
}
.history-con01-area .on .year-box:before{
  border-color: #0051C7;
  background-color: #0051C7;
}
.history-con01-area .on .year-box:after{
  opacity: 1;
}

.history-con01-area .month-list{
  margin-top: 20px;
  width: calc(100% - 260px);
  padding-left: 85px;
}
.history-con01-area .month-box{
  display: flex;
}
.history-con01-area .month-box + .month-box{
  margin-top: 20px;
}
.history-con01-area .month-box .month-num{
  width: 65px;
  min-width: 65px;
  font-family: 'Pretendard', sans-serif;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  /* margin-top: 3px; */
}

.history-con01-area .month-img{
  display: flex;
  gap: 5px;
  align-items: center;
}
.history-con01-area .month-img img{
  height: 105px;
}

@media all and (max-width:1200px){
  .history-con01-area .year-box{
    width: 180px;
    min-width: 180px;
  }
  .history-con01-area .month-list{
    width: calc(100% - 180px);
    padding-left: 50px;
  }
  .history-con01-area .his-list:before{
    left: 180px;
    top: 25px;
  }
  .history-con01-area .month-list{
    margin-top: 10px;
  }
  .history-con01-area .year-box:before{
    top: 20px;
  }
  .history-con01-area .year-box:after{
    top: 15px;
  }
  .history-con01-area .his-box{
    padding-bottom: 80px;
  }
}

@media all and (max-width:768px){
  .history-con01-area .year-box{
    width: 110px;
    min-width: 110px;
  }
  .history-con01-area .month-list{
    width: calc(100% - 110px);
    padding-left: 30px;
  }
  .history-con01-area .his-list:before{
    left: 110px;
    top: 15px;
  }
  .history-con01-area .month-list{
    margin-top: 3px;
  }
  .history-con01-area .year-box:before{
    top: 9px;
    width: 10px;
    height: 10px;
  }
  .history-con01-area .year-box:after{
    top: 5px;
    width: 18px;
    height: 18px;
  }
  .history-con01-area .month-box + .month-box{
    margin-top: 10px;
  }
  .history-con01-area .his-box{
    padding-bottom: 50px;
  }
}


@media all and (max-width:576px){
  .history-con01-area .year-box{
    width: 90px;
    min-width: 90px;
  }
  .history-con01-area .month-list{
    width: calc(100% - 90px);
    padding-left: 23px;
  }
  .history-con01-area .his-list:before{
    left: 90px;
    top: 15px;
  }
  .history-con01-area .month-list{
    margin-top: 3px;
  }
  .history-con01-area .year-box:before{
    top: 6.5px;
  }
  .history-con01-area .year-box:after{
    top: 3px;
  }
  .history-con01-area .month-box + .month-box{
    margin-top: 10px;
  }

  .history-con01-area .month-box .month-num{
    width: 40px;
    min-width: 40px;
    margin-top: 2px;
  }
}

/* HANSSAK > 오시는길 */
.location-con01-area .google-map{
  height: 580px;
  border-radius: 20px;
  overflow: hidden;
}

.location-con01-area .foma-box{
  display: flex;
}
.location-con01-area .foma-box .ico-tit{
  width: 230px;
  min-width: 230px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0051C7;
  border-radius: 500px;
  gap: 5px;
}

.location-con01-area .foma-box .ico-txt{
  margin-top: 8px;
  margin-left: 30px;
}

.location-con01-area .text-sero-line{
  position: relative;
}
.location-con01-area .text-sero-line:after{
  display: inline-block;
  margin: 0 5px;
  width: 2px;
  height: 19px;
  background-color: #000;
  content: '';
}

.location-con02-area{
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 30px 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
}
.location-con02-area .info-cont{
  padding: 0 0 0 30px;
  display: flex;
  align-items: center;
  gap:20px;
  width: 33.333%;
}
.location-con02-area .info-cont + .info-cont{
  border-left: 1px solid #cacaca;
}
.location-con02-area .info-cont .i-img{
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width:1200px){
  .location-con01-area .text-sero-line:after{
    height: 13px;
  }
  .location-con02-area .info-cont{
    width: 50%;
    padding-left: 0;
    justify-content: center;
  }
  .location-con02-area .info-cont:last-child{
    width: 100%;
    border-left: none;
  }
}

@media all and (max-width:768px){
  .location-con01-area .google-map{
    height: 360px;
  }
}

@media all and (max-width:576px){
  .location-con01-area .foma-box{flex-wrap: wrap;}
  .location-con01-area .foma-box .ico-tit{
    width: 100%;
    min-width: 100%;
    height: 40px;
  }
  .location-con01-area .text-sero-line{
    display: block;
  }
  .location-con01-area .text-sero-line:after{
    display: none;
  }
  .location-con01-area .foma-box .ico-txt{
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .location-con01-area .foma-box .ico-txt p + p{
    margin-top: 10px;
  }
  .location-con02-area .info-cont{
    width: 100%;
  }
  .location-con02-area .info-cont + .info-cont{
    border-left: none;

  }
}

/* Recruit > 채용안내 */
.benefit-con01-area .bene-list{
  border-top: 1px solid #acacac;
}
.benefit-con01-area .bene-box{
  border-bottom: 1px solid #acacac;
  padding: 40px 0;
  display: flex;
}
.benefit-con01-area .bene-num{
  min-width: 90px;
  width: 90px;
  color: #d2d2d2;
}
.benefit-con01-area .bene-cont{
  width: 100%;
}
.benefit-con01-area .bene-tit{
  display: flex;
  align-items: center;
  gap: 35px;
}
.benefit-con01-area .bene-tit .tit-chn{
  position: relative;
}
.benefit-con01-area .bene-tit .tit-chn:before{
  content: '';
  width: 1px;
  height: 35px;
  background-color: #0051C7;
  position: absolute;
  left: -17.5px;
  top: 50%;
  transform: translateY(-50%);
}

.benefit-con02-area .bokji-list{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
}
.benefit-con02-area .item05 .bokji-box{
  width: 20%;
}

.benefit-con03-area{
  border-radius: 20px;
  background-color: #F5F9FF;
  padding: 80px 0;
}

.benefit-con03-area .bokji-list{
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0;
}
.benefit-con03-area .item03 .bokji-box{
  width: 33.333%;
}
.benefit-con03-area .item04 .bokji-box{
  width: 25%;
}
.benefit-con03-area .bokji-box .img-box img{
  filter: drop-shadow(0px 4px 4px rgba(129, 173, 253, 0.2));
}


@media all and (max-width:1200px){
  .benefit-con01-area .bene-num{
    min-width: 70px;
    width: 70px;
  }
}

@media all and (max-width:1024px){
  .benefit-con02-area .bokji-list{
    gap: 30px 0;
  }
  .benefit-con02-area .item05 .bokji-box{
    width: 33.333%;
  }
}

@media all and (max-width:768px){
  .benefit-con01-area .bene-box{
    padding: 20px 0;
  }
  .benefit-con01-area .bene-num{
    min-width: 55px;
    width: 55px;
  }
}


@media all and (max-width:576px){
  .benefit-con01-area .bene-box{
    padding: 10px 0;
  }
  .benefit-con01-area .bene-num{
    min-width: 43px;
    width: 43px;
  }
  .benefit-con01-area .bene-tit{
    gap:20px;
  }
  .benefit-con01-area .bene-tit .tit-chn:before{
    height: 20px;
    left: -10px;
  }
  .benefit-con02-area .bokji-list{
    gap: 15px 0;
  }
  .benefit-con02-area .item05 .bokji-box{
    width: 50%;
  }
  .benefit-con03-area .bokji-list{
    gap: 30px 0;
  }
  .benefit-con03-area .item04 .bokji-box,
  .benefit-con03-area .item03 .bokji-box{
    width: 50%;
  }
}


/* Recruit > 채용공고 */
.posting-con01-area .info-list{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.posting-con01-area .info-list .info-box{
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 25px 0;
  display: flex;
  align-items: center;
  min-height: 202px;
}
.posting-con01-area .info-list .icon-box{
  min-width: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.posting-con01-area .info-list .cont-box{
  padding: 15px 60px;
  border-left: 1px solid #dadada;
}


.posting-con02-area{
  display: flex;
  gap: 40px;
}
.posting-con02-area .step-list{
  width: calc(25% - 30px);
  border-radius: 20px;
  background-color: #f5f9ff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.posting-con02-area .step-list + .step-list:before{
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/asset/img/sub/recruit/posting/posting-arw01.png)no-repeat center center;
  width: 12px;
  height: 20px;
  content: '';
}

.posting-con02-area .img-box img{
  filter: drop-shadow( 0px 4px 4px rgba(129, 173, 253, 0.2) );
}


.bbs-posting .posting-list{
  border-top: 1px solid #d2d2d2;
}
.bbs-posting .posting-list .posting-box{
  padding: 50px 40px;
  display: flex;
  align-items: center;
  gap: 0 50px;
  border-bottom: 1px solid #d2d2d2;
}
.bbs-posting .posting-list .lt-posting{
  width: calc(100% - 250px);
}
.bbs-posting .posting-list .rt-posting{
  width: 200px;
}
.bbs-posting .posting-list .posting-btn{
  width: 100%;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bbs-posting .posting-list .posting-btn.btn-ing{background-color: #0051C7;}
.bbs-posting .posting-list .posting-btn.btn-finish{background-color: #565656;}

.bbs-posting .posting-list .txt-box{
  display: flex;
  align-items: center;
  gap: 40px;
}
.bbs-posting .posting-list .info-txt{
  position: relative;
}
.bbs-posting .posting-list .info-txt + .info-txt:before{
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #191919;
  content: '';
  left: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media all and (max-width:1200px){
  .bbs-posting .posting-list .posting-box{
    gap: 0 30px;
  }
  .bbs-posting .posting-list .lt-posting{
    width: calc(100% - 180px);
  }
  .bbs-posting .posting-list .rt-posting{
    width: 150px;
  }
}

@media all and (max-width:1024px){
  .posting-con01-area .info-list .icon-box{
    min-width: 150px;
    width: 150px;
  }
  .posting-con01-area .info-list .cont-box{
    padding: 15px 20px;
  }

  .posting-con02-area {
    flex-wrap: wrap;
  }
  .posting-con02-area .step-list{
    width: calc(50% - 20px);
  }
  .posting-con02-area .step-list:nth-child(3):before{
    content: none;
  }

  .bbs-posting .posting-list .posting-box{
    padding: 25px 20px;
  }
}

@media all and (max-width:768px){
  .posting-con02-area .step-list{
    padding: 20px;
  }

  .bbs-posting .posting-list .txt-box{
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .bbs-posting .posting-list .info-txt + .info-txt:before{
    content: none;
  }

  .bbs-posting .posting-list .posting-box{
    gap: 0 15px;
  }
  .bbs-posting .posting-list .lt-posting{
    width: calc(100% - 115px);
  }
  .bbs-posting .posting-list .rt-posting{
    width: 100px;
  }
  .bbs-posting .posting-list .posting-btn{
    height: 45px;
  }
}

@media all and (max-width:576px){
  .posting-con01-area .info-list .info-box{
    flex-direction: column;
    padding: 25px;
    min-height: auto;
  }
  .posting-con01-area .info-list .icon-box{
    width: 100%;
    min-width: auto;
  }
  .posting-con01-area .info-list .cont-box{
    border-left: none;
    border-top: 1px solid #dadada;
    text-align: center;
    margin-top: 20px;
    padding: 20px 0 0 0 ;
  }

  .bbs-posting .posting-list .posting-box{
    padding: 20px 15px;
  }
}

/* IR > 공시정보 */
.disclosure-table-area .table-area table{
  width: 100%;
  border-collapse: collapse; 
  border-spacing: 0;
  border: none;
}
.disclosure-table-area .table-area th{
  background-color: #f5f5f5;
  padding: 10px 0;
  border: 1px solid #CACACA;
}
.disclosure-table-area .table-area td{
  border: 1px solid #CACACA;
  text-align: center;
  padding: 10px 0;
}
.disclosure-table-area .table-area th,
.disclosure-table-area .table-area td{
  font-size: 1.9rem;
}

@media all and (max-width:1024px){
  .disclosure-table-area .table-area {
    overflow-x: auto;
  }
  .disclosure-table-area .table-area table{
    min-width: 1000px;
  }
  .disclosure-table-area .table-area th,
  .disclosure-table-area .table-area td{
    font-size: 1.8rem;
  }
}

@media all and (max-width:768px){
  .disclosure-table-area .table-area th,
  .disclosure-table-area .table-area td{
    font-size: 1.5rem;
  }
}

/* SUPPORT > inquiry */
.inquiry-form-area .form-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inquiry-form-area .donw-load-box .down-btn{
  width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #0051C7;
}

.inquiry-form-area .form-box {
  padding-top: 50px;
  border-top: 1px solid #c9c9c9;
}
.inquiry-form-area .inquiry-list-area{
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}
.inquiry-form-area .inquiry-input-list{
  width: 100%;
}
.inquiry-form-area .inquiry-input-list.w50{
  width: calc(50% - 20px);
}
.inquiry-form-area .inquiry-input-list .input-tit{
  display: flex;
  gap: 10px;
  align-items: center;
}
.inquiry-form-area .input-box{
  width: 100%;
  height: 60px;
}
.inquiry-form-area .input-box .in-put,
.inquiry-form-area .input-box .text-area{
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  font-size: 2rem;
}

.inquiry-form-area .textarea-box{
  height: 380px;
}
.inquiry-form-area .input-box .text-area{
  padding: 20px;
  resize: none;
  outline: none;
}
.inquiry-form-area .input-box .text-area.overflow-y-auto{
  overflow-y: auto;
}

.inquiry-form-area .input-box .in-put::placeholder,
.inquiry-form-area .input-box .text-area::placeholder{
  color: #acacac;
}
.inquiry-form-area .email-input{
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1014px;
}
.inquiry-form-area .input-box .sel-ect{
  background: #f5f5f5 url(/asset/img/sub/support/inquiry/ico-selectarw.png)no-repeat right 20px center;
  cursor: pointer;
}
.inquiry-form-area .file-box{
  position: relative;
}
.inquiry-form-area .file-box .in-put{
  padding-right: 250px;
}
.inquiry-form-area .file-box .file-btn{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 230px;
  border-radius: 0 10px 10px 0;
  background-color: #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  z-index: 1;
}
.inquiry-form-area .file-box input[type="file"]{
  display: none;
}

.inquiry-form-area .input-agree-check{
  cursor: pointer;
}
.inquiry-form-area .input-agree-check input[type="checkbox"]{
  display: none;
}

.inquiry-form-area .input-agree-check i{
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #222;
  position: relative;
}

.inquiry-form-area .input-agree-check i:before{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 12px;
  height: 9px;
  background: url(/asset/img/sub/support/inquiry/ico-arw.png)no-repeat center center /cover;
}
.inquiry-form-area .input-agree-check input[type="checkbox"]:checked ~ i{
  background-color: #222;
}
.inquiry-form-area .input-agree-check input[type="checkbox"]:checked ~ i:before{
  content: '';
}
.inquiry-form-area .inquiry-input-btn .inquiry-btn{
  width: 360px;
  height: 60px;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.inquiry-form-area .inquiry-input-btn .inquiry-btn.blue-btn{
  background-color: #0051C7;
}

@media all and (max-width:1024px){
  .inquiry-form-area .inquiry-input-list.w50{
    width: 100%;
  }
}

@media all and (max-width:768px){
  .inquiry-form-area .form-flex{
    flex-direction: column;
    gap: 20px;
  }
  .inquiry-form-area .donw-load-box .down-btn{
    width: 180px;
    height: 50px;
  }
.inquiry-form-area .inquiry-list-area{
  gap: 25px;
}
  .inquiry-form-area .input-box{
    height: 45px;
  }
  .inquiry-form-area .input-box .in-put,
  .inquiry-form-area .input-box .text-area{
    font-size: 1.6rem;
  }

  .inquiry-form-area .textarea-box{
    height: 200px;
  }
  .inquiry-form-area .input-agree-check i{
    width: 16px;
    height: 16px;
  }
  .inquiry-form-area .input-agree-check i:before{
    width: 8px;
    height: 6px;
  }
  .inquiry-form-area .file-box .file-btn{
    width: 180px;
  }
  .inquiry-form-area .file-box .in-put{
    padding-right: 200px;
  }
}

@media all and (max-width:576px){
  .inquiry-form-area .inquiry-input-list .input-tit img{
    height: 15px;
  }
  .inquiry-form-area .email-input{
    flex-wrap: wrap;
  }
  .inquiry-form-area .email-input .mo-w50{
    width: calc(50% - 17.7px);
  }
  .inquiry-form-area .email-input .mo-w100{
    width: 100%;
  }
  .inquiry-form-area .input-box .in-put,
  .inquiry-form-area .input-box .text-area{
    font-size: 1.4rem;
    padding: 0 15px;
  }
  .inquiry-form-area .input-box .text-area{
    padding: 15px;
  }
  .inquiry-form-area .file-box .file-btn{
    width: 120px;
  }
  .inquiry-form-area .file-box .file-btn img{
    height: 16px;
  }
  .inquiry-form-area .file-box .in-put{
    padding-right: 135px;
  }
  .inquiry-form-area .inquiry-input-btn .inquiry-btn{
    width: 100%;
    height: 45px;
  }
}

/* SUPPORT > 파트너 */
.partner-con01-area{
  border-top: 1px solid #C9C9C9;
}
.partner-con01-area .inq-gray-list{
  display: flex;
  gap: 40px;
}
.partner-con01-area .inq-gray-list .inq-box{
  width: calc(50% - 20px);
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 30px;
}
.partner-con01-area .inq-gray-list .inq-tel{
  border-top: 1px solid #c9c9c9;
}
.partner-con01-area .inq-gray-list .inq-li{
  display: flex;
  align-items: center;
  gap: 10px;
}

.partner-con02-area ul{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.partner-con02-area ul li{
  width: calc(25% - 15px);
}

.partner-con02-area ul li i{
  display: block;
  border: 1px solid #B8CAE5;
  border-radius: 20px;
  aspect-ratio: 1/0.379;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.partner-con02-area ul li i img{
  max-height: 100%;
  max-width: 100%;
}

@media all and (max-width:768px){
  .partner-con02-area ul{
    gap: 15px;
  } 
  .partner-con02-area ul li{
    width: calc(33.333% - 10px);
  }
}

@media all and (max-width:576px){
  .partner-con01-area .inq-gray-list{
    flex-wrap: wrap;
    gap: 20px;
  }
  .partner-con01-area .inq-gray-list .inq-box{
    width: 100%;
    padding: 20px;
  }

  .partner-con01-area .inq-gray-list .inq-li img{
    width: 15px;
  }

  .partner-con02-area ul{
    gap: 10px;
  } 
  .partner-con02-area ul li{
    width: calc(50% - 5px);
  }
}

/* Solutions > AI */
.con-tact-gray .gray-box{
  padding: 50px 30px;
  background-color: #f5f5f5;
  border-radius: 20px;
  display: flex;
  gap: 25px;
  align-items: center;
  max-width: 680px;
  width: 100%;
}

@media all and (max-width:576px){
  .con-tact-gray .gray-box{
    gap: 20px;
  }
}

/* Solutions > 보안솔루션 */
.sub-page-tabList{
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.sub-page-tabList .tab-btn{
  width: calc(20% - 8px);
  border: 1px solid #0051C7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 60px;
  color: #0051C7;
  border-radius: 50px;
}
.sub-page-tabList .tab-btn.on{
  background-color: #0051C7;
  color: #fff;
  font-weight: 700;
}

.gray-d-flex{
  display: flex;
  flex-wrap: wrap;
}
.gray-d-flex.item04,
.gray-d-flex.item02{
  gap: 20px;
}
.gray-d-flex.item02 .security-gray-img{
  width: calc(50% - 10px);
}
.gray-d-flex.item04 .security-gray-img{
  width: calc(25% - 15px);
}
.gray-d-flex.save-gray .security-gray-img .imgyo{
  display: flex;
  justify-content: center;
}
.gray-d-flex.save-gray .security-gray-img{
  padding: 35px 20px;
}

@media all and (max-width:768px){
  .gray-d-flex.item04 .security-gray-img{
    width: calc(50% - 10px);
  }
  .gray-d-flex.save-gray .security-gray-img{
    padding: 20px 10px;
  }
}
@media all and (max-width:768px){
  .gray-d-flex.item04 .security-gray-img{
    width: 100%;
  }
}
.security-gray-img{
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 45px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.security-gray-img.py-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.security-gray-img.justify-space-around{
  justify-content: space-around;
}
.security-gray-img img{
  margin: 0 auto;
}

@media all and (max-width:1024px){
  .security-gray-img.justify-space-around{
    flex-direction: column;
    gap: 20px;
  }
  .security-gray-img.py-100{
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

@media all and (max-width:768px){
  .sub-page-tabList .tab-btn{
    width: calc(33.333% - 6.666px);
    height: 45px;
  }
  .security-gray-img{
    padding: 20px 10px;
  }
  .gray-d-flex.item02 .security-gray-img{
    width: 100%;
  }
}

@media all and (max-width:576px){
  .security-gray-img.py-100{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Solutions > 보안솔루션 > 망간자료전송솔루션 */
.secure-con01-area{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.secure-con01-area .sky-blue-box{
  padding: 25px 40px;
  border-radius: 100px;
  background-color: #f5f9ff;
  width: calc(50% - 10px);
}

.security-sec02-area{
  display: flex;
  gap: 40px;
}
.security-sec02-area .white-box{
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d9e5f7;
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  gap: 10px;
}

.security-sec02-area .white-box .icon-left{
  display: flex;
  gap: 10px;
  align-items: center;
}
.security-sec02-area .white-box .icon-left .icon{
  min-width: 40px;
}
.security-sec02-area .white-box .icon-left .ico-txt{
  max-width: 150px;
}

.common-icon-list{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.common-icon-list.gap40 {
  gap: 40px;
}
.common-icon-list.gap20{
  gap: 20px;
}
.common-icon-list.item04 .cont-box{
  width: calc(25% - 30px);
}
.common-icon-list.item03 .cont-box{
  width: calc(33.333% - 26.666px);
}
.common-icon-list.item02 .cont-box{
  width: calc(50% - 10px);
}
.common-icon-list.gap40.item02 .cont-box {
  width: calc(50% - 20px);
}
.common-icon-list .cont-box{
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 50px 40px;
}
.common-icon-list .icon-box.center{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.common-jang-point .jang-list{
  border-top: 1px solid #cacaca;
}
.common-jang-point .jang-box{
  padding: 40px 20px;
  border-bottom: 1px solid #cacaca;
  display: flex;
  align-items: center;
  gap: 50px;
}
.common-jang-point .jang-box .icon-box{
  width: 150px;
  min-width: 150px;
}
.list-style-dot li{
  position: relative;
}

.list-style-bluecheck > li{
  position: relative;
  padding-left: 33px;
}
.list-style-bluecheck > li + li{
  margin-top: 10px;
}
.list-style-bluecheck > li:before{
  content: '';
  width: 23px;
  height: 23px;
  background: url(/asset/img/sub/solutions/security/ico-check.png)no-repeat center center / cover;
  position: absolute;
  left: 0;
  top: 1px;
}

.list-style-bluecheck.dash-line{
  border-top: 1px solid #cacaca;
}
.list-style-bluecheck.dash-line > li{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CACACA;
}
.list-style-bluecheck.dash-line > li:before{
  top: 20px;
}
.list-style-bluecheck.dash-line > li + li{
  margin-top: 0;
}
.list-style-dash > li{
  position: relative;
  padding-left: 12px;
}
.list-style-dash > li:before{
  content: '';
  width: 6px;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 13px;
}

@media all and (max-width:1200px){
  .list-style-dash > li:before{
    height: 1px;
  }
}

@media all and (max-width:1024px){
  .common-jang-point .jang-box .icon-box{
    width: 120px;
    min-width: 120px;
  }

  .common-icon-list.item04 .cont-box{
    width: calc(33.333% - 13.333px);
  }
}
@media all and (max-width:768px){
  .list-style-bluecheck > li{
    padding-left: 26px;
  }
  .list-style-bluecheck > li:before{
    width: 16px;
    height: 16px;
    top: 0;
  }
  .list-style-dash > li:before{
    top: 10px;
  }
  
  .common-jang-point .jang-box{
    padding: 20px;
  }
  .common-icon-list.item04 .cont-box{
    width: calc(50% - 10px);
  }
}

@media all and (max-width:576px){
  .common-jang-point .jang-box{
    flex-direction: column;
    gap: 20px;
  }
  .common-jang-point .jang-box .icon-box{
    width: 88px;
    min-width: 88px;
  }
  .common-jang-point .jang-box .text-box{
    width: 100%;
  }

  .common-icon-list.item02 .cont-box.mo-w100{
    width: 100%;
  }
}

.skyblue-table-box table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.skyblue-table-box table thead th{
  background-color: #81ADFD;
}
.skyblue-table-box table th + th,
.skyblue-table-box table td + td{
  border-left:  1px solid #ddd;
}
.skyblue-table-box table tbody td{
  background-color: #F5F9FF;
  border-top:solid #DDDDDD 1px;
}
.skyblue-table-box table thead th:first-child{border-top-left-radius: 10px;}
.skyblue-table-box table thead th:last-child{border-top-right-radius: 10px;}
.skyblue-table-box table th,
.skyblue-table-box table td{
  padding: 15px 0;
}

.ssl-con01-area .estix-flex{
  display: flex;
  gap: 27px;
  flex-wrap: wrap;
}
.ssl-con01-area .estix-box{
  width: calc(33.333% - 18px);
  padding: 25px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.ssl-con01-area .pro-info-box{
  border-top: 1px solid #cacaca;
}
.ssl-con01-area .pro-info{
  padding: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cacaca;
}
.ssl-con01-area .pro-info .pro-tit{
  min-width: 130px;
  width: 130px;
  position: relative;
}
.ssl-con01-area .pro-info .pro-tit:before{
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 23px;
  background-color: #cacaca;
  content: '';
  transform: translateY(-50%);
}
.ssl-con01-area .pro-info .pro-txt{
  padding-left: 30px;
  width: calc(100% - 130px);
}

@media all and (max-width:1024px){
  .common-icon-list{
    gap: 20px;
  }
  .common-icon-list .cont-box{
    padding: 40px 20px;
  }
  .common-icon-list.item03 .cont-box{
    width: calc(50% - 10px);
  }
  .skyblue-table-box .table-box{
    overflow-x: auto;
  }
  .skyblue-table-box .table-box table{
    min-width: 1000px;
  }
}

@media all and (max-width:900px){
  .secure-con01-area .sky-blue-box{
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .security-sec02-area{
    flex-wrap: wrap;
    gap: 20px;
  }
  .security-sec02-area .white-box{
    width: 100%;
  }
  .security-sec02-area .white-box .icon-left .ico-txt{
    max-width: none;
  }
}

@media all and (max-width:768px){
  .ssl-con01-area .estix-box{
    width: calc(50% - 13.5px);
  }
}

@media all and (max-width:576px){
  .security-sec02-area .white-box{
    padding: 15px 20px;
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .common-icon-list.gap40{
    gap: 20px;
  }
  .common-icon-list.item02.gap40 .cont-box,
  .common-icon-list.item03 .cont-box{
    width: 100%;
  }
  .common-icon-list .cont-box{
    padding: 30px 10px;
  }
  .common-icon-list .cont-box .icon-box{
    max-width: 66px;
        margin: 0 auto;
  }
  .ssl-con01-area .estix-flex{
    gap: 10px;
  }
  .ssl-con01-area .estix-box{
    width: 100%;
    padding: 15px 10px;
  }
  .ssl-con01-area .pro-info{
    padding: 15px 10px;
  }
  .ssl-con01-area .pro-info .pro-tit{
    min-width: 80px;
    width: 80px;
  }
  .ssl-con01-area .pro-info .pro-txt{
    width: calc(100% - 80px);
    padding-left: 15px;
  }
}

/* 2025 12 16 ci 페이지 추가 */
.ci-con03-area{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ci-con03-swiper{
  border-top: 1px solid #C9C9C9;
}
.ci-con03-swiper .img-box{
  aspect-ratio: 1/1.411;
}
.ci-con03-swiper .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ci-con03-swiper .img-box.border{
  border: 1px solid #CACACA;
  border-radius: 20px;
  overflow: hidden;
}

.ci-table-box table {
  width: 100%;
    border-collapse: collapse; /* 이중 테두리를 하나로 합침 */
    border-spacing: 0;        /* 테두리 간의 간격을 0으로 설정 */
    border: none;             /* 테이블 자체의 테두리 제거 */
}

.ci-table-box table th,
.ci-table-box table td {
    border: none; /* 셀 테두리 제거 */
}

.ci-table-box table td:first-child{border-right: 1px solid #cacaca;}
.ci-table-box thead th{
  background-color: #81ADFD;
}
.ci-table-box table th,
.ci-table-box table td{
  padding: 15px 0;
}
.ci-table-box table td{
  border-top: 1px solid #ddd;
  background-color: #F5F9FF;
}
.ci-table-box table th + th,
.ci-table-box table td + td{
  border-left: 1px solid #DDDDDD;
}
.ci-table-box table th:first-child{border-radius: 10px 0 0 0;}
.ci-table-box table th:last-child{border-radius: 0 10px 0 0;}
.ci-table-box tbody th{
  background-color: #81ADFD;
  border-radius: 0;
  color: #fff;
  border-top: 1px solid #ddd;
}

.ci-table-box tbody th:first-child{
  border-radius: 0;
}

@media all and (max-width:1024px){
  
.ci-table-box {
  overflow-x: auto;
}
.ci-table-box table {
  min-width: 1000px;
}

}

@media all and (max-width:768px){
  .ci-con03-area{
    flex-direction: column;
    gap: 15px 0;
  }
  .ci-con03-area .text-box{
    width: 100%;
  }
}


.company-img-box{
  overflow: hidden;
  border-radius: 20px;
}
.company-img-box img{
  transition: .5s;
}
.company-img-box:hover img{
  transform: scale(1.2);
}


/* 20260115 추가 */
.new-haeng-sung {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 궤도 시스템 메인 컨테이너 */
.new-haeng-sung .orbit-container {
  position: relative;
  width: 734px;
  height: 734px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

/* 중앙 원 (320px) */
.new-haeng-sung .center-circle::before {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #723ee8 0%, #0051c7 100%);

  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  position: absolute;
}

/* 중앙 원 뒤의 글로우 레이어 (360px) */
.new-haeng-sung .center-circle {
  width: 360px;
  height: 360px;
  background: linear-gradient(135deg, #e7def9 0%, #c4dcff 100%);
  border-radius: 50%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.new-haeng-sung .center-circle .text-yo{
  position: relative;
  z-index: 2;
}

/* 단일 궤도 경로 선 (700px 지름) */
.new-haeng-sung .orbit-path {
  position: absolute;
  width: 520px;
  height: 520px;
  border: 3px solid #F0ECFB;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

/* 궤도 회전 래퍼 */
.new-haeng-sung .orbit-wrapper {
  position: absolute;
  width: 730px;
  height: 730px;
  animation: rotate-orbit 30s linear infinite;
  pointer-events: none;
  z-index: 5;
  border: 3px solid #F0ECFB;
  border-radius: 50%;
}

/* 개별 위성 배치용 아이템 */
.new-haeng-sung .satellite-item {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  pointer-events: auto;
}

/* 위성 본체 */
.new-haeng-sung .satellite-inner {
  width: 120px;
  height: 120px;
  background-color: #e7def9;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0.7;
}
.new-haeng-sung .active .satellite-inner {
  width: 150px;
  height: 150px;
  opacity: 1;
}

/* 위성 위치 배치 */
.new-haeng-sung .sat-1 {
  transform: translate(-50%, -50%) rotate(0deg) translateY(-350px);
}

.new-haeng-sung .sat-2 {
  transform: translate(-50%, -50%) rotate(120deg) translateY(-350px);
}

.new-haeng-sung .sat-3 {
  transform: translate(-50%, -50%) rotate(240deg) translateY(-350px);
}

/* 위성 내부 텍스트 역회전 애니메이션 */
.new-haeng-sung .sat-1 .satellite-inner {
  animation: rotate-reverse-1 30s linear infinite;
}

.new-haeng-sung .sat-2 .satellite-inner {
  animation: rotate-reverse-2 30s linear infinite;
}

.new-haeng-sung .sat-3 .satellite-inner {
  animation: rotate-reverse-3 30s linear infinite;
}

/* 위성 내부 타이틀 */
.new-haeng-sung .sat-title {
  color: #723EE8;
}

/* 위성 하단 설명 텍스트 */
.new-haeng-sung .sat-desc {
  position: absolute;
  top: calc(100% + 20px);
  width: 320px;
  text-align: center;
}

/* 궤도 전체 회전 애니메이션 */
@keyframes rotate-orbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* 역회전 애니메이션 키프레임 */
@keyframes rotate-reverse-1 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotate-reverse-2 {
  from {
    transform: rotate(-120deg);
  }

  to {
    transform: rotate(-480deg);
  }
}

@keyframes rotate-reverse-3 {
  from {
    transform: rotate(-240deg);
  }

  to {
    transform: rotate(-600deg);
  }
}

@media all and (max-width:1024px){
  .new-haeng-sung{
    flex-direction: column;
    gap: 50px 0;
  }
  .new-haeng-sung .center-circle{
    width: 250px;
    height: 250px;
  }
  .new-haeng-sung .center-circle:before{
    width: 230px;
    height: 230px;
  }
  .new-haeng-sung .orbit-container{
    width: 600px;
    height: 600px;
  }
  .new-haeng-sung .orbit-path{
    width: 320px;
    height: 320px;
  }
  .new-haeng-sung .orbit-wrapper{
    width: 550px;
    height: 550px;
  }
  .new-haeng-sung .satellite-inner,
  .new-haeng-sung .satellite-item {
    width: 100px;
    height: 100px;
  }
  .new-haeng-sung .sat-1 {
    transform: translate(-50%, -50%) rotate(0deg) translateY(-275px);
  }

  .new-haeng-sung .sat-2 {
    transform: translate(-50%, -50%) rotate(120deg) translateY(-275px);
  }

  .new-haeng-sung .sat-3 {
    transform: translate(-50%, -50%) rotate(240deg) translateY(-275px);
  }
}

@media all and (max-width:768px){
  .new-haeng-sung{
    margin-top: 0;
  }
  .new-haeng-sung .orbit-container{
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .new-haeng-sung .orbit-path{
    display: none;
  }
  .new-haeng-sung .orbit-wrapper,
  .new-haeng-sung .sat-1 .satellite-inner,
  .new-haeng-sung .sat-2 .satellite-inner,
  .new-haeng-sung .sat-3 .satellite-inner{
    animation: none;
  }
  .new-haeng-sung .sat-1,
  .new-haeng-sung .sat-2,
  .new-haeng-sung .sat-3{
    position: unset;
    transform: none;
  }
  .new-haeng-sung .sat-desc{
  }
  .new-haeng-sung .orbit-wrapper{
    position: unset;
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    border: none;
  }
  .new-haeng-sung .satellite-item{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }
}


/* 20260128 추가 */
.new-sub-visualm{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
          background-color: #F5F9FF;
}
/* 솔루션 망간 자료전송*/
.new-sub-visualm.v1{background-image: url(/asset/img/sub/solutions/security/secure_con01_img01.png);}
/* 분리망 보안통제 솔루션 */
.new-sub-visualm.v2{background-image: url(/asset/img/sub/solutions/security/cds_con01_img01.png);}
/* 패스워드 관리 */
.new-sub-visualm.v3{background-image: url(/asset/img/sub/solutions/security/pass_con01_img01.png);}
/* 통합 접근제어 */
.new-sub-visualm.v4{background-image: url(/asset/img/sub/solutions/security/am_con01_img01.png);}
/* SSL 가시화 */
.new-sub-visualm.v5{background-image: url(/asset/img/sub/solutions/security/ssl_con01_img01.png);}
/* 보안 전자팩스솔루션 */
.new-sub-visualm.v6{background-image: url(/asset/img/sub/solutions/add/addoffice_con01_img01.png);}
/* 빌링 솔루션 */
.new-sub-visualm.v7{background-image: url(/asset/img/sub/solutions/add/viling_con01_img01.png);}
/* ai */
.new-sub-visualm.v8{background-image: url(/asset/img/sub/solutions/add/ai_new_imgyoy01.png);}


.new-sub-visualm .air-img{
  display: none;
}

.new-sub-visualm .txt-box{
  padding-right: 32%;
}
@media all and (max-width:1400px){
  .new-sub-visualm .txt-box{
    padding-right: 36%;
  }
.new-sub-visualm .txt-box .logo img{
  max-width: 50%;
}
.new-sub-visualm .txt-box .txt .fs-50{font-size: 4rem;}
.new-sub-visualm .txt-box .txt .fs-30{font-size: 2.2rem;}
}

@media all and (max-width:1024px){
.new-sub-visualm{
  background-position: left center;
  background-image: unset !important;
  background-color: #F5F9FF;
}
.new-sub-visualm .txt-box{
  padding-right: 0;
}
.new-sub-visualm .air-img{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-sub-visualm .txt-box .txt .fs-50{font-size: 3rem;}
.new-sub-visualm .txt-box .txt .fs-30{font-size: 2rem;}

}
@media all and (max-width:768px){
.new-sub-visualm .txt-box .txt .fs-50{font-size: 2.4rem;}
.new-sub-visualm .txt-box .txt .fs-30{font-size: 1.6rem;}
}


.history-con01-area .his-box.last-his-box {
  padding-top: 200px;
  position: relative;
}
.history-con01-area .his-box.last-his-box:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #333;
    
    /* 여기서 반지름(radius)을 조절하세요 */
    border-radius: 50%; /* 완전한 원형 */
    /* border-radius: 4px; / 살짝 굴린 사각형 */

    /* 본체는 1번, 그림자로 2번과 3번을 생성 */
    box-shadow: 0 20px 0 0 #333, 0 40px 0 0 #333; 
    top: 5%;
    left: 6%;
}

@media all and (max-width:1024px) {
  .history-con01-area .his-box.last-his-box {
    padding-top: 150px;
  }
  .history-con01-area .his-box.last-his-box:before {
    top: 0;
    width: 5px;
    height: 5px;
  }
}

@media all and (max-width:768px) {
  .history-con01-area .his-box.last-his-box {
    padding-top: 80px;
  }
  .history-con01-area .his-box.last-his-box:before {
    top: -20%;
    width: 4px;
    height: 4px;
  }
}
@media all and (max-width:576px) {
  .history-con01-area .his-box.last-his-box:before {
    top: -30%;
    left: 8%;
  }

}


.chul-hak-new{position: relative;}

.scroll-container {
  position: relative;
  width: 100%;
}

/* 고정되어 애니메이션이 일어날 실제 장면 */
.scroll-container .visual-scene {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

/* 왼쪽 텍스트 영역 */
.scroll-container .content-area {
  width: 50%;
  position: relative;
  height: 400px;
}

.scroll-container .content-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.scroll-container .content-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* 오른쪽 오비트 영역 */
.scroll-container .orbit-section {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

 .scroll-container .orbit-guide {
            position: absolute;
            width: 600px; /* 반지름 300px * 2 */
            height: 600px;
            border: 2px dashed rgba(168, 85, 247, 0.4); /* 보라색 톤의 선명한 점선 */
            border-radius: 50%;
            pointer-events: none;
            z-index: 0;
        }

.scroll-container .orbit-wrapper {
  position: relative;
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
}

.scroll-container .center-circle {
    width: 360px;
    height: 360px;
    background: linear-gradient(135deg, #e7def9 0%, #c4dcff 100%);
    border-radius: 50%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}
.scroll-container .center-circle:before{
width: 89%;
    height: 89%;
    border-radius: 50%;
    background: linear-gradient(to bottom, #723ee8 0%, #0051c7 100%);
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    position: absolute;
}
.scroll-container .center-circle .text-yo{
  position: relative;
  z-index: 2;
}

.scroll-container .surrounding-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #E7DEF9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s, box-shadow 0.4s, color 0.4s;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  will-change: transform;
  opacity: .5;
}

.scroll-container .surrounding-circle.active {
  z-index: 5;
  opacity: 1;
}

@media all and (max-width:1400px){
  .scroll-container .surrounding-circle{
    width: 120px;
    height: 120px;
  }
  .scroll-container .center-circle{
    width: 300px;
    height: 300px;
  }
}

@media all and (max-width:1200px){
  
  .scroll-container .orbit-guide{
  }
}
@media all and (max-width:1024px){
    .scroll-container{
      padding: 80px 0;
    }
  .scroll-container .visual-scene{
    height: auto;
    overflow: unset;
    flex-wrap: wrap;
  }
  .scroll-container .content-area,
  .scroll-container .orbit-section{
    width: 100%;
    height: auto;
  }
  .scroll-container .orbit-guide{
    height: 450px;
    width: 450px;
  }
  .scroll-container .surrounding-circle{
    opacity: 1;
  }
  .scroll-container .orbit-section{
    padding: 50px 0;
  }

  .scroll-container .content-item + .content-item{
    margin-top: 30px;
  }
  .scroll-container .content-item{
    position: unset;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .scroll-container .surrounding-circle{
    top: 50%;
    left: 50%;
  }
  .scroll-container .surrounding-circle:nth-of-type(2){
    transform: translate(-50%, -50%) translate(-220px, 0px);
  }
  .scroll-container .surrounding-circle:nth-of-type(3){
    transform: translate(-50%, -50%) translate(140px, -180px);
  }
  .scroll-container .surrounding-circle:nth-of-type(4){
    transform: translate(-50%, -50%) translate(140px, 180px);
  }
}

@media all and (max-width:768px){
  .scroll-container .center-circle{
    width: 150px;
    height: 150px;
  }
  .scroll-container .orbit-guide{
    width: 300px;
    height: 300px;
  }
  .scroll-container .surrounding-circle{
    width: 80px;
    height: 80px;
  }
  .scroll-container{padding: 30px 0 0;}
  .scroll-container .surrounding-circle:nth-of-type(2){
    transform: translate(-50%, -50%) translate(-140px, 0px);
  }
  .scroll-container .surrounding-circle:nth-of-type(3){
    transform: translate(-50%, -50%) translate(80px, -130px);
  }
  .scroll-container .surrounding-circle:nth-of-type(4){
    transform: translate(-50%, -50%) translate(80px, 130px);
  }
  .scroll-container .orbit-section{
    padding: 0;
  }
}


.chul-hak-new .chul-hak-txt{
  padding-right: 200px;
  position: relative;
}
.chul-hak-new .chul-box{
  gap: 30px;
}
.chul-hak-new .chul-box.animate-item{
  opacity: 0;
}


.chul-hak-new .chul-hak-txt:before {
  content: '';
  right: 85px;
  bottom: 0;
  position: absolute;
  height: 95%;
  aspect-ratio: 1/ 21.865;
  background: url(/asset/img/sub/hanssak/company/ico-line.svg)no-repeat top center;
}

@media all and (max-width:1200px){
  .chul-hak-new .chul-hak-txt{
    padding-right: 150px;
  }
  .chul-hak-new .chul-hak-txt:before {
    right: 65px;
  }
  .chul-hak-new .chul-hak-tit .txt{
    padding-right: 120px;
  }
}
@media all and (max-width:1024px){
  .chul-hak-new .chul-hak-txt{
    padding-right: 50px;
  }
  .chul-hak-new .chul-hak-txt:before {
    right: 10px;
  }

.chul-hak-new .txt-box.bg05 .txt{
  padding: 25px 0 0;
}
.chul-hak-new .chul-box .txt-box{
  padding: 20px 0 0;
}
.chul-hak-new .air-box .air-txt{
  top: calc(50% + 25px);
}
.chul-hak-new .chul-hak-tit .txt{padding-right: 20px;}
}


@media all and (max-width:768px){
  .chul-hak-new .chul-hak-txt{
    padding-right: 0;
  }
  .chul-hak-new .chul-box{
    gap: 0;
  }
.chul-hak-new .chul-hak-txt:before {
  content: none;
}
.chul-hak-new .chul-box .txt-box{
padding: 40px 0 20px;
gap: 0;
}
.chul-hak-new .chul-box .txt-box.bg05{gap: 10px;}
.chul-hak-new .chul-box.animate-item03 .txt-box{
  padding-top: 55px;
}
}


#vision.sec02{
            height: 100vh; /* 고정 높이 설정 */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #fff;
            position: relative;

}

@media all and (max-width:1024px){
#vision.sec02{
  height: auto;
}
  .chul-hak-new .chul-box.animate-item{
    opacity: 1;
    margin-top: 10px;
  }
  .chul-hak-new .chul-box .air-box .img{
    min-height: 80px;
  }
  .chul-hak-new .chul-box .air-box .img img{
    height: 100%;
  }
  .chul-hak-new .txt-box{
    background-size: cover;
  }
}


.chul-hak-new .chul-box.animate-item{
  transition:opacity 1s;
}
.chul-hak-new .chul-box.animate-item.active{
  opacity:1;
}
.chul-hak-new .chul-box.animate-item01{transition-delay: .2s;}
.chul-hak-new .chul-box.animate-item02{transition-delay: .4s;}
.chul-hak-new .chul-box.animate-item03{transition-delay: .6s;}
.chul-hak-new .chul-box.animate-item04{transition-delay: .8s;}
.chul-hak-new .chul-box.animate-item05{transition-delay: 1s;}
.chul-hak-new .chul-box.animate-item06{transition-delay: 1.2s;}


/* 20260226 추가 */

.last-change-yo.chul-hak-new .tit {width: 32.2%; min-width: 32.2%;}
.last-change-yo.chul-hak-new .chul-hak-tit,
.last-change-yo.chul-hak-new .chul-box{gap: 0 6.2%;}
.last-change-yo.chul-hak-new .chul-hak-tit,
.last-change-yo.chul-hak-new .chul-hak-txt{padding-right: 19%;}
.last-change-yo.chul-hak-new .chul-hak-tit .tit{
  
}
.last-change-yo.chul-hak-new .txt-box.item01 .txt{padding-right: 0;}

.last-change-yo.chul-hak-new .txt-box.bg01{background-image: url(/asset/img/sub/hanssak/company/fira-02.png);}
.last-change-yo.chul-hak-new .txt-box.bg02{background-image: url(/asset/img/sub/hanssak/company/fira-03.png);}
.last-change-yo.chul-hak-new .txt-box.bg03{background-image: url(/asset/img/sub/hanssak/company/fira-04.png);}
.last-change-yo.chul-hak-new .txt-box.bg04{background-image: url(/asset/img/sub/hanssak/company/fira-05.png);}
.last-change-yo.chul-hak-new .txt-box.bg05 .txt{
  aspect-ratio: 1/.88;
  background-image: url(/asset/img/sub/hanssak/company/fira-06.png);}

.last-change-yo.chul-hak-new .chul-box .txt-box{aspect-ratio: 1/0.119;padding-top: 2.6%;}

.last-change-yo.chul-hak-new .txt-box.bg05{aspect-ratio: auto; padding-top: 0;}
.last-change-yo.chul-hak-new .chul-box .txt-box.air-box{aspect-ratio: auto;}
.last-change-yo.chul-hak-new .air-box .air-txt{top: calc(50% + 50px);}
@media all and (max-width:1200px){
  .last-change-yo.chul-hak-new .air-box .air-txt{top: calc(50% + 30px);}
}

@media all and (max-width:800px){
  .last-change-yo.chul-hak-new .tit{
    width: 100%;
    min-width: none;
    text-align: center;
  }
  .last-change-yo.chul-hak-new .chul-box .txt-box.bg03{
    aspect-ratio: 1/.3; padding-top: 11%;
    background-position: center center;
    border-radius: 25px 25px 20px 20px;
  }
}

@media all and (max-width:768px){
  .last-change-yo.chul-hak-new .chul-hak-tit, .last-change-yo.chul-hak-new .chul-hak-txt{padding-right: 0;}
  .chul-hak-new .chul-box .txt-box{padding-bottom: 0; border-radius: 5px 5px 0 0;}
}