html,body {
    overflow-x: unset
}

.overflow-y {
    overflow-x: hidden;
    overflow-y: auto
}

.overflow-n {
    overflow-x: hidden;
    overflow-y: hidden
}

.scroll-y {
    position: sticky;
    top: 0;
    overflow-y: scroll !important
}

.scroll-n {
    overflow: hidden !important
}

.section:not(pg-main__tech) {
    position: relative;
    z-index: 2
}

.visual-banner .swiper-slide.slide1 {
    position: relative
}

.visual-banner .swiper-slide.slide1:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/visual-banner-01.jpg") no-repeat center/cover
}

.visual-banner .swiper-slide.slide1.swiper-slide-active:before {
    animation: bgScaleAni 5s linear forwards
}

.visual-banner .swiper-slide.slide2 {
    position: relative
}

.visual-banner .swiper-slide.slide2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/visual-banner-02.jpg") no-repeat center/cover
}

.visual-banner .swiper-slide.slide2.swiper-slide-active:before {
    animation: bgScaleAni 5s linear forwards
}

.visual-banner .swiper-slide.slide3 {
    position: relative
}

.visual-banner .swiper-slide.slide3:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/visual-banner-03.jpg") no-repeat center/cover
}

.visual-banner .swiper-slide.slide3.swiper-slide-active:before {
    animation: bgScaleAni 5s linear forwards
}

.visual-banner .swiper-slide.slide4 {
    position: relative
}

.visual-banner .swiper-slide.slide4:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/visual-banner-04.jpg") no-repeat center/cover
}

.visual-banner .swiper-slide.slide4.swiper-slide-active:before {
    animation: bgScaleAni 5s linear forwards
}

.visual-banner-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

.visual-banner-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.visual-banner-nav .inwrap {
    position: relative;
    width: 192px
}

.visual-banner .swiper-button-prev {
    margin: 0 10px;
    left: 0;
    transition: left .3s ease-in-out
}

.visual-banner .swiper-button-prev:hover {
    left: -5px
}

.visual-banner .swiper-button-next {
    margin-top: 0;
    right: 0;
    transition: right .3s ease-in-out
}

.visual-banner .swiper-button-next:hover {
    right: -5px
}

.visual-banner .swiper-button-next,.visual-banner .swiper-button-prev {
    position: relative;
    top: auto;
    color: var(--white)
}

.visual-banner .swiper-button-next:after,.visual-banner .swiper-button-prev:after {
    font-size: 6px
}

.visual-banner .swiper-progress-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 111px;
    display: block;
    z-index: 1;
    height: 2px
}

.visual-banner .swiper-progress-bar .slide_progress-bar {
    position: absolute;
    height: 2px;
    background: rgba(255,255,255,.3);
    width: auto;
    clear: both;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.visual-banner .swiper-progress-bar .slide_progress-bar:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    width: 0;
    content: "";
    transition: .1s width linear
}

.visual-banner .swiper-progress-bar.active .slide_progress-bar {
    opacity: 1
}

.visual-banner .swiper-progress-bar.animate .slide_progress-bar:after {
    transition: width linear;
    transition-delay: unset;
    width: 100%;
    transition-duration: 5s
}

.visual-banner .swiper-pagination-fraction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: auto
}

.visual-banner .swiper-pagination-current,.visual-banner .swiper-pagination-total {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    cursor: pointer
}

.visual-banner .swiper-pagination-current:hover,.visual-banner .swiper-pagination-total:hover {
    background-color: rgba(255,255,255,.2)
}

@media only screen and (max-width: 600px) {
    .visual-banner .swiper-slide.slide1::before {
        background-image:url("../img/visual-banner-m-01.jpg") no-repeat center/cover
    }

    .visual-banner .swiper-slide.slide2::before {
        background-image: url("../img/visual-banner-m-02.jpg") no-repeat center/cover
    }

    .visual-banner .swiper-slide.slide3::before {
        background-image: url("../img/visual-banner-m-03.jpg") no-repeat center/cover
    }

    .visual-banner .swiper-slide.slide4::before {
        background-image: url("../img/visual-banner-m-04.jpg") no-repeat center/cover
    }
}

