@charset "utf-8";
/* CSS Document */

/** SUB **/
/* sub - inc */
.box2 {
    width: 580px;
    margin: 0 auto;
}
.subBg1 {
    background: var(--siteBg1);
}
.subBlurCircle {
    position: absolute;
    width: 20%;
    padding: 15%;
    border-radius: 50%;
    background: var(--crGrad2);
    filter: blur(4em);
    opacity: .4;
    transition: all 1s linear;
    animation: blurCircle 4s linear infinite;
    right: 0;
    bottom: 0;
}
.sub-title {
    margin-bottom: 3em;
}
.sub-title > p {
    margin-top: 1rem;
}
.sub-title.objectSt {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background: var(--siteC);
    color: var(--crWhite);
    margin: 0 auto;
    margin-bottom: 5rem;
    position: relative;
    z-index: 11;
    box-shadow: 0 0 20px rgb(0 29 108 / 30%);
}
.sub-title.objectSt > h3 {
    position: relative;
}
.sub-title.objectSt::before {
    content: '';
    position: absolute;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px dotted #ddd;
    /* background: #eee; */
    z-index: 0;
    animation-name: rotateAni;
    animation-duration: 30s;
    transform-origin: center;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.sub-title.objectSt::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 5rem;
    top: 100%;
    left: calc(50% - 1.5px);
    background: var(--siteC);
}
.sub-grayBg {
    background-color: #f8f8f8;
}

.nocon.ico {}
.nocon .imgfix {
    width: 4.5em;
    height: 4.5em;
}

/***** Sub Company *****/
/* about - overview */
.vision-list {}
.vision-list > li {
    backdrop-filter: blur(15px);
    border-radius: 1em;
    overflow: hidden;
    padding: 2em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.vision-list > li::before {
    content: '';
    position: absolute;
    top: var(--y);
    left: var(--x);
    background: radial-gradient(var(--crWhite), transparent, transparent, transparent);
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    transition: transform 0.2s;
}
.vision-list > li:hover::before {
    transform: translate(-50%, -50%) scale(2);
}
.vision-list > li .num {
    width: 2em;
    height: 2em;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid var(--crWhite);
}
.vision-list > li .vision-tit {
    margin: 1em 0;
}
.vision-list > li .vision-txt {}
/* // */

/* about - philosophy */
/* .philosophy-list { margin-top: 2em; } 
.philosophy-list > li { } 
.philosophy-list > li .circle-in { position: relative; width: calc(1440px / 4 - 30px); height: calc(1440px / 4 - 30px); border: 3px solid var(--siteC3); border-radius: 50%; box-shadow: 0 15px 20px rgba(0,0,0,0.1); } 
.philosophy-list > li .circle-in .icon-area { } 
.philosophy-list > li .circle-in .icon-area .imgfix { width: 100px; margin: 0 auto; } 
.philosophy-list > li .circle-in .txt-area { margin-top: 1em; } 
.philosophy-list > li .circle-in .txt-area > span { display: block; } */
.philosophy-wrap {
    position: relative;
}
.philosophy-list {
    margin-top: 3em;
    gap: 7em 0;
    padding: 3em 0;
    position: relative;
    z-index: 11;
}
.philosophy-list > li {
    flex: 1 1 calc(50% - 1.5em);
}
.philosophy-list > li .circle-in {
    position: relative;
    border: 3px solid var(--siteC3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 100px;
    padding: .875em 2em;
    text-align: left;
    gap: 1.5em;
    width: 65%;
    margin-left: 20%;
    background: var(--crWhite);
}
.philosophy-list > li:nth-child(2n + 1) .circle-in {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: 15%;
    margin-right: 0;
}
.philosophy-list > li:nth-child(3) .circle-in {
    margin-right: 25%;
    margin-left: 0;
}
.philosophy-list > li:nth-child(4) .circle-in {
    margin-left: 35%;
    margin-right: 0;
}
.philosophy-list > li .circle-in .icon-area {}
.philosophy-list > li .circle-in .icon-area .imgfix {
    width: 70px;
    margin: 0 auto;
}
.philosophy-list > li .circle-in .txt-area {}
.philosophy-list > li .circle-in .txt-area > span {
    display: block;
}

.philoCircle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.philoCircle .circleIn {
    width: 15em;
    height: 15em;
    border-radius: 50%;
    background: var(--siteC);
    box-shadow: 0 25px 30px #2E3B8030;
    position: relative;
}
.philoCircle .circleIn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20em;
    height: 20em;
    border: 5px solid #ddd;
    border-radius: 50%;
}
.philoCircle .circleIn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35em;
    height: 35em;
    border: 5px dotted #eee;
    border-radius: 50%;
    animation-name: rotateAni;
    animation-duration: 50s;
    transform-origin: center;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes rotateAni {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.philoCircle .circleIn .ltsp {
    letter-spacing: 18px;
    margin-left: 20px;
}
.philosophy-wrap {
    position: relative;
}
.philosophy-list {
    margin-top: 3em;
    gap: 7em 0;
    padding: 3em 0;
    position: relative;
    z-index: 11;
}
.philosophy-list > li {
    flex: 1 1 calc(50% - 1.5em);
}
.philosophy-list > li .circle-in {
    position: relative;
    border: 3px solid var(--siteC3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 100px;
    padding: .875em 2em;
    text-align: left;
    gap: 1.5em;
    width: 65%;
    margin-left: 20%;
    background: var(--crWhite);
}
.philosophy-list > li:nth-child(2n + 1) .circle-in {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: 15%;
    margin-right: 0;
}
.philosophy-list > li:nth-child(3) .circle-in {
    margin-right: 25%;
    margin-left: 0;
}
.philosophy-list > li:nth-child(4) .circle-in {
    margin-left: 35%;
    margin-right: 0;
}
.philosophy-list > li .circle-in .icon-area {}
.philosophy-list > li .circle-in .icon-area .imgfix {
    width: 70px;
    margin: 0 auto;
}
.philosophy-list > li .circle-in .txt-area {}
.philosophy-list > li .circle-in .txt-area > span {
    display: block;
}

.philoCircle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.philoCircle .circleIn {
    width: 15em;
    height: 15em;
    border-radius: 50%;
    background: var(--siteC);
    box-shadow: 0 25px 30px #2E3B8030;
    position: relative;
}
.philoCircle .circleIn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20em;
    height: 20em;
    border: 5px solid #ddd;
    border-radius: 50%;
}
.philoCircle .circleIn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35em;
    height: 35em;
    border: 5px dotted #eee;
    border-radius: 50%;
    animation-name: rotateAni;
    animation-duration: 50s;
    transform-origin: center;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes rotateAni {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.philoCircle .circleIn .ltsp {
    letter-spacing: 18px;
    margin-left: 20px;
}
/* // */
/* about - history */
.history-intro {
    height: 500px;
    border-radius: 1em;
    overflow: hidden;
}
.history-intro .txt-area .en {
    margin-bottom: 1rem;
}
.history-intro .txt-area .tit {
    letter-spacing: 0.5em;
    transition: 2s;
}
.history-intro.aos-animate .txt-area .tit {
    letter-spacing: 1px;
}

.history-section {
    padding: 3em 0;
}
.history-section .inner {}
.history-section .inner .year > p {
    transition: 0.3s;
}
.history-section .inner .year.active > p {
    font-size: 5em;
}
.history-section:last-child .inner .year {
    height: auto !important;
}
.history-section .inner .year-list {
    padding-left: 30%;
    flex: 1;
}
.history-section .inner .year-list > li {
    border-bottom: 1px solid var(--crBlack);
    padding: 3em 0;
}
.history-section .inner .year-list > li:last-child {
    border-bottom: none;
}
.history-section .inner .year-list > li .years-in {
    margin-top: -0.5em;
}
.history-section .inner .year-list > li dd {
    padding: 1em 0;
    position: relative;
}
.history-section .inner .year-list > li dd:first-child {
    padding-top: 0;
}
.history-section .inner .year-list > li dd:last-child {
    padding-bottom: 0;
}
.history-section .inner .year-list > li p {
    position: relative;
    padding: 0 0.75em;
}

.history-img {
    height: 500px;
    overflow: hidden;
    border-radius: 1em;
}
#historyNav {
    position: fixed;
    bottom: 1em;
    left: 50%;
    transform: translate(-50%, 5em);
    opacity: 0;
    transition: 0.3s;
}
#historyNav.act {
    transform: translate(-50%, 0);
    opacity: 1;
}
#historyNav .nav-list {
    padding: 0.75em;
    border-radius: 100px;
    border: 1px solid #ddd;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: var(--crWhite);
    position: relative;
}
#historyNav .nav-list > li {
    cursor: pointer;
    border-radius: 100px;
    position: static;
    z-index: 11;
}
#historyNav .nav-list > li .in {
    display: inline-block;
    padding: 0.25em 1.25em;
    color: #888;
    transition: 0.3s;
}
#historyNav .nav-list > li .in.active {
    color: #fff;
}
#historyNav .marker {
    content: '';
    position: absolute;
    bottom: 0.75em;
    left: 50%;
    width: 0%;
    height: calc(100% - 1.5em);
    background-color: var(--siteC);
    transition: 0.3s;
    border-radius: 100px;
    z-index: 0;
}
/* // */

