/*sub-common*/
.tit-01 {
    font-size: var(--sub-tit-34);
}
.tit-01-02 {
    font-size: var(--sub-tit-30);
}
.tit-02 {
    font-size: var(--sub-tit-24);
}
.txt-01 {
    font-size: var(--sub-txt-18);
}
.con-pd {
    padding: var(--con-pd);
}
.title .tit-01 {
    text-align: center;
    font-weight: 600;
    letter-spacing: -1px;
}
.title .tit-01 span {
    color: var(--main-color);
    line-height: 1.6;
}
.title .txt-01 {
    color: var(--color-text3);
    margin-top: 1.6rem;
    text-align: center;
}
.txt-dot {
    padding-left: 1rem;
    position: relative;
}
.txt-dot::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background-color: var(--color-text3);
    border-radius: 100%;
    transition: all 0.4s ease;
}

.txt-of-01 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt-of-02 {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tit {
    font-weight: bold;
}

.txt {
    font-weight: 400;
}

.txt span {
    font-weight: bold;
}
/*sub-common//*/

/*sub-top*/
.sub-top {
    padding-top: 25rem;
}
.visual-none .sub-visual {
    display: none;
    visibility: hidden;
}

.sub-top.solution-top {
    padding-top: 0;
}

.sub-top .line {
    display: none;
}

.line-top .sub-top .line {
    display: block;
}
/*sub-top//*/

/*page-name*/
.page-name {
    display: flex;
    justify-content: center;
}

.page-name .page-tit {
    letter-spacing: -1px;
    font-size: var(--font-size-tit);
    font-weight: bold;
    margin: 0 0 1.4rem;
    text-align: center;
}
/*page-name//*/

/*breadcrumbs*/
.breadcrumbs {
    margin-bottom: 4rem;
}

.breadcrumbs .t-navi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    transform: translate(0px, 0px);
    opacity: 1;
}

.breadcrumbs .t-navi li {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: var(--color-g-text);
}

.breadcrumbs .t-navi li a {
    line-height: 1;
}

.breadcrumbs .t-navi li.active {
    color: var(--sub-color02);
    font-weight: 500;
}

/*breadcrumbs//*/

/*sub-visual*/
.sub-visual {
    margin: 0 2rem;
    height: 50rem;
    border-radius: 5px;
    overflow: hidden;
}

.sub-visual .bg {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center;
    transform: scale(1.3, 1.3);
    transition: all 0.4s ease;
    animation: image-zoom-out02 4s 0.4s forwards;
}

.sub-container .line {
    height: 1px;
    background-color: #eeeeee;
    margin: 0 2rem;
}

@keyframes image-zoom-out02 {
    0% {
        transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}
.history-wrap .sub-visual .bg {
    background-image: url("../img/history-bg.jpg");
}
.mission-vision-wrap .sub-visual .bg {
    background-image: url("../img/mission-bg.jpg");
}
.organization-wrap .sub-visual .bg {
    background-image: url("../img/organization-bg.jpg");
}
.location-wrap .sub-visual .bg {
    background-image: url("../img/location-bg.jpg");
}
.certificate-wrap .sub-visual .bg {
    background-image: url("../img/certificate-bg.jpg");
}
.employment-wrap .sub-visual .bg {
    background-image: url("../img/employment-bg.jpg");
}
.scv-wrap .sub-visual-type02 .bg {
    background-image: url("../img/scv-bg.jpg");
}
.arranger-wrap .sub-visual-type02 .bg {
    background-image: url("../img/arranger-bg.jpg");
}
.databoard-wrap .sub-visual-type02 .bg {
    background-image: url("../img/databoard-bg.jpg");
}
/*sub-visual//*/

/*sub-visual-type02*/
.sub-visual-type02 {
    width: 100%;
    height: var(--full-height);
    background-color: #222222;
    overflow: hidden;
    position: relative;
}

.sub-visual-type02 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center;
    transform: scale(1.3, 1.3);
    transition: all 0.4s ease;
    animation: image-zoom-out02 4s 0.4s forwards;
}

.sub-visual-type02 .area-box-1500,
.sub-visual-type02 .area-box-1500 .f-box {
    height: 100%;
}

.sub-visual-type02 .area-box-1500 .page-name {
    color: #fff;
}

.sub-visual-type02 .f-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sub-visual-type02 .breadcrumbs {
    margin-bottom: 3rem;
}

.sub-visual-type02 .breadcrumbs .t-navi li.active {
    color: #ffffff;
}
/*sub-visual-type02//*/

/*sub-content*/
.sub-content {
    padding: 14rem 0;
}
/* .sub-content * {
    transition: all 0.4s ease;
} */

/*sub-content//*/

/****************/
/****************/
/***여기아래부터 서브 공통영역***/
/****************/
/****************/

/* count */
.count-wrap .count {
    color: var(--color-text2);
    font-size: 1.6rem;
    font-weight: 500;
}
.count-wrap .count > span {
    color: var(--main-color);
    font-weight: 700;
}
/* count// */

/*검색창*/
.search-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 45rem;
    width: 100%;
    border-bottom: 2px solid #222;
    height: 4.5rem;
}

.search-wrap .search-list {
    flex-basis: 8rem;
    max-width: 8rem;
    height: 100%;
}
.search-wrap .search-list .nice-select {
    border: none;
    border-radius: 0;
    font-size: 1.6rem;
    height: 100%;
    line-height: 4.5rem;
    padding-right: 4rem;
}
.search-wrap .search-list .nice-select .list {
    width: 100%;
}

.search-wrap #searchInput {
    flex-basis: calc(100% - 14rem);
    max-width: calc(100% - 14rem);
    border: none;
    font-size: 1.6rem;
    font-family: "Pretendard";
    padding: 0 1.8rem 0.5rem;
    color: #222;
}

.search-wrap .search-btn {
    flex-basis: 6rem;
    max-width: 6rem;
}
.search-wrap .search-btn > img {
    width: 1.8rem;
}
.search-wrap .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.search-btn {
    color: #333;
}
/*검색창//*/

/* 카운트 */
.count-wrap {
    text-align: left;
}
.count-wrap .main_p {
    font-size: 1.6rem;
}
.count-wrap .main_p .count {
    color: var(--main-color);
    font-weight: 700;
}
/* 카운트// */

/* 페이지네이션 */
.pagelist {
    margin-top: 6rem;
}

