* {
    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;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
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;
}
.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;
}

@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 rotate_image_r {
    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-family: 'SUIT-Bold';
}
.sebold {
  font-family: 'SUIT-SemiBold';
}
.medium {
  font-family: 'SUIT-Medium';
}
.regular {
  font-family: 'SUIT-Regular';
}
.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: rotateY(180deg);
}
/* swiper-arr */
iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 퍼블시작 */
.main {
    padding-bottom: 3vw;
}
.main_color_row_wrap {
    height: 100%;
    top: 0%;
}
.main_color_row {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_color_row01 {
    background-color: #1b926c;
}
.main_color_row02 {
    background-color: #ba1c22;
}
.main_center {
    width: 94.4882%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6vw;
    border: 1px solid #fff;
    overflow: hidden;
}
.main_17 {
    width: 53.6667%;
    display: flex;
    justify-content: center;
    align-items: center;    
    bottom: -36%;
}
.main_bottom {
    height: 13.67%;
    bottom: 0%;
}
.main_16 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.main_16 > img {
    width: unset !important;
    height: 100%;
}
.main_bottom_side {
    width: 4.94444%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    top: 0%;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s;
    background-position: center center;    
}
.main_bottom_left {
    left: 0%;
}
.main_bottom_right {
    right: 0%;
}
.main_12 {
    background-image: url(/images/main_12.png);
}
.main_14 {
    background-image: url(/images/main_14.png);
}
.main_13 {
    background-image: url(/images/main_13.png);
}
.main_15 {
    background-image: url(/images/main_15.png);
}
.main_03 {
    width: 29.6667%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 28%;
}
.main_center_absol {
    height: 100%;
    display: flex;
    justify-content: center;  
    align-items: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s;
    background-position: center center;
}
.main_04 {
    width: 82.2097%;
    background-image: url(/images/main_04.png);
}
.main_05 {
    width: 91.3858%;
    background-image: url(/images/main_05.png);
}
.main_06 {
    width: 98.1273%;
    background-image: url(/images/main_06.png);
}
.main_01 {
    width: 45.5056%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -20%;
    top: -8%;
}
.main_02 {
    width: 35.206%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -26%;
    bottom: 12%;
}
.main_side {
    width: 4.94444%;
    height: 86.33%;
    top: 0%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_side_left {
    left: 0%;
    border-right: 1px solid #fff;
}
.main_side_right {
    right: 0%;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}
.main_top {
    width: 90.223%;
    height: 1.6vw;
    border-bottom: 1px solid #fff;
    top: 0%;
}
.main_side_left_sd img {
    transform: rotate(180deg);
}
.main_tt {
    right: 12%;
    bottom: 25%;
    font-size: 1.24vw;
}
.main_tt p:first-child {
    width: fit-content;
    margin-bottom: 0.3vw;
}
.main_tt span.absol {
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 1px;
    background-color: white;
}
.main_bot_cover {
    gap: 18vw;
}
.main_10 {
    width: 15.3325%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_09 {
    width: 16.5025%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_11 {
    width: 14.4089%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_08 {
    width: 2.77778%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_08_1 {
    left: 6vw;
    top: 2.6vw;
    animation: rotate_image 3s infinite linear;
}
.main_08_2 {
    right: 6vw;
    top: 2.6vw;
    animation: rotate_image_r 3s infinite linear;
}
.main_08_3 {
    left: 6vw;
    bottom: 7vw;
    animation: rotate_image_r 3s infinite linear;
}
.main_08_4 {
    right: 6vw;
    bottom: 7vw;
    animation: rotate_image 3s infinite linear;
}
.con01 {
    background-image: url(/images/con01_10.jpg);
    padding-top: 6vw;
}
.con01_01 {
    width: 15.853%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.con01_top_row {
    margin-top: -1.7vw;
    margin-bottom: 2vw;
}
.con01_02 {
    width: 20.4199%;
    display: flex;
    justify-content: center;
    align-items: center;    
    z-index: 1;
}
.con01_03 {
    width: 20.8399%;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-left: -1vw;
}
.con01_top_line {
    width: 27%;
    height: 1.5vw;
    border-top: 1px solid #ffffff5b;
    border-bottom: 1px solid #ffffff5b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_top_line div {
    width: 100%;
    height: 1px;
    background-color: #ffffff5b;
}

.con01_top_line01 {
    left: 0%;
}
.con01_top_line02 {
    right: 0%;
}
.con01_main {
    width: 46.6667%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 2vw 0.1vw #ba1c22ba;
}
.con01_center_slide_video {
    overflow: hidden;
    height: 26.02vw;
        scale: 0.98;
}
.con01_center_slide_video iframe {
    pointer-events: all;
}
.con01_center_slide {
    padding: 0.2vw 0;    
    border: 1px solid #ba1c22;
    border-top: none;
    box-sizing: border-box;
}
.con01_arr_wrap {
    width: 6.74916%;
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: column;
    left: 104%;
    gap: 1vw;
    z-index: 2;
    top: 25%;
}
.con01_arr_next img {
    transform: rotateX(180deg);
}
.con01_arr {
    cursor: pointer;
}
.con01_bot {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2vw 0;
    margin-top: -0.45vw;
    margin-bottom: 2vw;
}
.con01_08 {
    width: 16.9029%;
    display: flex;
    justify-content: center;
    align-items: center;    
    right: 3vw;
    bottom: 129%;
}
.con01_09 {
    width: 44.5669%;
    display: flex;
    justify-content: center;
    align-items: center;    
    align-self: flex-end;
    margin-right: 3vw;
}
.con01_line {
    height: 1vw;
    border-top: 1px solid #000;
}
.con01_line div {
    height: 1px;
    background-color: #000;
}
.con01_sd {
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;      
    left: 0%;
    top: 24vw;
    pointer-events: none;
}
.con01_sd_video {
    display: flex;
    justify-content: center;
    align-items: center;  
    overflow: hidden;
    width: 90%;
    background-color: #000;
}
.con01_sd_video iframe {
    opacity: 0.3;
}
.con01_sd_video02 {
    height: 31.7vw;
}
.con01_sd_video03 ,
.con01_sd_video01 {
    height: 26vw;
}
.con02 {
    background-image: url(/images/con02_21.jpg);
    padding-top: 6vw;
}
.con02_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.con02_row01 {
    width: 42.4147%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 8.8vw;
}
.con02_row01_top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    left: 3.7vw;
    margin-bottom: 4vw;
}
.con02_row01_top_img_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.3vw;
    margin-bottom: 1.5vw;
}
.con02_row01_top_img {
    width: 7.05446%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_05 {
    width: 23.2673%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_06 {
    width: 74.2574%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2vw;
}
.con02_07 {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;    
    right: 0%;
    transform-origin: left bottom;
}
.con02_15 {
    width: 76.3614%;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-bottom: 2vw;
}
.con02_16 {
    z-index: 1;
}
.con02_17 {
    width: 89.8515%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10vw;
    margin-bottom: -18vw;
}
.con02_18 {
    width: 129.201%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke infinite linear 3s;
    bottom: 49%;
    pointer-events: none;
}
.con02_side_line {
    width: 1.6273%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
}
.con02_side_line01 {
    left: 3.2%;
}
.con02_side_line02 {
    right: 3.2%;
}
.con02_row02 {
    width: 43.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 1vw;
}
.con02_row02_top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4vw;
}
.con02_row02_top_item {
    width: 27.394%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_row02_top_item_h {
    opacity: 0;
    transition: opacity 0.3s;
}
.con02_row02_top_item02 {
    margin: 0 -2vw;
}
.con02_row02_top_item.con02_change .con02_row02_top_item_h {
    opacity: 1;
}
.con02_14 {
    width: 43.5464%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con02_tt01 {
    font-size: 1.1vw;
    margin-bottom: 2vw;
}
.con02_tt02 {
    font-weight: 600;
    font-size: 1.15vw;
}
.con02_tt02 p {
    width: fit-content;
    border-bottom: 1px solid white;
}
.con02_tt02 p:first-child {
    margin-bottom: 0.7vw;
}
.con02_bot_line {
    background-color: #ba1c22;
    height: 1px;
    bottom: 1vw;
}
.con03 {
    background-color: #ba1c22;
    padding: 1vw 0;
}
.con03_main {
    width: 98.1627%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(/images/con03_18.jpg);
    padding-top: 7vw;
    padding-bottom: 2vw;
}
.con03_02 {
    width: 14.385%;
    display: flex;
    justify-content: center;
    align-items: center;    
    z-index: 1;
}
.con03_03 {
    width: 21.2299%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -1.5vw;
    margin-right: -2vw;
    margin-top: -1vw;
}
.con03_02_2  {
    width: 3.68984%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_01 {
    width: 69.2695%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -19%;
    left: 6%;
}
.con03_mid {
    margin: 2vw 0 2.5vw;
}
.con03_04 {
    width: 19.3048%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_mid_line {
    height: 0.4vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.con03_slide {
    width: 102%;
    height: 27vw;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.con03_slide_item {
    display: flex;
    justify-content: center;
    align-items: center;    
    width: 11vw;
    height: 11vw;   
    transition: all 0.3s;
}
div.con03_slide_img {
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 0.15vw solid white;
    transition: all 0.3s;
}
.con03_slide_img img {
    height: 100%;
    object-fit: cover;
}
.swiper-slide-active .con03_slide_item {
    transform: translateX(-90%);
}
.swiper-slide-next .con03_slide_item {
    transform: translateX(-157%);
}
.swiper-slide-next + div + div .con03_slide_item {
    transform: translateX(157%);
}
.swiper-slide-next + div + div + div .con03_slide_item {
    transform: translateX(90%);
}
.swiper-slide-next + div .con03_slide_item {
    width: 47vw;
    height: 26vw;
}
.swiper-slide-next + div .con03_slide_tth {
    opacity: 0;
}
.swiper-slide-next + div .con03_slide_img {
    border: 0.15vw solid #ba1c22;
}
.swiper-slide-next + div .con03_slide_item_cover {
    opacity: 1;
}

.con03_slide_tth {
    transition: opacity 0.3s;
}
.con03_slide_tth01 {
    width: 8.646vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_slide_tth02 {
    width: 6.9271vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_slide_tth03 {
    width: 6.9271vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_slide_tth04 {
    width: 7.136vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_slide_tth05 {
    width: 6.875vw;    
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_slide_item_cover {
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}
.con03_08 {
    width: 33.8137%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_10 {
    width: 39.2461%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_12 {
    width: 47.8936%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_14 {
    width: 45.2328%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_16 {
    width: 27.1619%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_slide_tt01 {
    margin-bottom: 2.5vw;
}
.con03_slide_tt02 {
    font-size: 1.2vw;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    margin-bottom: 1.5vw;
    white-space: nowrap;
}
.con03_slide_tt03 {
    line-height: 1.5;
    white-space: nowrap;
}
.con03_slide_circle {
    width: 47vw;
    height: 26vw;
    border-radius: 50%;
    bottom: 0%;
    border: 1px solid #1b926c;
    margin-left: 1%;
}
.con03_arr {
    width: 6.5548%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_arr_prev {
    left: 21%;
}
.con03_arr_next {
    right: 21%;
}
.con03_left {
    width: 5.24064%;
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: column;
    bottom: 0%;
    left: 3%;
    gap: 0.5vw;
}
.con03_right {
    width: 4.70588%;
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: column;
    top: 0%;
    right: 3%;    
    gap: 1vw;
}
.con03_left_line {
    width: 1px;
    height: 28vw;
    background-color: #ba1c22;
}
.con03_right_line {
    width: 1px;
    height: 8.5vw;
    background-color: #1b926c;
}
.con04 {
    background-image: url(/images/con04_10.jpg);
    padding-top: 7vw;
    width: 100%;
    height: 49vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}
.con04_01 {
    width: 12.6509%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con04_02 {
    width: 11.2336%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con04_03 {
    width: 42.0472%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con04_04 {
    width: 31.2336%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.con04_balloon01 {
    width: 54.4538%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 66%;
    top: 8%;
}
.con04_balloon02 {
    width: 50.084%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 80%;
    top: 40%;
}
.con04_balloon03 {
    width: 43.8655%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    top: 58%;   
}
.con04_balloon04 {
    width: 35.4622%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -26%;
    top: 42%;  
}
.con04_balloon05 {
    width: 54.4538%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -28%;
    top: 23%;   
}
.con04_side_slide {
    width: 14.7507%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
}
.con04_left_slide {
    left: 4%;
}
.con04_right_slide {
    right: 4%;
}
.con05 {
    background-color: #1b926c;
}
div.con05_sd {
    width: 131.706%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5vw 0 0.2vw;
}
.con05_main {
    width: 97.0604%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_center {
    top: 11%;
}
.con05_circle_bg {
    width: 38.6155%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}
.con05_circle_bg_absol {
    width: 38.6155%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #000;
    box-sizing: border-box;
}
.con05_circle_bg_absol img {
    opacity: 0;
}
.con05_05 {
    width: 27.4202%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8%;
}
.con05_07 {
    width: 27.5284%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;    
}
.con05_06 {
    width: 48.9152%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15.5%;
    top: 43%;
}
.con05_08 {
    width: 48.9194%;
    display: flex;
    justify-content: center;
    align-items: center;  
    left: 15.5%;
    top: 43%;    
}
.con05_side {
    width: 3.78584%;
    display: flex;
    justify-content: center;
    align-items: flex-end;    
    height: 100%;
    top: 0%;
}
.con05_side01 {
    left: 0%;
    border-right: 1px solid #000;
}
.con05_side02 {
    right: 0%;
    border-left: 1px solid #000;
}
.con05_side_item {
    height: 4.375vw;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: background 0.3s;
}
.con05_14 {
    background-image: url(/images/con05_14.png);
}
.con05_15 {
    background-image: url(/images/con05_15.png);
}
.con05_16 {
    background-image: url(/images/con05_16.png);
}
.con05_17 {
    background-image: url(/images/con05_17.png);
}
.con05_bot {
    height: 4.375vw;
    border-top: 1px solid #000;
    bottom: 0%;
    gap: 22.5vw;
}
.con05_11 {
    width: 14.0076%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_12 {
    width: 13.4127%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_13 {
    width: 12.5473%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_circle_cover {
    padding-top: 7vw;
}
.con05_02 {
    width: 34.7339%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.con05_03 {
    width: 51.4006%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con05_04 {
    width: 49.4398%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}
.con05_09 {
    width: 35.014%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
    bottom: 21%;
}
.con05_circle_bot {
    width: 83.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06 {
    background-color: #1b926c;
    padding-bottom: 1vw;
}
.con06_19 {
    width: 97.0604%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_05 {
    top: 0%;
}
.con06_top {
    top: 19%;
}
.con06_01 {
    width: 20.8399%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_02 {
    width: 47.3491%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1.3vw;
}
.con06_03 {
    width: 32.7559%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -4vw;
    margin-bottom: 2vw;
}
.con06_04 {
    width: 17.2178%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_mid {
    top: 53%;
    gap: 1.4vw;
}
.con06_mid_item {
    width: 4.7769%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_mid_item01 {
    top: 3vw;
}
.con06_mid_item02 {
    top: 2vw;
}
.con06_mid_item04 {
    top: -1vw;
}
.con06_mid_item06 {
    top: 1vw;
}
.con06_mid_item08 {
    top: 1.5vw;
}
.con06_mid_item09 {
    top: 0.5vw;
}
.con06_mid_item11 {
    top: 1.5vw;
}
.con06_mid_item13 {
    top: -0.5vw;
}
.con06_bot {
    top: 75%;
    font-size: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.3vw;
}
.con06_bot p:last-child {
    border-bottom: 1px solid #fff;
    width: fit-content;

}
.con06_right_absol {
    top: 41%;
    right: 11%;
    opacity: 0.8;
}
.con07 {
    background-color: #ba1c22;
}
.con07_top_tt {
    gap: 0.3vw;
}
.con07_top {
    padding: 0.5vw 0;
    border-top: 1px solid #000;
}
.con07_main {
    width: 97.0604%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_cover {
    padding-top: 6vw;
}
.con07_01 {
    width: 15.3597%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con07_02 {
    width: 39.6431%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con07_center {
    background-color: #000;
    gap: 2vw;
    padding: 3vw 0;
    overflow: hidden;
}
.con07_03 {
    width: 29.0427%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_05 {
    width: 27.7447%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_06 {
    width: 11.8442%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_07 {
    width: 68.9498%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 38%;
}
.con07_04 {
    width: 34.0782%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 14%;
    top: 19%;
}
.con07_12 {
    width: 42.0768%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -12%;
    left: -2%;
}
.con07_13 {
    width: 37.7501%;
    display: flex;
    justify-content: center;
    align-items: center;    
    right: -2%;
    top: -4%;
}
.con07_center_sd {
    z-index: 0;
}
.con07_08 {
    width: 84.8485%;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.con07_09 {
    width: 82.9545%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_10 {
    width: 101.894%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_11 {
    width: 89.0152%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_bot {
    margin-top: 2vw;
    gap: 1vw;
}
.con07_bot_line {
    height: 1px;
    width: 16%;
    background-color: #000;
}
.con07_bot .bold {
    text-decoration: underline;
}
.con08 {
    background-image: url(/images/con08_12.jpg);
    height: 49vw;
}
.con08_line_div {
    width: 95%;
    height: 95%;
    border: 1px solid #ffffff5b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_10 {
    width: 0.682415%;
    display: flex;
    justify-content: center;
    align-items: center;    
    right: 11%;
}
.con08_right_absol {
    width: 1030.77%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}
.con08_right_item {
    position: relative;
}
.con08_right_item_shadow {
    width: 96%;
    height: 93%;
    border-radius: 50%;
    transform: rotate(14deg);
    opacity: 0;
    transition: opacity 0.3s;
}
.con08_right_item_shadow.con08_change {
    opacity: 1;
}
.con08_right_item_shadow01 {
    box-shadow: 0 0 2vw 0.1vw #1b926cba;
}
.con08_right_item_shadow02 {
    box-shadow: 0 0 2vw 0.1vw #ba1c22ba;
}
.con08_main {
    width: 73%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.con08_left {
    width: 35.1546%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 2vw;
}
.con08_03 {
    width: 46.0123%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con08_04 {
    width: 54.3967%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_05 {
    margin-left: -1.5vw;
    margin-top: -0.8vw;
    margin-bottom: 1vw;
}
.con08_left_tt {
    line-height: 1.5;
    font-size: 1.1vw;
}
.con08_left_tt .bold {
    text-decoration: underline;
}
.con08_right {
    width: 57.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con08_right_video {
    height: 23.5vw;
    border: 1px solid #ba1c22;
    box-sizing: border-box;
    box-shadow: 0 0 2vw 0.1vw #ba1c22ba;
}
.con08_right_video iframe {
    pointer-events: all;
}
.con08_right_tt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1vw;
    margin-top: 1vw;
}
b {
    font-family: 'SUIT-Bold';
}
.con08_right_tt_line {
    width: 25%;
    height: 1px;
    background-color: #ba1c22;
}
.con08_01 {
    width: 4.58564%;
    display: flex;
    justify-content: center;
    align-items: center;    
    top: -1%;
}
.con08_02 {
    width: 1.10497%;
    display: flex;
    justify-content: center;
    align-items: center;    
    left: -0.5%;
}
.con08_11 {
    width: 5.46961%;
    display: flex;
    justify-content: center;
    align-items: center;    
    bottom: -1%;
}
.con09_top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 30vw;
    background-image: url(/images/con09_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
div.con09_top_sd {
    width: 140.315%;
    display: flex;
    justify-content: center;
    align-items: center;
background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
padding: 1vw 0;
}
.con09_main {
    width: 100%;
    height: 49vw;
    background-color: #ba1c22;
}
.con09_center {
    width: 90.2887%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con09_sd_wrap {
    width: 96%;
    height: 92%;
    background-color: #1b926c;
    overflow: hidden;
}
.con09_15 {
    width: 10.8721%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7vw;
}
.con09_16 {
    width: 30.698%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con09_09 {
    width: 51.1628%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
}
.con09_slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4vw;
    margin: 0;
    box-sizing: border-box;
    z-index: 0;
}
.con09_slide_item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.con09_slide_tt {
    font-size: 1.2vw;
  font-family: 'SUIT-SemiBold';
  margin-bottom: 2vw;
}

.con09_10 {
    width: 72.1591%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_11 {
    width: 75.5682%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_12 {
    width: 77.2727%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_13 {
    width: 72.3864%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_14 {
    width: 69.7727%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con09_arr {
    width: 5.34091%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_arr_prev {
    left: 5%;
}
.con09_arr_next {
    right: 5%;
}
.con09_side {
    width: 7.38372%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}
.con09_left {
    left: 7%;
}
.con09_right {
    right: 7%;
}
.con09_04 {
    width: 40.9449%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_06 {
    width: 82.6772%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_sd {
    width: 273.264%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6vw 0;
    background-color: #1b926c;
}
.con09_sd .image_sd_r {
    animation: marqueeX_r 30s infinite linear;
}
.con09_sd01 {
    top: 0%;
    z-index: 1;
}
.con09_sd02 {
    bottom: 0%;
    transform: rotate(180deg);
    z-index: 1;
}
.con09_sd03 {
    right: -135.1%;
    transform: rotate(90deg);
}
.con09_sd04 {
    left: -135.1%;
    transform: rotate(-90deg);
}
.con10 {
    background-color: #1b926c;
    padding-bottom: 4vw;
}
.con10_top {
    padding-top: 8vw;
    padding-bottom: 2.5vw;
}
.con10_02 {
    width: 23.0446%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con10_01 {
    width: 50.1139%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -16%;
    left: 5%;
}
.con10_03 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 13vw;
}
.con10_04 {
    width: 13.0729%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6%;
    overflow: hidden;
}
.con10_05 {
    width: 12.2396%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 6%;    
    overflow: hidden;
}
.menu_tab_wrap {
    gap: 1px;
}
.menu_tab {
    width: 12%;
    height: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.3vw;
    background-color: #000;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 0.8vw;
}
.menu_tab.menu_change {
    background-color: #ba1c22;
}
.menu_tab .bold {
    font-size: 1vw;
}
.con10_06 {
    width: 2.51968%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_06_1 {
    left: 1.5vw;
    top: 1.5vw;
    animation: rotate_image 3s infinite linear;
}
.con10_06_2 {
    right: 1.5vw;
    top: 1.5vw;
    animation: rotate_image_r 3s infinite linear;
}
.con10_06_3 {
    left: 1.5vw;
    bottom: 1.5vw;
    animation: rotate_image_r 3s infinite linear;
}
.con10_06_4 {
    right: 1.5vw;
    bottom: 1.5vw;
    animation: rotate_image 3s infinite linear;
}
.menu_item {
    width: 87%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
}
.menu_img {
    height: 21vw;
}
.menu_img img {
    height: 100%;
    object-fit: cover;
}
.menu_tt {
    height: 4vw;
  font-family: 'SUIT-Bold';
    background-color: white;
    font-size: 1.1vw;
    transition: all 0.3s;
}
.swiper-slide-prev .menu_item {
    transform: translateX(-13%);
}
.swiper-slide-next .menu_item {
    transform: translateX(13%);
}
.swiper-slide-active .menu_item {
    width: 132.608%;
}
.swiper-slide-active .menu_tt {
    background-color: #000;
    color: white;
}
.menu_box {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10%);
    transition: all 0.3s;
}
.menu_box.menu_change {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0%);
}
.menu_arr {
    width: 6.56168%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_arr_prev {
    left: 27.5%;
}
.menu_arr_next {
    right: 27.5%;
}
.con11 {
    background-color: #000;
    padding-top: 4vw;
    padding-bottom: 3vw;
}
.con11_video_wrap {
    width: 84%;
    height: 40vw;
    align-self: flex-end;
    margin-right: 2.5vw;
    border: 1px solid #ba1c22;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.con11_video {
    overflow: hidden;
    opacity: 0.3;
}
.con11_video iframe {
    scale: 1.2;
}
.con11_video_left {
    width: 6.3204%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.3vw;
    left: -3.5%;
}
.con11_02 {
    width: 23.2021%;
    display: flex;
    justify-content: center;
    align-items: center;    
    top: 0%;
    left: 2%;
}
.con11_tt_wrap {
    width: 37%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 4vw;
}
.con11_07 {
    width: 53.8071%;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-bottom: 2vw;
}
.con11_tt01 {
    line-height: 2;
    font-size: 1.15vw;
    margin-bottom: 2vw;
}
.con11_tt02 {
    font-size: 1.15vw;
    text-decoration: underline 1px;
    line-height: 1.5;
}
.con11_top {
    padding-bottom: 1vw;
}
.con11_top_left {
    width: 0.997375%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 4%;
    bottom: 0%;
    gap: 1vw;
}
.con11_top_left_line {
    width: 1px;
    height: 21vw;
    background-color: #ba1c22;
}
div.con11_sd {
    width: 151.706%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 2vw 0;
    margin-bottom: 1vw;
}
.con11_slide_img {
    width: 95.7353%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12 {
    padding-top: 6vw;
    padding-bottom: 4vw;
    background-color: #F4F4F4;
}
.con12_01 {
    width: 11.1286%;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-bottom: 1vw;
    overflow: hidden;
}
.con12_top_row {
    gap: 2vw;
    margin-bottom: 2.5vw;
}

.con12_02 {
    width: 29.9738%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_03 {
    width: 3.35958%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_move_wrap {
    z-index: 1;
}
.con12_move {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #000;
    background-color: white;
    transform: translateY(150%);
}
.con12_move01 {
    transform: translateY(0%);
}
.con12_bot {
    width: 90.9711%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -6vw;
}
.con12_bot_left {
    width: 5.655%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2vw;
    bottom: 100%;
    left: 0%;
    transform: translateX(-50%);
}
.con12_bot_right {
    width: 4.61942%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2vw;
    top: 0%;
    right: 2.5%;
}
.con12_bot_line {
    width: 1px;
    height: 3vw;
    background-color: #000;
}
.con12_bot_tt {
    bottom: 4vw;
    font-size: 1.1vw;
}
.con12_bot_tt b {
    text-decoration: underline;
    line-height: 1.5;
}
.con12_move_center {
    width: 33.8583%;
    display: flex;
    justify-content: center;
    align-items: center;    
    left: 50%;
    transform: translateX(-50%);
    top: 9%;
}
.con12_move_center_absol {
    left: 0%;
    bottom: 26%;
}
.con12_14 {
    width: 18.4109%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_15 {
    width: 18.0233%;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.con12_16 {
    width: 17.8295%;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.con12_17 {
    width: 18.4109%;
    display: flex;
    justify-content: center;
    align-items: center;    
}








.con12_move_left_gra {
    width: 49.4094%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_move_left_tt {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1vw;
    font-size: 1.5vw;
    left: 13%;
    top: 21%;
}
.con12_move_left_num {
    width: 8.9701%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_move_right {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.con12_move_right_tt01 {
    border-bottom: 1px solid #000;
    font-size: 1.2vw;
    margin-bottom: 1.5vw;
}
.con12_move_right_tt02 {
    font-size: 1.02vw;
    line-height: 1.3;
}
.con13 {
    padding-top: 3vw;
    padding-bottom: 4.7vw;
    margin-bottom: -1.7vw;
}
.con13_bg {
    width: 50%;
    height: 100%;
    top: 0%;
    pointer-events: none;
}
.con13_bg01 {
    background-color: #1b926c;
    left: 0%;
}
.con13_bg02 {
    background-color: #ba1c22;
    right: 0%;
}
.con13_main {
    width: 93.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    padding-top: 6vw;
    border: 1px solid #000;
    padding-bottom: 7vw;
}
.con13_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con13_col01_left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    z-index: 0;
}
.con13_col01_left .swiper-slide {
    align-items: flex-start;
}
.con13_col01_left_img {
    width: 95.424%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_06 {
    width: 9.20831%;
    display: flex;
    justify-content: center;
    align-items: center;    
    left: 50%;
    transform: translateX(-50%);
}
.con13_col01_right {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.con13_01 {
    width: 57.7247%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}
.con13_col01_right_tt {
    font-size: 1.03vw;
    line-height: 1.5;
    margin-bottom: 2vw;
}
.con13_02 {
    width: 55.0562%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_col01 {
    margin-bottom: 4vw;
}
.con13_col02_left {
    width: 15.44%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 12vw;
}
.con13_03 {
    width: 99.2728%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con13_04 {
    margin-bottom: 3vw;
}
.con13_arr_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5vw;
}
.con13_arr {
    width: 45.4545%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_col02_right {
    width: 64%;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin: 0;
    padding-bottom: 1.5vw;
}
.con13_col02_right_img {
    width: 91.7808%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_col02_right_scroll {
    bottom: 0% !important;
}
.con13_col02_right_scroll .swiper-scrollbar-drag {
    background-color: #000;
}
.con13_18 {
    width: 20.9974%;
    display: flex;
    justify-content: center;
    align-items: center;    
    bottom: 0%;
    z-index: 2;
}
.con14 {
    background-image: url(/images/con14_12.jpg);
    padding-top: 0.5vw;
}
.con14_01 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.con14_02 {
    width: 18.4252%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6vw;
}
.con14_03 {
    width: 36.063%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1vw;
    margin-bottom: 2vw;
}
.con14_row_wrap {
    margin-bottom: 4vw;
    gap: 1.5vw;
}
.con14_row {
    width: 19.79%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_row_h {
    bottom: -4.5%;
    width: 109.284%;
    display: flex;
    justify-content: center;
    align-items: center;    
    opacity: 0;
    transition: opacity 0.3s;
}
.con14_row_h.con14_change {
    opacity: 1;
}
.con14_tt {
    font-size: 1vw;
    line-height: 1.5;
    margin-bottom: 5vw;
}
.con14_tt b {
    text-decoration: underline;
}
.con14_13 {
    height: 110%;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.con14_13 img {
    width: unset !important;
    height: 100%;
}
.con14_13_1 {
    left: 1%;
}
.con14_13_2 {
    right: 1%;
}
.con14_10 {
    width: 11.2336%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 12%;
    top: 18%;
}
.con14_11 {
    width: 11.5486%;
    display: flex;
    justify-content: center;
    align-items: center;    
    right: 12%;
    top: 18%;    
}
.con15 {
    background-image: url(/images/con15_04.png);
    padding-top: 9vw;
}
.con15_slide {
    z-index: 0;
}
.con15_slide_img {
    height: 32vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.con15_05 {
    width: 113.536%; 
}
.con15_06 {
    width: 81.2172%;   
}
.con15_07 {
    width: 101.679%;  
}
.con15_08 {
    width: 108.814%;  
}
.con15_slide_cover {
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: top center;
    overflow: hidden;
    background-color: #ba1c22;
    opacity: 0.7;
    transition: opacity 0.3s;
}
.con15_slide_cover01 {
    mask-image: url(/images/con15_05.png);
}
.con15_slide_cover02 {
    mask-image: url(/images/con15_06.png);
}
.con15_slide_cover03 {
    mask-image: url(/images/con15_07.png);
}
.con15_slide_cover04 {
    mask-image: url(/images/con15_08.png);
}
.swiper-slide-active .con15_slide_cover {
    opacity: 0;
}
.con15_01 {
    width: 22.6772%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8.8%;
    top: 19.5%;
}
.con15_02 {
    width: 17.2703%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
    top: 48%;
}
.con15_03 {
    width: 22.6247%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 19.3%;
    right: 10%;
}
.con15_right_bot {
    width: 26%;
    height: 15.5vw;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    background-color: #fff;
    right: 0%;
    bottom: 0%;
    box-sizing: border-box;
    padding-left: 3vw;
    padding-bottom: 3vw;
}
.con15_right_bot p:nth-child(1) {
    text-decoration: underline 1px;
    font-size: 1.35vw;
    margin-bottom: 1vw;
}
.con15_right_bot p:nth-child(2) {
    font-size: 1.15vw;
    line-height: 1.5;
}
.con16 {
    background-image: url(/images/con17_12.jpg);
    padding-top: 5vw;
}
.con16_01 {
    width: 13.8058%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_02 {
    width: 39.0026%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.9vw;
    margin-bottom: 4vw;
    overflow: hidden;
}
.con16_bot {
    height: 31vw;
    background-image: url(/images/con16_06.jpg);
}
div.con16_bot_sd {
    width: 192.861%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_bot_main {
    width: 63%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.con16_bot_line {
    height: 100%;
    width: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.opa_off {
    opacity: 0;
}
.con16_bot_line01 {
    left: 0%;
    top: 0%;
}
.con16_bot_line02 {
    right: 0%;
    bottom: 0%;
}
.con16_bot_line div {
    height: 100%;
    width: 1px;
    background-color: #000;
}
.con16_04 {
    width: 58.1803%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_05 {
    width: 29.5552%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -3%;
    bottom: -9%;
}
.con16_mid {
    width: 43%;
    height: 3vw;
    z-index: 1;
    background-color: #ba1c22;
    border: 1px solid #000;
    box-sizing: border-box;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  font-family: 'SUIT-Medium';
  font-size: 1.1vw;    
  margin-bottom: -1.4vw;
}
.con16_mid_item {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #000;
}
.con16_mid_item:last-child {
    border: none;
}
.con16_03 {
    width: 18.7271%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -14%;
    bottom: 1%;
    z-index: 1;
}
.con17 {
    background-image: url(/images/con17_12.jpg);
    padding-top: 7vw;
    padding-bottom: 21vw;
    margin-bottom: -14vw;
}
.con17_top {
    gap: 3vw;
    margin-bottom: 1vw;
}
.con17_01 {
    width: 18.8976%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_02 {
    width: 3.35958%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_top_tt {
    font-size: 1.05vw;
    margin-bottom: 2.5vw;
}
.con17_row_wrap {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.2vw 0;
}
.con17_row_arr {
    width: 3.26797%;
    display: flex;
    justify-content: center;
    align-items: center;    
    left: 104%;
}
.con17_row {
    width: 22.9385%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_row:nth-child(4n) .con17_row_arr {
    display: none;
}
.con17_13 {
    width: 25.5118%;
    display: flex;
    justify-content: center;
    align-items: center;    
    z-index: 2;
    right: 0%;
    bottom: 0%;
}
.con181920 {
    background-image: url(/images/con20_09.jpg);
}
.con18 {
    padding-bottom: 5vw;
}
.con18_03 {
    width: 99.79%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_02 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1vw;
}
.con18_01 {
    z-index: 1;
    width: 25.9318%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -8vw;
    margin-bottom: 3vw;
}
.con18_main {
    width: 56%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    padding-bottom: 4vw;
}
div.con18_item {
    height: 5vw;
    border: 1px solid #ba1c22;
    box-sizing: border-box;
    justify-content: flex-start;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    /* box-shadow: 0 0 2vw 0.1vw #ba1c22ba;     */
}
.con18_item_q ,
.con18_item_a {
    width: 100%;
    height: 5vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.con18_item_a {
    border-top: 1px solid #ba1c22;
    box-sizing: border-box;
    top: 100%;
}
.con18_08 {
    width: 4.97653%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_icon {
    margin: 0 2vw;
}
.con18_item_tt {
    width: 70%;
    font-size: 1vw;
}
.con18_item_a_tt {
    width: 87%;
}
.con18_item_tt p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}
.con18_09 {
    width: 5.35211%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_more_btn {
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ba1c22;
    padding: 0.5vw 0;
    color: white;
    bottom: 0%;
    gap: 0.4vw;
    font-size: 1vw;
    cursor: pointer;
}
.con08_plus_btn {
    width: 9%;
    height: 100%;
    right: 0%;
    top: 0%;
    border-left: 1px solid #ba1c22;
    display: flex;
    justify-content: center;
    align-items: center;    
    transition: background 0.3s;
}
.con08_plus_btn > div {
    width: 47%;
    height: 2px;
    background-color: #ba1c22;
    transition: all 0.3s;
}
.con08_plus02 {
    transform: rotate(90deg);
}
.con18_item.con18_change {
    height: 10vw;
    box-shadow: 0 0 2vw 0.1vw #ba1c22ba;    
    background-color: #000;
}
.con18_item.con18_change .con08_plus_btn {
    background-color: #ba1c22;
}
.con18_item.con18_change .con08_plus_btn > div {
    background-color: #ffffff;
}
.con18_item.con18_change .con08_plus_btn .con08_plus02 {
    transform: rotate(360deg);
}
.con18_left {
    width: 10.4462%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 4%;
    bottom: 0%;
    gap: 2vw;
}
.con18_06 {
    width: 18.0905%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3vw;
}
.con18_right {
    width: 10.4462%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2vw;
    top: 13.5vw;
    right: 4%;
}
.con18_07 {
    width: 17.5879%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1vw;
}
.con19_main {
    background-color: white;
    width: 95%;
    padding-top: 6vw;
    border: 1px solid #ba1c22;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.con19_top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    top: 1vw;
    gap: 1vw;
}
.con19_02 {
    width: 8.61878%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con19_03 {
    width: 1.60221%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_line {
    width: 84%;
    height: 1px;
    background-color: #ba1c22;
    margin-top: 1vw;
}
.con19_01 {
    width: 12.267%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con19_top_tt {
    font-size: 1.1vw;
    margin-bottom: 2vw;
    overflow: hidden;
}
div.con19_sd {
    width: 138.619%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ba1c22;
    padding: 1vw 0 0.7vw;
}
.con20 {
    padding-top: 6vw;
    padding-bottom: 4vw;
}
.con20_row_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 21vw;
}
.con20_left {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.con20_left_tt {
    font-size: 1.17vw;
    margin-bottom: 1vw;
}
.con20_left_row {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0.5vw;
    margin-bottom: 1vw;
}
.con20_01 {
    width: 25.4202%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.3vw;
}
.con20_02 {
    width: 70.1681%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_03 {
    width: 95.1681%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8vw;
}
.con20_tel {
    height: 3vw;
    background-color: #1b926c;
}
.con20_04 {
    width: 34.4538%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_08 {
    width: 22.1014%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_06 {
    width: 32.8084%;
    display: flex;
    justify-content: center;
    align-items: center;    
    bottom: -20%;
    pointer-events: none;

}
.con20_07 {
    width: 128.16%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke 4s infinite linear;
    bottom: 0%;
}
.con20_05 {
    width: 2.62467%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1.5vw;
}
.con20_05_1 {
    left: 3vw;
    animation: rotate_image 4s infinite linear;
}
.con20_05_2 {
    right: 3vw;
    animation: rotate_image_r 4s infinite linear;
}
















 /* form1 - start */

 div.from_wrap {
    width: 29%;
    display: flex;
    justify-content: flex-start ;
    flex-direction: column;
    color: white;
  }
  .form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3vw;
    background-color: #000;
    margin-bottom: 1vw;
  }
  .form_col_form_index {
    height: 8vw;
  }
  .form_col_form_index label {
    align-self: flex-start;
    padding-top: 1vw;
  }
.form_col_form_index .form_star {
    top: 8%;
}  
  .form_row {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'SUIT-Regular';
  }
  .form_input {
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    color: white;
  }
  .form_input_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding-left: 2vw;
  }
  .form_row02 .form_input_box {
    border-left: none;
  }

  .form label {
    white-space: nowrap;
}
.form_input_box > label {
    font-family: 'SUIT-SemiBold';

  }
  .form_input_01 ,
  .form_input_02 ,
  .form_input_03 ,
  .form_input_04 ,
  .form_input_05  {
    width: 70%;
  }
  .form_input_box textarea {
    height: 8vw;
    border: none;
    resize: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: inherit;
    background-color: transparent;
    color: white;
      font-family: 'SUIT-Light';
}
  .form_input_06 {
    width: 73.5%;
    height: 80%;
    box-sizing: border-box;
    padding: 0 1vw;
    -webkit-appearance : none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(/images/con18_10.png) no-repeat;
    background-size: 3%;
    background-position: 90%;
    cursor: pointer;
  }
  .form_check_wrap {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .form_check_wrap01 {
    gap: 0vw;
  }
  .form_check_wrap01 label {
    width: 37%;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #fff;
    padding: 0 0.3vw;
}
  .form_check_wrap01 label:last-child {
    border-left: none;
  }
/* .form_check_wrap01 label:hover {
    background-color: #ef823a;
    color: white;
    border-color: #ef823a;
    font-family: 'SUIT-SemiBold';
} */
.form_check_wrap01 input:checked + label {
    background-color: #ba1c22;
    color: white;
    font-family: 'SUIT-SemiBold';
  }
  .agree_text {
    cursor: pointer;
  }
  .form_check_wrap01 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }


  .footeer_agree_checkbox_01 ,
  .footeer_checkbox_05 ,
  .footeer_checkbox_06 {
    width: 1vw;
    height: 1vw;
    outline: 1px solid #fff;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    margin-right: 0.5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footeer_agree_checkbox_01:checked::before ,
  .footeer_checkbox_05:checked::before ,
  .footeer_checkbox_06:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ef823a;
    position: absolute;
    background: url(/images/con18_10.png) no-repeat;
    background-size: 90%;
    background-position: center;
  }
  .form_check_name_05 {
    margin-right: 3vw;
  }

  .form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.9vw;
    margin: 0.4vw 0 0vw;
  }
  .form_submit_div {
    width: 100%;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #ba1c22;
    color: white;
    margin-top: 1vw;
  }
  .form_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #0000007a;
    padding-bottom: 0.5vw;
  }
  .form_star {
    top: 14%;
    left: 1.3vw;
    color: #fff;
  }
  .form_star_top {
    top: -25%;
    left: 19.4vw;
  }
  .form_col select {
    color: #ffffff7a;
    background-color: #000;
  }

  /* form1 - end */


/* map */
 .map_mid_map_search_top{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.map_mid_map_search_top > div{
  color: #000;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4%;
  padding-bottom: 3%;
  font-size: 1vw;
  font-weight: 500;
  cursor: pointer;
  background-color: #fff;
}
.on2{
  background: #3c1f0a !important;
  color: white !important;
  font-weight: 500 !important;
}
.off2{
  font-weight: 500 !important;
}
.map_mid_map_search_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37%;
    z-index: 3;
    background-color: #1b926c;
    margin-bottom: -2vw;
}
.map_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    width: 100%;
    height: 4vw;
    padding-left: 9%;
    font-weight: 400;
    font-size: 1vw;
    background-color: transparent;
    color: white;
}
.map_mid_map_search_mid input::placeholder {
  color: #ffffff;
}
/* .map_04{
} */
.map_mid_map_search_bottom{
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  /* margin: auto; */
  padding: 0vw 0;
}
.map_mid_map_search_item_title{
  font-size: 1.3vw;
  font-weight: 700;
}
.map_mid_map_search_item_address{
  margin-top: 4%;
  margin-bottom: 4%;
}
.map {
  width: 100%;
  height: 31vw;
  box-sizing: border-box;
  background-color: #fff;
}
.map_mid_2nd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  font-family: 'pretendard Variable';
  border-top: 1px solid #df1b25;
  overflow: hidden;
}
.map_search{
    width: 4.63% !important;
    right: 5%;
    cursor: pointer;
}
.con7_bottom_2{
      width: 26.4943%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map_mid_map_search_item_title {
  font-size: 1.1vw;
  font-weight: 700;
}
.map_mid_map_search_item {
  width: 100%;
  margin: 0% auto;
  border-bottom: 1px solid #df1b25;
  padding: 7% 10%;
  font-size: 0.8vw;
  font-weight: 400;
  box-sizing: border-box;
  position: relative;
  color: #000;
  cursor: pointer;
}
.map_mid_map_search {
    width: 20%;
    background: white;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    left: 11.5%;
    top: 0%;
    border-left: 1px solid #df1b25;
    border-right: 1px solid #df1b25;
    box-sizing: border-box;
}
.map_mid_map_search_bottom::-webkit-scrollbar {
  display: none;
}
.map_plus {
    width: 11.114%;
    display: flex;
    justify-content: center;
    align-items: center;
  right: 8%;
  bottom: 25%;
  transform: translateY(50%);
  cursor: pointer;
}
.sido1 {
  width: 16%;
  height: 48%;
  border: none;
  border-right: 1px solid #b5b5b5;
  outline: none;
}
.map_link {
    width: 46.881%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
}
.map_mid_map_search_item_plus_con {
  top: 1vw;
  right: 0%;
  color: #ff720d;
  padding: 0.1vw 0.4vw;
  border: 0.2vw solid #ff720d;
  border-radius: 50vw;
  font-weight: 600;
  cursor: pointer;
}
.map_mid_map_search_item_tel {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2%;    
}
.map_call_img {
  width: 4.432%;
  display: flex;
  justify-content: center;
  align-items: center;
}



/* map 추가 css */




/*popup*/


div.popup {
  width: 50%;
  height: 21vw;
  top: 2%;
  /* border: 1px solid black; */
  background-color: #fff;
  box-sizing: border-box;
  justify-content: space-between;
  border: 1px solid #df1b25;
  border-radius: 1vw;
  overflow: hidden;
}

.fixed_popup{
  height: 100vh;
  background: #00000045;
  font-family: 'pretendard Variable';
}
.popup_top{
  font-size: 1.5vw;
  width: 88%;
  padding-bottom: 3%;
  text-align: center;
  border-bottom: 1px solid #0000002e;
}
.popup > p:nth-child(2){
  font-size: 1.3vw;
  width: 88%;
  margin-top: 5%;
  padding-bottom: 2%;
  text-align: left;
}
.popup > p:nth-child(4){
  font-size: 0.9vw;
  width: 88%;
  margin-top: 1%;
}
.popup > p:nth-child(5){
  left: 42%;
  width: 58%;
  padding-right: 8%;
  height: 12vw;
  top: 43%;
  box-sizing: border-box;
  font-size: 0.9vw;
  overflow-y: scroll;
}
.fixed_popup{
  position: fixed !important;
  top: 0;
  z-index: 5;
  /*pointer-events: none;*/
  /*opacity: 0;*/
}
.popup_right_1st{
  width: 78%;
  margin-bottom: 1%;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.2vw;
  margin-top: -6%;
}
.popup_right> div > div:nth-child(1) {
  font-weight: 600;
  font-size: 1vw;
  margin-right: 0.5vw;
  
}
.popup_right> div > div:nth-child(1) > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_right> div > div:nth-child(2){
  font-weight: 400;
  font-size: 0.85vw;
  width: 73%;
}
.popup_right> div{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 5%;
}
.popup_right{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 1%;
}
.popup_img img{
  width: 100%;
}


.fixed_popup_con{
  width: 62%;
  height: 49%;
  background-color: #000;
  top: 31%;
  left: 20%;
  border-radius: 1vw;
}




.popup_img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  height: 100%;
  overflow: hidden;
}
.popup_img img {
  width: 108%;
}


.popup_top_absol{
      width: 12.4369%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 12%;
  left: 10%;
}
.popup_top_absol_2nd{
      width: 96.6687%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 21%;
  left: 1.5%;
}

.popup_img_con{
  position: static !important;
  overflow: hidden;
}
.popup_right_6th_left{
  width: 35.15%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 500;
}

.popup_img_con {
  overflow: hidden;
  width: 86%;
  height: 83%;
  border-radius: 1vw;
  border: 1px solid #df1b25;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_img_con img {
  height: 100%;
  object-fit: cover;
}
.popup_top_absol {
  width: 12.4369%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 18%;
  left: 52.5%;
}
p.popup_right_2nd {
  font-weight: 600;
  width: 92%;
  font-size: 1.3vw;
  padding-bottom: 3%;
  box-sizing: border-box;
  font-family: 'pretendard variable';
  font-weight: 400;
  border-bottom: 1px dotted #df1b25;
}

.popup img{
  width: 100%;
}

.popup_close {
  width: 2vw;
  height: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5%;
  right: 2%;
  cursor: pointer;
  border-radius: 50%;
}
.popup_close .absol {
  width: 60%;
  height: 2px;
  background-color: #df1b25;
}
.popup_close .absol:nth-child(1) {
  transform: rotate(45deg);
}
.popup_close .absol:nth-child(2) {
  transform: rotate(-45deg);
}
/* map */







/* 소현추가 */

.con04_balloon01{
    animation: ddm 2s infinite;
}
.con04_balloon02{
    animation: ddm 2s 0.5s infinite;
}
.con04_balloon03{
    animation: ddm 2s 0.7s infinite;
}
.con04_balloon04{
    animation: ddm 2s 0.3s infinite;
}
.con04_balloon05{
    animation: ddm 2s 1s infinite;
}
@media screen and (max-width:599px) {
    .con04_balloon01{
        animation: ddm_m 2s infinite;
    }
    .con04_balloon02{
        animation: ddm_m 2s 0.5s infinite;
    }
    .con04_balloon03{
        animation: ddm_m 2s 0.7s infinite;
    }
    .con04_balloon04{
        animation: ddm_m 2s 0.3s infinite;
    }
    .con04_balloon05{
        animation: ddm_m 2s 1s infinite;
    }
}



@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);
    }
}
.con08_03 img{
    animation: shakeTwice 2s infinite;
}
.con09_main{
    overflow: hidden;
}