/* about - ci */
.type-wrap > ul > li .img-wrap {
    border: 1px solid #aaa;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.l-color {}
.l-color .list {}
.l-color .list > li {
    flex: 1;
}
.l-color .list > li .palette {
    padding: 5em 1em 1em 2em;
    border-radius: 10px;
}
.l-color .list > li .palette.st1 {
    background: #86cbe9;
}
.l-color .list > li .palette.st2 {
    background: #fff;
    border: 1px solid #aaa;
}
.l-color .list > li .palette > p {}
.l-color .list > li .color-code {
    padding-left: 1em;
}
.l-color .list > li .color-code > li {
    margin-bottom: 1em;
}
.l-color .list > li .color-code > li dl {
    padding-left: 0.75em;
    position: relative;
}
.l-color .list > li .color-code > li dl::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--siteC);
}
.l-color .list > li .color-code > li dt {
    min-width: 7em;
}
.l-color .list > li .color-code > li dd {}
/* // */

/* about - location */
.map-container {}
.map-container .map-info {}
.map-info {}
.map-info .tab-title {
    border-bottom: 3px solid #eee;
    padding-bottom: 1em;
}
.map-info .tab-title > h3 {
    color: #ccc;
    font-weight: 500;
    transition: 0.2s;
}
.map-info .tab-title > h3:hover,
.map-info .tab-title > h3.on {
    color: #000;
    font-weight: 700;
}
.map-info .info-list {}
.map-info .info-list > li {
    margin-bottom: 2.5em;
}
.map-info .info-list > li dl {
    padding-right: 2em;
    box-sizing: border-box;
}
.map-info .info-list > li dt {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: var(--siteC);
}
.map-info .info-list > li dd {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5em;
}
.map-info .info-list .info-area {
    padding: 1.5em 0;
}
.map-container .map {
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: 550px;
    overflow: hidden;
}
/* // */

/* rnd - intro */
.section-lay-img {
    position: relative;
}
.section-lay-img .gsBlank {
    position: absolute;
    top: 50%;
    right: 0;
    height: 105%;
    width: 50vw;
    background: #fff;
    transform: translateY(-50%);
}
.section-lay-img .imgfix {
    height: 450px;
    width: 1680px;
}

