/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');*/
/*@import url("/css/fo/googleapis-font-poppins.css");*/

@charset "utf-8";


/*회사소개*/
/*공통*/
.scroll_on {
    opacity: 0;
    transition: all 1s;
}

.scroll_on.active {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.scroll_on.type_bottom {
    transform: translate(0, 50px);
}

.scroll_on.type_left {
    transform: translate(-50px, 0);
}

.scroll_on.type_right {
    transform: translate(50px, 0);
}

.renewal.about .about-wrapper {
    width: 100%;
    padding: 120px 0;
}

.renewal.about .about-wrapper .center-title {
    text-align: center;
}

.renewal.about .about-wrapper .top-blue-box {
    background: #5B82FA;
    margin-bottom: 18px;
    padding: 10px 15px;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
}

.renewal.about .gray-font-color {
    color: #737373;
}

.renewal.about .gradient-font {
    background-image: linear-gradient(to right, #4571fa, #8B88F9, #A280F0);
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 800;
    color: transparent;
}

@media (prefers-color-scheme: dark) {
    .renewal.about .gradient-font {
        color: white;
    }
}

.renewal.about .f36 {
    font-size: 36px;
}

.renewal.about .about-button {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    max-width: 260px;
    width: 100%;
    margin-top: 45px;
    border-radius: 40px;
    height: 68px;
    background: linear-gradient(135deg, #5782FA 15%, #7E8AF9 50%, #948EF9, #AA92F8);
}

.renewal.about .about-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
}

.renewal.about .about-button:hover {
    animation-name: bounce;
    animation-timing-function: ease;
    background: #305FE5;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.renewal.about .about-wrapper .swiper-container {
    overflow: visible;
}

.renewal.about .about-wrapper .swiper-slide.swiper-slide-next,
.renewal.about .about-wrapper .swiper-slide.swiper-slide-prev {
    opacity: 0.3;
    transition: opacity 0.3s;
}

.renewal.about .about-wrapper .swiper-button-next,
.renewal.about .about-wrapper .swiper-button-prev {
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #e9ecef;
}

.renewal.about .about-wrapper .swiper-button-next:after,
.renewal.about .about-wrapper .swiper-button-prev:after {
    display: none;
}

.renewal.about .about-wrapper .swiper-button-next.swiper-button-disabled,
.renewal.about .about-wrapper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.renewal.about .about-wrapper1 {
    background: url("/images/fo/about-main-graph.webp") no-repeat 0 50%, -webkit-gradient(linear, left top, left bottom, from(#E0EDFF), to(#fff));
    background-size: contain;
}

.renewal.about .about-wrapper1 .center-title {
    font-size: 50px;
    font-weight: 800;
}

.renewal.about .about-wrapper1 .box-title {
    justify-content: flex-start;
    background: #fff;
    max-width: 530px;
    border-radius: 20px;
    margin: 25px auto 0;
}

.renewal.about .about-wrapper1 .wrapper1-main {
    position: relative;
}

.renewal.about .about-wrapper1 .wrapper1-main .wrapper1-main-in {
    max-width: 460px;
    margin: 0 auto;
}

.renewal.about .about-wrapper1 .wrapper1-main .about-main-image {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.renewal.about .about-wrapper1 .wrapper1-main .about-main-image-round {
    position: absolute;
    bottom: 20px;
    justify-content: space-evenly;
}

.renewal.about .about-wrapper1 .wrapper1-main .about-main-image-round .round {
    margin-right: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 145px;
    height: 145px;
    background: #A5BAFF;
    border-radius: 50%;
}

.renewal.about .about-wrapper1 .wrapper1-main .about-main-image-round .round:last-child {
    margin-right: 0;
}

.renewal.about .about-wrapper1 .progress-container {
    overflow: hidden;
    display: block;
    transform: rotate(90deg);
    height: 3px;
    width: 61px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    transition: all 0.4s;
}

.renewal.about .about-wrapper1 .progress-container .progress-bar {
    background: #5B82FA;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 3px;
    transition: all 0.4s;
}

.renewal.about .about-wrapper1 .progress-container .progress-bar.on {
    left: calc(100% - 12px);
}

.renewal.about .about-wrapper2 {
    padding: 0 0 120px 0;
}

.renewal.about .about-wrapper2 .wrapper-left {
    position: relative;
}

.renewal.about .about-wrapper2 .wrapper-left .swiper-pagination {
    left: 0;
    text-align: left;
    bottom: -29px;
}

.renewal.about .about-wrapper2 p {
    line-height: 1.5;
    font-size: 19px;
    margin-bottom: 60px;
}

.renewal.about .about-wrapper2 .about-swiper2 {
    width: 100%;
    max-width: 500px;
}

.renewal.about .about-wrapper2 .about-swiper2 .swiper-wrapper .swiper-slide {
    opacity: 0;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: unset;
    height: auto;
}

.renewal.about .about-wrapper2 .about-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-prev,
.renewal.about .about-wrapper2 .about-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-next {
    opacity: 0.3 !important;
}

.renewal.about .about-wrapper2 .about-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.renewal.about .about-wrapper2 .about-swiper2 .swiper-wrapper .swiper-slide img {
    width: 100%;
    border-radius: 20px;
}

.renewal.about .about-wrapper2 .about-swiper2 .swiper-wrapper .swiper-slide .slide-box {
    max-width: 400px;
    margin: 0 auto;
}

.renewal.about .about-wrapper2 .mo-f12 {
    color: #919191;
}

.renewal.about .about-wrapper3 {
    background: #F8F9FA;
    height: 760px;
    padding: 0;
}

.renewal.about .about-wrapper3 .wrapper3 {
    width: 50%;
    height: 100%;
}

.renewal.about .about-wrapper3 h2 {
    font-size: 46px;
}

.renewal.about .about-wrapper3 .data-section-inner-box {
    height: 100%;
}

.renewal.about .about-wrapper3 .wrapper3.about-wrapper3-left {
    background: url(/images/fo/about-wrapper3-background.webp) no-repeat center #1E2635;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.renewal.about .about-wrapper3 .wrapper3.about-wrapper3-left p {
    color: #919191;
}

.renewal.about .about-wrapper3 .wrapper3.about-wrapper3-right {
    padding: 100px 0 100px 200px;
}

.renewal.about .about-wrapper3 .wrapper3.about-wrapper3-right .box {
    margin-bottom: 50px;
}

/*.renewal.about .about-wrapper3 .display-flex{ height: -webkit-fill-available; }*/
.renewal.about .about-wrapper3 .about-wrapper3-count {
    display: flex;
}

.renewal.about .about-wrapper3 .about-wrapper3-count span {
    width: 35px;
    display: inline-block;
    margin-right: 10px;
}

.renewal.about .about-wrapper3 .about-wrapper3-count h3,
.renewal.about .about-wrapper3 .about-wrapper3-count p {
    font-size: 30px;
    color: #333333;
    display: inline-block;
}

.renewal.about .about-wrapper3 .tab_box {
    max-width: 250px;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    box-shadow: 0 3px 9px rgb(0 0 0 / 10%);
    border-radius: 50px;
    background: #fff;
    margin-top: 40px;
}

.renewal.about .about-wrapper3 .tab_box .tab_item {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #868e96;
    cursor: pointer;
}

.renewal.about .about-wrapper3 .tab_box .tab_item.active {
    background: #F2F6FF;
    color: #5A8DFC;
    font-weight: 600;
}

.renewal.about .about-wrapper3 .tab_box .tab_item:first-child {
    margin-right: 10px;
}

.renewal.about .about-wrapper3 .tab_inner {
    display: none;
    transition: 0.3s ease all;
}

.renewal.about .about-wrapper3 .tab_inner.active {
    display: block;
}

.renewal.about .about-wrapper4 {
    background: #1E2635;
    padding: 70px 0;
    overflow: hidden;
}

.renewal.about .about-wrapper4 .center-title {
    color: #BECEFF;
    font-size: 21px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.renewal.about .about-wrapper4 .center-title span {
    font-size: 12px;
    position: absolute;
    right: 0;
    color: #737373;
}

.renewal.about .about-wrapper4 .marquee-box {
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

.renewal.about .about-wrapper4 .marquee-box:hover {
    animation-play-state: paused;
}

@keyframes scrolling {
    0% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(calc(-1 * var(--marquee-end-position) + 100px));
    }
}

.renewal.about .about-wrapper4 .marquee-box .marquee-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 21px;
    padding: 0 45px;
    text-shadow: 2px 1px 8px #ffffff24;
}

.renewal.about .about-wrapper4 .marquee-box .marquee-content span {
    margin-right: 17px;
}

.renewal.about .about-wrapper4 .marquee-box .marquee-content span:last-child {
    margin-right: 0;
}

.renewal.about .about-wrapper4 .marquee-box .marquee-content .ranking,
.renewal.about .about-wrapper4 .marquee-box .marquee-content .artwork-name {
    color: #fff;
    font-weight: 600;
}

.renewal.about .about-wrapper4 .marquee-box .marquee-content .percent,
.renewal.about .about-wrapper4 .marquee-box .marquee-content .percent i {
    color: #FF7676;
    font-weight: 700;
}

.renewal.about .about-wrapper4 .marquee-box .marquee-content .artist-name {
    color: #C3C3C3;
    font-weight: 400;
}

:root {
    --marquee-width: 100vw;
    --marquee-height: 25px;
    --marquee-elements: 10; /* 내부 엘리먼트 개수에 따라 달라짐 */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 5s);
    --marquee-end-position: 100vw;
}

.renewal.about .about-wrapper5 .wrapper5-banner {
    max-width: 420px;
    margin: 0 auto 16px;
    border-radius: 30px;
    height: 60px;
}

.renewal.about .about-wrapper5 .wrapper5-banner .notice {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.renewal.about .about-wrapper5 .wrapper5-banner .notice .rolling-banner {
    position: relative;
    width: 100%;
    height: auto;
}

.renewal.about .about-wrapper5 .wrapper5-banner .notice .rolling-banner li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
}

.renewal.about .about-wrapper5 .wrapper5-text {
    margin-top: 100px;
}

.renewal.about .about-wrapper5 .wrapper5-text h2 {
    font-size: 30px;
    margin-bottom: 22px;
    font-weight: 600;
}

.renewal.about .about-wrapper5 .wrapper5-text p {
    line-height: 1.5;
}

.renewal.about .about-wrapper5 .wrapper5-text p strong {
    color: #202122;
    font-weight: 400;
}

.renewal.about .about-wrapper5 .wrapper5-text .img-box {
    background: #EAECF0;
    border-radius: 20px;
    height: 300px;
    width: 100%;
    max-width: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.renewal.about .about-wrapper5 .wrapper5-text .flex-start {
    justify-content: flex-start;
}

.renewal.about .about-wrapper5 .wrapper5-text .flex-start
.renewal.about .about-wrapper5 .wrapper5-text .left-box {
    max-width: 460px;
    width: 100%;
}

.renewal.about .about-wrapper5 .about-swiper5 {
    width: 100%;
    max-width: 500px;
}

.renewal.about .about-wrapper5 .about-swiper5 .wrapper5-text .swiper {
    overflow: visible;
}

.renewal.about .about-wrapper5 .about-swiper5 .swiper-wrapper .swiper-slide {
    max-width: unset;
    height: auto;
}

.renewal.about .about-wrapper5 .about-swiper5 .swiper-wrapper .swiper-slide .slide-inner-wrapper {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.renewal.about .about-wrapper6 {
    background: url(/images/fo/about-wrapper6-background.webp) no-repeat center;
    background-size: cover;
    padding: 120px 0 30px;
}

.renewal.about .about-wrapper6 h2 {
    font-size: 30px;
    color: #737373;
}

.renewal.about .about-wrapper6 h2 span {
    color: #4F4F4F;
}

.renewal.about .about-wrapper6 p.f-light {
    color: #737373;
    line-height: 1.5;
}

.renewal.about .about-wrapper7 {
    background: #788CF7;
    padding: 60px 0;
}

.renewal.about .about-wrapper7 h3 {
    font-size: 30px;
}

.renewal.about .about-wrapper7 .slider {
    max-width: 100%;
    margin: 50px auto 0;
    position: relative;
    overflow: hidden;
}

.renewal.about .about-wrapper7 .slider .inner {
    overflow: visible !important;
    width: 802px;
    margin: 0 auto;
    max-width: 802px !important;
}

@media screen and (max-width: 1024px) {
    .renewal.about .about-wrapper7 .slider .inner {
        width: auto;
    }
}

.renewal.about .about-wrapper7 .slider .inner .swiper {
    overflow: visible;
}

.renewal.about .about-wrapper7 .swiper-slide .swiper-inner-wrapper {
    padding: 40px 24px 22px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 225px;
    border-radius: 20px;
    background: #fff;
}

.renewal.about .about-wrapper7 .swiper-slide.swiper-slide-next,
.renewal.about .about-wrapper7 .swiper-slide.swiper-slide-prev {
    opacity: 1 !important;
}

.renewal.about .about-wrapper7 .title {
    color: #202122;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.3;
}

.renewal.about .about-wrapper7 .sub-text {
    font-weight: 400;
    line-height: 1.5;
    color: #737373;
}

.renewal.about .about-wrapper7 .notice-btn {
    background: #EAEEF0;
    border-radius: 30px;
    padding: 0 14px;
    height: 32px;
    position: relative;
}

.renewal.about .about-wrapper7 .notice-btn a {
    color: #737373;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 32px;
}

.renewal.about .about-wrapper7 .swiper-slide-prev .notice-btn,
.renewal.about .about-wrapper7 .swiper-slide-duplicate .notice-btn {
    z-index: 0;
}

.renewal.about .about-wrapper7 .swiper-slide-active .notice-btn,
.renewal.about .about-wrapper7 .swiper-slide-next .notice-btn,
.renewal.about .about-wrapper7 .swiper-slide-next + .swiper-slide .notice-btn {
    z-index: 10;
}

.renewal.about .about-wrapper7 .about-button {
    display: block;
    margin: 53px auto 0 !important;
    background: linear-gradient(135deg, #274DBC 15%, #5250D4 50%, #7552E8);
}

.renewal.about .about-wrapper7 .about-button:hover {
    background: #072B95;
}

.renewal.about .about-wrapper7 .about-wrapper7-button {
    position: relative;
    top: -140px;
}

.renewal.about .about-wrapper8 .about-wrapper8-in {
    position: relative;
    overflow: hidden;
}

.renewal.about .about-wrapper8 .swiper-wrapper {
    box-sizing: border-box;
}

.renewal.about .about-wrapper8 .swiper-slide.swiper-slide-next,
.renewal.about .about-wrapper8 .swiper-slide.swiper-slide-prev {
    opacity: 1 !important;
}

.renewal.about .about-wrapper8 .center-title {
    color: #202122;
    font-size: 30px;
    margin-bottom: 56px;
}

.renewal.about .about-wrapper8 .swiper-container {
    width: 100%;
    height: 100%;
}

.renewal.about .about-wrapper8 .swiper-container:after {
    content: '';
    display: block;
    width: 200%;
    height: 1px;
    background-position: -50px;
    background-repeat: repeat-x;
    position: absolute;
    left: -10%;
    top: 40%;
    animation: line-slide 60s forwards infinite linear;
    z-index: 1;
}

.renewal.about .about-wrapper8 .swiper-container.swiper--bottom:after {
    animation-direction: reverse;
}

.renewal.about .about-wrapper8 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.renewal.about .about-wrapper8 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    width: 210px;
    height: 70px;
    margin: 0 10px;
}

.renewal.about .about-wrapper8 .swiper-slide img {
    width: 100%;
}

@keyframes line-slide {
    0% {
        background-position: -5% 0;
    }
    100% {
        background-position: 100% 0;
    }
}

.renewal.about .about-wrapper9 {
    background: url(/images/fo/history-back.webp) no-repeat #030303;
    background-position: right;
    background-size: cover;
}

.renewal.about .about-wrapper9 .center-title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 14px;
}

.renewal.about .about-wrapper9 .sub-title {
    color: #A3A9B1;
    font-weight: 800;
    text-align: center;
    line-height: 1.7;
}

.renewal.about .about-wrapper9 ul.vertical-timeline .accordion-in {
    display: flex;
    align-items: flex-start;
    list-style-type: none;
    margin: 0;
    border-left: 2px solid #585C60;
    padding: 0 1.5em;
    position: relative;
    padding-bottom: 10px;
}

.renewal.about .about-wrapper9 ul.vertical-timeline .accordion-in:last-child {
    border-left: none;
}

.renewal.about .about-wrapper9 ul.vertical-timeline .date {
    flex: 0 0 80px;
    font-weight: 500;
    color: #585C60;
    text-decoration: none;
    position: relative;
    font-size: 19px;
    margin-bottom: 50px;
    line-height: 0.5;
}

.renewal.about .about-wrapper9 ul.vertical-timeline .date .toggle-icon {
    padding-left: 0;
    margin-left: 3px;
    transition: transform 0.3s;
}

.renewal.about .about-wrapper9 ul.vertical-timeline .accordion-in a.active .toggle-icon {
    transform: rotate(180deg);
}

.renewal.about .about-wrapper9 ul.vertical-timeline .accordion-in a.active,
.renewal.about .about-wrapper9 ul.vertical-timeline .accordion-in a.active i {
    color: #fff;
    font-weight: 700;
}

.renewal.about .about-wrapper9 ul.vertical-timeline div.accordion-in-div {
    display: none;
    margin-left: 70px;
    flex: 1;
    margin-top: -6px;
}

.renewal.about .about-wrapper9 ul.vertical-timeline .accordion-in::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #585C60;
    border-radius: 50%;
    margin-right: 10px;
    content: '';
    position: absolute;
    left: -6px;
}

.renewal.about .about-wrapper9 ul.vertical-timeline .accordion-in:last-child::after {
    left: -5px;
}

.renewal.about .about-wrapper9 .wrapper9-in {
    padding-top: 80px;
}

.renewal.about .about-wrapper9 .wrapper9-in .year-in {
    margin-bottom: 33px;
}

.renewal.about .about-wrapper9 .display-flex {
    justify-content: flex-start;
}

.renewal.about .about-wrapper9 .year-in p {
    color: #7A838D;
    font-size: 20px;
    min-width: 65px;
}

.renewal.about .about-wrapper9 .year-in ol {
    font-size: 19px;
    color: #fff;
    margin-top: -2px;
}

.renewal.about .about-wrapper9 .year-in ol li {
    margin-bottom: 10px;
    line-height: 1.5;
    text-indent: -8px;
    padding-left: 8px;
}

.renewal.about .about-wrapper10 {
    background: url(/images/fo/about-wrapper10-background.webp) no-repeat center;
    background-size: cover;
}

@media all and (max-height: 990px) {
}


@media screen and (min-width: 790px) and (max-width: 1200px) {
    /*소개*/
    .renewal.about .about-wrapper2 {
        padding-left: 20px;
    }

    .renewal.about .about-wrapper3 .wrapper3.about-wrapper3-right {
        padding: 100px 0 100px 100px;
    }

    .renewal.about .about-wrapper5 .wrapper5-text {
        padding: 0 20px;
    }

    .renewal.about .about-wrapper5 .wrapper5-text .img-box {
        max-width: 380px;
    }

    .renewal.about .about-wrapper5 .wrapper5-text .left-box {
        margin-left: 40px;
    }

    .renewal.about .about-wrapper6 {
        padding: 120px 20px 30px 20px;
    }

    .renewal.about .about-wrapper10 {
        padding: 120px 20px;
    }

}

@media (max-width: 789px) {
    /*소개*/
    .renewal.about .about-wrapper .top-blue-box {
        margin-bottom: 10px;
        padding: 7px 12px;
        font-size: 11px;
    }

    .renewal.about .about-button {
        max-width: 190px;
        height: 50px;
        padding: 15px 0;
        margin: 30px auto 0;
    }

    .renewal.about .about-button a {
        font-size: 14px;
    }

    .renewal.about .about-wrapper {
        padding: 50px 0;
    }

    .renewal.about .about-wrapper1 {
        padding: 60px 0 40px;
    }

    .renewal.about .about-wrapper1 .center-title {
        font-size: 32px;
    }

    .renewal.about .about-wrapper1 .wrapper1-main .about-main-image-round {
        position: inherit;
        display: table;
        margin: 0 auto;
    }

    .renewal.about .about-wrapper1 .wrapper1-main .about-main-image-round .round {
        width: 70px;
        height: 70px;
        float: left;
    }

    .renewal.about .about-wrapper1 .wrapper1-main .about-main-image-round .round span {
        width: 30px;
    }

    .renewal.about .about-wrapper1 .progress-container {
        width: 40px;
    }

    .renewal.about .about-wrapper2 {
        padding: 0 0 60px 0 !important;
        position: relative;
    }

    .renewal.about .about-wrapper2 .swiper-section {
        overflow: hidden;
    }

    .renewal.about .about-wrapper2 .about-swiper2 {
        overflow: visible;
    }

    .renewal.about .about-wrapper2 h2 {
        margin-bottom: 17px !important;
    }

    .renewal.about .about-wrapper2 .wrapper-left {
        position: inherit;
    }

    .renewal.about .about-wrapper2 .about-swiper2 .swiper-wrapper .swiper-slide {
        opacity: 1;
    }

    .renewal.about .about-wrapper2 .about-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-prev {
        opacity: 0 !important;
    }

    .renewal.about .about-wrapper2 .about-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-next {
        opacity: 0.3
    }

    .renewal.about .about-wrapper3 {
        background: #F8F9FA;
        height: auto;
        padding: 0;
    }

    .renewal.about .about-wrapper3 .wrapper3 {
        width: 100%;
    }

    .renewal.about .about-wrapper3 .wrapper3.about-wrapper3-left {
        height: 350px;
    }

    .renewal.about .about-wrapper3 .wrapper3.about-wrapper3-right {
        padding: 50px 20px;
        text-align: center;
    }

    .renewal.about .about-wrapper3 .about-wrapper3-count {
        justify-content: center;
    }

    .renewal.about .about-wrapper3 .about-wrapper3-count h3,
    .renewal.about .about-wrapper3 .about-wrapper3-count p {
        font-size: 24px;
    }

    .renewal.about .about-wrapper3 .wrapper3.about-wrapper3-right .box {
        margin-bottom: 40px;
    }

    .renewal.about .about-wrapper3 .tab_box .tab_item {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
    }

    .renewal.about .about-wrapper3 .about-icon {
        width: 20px;
        display: inline-block !important;
        margin-right: 4px;
    }

    .renewal.about .about-wrapper5 .wrapper5-text h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .renewal.about .about-wrapper5 .wrapper5-banner {
        margin: 10px auto 14px;
        height: 50px;
    }

    .renewal.about .about-wrapper5 .wrapper5-text {
        margin-top: 50px;
    }

    .renewal.about .about-wrapper5 .wrapper5-text .about-swiper5 .img-box {
        margin-bottom: 22px;
        height: 190px;
        max-width: 100%;
    }

    .renewal.about .about-wrapper5 .wrapper5-text .about-swiper5 .img-box1 .img-in {
        width: 160px !important;
    }

    .renewal.about .about-wrapper5 .wrapper5-text .about-swiper5 .img-box .img-in {
        width: 240px;
        height: 150px;
    }

    .renewal.about .about-wrapper5 .wrapper5-text .about-swiper5 .img-box .img-in img {
        width: 100%;
    }

    .renewal.about .about-wrapper5 .swiper-button-next5,
    .renewal.about .about-wrapper5 .swiper-button-prev5 {
        top: 102px;
    }

    .renewal.about .about-wrapper5 .wrapper5-text .flex-start span.m-r15 {
        min-width: 60px;
    }

    .renewal.about .about-wrapper6 .img-box {
        max-width: 400px;
        width: 100%;
        margin: 30px auto 0;
    }

    .renewal.about .about-wrapper7 h3 {
        font-size: 24px;
    }

    .renewal.about .about-wrapper7 .slider .inner {
        margin: 0 20px !important;
    }

    .renewal.about .about-wrapper7 .swiper-slide.swiper-slide-next,
    .renewal.about .about-wrapper7 .swiper-slide.swiper-slide-prev {
        opacity: 0.5 !important;
    }

    .renewal.about .about-wrapper7 .slider {
        margin: 22px auto 0;
    }

    .renewal.about .about-wrapper7 .swiper-slide .swiper-inner-wrapper {
        height: 215px !important;
        padding: 25px 20px;
    }

    .renewal.about .about-wrapper8 .center-title {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .renewal.about .about-wrapper9 .wrapper9-in {
        padding: 55px 20px 0 20px !important;
    }

    .renewal.about .about-wrapper9 ol li,
    .renewal.about .about-wrapper9 ul.vertical-timeline .date,
    .renewal.about .about-wrapper9 .year-in p {
        font-size: 15px;
    }

    .renewal.about .about-wrapper9 ul.vertical-timeline .accordion-in {
        padding: 0 1em;
        padding-bottom: 0;
    }

    .renewal.about .about-wrapper9 ul.vertical-timeline div.accordion-in-div {
        margin-left: 0;
        margin-top: -3px;
    }

    .renewal.about .about-wrapper9 .year-in ol li {
        margin-bottom: 6px;
    }

    .renewal.about .about-wrapper9 .year-in p {
        min-width: 40px;
    }

    .renewal.about .about-wrapper9 ul.vertical-timeline .date {
        margin-bottom: 30px;
    }

    .renewal.about .about-wrapper9 .wrapper9-in .year-in {
        margin-bottom: 30px;
    }

    .renewal.about .about-wrapper10 {
        text-align: center;
    }

    .renewal.about .about-wrapper10 .mo-icon {
        width: 43px;
        height: 43px;
        margin: 0 auto 14px;
    }

    .renewal.about .about-wrapper10 h2 {
        font-size: 24px;
        line-height: 1.3;
    }


}

/*갤럭시 폴드 대응*/
@media (max-width: 320px) {


}