.visual-banner-board {
    width: 100%;
    background-color: rgba(0,0,0,.2);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(5px)
}

.visual-banner-board ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.visual-banner-board ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-left: 1px solid #666
}

.visual-banner-board ul li:last-child {
    border-right: 1px solid #666
}

.visual-banner-board ul li.recent-news .cover {
    background: url("../img/cover-recent-01.jpg") no-repeat center/cover
}

.visual-banner-board ul li.recent-stock .cover {
    background: url("../img/cover-recent-02.jpg") no-repeat center/cover
}

.visual-banner-board ul li.recent-notice .cover {
    background: url("../img/cover-recent-03.jpg") no-repeat center/cover
}

.visual-banner-board ul li.recent-tech .cover {
    background: url("../img/cover-recent-04.jpg") no-repeat center/cover
}

.visual-banner-board ul li .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    transition: right .3s ease-in-out;
    color: #fff
}

.visual-banner-board ul li .cover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6)
}

.visual-banner-board ul li .cover>span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2
}

.visual-banner-board ul li .cover .draw-plus {
    position: relative;
    display: block;
    width: 41px;
    height: 41px;
    margin-top: 10px
}

.visual-banner-board ul li .cover .draw-plus:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff
}

.visual-banner-board ul li .cover .draw-plus:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #fff
}

.visual-banner-board ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.visual-banner-board .inwrap {
    width: 80%;
    height: 190px;
    margin: 0 auto;
    padding: 30px 0 42px
}

.visual-banner-board .title {
    padding-bottom: 20px;
    font-size: var(--fz-16);
    font-weight: 500;
    color: #fff
}

.visual-banner-board .date {
    display: inline-block;
    padding-bottom: 10px;
    font-family: var(--Poppins);
    font-size: 13px;
    font-weight: 300;
    color: #ddd
}

.visual-banner-board .text {
    display: -webkit-box;
    font-size: var(--fz-14);
    line-height: 1.57;
    color: #fff;
    word-break: keep-all;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.visual-banner-board .recent-notice .text,.visual-banner-board .recent-news .text {
    -webkit-line-clamp: 2
}

.visual-banner-board .recent-tech .text {
    -webkit-line-clamp: 3;
    padding-top: 5px
}

.visual-banner-board .stock-info {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.visual-banner-board .stock-info .value {
    font-size: var(--fz-14);
    color: #fff
}

.visual-banner-board .stock-info .value strong {
    font-size: var(--fz-32);
    font-weight: 500
}

.visual-banner-board .stock-info .change {
    display: flex;
    align-items: center;
    font-family: var(--Poppins);
    font-size: 16px;
    font-weight: 500;
    color: #ddd;
    padding-right: 18%
}

.visual-banner-board .stock-info .change>span::after {
    width: 9px;
    height: 5px;
    margin-left: 5px;
    vertical-align: 2px
}

@media(hover: hover) {
    .visual-banner-board ul li:hover .cover {
        right:0
    }
}

@media only screen and (max-width: 1260px) {
    .visual-banner-board .inwrap {
        width:85%
    }
}

@media only screen and (max-width: 1024px) {
    .visual-banner .bannerTxt {
        top:45%
    }

    .visual-banner-nav {
        display: none
    }

    .visual-banner-board .section__wrap {
        padding: 0 !important
    }

    .visual-banner-board ul {
        grid-template-columns: repeat(2, 1fr)
    }

    .visual-banner-board ul li {
        border: none !important
    }

    .visual-banner-board ul li .cover {
        font-size: var(--fz-16)
    }

    .visual-banner-board ul li .cover .draw-plus {
        width: 24px;
        height: 24px
    }

    .visual-banner-board .inwrap {
        height: 120px;
        padding: 15px 0 20px
    }

    .visual-banner-board .title {
        padding-bottom: 0
    }

    .visual-banner-board .date {
        padding-bottom: 0;
        font-size: 12px
    }
}

@media only screen and (max-width: 720px) {
    .visual-banner-board .inwrap {
        height:auto;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .visual-banner-board ul li .text {
        padding-top: 5px
    }

    .visual-banner-board .stock-info .value strong {
        font-size: 24px
    }

    .visual-banner-board .stock-info .change {
        padding-right: 0
    }
}

.pg-main__about {
    padding-top: var(--section-padding2);
    overflow-x: hidden
}

.pg-main__about .section__boxTitle {
    width: 55%;
    word-break: keep-all
}

.pg-main__about .section__boxSlide {
    width: 50%;
    position: relative;
    top: -60px;
    margin-left: auto
}

.pg-main__about .circle {
    width: 68.5%;
    margin: 0 auto
}

.pg-main__about .circle-item {
    position: relative;
    width: 220px;
    border-radius: 50%;
    overflow: hidden
}

.pg-main__about .circle-item:nth-child(1) .bg {
    background: url(".././img/bg-about-1.jpg") no-repeat center/cover
}

.pg-main__about .circle-item:nth-child(2) .bg {
    background: url(".././img/bg-about-2.jpg") no-repeat center/cover
}

.pg-main__about .circle-item:nth-child(3) .bg {
    background: url(".././img/bg-about-3.jpg") no-repeat center/cover
}

.pg-main__about .circle-item:nth-child(4) .bg {
    background: url(".././img/bg-about-4.jpg") no-repeat center/cover
}

.pg-main__about .circle-item .bg {
    width: 100%;
    height: 100%
}

.pg-main__about .circle-item .bg:after {
    content: "";
    display: block;
    padding-top: 100%
}

.pg-main__about .circle-item.idx0 {
    width: 480px;
    z-index: 2;
    animation: bgAni 6s ease-in forwards;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2))
}

.pg-main__about .circle-item.idx1,.pg-main__about .circle-item.idx2,.pg-main__about .circle-item.idx3 {
    opacity: .25
}

.pg-main__about .circle-item.idx1 {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-15%, -155%)
}