.rnd-container .inner {
    gap: 5em;
    position: relative;
}
.rnd-container .inner .rnd-list-wrap .list > li {
    flex: 1;
}
.rnd-container .inner .rnd-list-wrap .bg-wrap {
    height: 500px;
    padding: 3.5em 2em;
    position: relative;
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.rnd-container .inner .rnd-list-wrap .bg-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.rnd-list-wrap .txt-area {
    position: relative;
    z-index: 1;
}
.rnd-list-wrap .txt-area .tit {
    margin: 0.5rem 0;
}
/* // */

/* rnd - objective */
.object-list {
    border: 3px solid var(--siteC);
    border-radius: 500px;
    padding: 1.5em;
    box-sizing: border-box;
}
.object-list > li {}
.object-list > li .circle-area {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 50px rgb(1 111 204 / 30%);
    transition: background-size 1s;
    background-size: 100%;
}
.object-list > li .circle-area:hover {
    background-size: 125%;
}
.object-list > li .circle-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    pointer-events: none;
}
.object-list > li .circle-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    z-index: 1;
    transition: 0.5s;
}
.object-list > li .circle-area:hover::after {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.object-list > li .circle-area .txt-area {
    position: relative;
    z-index: 11;
}
.object-list > li .circle-area .txt-area > span {}
.object-list > li .circle-area .txt-area > p {}

.objective-ico {}
.objective-ico .ico-list {}
.objective-ico .ico-list > li {
    flex: var(--fx);
}
.objective-ico .ico-list > li .ico-area {
    border: 2px solid #fff;
    background: linear-gradient(135deg, #f3f5f8, #fff);
    border-radius: 1em;
    height: 220px;
    padding: 2em;
    box-sizing: border-box;
    position: relative;
    box-shadow: 10px 10px 30px rgb(0 50 156 / 8.5%);
}
.objective-ico .ico-list > li .ico-area .tit {}
.objective-ico .ico-list > li .ico-area .ico {
    position: absolute;
    bottom: 2em;
    right: 2em;
}
.objective-ico .ico-list > li .ico-area .ico .imgfix {
    width: 6em;
    height: 6em;
}
/* // */
/* rnd - facility */
.facility-wrap {
    position: relative;
}
.facilitySwiper {
    /* overflow: visible !important; */
}
.facilitySwiper .list {}
.facilitySwiper .list > li {}
.facilitySwiper .list > li .img-area {
    border: 1px solid #ddd;
    border-radius: 1em;
    padding: 2em;
    box-sizing: border-box;
    overflow: hidden;
}
.facilitySwiper .list > li .img-area .imgfix {
    height: 12em;
}
.facilitySwiper .list > li .prod-name {}

.facility-table {}
.facility-table .board_table {
    border-top: 2px solid #000;
}
.facility-table .board_table tr:nth-child(odd) {
    /* background: #f8f8f8; */
}
.facility-table .board_table th {
    font-size: 1.25rem;
}
.facility-table .board_table td {
    font-size: 1.125em;
    padding: 0.5em 1.5em;
}
.facility-table .board_table td:not(:nth-child(2)) {
    border-right: 1px solid #ddd;
}
.facility-table .board_table td:last-child {
    border-right: none;
} 
.facility-control {
    position: absolute;
    width: 100%;
    top: calc(50% - 2.5em);
    left: 0;
    transform: translateY(-50%);
    z-index: 120;
}
.facility-control .facilitySwiper-prev,
.facility-control .facilitySwiper-next {
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: var(--crWhite);
    color: var(--crBlack);
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s;
}
.facility-control .facilitySwiper-prev {
    margin-left: -1.75em;
}
.facility-control .facilitySwiper-next {
    margin-right: -1.75em;
}
.facility-control .facilitySwiper-prev:hover,
.facility-control .facilitySwiper-next:hover {
    background: var(--siteC);
    color: var(--crWhite);
    border-color: var(--siteC);
}
.facility-control .facilitySwiper-prev .xi,
.facility-control .facilitySwiper-next .xi {}

.facilitySwiper-pagination {
    text-align: center;
}
.facilitySwiper-pagination > span {
    transition: 0.3s;
    opacity: 0.2;
}
.facilitySwiper-pagination > span.swiper-pagination-bullet-active {
    background: var(--siteC);
    opacity: 1;
}
.chamber-list {}
.chamber-list > li {
    position: relative;
}
.chamber-list > li .txt-area {}
.chamber-list > li .txt-area > p {}
.chamber-list > li .txt-area .prv {}
.chamber-list > li .txt-area .ovr {}

.chamber-list > li .img-area {}
.chamber-list > li .img-area .imgfix {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.prod-detail .in-list.st2 > li {
    background: var(--crWhite) !important;
}
.prod-detail .in-list.st2 > li dt {
    background: #f5f5f5;
}
/* // */

/* rnd - certification */
.cert-container {}
.cert-container .cert-list {
    gap: 2em;
}
.cert-container .cert-list > li {
    flex: 1;
}
.cert-container .cert-list > li .inner {}
.cert-container .cert-list > li:hover {
    cursor: none;
}
.cursor {
    position: fixed;
    width: 30px;
    height: 30px;
    background: #333;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0);
    transition: width 0.3s, height 0.3s, transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cursor::before {
    content: 'Click';
    font-family: var(--fontEng);
    font-size: 0.5rem;
    color: var(--crWhite);
    display: inline-block;
    margin-top: -3px;
}
.cert-container .cert-list > li:hover .cursor {
    transform: translate(-50%, -50%) scale(4);
}
.cert-container .cert-list > li .inner .img-wrap {
    border: 1px solid #eee;
    border-radius: 1em;
    overflow: hidden;
    transition: 0.5s;
    transform: translate(0, 0);
}
.cert-container .cert-list > li .inner .img-wrap:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate(-1.5em, -1.5em);
}
.cert-container .cert-list > li .inner .img-wrap .imgfix {
    height: 645px;
}

.imgLayerModal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.imgLayerModal .layerBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}
.imgLayerModal .img-swiper-con {
    width: fit-content;
}
.imgLayerModal .img-swiper-con .img-wrap {
    width: fit-content;
    margin: 0 auto;
}
.imgLayerModal .img-swiper-con .img-wrap .imgfix {
    height: 90vh;
}
.imgLayerModal .img-swiper-con .swiper-slide {
    pointer-events: none;
}
.imgModaLSwiper-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 770px;
    display: flex;
    justify-content: space-between;
    z-index: 1111;
}
.imgModaLSwiper-nav .xi {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #222;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.imgModaLSwiper-nav .xi:hover {
    background: var(--siteC);
    color: #fff;
}
.imgModaLSwiper-nav .swiper-button-disabled {
    opacity: 0.5;
}
.layerModalCloser {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    z-index: 1222;
}
.layerModalCloser .xi {
    font-size: 3rem;
    color: var(--crWhite);
    transform: rotate(0);
    transition: 0.3s;
    cursor: pointer;
}
.layerModalCloser .xi:hover {
    transform: rotate(90deg);
}
/* // */


/* Product */
.product-container {}
.filter-wrap {
    position: sticky;
    left: 0;
    top: 9.5em;
}
.filter-tit-wrap {
    border-bottom: 1px solid #111;
    padding-bottom: 1em;
    margin-bottom: 1em;
    height: 5rem;
}
.filter-tit-wrap > h3 {}
.filter-reset {}
.filter-reset > button {
    background: var(--crWhite);
    border-radius: 5px;
}
.prod-layout .filter-wrap {
    flex: 0 0 350px;
    padding: 0 0.5em;
}
.filter-search {
    position: relative;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-size: 1em;
    /* overflow: hidden; */
    padding: 0 0.5em 0 1.5em;
}
.filter-search:has(input:focus) {
    border-color: var(--siteC3);
}
.filter-search > input {
    flex: 1 1 80%;
    height: auto;
    border: none;
    padding: 0.5em 0;
}
.filter-search > input:focus {}
.filter-search > button {
    flex: 1;
    border: none;
    background: transparent;
}
.filter-search > button .xi {
    font-size: 1.5rem;
}
.filter-search .search-field {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--crWhite);
    border: 1px solid var(--siteC3);
    z-index: 1234;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.filter-search .search-field .field-guide {
    padding: 0.5em 1em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.75em;
}
.filter-search .search-field .list {
    padding-bottom: 0.75em;
}
.filter-search .search-field .list > li {
    padding: 0.5em 1em;
    cursor: pointer;
}

.filter-search .search-field .list > li.keyboardFocus,
.filter-search .search-field .list > li:hover {
    background: #f5f5f5;
}
.filter-search .search-field .list > li .xi {
    font-size: 1.125rem;
}

.prod-layout .filter-list {
    /* border: 1px solid #000; */
    height: calc(40vh + 4.25em);
    padding: 0 0.5em 0 0;
    overflow-y: scroll;
    box-shadow: inset -20px 0px 10px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #000;
}
.prod-layout .filter-list::-webkit-scrollbar {
    width: 8px;
}
.prod-layout .filter-list::-webkit-scrollbar-thumb {
    height: 30%;
    background: var(--siteC);
    border-radius: 10px;
}
.prod-layout .filter-list::-webkit-scrollbar-track {
    background: #eee;
}
.prod-layout .filter-list > li:not(:first-child) {
    border-top: 1px solid #000;
}
.prod-layout .filter-list > li.on .filter-options {
    display: none;
}
.prod-layout .filter-list > li .filter-tit {
    padding: 1em 0;
    position: relative;
    margin: 0 0.375em;
}
.prod-layout .filter-list > li .filter-tit::after {
    content: '\e91a';
    position: absolute;
    font-family: xeicon;
    top: 50%;
    right: 0;
    font-size: 1.5rem;
    transform: translateY(-50%);
}
.prod-layout .filter-list > li.on .filter-tit::after {
    content: '\e913';
}

.filter-options {
    background: #f8f8f8;
    padding: 1.5em 1em 1.5em;
    min-height: 70px;
    max-height: 130px;
    max-width: 260px;
    overflow-y: scroll;
}
.filter-options::-webkit-scrollbar {
    width: 8px;
}
.filter-options::-webkit-scrollbar-thumb {
    height: 30%;
    background: #aaa;
    border-radius: 20px;
}
.filter-options::-webkit-scrollbar-track {
    background: #eee;
}
.filter-options.st2 {
    padding: 1.5em 1em;
    height: auto;
    overflow-y: hidden;
}
.filter-options.bgn {
    background: #fff;
    padding: 0;
}
.filter-options > li {
    margin-bottom: 0.5em;
}
.filter-options > li:last-child {
    margin-bottom: 0;
}
.filter-options > li .label_st {}
.filter-options > li .label_st input {}
.filter-options .chkbox {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.filter-options > li .label_st .xi {
    width: 1em;
    height: 1em;
    background: var(--crWhite);
    border: 1px solid #ddd;
    margin-right: 0.375em;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.filter-options > li .xi::after {
    content: '\e929';
    position: absolute;
    font-family: xeicon;
    left: 0;
    top: -100%;
    width: 100%;
    color: var(--siteC3);
}
.filter-options > li input:checked ~ .xi::after {
    top: 0;
    background: none;
    line-height: 1;
    transform: translate(-.063em, -.063em);
}

.filter-options > li .label_st > .name {
    color: var(--siteC);
}
.filter-options > li .label_st > .num {
    color: #777;
}
.filter-options > li .label_st > input:checked ~ span {
    color: var(--siteC3);
}
.filter-options > li .label_st:hover > span {
    color: var(--siteC3);
    text-decoration: underline;
}
.filter-options > li .label_st.condition > input {
    zoom: 1;
    width: 50%;
    border-radius: 5px;
}
.filter-options > li .input_st {
    border-radius: 5px;
}
.filter-options > li .name {}
.filter-options > li .num {}

/* tags */
.filter-options.tags {
    gap: 0.5em;
}
.filter-options.tags > li {
    margin-bottom: 0.75em;
}
/* // */
/* popular */
.filter-options.popular > li {
    margin-bottom: 0.75em;
}
.filter-options.popular > li > a {
    margin-left: 0.5em;
    padding-left: 0.75em;
    position: relative;
}
.filter-options > li.on .name,
.filter-options > li.on a {
    color: var(--siteC3);
}
.filter-options.popular > li > a:hover {
    text-decoration: underline;
    color: var(--siteC3);
}
.filter-options.popular > li > a::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--siteC3);
    top: 7px;
    left: 0;
}

/* // */
.product-list-wrap {
    flex: 1;
}
.product-list-wrap .list-side {
    height: 3rem;
    margin-bottom: 2em;
}
.product-list-wrap .list-side.hauto {
    height: auto;
    margin-bottom: 0;
}
.compare-btn {}
.compare-btn .wrap_tit {}
.compare-btn .ico {
    display: inline-block;
    width: 2.5em;
    height: 1.5em;
    border-radius: 50px;
    background: #ddd;
    position: relative;
    transition: 0.3s;
}
.compareAct .compare-btn .ico {
    background: #00c144;
}
.compare-btn .ico::before {
    content: '';
    position: absolute;
    inset: 2.5px;
    height: calc(100% - 5px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #fff;
    transition: 0.3s;
}
.compareAct .compare-btn .ico::before {
    left: calc(100% - 1.5em + 2.65px);
}
.prod-list {
    gap: 2em 1em;
}
.prod-list > li {
    flex: 1 1 calc(25% - 1em);
    max-width: calc(25% - 0.75em);
    position: relative;
}
.prod-list > li .prod-st {}
.prod-list > li .prod-st .prod-img {
    position: relative;
}
.prod-list > li .prod-st .prod-img .imgfix {
    /* height: 330px; */
    aspect-ratio: 1/1;
    border: 1px solid #ddd;
    border-radius: 1em;
    overflow: hidden;
}
.prod-list.st2 {
    gap: 5em 1em;
}
.prod-list.st2 > li .prod-st .prod-img .imgfix {
    border: none;
    border-radius: 0;
}
.prod-list.st2 > li .prod-st .prod-img .imgfix img {
    transform: scale(1.05);
}
.prod-list > li .prod-st .prod-img .imgfix img {
    transition: 0.3s;
}
.prod-list > li:hover .prod-st .prod-img .imgfix img {
    transform: scale(1.1);
}
.prod-list > li .prod-st .prod-info {
    padding: 1em 0.25em;
}
.prod-list > li .prod-st .prod-info .name {
    margin-bottom: 0.5em;
}
.prod-list > li .prod-st .prod-info .frequency {}
.prod-list > li .prod-st .prod-info .type {}

.compare-picker {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 123;
    width: 100%;
}
.compare-picker > .picker-bottom {
    background: #111;
    padding: 1em;
}
.compare-picker .picker-btn {}
.compare-picker .picker-btn button {
    border-radius: 5px;
    height: 2.5em;
}
.compare-picker .pick-list {
    margin-bottom: 1em;
}
.compare-picker .pick-list > li {}
.compare-picker .pick-list > li .img-wrap {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.compare-check {
    position: absolute;
    top: 1em;
    right: 1em;
}
.compare-check input {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.compare-check .xi {
    width: 1em;
    height: 1em;
    background: var(--crWhite);
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    z-index: 111;
    zoom: 1.5;
}
.compare-check .xi::after {
    content: '\e929';
    position: absolute;
    font-family: xeicon;
    left: 0;
    top: -100%;
    width: 100%;
    color: #222;
}
.compare-check input:checked ~ .xi::after {
    top: 0;
    background: none;
    line-height: 1;
    transform: translate(-.063em, -.063em);
}
.eNone {
    pointer-events: none;
}
.compare-list {
    border-left: 1px solid #ddd;
}
.compare-list * {
    box-sizing: border-box;
}
.compare-list > li {
    flex: 1 1 33.33%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    
}
/* .compare-list > li:first-child {
  border-left: 1px solid #ddd;
} */
.compare-list > li:nth-child(n+2) {
    border-left: none;
}
.compare-list > li:last-child {}
.compare-list > li .inner {
    position: relative;
}
.compare-list > li .inner * {
    box-sizing: border-box !important;
}
.compare-list > li .inner table td {
    padding: 1em;
}
.compare-list > li .compare-tit {
    margin-bottom: 1rem;
}
.compare-list > li .compare-tit.st2 p {
    padding-left: 1em;
    position: relative;
}
.compare-list > li .compare-tit.st2 p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    aspect-ratio: 1/1;
    background: var(--siteC);
    border-radius: 50%;
}
.compare-list > li .compare-tit.st2 p::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-25%, -50%);
    width: 12px;
    aspect-ratio: 1/1;
    border: 2px solid #ddd;
    border-radius: 50%;
}
.compare-list > li .inner .num {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--siteC);
    color: var(--crWhite);
    z-index: 10;
}
.compare-list > li .inner .img-area {
    /* border-bottom: 1px solid #ddd; */
}
.compare-list > li .inner .img-area .img-wrap {
    border-bottom: 1px solid #ddd;
}
.compare-list > li .inner .img-area .img-wrap {
    width: 100%;
    aspect-ratio: 1/1;
}
.compare-list > li .inner .datasheet {}
.compare-list > li .inner .datasheet button {
    border-radius: 5px;
}
.compare-list > li .inner .compare-st {
    border-bottom: 1px solid #ddd;
    padding: 1.5em;
    box-sizing: border-box;
}
.compare-list > li .inner .compare-st:last-child {
    border-bottom: none;
}
.compare-list > li .inner .compare-st > p {
    white-space: normal;
    word-break: break-all;
}
/* // */
/* agency - main item */
.prodLaySlide {
    z-index: 111 !important;
}
.prod-main .main-lay
.prod-main .main-lay {}
.prod-main .main-lay > li {
    /* aspect-ratio: 1/1; */
}
.prod-main.st2 .main-lay {
    gap: 1em;
}
.prod-main.st2 .main-lay > li {
    flex: 1;
    max-width: 25%;
}
.prodTag {
    position: absolute;
    padding: 0.25em 0.5em;
    top: 1em;
    right: 1em;
    z-index: 111;
}
.prodTag.st1 {
    background: #ff5a16;
    border-radius: 5px;
}
.prodLaySlide {}
.prod-main .main-lay > li:hover {}
.prod-main .main-lay > li .img-area {
    position: relative;
}
.prod-main .main-lay > li .logo-img {
    max-width: 15em;
    width: 10em;
    height: 2em;
    margin: 0 auto;
}
.prod-main .main-lay > li .img-area .imgfix {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: var(--crWhite);
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 1em;
}
.prod-main .main-lay > li .img-area .imgfix img {
    transition: 0.4s;
    transform: scale(1);
}
.prod-main .main-lay > li:hover .img-area .imgfix img {
    transform: scale(1.1);
}
.prod-main .main-lay > li .txt-area {
    padding: 1.5em 0;
    position: relative;
}
.prod-main .main-lay > li .txt-area > p {
    padding-top: 0.5em;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
}
.prod-main .main-lay > li .txt-area .sub-tt {
    /* color: var(--crWhite);
    opacity: 0.7; */
}

