/* keyframe */
@-webkit-keyframes ani1 {
    0% {
        width: 140px;
        transform: translate(-50%, -50%) scale(3);
        opacity: 1;
    }

    50% {
        width: 140px;
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    75% {
        width: 435px;
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        width: 435px;
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@keyframes ani1 {
    0% {
        width: 140px;
        transform: translate(-50%, -50%) scale(3);
        opacity: 1;
    }

    50% {
        width: 140px;
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    75% {
        width: 435px;
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        width: 435px;
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scaleUp {
    0% {
        opacity: 0;
        /* r: 0; */
    }

    100% {
        opacity: 0.7;
        /* r: var(--size); */
    }
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        /* r: 0; */
    }

    100% {
        opacity: 0.7;
        /* r: var(--size); */
    }
}

h2 {
    font-size: 12rem;
}

h3 {
    font-size: 8.8rem;
}

h4 {
    font-size: 8rem;
}

h5 {
    font-size: 7.2rem;
}

h6 {
    font-size: 6.4rem;
}


/* intro */

body.start {
    overflow: hidden;
}

body.end {
    overflow: initial;
}

.intro {
    display: none;
    opacity: 0;
    z-index: -1;
    transition: none;
    visibility: hidden;
}

.start .intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nvh);
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}

.start .intro-logo {
    position: absolute;
    width: 140px;
    height: 160px;
    top: 50%;
    left: 50%;
    overflow: hidden;
    will-change: width, transform, opacity;
    -webkit-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-animation: ani1 3s 0.4s ease-in-out forwards;
    animation: ani1 3s 0.4s ease-in-out forwards;
}

.start .intro-logo::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.start .intro img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 435px;
    max-width: 435px;
    height: 160px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.end .intro {
    opacity: 0;
    z-index: -1;
    transition: all 1s ease;
    visibility: hidden;
}

.skip .intro {
    display: none;
    opacity: 0;
    z-index: -1;
    transition: none !important;
    visibility: hidden;
}

header,
.sec1 .slide-cont,
.sec1 .slick-dots {
    opacity: 0;
    transition: opacity .5s ease;
    transition-delay: .5s;
}

.start header,
.start .slide-cont,
.start .slick-dots {
    opacity: 0;
}

.end header,
.end .slide-cont,
.end .slick-dots {
    opacity: 1;
}

/* common */

.contents {
    overflow: hidden;
    outline: none;
}

.sub-tit {
    font-size: 3.2rem;
    color: #8997AA;
    font-weight: bold;
    margin-bottom: 1rem;
}

.contents .section.sec2,
.contents .section.sec3 {
    height: var(--nvh);
}

/* section1 */

.sec1 {
    position: relative;
    width: 100%;
    height: var(--nvh);
    overflow: hidden;
    transition: height 1s ease;
}

.sec1 .main-slide-wr {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.sec1 .slide {
    width: 100%;
    height: var(--nvh);
    /* background-color: rgba(102, 102, 102, 0.4); */
    display: flex !important;
    position: relative;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
}

.start .sec1 .slide {
    width: 100%;
    height: 200vh;
    /* background-color: rgba(102, 102, 102, 0.4); */
    display: flex !important;
    position: relative;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 2s ease;
}
/* 
.sec1 .slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    opacity: 0.4;
    z-index: 1;
} */

.sec1 .main-slide-wr .slide:nth-child(1) {
    background-image: url('../images/img_slide_01.jpg');
}

.end .sec1 .main-slide-wr .slide {
    background-position-y: bottom !important;
    height: var(--nvh);
    transition: background-position-y 1s ease, height 1s ease;

}

.sec1 .slide-cont {
    position: absolute;
    text-align: left;
    left: max(calc((100% - 1600px) / 2), 1.6rem);
    bottom: 8rem;
    padding-right: 1.6rem;
    z-index: 2;
}

.sec1 .slide-tit {
    font-weight: bold;
    color: #FAFAFA;
    margin-bottom: 2rem;
}

.sec1 .slide-subtxt {
    font-size: 2rem;
    font-weight: 500;
    color: #FAFAFA;
    line-height: 1.4;
}

.slick-dotted.slick-slider {
    padding: 0;
    margin: 0;
}

.slick-dots {
    width: 100%;
    bottom: 8rem;
    right: max(calc((100% - 1600px) / 2), 1.6rem);
    text-align: end;
    z-index: 2;
}

.slick-dots li {
    width: 60px;
    height: 4px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    width: 60px;
    height: 4px;
    padding: 0;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 4px;
    width: 60px;
    height: 4px;
    content: '';
    text-align: center;
    opacity: 0.38;
    color: #FFFFFF;
    background-color: #FFFFFF;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 0.38;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FFFFFF;
    background-color: #FFFFFF;
}

/* section2 */

.sec2 {
    position: relative;

    overflow: hidden;
}

.sec2 .container {
    padding: 12rem 1.6rem;
}

.sec2 .title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 14.8148vh;
}

.sec2 .title h3 {
    margin-right: 7.5%;
}

.sec2 .title p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
}

:lang(en) .sec2 .title p {
    width: 42.5%;
}

.sec2 .fl {
    width: 50%;
}

.sec2 .fr {
    position: absolute;
    width: 65%;
    height: 100%;
    right: 0;
    top: 0;
}

.count-wr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 8rem;
}

:lang(en) .count-wr {
    row-gap: 6rem;
}

.count-item {
    width: 50%;
    text-align: left;
    position: relative;
}

.count-item .count-label {
    font-size: 2.4rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.38);
    margin-bottom: 2rem;
}