.pg-main__about .circle-item.idx2 {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-17%, 0)
}

.pg-main__about .circle-item.idx3 {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0;
    transform: translate(-5%, 25%)
}

@keyframes bgAni {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.logoArea {
    padding-bottom: 45px
}

.logoArea h2 {
    font-size: var(--fz-20);
    font-weight: 500
}

.logoArea h2 img {
    width: 480px
}

.logoArea h2 span {
    display: block;
    padding-top: 18px
}

.introArea {
    position: relative
}

.introArea .inwrap {
    position: relative;
    display: flex;
    justify-content: space-between
}

.introArea .inwrap:before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: var(--green);
    transform: translateX(-50%)
}

.introArea__item {
    position: relative;
    width: 27.5%
}

.introArea__item>div {
    padding-top: 25px
}

.introArea__item h3 {
    font-size: var(--fz-20);
    font-weight: 500
}

.introArea__item p {
    max-width: 75%;
    padding-top: 10px;
    font-size: var(--fz-16);
    font-weight: 300;
    line-height: 1.5;
    word-break: keep-all
}

.introArea .point {
    left: 0;
    transform: translateY(-50%)
}

.introArea .btn-more {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%)
}

.cardArea {
    --cardBG: 140px;
    position: relative;
    margin-top: 200px
}

.cardArea:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(50% + var(--cardBG)/2);
    background-color: #f7f8f9;
    position: absolute;
    bottom: 0;
    left: 0
}

.cardArea:after {
    content: "";
    display: block;
    width: 100%;
    height: var(--cardBG);
    background-color: #f7f8f9
}

.cardArea .card {
    width: 100%
}

.cardArea .card__item {
    position: relative;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 15px;
    background-image: linear-gradient(#fff, #fff),linear-gradient(var(--blue) 0%, var(--green) 100%);
    background-origin: border-box;
    background-clip: content-box,border-box;
    box-shadow: 3px 3px 10px rgba(0,0,0,.16);
    transition: all .3s ease-in-out;
    cursor: pointer
}

.cardArea .card__item:nth-child(odd) {
    margin-top: 80px
}

.cardArea .card__item:nth-child(even) {
    margin-bottom: 80px
}

.cardArea .card__item:hover {
    transform: translateY(-10px)
}

.cardArea .card__item:after {
    content: "";
    display: block;
    padding-top: 108.75%
}

.cardArea .card__item>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cardArea .card__item .inwrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

.cardArea .card__item .num strong {
    font-size: var(--fz-64);
    font-weight: 600;
    line-height: 1.4
}

.cardArea .card__item .num span {
    display: block;
    font-size: var(--fz-16);
    font-weight: 300
}

.cardArea .card__item .info {
    font-size: var(--fz-18);
    padding-top: 20px
}

@media only screen and (max-width: 475px) {
    .cardArea .card__item .num strong {
        font-size:33px
    }

    .cardArea .card__item .info {
        font-size: 12px;
        padding-top: 6px
    }
}

#line1 {
    position: absolute;
    top: 330px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

#line2 {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

#moverAbout {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gradient)
}