.prodLaySlide-control {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 12;
}
.prodLaySlide-control .prodLaySlide-prev,
.prodLaySlide-control .prodLaySlide-next {
    width: 3.5em;
    aspect-ratio: 1/1;
    background: var(--crWhite);
    border: 1px solid #eee;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    cursor: pointer;
}
.prodLaySlide-control .prodLaySlide-prev:hover,
.prodLaySlide-control .prodLaySlide-next:hover {
    background: var(--siteC);
    color: var(--crWhite);
    border-color: var(--siteC);
}
.prodLaySlide-control .prodLaySlide-prev {
    margin-left: -3.75em;
}
.prodLaySlide-control .prodLaySlide-next {
    margin-right: -3.75em;
}
.input_st.more {
    background: transparent;
    border: none;
}
.input_st.more .xi {
    font-size: 1.125em;
    transition: 0.3s;
}
.input_st.more:hover .xi {
    transform: rotate(90deg);
}

.prod-detail {}
.prod-detail .contents-in {}
.prod-detail .in-list {
    border: 1px solid #ddd;
    padding: 1.5em;
}
.prod-detail .in-list * {
    width: 100% !important;
    box-sizing: border-box !important;
    height: auto !important;
    vertical-align: middle;
    float: none !important;
}
.prod-detail .in-list ul {
    margin-top: 0 !important;
}
.prod-detail .in-list table {
    width: 100% !important;
}
.prod-detail .in-list table td {
    border: 1px solid #ddd;
    padding: 1em;
}
.prod-detail .in-list > li {}
.prod-detail .in-list > li:nth-child(odd) {
    background: #f8f8f8;
}
.prod-detail .in-list > li > dl {}
.prod-detail .in-list > li > dl dt,
.prod-detail .in-list > li > dl dd {
    padding: 1em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.prod-detail .in-list > li > dl dt {
    flex: 0 0 20%
}
.prod-detail .in-list > li > dl dd {
    flex: 1;
}
/* // */

/* agency - view */
.agency-view-top .view-img {
    flex: 0 0 45%;
    position: relative;
}
.agency-view-top .view-img .img-wrap {
    position: relative;
}
.agency-view-top .view-img .img-wrap .imgfix {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    height: 540px;
    aspect-ratio: 1/1;
}
.agency-view-top .view-img .img-wrap .change-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.agency-view-top .view-img .img-wrap .change-btn .prev,
.agency-view-top .view-img .img-wrap .change-btn .next {
    background: var(--crWhite);
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 3em;
    height: 3em;
    cursor: pointer;
    transition: 0.3s;
}
.agency-view-top .view-img .img-wrap .change-btn .prev:hover,
.agency-view-top .view-img .img-wrap .change-btn .next:hover {
    background: var(--siteC);
    border-color: var(--siteC);
    color: var(--crWhite);
}
.agency-view-top .view-img .img-wrap .change-btn .prev {
    margin-left: -1.5em;
}
.agency-view-top .view-img .img-wrap .change-btn .next {
    margin-right: -1.5em;
}
.agency-view-top .view-img .img-thumbs {
    position: relative;
}
.agency-view-top .view-img .img-thumbs .list {}
.agency-view-top .view-img .img-thumbs .list > li {}
.agency-view-top .view-img .img-thumbs .list > li .imgfix {
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
}
.agency-view-top .view-img .img-thumbs .list > li.on .imgfix {
    border-color: var(--siteC2);
    border-width: 2px;
}
.agency-view-top .view-img .img-thumbs .list > li .imgfix::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.agency-view-top .view-img .img-thumbs .list > li.on .imgfix::before {
    background: transparent;
}

.agency-view-top .view-img .img-thumbs .list > li.on .imgfix {}

.agency-view-top .info-list {}
.agency-view-top .info-list > li {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}
.agency-view-top .info-list > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.agency-view-top .info-list > li > dl {}
.agency-view-top .info-list > li > dl > dt {}
.agency-view-top .info-list > li > dl > dd {}
.agency-view-middle {}
.agency-view-middle .spec-ico-list {
    width: 80%;
    margin: 0 auto;
}
.agency-view-middle .spec-ico-list > li {
    flex: 1;
    position: relative;
}
.agency-view-middle .spec-ico-list > li .icon {
    position: relative;
}
.agency-view-middle .spec-ico-list > li .icon::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30%;
    transform: translateY(-50%);
    width: 50%;
    height: 1px;
    background: var(--crBlack);
    border-radius: 10px;
}
.agency-view-middle .spec-ico-list > li:last-child .icon::after {
    display: none;
}
.agency-view-middle .spec-ico-list > li .icon .imgfix {
    width: 8rem;
    height: 8rem;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--siteC);
    padding: 1.5em;
    box-sizing: border-box;
}
.agency-view-bottom .title.st2 {
    padding-bottom: 0.5em;
    border-bottom: 3px solid #ddd;
}
.agency-view-bottom .spec-info {
    gap: 2em 1em;
}
.agency-view-bottom .spec-info > li {
    flex: 0 0 calc(25% - .75em);
    max-width: calc(25%);
    border: 2px solid transparent;
    border-radius: 1em;
    background-image: linear-gradient(#fff, #fff), var(--crGrad1);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05), inset 0 0 20px rgb(0 114 255 / 5%);
}
.agency-view-bottom .spec-info > li .in {
    padding: 2em 1.5em;
    position: relative;
}
.agency-view-bottom .spec-info > li .in .num {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--siteC);
    border-radius: 50%;
    width: 2.125rem;
    height: 2.125rem;
}

