* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex !important;
}
.mobile-pc{
    display: none !important;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
.container{
    display: none !important;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
/*     content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png); */
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

.shakeTwice {
    animation: shakeTwice 2s ease-in-out infinite;
    transform-origin: center;
  }
  .shakeTwices {
    animation: shakeTwices 2s ease-in-out infinite;
    transform-origin: center;
  }
  @keyframes shakeTwice {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(5deg);
    }
    20% {
      transform: rotate(-5deg);
    }
    30% {
      transform: rotate(4deg);
    }
    40% {
      transform: rotate(-4deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes shakeTwices {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(3deg);
    }
    20% {
      transform: rotate(-3deg);
    }
    30% {
      transform: rotate(2deg);
    }
    40% {
      transform: rotate(-2deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-8deg);
    }
    65% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    75% {
        transform: scale(1.02);
        transform: translateY(10px);
    }
    100% {
        transform: scale(1);
        transform: translateY(0px);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeX_r {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes marqueeY_r {
    from { transform: translateY(0); }
    to { transform: translateY(100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}
section {
    font-family: 'SUIT-Light';
    font-weight: 300;
    font-size: 0.9vw;
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}
section:not(.map_section) img {
    pointer-events: none;
}
.noto {
    font-family: "Noto Serif", serif;
}
.notokr {
    font-family: "Noto Serif KR", serif;
}
.exbold {
    font-weight: 900;
}
/* .bold {
    font-weight: 700;
} */
.sebold {
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.regular {
    font-weight: 400;
}
.flight {
    font-weight: 200;
}
.thin {
    font-weight: 100;
}
.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
.light {
    animation: light infinite 5s;
}
.rotate_img {
    animation: rotate_image 10s infinite linear;
}
.white {
    color: white;
}
.txct {
    text-align: center;
}
.lh {
    line-height: 1.5;
}
/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_off {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
/* reveal 대신 사용 end */
.absol_cover {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.max_width {
    width: unset !important;
    max-width: 101%;
}
.back_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/* image_sd */
.image_sd_wrap {
    padding: 0.5vw 0;
    overflow: hidden;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
    left: 100%;
}
.image_sd_r {
    animation: marqueeX_r 20s infinite linear;
}
.image_sd_r .absol {
    right: 100%;
}
/* image_sd end */
/* y_slide start */
.slide_y_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide_y {
    height: 100%;
    animation: marqueeY 20s infinite linear;
}
.slide_y img {
    width: unset !important;
    height: 100%;
}
.slide_y img.absol {
    top: 100%;
}
.slide_y_r {
    height: 100%;
    animation: marqueeY_r 20s infinite linear;
}
.slide_y_r img {
    width: unset !important;
    height: 100%;
}
.slide_y_r img.absol {
    bottom: 100%;
}
/* y_slide end */
/* swiper-arr */
.btn_arr {
    z-index: 2;
    cursor: pointer;
}
.arr_next {
    transform: rotate(180deg);
}
/* swiper-arr */
iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 퍼블시작 */




/* 소현 시작 */
:root{
    --main-red: #d33418;
    --main-salgu: #fcf4e8;
}
.red{
    color: #d33418;
}
.salgu{
    color: #fcf4e8;
}
.white{
    color: #fff;
}

.HailSnow{
    font-family: 'SF_HailSnow';
}
b{
    font-weight: 700;
}
.bold {
    font-family: 'SUIT-Bold';
}



/* 브랜드 */
.bintro{
    z-index: 11111;
}
.bintro_01{
    width: 54.1732%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -5%;
}
.bintro_02{
    width: 55.2231%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5%;
}





.bmain{
    padding: 9vw 0 5vw 0;
    background: url("/images/bmain_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.bmain_01{
    width: 24.357%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.bmain_tt01{
    text-align: center;
    font-size: 1.1vw;
    line-height: 1.5;
    margin-bottom: 2vw;
}
.bmain_con{
    width: 100%;
}
.bmain_cardbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    perspective: 1000px;
}
.bmain_card {
    width: 18.8976%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transition: transform 0.8s;
    transform: rotateY(0deg);
}
.bmain_card_front{
    width: 99.9544%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bmain_card_back{
    width: 99.9544%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 0;
    opacity: 0;
    transform: rotateY(180deg);
}




.bcon01{
    padding: 8vw 0;
    background: url("/images/bcon01_bg_2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.bcon01_in{
    z-index: 1;
}
.bcon01_01{
    margin-bottom: 1.5vw;
    width: 21.0499%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon01_ttbox, .bcon02_ttbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5vw;
}
.bcon01_tt, .bcon02_tt{
    text-align: center;
    font-size: 1vw;
    line-height: 1.5;
}
.bcon01_bg{
    width: 82%;
    height: 36vw;
    border-radius: 100%;
    background: url("/images/bcon01_bg_3.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}




.bcon02{
    padding: 8vw 0;
    background-color: var(--main-salgu);
}
.bcon02_in{
    z-index: 1;
    margin-bottom: 7vw;
}
.bcon02_01{
    width: 24.147%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.bcon02_bg{
    width: 82%;
    height: 36vw;
    border-radius: 100%;
    background-color: #fff;
    overflow: hidden;
}
.bcon02_03{
    width: 15.8535%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1vw;
}
.bcon02_04 {
    width: 2.2318%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 40.5%;
    top: 83%;
}
.bcon02_bg_in{
    width: 100%;
    height: 100%;
}
.bcon02_02_1 {
    width: 27.2087%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -3%;
    bottom: 16%;
}
.bcon02_02_2 {
    width: 15.8131%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 18%;
    bottom: -2%;
}
.bcon02_02_3 {
    width: 27.2087%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 36%;
    bottom: -25.5%;
}
.bcon02_02_4 {
    width: 26.6965%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 12%;
    bottom: -10%;
}
.bcon02_02_5 {
    width: 25.4802%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -3%;
    bottom: 24%;
}




.bcon03{
    padding: 2vw 0 4vw 0;
}
.bcon03_titlebox {
    width: 96%;
    padding: 6vw 0;
    background: url("/images/bcon03_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5vw;
}
.bcon03_01{
    width: 9.84144%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon03_con{
    width: 70%;
    border: 1px solid #ddd;
}
.bcon03_con_top{
    width: 100%;
    height: 25vw;
    display: flex;
}
.bcon03_con_left, .bcon03_con_right{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bcon03_con_left{
    border-right: 1px solid #ddd;
}
.bcon03_con_right{
    padding: 1vw 0;
}
.bcon03_con_right_in{
    width: 75%;
}
.bcon03_con_right_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
    padding-bottom: 2.5vw;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.bcon03_con_right_btm{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 2.5vw;
}
.bcon03_con_right_title{
    font-size: 1.1vw;
    margin-bottom: 0.5vw;
}
.bcon03_con_right_txt{
    font-size: 0.95vw;
}
.bcon03_con_btm{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8vw;
    padding: 3vw 0;
    border-top: 1px solid #ddd;
}
.bcon03_con_btm_left{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1vw;
}
.bcon03_con_btm_right{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
}
.bcon03_con_btm_title{
    font-weight: 600;
    font-size: 0.9vw;
}
.bcon03_con_btm_title span{
    font-weight: 300;
}
.bcon03_04{
    width: 52.0339%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon03_02{
    width: 51.3514%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon03_03{
    width: 69%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.bcon04{
    background-color: var(--main-salgu);
    padding: 7vw 0;
}
.bcon04_01_1{
    width: 46.5092%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.bcon04_tt{
    text-align: center;
    line-height: 1.5;
    font-size: 1.1vw;
    margin-bottom: 3vw;
}
.swiper_bcon04{
    width: 100%;
}
.bcon04_02{
    width: 3.88451%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
}
.swiper_bcon04_btn{
    top: 60%;
}
.swiper_bcon04_prev{
    left: 22%;
}
.swiper_bcon04_next{
    right: 22%;
    transform: rotate(180deg);
}
.swiper_bcon04_slide{
    width: 91.8755%;
    display: flex;
    justify-content: center;
    align-items: center; 
}




/* 경쟁력 */
.ccon01{
    height: 45vw;
    background-color: var(--main-salgu);
}
.ccon01_01{
    width: 25.7743%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -8%;
    top: 24%;
}
.ccon01_titlebox{
    width: 70%;
    z-index: 1;
}
.ccon01_02_1{
    width: 35.9955%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.ccon01_tt{
    font-size: 0.85vw;
}
.ccon01_con{
    width: 69.3438%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.ccon01_con_in{
    width: 100%;
    height: 100%;
    display: flex;
}
.ccon01_con_box{
    width: 18.5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 1.2vw 0;
    box-sizing: border-box;
    gap: 0.6vw;
}
.ccon01_con_box div{
    margin-left: 1.3vw;
}
.ccon01_04_2{
    width: 37.6928%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon01_04_3{
    width: 13.93%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon01_04_4{
    width: 40.5608%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon01_04_5{
    width: 27.0405%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon01_04_6{
    width: 48.7549%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.ccon01_03_1{
    width: 15.1181%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 29%;
    right: 17%;
}
.ccon01_03_2, .ccon01_03_3{
    width: 100.092%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 1s ease-in-out 1s infinite normal none running scaleOpa;
}
.ccon01_03_4{
    width: 53.5216%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.ccon02{
    padding: 4vw 0;
}
.ccon02_in{
    width: 90%;
    background-color: var(--main-red);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ccon02_in_con{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ccon02_left{
    width: 45%;
}
.ccon02_01_1 {
    width: 7.78098%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.ccon02_01_1 div{
    bottom: 0;
}
.ccon02_01_2{
    width: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 1s ease-in-out 1s infinite normal none running scaleOpa2;
    margin: -11.5% 0% 0% 0%;
}
.ccon02_01_3 {
    width: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 1s ease-in-out 1s infinite normal none running scaleOpa2;
    margin: -4.2% 0% 0% 0%;
}
.ccon02_02{
    width: 54.4669%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.ccon02_left_tt {
    font-size: 1vw;
    line-height: 1.5;
}


.ccon02_right{
    width: 55%;
    display: flex;
    padding: 4vw 0;
}
.ccon02_right_col{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}
.ccon02_right_col.this{
    margin-top: 4vw;
}
.ccon02_right_card{
    width: 94.267%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}
.ccon02_03 {
    width: 14.4876%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -16%;
    top: 9%;
}




.ccon03{
    padding: 1vw 0 3vw 0;
}
.ccon03_01{
    width: 26.0367%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.ccon03_con{
    width: 90%;
    padding: 6.5vw 0;
    background: url("/images/ccon03_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 1vw;
}
.ccon03_con_in{
    width: 85%;
    margin: 0 auto;
}
.ccon03_02{
    width: 12.8986%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.ccon03_con_in_tt{
    line-height: 1.5;
}
.ccon03_03{
    width: 30.6795%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
}
.ccon03_con_btm{
    width: 90%;
    display: flex;
    gap: 1vw;
}
.ccon03_con_btm_box{
    width: 50%;
    height: 20vw;
    background-color: #ecd29c;
    padding: 0.4vw 0;
    box-sizing: border-box;
}
.ccon03_con_btm_box_in{
    width: 98%;
    height: 100%;
    background-color: #ecd29c;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3vw;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin: 0 auto;
}
.ccon03_con_btm_box_tt{
    text-align: center;
    line-height: 1.5;
    font-size: 1vw;
}
.ccon03_04_1{
    width: 55.148%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.ccon03_04_2 {
    width: 52.3522%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -44%;
}
.ccon03_05_1{
    width: 38.6007%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.ccon03_05_2{
    width: 55.9819% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -45%;
}




.ccon04_con{
    width: 100%;
    display: flex;
}
.ccon04_left{
    width: 50%;
    background: url("/images/ccon04_bg_1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ccon04_left_in{
    width: 60%;
}
.ccon04_01_1 {
    width: 86.79%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.ccon04_left_tt {
    font-size: 1.15vw;
}
.ccon04_right{
    width: 50%;
}
.ccon04_right_box{
    width: 100%;
    padding: 5vw 0;
    border-top: 1px solid var(--main-red);
}
.ccon04_right_box_in{
    width: 100%;
    margin-left: 6vw;
}
.ccon04_right_box.item1{
    background: url("/images/ccon04_03.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.ccon04_right_box.item2{
    background: url("/images/ccon04_04.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.ccon04_right_box.item3{
    background: url("/images/ccon04_05.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.ccon04_right_box_title{
    font-size: 1.6vw;
    margin-bottom: 1.3vw;
}
.ccon04_right_box_title span{
    transition: 0.3s;
    padding: 0.2vw;
    background-color: rgba(211, 52, 24,0.2);
}
.ccon04_right_box_txt{
    font-size: 1.1vw;
    line-height: 1.5;
}
.ccon04_02{
    width: 3.67261%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
    transition: 0.3s;
}
.ccon04_right_box.on .ccon04_02{
    opacity: 1;
}
.ccon04_right_box.on .ccon04_right_box_title span{
    background-color: var(--main-red);
}

/* 소현 끝 */