@media only screen and (max-width: 1200px) {
    .pg-main__about .boxTop {
        display:flex;
        flex-direction: column
    }

    .pg-main__about .boxTop>div {
        width: 100%
    }

    .pg-main__about .section__boxSlide {
        top: 0;
        padding-top: var(--section-padding2)
    }

    .pg-main__about .circle-item {
        width: 25%
    }

    .pg-main__about .circle-item.idx0 {
        width: 80%;
        margin: 0 auto
    }

    .pg-main__about .circle-item.idx1,.pg-main__about .circle-item.idx3 {
        right: 10%
    }

    .pg-main__about .circle-item.idx2 {
        left: 10%
    }

    .pg-main__about .section__boxCont {
        padding-top: var(--section-padding2)
    }
}

@media only screen and (max-width: 1064px) {
    .logoArea h2 img {
        width:400px
    }

    .introArea__item {
        width: 34.5%
    }

    .introArea__item p {
        max-width: 77%
    }

    .introArea .btn-more {
        right: 10px
    }
}

@media only screen and (max-width: 980px)and (min-width: 801px) {
    .cardArea .card__item .info {
        font-size:14px;
        padding-top: 10px
    }
}

@media only screen and (max-width: 800px) {
    .logoArea h2 img {
        width:200px
    }

    .logoArea h2 span {
        padding-top: 12px
    }

    .introArea .inwrap {
        flex-direction: column
    }

    .introArea .inwrap:before {
        width: 1px;
        height: 100%;
        top: 12px;
        left: 6px;
        transform: none;
        height: calc(100% + 80px)
    }

    .introArea .point {
        top: 12px
    }

    .introArea__item {
        width: 100%
    }

    .introArea__item h3 {
        font-size: 18px
    }

    .introArea__item p {
        max-width: 90%;
        padding-top: 3px
    }

    .introArea__item>div {
        padding-top: 0;
        padding-left: 24px
    }

    .introArea__item:nth-child(n+2) {
        margin-top: 40px
    }

    .introArea .icon-plus {
        width: 8px;
        height: 8px
    }

    .introArea .btn-more {
        width: 20px;
        height: 20px;
        top: calc(100% + 100px);
        right: auto;
        left: 6px;
        transform: translate(-50%, -50%)
    }

    .introArea .btn-more.fadeUp {
        opacity: 1
    }

    .cardArea {
        --cardBG: 70px
    }

    .cardArea .card {
        gap: 0 2.85%
    }

    .cardArea .info {
        padding-top: 10px
    }

    .cardArea:before {
        height: 85%
    }

    .cardArea .card__item:nth-child(even) {
        margin-bottom: 20px;
        top: -50px
    }

    .cardArea .card__item:nth-child(odd) {
        margin-top: 20px
    }
}

@media only screen and (max-width: 800px)and (min-width: 601px) {
    .cardArea .card__item .num strong {
        font-size:56px
    }

    .cardArea .card__item .info {
        font-size: 18px
    }
}

.pg-main__tech {
    background: url(../img/bg-tech.jpg) no-repeat center/cover;
    background-attachment: fixed
}

.pg-main__tech .section__boxTitle {
    padding-top: var(--section-padding2);
    padding-bottom: 100%;
    position: sticky;
    top: 0;
    padding-right: 8%;
    word-break: keep-all
}

.techBox {
    padding-top: var(--section-padding3);
    padding-bottom: var(--section-padding2)
}

.techBox__item {
    position: relative;
    width: 40%;
    cursor: pointer
}