.pagelist .page-wrap .pagination {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.pagelist .page-wrap .pagination .page-item.prev {
    margin: 0 2rem 0 1.5rem;
}
.pagelist .page-wrap .pagination .page-item.next {
    margin: 0 1.5rem 0 2rem;
}

.pagelist .page-wrap .pagination .page-item > a {
    display: block;
}

.pagelist .page-wrap .pagination .page-item > a .main_p {
    color: #aaa;
    font-size: 1.6rem;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    margin: 0 0.3rem;
}
.pagelist .page-wrap .pagination .page-item.active > a .main_p {
    color: #121212;
}
/* 페이지네이션// */

/****************/
/****************/
/***여기아래부터 서브 컨텐츠영역***/
/****************/
/****************/

/*overview*/
.overview-wrap .top-visual {
    margin: 0 2rem;
    height: 60rem;
    border-radius: 5px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
}

.overview-wrap .top-visual.bg {
    background-image: url("../img/overview-top-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

.overview-wrap .top-visual .txt-box {
    flex-direction: column;
    animation: txt-blur 1.4s 0s cubic-bezier(1, 0, 1, 1) forwards;
}

.overview-wrap .top-visual .tit {
    font-size: var(--sub-tit-34);
    margin-bottom: 2rem;
    line-height: 1.4;
}

.overview-wrap .top-visual .txt {
    font-size: var(--sub-tit-24);
}

/*ceo*/
.ceo .con-box {
    padding: 0 0 14rem;
}

.ceo .tit-box {
    text-align: center;
}

.ceo .title .tit-01 {
    font-size: var(--sub-tit-30);
}

.ceo .info-box {
    margin-top: 4rem;
    background-color: var(--gray-color);
    padding: 6rem 28rem 6rem 5rem;
    border-radius: 5px;
    position: relative;
}

.ceo .info-box .tit {
    font-size: var(--sub-tit-24);
    margin-bottom: 3rem;
}

.ceo .info-box .txt {
    font-size: var(--sub-txt-18);
    color: var(--color-text3);
    margin-bottom: 1.8rem;
}

.ceo .info-box .txt.end {
    margin-bottom: 0;
}

.ceo .info-box .txt.end span {
    color: var(--color-text2);
}

.ceo .info-box .introduction-wrap {
    position: absolute;
    right: 5rem;
    bottom: 6rem;
    background: var(--grd-color-re);
    border-radius: 5px;
    color: #fff;
    padding: 2.2rem 3rem;
    box-shadow: rgba(149, 157, 165, 0.8) 0 0 24px;
    transition: all 0.4s ease;
}

.ceo .info-box .introduction-wrap:hover {
    box-shadow: rgba(255, 255, 255, 0) 0 0 24px;
}

.ceo .info-box .introduction {
    flex-direction: column;
    gap: 3rem;
}

.ceo .info-box .introduction .t-box h6 {
    font-size: var(--sub-tit-24);
    font-weight: 600;
}

.ceo .info-box .introduction .b-box {
    gap: 6rem;
    align-items: center;
    justify-content: space-between;
}

.ceo .info-box .introduction .b-box p {
    font-size: var(--sub-tit-18);
    line-height: 1.4;
}

.ceo .info-box .introduction .b-box .img-box {
    width: 4rem;
    height: 4rem;
    background-color: #ffffff30;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.ceo .info-box .introduction .b-box .img-box img {
    height: 20px;
}

.ceo .info-box .introduction .b-box .img-box.e-on {
    animation: DownMove 1.2s infinite;
}

@keyframes DownMove {
    0% {
        transform: translateY(-0rem);
    }
    50% {
        transform: translateY(-1rem);
    }
    100% {
        transform: translateY(-0rem);
    }
}

/*ceo//*/

/*competencies*/
.competencies .con-box {
    padding: 0 0 18rem;
}

.competencies .info-box {
    margin-top: 6rem;
}

.competencies .info-box .f-box {
    gap: 4rem;
    flex-wrap: wrap;
}

.competencies .info-box .f-box .list {
    position: relative;
    width: calc(50% - 2rem);
    border-radius: 5px;
    padding-top: 20%;
    overflow: hidden;
}

.competencies .info-box .f-box .list .bg,
.competencies .info-box .f-box .list .txt-box {
    position: absolute;
}

.competencies .info-box .f-box .list .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: 1;
}

.competencies .info-box .f-box .list .bg::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--grd-color);
    opacity: 0;
    transition: all 0.4s ease;
}

.competencies .info-box .f-box .list:hover .bg::before {
    opacity: 0.6;
}

.competencies .info-box .f-box .list .bg .filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(0px);
}

.competencies .info-box .f-box .list:hover .bg .filter {
    backdrop-filter: blur(10px);
}

.competencies .info-box .f-box .box-01 .bg {
    background-image: url("../img/competencies-img01.jpg");
}
.competencies .info-box .f-box .box-02 .bg {
    background-image: url("../img/competencies-img02.jpg");
}
.competencies .info-box .f-box .box-03 .bg {
    background-image: url("../img/competencies-img03.jpg");
}
.competencies .info-box .f-box .box-04 .bg {
    background-image: url("../img/competencies-img04.jpg");
}

.competencies .info-box .f-box .list .txt-box {
    left: 2rem;
    bottom: 1rem;
    padding: 2rem 4rem 2rem 2rem;
    color: #ffffff;
    transform: translateY(4rem);
    z-index: 2;
    transition: all 0.4s ease;
}

.competencies .info-box .f-box .list .txt-box .tit {
    font-size: var(--sub-tit-24);
    margin-bottom: 1rem;
}

.competencies .info-box .f-box .list .txt-box .txt {
    font-size: var(--sub-txt-18);
    opacity: 0;
    height: 3rem;
}

.competencies .info-box .f-box .list:hover .txt-box {
    transform: translateY(0rem);
}

.competencies .info-box .f-box .list:hover .txt-box .txt {
    opacity: 1;
    height: 6.4rem;
}
/*competencies//*/

/*business*/
.business .con-box {
    padding: 0 0 14rem;
}

.business .con-box .f-box {
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
}

.business .con-box .f-box .img-box {
    max-width: 60rem;
    border-radius: 5px;
    overflow: hidden;
}

.business .con-box .f-box .business-box {
    max-width: 80rem;
    flex-basis: 80rem;
}

.business .con-box .f-box .business-box .tit-box {
    margin-bottom: 3rem;
    position: relative;
}

/* .business .con-box .f-box .business-box .tit-box::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #111;
} */

.business .con-box .f-box .business-box .tit {
    font-size: var(--sub-tit-34);
}

/* .business .con-box .f-box .business-box .line {
height: 2px;
background-color: #222222;
margin: 3rem 0;
} */

.business .business-box .b-list {
    border-top: 2px solid #222222;
}

.business .business-box .b-list .business-info {
    border-bottom: 1px solid #eeeeee;
    padding: 3.4rem 6rem 3.4rem 2rem;
    position: relative;
}

.business .business-box .b-list .business-info * {
    transition: all 0.4s ease;
}

.business .business-box .b-list .business-info .drop-btn {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background-color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.business .business-box .b-list .business-info.active .drop-btn {
    transform: rotate(180deg);
}

.business .business-box .b-list .business-info .drop-btn img {
    height: 1.3rem;
}

.business .business-box .b-list .business-info.active .bottom-box {
    padding-top: 2rem;
    height: auto;
    opacity: 1;
}

.business .business-box .b-list .business-info .bottom-box {
    padding-top: 0;
    height: 0;
    opacity: 0;
}

.business .business-box .b-list .business-info .tit {
    font-size: var(--sub-tit-24);
    margin-bottom: 0.4rem;
}

.business .business-box .b-list .business-info .txt {
    font-size: var(--sub-txt-18);
    color: var(--color-text3);
}

.business .business-box .b-list .business-info .bottom-box .list {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: space-between;
}

.business .business-box .b-list .business-info .bottom-box .txt {
    width: calc(50% - 0.25rem);
    color: var(--color-text2);
    font-size: var(--sub-txt-18);
}

/*business//*/

/*partner*/
.partner .con-box {
    padding: 0 0 14rem;
}

.partner .con-box .info-box {
    margin-top: 4rem;

}

.partner .partner-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.partner .partner-slide .swiper-wrapper {
    /* padding: 1rem; */
}

.partner .partner-slide .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
}