.partner-container {}
.partner-list {
    gap: 4em 2em;
}
.partner-list > li {
    flex: 1 1 calc(33% - 2em);
    position: relative;
}
.partner-list > li .link-in {
    position: absolute;
    top: 1em;
    right: 1em;
    background: #555;
    color: var(--crWhite);
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    transform: scale(0);
    transition: 0.2s;
}
.partner-list > li:hover .link-in {
    transform: scale(1);
}
.partner-list > li .partner-st {}
.partner-list > li .partner-st .partner-logo {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3em;
    overflow: hidden;
}
.partner-list > li .partner-st .partner-logo .imgfix {
    height: 3.5em;
    transform: scale(1);
    transition: 0.3s;
    max-width: 17em;
    margin: 0 auto;
}
.partner-list > li:hover .partner-st .partner-logo .imgfix {
    transform: scale(1.1);
}
.partner-list > li .partner-st .partner-logo .imgfix svg {
    height: 3.5em;
}
.partner-list > li .partner-st .partner-info {
    margin-top: 1.5em;
}
/* // */

/* customer - inquiry */
.inquiry-con {}
.inquiry-con .form_wrap {}
.inquiry-con .form_wrap .form {
    gap: 1em;
    font-size: 1.063em;
}
.inquiry-con .form_wrap .form > li {}
.inquiry-con .form_wrap .form > li:not(.w100) {
    width: calc(50% - .5em);
}
.inquiry-con .form_wrap .form > li .inp_wrap {
    position: relative;
}
.inquiry-con .form_wrap .form > li .inp_wrap .tit,
.inquiry-con .form_wrap .form > li .inp_wrap .input_st:not(textarea) {
    height: 4em;
}
.inquiry-con .form_wrap .form > li .inp_wrap .tit {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0.625rem;
}
.inquiry-con .form_wrap .form > li .inp_wrap .tit .tt {
    font-size: 1.063em;
    font-weight: 600;
}
.inquiry-con .form_wrap .form > li .inp_wrap .input_st:focus {
    border-bottom: 1px solid var(--siteC2);
}
.inquiry-con .form_wrap .form > li .inp_wrap .input_st:not(textarea) {
    width: 100%;
    padding-left: 5em;
}
.inquiry-con .form_wrap .form > li .inp_wrap textarea.input_st {
    padding-top: 4em;
    padding-left: 0.625rem;
    height: 12em;
    resize: none;
}
.inquiry-con .form_wrap .form > li .inp_wrap .input_st {
    border: none;
    /* box-shadow: 0 2px 1em rgba(0, 0, 0, .05); */
    border-bottom: 1px solid #111;
}
.inquiry-con .form_wrap .form_chk {
    margin-top: 2em;
}
.inquiry-con .form_wrap .form_chk .chk {
    gap: 1em;
}
.inquiry-con .form_wrap .form_chk .btn .input_st {
    width: 10em;
}
.form_chk .label_st input[type=checkbox],
.form_chk .label_st input[type=radio] {
    width: auto;
    height: auto;
    overflow: visible;
    margin-bottom: auto;
}
.inquiry-con .inquiry-bg-wrap {
    position: relative;
    height: 100%;
}
.inquiry-con .inquiry-bg-wrap .img-area {
    position: absolute;
    width: 50vw;
    height: inherit;
    overflow: hidden;
    border-radius: 1em 0 0 1em;
}