.techBox__item:nth-child(even) {
    margin-left: auto;
    margin-right: 11.5%
}

.techBox__content {
    position: relative;
    width: 100%;
    font-size: var(--fz-14);
    font-weight: 300;
    line-height: 1.57;
    overflow: hidden;
    background: url("../img/bg-techBox-1.jpg") no-repeat center/cover;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(0,0,0,.15)
}

.techBox__content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, #000 100%);
    opacity: 0;
    transition: all .3s ease-in-out
}

.techBox__content:after {
    content: "";
    display: block;
    padding-top: 145%
}

.techBox__txt {
    position: absolute;
    width: 90%;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    word-break: keep-all;
    opacity: 0;
    transition: all .3s ease-in-out
}

.techBox__title {
    padding-top: 15px;
    width: 90%;
    margin: 0 auto;
    font-size: var(--fz-18);
    word-break: keep-all
}

.techBox .techBox__item:nth-child(1) .techBox__content {
    background-image: url(../img/bg-techBox-1.jpg)
}

.techBox .techBox__item:nth-child(2) .techBox__content {
    background-image: url(../img/bg-techBox-2.jpg)
}

.techBox .techBox__item:nth-child(3) .techBox__content {
    background-image: url(../img/bg-techBox-3.jpg)
}

.techBox .techBox__item:nth-child(4) .techBox__content {
    background-image: url(../img/bg-techBox-4.jpg)
}

.techBox .techBox__item:nth-child(5) .techBox__content {
    background-image: url(../img/bg-techBox-5.jpg)
}

.techBox .techBox__item:nth-child(6) .techBox__content {
    background-image: url(../img/bg-techBox-6.jpg)
}

@media(hover: hover) {
    .techBox__item:hover .techBox__content:before,.techBox__item:hover .techBox__txt {
        opacity:1
    }
}

@media only screen and (max-width: 1064px) {
    .pg-main__tech .section__boxTitle {
        padding-bottom:0
    }
}

@media only screen and (max-width: 800px) {
    .pg-main__tech .section__wrap {
        flex-direction:column
    }

    .pg-main__tech .section__boxTitle {
        padding-bottom: 0
    }

    .techBox .techBox__item:nth-child(2) {
        z-index: 1
    }
}

@media only screen and (max-width: 800px)and (min-width: 601px) {
    .techBox__title {
        padding-top:8px
    }

    .techBox__txt {
        bottom: 14px;
        font-size: 14px
    }

    .techBox {
        padding-top: 50px
    }

    .techBox__item:nth-child(odd),.techBox__item:nth-child(even) {
        padding-top: 50px
    }

    .techBox__item:nth-child(odd) {
        margin-left: 11.5%
    }
}

@media only screen and (max-width: 600px) {
    .techBox {
        padding-top:30px
    }

    .techBox__title {
        padding-top: 8px;
        font-weight: 400
    }

    .techBox .techBox__item {
        position: relative;
        width: 50%;
        min-width: 212px;
        margin: 0 auto
    }

    .techBox .techBox__item:nth-child(odd) {
        right: 7vw
    }

    .techBox .techBox__item:nth-child(even) {
        left: 7vw
    }

    .techBox .techBox__item:nth-child(odd),.techBox .techBox__item:nth-child(even) {
        padding-top: 30px
    }
}

.pg-main__news {
    padding-top: 200px;
    padding-bottom: 256px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.pg-main__news__boxTitle {
    padding-bottom: 70px
}

.tab {
    position: relative
}

.tab__btnArea {
    position: relative;
    display: flex;
    padding-top: 60px
}

.tab__btnArea:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd
}

.tab__name {
    position: relative;
    width: 85px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none
}

.tab__name:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    border-radius: 2px;
    background: var(--gradient)
}

.tab__name.active {
    font-weight: 500
}

.tab__name.active:after {
    width: 100%;
    transition: all .3s ease-out
}

.tab__name button {
    font-size: var(--fz-16)
}

.tab__container {
    margin-top: 40px;
    min-height: 320px
}

.tab__content {
    display: none
}

.tab .btn-more {
    position: absolute;
    top: 0;
    right: 15px
}