/*partner//*/

/*contact-move*/
.ct-move .con-box {
    margin: 0 2rem;
    height: 46rem;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
}

.ct-move .bg {
    background-image: url("../img/ct-move_bg.jpg");
    background-size: cover !important;
    background-position: center;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: all 1.4s ease;
    position: absolute;
    z-index: -1;
}

.ct-move .bg.e-on {
    background-size: cover !important;
    transform: scale(1);
}

.ct-move .info-box {
    justify-content: center;
    align-items: center;
}

.ct-move .info-box .info .tit {
    font-size: var(--sub-tit-34);
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

/*contact-move//*/
/*overview//*/

/*history*/
.history .history-box {
    margin-bottom: 10rem;
}

.history .f-box {
    justify-content: flex-start;
}

.history .f-box .info-box {
    margin-left: 23%;
}

.history .f-box .year .tit {
    font-size: 8rem;
    position: relative;
}

.history .history-box.h-e-on .year .tit {
    background: var(--grd-color-re);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.history .history-box.h-e-on .info-box .tit {
    color: var(--main-color);
}

.history .f-box .info-box {
    padding: 3rem 4rem;
    border-radius: 5px;
    /* box-shadow: var(--shadow01); */
    min-width: 81.0rem;
    position: relative;
    width: 100%;
}

.history .f-box .info-box .tit {
    font-size: var(--sub-tit-24);
    color: var(--color-text3);
    margin-bottom: 2rem;
}

.history .f-box .info-box .txt {
    font-size: var(--sub-txt-18);
    color: var(--color-text3);
    margin-bottom: 1.6rem;
}

.history .history-wrap {
    position: relative;
}

.history .history-wrap .line-wrap {
    position: absolute;
    left: 25%;
    top: -140px;
    width: 2px;
    height: calc(100% + 140px);
    background-color: #eeee;
    z-index: 2;
}

.history .history-wrap .line-wrap .c-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: var(--sub-color);
}

.history .history-wrap .line-wrap .pointer {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(calc(-50% + 1px));
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: var(--sub-color);
    box-shadow: var(--sub-color) 0 0 20px;
}
/*history*/

/*mission&vision*/
/*mv*/
.mv .mission {
    margin-bottom: 10rem;
}
.mv .f-box {
    align-items: center;
}

.mv .f-box > div {
    width: 50%;
    flex-basis: 50%;
}

.mv .f-box .img-box {
    border-radius: 5px;
}

.mv .f-box .txt-box {
    padding: 2rem 4rem 2rem 6rem;
}

.mv .f-box .txt-box .tit-01 {
    font-weight: 600;
    margin-bottom: 4.6rem;
}
.mv .f-box .txt-box .tit-02 {
    margin-bottom: 2.8rem;
    color: var(--main-color);
    font-weight: 600;
}
.mv .f-box .txt-box .txt-01 {
    color: var(--color-text3);
    font-weight: 400;
}
/*mv//*/

/*value*/

.value .con-box {
    padding: 16rem 0;
}

.value .info-box {
    position: relative;
    margin-top: 6rem;
}

.value .info-box .f-box {
    flex-wrap: wrap;
    gap: 4rem;
}

.value .info-box .f-box .info {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    flex-basis: calc(50% - 2rem);
    padding: 6rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    transition: all 0.4s ease;
}

.value .info-box .f-box .info:hover {
    background-color: var(--main-color);
}

.value .info-box .f-box li:nth-child(even) {
    align-items: flex-end;
}

.value .info-box .f-box li:nth-child(even) .txt-dot {
    padding-right: 1rem;
    padding-left: 0;
    position: relative;
    text-align: right;
}

.value .info-box .f-box li:nth-child(even) .txt-dot::after {
    display: block;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background-color: var(--color-text3);
    border-radius: 100%;
}

.value .info-box .f-box .info .tit-01-02 {
    font-weight: 700;
    margin-bottom: 1.6rem;
}

.value .info-box .f-box .info .tit-01-02 span {
    color: var(--main-color);
}

.value .info-box .f-box .info .tit-02 {
    color: var(--color-g-text);
    margin-bottom: 3.4rem;
    font-weight: 500;
}

.value .info-box .f-box .info .txt-01 {
    color: var(--color-text3);
}

.value .info-box .f-box .info:hover .txt-dot::after {
    background-color: #fff;
}

.value .info-box .f-box .info:hover .tit-01-02,
.value .info-box .f-box .info:hover .tit-01-02 span,
.value .info-box .f-box .info:hover .tit-02,
.value .info-box .f-box .info:hover .txt-01 {
    color: #fff;
}

.circle-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    border: 3px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #41B06B, #00A4C9 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.circle-wrap::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    border: 1px dashed #41B06B;
    animation: rotation 4s linear infinite;
    z-index: -1;
}

@keyframes rotation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        /* 초기 상태 */
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
        /* 360도 회전 */
    }
}