/* // */
/* customer - recruitment */
.department-list {
    position: relative;
}
.department-list .circle-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10em;
    height: 10em;
    border-radius: 50%;
    border: 10px solid var(--siteC);
    background: var(--crWhite);
    z-index: 111;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1), inset 0 0 20px rgb(0 81 181 / 20%);
    box-sizing: border-box;
}
.department-list > li {
    flex: 1 1 calc(50% - 3em);
}
.department-list > li .in {
    position: relative;
    height: 300px;
}
.department-list > li .in .img-wrap {
    position: relative;
    border-radius: 1em;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.department-list > li .in .img-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #111, transparent, transparent);
}
.department-list > li .in .img-wrap .imgfix {}
.department-list > li .in .txt-wrap {
    position: absolute;
    bottom: 3em;
    left: 3em;
    z-index: 11;
}
.department-list > li .in .txt-wrap .ko {}
.department-list > li .in .txt-wrap .en {}

.welfare-list {}
.welfare-list > li {
    flex: 0 0 calc(33% - 1em);
}
.welfare-list > li .inner {
    position: relative;
    padding: 2em;
    background: #f8f8f8;
    border-radius: 1em;
    height: 200px;
}
.welfare-list > li:nth-child(odd) .inner {
    background: #ebf9ff;
}
.welfare-list > li .inner .num {}
.welfare-list > li .inner .tit {}
.welfare-list > li .inner .icon {
    position: absolute;
    bottom: 2em;
    right: 2em;
}
.welfare-list > li .inner .icon .imgfix {
    width: 100px;
}
.deco-line {
    width: 100vw;
    height: 3px;
    background: var(--siteC);
    margin: 4.5em 0 -2.5em;
}

/* // */
.recruit-inquiry {
    padding: 5em 0 !important;
}
.re-inquiry-info {}
.re-inquiry-info > li {
    margin-bottom: 0.5em;
}
.re-inquiry-info > li .wrap-in {}