@media only screen and (max-width: 800px) {
    .tab .btn-more {
        top:15px
    }
}

@media only screen and (max-width: 720px) {
    .pg-main__news {
        padding-top:var(--section-padding2);
        padding-bottom: var(--section-padding3)
    }

    .tab .btn-more {
        top: 40px;
        width: 23px;
        height: 23px
    }

    .tab__btnArea {
        padding-top: 30px
    }
}

.pg-main__career {
    background: url("../img/bg-career.jpg") no-repeat center/cover;
    padding-top: 208px;
    padding-bottom: 220px
}

.pg-main__career .section__boxCont {
    padding-top: 60px
}

.pg-main__career .pointCont {
    display: flex;
    justify-content: space-between;
    width: 72.5%;
    margin: 0 auto;
    padding-right: 3.5%;
    padding-bottom: 135px
}

.pg-main__career .man {
    width: 456px;
    flex-shrink: 0;
    position: relative;
    top: 32px
}

.pg-main__career .man img {
    max-width: 100%
}

.pg-main__career .point-m {
    display: none
}

.pg-main__career .points {
    width: 39%
}

.pg-main__career .points .brain .point__line {
    width: 55%
}

.pg-main__career .points .heart {
    padding-top: 15px
}

.pg-main__career .points .heart .point__line {
    width: 72%
}

.pg-main__career .points .handfeet {
    padding-top: 60px;
    padding-bottom: 40px
}

.pg-main__career .points .handfeet .point__line {
    width: 70.68%
}

.pg-main__career .point {
    position: relative;
    width: 396px;
    padding: 15px 0;
    border-radius: 15px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fz-16);
    line-height: 1.75
}

.pg-main__career .point .inwrap {
    width: 57.5%;
    word-break: keep-all
}

.pg-main__career .point .title {
    font-weight: 500;
    line-height: 1.5
}

.pg-main__career .point .title .en {
    color: var(--green);
    font-size: var(--fz-16)
}

.pg-main__career .point .title .kr {
    font-size: var(--fz-18)
}

.pg-main__career .point__line {
    position: absolute;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translate(calc(-100% - 7px), -50%);
    background-image: linear-gradient(to right, black 50%, rgba(255, 255, 255, 0) 0%);
    background-size: 10px;
    background-repeat: repeat-x
}

.pg-main__career .point__line:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(calc(-50% - 15px), -50%);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: var(--gradient);
    animation: shadowAni2 .8s ease-in-out forwards infinite alternate
}

@media only screen and (max-width: 1440px)and (min-width: 1261px) {
    .pg-main__career .points .brain .point__line {
        width:33%
    }

    .pg-main__career .points .heart .point__line {
        width: 47%
    }

    .pg-main__career .points .handfeet .point__line {
        width: 50%
    }
}

@media only screen and (max-width: 1260px) {
    .pg-main__career .pointCont {
        width:auto;
        padding-right: 5.5%
    }

    .pg-main__career .points .heart {
        padding-top: 5px
    }
}

@media only screen and (max-width: 1064px) {
    .pg-main__career .pointCont {
        padding-bottom:var(--section-padding);
        flex-direction: column;
        width: 80%;
        padding-right: 0
    }

    .pg-main__career .man {
        position: relative;
        width: 420px;
        top: 0;
        margin: 0 auto
    }

    .pg-main__career .points {
        width: 100%;
        padding-top: var(--section-padding)
    }

    .pg-main__career .points__item {
        padding-top: 10px
    }

    .pg-main__career .points__item.heart {
        padding-top: 10px
    }

    .pg-main__career .points .point {
        width: 100%;
        max-width: 400px;
        margin: 0 auto
    }

    .pg-main__career .points .point .inwrap {
        width: 70%
    }

    .pg-main__career .points .handfeet {
        padding-top: 10px;
        padding-bottom: 0
    }

    .pg-main__career .point-m {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        background: var(--gradient);
        animation: shadowAni2 .8s ease-in-out forwards infinite alternate
    }

    .point__line {
        display: none
    }

    .pg-main__career .points .brain .point__line {
        width: 21%
    }

    .pg-main__career .points .heart .point__line {
        width: 38%
    }

    .pg-main__career .points .handfeet .point__line {
        width: 38%
    }
}