.count-item .count-number {
    display: inline-block;
    font-size: 7.2rem;
    font-weight: bold;
    color: #192850;
    text-align: right;
}

.count-item:nth-child(1) .count-number {
    min-width: 205px;
}

.count-item:nth-child(2) .count-number {
    min-width: 235px;
}

.count-item:nth-child(3) .count-number {
    min-width: 128px;
}

.count-item:nth-child(4) .count-number {
    min-width: 90px;
}

.count-item:nth-child(1) .count-unit {
    left: 220px;
}

.count-item:nth-child(2) .count-unit {
    left: 255px;
}

.count-item:nth-child(3) .count-unit {
    left: 140px;
}

:lang(en) .count-item:nth-child(3) .count-unit {
    left: 210px;
}

.count-item:nth-child(3) .count-unit.fl-unit {
    left: 0 !important;
}

.count-item:nth-child(3) .count-unit.fl-unit+.count-number {
    padding-left: 8rem;
}

.count-item:nth-child(4) .count-unit {
    left: 100px;
}


.count-item .count-unit {
    position: absolute;
    bottom: 1rem;
    display: inline-block;
    font-size: 4rem;
    font-weight: bold;
    color: #192850;
}

:lang(en) .count-item .count-unit {
    font-size: 3.2rem;
}

.count-bottom {
    position: absolute;
    font-size: 2rem;
    font-weight: bold;
    color: #192850;
}

.map-wr {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: url(../images/img_bg_sec02.png) no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
    background-size: contain; */
}

.map-it {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;

}

.map-it img,
.map-it svg {
    width: 100%;
    height: 100%;
}

.map-item {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    right: 0;
    bottom: 0;
}

.map-item .txt {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fff;
}

.map-item .num {
    display: block;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
}

.map-item:first-of-type {
    max-width: 22.5rem;
    height: 22.5rem;
    background-color: rgba(82, 102, 125, 0.7);
    /* rgb -> rgba 로 수정 */
}

.map-item:nth-of-type(2) {
    max-width: 22.5rem;
    height: 22.5rem;
    background-color: rgba(82, 102, 125, 0.7);
    /* rgb -> rgba 로 수정 */
}

.map-item:nth-of-type(3) {
    max-width: 15rem;
    height: 15rem;
    background-color: rgba(99, 134, 173, 0.7);
    /* rgb -> rgba 로 수정 */
}

.map-item:nth-of-type(4) {
    max-width: 30rem;
    height: 30rem;
    background-color: rgba(29, 46, 74, 0.7);
    /* rgb -> rgba 로 수정 */
}

.circle-group,
.circle-group circle {
    opacity: 0;
}

.circle-group.animate,
.circle-group.animate circle {
    animation: scaleUp 0.8s ease-out forwards;
}


/* 각 원별 지연시간 */

.circle-group.one.animate circle {
    animation-delay: 0s;
    /* --size: 90; */
}

.circle-group.two.animate circle {
    animation-delay: 0.2s;
    /* --size: 90; */
}

