* {
    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;
}
@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');
/* font-family: 'GmarketSans'; */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
/* font-family: 'Pretendard Variable'; */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
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(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@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);
    }
    100% {
        transform: scale(1.02);
    }
}
@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);
    }
}



/* 퍼블시작 */
section {
    font-size: 1vw;
    font-weight: 500;
    font-family: 'pretendard variable';
}
section img {
    width: 100%;
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bold {
    font-weight: 700;
}

/* image_sd start */
.image_sd_wrap {
    padding: 0.5vw 0;
    background-color: white;
    overflow: hidden;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
    left: 100%;
}
/* image_sd end */
.animate-blk{
    animation: blk 1s infinite ease-in-out;
}




/* main */
div.main_wrap {
    justify-content: flex-start;
    height: 51vw;
    padding-top: 12vw;
    background-color: black;
    box-sizing: border-box;
    z-index: 3;
}
.main_01 {
    width: 35.2756%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_04 {
    width: 31.23%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2.5%;
    top: -46%;
    animation: opa 10s infinite linear;
}
.main_02 {
    width: 12.4409%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15.5%;
    top: 24vw;
    overflow: hidden;
}
.main_03 {
    width: 11.811%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15.5%;
    top: 24vw;
    overflow: hidden;
}
.main_06 {
    width: 37.1129%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 29.3%;
    top: 22.5vw;
}
.main_10 {
    width: 58.4252%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.main_08 {
    width: 100.735%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    pointer-events: none;
    
}
.main_09 {
    width: 56.378%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 44%;
    overflow: hidden;
    pointer-events: none;
}
.main_09 img {
    margin-bottom: -38.3vw;
    animation: smoke 10s infinite linear;
}
.main_07 {
    width: 56.8504%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    animation: light 5s infinite linear;
}

/* con01 */
div.con01 {
    background-color: white;
    height: 51vw;
    justify-content: space-between;
    overflow: hidden;
}
.con01_left {
    width: 9.71129%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 13vw;
    overflow: hidden;
}
.con01_top_line_wrap {
    top: 1%;
    gap: 0.5vw;
    z-index: 2;
}
.con01_top_line {
    width: 100%;
    height: 0.1vw;
    background-color: #E94F06;
}
.con01_right {
    width: 47.8215%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con01_slide01 {
    width: 100%;
    pointer-events: none;
    padding-left: 4vw;
}
div.con01_slide01 .swiper-slide {
    pointer-events: none;
}
.con01_slide01_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_slide01_img_absol {
    width: 12.0674%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 95%;
}
.con01_slide02 {
    right: 105%;
}
.con01_slide02 {
    width: 27.755%;
    height: 37%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_slide02 .swiper-wrapper {
    pointer-events: none;
}
.con01_slide02_img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.con01_slide02_img .absol {
    opacity: 1;
    
}
.con01_slide02_img .rltv {
    opacity: 0;
}
.con01_slide02_img > div {
    transition: all 0.3s;
}
.con01_slide02 .swiper-slide-next .absol {
    opacity: 0;
}
.con01_slide02 .swiper-slide-next .rltv {
    opacity: 1;
}
.con01_05 {
    width: 78.0734%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_05h {
    width: 100.267%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_06 {
    width: 62.2209%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_06h {
    width: 84.0181%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_07 {
    width: 59.4468%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_07h {
    width: 76.4882%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con02 */
.con02 {
    flex-direction: row;
    background-color: black;
    justify-content: space-between;
    align-items: flex-start;
}
.con02_left_sd ,
.con02_right_sd {
    width: 16.5354%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_left_sd .absol {
    top: 100%;
}
.con02_right_sd .absol {
    bottom: 100%;
}
.con02_left_sd {
    animation: marqueeY 20s infinite linear;
}
.con02_right_sd {
    animation: marqueeY_r 20s infinite linear;
}
.con02_main {
    padding-top: 5vw;
}
.con02_03 {
    width: 27.2966%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.con02_03 img {
    width: 27vw;
}
.con02_04 {
    width: 17.1129%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 21.3%;
    top: 44%;
}
.con02_05 {
    width: 29.6588%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.con02_05 img {
    position: relative;
}
.con02_05::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(233,79,6);
    background: radial-gradient(circle, rgba(233,79,6,1) 0%, rgba(233,79,6,0) 100%);
    position: absolute;
    left: 0%;
    top: 0%;
    border-radius: 50%;
    scale: 0.85;
    animation: scaleOpa2 3s infinite linear;
}
.con02_bottom_text {
    color: white;
    font-size: 0.7vw;
    font-weight: 400;
}
.con02_06 {
    width: 14.5932%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 24%;
    top: 74%;
}
.con02_09 {
    width: 9.8%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 17.2%;
    bottom: 0%;
}
.con02_10 {
    width: 56.3255%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    left: 16%;
    overflow: hidden;
}
.con02_11_wrap {
    width: 56.5879%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 14.4%;
    left: 21.5%;
}
.con02_11 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.con02_11 img {
    width: 56.2vw;
}
.con02_07 {
    width: 5.19479%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -2%;
    bottom: -2%;
}
.con02_08 {
    width: 5.19479%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -2%;
    top: -5%;
}
.con02_bottom_line_wrap {
    bottom: 0%;
    gap: 0.3vw;
    z-index: 2;
}
.con02_bottom_line {
    width: 100%;
    height: 0.1vw;
    background-color: #E94F06;
}

/* con03 */
.con03 {
    color: white;
}
.con03_left {
    width: 39.5276%;
    display: flex;
    justify-content: center;
}
.con03_right {
    width: 61.8373%;
    display: flex;
    justify-content: center;
}
.con03_01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_07 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_left_main {
    padding-top: 10vw;
}
.con03_02 {
    width: 40.2722%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
.con03_left_text {
    font-size: 0.9vw;
    text-align: center;
    margin-bottom: 4vw;
    line-height: 1.5;
    overflow: hidden;
}
.con03_left_text span {
    display: block;
}
.con03_03 {
    width: 98.8621%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_right_main {
    padding-top: 5vw;
}
.con03_06 {
    width: 35.6973%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con03_06 img {
    width: 21.3973vw;
}
.con03_right_text {
    text-align: center;
    line-height: 1.5;
    font-size: 0.9vw;
}

/* con04 */
.con04_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_left_img {
    width: 69.6588%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 0%;
}
.con04_left_title {
    width: 36.0383%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    left: 22%;
    top: 17%;
    z-index: 5;
}
.con04_left_title > div {
    overflow: hidden;
}
.con04_01 {
    width: 53.9488%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con04_02 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7vw;
}
.con04_03 {
    width: 36.5931%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_right_title {
    width: 26.9291%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    right: 5%;
    bottom: 15%;
    z-index: 2;
}
.con04_right_title > div {
    overflow: hidden;
}
.con04_04 {
    width: 70.233%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7vw;
}
.con04_05 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con04_right_text {
    text-align: end;
    line-height: 1.5;
    color: white;
    font-size: 1.2vw;
    font-weight: 300;
}
.con04_left_change {
    opacity: 0;
    z-index: 0;
    transition: all 0.3s;
}
.con04_right_item_wrap {
    width: 17.7953%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    top: 17%;
    overflow: hidden;
}
.con04_right_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    left: 100%;
}
.con04_left_change.con04_change {
    z-index: 1;
    opacity: 1;
}
.con04_right_item.con04_change {
    left: 0%;
}
.con04_hover {
    cursor: pointer;
}
.con04_hover_wrap {
    width: 100%;
    height: 84%;
    left: 0%;
    top: 0%;
    z-index: 4;
}
.con04_hover01 {
    width: 40%;
    height: 7vw;
    left: 55%;
    top: 66%;
    transform: rotate(-16deg);
}
.con04_hover02 {
    width: 20%;
    height: 12vw;
    left: 61%;
    top: 32%;
    transform: rotate(-15deg);
}
.con04_hover03 {
    width: 20%;
    height: 8vw;
    left: 43%;
    top: 52%;
    transform: rotate(23deg);
}
.con04_hover04 {
    width: 26%;
    height: 9vw;
    left: 10%;
    top: 52%;
    transform: rotate(-25deg)
}
.con04_hover05 {
    width: 36%;
    height: 12vw;
    left: 20%;
    top: 70%;
    transform: rotate(-8deg);
}
/* con05 */
div.con05_top {
    justify-content: space-between;
    background-color: #E94F06;
}
.con05_11 {
    width: 41.8373%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -15vw;
    overflow: hidden;
}
.con05_title {
    width: 32.8084%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    color: white;
    margin-right: 14vw;
    margin-bottom: 12vw;
}
.con05_title > div {
    overflow: hidden;
}
.con05_01 {
    width: 43.5289%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con05_02 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con05_title_text {
    font-size: 1.16vw;
    font-weight: 400;
}

div.con05_top_slide {
    width: 100%;
    top: 14vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 8vw 0;
}
.con05_top_slide .swiper-slide {
    align-items: flex-end;
}
.con05_top_slide .swiper-slide .con05_slide_img {
    scale: 1;
    transition: all 0.3s;
    transform: translate(33%, 0%);
}
.con05_top_slide .swiper-slide-active {
    position: relative;
    z-index: 1;
}
.con05_top_slide .swiper-slide-prev .con05_slide_img {
    transform: translate(-40%, 0%);
}
.con05_top_slide .swiper-slide-active .con05_slide_img {
    transform: translate(4%, 0%);
    scale: 1.7;
}
.con05_top_slide .swiper-slide-next .con05_slide_img {
    transform: translate(40%, 0%);
}
.con05_top_slide .swiper-slide-next + div .con05_slide_img {
    transform: translate(39%, 0%);
}
.con05_slide_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con05_bottom {
    padding: 10vw 0 6vw;
    background-color: black;
}
div.con05_bottom_main {
    width: 70%;
    height: auto;
    background-color: white;
    border-radius: 2vw;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 1vw 0.5vw;
}
.con05_tab_wrap {
    gap: 5vw;
    padding-bottom: 1vw;
    border-bottom: 1px solid black;
}
.con05_tab {
    width: 16.1281%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.con05_tab > img {
    opacity: 0;
    transition: all 0.3s;
}
.con05_tab:hover > img {
    opacity: 1;
}
.con05_tab:hover > div {
    opacity: 0;
}
.con05_tab.con05_change > img {
    opacity: 1;
}
.con05_tab.con05_change > div {
    opacity: 0;
}
.con05_tab_absol {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.con05_12 {
    width: 49.6752%;
}
.con05_13 {
    width: 50.1483%;
}
.con05_14 {
    width: 62.4488%;
}
.con05_menu_wrap {
    height: 30vw;
}
.con05_menu_div {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.con05_menu_div.con05_change {
    opacity: 1;
    z-index: 2;
}
.con05_menu_img {
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con05_menu_img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.con05_menu_div .swiper-slide {
    flex-direction: column;
}
.con05_menu_title {
    font-size: 1.3vw;
    font-weight: 600;
}
.con05_menu_div .swiper-button-next ,
.con05_menu_div .swiper-button-prev {
    color: #E94F06;
}
/* con06 */
.con06 {
    margin-top: -3.5vw;
}

.con06_01 {
    width: 41.1024%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 50%;
    padding: 2vw;
}
div.con06_main {
    gap: 1vw;
    align-items: flex-start;
}
.con06_left {
    width: 45.3543%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4vw;
}
.con06_right {
    width: 45.7743%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_02 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_10 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con06_main_cover {
    height: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-top: 8vw;
    color: white;
    text-align: center;
}
.con06_03 {
    width: 54.3989%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con06_11 {
    width: 44.2704%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con06_text {
    line-height: 1.5;
}
.con06_09 {
    width: 90.9735%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -21vw;
}
.con06_main_bottom_img {
    width: 101.318%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -9vw;
    animation: ddm4 4s infinite linear;
}
div.con06_circle_wrap {
    margin-top: 2vw;
    align-items: flex-start;
}
.con06_circle {
    width: 26.042%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_circle img.absol {
    opacity: 0;
    transition: all 0.3s;
}
.con06_circle.con06_change img.absol {
    opacity: 1;
}
.con06_circle01 ,
.con06_circle03 {
    margin-top: 7vw;
}
.con06_06 {
    width: 47.6437%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_07 {
    width: 49.4247%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_08 {
    width: 49.4247%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_14 {
    width: 77.0158%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_15 {
    width: 78.7762%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_16 {
    width: 63.8131%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con07 */
.con07 {
    background-color: #E94F06;
    height: 52vw;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 5vw;
}
.con07_01 {
    width: 24.6194%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_07 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -32vw;
}
.con07_09 {
    width: 100%;
    height: 15vw;
    background-image: url(/images/con07_09.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: 0%;
    background-attachment: fixed;
    z-index: 2;
}
.con07_06 {
    width: 48.6614%;
    display: flex; 
    justify-content: center; 
    align-items: center;
    bottom: 11vw;
    z-index: 1;
}
div.con07_slide_wrap {
    justify-content: space-between;
    top: 15vw;
}
div.con07_left_slide ,
div.con07_right_slide  {
    width: 37%;
    margin: 0;
}
div.con07_slide_wrap .swiper-wrapper {
    transition-timing-function: linear;
    pointer-events: none;
}
.con07_slide_img {
    width: 83.9172%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_08 {
    width: 24.042%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* con08 */
.con08_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con08_main {
    height: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
}
.con08_01 {
    width: 12.9659%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con08_02 {
    width: 24.042%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con08_subTitle {
    margin-bottom: 2.5vw;
    overflow: hidden;
}
div.con08_item_wrap01 {
    width: 74%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 3.5vw 3vw;
    background-color: white;
    margin-bottom: 2vw;
}
.con08_03 {
    width: 34.2363%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_04 {
    width: 32.9225%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_06 {
    width: 27.4354%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -5vw;
    padding-top: 5vw;
}
.con08_07 {
    width: 73.163%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
}
.con08_05 {
    width: 48.6815%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    animation: ddm4 1.5s infinite linear;
    top: 0vw;
    z-index: 1;
    transition: all 2s;
}
.con08_05.con08_change {
    top: 33vw;
}
.con08_08 {
    width: 176.717%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 28%;
    animation: light 5s infinite linear;
}
.con08_09 {
    width: 26.5617%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con08_10 {
    width: 18.6352%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_item_wrap02 {
    gap: 1vw;
    margin-top: -2vw;
    margin-bottom: 1vw;
}
.con08_item_wrap02 > div {
    width: 23.832%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_bottom_text {
    overflow: hidden;
}

/* con09 */
.con09 {
    background-color: black;
}
.con09_top_bg {
    height: 20vw;
    background-image: url(/images/con08_15.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.con08_14 {
    width: 17.1654%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_01 {
    width: 6.4042%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con09_main {
    margin-top: -3.6vw;
}
.con09_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con09_main_cover {
    height: 100%;
    justify-content: flex-start;
}
.con09_02 {
    width: 162.087%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 88%;
    animation: light 5s infinite linear;
}
.con09_title {
    gap: 1vw;
    margin-bottom: 1vw;
    z-index: 2;
}
.con09_03 {
    width: 9.92126%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con09_04 {
    width: 5.09186%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_05 {
    width: 8.60892%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1vw;
    overflow: hidden;
}
.con09_title .absol {
    width: 12.021%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_06 {
    left: 28.4%;
    bottom: 121%;
    overflow: hidden;
}
.con09_07 {
    left: 20%;
    top: 17%;
    overflow: hidden;
}
.con09_08 {
    bottom: 78%;
    right: 22%;
    overflow: hidden;
}
.con09_09 {
    top: 112%;
    right: 17%;
    overflow: hidden;
}
.con09_17 {
    width: 31.3911%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
.con09_right_slide {
    width: 24.5669%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1%;
    top: 11.2vw;
}
.con09_12 {
    width: 12.021%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0.5vw;
    top: 9vw;
    z-index: 1;
}
.con09_right_slide_img {
    width: 100.072%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con09_left_slide {
    align-self: flex-start;
    margin: 0;
    width: 73%;
}
div.con09_left_slide .swiper-wrapper {
    transition-timing-function: linear;
    pointer-events: none;
}
.con09_left_slide_img {
    width: 92.6157%;
    height: 29.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden
}
.con09_left_slide_img img {
    height: 100%;
    object-fit: cover
}
.con09_13 {
    width: 28.084%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con09_bottom_text {
    color: white;
    font-size: 1.07vw;
    overflow: hidden;
}
/* con10 */
.con10 {
    margin-top: -61vw;
}
.con10_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_01 {
    width: 38.1102%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con10_main {
    height: 100%;
    top: 0%;
    left: 0%;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-top: 21vw;
}
.con10_flex_wrap {
    flex-wrap: wrap;
}
.con10_flex_wrap_item {
    width: 50%;
    display: flex;
    flex-direction: column;
    color: white;
    box-sizing: border-box;
}
.con10_flex_wrap_item:nth-child(2n-1) {
    align-items: flex-end;
    text-align: end;
}
.con10_flex_wrap_item:nth-child(1) {
    align-items: flex-start;
}
.con10_flex_wrap_item:nth-child(4) {
    align-items: flex-end;
}
.con10_flex_wrap_item.rltv {
    padding: 0 9vw;
}
.con10_flex_title {
    margin-bottom: 1vw;
}
.con10_flex_subTitle {
    margin-bottom: 1.5vw;
}
.con10_flex_text {
    line-height: 1.3;
    font-weight: 300;
}
.con10_02 {
    width: 97.7428%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_03 {
    width: 42.6054%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_04 {
    width: 59.6145%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_05 {
    width: 93.1234%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -37vw;
}
.con10_06 {
    width: 50.2017%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -7vw;
}
.con10_07 {
    width: 31.7063%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_08 {
    width: 115.381%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -16vw;
}
.con10_09 {
    width: 48.5503%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -11vw;
}
.con10_10 {
    width: 59.6145%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_11 {
    width: 56.3117%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -9vw;
}
.con10_12 {
    width: 47.7246%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_13 {
    width: 100.577%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -11vw;
}
.con10_13_text {
    top: 40%;
    right: 7%;
}
.con10_14 {
    width: 87.769%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_15 {
    width: 24.6339%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con10_14_text {
    color: white;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
}
.con10_16 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -13vw;
}
/* con11 */
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
.con11 {
    color: white;
}
.con11_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con11_main {
    height: 100%;
    justify-content: flex-start;
    padding-top: 7.3vw;
    box-sizing: border-box;
}
.con11_03 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con11_07 {
    width: 19.1076%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con11_08 {
    width: 37.4278%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con11_top_text {
    font-size: 1.05vw;
    margin-bottom: 2.5vw;
    overflow: hidden;
}
.con11_01 {
    width: 54.8556%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    animation: light 5s infinite;
}
.con11_04 {
    width: 21.4471%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -133%;
    animation: opa 4s infinite linear;
}
.con11_04_01 {
    left: 22.5%;
    animation-delay: 1s;
}
.con11_04_02 {
    right: -6%;
    animation-delay: 2s;
}
.con11_05 {
    width: 30.9711%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -2.5vw;
}
.con11_09 {
    width: 54.8666%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -2%;
    top: -25%;
    animation: opa 6s infinite linear;

}
.con11_02 {
    width: 58.2152%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    animation: shakeAndFall 4s linear infinite;
    pointer-events: none;
}
.con11 .image_sd_wrap {
    background-color: transparent;
    bottom: 7%;
}

/* con12 */
div.con12_main {
    height: 100%;
    left: 0%;
    top: 0%;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-top: 8vw;
}
.con12_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_01 {
    width: 22.9396%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
.con12_slide .swiper-wrapper {
    pointer-events: none;
}
.con12_slide_img {
    width: 96.8903%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_slide_btn_wrap {
    margin-top: 1vw;
    gap: 0.5vw;
    margin-bottom: 4vw;
}
.con12_slide_btn_wrap > div {
    width: 2.4147%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.con12_text01 {
    color: white;
    text-align: center;
    font-size: 1.07vw;
    line-height: 1.5;
    margin-bottom: 1.5vw;
}
.con12_text02 {
    font-family: 'GmarketSans';
    color: #FEFBAD;
    text-align: center;
    font-size: 1.03vw;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 6vw;
}
.con12_13 {
    width: 7.08661%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}
.con12_14 {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con12_21 {
    width: 48.7664%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -26%;
    left: 18%;
}
.con12_21 > div {
    overflow: hidden;
}
.con12_15 {
    width: 28.8569%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 29%;
    top: 3%;
}
.con12_16 {
    width: 32.3025%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -15%;
    top: 7%;
}
.con12_17 {
    width: 44.2544%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -3%;
    top: 32%;
}
.con12_18 {
    width: 32.8409%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -29%;
    top: 16%;
}
.con12_19 {
    width: 48.0231%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 17%;
    top: 16%;
}
.con12_20 {
    width: 59.2213%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 47%;
    top: 26%;
}
.con12_22 {
    width: 57.6378%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -27%;
    animation: smoke 10s infinite linear;
    pointer-events: none;
}
.con12_22_01 {
    left: -14%;
}
.con12_22_02 {
    right: 0%;
    animation-delay: 5s;
}
.con12_02 {
    width: 99.5276%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    pointer-events: none;
}
.con12_03 {
    width: 58.2152%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    animation: shakeAndFall 4s linear infinite;
}
.con12_bg02 {
    width: 57.9003%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
    left: 15%;
}
.con12_01_light {
    width: 34.9892%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: opa 4s infinite linear;
}
.con12_01_light01 {
    left: 16%;
    top: -54%;
}
.con12_01_light02 {
    right: 2%;
    top: -29%;
    animation-delay: 1s;
}
.con12_01_light03 {
    right: -15%;
    top: -59%;
    animation-delay: 2s;
}
/* con13 */
.con13_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_07 {
    width: 93.9108%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con13_main_cover {
    height: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-top: 4vw;
    color: white;
}
.con13_02 {
    width: 18.6352%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con13_subTitle {
    margin-bottom: 2vw;
}
.con13_sd01 {
    background-color: transparent;
    bottom: 4.4%;
    padding: 0;
}
div.con13_sd02 {
    width: 93.9108%;
    bottom: 0%;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #C9B567;
    box-sizing: border-box;
}
.con13_01 {
    width: 56.9554%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -20%;
    left: 20%;
    animation: light 5s infinite linear;
    z-index: 1;
    pointer-events: none;
}
.con13_bg01 {
    width: 41.2073%; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    bottom: 4%;
    right: 0%;
}
.con13_bg02 {
    width: 57.9003%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -5%;
    bottom: -26%;
}
.con13_center {
    gap: 0.5vw;
    margin-top: 9vw;
    margin-bottom: 2vw;
}
.con13_center_item {
    width: 16.378%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_center_item_top {
    width: 53.2435%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 90%;
}
.con13_bottom_text {
    color: #ffffff96;
    overflow: hidden;
}
.con13_03 {
    mix-blend-mode: plus-lighter;
    animation: opa 3s infinite linear;
}
.con13_02_light01 {
    width: 91.7351%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -22%;
    top: 53%;
}
.con13_02_light02 {
    width: 91.7351%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -37%;
    top: 73%;
    animation-delay: 1s;
}
.con13_center_item_light01 {
    width: 104.635%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -19%;
    top: -38%;
    animation-delay: 2.3s;
}
.con13_center_item_light02 {
    width: 104.635%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -7%;
    top: 67%;
    animation-delay: 3s;
}

/* con14 */
.con14 {
    padding-top: 4vw;
}
.con14_01 {
    width: 3.35958%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    animation: rotate_image 3s infinite linear;
}
.con14_02 {
    width: 31.8635%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13vw;
    overflow: hidden;
}
.con14_main_top_left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 100%;
}
.con14_main_top_right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 100%;
}
.con14_03 ,
.con14_13 {
    width: 16.2617%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 74%;
}
.con14_05 {
    width: 31.1595%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con14_16 {
    width: 11.7504%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con14_bg01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_bg02 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_06 {
    width: 36.0905%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 9%;
}
.con14_14 {
    width: 15.8249%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16%;
}
.con14_ct {
    color: white;
    font-size: 3.5vw;
    top: 160%;
    font-family: 'GmarketSans';
    font-weight: bold;
}

div.con14_graph_wrap {
    width: 27%;
    justify-content: space-between;
    align-items: flex-end;
    top: 5.5vw;
}
.con14_07 {
    width: 32.4357%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -5vw;
    overflow: hidden;
}
.con14_08 {
    width: 55.9093%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2vw;
}
.con14_12 {
    width: 32.4357%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con14_11 {
    width: 82.361%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4.5vw;
}
.con14_bottom_img {
    width: 55.0131%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -6vw;
}
.con14_bottom_img img {
    transition: all 0.5s;
}
.con14_bottom_img .absol {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.con14_bottom_img.con14_change .absol {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
div.con14_circle_wrap {
    width: 33.9%;
    right: 8.5%;
    top: 31%;
    overflow: hidden;
}
.con14_circle_wrap > div {
    width: 32.8396%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con14_grahp_line  {
    width: 103%;
    top: 29%;
    justify-content: flex-start;
    transform: rotate(-43deg);
    left: -1%;
}
.con14_09 ,
.con14_10 {
    width: 2.8766vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(43deg);
}
.con14_line {
    width: 100%;
    height: 0.1vw;
    background-color: #E94F06;
}
.con14_09 {
    left: 0%;
}
.con14_10 {
    right: 0%;
}
.con14 .image_sd_wrap {
    padding: 1.4vw 0;
    background-color: #017229;
}
/* con15 */
.con15 {
    margin-top: -3.4vw;
}
.con15_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -26.2vw;
    overflow: hidden;
}
div.con15_main {
    height: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-top: 2vw;
}
.con15_02 {
    width: 26.3517%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_05 {
    width: 64.5144%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
div.con15_slide {
    bottom: 0%;
    padding: 8vw 0;
}
div.con15_slide .swiper-wrapper {
    pointer-events: none;
}
.con15_slide_img {
    width: 61.4173%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(1);
    transition: all 0.3s;
    scale: 0.7;
}
.con15_slide .swiper-slide-active .con15_slide_img {
    filter: none;
    transform: translate(0%,0%) rotate(0deg);
    scale: 1;
}
.con15_slide .swiper-slide-prev .con15_slide_img {
    transform: translate(53%, 13%) rotate(-14deg);
    scale: 1;
}
.con15_slide .swiper-slide-next .con15_slide_img {
    transform: translate(-53%, 13%) rotate(14deg);
    scale: 1;
}
.con15_slide_arr {
    width: 2.4147%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
}
.con15_slide_prev {
    left: 36%;
}
.con15_slide_next {
    right: 36%;
}
.con15_01 {
    width: 48.6614%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -19%;
    z-index: 2;
    animation: ddm4 3s infinite linear;
}
/* con16 */
.con16 {
    padding-top: 6vw;
}
.con16_01 {
    width: 30.3937%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
    overflow: hidden;
}
.con16_01 img {
    width: 30.1937vw;
}
.con16_main > div {
    width: 50%;
    height: 37vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 5vw;
    overflow: hidden;
}
.con16_left {
    background-color: #E94F06;
}
.con16_right {
    background-color: #017229;
}
.con16_02 {
    width: 20.2484%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
    overflow: hidden;
}
.con16_03 {
    width: 23.6057%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con16_left_sd01 ,
.con16_left_sd02 {
    background-color: transparent;
    padding: 0;
    scale: 1.1;
}
.con16_left_sd01 img ,
.con16_left_sd02 img {
    scale: 0.98;
}
.con16_left_sd01 {
    margin-bottom: 2vw;
}
.con16_left_sd02 .image_sd {
    animation: marqueeX_r 20s infinite linear;
}
.con16_left_sd02 .absol {
    left: auto;
    right: 100%;
}
.con16_06 {
    width: 53.4013%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con17 */
.con17 {
    background-color: black;
    padding-top: 7vw;
}
.con17_01 {
    width: 34.1732%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con17_01 img {
    width: 33.8vw;
}
/* .con17_main {
    gap: 2vw;
} */
.con17_main > div {
    gap: 1.5vw;
}
.con17_main > div > div {
    width: 24.7769%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2vw;
}
.con17_main > div > div > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_search  > div {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 18%;
    overflow: hidden;
    border-right: 1px solid black;
}
.con17_search  > div img {
    width: 7vw;
}
.con17_02 {
    width: 64.5144%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 19vw;
}
/* con18 */
.con18 {
    background-color: #E94F06;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -8.5vw;
    padding: 4vw 0 5vw;
}
.con18 > div {
    box-sizing: border-box;
}
.con18 .swiper-wrapper {
    transition-timing-function: linear;
    pointer-events: none;
}
.con18_title {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 12vw;
}
div.con18_slide01 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2vw;
}
.con18_slide02 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_text {
    color: white;
}
.con18_slide01 .con18_slide_img {
    width: 97.0235%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_slide02 .con18_slide_img {
    width: 97.259%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_01 {
    width: 50.0092%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7vw;
}
.con18_02 {
    width: 80.4857%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con18_text {
    font-size: 0.97vw;
    line-height: 1.5;
}
.con18_text .bold {
    font-weight: 700;
}
.con18_09 {
    width: 99.9475%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}

/* con19 */
.con19 {
    background-color: #150D00;
    padding-top: 10vw;
    color: white;
    padding-bottom: 3vw;
}
.con19_03 {
    width: 74.2782%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -14vw;
    left: 19%;
    mix-blend-mode: overlay;
}
.con19_04 {
    width: 76.063%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2vw;
}
.con19_01 {
    width: 22.2572%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con19_top_text {
    text-align: center;
    margin-bottom: 3vw;
    line-height: 1.5;
}
div.con19_main {
    width: 70%;
    height: 28vw;
    flex-wrap: wrap;
    gap: 0.3vw 0;
    justify-content: flex-start;
    overflow-y: scroll;
}
div.con19_main::-webkit-scrollbar {
    display: none;
}
div.con19_main > div {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_box {
    width: 97.7%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_box_title {
    top: 9%;
    font-size: 1.1vw;
}
.con19_box_text {
    top: 50%;
    font-size: 2.3vw;
}
.con19_02 {
    width: 3.35958%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_02.con09_change {
    animation: scaleOpa2 2s forwards;
}
.con19_02_01 {
    left: 22%;
    top: 9%;
}
.con19_02_02 {
    left: 32%;
    top: 19%;
}
.con19_02_03 {
    left: 40%;
    top: 10%;
}
.con19_02_04 {
    left: 65%;
    top: 18%;
}
.con19_02_05 {
    left: 75%;
    top: 33%;
}

/* con20 */
.con20 {
    padding: 7vw 0 6vw;
    background-color: #F8F8F8;
}
.con20_01 {
    width: 18.5827%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
div.con20_main {
    width: 73%;
    flex-wrap: wrap;
    gap: 1vw 0;
}
.con20_main_item {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_main_img {
    width: 89.9913%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_arr {
    width: 1.15097%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_arr01 {
    left: 33%;
    top: 14%;
}
.con20_arr02 {
    left: 66.2%;
    top: 14%;
}
.con20_arr03 {
    left: 33%;
    top: 47.5%;
}
.con20_arr04 {
    left: 66.2%;
    top: 47.5%;
}
.con20_arr05 {
    left: 33%;
    top: 81%;
}
.con20_arr06 {
    left: 66.2%;
    top: 81%;
}

/* con21 */
.con21 {
    padding: 7vw 0 0vw;
}
.con21_01 {
    width: 16.2205%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con21_map {
    margin-bottom: 6vw;
}

/* .map_slide */
.map_slide {
    height: 3vw;
    bottom: 0%;
    background-color: #E94F06;
}
.map_slide .swiper-wrapper {
    transition-timing-function: linear;
}
.map_slide .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
    color: white;
    text-transform: uppercase;
}
.map_slide .swiper-slide span {
    margin-left: 0.5vw;
    font-weight: 900;
}
/* .map_slide end */

/* con22 */
.con22_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con22_main {
    width: 44%;
    height: 100%;
    box-sizing: border-box;
    right: 0%;
    top: 0%;
    background-color: black;
    justify-content: flex-start;
    padding-top: 8vw;
    overflow: hidden;
}
.con22_02 {
    width: 65.0121%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con22_02 img {
    width: 28.1vw;
}
/* form start */
.form {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form_margin {
    width: 100%;
    padding: 2vw 1vw 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    margin-bottom: 2vw;
}
.form_margin_input {
    width: 90%;
    height: 1.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 0;
    padding-left: 0.5vw;
    border-bottom: 1px solid #000;
}
.form_margin_input label {
    width: 30%;
    text-align: center;
    cursor: pointer;
}
.form_input {
    width: 70%;
    height: 100%;
    border: 0;
    outline: none;
}
.footeer_checkbox_01 ,
.footeer_checkbox_02 {
    width: 1vw;
    height: 1vw;
    appearance: none;
    outline: 0.1vw solid black;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: -3vw;
}
.footeer_checkbox_01:checked::before ,
.footeer_checkbox_02:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #E94F06;
    scale: 0.75;
}
.form_check_name_02 {
    margin-right: 3vw;
}
.form_margin_Agree_input {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3vw;
    margin-bottom: 1vw;
}
.agree_text {
    cursor: pointer;
}
.footeer_agree_checkbox_01 {
    width: 1vw;
    height: 1vw;
    appearance: none;
    outline: 0.1vw solid white;
    box-sizing: border-box;
    cursor: pointer;
}
.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    scale: 0.75;
}
.form_submit_div {
    width: 58.8187%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.form_submit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* form end */
div.con22_bg_sd {
    width: 250%;
    background-color: transparent;
    box-sizing: border-box;
    border: 1px solid #E94F06;
    bottom: 0%;
    padding: 1vw 0;
}


/* con23 */
.con23_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con23_main {
    height: 100%;
}
.con23_main > div {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
}
.con23_left {
    margin-top: 4vw;
    color: white;
    padding-left: 24vw;
    font-size: 0.97vw;
    line-height: 1.5;
    gap: 2vw;
}
.con23_01 {
    width: 66.4528%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con23_right {
    height: 100%;
}
.con23_right .swiper-wrapper {
    transition-timing-function: linear;
    pointer-events: none;
}
.con23_slide_img {
    width: 31.6841%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con24 */
.con24 {
    background-color: #000000;
    padding: 7vw 0;
}
.con24_slide_img {
    width: 93.2671%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.con24_slide .swiper-wrapper {
    pointer-events: none;
}
.con24_slide .swiper-slide-prev .con24_slide_img {
    transform: translateX(-55%);
}
.con24_slide .swiper-slide-active .con24_slide_img {
    transform: translateX(-56%);
}
.con24_slide .swiper-slide-next .con24_slide_img {
    transform: translateX(27%);
}
div.con24_main {
    width: 48%;
    height: 100%;
    right: 0%;
    align-items: flex-start;
    justify-content: flex-start;
    color: white;
    box-sizing: border-box;
    z-index: 2;
    padding-top: 11vw;
}
.con24_04 {
    width: 45.0335%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con24_05 {
    width: 39.6775%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con24_text {
    line-height: 1.5;
    margin-bottom: 2vw;
}
.con24_text05 {
    margin-bottom: 0;
}

.con24_smoke01 {
    width: 46.3517%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -50%;
    left: 0%;
    animation: smoke 10s infinite linear;
}
.con24_smoke02 {
    width: 57.6378%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -70%;
    right: 0%;
    animation: smoke 10s infinite linear;
    animation-delay: 2s;
}
.con24_01 {
    width: 40.4199%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -15vw;
    left: 6vw;
    z-index: 2;
}
/* con25 */
.con25 {
    overflow: visible;
    z-index: 1;
}
.con25_main {
    padding: 8vw 0 3vw;
    background-color: #E94F06;
    overflow: hidden;
}
.con25_01 {
    width: 39.3701%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con25_top_text {
    color: white;
    text-align: center;
    margin-bottom: 3vw;
}
div.con25_main_sd {
    width: 125%;
    background-color: transparent;
    padding: 0;
}
.con25_bottom_absol {
    width: 99.9475%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    overflow: hidden;
}
.con25_bottom_absol img {
    margin-top: -3vw;
}
.con25_03 {
    width: 28.1365%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -7vw;
}
.con25_04 {
    width: 50.934%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25%;
}
.con25_color {
    color: #E94F06;
}
.con25_03_text {
    color: white;
    text-align: center;
    top: 55%;
    line-height: 1.5;
}
/* con26 */
.con26 {
    padding: 6vw 0 4vw;
    gap: 5vw;
    flex-direction: row;
}
.con26 > div {
    width: 40%;
    height: 30vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}
.con26_01 {
    width: 45.9477%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con26_03 {
    width: 46.079%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con26_left_list_wrap {
    width: 100%;
    height: 80%;
    overflow-Y: scroll;
}
.con26_left_list_wrap::-webkit-scrollbar {
    display: none;
}
.con26_left_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 2vw;
    box-sizing: border-box;
    border-bottom: 1px solid #0000001a;
}
.con26_left_list p {
    width: 50%;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.con26_left_list:hover p {
    text-decoration: underline;
}
.con26_right_list_wrap {
    width: 100%;
    height: 80%;
}
.con26_right_list {
    width: 98%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #F8F8F8;
    box-sizing: border-box;
    padding: 1vw;
}
.con26_right_list_img {
    width: 100%;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-bottom: 2vw;
}
.con26_right_list_img img {
    height: 100%;
    object-fit: cover;
}
.con26_right_list_title {
    font-weight: 700;
    margin-left: 1vw;
    margin-bottom: 0.5vw;
}
.con26_right_list_desc {
    width: 50%;
    margin-left: 1vw;
    font-size: 0.9vw;
      overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.con26_more {
    width: 29.8456%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
    right: 5%;
}


/* map */
.map_content{
/*    background: url("/images/map_bg.jpg") no-repeat center / cover; */
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2% 0% 0% 0%;
}
.map_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 16%;
    padding: 0% 0% 2% 0%;
    overflow: hidden;
}
.map_01{
    z-index: 1;
    width: 100%;
}
.map_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.map{
    width: 93%;
    height: 35vw;
    z-index: 1;
    border: 1px solid black;
}
.mid_map_search{
        background: white;
        overflow: hidden;
        z-index: 2;
        width: 21%;
        height: 29vw;
        left: 10%;
        top: 9%;
      box-shadow: 0 0 0.5vw #3f3f3f;
}
.mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 0% 0%;
    padding: 0% 0;
    background-color: #fff;
    color: white;
}
.mid_map_search_top > div{
    color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 1.2vw;
    font-family: "pretendard-bold";
    cursor: pointer;
}
.on2{
    background: #E94F06;
    color: white !important;
}
.off2{
    color: #000 !important;
}
.mid_map_search_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    padding: 3%;
    background: #E94F06;
}
.mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    border: 1px solid #8d8d8d;
}
.mid_map_search_bottom {
    overflow-y: scroll;
    height: 18.9vw;
    width: 99.5%;
}
.mid_map_search_bottom::-webkit-scrollbar {
    width: 0.5vw;  /* 세로축 스크롤바 폭 너비 */
    height: 0.5vw;  /* 가로축 스크롤바 폭 너비 */
}
.mid_map_search_bottom::-webkit-scrollbar-track {
    width: 1px;
    background-color: #00000030;
}
.mid_map_search_bottom::-webkit-scrollbar-thumb {
    background-color: #E94F06;
    position: absolute;
}
.mid_map_search_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 93%;
    border-top: 1px solid #8d8d8d4d;
/*    border-bottom: 1px solid #8d8d8d;*/
    padding: 6% 0;
    font-size: 0.8vw;
/*    margin: 7% 0% 0% 4%;*/
    margin: 5% 0% 0% 4%;
    cursor: pointer;
}
.mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: "pretendard-bold";
}
.mid_map_search_item_addres{
    margin-top: 4%;
    margin-bottom: 1%;
}
.map_search{
    right: 8%;
    width: 6%;
    cursor: pointer;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.map_text_div{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 1% 0% 0% 3%;
}
.map_text_row{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 3% 0% 0% 0%;
}
.map_text_01{
    font-family: 'Pretendard';
    font-size: 1.6vw;
    font-weight: 800;
    color: white;
}
.map_text_02{
    font-family: 'Pretendard';
    font-size: 0.9vw;
    font-weight: 400;
    color: #000;
}
.map_text_03{
    font-family: 'Pretendard';
    font-size: 1vw;
    font-weight: 400;
    color: #8d8d8d;
}
.map_text_04{
    font-family: 'Pretendard';
    font-size: 1vw;
    font-weight: 800;
    color: #02ba80;
    margin: 0% 1% 0% 1%;
}
.map_absol{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 20%;
    bottom: -1%;
    left: 6%;
    z-index: 3;
}
.map_02{
    width: 63%;
    animation: left_right 7s infinite;
}
.map_03{
    width: 36%;
    margin: 0% 0% -4% 3%;
}
















/* 퍼블끝 */