@media only screen and (max-width: 720px) {
    .pg-main__career {
        padding-top:var(--section-padding2);
        padding-bottom: var(--section-padding2)
    }
}

@media only screen and (max-width: 1064px)and (min-width: 601px) {
    .point-m:nth-of-type(1) {
        top:24px;
        left: 322px
    }

    .point-m:nth-of-type(2) {
        top: 140px;
        left: 250px
    }

    .point-m:nth-of-type(3) {
        top: 290px;
        left: 267px
    }
}

@media only screen and (max-width: 600px) {
    .pg-main__career .man {
        width:300px
    }

    .pg-main__career .points .point {
        max-width: 340px
    }

    .pg-main__career .points .point .inwrap {
        width: 80%
    }

    .pg-main__career .pointCont {
        width: 100%
    }

    .pg-main__career .point-m {
        width: 7px;
        height: 8px
    }

    .pg-main__career .point-m:nth-of-type(1) {
        top: 21px;
        left: 231px
    }

    .pg-main__career .point-m:nth-of-type(2) {
        top: 95px;
        left: 184px
    }

    .pg-main__career .point-m:nth-of-type(3) {
        top: 207px;
        left: 193px
    }
}

.quickLink__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 220px;
    padding: 0 7.352%;
    border-radius: 15px;
    background-color: rgba(255,255,255,.05);
    box-shadow: 3px 3px 10px rgba(0,0,0,.1);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(5px);
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0
}

.quickLink__item:hover {
    box-shadow: 3px 3px 10px rgba(0,0,0,.2)
}

.quickLink__item>div:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 8px
}

.quickLink__item .inwrap {
    width: calc(100% - 50px);
    word-break: keep-all
}

.quickLink__item .recruit:before {
    background-image: url("../img/icon-quick-recruit.png")
}

.quickLink__item .ir:before {
    background-image: url("../img/icon-quick-ir.png")
}

.quickLink__item .company:before {
    background-image: url("../img/icon-quick-company.png")
}

.quickLink__item .business:before {
    background-image: url("../img/icon-quick-business.png")
}

.quickLink__tit {
    font-size: var(--fz-28);
    line-height: 2;
    font-weight: 500
}

.quickLink__disc {
    font-size: var(--fz-16);
    line-height: 1.8;
    font-weight: 300
}

@media only screen and (max-width: 1064px)and (min-width: 601px) {
    .quickLink__disc {
        margin-left:-40px;
        padding-top: 10px
    }

    .quickLink__item>div:before {
        width: 36px;
        height: 36px;
        position: relative;
        top: 3px
    }
}

@media only screen and (max-width: 600px) {
    .quickLink__item {
        height:auto
    }

    .quickLink__item:after {
        content: "";
        display: block;
        padding-top: 100%
    }

    .quickLink__item>div {
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .quickLink__item>div::before {
        margin-right: 0
    }

    .quickLink__item .inwrap {
        width: auto
    }

    .quickLink__disc {
        display: none
    }
}

.pg-main__famailySite {
    position: relative;
    width: 100%;
    background-color: #0c3043;
    overflow: hidden
}

.pg-main__famailySite .section__boxCont {
    padding-top: 70px;
    padding-bottom: 64px;
    text-align: center
}

.backText::after {
    content: "BIO-FD&C";
    display: block;
    position: absolute;
    bottom: -20%;
    right: 0;
    font-size: 200px;
    font-weight: 600;
    line-height: 1;
    color: rgba(0,0,0,0);
    opacity: .2;
    -webkit-text-stroke: 1px #fff;
    z-index: -1
}

@media only screen and (max-width: 1440px)and (min-width: 1261px) {
    .backText::after {
        bottom:-15%;
        font-size: 160px
    }
}

@media only screen and (max-width: 1260px) {
    .backText::after {
        bottom:-10%;
        font-size: 120px
    }
}

@media only screen and (max-width: 720px) {
    .backText::after {
        bottom:2.5%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        text-align: center;
        font-size: 60px
    }
}

/*# sourceMappingURL=main.min.css.map */