.circle-group.three.animate circle {
    animation-delay: 0.4s;
    /* --size: 30; */
}

.circle-group.four.animate circle {
    animation-delay: 0.6s;
    /* --size: 30; */
}

.circle-group.five.animate circle {
    animation-delay: 0.8s;
    /* --size: 60; */
}

.circle-group.six.animate circle {
    animation-delay: 1s;
    /* --size: 30; */
}

.circle-group.seven.animate circle {
    animation-delay: 1.2s;
    /* --size: 30; */
}



/* section3 - BUSINESS */

.sec3 {
    position: relative;
    background: url('../images/img_bg_sec03.png') no-repeat center center/cover #000;
}

.sec3 .inner-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.sec3 .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: calc(8.8rem + 1vh) 0 8rem;
    height: 100%;
}

.sec3 .title {
    text-align: center;
    margin-bottom: 8rem;
}

.sec3 h6 {
    color: #FFFFFF;
}

.sec3 .card-slide {
    position: relative;
}

.sec3 .card-item {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 2.08vw;
    outline: 0;
    border-radius: 2.4rem;
    overflow: hidden;
}

.sec3 .card-item a::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    opacity: 0.4;
    border-radius: 2.4rem;
}

.sec3 .card-item a {
    position: static;
    border-radius: 2.4rem;
    overflow: hidden;
}

.sec3 .card-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 2.4rem;
    aspect-ratio: 12 / 7;

}

.sec3 .card-img img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-item .card-txt-wr {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 4rem;
    z-index: 1;
}

.card-item .tag-wrap {
    margin-bottom: 2rem;
}

.card-item .card-txt {
    font-size: 3.2rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.5;
    width: 100%;
}

.sec3 .view-all {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
}

.sec3 .btn-view-w {
    max-width: 24rem;
}

.sec3 .btn-view-w:hover {
    background-color: rgba(255, 255, 255, 0.38);
    mix-blend-mode: normal;
}

.sec3 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    width: 6.4rem;
    height: 6.4rem;
}

.sec3 .slick-prev::before,
.sec3 .slick-next::before {
    content: none;
}

.sec3 .slick-prev {
    background: url('../images/icon_arrow_right_w.svg') no-repeat center/1.45rem rgba(255, 255, 255, .2);
    -webkit-transform: rotateY(180deg) translate(0, -50%);
    -ms-transform: rotateY(180deg) translate(0, -50%);
    transform: rotateY(180deg) translate(0, -50%);
    left: 30vw;
}

.sec3 .slick-next {
    background: url('../images/icon_arrow_right_w.svg') no-repeat center/1.45rem rgba(255, 255, 255, .2);
    right: 30vw;
}


/* section4 - FAMILY */

.sec4 .fl {
    width: 50%;
}

.sec4 .inner {
    display: flex;
    align-items: center;
    padding: 8rem 0;
    flex-wrap: initial;
    gap: 0;
    border-top: none;
}

.sec4 .logo-wr {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto;
    top: 19px;
}

.logo-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto 1.6rem;
}

@media screen and (max-width: 1800px) {
    .sec3 .slick-prev {
        left: 27vw;
    }

    .sec3 .slick-next {

        right: 27vw;
    }
}

@media screen and (max-width: 1500px) {
    :lang(en) .sec2 .title h3 {
        font-size: 7.2rem;
        width: 50%;
    }

    :lang(en) .sec2 .title p {
        width: 42.5%;
    }

    :lang(en) .sec3 .title {
        margin-bottom: 4rem;
    }

    :lang(en) .sec3 .inner {
        padding: calc(8.8rem + 1vh) 0 4rem;
    }

}


/* desktop 규격 */

@media screen and (max-width: 1300px) {
    .sec2 .title h3 {
        font-size: 7.2rem;
        margin-right: auto;
        width: auto;
    }

    .sec2 .title p {
        font-size: 1.8rem;
        padding-left: 2rem;
    }

    :lang(en) .sec2 .title h3 {
        font-size: 6rem;
    }

    :lang(en) .sec2 .title p {
        width: calc(50% - 2rem);
        font-size: 1.6rem;
        padding-left: 2rem;
    }

    :lang(en) .count-item .count-unit {
        font-size: 2.4rem;
    }

    .count-item:nth-child(3) .count-unit.fl-unit+.count-number {
        padding-left: 5.6rem;
    }

    :lang(en) .count-item:nth-child(3) .count-unit {
        left: 180px;
    }

    .sec3 .slick-prev {
        left: 23vw;
    }

    .sec3 .slick-next {

        right: 23vw;
    }

}