.circle-wrap .circle-box {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.circle-wrap .circle-box img {
    width: 70%;
}

.circle-wrap .point01 {
    width: 10px;
    height: 10px;
    background-color: var(--sub-color);
    right: 10px;
    top: 12px;
}

.circle-wrap .point02 {
    width: 8px;
    height: 8px;
    background-color: var(--main-color);
    left: -32px;
    top: 90px;
}

.circle-wrap .point03 {
    width: 6px;
    height: 6px;
    background-color: var(--main-color);
    right: 57px;
    bottom: -18px;
}

.circle-wrap .one {
    position: absolute;
    border-radius: 100%;
}

.circle-wrap .point {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    animation: rotate 12s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
/*value//*/

/*spirit*/
.spirit .con-box {
    padding: 16rem 0;
    background: linear-gradient(#f9f9f9 , #ffffff);
}

.spirit .info-box {
    margin-top: 6rem;
}

.spirit .info-box .f-box.list-box {
    justify-content: space-between;
}

.spirit .info-box .list-box .spirit-info {
    background-color: #D8D8D8;
    border-radius: 5px;
    justify-content: flex-start;
    width: 100%;
    margin: 0 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.spirit .info-box .list-box .spirit-info::after {
    display: block;
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--grd-color);
    z-index: 1;
    transition: all 0.4s ease;
}

.spirit .info-box .list-box .spirit-info.on::after {
    opacity: 1;
}

.spirit .info-box .list-box .spirit-info .num-box {
    text-align: center;
    width: 30%;
    z-index: 2;
}

.spirit .info-box .list-box .spirit-info .num-box .number {
    padding: 2.8rem 1rem;
    font-size: 5rem;
    font-weight: bold;
    color: #fff;
}

.spirit .info-box .list-box .spirit-info .right-box {
    background-color: #fff;
    width: 70%;
    padding: 1rem 3.4rem;
    justify-content: space-between;
    align-items: center;
    color: #d8d8d8;
    margin: 2px;
    border-radius: 0 5px 5px 0;
    z-index: 2;
}

.spirit .info-box .list-box .spirit-info .right-box .txt-con .tit {
    font-size: 3rem;
}

.spirit .info-box .list-box .spirit-info.on .right-box .txt-con .tit {
    color: var(--main-color);
}

.spirit .info-box .list-box .spirit-info .right-box .txt-con .txt {
    font-size: 1.8rem;
}

.spirit .info-box .list-box .spirit-info .right-box .check-con {
    width: 3.8rem;
    min-width: 3.8rem;
    height: 3.8rem;
    border-radius: 100%;
    border: 1px solid #d8d8d8;
    justify-content: center;
    align-items: center;
}

.spirit .info-box .list-box .spirit-info.on .right-box .check-con {
    border: 1px solid var(--sub-color);
}

.spirit .info-box .list-box .spirit-info .right-box .check-con .txt {
    font-size: 2.4rem;
    line-height: 1;
}

.spirit .info-box .list-box .spirit-info.on .right-box .check-con .txt {
    color: var(--sub-color);
}

/*spirit//*/
/*mission&vision//*/

/*org*/
.org .info-box {
    margin-top: 8rem;
    position: relative;
}
.org .org-box {
    position: relative;
}
.org .org-box::before {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: #ddd;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.org .o-top {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.org .o-top .box .ceo {
    width: 16rem;
    height: 16rem;
    background: var(--grd-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.org .o-top .box .ceo::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 110%;
    height: 100%;
    background-color: #41b06b30;
    z-index: -2;
    border-radius: 100%;
    animation: rotate 5s linear infinite;
}
.org .o-top .box .ceo::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    height: 110%;
    background-color: #00A4C930;
    z-index: -1;
    border-radius: 100%;
    animation: rotate 4s linear infinite;
}
@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.org .o-top .box .ceo > .tit {
    font-size: 2.4rem;
    line-height: 1;
    color: #fff;
}
.org .o-top .box .vice {
    width: 32rem;
    padding: 2rem 0.5rem;
    border: 1px solid var(--main-color);
    background: #fff;
}
.org .o-top .box .vice > .tit {
    font-size: 1.8rem;
    line-height: 1.4;
    color: var(--main-color);
}

.org .o-midd {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 6rem 0;
    position: relative;
}
.org .o-midd::before {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.org .o-midd .box {
    width: 32rem;
    padding: 2rem 0.5rem;
    border: 1px solid var(--sub-color);
    text-align: center;
    background: #fff;
    border-radius: 5px;
}
.org .o-midd .box .txt {
    font-weight: 700;
    color: var(--sub-color);
}

.org .o-btm .b-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.org .o-btm .b-list::before {
    content: "";
    display: block;
    width: 81%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.org .o-btm .b-list > li {
    flex-basis: 19%;
    max-width: 19%;
    padding-top: 4rem;
    position: relative;
}
.org .o-btm .b-list > li::before {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background: #ddd;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.org .o-btm .b-list > li .box {
    width: 100%;
    padding: 2rem 0.5rem;
    background: var(--sub-color);
    text-align: center;
    border-radius: 5px;
}
.org .o-btm .b-list > li .box > .tit {
    color: #ffffff;
}
.org .o-btm .b-list > li .box > .tit,
.org .o-midd .box .txt {
    font-size: 2rem;
}
.org .o-btm .b-list > li .cont {
    background: #ffffff;
    padding: 2rem;
    box-shadow: var(--shadow02);
    min-height: 11.7rem;
}
.org .o-btm .b-list > li .cont .txt {
    color: var(--color-text3);
    font-size: var(--sub-txt-18);
    padding-bottom: 0.4rem;
}

.org .o-btm .b-list > li .cont .main_p {
    font-size: 1.6rem;
    color: #666;
    position: relative;
    padding-left: 1rem;
}
.org .o-btm .b-list > li .cont .main_p::before {
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: #222;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 1.1rem;
}

.org .bl-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.org .bl-logo img {
    width: 70%;
    height: auto;
    filter: blur(2px);
    opacity: 0.06;
    transition: 1.4s 0.6s ease;
}

.org .bl-logo img.e-on {
    filter: blur(6px);
}
/*org//*/

/*location*/
.location .info-box {
    margin-top: 4rem;
}

.location .info-box .tit {
    font-size: var(--sub-tit-34);
}

.location .info-box .line {
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    margin: 4rem 0;
}

.location .info-box .list-box .list {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.6rem;
}

.location .info-box .list-box .list .icon-txt {
    min-width: 15rem;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.location .info-box .list-box .list .info .txt {
  margin-bottom: 0.6rem;
}

.location .info-box .list-box .list .icon-txt img {
    width: 2.6rem;
    height: auto;
}

.location .info-box .list-box .list .icon-txt .t-txt {
    font-weight: 600;
}

.location .info-box .list-box .list .icon-txt .t-txt,
.location .info-box .list-box .list .txt {
    font-size: var(--sub-txt-18);
}

.location .info-box .list-box .list .txt {
    color: var(--color-text3);
}

.location .info-box .list-box .list:first-child {
    margin-bottom: 2.6rem;
}

.location .info-box .list-box .list:first-child .icon-txt img {
    width: 3rem;
}

.location .info-box .list-box .list:first-child .icon-txt .t-txt,
.location .info-box .list-box .list:first-child .txt {
    font-size: var(--sub-tit-24);
}

.location .info-box .list-box .list:first-child .txt {
    color: var(--color-text2);
    font-weight: 600;
}
/*location//*/

/*certificate*/

.certi .tab-menu {
    justify-content: space-between;
}

.certi .tab-buttons {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-basis: 37rem;
}

.certi .tab-btn {
    padding: 1rem;
    text-align: center;
    background-color: var(--gray-color);
    color: var(--color-text3);
    cursor: pointer;
    font-size: var(--sub-txt-18);
    min-width: 18rem;
    max-width: 18rem;
    border-bottom: 2px solid #ffffff;
}

.certi .tab-btn.active {

    padding: 1rem;
    background: var(--grd-color-re);
    color: #ffffff;
    font-size: var(--sub-txt-18);
    min-width: 20rem;
    max-width: 20rem;
}

/* 탭 콘텐츠 스타일 */
.certi .tab-contents {
    flex-basis: calc(100% - 37rem);
    position: relative;
}

.certi .tab-content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.certi .tab-content.active {
    position: static;
    opacity: 1;
    visibility: visible;
    height: auto;
}

.certi .tit-box {
    margin-bottom: 2rem;
}

.certi .tit-box .tit {
    font-size: var(--sub-tit-34);
}

.certi .c-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.certi .c-list > li {
    width: calc((100% - 80px) / 3);
    /* 각 박스의 너비 계산 */
    margin-right: 4rem;
    margin-bottom: 4rem;
}

.certi .c-list > li:nth-child(3n) {
    margin-right: 0;
}
.certi .c-list > li > a .img-wrap {
    position: relative;
    background: #fafafa;
    padding-top: 110%;
}
.certi .c-list > li > a .img-wrap .hover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: all 0.5s;
    opacity: 0;
    background: var(--grd-color);
    border-radius: 100%;
}
.certi .c-list > li > a:hover .img-wrap .hover-img {
    opacity: 1;
}
.certi .c-list > li > a .img-wrap .hover-img > img {
    width: 4rem;
    padding: 1.4rem;
}
.certi .c-list > li > a:hover .img-wrap .hover-img > img {
    transform: rotate(360deg);
}
.certi .c-list > li > a .img-wrap .img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
}
.certi .c-list > li > a .img-wrap .img > img {
    width: auto;
    max-width: 95%;
    height: auto;
    max-height: 95%;
}

.certi .c-list > li > a .txt {
    text-align: center;
    margin-top: 2rem;
    font-size: var(--sub-txt-18);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*certificate//*/

/*notice*/
.notice-wrap .sub-visual {
    display: none;
}

.notice .top-center {
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.notice .gallery {
    margin-top: 3rem;
    flex-wrap: wrap;
}

.notice .gallery .g-box {
    margin-right: 4rem;
    margin-bottom: 5rem;
    width: calc((100% - 12rem) / 4);
}

.notice .gallery .g-box:nth-child(4n) {
    margin-right: 0;
}

.gallery .g-box {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0 0 24px;
    border-radius: 5px;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.4s ease;
}

.gallery .g-box a {
    width: 100%;
    height: 100%;
}

.gallery .g-box:hover {
    box-shadow: #a0e6f8b1 0 0 24px;
    transform: translateY(-1rem);
}

.gallery .g-box .img-box {
    width: 100%;
    height: 24rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../img/new-bg.jpg");
    background-size: cover;
    padding: 2.4rem;
}

.gallery .g-box .img-box .grd-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.gallery .g-box .img-box.type-01 .grd-box {
    background: linear-gradient(135deg, #00a4c9, #41B06B);
}
.gallery .g-box .img-box.type-01 .division {
    background-color: #01FEA9;
}

.gallery .g-box .img-box.type-02 .grd-box {
    background: linear-gradient(135deg, #7B02D8, #AD3F91);
}
.gallery .g-box .img-box.type-02 .division {
    background-color: #FE01ED;
}

.gallery .g-box .img-box.type-03 .grd-box {
    background: linear-gradient(135deg, #0297D8, #3F45AD);
}
.gallery .g-box .img-box.type-03 .division {
    background-color: #01EDFE;
}

/* 
.gallery .g-box .img-box::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
} 
 
.gallery .g-box .img-box.type-01::after {
    background: linear-gradient(135deg, #00a4c9, #41B06B);
}
.gallery .g-box .img-box.type-01 .division {
    background-color: #01FEA9;
}
.gallery .g-box .img-box.type-02::after {
    background: linear-gradient(135deg, #7B02D8, #AD3F91);
}
.gallery .g-box .img-box.type-02 .division {
    background-color: #FE01ED;
}
.gallery .g-box .img-box.type-03::after {
    background: linear-gradient(135deg, #0297D8, #3F45AD);
}
.gallery .g-box .img-box.type-03 .division {
    background-color: #01EDFE;
}
*/
.gallery .g-box .img-box .division {
    color: #222;
    padding: 0.6rem 2.4rem;
    border-radius: 60px;
    margin-bottom: 1.5rem;
    z-index: 1;
    max-width: 15rem;
}

.gallery .g-box .img-box .division .txt {
    font-size: 1.4rem;
}

.gallery .g-box .img-box .tit {
    color: #fff;
    font-size: var(--sub-tit-24);
    margin-bottom: 0;
    z-index: 1;
    text-align: center;
}

.gallery .g-box .info {
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.gallery .g-box .info .category {
    font-size: var(--sub-txt-18);
    color: var(--main-color);
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.gallery .g-box .info .tit {
    font-size: var(--sub-txt-18);
    font-weight: 400;
    margin-bottom: 4rem;
    line-height: 1.5;
}

.gallery .g-box .info .txt {
    font-size: var(--sub-txt-18);
    color: var(--color-g-text);
}
/*notice//*/

/*employment*/
/*ideal*/
.ideal .con-box {
    padding-bottom: 16rem;
}

.ideal .con-box .step-box {
    margin-top: 5rem;
    flex-wrap: wrap;
}

.ideal .con-box .step-box .step {
    justify-content: center;
    align-items: center;
    width: calc((100% - 8rem) / 5);
    margin: 0 1rem;
    border-radius: 100%;
    box-shadow: rgba(149, 157, 165, 0.1) 0 0 10px;
    position: relative;
}

.ideal .con-box .step-box .step .img-box {
    width: 100%;
    height: auto;
    z-index: -1;
}

.ideal .con-box .step-box .step .info-box {
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ideal .con-box .step-box .step .info-box .txt {
    color: var(--main-color);
    font-size: var(--sub-txt-18);
}

.ideal .con-box .step-box .step .info-box img {
    max-width: 6rem;
    margin: 1.4rem 0;
}

.ideal .con-box .step-box .step .info-box .tit {
    font-size: 2.2rem;
    text-align: center;
}

.ideal .con-box .step-box .step:last-child .info-box .tit {
    color: #ffffff;
}

.ideal .con-box .step-box .step:first-child {
    margin-left: 0;
}
.ideal .con-box .step-box .step:last-child {
    margin-right: 0;
}
/*ideal//*/

/*culture*/
.culture .con-box {
    background-color: var(--gray-color);
    padding: 14rem 0;
}

.culture .culture-box {
    margin-top: 5rem;
}

.culture .culture-box .f-box {
    justify-content: space-between;
}

.culture .culture-box .f-box .info-box {
    padding: 4rem 3rem;
    background-color: #ffffff;
    border-radius: 5px;
    flex-direction: column;
    width: 32%;
}

.culture .culture-box .f-box .info-box .top-box {
    margin-bottom: 6.8rem;
}

.culture .culture-box .f-box .info-box .tit {
    font-size: var(--sub-tit-24);
    margin-bottom: 1rem;
}

.culture .culture-box .f-box .info-box .txt {
    font-size: var(--sub-txt-18);
    color: var(--color-text3);
}

.culture .culture-box .f-box .info-box img {
    width: 6rem;
    height: auto;
}

.culture .culture-box .f-box .info-box .bottom-box {
    justify-content: flex-end;
}
/*culture//*/
/*jop-posting*/
.job-posting .con-box {
    padding: 14rem 0 10rem;
}

.job-posting .top-center {
    margin-top: 5rem;
}

.job-posting .posting-box {
    margin-top: 2rem;
}

.job-posting .posting-box .c-box {
    margin-bottom: 2rem;
}

.job-posting .posting-box .c-box a {
    padding: 2.8rem 3rem;
    flex-wrap: wrap;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.job-posting .posting-box .c-box a:hover {
    box-shadow: #41B06B30 0 0 20px;
    border: 1px solid #ffffff;
    transition: all 0.4s ease;
}

.job-posting .posting-box .f-box {
    justify-content: space-between;
    align-items: center;
}

.job-posting .posting-box .c-box .recruitment-box {
    flex-direction: row;
    justify-content: flex-start;
    width: 85%;

}

.job-posting .posting-box .c-box .recruitment-box .recruitment {
    border-radius: 5px;
    min-width: 10.5rem;
}

.job-posting .posting-box .c-box.type-01 .recruitment-box .recruitment {
    background-color: var(--main-color);
}

.job-posting .posting-box .c-box.type-02 .recruitment-box .recruitment {
    background-color: var(--color-text3);
}

.job-posting .posting-box .c-box .recruitment-box .recruitment .txt {
    font-size: var(--sub-txt-18);
    text-align: center;
    color: #fff;
    padding: 1rem 0;
}

.job-posting .posting-box .c-box .recruitment-box .title {
    padding-left: 6rem;
    width: calc(100% - 105px);
}

.job-posting .posting-box .c-box .recruitment-box .title .tit {
    font-size: 2rem;
}

.job-posting .posting-box .c-box a .recruitment-box .title .tit {
    transition: all 0.4s ease;
}

.job-posting .posting-box .c-box a:hover .recruitment-box .title .tit {
    color: var(--main-color);
}

.job-posting .posting-box .c-box .day-box {
    width: 15%;
    text-align: right;
}

.job-posting .posting-box .c-box .day-box .txt {
    color: var(--color-g-text);
    font-size: var(--sub-txt-18);
}
/*jop-posting//*/
/*employment//*/

/*contact*/
.contact-wrap .sub-visual {
    display: none;
}

.inquiry .content-wrap {
    margin-top: 6rem;
}

.inquiry .content-wrap .form-box {
    border-radius: 5px;
    border: 1px solid #eeeeee;
    padding: 1rem 2rem;
    width: 100%;
    min-height: 7rem;
}

.inquiry .content-wrap .info-box > .f-box {
    gap: 2rem;
    flex-wrap: wrap;
}

.inquiry .content-wrap .f-box {
    align-items: center;
}

.inquiry .content-wrap .f-box.f-start {
    align-items: flex-start;
}

.inquiry .content-wrap .f-box.h-auto {
    height: auto;
}

.inquiry .content-wrap .form-box .l-box {
    min-width: 8rem;
}

.inquiry .content-wrap .form-box .r-box {
    width: calc(100% - 8rem);
}

.inquiry .content-wrap .form-box .r-box input,
.inquiry .content-wrap .form-box .r-box textarea {
    width: 100%;
    border: none;
}

.inquiry .content-wrap .form-box .r-box textarea {
    height: 26rem;
}

.inquiry .content-wrap .form-box .l-box .txt {
    font-size: var(--sub-txt-18);
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.inquiry .content-wrap .form-box .l-box .txt.essential::before {
    display: block;
    content: "*";
    position: absolute;
    top: -2px;
    right: -10px;
    color: var(--main-color);
}

.inquiry .content-wrap .form-box .r-box {
    padding-left: 3rem;
    display: flex;
}

.inquiry .content-wrap .form-box {
    width: 100%;
}

.inquiry .content-wrap .form-box.w-50 {
    width: calc(50% - 1rem);
}

.inquiry .content-wrap .form-box.category input {
    width: auto;
}

.inquiry .content-wrap .form-box.category input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background-color: #d9d9d9;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}

.inquiry .content-wrap .form-box.category input[type='radio']::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    background-color: transparent;
    border-radius: 50%;
}

.inquiry .content-wrap .form-box.category input[type='radio']:checked {
    background-color: var(--main-color);
}

.inquiry .content-wrap .form-box.category label {
    padding-left: 0.4rem;
    color: #d9d9d9;
    cursor: pointer;
}

.inquiry .content-wrap .form-box.category .radio-box.on label {
    color: var(--main-color);
}

.inquiry .content-wrap .form-box.category .radio-box {
    margin-right: 1.5rem;
    align-items: center;
}

.inquiry .content-wrap .form-box input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.25em;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    cursor: pointer;
}

.inquiry .content-wrap .form-box input[type="checkbox"]:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
    position: relative;
}

.inquiry .content-wrap .form-box input[type="checkbox"]::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
}

.inquiry .content-wrap .form-box input[type="checkbox"]:checked::after {
    opacity: 1;
}

.inquiry .content-wrap .form-box .input_item {
    align-items: center;
}

.inquiry .content-wrap .form-box .checkbox_list {
    margin-right: 1rem;
}

.inquiry .agree-wrap {
    margin-top: 3rem;
}
.inquiry .agree-wrap .a-content {
    width: 100%;
    background: #fafafa;
    color: #222;
    padding: 2rem 4rem;
}
.inquiry .agree-wrap .a-content .a-txt > h4 {
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px solid #888;
    padding-bottom: 1.5rem;
}

.inquiry .agree-wrap .a-content .a-txt .txt-wrap {
    margin: 2rem 0;
    overflow-y: scroll;
    height: 20rem;
}
.inquiry .agree-wrap .a-content .a-txt .txt-wrap .txt-box .tit {
    font-size: 1.4rem;
    opacity: 0.8;
    margin-bottom: 0.5rem;
}
.inquiry .agree-wrap .a-content .a-txt .txt-wrap .txt-box .sub {
    font-size: 1.4rem;
    opacity: 0.4;
}
.inquiry .agree-wrap .a-content .a-txt .txt-wrap .txt-box + .txt-box {
    margin-top: 3rem;
}

.inquiry .agree-wrap .a-content .a-btn {
    border-top: 1px solid #888;
    padding-top: 1.5rem;
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap {
    cursor: pointer;
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap .material-icons {
    vertical-align: middle;
    font-size: 2.2rem;
    margin-top: -0.2rem;
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap > input[type="checkbox"] {
    margin: 0;
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap > input[type="checkbox"]:checked + .material-icons {
    color: var(--main-color);
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap > p {
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 0.5rem;
}

.inquiry .btn-wrap {
    margin-top: 3rem;
    text-align: center;
}

.inquiry .form-box .nice-select {
    width: 100%;
}

.inquiry .form-box input[type="file"] {
    display: none;
}

.inquiry .content-wrap .form-box .r-box .upload-name {
    width: calc(100% - 10rem);
    padding: 0 1rem;
}

.inquiry .form-box label.file-label {
    width: 10rem;
    text-align: center;
    color: var(--color-text3);
    padding: 1rem;
    background-color: #eeeeee;
    cursor: pointer;
}

input::placeholder,
input::value {
    color: #888888;
}

/*contact //*/

/*view-page*/
.view-page-wrap .sub-visual {
    display: none;
}

.view-page-wrap .breadcrumbs {
    margin-bottom: 1rem;
    display: none;
}

.view-page {
    padding-top: 14rem;
}

.view-page .top-box {
    text-align: center;
    margin-bottom: 6rem;
}

.view-page .top-box .category {
    font-size: var(--font-size-tit);
    font-weight: bold;
    margin-bottom: 1.6rem;
}

.view-page .top-box .day {
    font-size: var(--sub-txt-18);
    color: var(--color-g-text);
    font-weight: 400;
}

.view-page .tit-info-wrap {
    padding: 2rem;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 6rem;
}

.view-page .tit-info-wrap .tit-box {
    margin-bottom: 1.6rem;
}

.view-page .tit-info-wrap .tit-box .tit {
    font-size: var(--sub-tit-30);
}

.view-page .tit-info-wrap .info-box .info {
    margin-right: 2.5rem;
}

.view-page .info-box img {
  max-width: 50%;
  margin: auto;
}

.view-page .tit-info-wrap .info-box .info .txt {
    margin-right: 0.6rem;
    color: var(--color-text3);
}

.view-page .tit-info-wrap .file-box {
    margin-top: 1rem;
}

.view-page .tit-info-wrap .file-box a {
    gap: 0.6rem;
}

.view-page .tit-info-wrap .file-box img {
    width: 1.4rem;
}

.view-page .tit-info-wrap .file-box .txt {
    color: var(--color-text3);
}

/*page-btn*/

.prev-next-list-wrap {
    margin-top: 6rem;
}

.prev-next-box .page-btn {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.prev-next-box .page-btn:nth-child(even) {
    border-top: 0;
}

.prev-next-box .page-btn a {
    padding: 2rem;
    align-items: center;
}

.prev-next-box .page-btn .txt {
    width: 10rem;
}

.prev-next-box .page-btn .info {
    width: calc(100% - 10rem);
    color: var(--color-text3);
}

.prev-next-box .page-btn a:hover .info {
    color: var(--color-text2);
}

.prev-next-list-wrap .list-box {
    text-align: center;
    margin-top: 4rem;
}
/*page-btn//*/
/*view-page//*/

/*solution//*/
/*feature*/

.solution .features {
    position: relative;
}

.solution .features .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(20, 110, 226, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-radius: 100px;
    z-index: -1;
}

.solution .feature .sol-box {
    justify-content: center;
    align-items: flex-start;
}

.solution .feature .sol-box .img-box {
    max-width: 40rem;
    margin-right: 10rem;
}

.solution .feature .sol-box .img-box img {
    /* transform: translateY(-8rem); */
    margin-top: -8rem;
}

.solution .feature .sol-box .txt-box {
    margin-top: 3rem;
    padding-right: 3rem;
}

.solution .feature .sol-box .txt-box .tit {
    font-size: var(--sub-tit-30);
    margin-bottom: 2rem;
    font-weight: 700;
}

.solution .feature .sol-box .txt-box > .txt {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 3rem;
}

.solution .feature .sol-box .txt-box > .f-box {
  justify-content: flex-start;
}

.solution .feature .sol-box .txt-box .sol-btn .f-box {
    background-color: var(--sub-color);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
}

.solution .feature .sol-box .txt-box .sol-btn .txt {
    color: #ffffff;
    font-size: var(--sub-txt-18);
    font-weight: 400;
}

.solution .feature .sol-box .txt-box .sol-btn img {
    border-radius: 100%;
    background-color: #ffffff10;
    padding: 0.6rem;
    height: 2.2rem;
    width: auto;
}

a.sol-btn {
    display: inline-block;
    background-color: var(--sub-color);
    padding: 1rem 2rem;
    border-radius: 5px;
    color: #ffffff;
}

.s1_arrow {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 5rem auto 8rem;
    width: 100%;
}
.s1_arrow .scroll-arrow {
    animation: arrow-wave 1s infinite;
    animation-direction: alternate;
    margin: 0 auto -0.2rem;
    max-width: 3.6rem;
}
.s1_arrow .scroll-arrow:nth-child(1) {
    animation-delay: 0.1s;
}
.s1_arrow .scroll-arrow:nth-child(2) {
    animation-delay: 0.2s;
}
.s1_arrow .scroll-arrow:nth-child(3) {
    animation-delay: 0.3s;
}
@keyframes arrow-wave {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.solution .features .con-box {
    padding-bottom: 12rem;
    margin-top: 10rem;
}

.solution .title-wrap {
    text-align: center;
    margin-bottom: 4rem;
}

.solution .title-wrap img {
    width: auto;
    height: 4rem;
    margin: 0 auto 3rem;
}

.solution .title-wrap .tit {
    font-size: var(--sub-tit-34);
    line-height: 1.6;
    letter-spacing: -0.2px;
    margin-bottom: 1rem;
}

.solution .title-wrap .txt {
    font-size: var(--sub-txt-18);
}

.solution .feature .info-box.type-01 {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 8rem;
}

.solution .feature .info-box.type-01 .list-item {
    width: calc(50% - 1rem);
    border: 1px solid var(--sub-color);
    border-radius: 5px;
    margin-bottom: 2rem;
}

.solution .feature .info-box.type-01 .num {
    background-color: var(--sub-color);
    max-width: 10rem;
    flex-basis: 10rem;
    justify-content: center;
    align-items: center;
}

.solution .feature .info-box.type-01 .num .txt {
    font-size: var(--sub-tit-34);
    font-weight: 500;
    color: #ffffff;
}

.solution .feature .info-box.type-01 .info {
    width: calc(100% - 10rem);
    padding: 2rem;
}

.solution .feature .info-box.type-01 .info .tit {
    font-size: var(--sub-tit-24);
    color: var(--sub-color);
    margin-bottom: 1rem;
}

.solution .feature .info-box.type-01 .info .txt {
    font-size: var(--sub-txt-18);
}

.solution .feature .info-box.type-02 {
    gap: 3rem;
}

.solution .feature .info-box.type-02 .list-item {
    border: 1px solid var(--sub-color);
    border-radius: 5px;
    padding: 4.8rem 4.2rem;
    width: 100%;
    position: relative;
    min-height: 33rem;
    overflow: hidden;
}

.solution .feature .info-box.type-02 .f-box {
    flex-direction: column;
}

.solution .feature {
    margin-bottom: 4rem;
}

.solution .feature .info-box.type-02 .list-item .title .txt {
    font-size: var(--sub-txt-18);
    font-weight: 500;
    margin-bottom: 1.8rem;
}

.solution .feature .info-box.type-02 .list-item .title .tit {
    font-size: var(--sub-tit-24);
    color: var(--sub-color);
}

.solution .feature .info-box.type-02 .list-item .info {
    margin-top: 2.5rem;
}

.solution .feature .info-box.type-02 .list-item .info .txt {
    color: var(--color-text2);
    font-size: var(--sub-txt-18);
    font-weight: 500;
    margin-bottom: 0.4rem;
}

.solution .feature .info-box.type-02 .list-item::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--grd-color-re);
    transition: all 0.8s ease;
    z-index: -1;
    opacity: 0;
}

.solution .feature .info-box .list-item:hover::after {
    opacity: 1;
}

.solution .feature .info-box.type-02 .list-item:hover .info .txt,
.solution .feature .info-box.type-02 .list-item:hover .title .tit,
.solution .feature .info-box.type-02 .list-item:hover .title .txt {
    color: #fff;
}

.solution .feature .info-box .list-item:hover .info .txt-dot::after {
    background-color: #ffffff;
    transition: all 0.2s ease;
}

/*feature//*/

/*s-screen*/
.solution .s-screen {
    background-color: #F4F9FC;
}

.solution .s-screen .con-box {
    padding: 14rem 0 0;
}

.solution .s-screen .f-box {
    align-items: center;
    flex-direction: column;
}

.solution .s-screen .slide-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 122rem;
}

.solution .s-screen-box {
    /* box-shadow: 0 0 10px #c7c7c7; */
    border-radius: 5px;
    margin-bottom: 3rem;
}

.solution .s-screen-box .swiper {
    width: 100%;
    height: 100%;
}

.solution .s-screen-box .s-screen-list {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: relative;
}

.solution .s-screen-box .s-screen-list img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* 
.solution .s-screen-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} */

.solution .s-screen-box .swiper-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    transform: translate3d(0, 0px, 0px) !important;
}

.solution .s-screen-box .swiper-slide {
    cursor: pointer;
    text-align: center;
    border: 1px solid var(--sub-color02);
    border-radius: 50px;
    margin: 0.5rem !important;
    max-width: calc(25% - 1rem);
}

.solution .s-screen-box .swiper-slide .txt {
    font-size: var(--sub-txt-18);
    padding: 0.6rem 1rem;
    color: var(--sub-color02);
}

.solution .s-screen-box .swiper-slide.active {
    background-color: var(--sub-color02);
}

.solution .s-screen-box .swiper-slide.active .txt {
    color: #ffffff;
}

/*s-screen//*/

/*pros-cons*/
.solution .pros-cons .con-box {
    padding: 14rem 0;
}

.solution .pros-cons .con-box .info-box {
    margin-top: 5rem;
}

.solution .pros-cons .info-box .f-box {
    justify-content: space-between;
    gap: 6rem;
}

.solution .pros-cons .info-box .list-info {
    margin-bottom: 2rem;
}

.solution .pros-cons .info-box .list-info .p-c-box {
    max-width: 50%;
    flex-basis: 50%;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    text-align: center;
    font-size: var(--sub-txt-18);
    position: relative;
}

.solution .pros-cons .info-box .list-info .p-c-box.type-01::after {
    display: block;
    content: "";
    position: absolute;
    right: -42px;
    bottom: 50%;
    transform: translateY(50%);
    width: 26px;
    height: 16px;
    background-image: url("../img/p-c-arrow.svg");
}

.solution .pros-cons .info-box .list-info .p-c-box .t-box {
    background-color: #eeeeee;
}

.solution .pros-cons .info-box .list-info .p-c-box.type-02 {
    border: 1px solid var(--sub-color);
}

.solution .pros-cons .info-box .list-info .p-c-box.type-02 .t-box {
    background-color: var(--sub-color);
}

.solution .pros-cons .info-box .list-info .p-c-box.type-02 .t-box .txt {
    color: #ffffff;
}

.solution .pros-cons .info-box .list-info .p-c-box.type-02 .b-box .txt span {
    color: var(--sub-color);
}

.solution .pros-cons .info-box .list-info .p-c-box .t-box {
    padding: 1rem;
}

.solution .pros-cons .info-box .list-info .p-c-box .b-box {
    padding: 3rem 1rem;
}

.solution .pros-cons .info-box .list-info .p-c-box .line {
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #eeeeee;
}
/*pros-cons//*/

/*pros-cons02*/
.solution .pros-cons-02 .con-box {
    padding: 14rem 0 0;
}

.solution .pros-cons-02 .con-box .info-box {
    margin-top: 5rem;
}

.solution .pros-cons-02 .info-box > .f-box {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
}
.solution .pros-cons-02 .info-box .list-info .p-c-box {
    max-width: calc(50% - 1.5rem);
    flex-basis: calc(50% - 1.5rem);
    border: 1px solid #eeeeee;
    border-radius: 5px;
    font-size: var(--sub-txt-18);
    position: relative;
    overflow: hidden;
}

.solution .pros-cons-02 .info-box .list-info.f-box {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.solution .pros-cons-02 .info-box .list-info.f-box .f-box {
    justify-content: flex-start;
    align-items: center;
}

.solution .pros-cons-02 .info-box .list-info .p-c-box {
    border: 1px solid #eeeeee;
}

.solution .pros-cons-02 .info-box .list-info .p-c-box .t-box {
    background-color: #eeeeee;
    padding: 1.4rem 2rem;
    height: 100%;
}

.solution .pros-cons-02 .info-box .list-info .p-c-box .f-box {
    justify-content: center;
    align-items: center;
}

.solution .pros-cons-02 .info-box .list-info .p-c-box .t-box .txt {
    font-size: var(--sub-tit-24);
    font-weight: 600;
    color: #ffffff;
}

.solution .pros-cons-02 .info-box .list-info .p-c-box .b-box .txt-dot::after {
    background-color: #eeeeee;
}

.solution .pros-cons-02 .info-box .list-info .p-c-box .b-box {
    padding: 0 1.4rem;
}

/*SCV*/
/*SCV//*/

/*arranger*/
.solution .pros-cons-02.arranger .info-box .list-info .p-c-box {
    border: 1px solid var(--main-color);
}
.solution .pros-cons-02.arranger .info-box .list-info .p-c-box .t-box {
    background-color: var(--main-color);
}
.solution .pros-cons-02.arranger .info-box .list-info .p-c-box .b-box .txt-dot::after {
    background-color: var(--main-color);
}
/*arranger//*/

/*pros-cons02//*/

/*configuration*/
.configuration .con-box {
    padding: 0 0 14rem;
}
.configuration.type-02 .con-box {
    padding-bottom: 0;
}

.configuration .title-wrap {
    margin-bottom: 4rem;
}

.configuration .con-box .con-wrap {
    justify-content: space-between;
}

.configuration .con-wrap .info-box {
    position: relative;
}

.configuration .con-box .title-box {
    border-radius: 10px 10px 0 0;
    min-width: 25rem;
    text-align: center;
}

.configuration .con-box .title-box .txt {
    padding: 1rem;
}

.configuration .con-box .info-box.type-01 .desc-box,
.configuration .con-box .info-box.type-01 .title-box {
    background-color: #00A4C9;
}

.configuration .con-box .info-box.type-02 .desc-box,
.configuration .con-box .info-box.type-02 .title-box {
    background-color: #006FC9;
}

.configuration .con-box .info-box.type-01 .img-box {
    border: 2px solid #00A4C9;
}

.configuration .con-box .info-box.type-02 .img-box {
    border: 2px solid #006FC9;
}

.configuration .con-box .img-box {
    margin-bottom: 2rem;
}

.configuration.type-02 .con-box .img-box {
    padding: 2rem;
    border-radius: 0 0 10px 10px;
}

.configuration .con-box .info-box .desc-box {
    border-radius: 10px;
}

.configuration .con-wrap .info-box.w-50 {
    width: calc(50% - 2rem);
}

.configuration .con-box .info-box .desc-box .txt,
.configuration .con-box .title-box .txt {
    color: #ffffff;
    text-align: center;
    font-size: var(--sub-txt-18);
}

.configuration .con-box .info-box .desc-box .txt {
    padding: 2.5rem;
}

/*configuration//*/
/*solution//*/



.error {
    width: 100%;
    margin: 40rem auto 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    text-align: center;
}

.error h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
}

.error p {
    font-size: 1.6rem;
    margin-bottom: 4rem;
}

.error a {
    background-color: #222;
    padding: 1.4rem 2rem;
    color: #fff;
    border-radius: 100px;
    font-size: 1.6rem;
}