/* all search */
.search-con {}
.search-con .search-box {
    border: 3px solid transparent;
    width: 750px;
    height: 4rem;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-image: linear-gradient(#fff, #fff),
        var(--crGrad1);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.search-con .search-box > input {
    flex: 1;
    border: none;
    font-size: 1.25em;
}
.search-con .search-box > button {
    flex: 0 0 3em;
    background: transparent;
    border: none;
    height: 100%;
}
.search-con .search-box > button .xi {
    font-size: 1.5em;
}

.search-list {}
.search-list > li {
    margin-bottom: 5em;
}
.search-list > li .inner {}
.search-list > li .inner .depth1 {
    border-bottom: 2px solid #111;
    padding-bottom: 0.5em;
}
.search-list > li .inner .depth1 .numVal {
    font-size: 2rem;
}
.search-list > li .inner .depth2 {}
.search-list > li .inner .info {
    padding: 2em 0;
    border-bottom: 1px solid #ddd;
}
.search-list > li .inner .info .tit {}
.search-list > li .inner .info .txt {}

.search-list .menu-nav {}
.search-list .menu-nav ul {}
.search-list .menu-nav ul > li {}
.search-list .menu-nav ul .xi {
    color: #ddd;
}

.search-list .more-btn {}
.search-list .more-btn .btn {
    border-radius: 50px;
    background: transparent;
    padding: 1em 1.5em;
}
/* // */

/* Member - Login */
.loginBorder {
    border-top: 1px solid #ddd;
    margin-top: 1.5em;
    padding: 2em 0 8em 0 !important;
}
.login_wrap {
    border-radius: 1em;
    overflow: hidden;
}
.login_wrap.st2 {
    border-radius: 0;
}
.login_wrap .tab_st {
    background: #f8f8f8;
}
.login_wrap .tab_st > li {
    padding: 1em;
    background: #f8f8f8;
    border-radius: -1em;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.login_wrap .tab_st > li > span {
    color: #888;
}
.login_wrap .tab_st > li.on {
    border-bottom: 1px solid #fff;
    background: #fff;
}
.login_wrap .tab_st > li.on > span {
    color: #333;
}

.login_wrap .tab_st > li:after {
    content: url(../images/sub/login_round.svg);
    position: absolute;
    top: 0;
    right: -0.5em;
    background-size: contain;
    width: 1em;
    height: 100%;
    z-index: 11;
    opacity: 0;
}
.login_wrap .tab_st > li.on:after {
    opacity: 1;
}
.login_wrap .tab_st > li:last-child:after {
    left: -0.5em;
    right: auto;
    transform: rotateY(180deg);
}

.login_wrap .login {
    padding: 2.5em;
    background: #f5f5f5;
}
.login_wrap .login .inp-sec {
    margin-bottom: 1em;
    display: block;
}
.login_wrap .login .inp-sec > input {
    padding-left: 3.5em;
    border-radius: 5px;
    font-size: 1.125rem;
}
.login_wrap .login .inp-sec > input:focus {
    border: 1px solid var(--siteC);
}
.login_wrap .login .inp-sec > .xi {
    position: absolute;
    top: 50%;
    left: 0.75em;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 1.5em;
    color: #111;
}

.member_form .label_st:not(.cssbrowser) input[type=checkbox] ~ .xi:before {
    content: '\e92c';
}
.member_form .label_st:not(.cssbrowser) input[type=checkbox]:checked ~ .xi:before {
    content: '\e92b';
}
.label_st.de input[type=checkbox] {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    color: #04182e;
}
.label_st.de {
    color: #555;
}
.label_st.st2 input[type=checkbox] {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}

.login_wrap button.btn {
    height: 3em;
    font-size: 1.125em;
    margin-bottom: .5em;
}
.bdrs {
    border-radius: 5px;
}
.bdnBg {
    background: #f1f1f1;
    border: none;
}
.login_wrap .link_wrap > li {
    position: relative;
}
.login_wrap .link_wrap > li:first-child:before {
    content: '';
    position: absolute;
    right: -0.8em;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.75em;
    background: #ddd;
}
/* // */

/* Member - Join - Step */
.step_st {
    display: flex;
    justify-content: center;
    gap: 0 5em;
    margin: 2.5em 0 3em 0;
    word-break: keep-all;
    counter-reset: stepIdx;
}
.step_st:first-child {
    margin-top: 0;
}
.step_st > li {
    width: 6.5em;
    counter-increment: stepIdx;
}
.step_st > li .ico {
    position: relative
}
.step_st > li:not(:last-child) .ico:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 5em;
    height: 1px;
    background: #ddd
}
.step_st > li .ico .xi {
    position: relative;
    font-size: 1em;
    width: 1.875em;
    height: 1.875em;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #ccc;
    border-radius: 50%
}
.step_st > li .ico .xi:before {
    content: counter(stepIdx);
}
.step_st > li .tt {
    margin-top: .75em;
    text-align: center;
    font-size: 1.063em;
    color: #666;
    font-weight: 500;
    line-height: 1.3;
}
.step_st > li.on .tt {
    font-weight: 600;
    color: var(--siteC)
}
.step_st > li.on .ico .xi,
.step_st > li.on .ico:before {
    background: var(--siteC);
}
.step_st > li.on .ico .xi:before {
    content: "\e928"
}
.step_st > li.on .ico .xi:after {
    content: "";
    position: absolute;
    top: -.25em;
    bottom: -.25em;
    left: -.25em;
    right: -.25em;
    border: 2px dotted var(--siteC2);
    border-radius: 50%;
    opacity: .4;
}
.step_st > li:not(.on) .ico .xi:before {
    font-family: var(--fontBase);
    font-size: .875em;
    font-weight: 700;
}

.label_st input[type=checkbox],
.label_st input[type=radio] {
    width: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
}
.label_st input[type=radio]:checked ~ .xi:before {
    content: "\e9c7";
}
.label_st input[type=radio] ~ .xi:before {
    content: "\e9c6";
}

.member_wrap .member_form {
    padding: 2.5em 2em;
    border: 1px solid #ddd;
    border-top: 3px solid #111;
    background: #fff;
}
.member_wrap .member_form.st2 {
    border-top-width: 2px;
    border-top-color: #111;
    background: #fff;
}
.member_wrap .member_form.st3 {
    padding: 0;
    border-top-color: #313851;
}

.member_wrap .form > li:first-child {
    margin-top: 0;
}
.member_wrap .form .inp_wrap {
    position: relative;
    margin-top: .4em;
}
.member_wrap .form .inp_wrap .xi {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 4em;
    line-height: 3.5em;
    text-align: center;
    font-size: 1em;
    color: #3c3c3d;
}
.member_wrap .form .inp_wrap .xi:before {
    font-size: 1.750em;
}
.member_wrap .form .inp_wrap .inp {
    box-sizing: border-box;
    width: 100%;
    height: 3.5em;
    padding: 0 1em 0 4.5em;
    background: #fff;
    border: 1px solid #ddd;
    color: #888;
    font-weight: 400;
}
.member_wrap .form .inp_wrap .inp_sel {
    background: transparent;
}
.member_wrap .form .inp_wrap .inp:focus {
    border-color: #232e64;
}
.member_wrap .form .inp_wrap textarea {
    border-radius: .3em;
}
.member_wrap .form .btn_wrap {
    margin-top: 1.2em;
}
.member_wrap .form .btn_wrap .btn {
    margin: .4em 0;
    font-size: 1.125em;
}
.member_wrap .form .btn {
    display: block;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    padding: .8em 1em;
    border: 1px solid #232e64;
}
.member_wrap .form .btn.c1 {
    background: #232e64;
    color: #fff;
}
.member_wrap .form .btn.c2 {
    background: #ffffff;
    color: #232e64;
}
.member_wrap .form .etc_wrap {
    margin-top: 1.5em;
}
.member_wrap .form .etc_wrap .find {
    text-align: right;
    display: inline-block;
}
.member_wrap .form .etc_wrap .find.left1 {
    text-align: right;
    display: inline-block;
    margin-left: 13em;
}
.member_wrap .form .etc_wrap .find .link {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin-left: .8em;
    padding-left: .8em;
}
.member_wrap .form .etc_wrap .find .link:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 1px;
    height: 80%;
    background: #ccc;
}
.member_wrap .form .etc_wrap .find .link:first-child {
    margin-left: 0;
    padding-left: 0;
}
.member_wrap .form .etc_wrap .find .link:first-child:before {
    display: none;
}
.member_wrap .form .etc_wrap .find .link:hover {
    text-decoration: underline;
}
.member_wrap .form .id_wrap {
    padding: 3em 1em;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 1.125em;
}
.member_wrap .form .id_wrap strong {
    vertical-align: baseline;
    color: #232e64;
    letter-spacing: 0;
}
.member_wrap .form .pw_wrap {
    padding: 3em 1em;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: .938em;
    color: #3c3c3d;
    line-height: 1.8;
}

.member_wrap .form .cer_wrap > li {
    width: 33.33%;
    text-align: center;
}
.member_wrap .form .cer_wrap > li .inner {
    margin: 0 1px;
    padding: 1em .6em;
    background: #ecf0f4;
}
.member_wrap .form .cer_wrap .icon .in {
    display: inline-block;
    width: 4em;
    height: 4em;
    background: #fff;
    border-radius: 100%;
}
.member_wrap .form .cer_wrap .icon .in img {
    max-height: 2.5em;
}
.member_wrap .form .cer_wrap .txt {
    margin-top: 1em;
    height: 3em;
}
.member_wrap .form .cer_wrap .btn {
    padding: .4em .4em;
}

.member_wrap .terms_wrap .all_check {
    padding: 1em 0;
    border-bottom: 1px dashed #bbb;
    font-size: 1.063em;
}
.member_wrap .terms_wrap > li {
    padding-top: 2em;
}
.member_wrap .terms_wrap > li:first-child {
    padding-top: 0;
}
.member_wrap .terms_wrap .tit {
    margin-bottom: .6em;
    font-size: 1.250em;
    color: #3c3c3d;
    font-weight: 500
}
.member_wrap .terms_wrap .tit * {
    vertical-align: baseline;
}
.member_wrap .terms_wrap .c1 {
    color: #d82744;
}

.member_btn_wrap {
    margin: 1.5em 0 0 -.4em;
    text-align: center;
}
.member_btn_wrap > li {
    width: 50%;
}
.member_btn_wrap .in {
    margin-left: .4em;
}
.member_btn_wrap .input_st {
    width: 100%;
    min-width: 40% !important;
}

.member_agree .agree {
    padding: 3em;
    border: solid #ddd;
    border-width: 1px 1px 1px 1px;
    font-size: .938em;
    color: #777;
    line-height: 1.5em;
}
.member_agree .agree.H {
    padding: 1em 1.5em;
    border-top-width: 1px;
    height: 10em;
    overflow-y: scroll;
    border-radius: 5px;
}
.member_agree .agree p {
    padding: .5em 0;
}
.member_agree .agree * {
    vertical-align: baseline;
}
.member_agree .agree strong {
    color: #333;
}
.member_agree .check {
    padding: 1em 0;
}

.member_wrap .member_form .form2 > li {
    margin-bottom: 1em;
}
.member_wrap .member_form .form2 > li .txt {
    margin-bottom: 0.5em;
    display: inline-block;
}
.member_wrap .member_form .form2 > li input[type=text]:focus,
.member_wrap .member_form .form2 > li input[type=password]:focus {
    border: 1px solid #00dbde;
}
.member_wrap .member_form .form2 > li .col-wrap {
    gap: 0.5em;
}
.member_wrap .member_form .form2 > li .col-wrap .col_w3 {
    flex: 1;
}

.myinfo_wrap {
    position: relative;
    margin-top: 2em;
}
.myinfo_wrap .myinfo_modal {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0.7em;
    display: none;
}
.myinfo_wrap .myinfo_modal.m1 {
    left: 9em;
    top: 11em;
}
.myinfo_wrap .myinfo_modal.m2 {
    left: 9em;
    top: 15em;
}
.myinfo_wrap .myinfo_modal.m3 {
    left: 9em;
    top: 19em;
}
.myinfo_wrap .myinfo_tit {
    /*border-top: 2px solid #333; */
    border-bottom: 1px solid #666;
    padding: 1em .5em;
}
.myinfo_wrap .myinfo_con {
    border-bottom: 1px solid #ddd;
}
.myinfo_wrap .myinfo_con .tit {
    width: 13em;
    background: rgb(248, 248, 248);
    padding: 1em 0;
}
.myinfo_wrap .myinfo_con .tit > .circle > .xi {
    font-size: .95em;
    padding-left: .3em;
    color: #ff473e;
}
.myinfo_wrap .myinfo_con .txt {
    flex: 1;
    padding: 1em 0 1em 1em;
}
.myinfo_wrap .myinfo_con .txt.situation {
    flex: 1 1 12.16%;
    max-width: 12.16%;
}
.myinfo_wrap .myinfo_con .txt.situation > a > .t14 {
    display: inline;
}
.myinfo_con.st2 {
    border-top: 1px solid #ddd;
}

.member_wrap .member_form .pl-box {
    padding-left: 3.5em;
    border-radius: 5px;
}
.member_wrap .member_form .form .inp-sec > .xi {
    position: absolute;
    left: 0.75em;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 1.5em;
    color: #888;
}
.member_wrap .member_form .form .inp-sec {
    margin-bottom: 1em;
    display: block;
}

/* Join - Final */
.fin_box {
    background: var(--crWhite);
    border-radius: .5em;
    /* padding: 3em; */
    text-align: center;
    word-break: keep-all;
}
.fin_box .fin {
    display: inline-flex;
    align-items: center;
    gap: 1em;
    margin: .5em 0;
}
.fin_box .fin * {
    line-height: normal !important;
}
.fin_box .xIco {
    margin-bottom: 1em;
}
.fin_box .xIco .imgfix {
    width: 70px;
    margin: 0 auto;
}
.fin_box .xIco .xi {
    font-size: 1.750em;
}
.fin_box .tit {
    font-size: 1.75em;
    font-weight: 600;
    margin-bottom: 1em;
}
.fin_box .tit.s1 {
    font-size: 1.375em
}
.fin_box .tt1 {
    line-height: 1.5;
    font-size: 1.063em;
    color: #444;
}
.fin_box .tt2 {
    font-size: 1.250em;
    font-weight: 500;
}
.fin_box .tt_point {
    font-size: 1.750em;
    color: var(--siteC);
    font-weight: 700;
}
.fin_box .tt_no {
    display: inline-flex;
    align-items: center;
    gap: 1em;
    margin-top: 1em;
    height: 3em;
    padding: 0 2em;
    background: var(--siteC);
    border-radius: 6em;
    color: #fff;
}
.fin_box .tt_no .no {
    font-size: 1.250em;
    font-weight: 600;
}
.fin_box .fs:not(:last-child):after {
    content: ","
}
/* // */

/* id/pw find */
.form .etc_wrap {
    margin-top: 1.5em;
}
.form .etc_wrap .find {
    text-align: right;
    display: inline-block;
}
.form .etc_wrap .find.left1 {
    text-align: right;
    display: inline-block;
    margin-left: 13em;
}
.form .etc_wrap .find .link {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin-left: .8em;
    padding-left: .8em;
}
.form .etc_wrap .find .link:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 1px;
    height: 80%;
    background: #ccc;
}
.form .etc_wrap .find .link:first-child {
    margin-left: 0;
    padding-left: 0;
}
.form .etc_wrap .find .link:first-child:before {
    display: none;
}
.form .etc_wrap .find .link:hover {
    text-decoration: underline;
}
.form .id_wrap {
    padding: 3em 1em;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 1.125em;
    background: #fff;
}
.form .id_wrap strong {
    vertical-align: baseline;
    color: #232e64;
    letter-spacing: 0;
}
.form .pw_wrap {
    padding: 3em 1em;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: .938em;
    color: #3c3c3d;
    line-height: 1.8;
}