@media screen and (max-width: 1100px) {

    /* .contents section.se2 {
        height: initial;
    }

    .sec2 .fl {
        width: 100%;
    } */
    .sec2 .fl {
        width: 60%;
    }

    .count-wr {
        row-gap: 4.8rem;
    }

    /* 
    .count-item {
        width: 100%;
    } */

    .sec2 .title h3 {
        font-size: 6.4rem;
    }

    .count-item .count-label {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }

    .count-item .count-number {
        font-size: 6.4rem;
    }

    .count-item .count-unit {
        font-size: 3.2rem;
    }

    .count-item:nth-child(1) .count-number {
        min-width: 168px;
    }

    .count-item:nth-child(2) .count-number {
        min-width: 208px;
    }

    .count-item:nth-child(3) .count-number {
        min-width: 110px;
    }

    .count-item:nth-child(4) .count-number {
        min-width: 80px;
    }

    .count-item:nth-child(1) .count-unit {
        left: 190px;
    }

    .count-item:nth-child(2) .count-unit {
        left: 218px;
    }

    .count-item:nth-child(3) .count-unit {
        left: 120px;
    }

    :lang(en) .count-item:nth-child(3) .count-unit {
        left: 170px;
    }

    .count-item:nth-child(4) .count-unit {
        left: 90px;
    }

    .sec3 .slick-prev {
        left: 20vw;
    }

    .sec3 .slick-next {

        right: 20vw;
    }
}

/* tablet 규격 */

@media screen and (max-width: 1023.98px) {

    h6 {
        font-size: 4.8rem;
    }

    .sub-tit {
        font-size: 2.4rem;
    }

    :lang(en) .sec2 .title h3 {
        font-size: 5.6rem;
    }

    /* section3 */

    .sec3 {
        height: initial;
    }


    .sec3 .slick-list {
        height: initial;
    }

    .sec3 .card-img {
        aspect-ratio: initial;
        height: 100%;
    }

    .sec3 .card-item {
        height: 40rem;
        border-radius: 1.6rem;
        margin: 0 0.8rem;
    }

    .sec3 .card-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }


    .card-item .card-txt-wr {
        padding: 1.6rem;
    }

    .card-item .tag-wrap {
        margin-bottom: 1.6rem;
    }

    .card-item .card-txt {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 960px) {

    .sec2 .title h3 {
        font-size: 5.6rem;
    }

    .sec2 .title p {
        width: auto;
        font-size: 1.6rem;
        padding-left: 2rem;
    }

    .sec2 .fr {
        width: 60%;
    }

    .sec2 .fl {
        width: 65%;
    }
}

@media screen and (max-width: 840px) {
    .sec2 .title p {
        width: 50%;
    }

}

@media screen and (max-height: 800px) {

    .sec3 .title {
        margin-bottom: 4rem;
    }

    .sec3 .view-all {
        margin-top: 2rem;
    }

    .count-wr {
        row-gap: 4rem;
    }

    :lang(en) .count-wr {
        row-gap: 3.2rem;
    }


}

@media screen and (max-height: 700px) {

    .contents .section.sec2,
    .contents .section.sec3 {
        height: initial;
    }

    .sec3 .inner {
        padding: 8rem 0;
    }
}

/* mobile 규격 */
@media screen and (max-width: 767.98px) {

    @-webkit-keyframes ani1 {
        0% {
            width: 6.8rem;
            transform: translate(-50%, -50%) scale(3);
            opacity: 1;
        }

        50% {
            width: 6.8rem;
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }

        75% {
            width: 21.8rem;
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }

        100% {
            width: 21.8rem;
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }
    }

    @keyframes ani1 {
        0% {
            width: 6.8rem;
            transform: translate(-50%, -50%) scale(3);
            opacity: 1;
        }

        50% {
            width: 6.8rem;
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }

        75% {
            width: 21.8rem;
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }

        100% {
            width: 21.8rem;
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }
    }

    /* common */

    .contents section:not([class^="sec4"]) {
        height: initial !important;
    }

    h1 {
        font-size: 12rem;
    }

    h2,
    h3,
    h4,
    h5 {
        font-size: 4.8rem;
    }

    h6 {
        font-size: 3.2rem;
    }

    .start .intro-logo {
        width: 6.8rem;
        height: 8rem;
    }

    .start .intro img {
        width: 21.8rem;
        max-width: 21.8rem;
        height: 8rem;
    }

    .sub-tit {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }

    .start .sec1 {
        height: 200vh;
    }

    .end .sec1 {
        height: var(--nvh);
    }

    .end .sec1 .main-slide-wr .slide {
        background-position-y: bottom !important;
        height: var(--nvh);
    }

    /* section1 */

    .sec1 .slide {
        height: var(--nvh);
    }

    .sec1 {
        height: var(--nvh);
    }

    .sec1 .slide-cont {
        /* .slide-cont가 .sec1 내부에 있으므로 선택자를 명확히 합니다. */
        bottom: 10rem;
    }

    .sec1 .slide-subtxt {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .sec1 .main-slide-wr .slide:nth-child(1) {
        background-image: url('../images/img_slide_01_mb.jpg');
    }

    /* section2 */

    .sec2 .container {
        padding: 8rem 1.6rem 7rem;
    }

    .sec2 .title {
        margin-bottom: 8rem;
    }

    :lang(en) .sec2 .title {
        margin-bottom: 4rem;
    }


    .sec2 .title h3,
    :lang(en) .sec2 .title h3 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.6rem;
    }

    .slick-dots {
        bottom: 4.8rem;
        text-align: center;
        right: 0;
    }

    .slick-dots li,
    .slick-dots li button,
    .slick-dots li button:before {
        width: 4rem;
    }

    .sec2 .title p,
    :lang(en) .sec2 .title p {
        width: 100%;
        padding-left: 0;
    }

    .sec2 .fl {
        width: 100%;
    }

    .count-wr,
    :lang(en) .count-wr {
        flex-direction: column;
        gap: 2.4rem;
    }

    .count-item {
        width: 100%;
    }

    :lang(en) .count-item:last-child {
        padding-top: 2.4rem;
    }

    .sec2 .fr {
        position: relative;
        width: 100%;
    }

    .map-wr {
        position: relative;
        width: calc(100% + 3.2rem);
        margin: 0 -1.6rem -7rem;
    }

    .map-it {
        position: relative;
        overflow: hidden;
        margin-top: -18rem;
    }

    .pc.map-it {
        display: block !important;
        opacity: 0;
        width: 0;
        height: 0;
    }



    /* 각 원별 지연시간 */

    .circle-group.one.animate circle {
        animation-delay: 0s;
        /* --size: 54; */
    }

    .circle-group.two.animate circle {
        animation-delay: 0.2s;
        /* --size: 54; */
    }

    .circle-group.three.animate circle {
        animation-delay: 0.4s;
        /* --size: 30; */
    }

    .circle-group.four.animate circle {
        animation-delay: 0.6s;
        /* --size: 27; */
    }

    .circle-group.five.animate circle {
        animation-delay: 0.8s;
        /* --size: 40; */
    }

    .circle-group.six.animate circle {
        animation-delay: 1s;
        /* --size: 27; */
    }

    .circle-group.seven.animate circle {
        animation-delay: 1.2s;
        /* --size: 27; */
    }

    .sec3 .view-all {
        margin-top: 4rem;
    }

    .sec3 .inner {
        padding: 8rem 0;
    }

    :lang(en) .sec3 .inner {
        padding: 8rem 0;
    }

    /* section4 - FAMILY */

    .sec4 .inner {
        flex-direction: column;
    }

    .sec4 .fl {
        width: 100%;
        text-align: center;
        margin-bottom: 8rem;
    }

    .sec4 .partner-logos {
        width: 100%;
    }

    .sec4 .logo-wr {
        margin: 0 -1.6rem;
        width: calc(100% + 3.2rem);
        height: auto;
        top: 0;
    }

    .logo-slider .item {
        margin: 0;
    }
}

@media screen and (max-width: 500px) {
    .map-it {
        margin-top: -10rem;
    }
}

/* landscape - 가로 모드 */
@media screen and (orientation: landscape) {}