/* pop - agreebox */
html.pop .popWrap .popIn .popCon .agree_box {
    font-size: 1.125em;
    padding: 1.5em;
    border: 1px solid #ddd;
    border-radius: 10px;
}
html.pop .popWrap .popIn .popCon .agree_box > p {
    margin-bottom: 2em;
}
html.pop .popWrap .popIn .popCon .agree_box > p.aTit {
    margin-bottom: 1em;
}
html.pop .popWrap .popIn .popCon .agree_box strong {
    font-weight: 700;
}
.page_email {
    line-height: 1.5em;
}
.page_email .email_top {
    text-align: center;
    padding: 1.5em;
    background: #f8f8f8;
    border-radius: 10px;
    font-weight: 500;
    margin-bottom: 1.5em;
}
.page_email .email_con {}
.page_email .email_con .tit {
    font-weight: 700;
    margin-bottom: 1.5em;
    text-align: center;
}
.page_email .email_con .con_wrap:not(:last-child) {
    margin-bottom: 3em;
}
.page_email .email_con .con_wrap dt {
    font-weight: 500;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #111;
}
.page_email .email_con .con_wrap dd {
    padding-left: 0.5em;
    color: #555;
}

/* // */


/* mypage */
.board_table .tag {
    padding: 0.5em 1em;
    border-radius: 5px;
    background: var(--crWhite);
    color: var(--crWhite);
}
.board_table .tag.division {
    background: var(--siteC);
}
.board_table .tag.complete {
    background: var(--siteC3);
}
.board_table .tag.wait {
    background: var(--siteC2);
}
.secession-box {
    padding: 1.5em;
    background: #f8f8f8;
    border: 1px solid #ddd;
}
/***** // *****/

/** // **/

.prod-list > li > .act {
    cursor: pointer;
}
.prod-list > li > label {
    position: relative;
    display: block;
}