* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}
ul,
ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
    font-family: "Noto Sans KR", sans-serif;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.pc-mobile{
    display: flex !important;
}
.mobile-pc{
    display: none !important;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.swiper-button-lock {
    display: flex !important;
}
@font-face {
    font-family: 'NanumMyeongjo';
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumMyeongjo/NanumMyeongjoBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumMyeongjo/NanumMyeongjoBold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumMyeongjo/NanumMyeongjoBold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumMyeongjo/NanumMyeongjoBold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumMyeongjo/NanumMyeongjoBold.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    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';
    src: url('/font/VITRO_CORE_OTF.otf') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'YEONGJUSeonbi';
    src: url('/font/YEONGJUSeonbi.otf') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SF_HambakSnow';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SDKukdetopokki-Lt';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/SDKukdetopokki-aLt00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BMEULJIRO';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/BMEULJIRO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "Noto Sans KR", sans-serif;
    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 marquee3 {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-5deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(5deg);
    }
    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 zlk {
    0% {
        z-index: -10;
    }
    30% {
        z-index: 10;
    }
    31% {
        z-index: 10;
    }
    99% {
        z-index: -10;
    }
    100% {
        z-index: -10;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate_image_02 {
    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 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);
    }
}
@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes run {
    0% {
        transform: rotate(-4deg) translateY(0px)
    }
    50% {
        transform: rotate(4deg) translateY(-30px) 
    }
    100% {
        transform: rotate(-4deg) translateY(0px)
    }
}
@keyframes marqueeXup {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeXdown {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeXup {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes twist {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_little {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@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 content_bg {
    0% {
        background: url(/images/con4_11.png) 0 0 fixed;
        background-color: #315247;
    }
    100% {
        background: url(/images/con4_11.png) 1000% 0 fixed;
        background-color: #315247;
    }
}
@keyframes content_bg_02 {
    0% {
        background: url(/images/con4_11.png) 0 0 fixed;
        background-color: #c4a25d;
    }
    100% {
        background: url(/images/con4_11.png) 1000% 0 fixed;
        background-color: #c4a25d;
    }
}
@keyframes fall {
    0% {
      top: 0%; 
      opacity: 1;
      transform: rotateX(0deg) rotateY(0deg) (0deg);
      transform-origin: center center;
    }
    100% {
      transform: rotateX(20deg) rotateY(20deg) rotateZ(20deg);
      transform-origin: center center;
      top: 10%; 
      opacity: 0; 
    }
}
@keyframes fall2 {
    0% {
      top: 0%; 
      opacity: 0.3;
      transform: rotateX(0deg) rotateY(0deg) (0deg);
      transform-origin: center center;
    }
    100% {
      transform: rotateX(20deg) rotateY(20deg) rotateZ(20deg);
      transform-origin: center center;
      top: 10%; 
      opacity: 0; 
    }
}
/* @keyframes fall2 {
    0% {
        top: -0%; 
        opacity: 1;
        transform: rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100% {
        transform: rotateY(0deg) rotateZ(-120deg);
        transform-origin: center center;
        top: 200%; 
        opacity: 0; 
    }
} */
@keyframes bubble {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, -100px);
        opacity: 0;
    }
}
@keyframes slideRight{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(1000%);
    }
}
@keyframes scaleAnimation {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.5;
    }
    15% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    30% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    55% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    70% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.5;
    }
    100%{
        opacity: 0;
    }
}
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'sdgothicneoA';
    src: url('/font/AppleSDGothicNeoT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sdgothicneoaB';
    src: url('/font/AppleSDGothicNeoB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes slideInOut {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes left_right {
    0% {
        transform: translateX(0) rotate(0deg);
    }
    50% {
        transform: translateX(10px) rotate(-5deg);
    }
    100% {
        transform: translateX(-1px) rotate(0deg);
    }
}
@keyframes windyEffect_right {
    0% {
        transform: rotate(-5deg);
    }
    25% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-4deg);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(-4deg);
    }
}
@keyframes windyEffect_left {
    0% {
        transform: rotate(15deg);
    }
    25% {
        transform: rotate(-12deg);
    }
    50% {
        transform: rotate(14deg);
    }
    75% {
        transform: rotate(-12deg);
    }
    100% {
        transform: rotate(14deg);
    }
}
@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    25%{
        opacity: 0.5;
    }
    50% {
        opacity: 0;
    }
    75%{
        opacity: 0.5;
    }
}
@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {opacity: 0.8;}
    5%, 30%, 35%, 38%, 43%, 46% {opacity: 0.4;}
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {opacity: 1;}
    70% {opacity: 0.2;}
}
@keyframes shakeAndFall  {
    0% {
        transform: translate(0, -100%) rotate(0);
        opacity: 0;
    }
}
@keyframes shakeAndFall_2  {
    0% {
        transform: translate(0, 100%) rotate(0);
        opacity: 0;
    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes slide_R{
    0% {
        transform: translateX(50%) translateY(10px);
    }
    10% {
        transform: translateX(150%) translateY(-10px);
    }
    20% {
        transform: translateX(250%) translateY(10px);
    }
    30% {
        transform: translateX(350%) translateY(-10px);
    }
    40% {
        transform: translateX(450%) translateY(10px);
    }
    50% {
        transform: translateX(550%) translateY(-10px);
    }
    60% {
        transform: translateX(650%) translateY(10px);
    }
    70% {
        transform: translateX(750%) translateY(-10px);
    }
    80% {
        transform: translateX(850%) translateY(10px);
    }
    90% {
        transform: translateX(950%) translateY(-10px);
    }
    100% {
        transform: translateX(1050%) translateY(10px);
    }
}
@keyframes slide_L{
    0% {
        transform: translateX(0%) translateY(10px);
    }
    10% {
        transform: translateX(-150%) translateY(-10px);
    }
    20% {
        transform: translateX(-250%) translateY(10px);
    }
    30% {
        transform: translateX(-350%) translateY(-10px);
    }
    40% {
        transform: translateX(-450%) translateY(10px);
    }
    50% {
        transform: translateX(-550%) translateY(-10px);
    }
    60% {
        transform: translateX(-650%) translateY(10px);
    }
    70% {
        transform: translateX(-750%) translateY(-10px);
    }
    80% {
        transform: translateX(-850%) translateY(10px);
    }
    90% {
        transform: translateX(-950%) translateY(-10px);
    }
    100% {
        transform: translateX(-1050%) translateY(10px);
    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes slideLeft {
    0% {
        transform: translateX(0%) translateY(0) rotate(4deg);
    }
    10% {
        transform: translateX(-70%) translateY(-10px) rotate(2deg);
    }
    30% {
        transform: translateX(-140%) translateY(10px) rotate(-2deg);
    }
    40% {
        transform: translateX(-210%) translateY(-10px) rotate(2deg);
    }
    50% {
        transform: translateX(-280%) translateY(10px) rotate(-2deg);
    }
    60% {
        transform: translateX(-350%) translateY(-10px) rotate(2deg);
    }
    70% {
        transform: translateX(-420%) translateY(10px) rotate(-2deg);
    }
    80% {
        transform: translateX(-490%) translateY(-10px) rotate(2deg);
    }
    90% {
        transform: translateX(-560%) translateY(10px) rotate(-2deg);
    }
    100% {
        transform: translateX(-630%) translateY(0) rotate(-4deg);
    }
}
@keyframes slideLeft_m {
    0% {
        transform: translateX(0%) translateY(0) rotate(4deg);
    }
    20% {
        transform: translateX(-70%) translateY(-10px) rotate(2deg);
    }
    40% {
        transform: translateX(-140%) translateY(10px) rotate(-2deg);
    }
    60% {
        transform: translateX(-210%) translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateX(-280%) translateY(10px) rotate(-2deg);
    }
    100% {
        transform: translateX(-350%) translateY(-10px) rotate(2deg);
    }
}
@keyframes ddm_little {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1, 0.01, 0.01, 1.05, 0, -8);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_little2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1, 0.01, 0.01, 1.05, 0, -2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_little3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1, 0.01, 0.01, 1.05, 0, 10);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_little4 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1, 0.0, 0.01, 1.005, 0, 5);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.pc-tablet{
    display: flex;
}
.tablet-pc{
    display: none;
}

.con01_ex{
    background-color: #fff;
    flex-direction: column;
}
.con01_bg{
    background-color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100.2%;
    height: 0.65vw;
    z-index: 2;
    bottom: -0.9%;
}
.con01_content_div_ex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 89%;
    margin: 6% 0% 2% 0%;
}
.con01_content_ex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid;
}
.con01_swiper_ex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44vw;
    overflow: hidden;
}
.con01_swiper_slide_ex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con01_swiper_div_ex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.con01_swiper_div_ex > img{
    width: 100%;
    height: 100%;
}
.con01-button-prev{
    left: -1.5%;
    z-index: 2;
    width: 4%;
    cursor: pointer;
    pointer-events: all;
}
.con01-button-next{
    right: -1.5%;
    z-index: 2;
    width: 4%;
    cursor: pointer;
    pointer-events: all;
}
.con01_scroll_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 6%;
    bottom: 4%;
    z-index: 2;
}
.con01_scroll_rltv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con01_scroll_text{
    font-family: "poppins", sans-serif;
    font-size: 0.9vw;
    font-weight: 200;
    color: #fff;
    letter-spacing: 0.2vw;
}
.con01_text_absol_ex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 27%;
    white-space: nowrap;
    top: 61%;
    left: 65%;
    z-index: 2;
}
.con01_text_01_ex{
    font-family: "span", serif;
    font-weight: 200;
    font-size: 2.5vw;
    color: #fff;
    font-style: italic;
}
.con01_ct_absol_ex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 9%;
    white-space: nowrap;
    bottom: 12%;
    right: 6%;
    z-index: 2;
}
.con01_ct_01_ex{
    font-family: "span", serif;
    font-weight: 200;
    font-size: 2.5vw;
    color: #fff;
    font-style: italic;
}
.con01_ct_01s_ex{
    font-family: "span", serif;
    font-weight: 200;
    font-size: 2.5vw;
    color: #dededec4;
    font-style: italic;
}
.r_con1_01{
    width: 46%;
}
.con01_scr{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0% 0% 0% 0%;
    z-index: 1;
    scale: 1;
}
.con01_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con01_sd_next{
    right: -100%;
}
.e1_con1_04{
    z-index: 2;
    bottom: 0.85%;
    width: 9%;
    cursor: pointer;
    pointer-events: all;
}
.e1_con1_05{
    width: 50%;
    margin: 0% 0% 3% 0%;
}
.e1_con1_06{
    width: 81%;
}
.con01_absol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 35%;
    left: 6%;
}

.con02_move{
    background-color: #afd500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 4;
    overflow: hidden;
    top: 0%;
}
.con02_move_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18%;
    z-index: 2;
    background-color: black;
    top: 12%;
    height: 7vw;
}
.con02_move_dv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mive_img {
    width: 100%;
    top: unset;
}
.con02_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 4% 0% 4% 0%;
}
.con02_content > div {
    padding: 0% 0% 0.5% 0%;
}
.con02_scr{
    transform-origin: top;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    z-index: 1;
    scale: 1;
    margin: 0% 0% 0% 21%;
}
.con02_sd{
    width: 100%;
    /* animation: marqueeXup linear 20s infinite; */
}
.con02_sd_next{
    left: -100%;
}
.con02_scr_01{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    scale: 1;
}
.con02_sd_01{
    width: 100%;
    /* animation: marqueeXup linear 20s infinite; */
}
.con02_sd_next_01{
    right: -100%;
}
.con02_scr_02{
    transform-origin: top;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    z-index: 1;
    scale: 1;
    margin: 0% 0% 0% 7%;
}
.con02_sd_02{
    width: 100%;
    /* animation: marqueeXup linear 20s infinite; */
}
.con02_sd_next_02{
    left: -100%;
}
.con02_scr_03{
    transform-origin: top;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    z-index: 1;
    scale: 1;
    margin: 0% 0% 0% 14%;
}
.con02_sd_03{
    width: 100%;
    /* animation: marqueeXup linear 20s infinite; */
}
.con02_sd_next_03{
    left: -100%;
}
.con02_sd_next_03_02{
    right: -100%;
}
.con02_scr_04{
    transform-origin: top;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    z-index: 1;
    scale: 1;
    margin: 0% 0% 0% 28%;
}
.con02_sd_04{
    width: 100%;
    /* animation: marqueeXup linear 20s infinite; */
}
.con02_sd_next_04{
    left: -100%;
}
.con02_sd_next_04_02{
    right: -100%;
}
.con02_scr_05{
    transform-origin: top;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    z-index: 1;
    scale: 1;
    margin: 0% 0% 0% 35%;
}
.con02_sd_05{
    width: 100%;
    /* animation: marqueeXup linear 20s infinite; */
}
.con02_sd_next_05{
    left: -100%;
}
.e1_con2_06{
    width: 19%;
}

.con03{
    background: url("/images/e1_con3_01.png") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.con03_content_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% 5% 0%;
}
.con03_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con03_top_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 24vw;
    z-index: 2;
}
.con03_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: -9% 0% 0% 0%;
}
.con03_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 4% 0% 1.5% 0%;
}
.con03_scr{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0% 0% -1% 0%;
    z-index: 1;
    scale: 1;
}
.con03_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con03_sd_next{
    right: -100%;
}
.con03_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con03_scr_02{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    scale: 1;
}
.con03_sd_02{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con03_sd_next_02{
    right: -100%;
}
.con03_text_01{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    color: #000;
}
.con03_line{
    height: 48vw;
    width: 0.02%;
    background-color: #000;
    left: 7%;
    z-index: 2;
}
.e1_con3_02{
    z-index: 1;
    width: 12%;
}
.e1_con3_03{
    top: -5%;
    width: 10%;
}
.e1_con3_04{
    top: -9%;
    left: 85%;
    width: 10%;
}
.e1_con3_05{
    top: -110%;
    right: 15%;
    width: 9%;
}
.e1_con3_06{
    top: -9%;
    left: 4%;
    width: 0.7%;
}
.e1_con3_08{
    width: 71%;
}
.e1_con3_09{
    width: 40%;
}

.con04_swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}
.con04_swiper_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    width: 100%;
    overflow: hidden !important;
}
.con04_swiper_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con04_swiper_div > img{
    width: 100%;
}
.con04_scr{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    scale: 1;
    transform: rotate(25deg);
}
.con04_sd{
    width: 100%;
    animation: marqueeXup linear 5s infinite;
}
.con04_sd_next{
    right: -100%;
}
.con04{
    flex-direction: column;
    margin: 5% 0% 6% 0%;
}
.con04_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 1% 0%;
    overflow: hidden;
}
.con04_content_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 31vw;
    border: 1px solid;
}
.con04_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/* .con04_content > div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
} */
.con04_step_01,
.con04_step_02,
.con04_step_03{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.con04_step_01 > .con04_left_div{
    background: url("/images/e1_con4_07.png") no-repeat center / cover; 
    object-fit: cover;
}
.con04_step_02 > .con04_left_div{
    background: url("/images/e1_con5_02.jpg") no-repeat center / cover; 
    object-fit: cover;
}
.con04_step_03 > .con04_left_div{
    background: url("/images/e1_con6_01.jpg") no-repeat center / cover; 
    object-fit: cover;
}
.con04_left_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    border: 1px solid;
    overflow: hidden;
}
.con04_right_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}
.con04_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}
.con04_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 10% 0% 0% 0%;
    border-left: 1px solid;
}
.con04_right_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
}
.con04_right_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin: 5% 0% 5% 0%;
}
.con04_right_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
}
.con04_right_bottom2{
    width: 100%;
    height: 6vw;
    border-top: 1px solid;
    margin: 10% 0% 0% 0%;
}
.e1_con4_01{
    width: 44%;
}
.con04_text_01{
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 2.3vw;
    color: #000;
}
.con04_text_02{
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 2.3vw;
    color: #000;
}
.con04_text_03{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.2vw;
    color: #000;
}
.con04_text_04{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    color: #000;
    margin: 0% 0% 0.5% 0%;
}
.con04_text_05_left{
    font-family: "fractul-variable", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 1.3vw;
    color: #000;
    left: 10%;
    top: 12%;
    font-style: italic;
}
.con04_text_05_right{
    font-family: "fractul-variable", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 1.3vw;
    color: #000;
    right: 10%;
    top: 12%;
    font-style: italic;
}
.e1_con4_02{
    z-index: 3;
    left: 70%;
    top: 26%;
    width: 25%;
}
.e1_con4_04{
    left: 8%;
    width: 145%;
}
.e1_con4_08{
    right: 5%;
    top: 17%;
    width: 0.6%;
}
.e1_con5_01{
    left: 67%;
    top: 37%;
    width: 28%;
}
.con04_text_bg_line_01{
    left: 55.5%;
    top: 49%;
    width: 38%;
    height: 1.5vw;
    background-color: #afd500;
    z-index: -1;
}
.con04_text_bg_line_02{
    left: -0.5%;
    top: 0%;
    width: 20%;
    height: 1.5vw;
    background-color: #afd500;
    z-index: -1;
}
.con04_text_bg_line_03 {
    left: -0.5%;
    top: 0%;
    width: 30.5%;
    height: 1.5vw;
    background-color: #afd500;
    z-index: -1;
}

.con07{
    flex-direction: column;
}
.con07_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con07_content > div{
    width: 24.9%;
    height: 38vw;
    border-right: 1.5px solid;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s;
}
#con07_div_01{
    border-left: 1px solid;
}
#con07_div_02{
    background-color: #afd500;
}
#con07_div_04{
    background-color: #afd500;
}
.con07_scr{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    scale: 1;
}
.con07_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con07_sd_next{
    right: -100%;
}
.con07_text_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    top: 19%;
    left: 16%;
    pointer-events: none;
    transition: all 0.3s;
}
.con07_text_01{
    font-family: "fractul-variable", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 1.2vw;
    color: #000;
    margin: 23% 0% 0% 0%;
    font-style: italic;
}
.con07_text_02{
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 2.2vw;
    color: #000;
}
.e1_con7_06{
    right: -3%;
    bottom: 1%;
    z-index: 1;
    width: 29%;
    pointer-events: none;
}
.con07_div_h{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    bottom: 0%;
    border-top: 1px solid;
    height: 0vw;
    overflow: hidden;
    transition: all 0.3s;
}
.con07_div_h_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con07_div_h_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 75%;
    margin: 8% 0% 7% 0%;
}
.con07_div_h_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 75%;
    white-space: nowrap;
}
.con07_text_03{
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 1.2vw;
    color: #000;
    z-index: 1;
}
.con07_text_04{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    color: #000;
}
.con07_div:hover .con07_div_h{
    height: 33vw;
}
.con07_div:hover .con07_text_div{
    top: 8%;
}
#con07_div_03:hover .e1_con7_06{
    opacity: 0;
    transition: all 0.3s;
}
.e1_con8_02{
    right: 5%;
    bottom: -10%;
    width: 23%;
}
.e1_con8_03{
    width: 72%;
}
.e1_con7_03,
.e1_con8_04,
.e1_con8_05,
.e1_con8_06{
    width: 76%;
}
.e1_con7_02,
.e1_con7_03,
.e1_con7_04,
.e1_con7_05{
    width: 5%;
}
.con07_text_line_01{
    top: 53%;
    left: -1%;
    width: 36%;
    height: 1.4vw;
    background-color: #afd500;
}
.con07_text_line_02{
    top: 51%;
    left: -0.5%;
    width: 78%;
    height: 1.4vw;
    background-color: #afd500;
}
.con07_text_line_03 {
    top: 51%;
    left: -1%;
    width: 42%;
    height: 1.4vw;
    background-color: #afd500;
}
.con07_text_line_04 {
    top: 51%;
    left: -1%;
    width: 36%;
    height: 1.4vw;
    background-color: #afd500;
}

.con08_scr_left_div {
    top: 20%;
    width: 60%;
    left: -28.5%;
    rotate: 270deg;
    z-index: 2;
    overflow: hidden;
}
.con08_scr_left{
    width: 100%;
    animation: marqueeXdown linear 30s infinite;
}
.con08_scr_left_next{
    left: -100%;
}
.con08_scr_right_div {
    top: 20%;
    width: 60%;
    left: 69.5%;
    rotate: 270deg;
    z-index: 2;
    overflow: hidden;
}
.con08_scr_right{
    width: 100%;
    animation: marqueeXup linear 30s infinite;
}
.con08_scr_right_next{
    left: 101%;
}
.con08{
    background: url("/images/e1_con9_07.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.con08_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 16% 0% 16% 0%;
}
.con08_iframe_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    clip-path: ellipse(50% 30% at 50% 50%);
    overflow: hidden;
    width: 60%;
    z-index: 2;
}
.con08_iframe_rltv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vw;
}
.con08_video{
    width: 100%;
}
.con08_iframe{
    width: 100%;
    height: 50vw;
}
.con08_scr_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con08_scr{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    scale: 1.5;
}
.con08_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con08_sd_next{
    right: -100%;
}
.e1_con9_01{
    z-index: 3;
    width: 8%;
    top: -160%;
    left: 65%;
    animation: linear infinite 10s rotate_image;
}
.e1_con9_02_01{
    top: -109%;
    left: 74%;
    z-index: 3;
    width: 2.5%;
    animation: linear infinite 10s rotate_image;
}
.e1_con9_02_02{
    bottom: -61%;
    left: 20%;
    width: 2%;
    z-index: 3;
    animation: linear infinite 10s rotate_image;
}
.e1_con9_05{
    top: 58%;
    width: 40%;
}

.con09{
    flex-direction: column;
}
.con09_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con09_rolling_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con09_rolling{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 14vw;
    border-bottom: 1px solid;
    cursor: pointer;
    pointer-events: all;
    opacity: 1;
}
.con09_rolling > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33.3%;
}
.con09_rolling_h{
    background-color: #000 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    height: 14vw !important;
    opacity: 0;
    width: 0%;
    overflow: hidden;
}
.con09_rolling_h > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33.3%;
}
.con09_rolling:hover .con09_rolling{
    width: 0vw;
    opacity: 0;
}
.con09_rolling:hover .con09_rolling_h {
    width: 100vw !important;
    opacity: 1;
    transition: width 1.4s, opacity 0.2s;
}
.con09_rolling:hover .e1_con9_17 {
    opacity: 1;
    transition: all 1s;
}
.con09_rolling:hover .e1_con9_19 {
    opacity: 1;
    transition: all 1s;
}
.con09_rolling:hover .e1_con9_23 {
    opacity: 1;
    transition: all 1s;
}
.e1_con9_08{
    width: 30%;
    z-index: 3;
}
.e1_con9_09{
    width: 20%;
    z-index: 3;
}
.e1_con9_10{
    width: 49%;
}
.e1_con9_11{
    width: 22%;
    z-index: 3;
}
.e1_con9_12{
    width: 32%;
    z-index: 3;
}
.e1_con9_13{
    width: 48%;
}
.e1_con9_14{
    width: 19%;
    z-index: 3;
}
.e1_con9_15{
    width: 22%;
    z-index: 3;
}
.e1_con9_16{
    width: 66%;
}
.e1_con9_17{
    opacity: 0;
    width: 86%;
    z-index: 3;
}
.e1_con9_18{
    top: -4%;
    left: 59%;
    width: 5%;
}
.e1_con9_19{
    opacity: 0;
    width: 59%;
    z-index: 3;
}
.e1_con9_20{
    left: 33%;
    top: -14%;
    width: 15%;
    z-index: 1;
}
.e1_con9_22{
    left: 38%;
    top: 0%;
    width: 4%;
}
.e1_con9_22_02{
    left: 39%;
    top: 4%;
    width: 4%;
}
.e1_con9_23{
    opacity: 0;
    width: 57%;
    z-index: 3;
}
.e1_con9_24{
    left: 71%;
    width: 30%;
}
.e1_con9_24_white{
    left: -3%;
    width: 30%;
}

.con10{
    flex-direction: column;
}
.con10_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46vw;
}
.con10_left{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
}
.con10_left_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
}
.con10_left_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
    border: 1px solid;
    overflow: hidden;
}
.con10_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 100%;
}
.con10_left_right_div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 61%;
    height: 100%;
    margin: 27% 0% 0% 0%;
}
.con10_button_abosl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 54%;
}
.con10_button_rltv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.e1_con10_02{
    width: 74%;
}
.e1_con10_03{
    width: 48%;
}
.e1_con10_04{
    top: -10%;
    left: -3%;
    width: 45%;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.2s;
}
.e1_con10_04:hover{
    top: 8.3%;
    left: 1.5%;
}
.con10_right_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15%;
    border-bottom: 1px solid;
}
.con10_right_top_div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin: -2% -26% 0% 0%;
}
.con10_right_top_div > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 15%;
}
.con10_title_text_01{
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
    color: #000;
    cursor: pointer;
    pointer-events: all;
    margin: 2% 0% 0% 0%;
}
.con10_title_line_01{
    top: -23%;
    width: 0%;
    height: 0.2vw;
    background-color: #add518;
    transition: all 0.3s;
}
.con10_title_line_02{
    top: -23%;
    width: 0%;
    height: 0.2vw;
    background-color: #add518;
    transition: all 0.3s;
}
.con10_title_text_01:hover{
    font-weight: bold;
}
/* .con10_title_text_on{
    font-weight: bold !important;
} */
.con10_right_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 85%;
}
.con10_right_bottom > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: -1% 0% 0% 0%;
}
.con10_swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con10_swiper_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center !important;
    width: 100%;
}
#con10_swiper_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center !important;
    width: 100%;
}
.con10_swiper_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
}
.con10_swiper_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con10_swiper_top > img{
    width: 40%;
    margin: 0% 0% 9% 0%;
}
.con10_swiper_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con10_swiper_bottom_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con10_swiper_bottom_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con10_swiper_bottom_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con10_text_02{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.5vw;
    color: #000;
}
.con10_text_03{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1.2vw;
    color: #d3d3d3;
    margin: 2% 0% 7% 0%;
}
.con10_text_04{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1vw;
    color: #000;
}
.e1_con10_01{
    top: 10%;
    right: 16%;
    width: 10%;
}
.con10_text_01{
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 2vw;
    color: #000;
    margin: 13% 0% 10% 0%;
}
.con10_text_01s{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1vw;
    color: #000;
    margin: 0% 0% 0.5% 0%;
    white-space: nowrap;
}
.con10_button_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 32%;
    left: 13.97%;
    top: 56%;
}
.con10_button_div > img{
    margin: 0% 0.1% 0% 0.1%;
    width: 10%;
    cursor: pointer;
    pointer-events: all;
}
.e1_con10_07_ro{
    top: -3%;
    left: 56%;
    width: 19%;
    z-index: 1;
}
.e1_con10_08_ro{
    top: -3%;
    left: 56%;
    width: 19%;
    z-index: 1;
}
.e1_con10_07_ex{
    top: 6%;
    left: 56%;
    width: 19%;
    z-index: 1;
}
.e1_con10_08_ex{
    top: 6%;
    left: 56%;
    width: 19%;
    z-index: 1;
}
.e1_con10_14{
    top: 7%;
    left: 59%;
    width: 18%;
    z-index: 1;
}
.con10_right_step_01 > .con10_swiper{
    padding: 5% 0% 0% 0%;
    margin: 0% 0% 0% 0%;
}

.con11{
    background-color: #afd500;
    flex-direction: column;
}
.con11_content_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 88%;
    margin: 6% 0% 0% 0%;
}
.con11_content_01{
    background: url("/images/e1_con11_02.jpg") no-repeat center / cover; 
    object-fit: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 99%;
    height: 30vw;
    border: 1px solid;
    overflow: hidden;
}
.con11_absol_01{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    bottom: 0%;
    left: 0%;
    border-top: 1px solid;
    border-right: 1px solid;
}
.con11_absol_01_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid;
    height: 4vw;
}
.con11_absol_01_bottom{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 10vw;
    margin: 4% 0% 0% 0%;
}
.con11_absol_text_01{
    font-family: "fractul-variable", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 1.7vw;
    color: #000;
    margin: 0% 0% 0% 10%;
}
.con11_absol_text_02 {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1vw;
    color: #000;
    margin: 0% 0% 0.2% 10%;
}
.con11_button_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 59%;
    left: 29%;
}
.con11_button_rltv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con11_button_move{
    top: -8%;
    left: 40%;
    width: 15%;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.2s;
}
.con11_button_base{
    width: 17%;
}
.con11_button_move:hover{
    top: 11%;
    left: 42.6%;
}

.con11_content_02{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 99%;
    height: 33vw;
    border: 1px solid;
    border-top: 0px solid;
    overflow: hidden;
}
.con11_scr_left_div {
    top: 108%;
    width: 89%;
    left: -40.5%;
    rotate: 270deg;
    z-index: 2;
    overflow: hidden;
}
.con11_scr_left{
    width: 100%;
    animation: marqueeXdown linear 30s infinite;
}
.con11_scr_left_next{
    right: 100%;
}
.con11_scr_right_div {
    top: 108%;
    width: 89%;
    left: 52%;
    rotate: 270deg;
    z-index: 2;
    overflow: hidden;
}
.con11_scr_right{
    width: 100%;
    animation: marqueeXup linear 30s infinite;
}
.con11_scr_right_next{
    left: 100%;
}
.con11_content_02_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 100%;
    border: 1px solid;
    border-top: 0px solid;
    border-bottom: 0px solid;
}
.con11_left_02{
    background-color: #fffde7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}
.con11_bottom_img_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 63%;
}
.con11_bottom_img_rltv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.e1_con11_07_01{
    width: 66%;
    z-index: 3;
}
.e1_con11_07_02{
    top: 10%;
    width: 66%;
    z-index: 2;
}
.e1_con11_07_03{
    top: 20%;
    width: 66%;
    z-index: 1;
}
.e1_con11_05{
    z-index: 5;
    width: 28%;
    top: 24%;
    left: 57%;
}
.e1_con11_06{
    width: 41%;
    z-index: 4;
    animation: windyEffect_right 2s infinite;
}
.e1_con11_08{
    top: 9%;
    width: 46%;
}
.e1_con11_09{
    top: 18%;
    left: 72%;
    width: 3.5%;
}
.e1_con11_10{
    top: 33%;
    left: 6%;
    width: 52%;
}
.e1_con11_11{
    top: 51%;
    left: 26%;
    width: 3.5%;
}
.e1_con11_12{
    top: 47%;
    left: 56%;
    width: 39%;
}
.con11_right_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    border-left: 1px solid;
}
.e1_con11_03 {
    top: 12%;
    left: 12%;
    width: 28%;
}
.e1_con11_04{
    top: 0%;
    width: 100%;
}
.con11_right_02_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 31%;
}
.con11_right_02_div > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
}
.con11_right_02_div_02 {
    margin: 7% 0% 7% 0;
}
.con11_right_02_div_03 {
    margin: 0% 0% 4% 0;
}
.con11_text_under_line{
    width: 26.3%;
    height: 1.2vw;
    top: 1%;
    left: -0.5%;
    background-color: #add518;
}
.con11_right_text_01{
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 2vw;
    color: #000;
}
.con11_right_text_02{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1vw;
    color: #000;
    margin: 0% 0% 0.5% 0%;
    z-index: 1;
}
.con11_right_text_03{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1vw;
    color: #000;
    margin: 0% 0% 0.5% 0%;
}

.con12{
    flex-direction: column;
}
.con12_content_div{
    background-color: #000000a6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 88%;
    height: 42vw;
    margin: 0% 0% 5% 0%;
    padding: 10% 0% 3% 0%;
    z-index: 1;
}
.con12_iframe_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    filter: brightness(30%);
}
.con12_iframe{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 110%;
    height: 65vw;
}
.con12_absol{
    background-color: #add518;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 13%;
    height: 7vw;
    top: 0%;
}
.con12_absol_text {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 1vw;
    margin: 0% 0% 5% 0%;
}
.con12_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.con12_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con12_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 2% 0% 2% 0%;
}
.con12_mid_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 26%;
}
.con12_mid_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 19%;
}
.con12_mid_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 26%;
}
.con12_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con12_text_01{
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 1vw;
    color: #fff;
    margin: 0% 0% 0.3% 0%;
}
.con12_text_02{
    font-family: 'Pretendard';
    font-weight: 800;
    font-size: 1vw;
    color: #add518;
}
.e1_con12_01{
    width: 13%;
    margin: 0% 0% 1% 0%;
}
.e1_con12_02{
    width: 47%;
}
.e1_con12_03{
    left: 83%;
    top: 30%;
    width: 7%;
    z-index: 1;
}
.e1_con12_04{
    left: 84.5%;
    top: 38%;
    width: 10%;
    z-index: 1;
}
.e1_con12_05{
    left: 82.5%;
    top: 58%;
    width: 11%;
    z-index: 1;
}
.e1_con12_06{
    width: 100%;
}
.e1_con12_07{
    width: 100%;
}
.e1_con11_15{
    opacity: 1;
    width: 100%;
    animation: blk 1s infinite ease-in-out;
}
.e1_con11_15h{
    width: 100%;
}

.con13{
    flex-direction: column;
}
.con13_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% 6% 0%;
}
.con13_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con13_text_under_line{
    width: 8.2%;
    height: 1.2vw;
    background-color: #add518;
    top: 70%;
    left: 40.6%;
}
.con13_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2% 0% 1.5% 0%;
}
.con13_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 58%;
}
.con13_scr{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    scale: 1;
}
.con13_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con13_sd_next{
    right: -100%;
}
.con13_text_01{
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 2vw;
    color: #000;
    margin: 0% 0% 0.5% 0%;
}
.con13_text_02{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1vw;
    color: #000;
    z-index: 1;
}
.con13_text_03_01{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 0.8vw;
    color: #000;
}
.con13_text_03_02{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 0.8vw;
    color: #000;
    margin: 1% 0% 0.2% 0%;
}
.con13_text_03_03{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 0.8vw;
    color: #000;
    margin: 0% 0% 0% 1%;
}
.e1_con13_01{
    left: 4%;
    top: -2%;
    width: 0.7%;
}
.e1_con13_02{
    bottom: -17%;
    left: 81%;
    width: 15%;
}
.e1_con13_03{
    width: 66%;
    z-index: 1;
}
.con13_line{
    width: 0.05%;
    height: 100vw;
    background-color: #000;
    left: 5.5%;
}

.con14{
    flex-direction: column;
}
.con14_content_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 89%;
    height: 30vw;
    border: 1px solid;
    border-top: 0px solid;
}
.con14_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.con14_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    border-bottom: 1px solid;
}
.con14_absol{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 18%;
    height: 100%;
    right: 0%;
    background-color: #add518;
    border: 1px solid;
    border-right: 0px solid;
    border-top: 0px solid;
    border-bottom: 0px solid;
}
.con14_absol_text{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.2vw;
    color: #000;
}
.con14_text_under_line{
    width: 80%;
    height: 0.15vw;
    background-color: #000;
    margin: 0% 0% 9% 0%;
}
.con14_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
}
.con14_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
}
.con14_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 100%;
}
.con14_mid_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
}
.con14_mid_top > img{
    width: 17%;
    height: 100%;
}
.con14_mid_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
}
.con14_mid_bottom > img{
    width: 17%;
    height: 100%;
}
.con14_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
}
.con14_left > img{
    width: 100%;
    height: 100%;
}
.con14_right > img{
    width: 100%;
    height: 100%;
}
.e1_con14_02{
    width: 10% !important;
    height: unset !important;
    top: 7% !important;
    right: 6% !important;
}
.con14_scr {
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    scale: 1;
    padding: 4% 0% 4% 0%;
    border-bottom: 1px solid;
}
.con14_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con14_sd_next{
    right: -100%;
}

.con15{
    flex-direction: column;
}
.con15_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 22vw;
}
.con15_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    border-right: 1px solid;
}
.con15_left_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.con15_left_div > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 62%;
}
.con15_left_mid{
    margin: 2% 0% 5% 0%;
}
.con15_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}
.con15_right_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.con15_right_div > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 62%;
}
.con15_right_mid{
    margin: 2% 0% 5% 0%;
}
.con15_text_01{
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 2vw;
    color: #000;
}
.con15_text_02{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1vw;
    color: #000;
}
.e1_con14_06{
    left: 71%;
    top: -3%;
    width: 23%;
}
.e1_con14_08{
    top: 5%;
    left: 60%;
    width: 22%;
}
.con15_button_move{
    width: 22%;
    top: -16%;
    left: -1%;
    transition: all 0.3s;
    cursor: pointer;
    pointer-events: all;
}
.con15_button_base{
    width: 24%;
}
.con15_button_move:hover{
    top: 9%;
    left: 1%;
}
.map_search_input{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1vw;
    width: 94%;
    height: 3vw;
    border: 1px solid;
    padding: 0% 0% 0% 6%;
}
.e1_con14_07{
    left: 87%;
    width: 10%;
    height: 97%;
    cursor: pointer;
    pointer-events: all;
}


/* 
    background: url("/images/con3_bg.jpg") no-repeat center / cover; 
    object-fit: cover;

    background-attachment: fixed;

    flex-wrap: wrap;

    background-color: #315247; 

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
*/

/*개인정보 처리 방침*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}
.modal-content {
    background-color: #fefefe;
    margin: 9% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 75%;
    border-radius: 30px;
} 
.close {
    color: #aaa;
    float: right;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -2%;
    margin-right: -1%;
}  
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#policyWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    overflow: hidden;
    position: absolute;
    left: 50%;
    z-index: 2000;
    height: 50px;
    margin-left: -50px;
    background: #fff;
    text-align: center;
    border-radius: 5px
}
#policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    position: relative;
    height: 530px;
    margin: 0 auto;
    padding: 1px;
    text-align: left
}
#policy div.policy_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    position: relative;
    height: 75px;
    background-color: #b1b1b1;
    border-radius: 10px;
}
#policy div.policy_title h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff
}
#policy div.policy_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 20px 0px 20px 0px;
    background: #9b9b9b;
    border-radius: 10px;
}
#policy p.policy_text {
    overflow-y: scroll;
    height: 400px;
    padding-right: 20px;
    font-size: 14px;
    text-align: justify;
    line-height: 18px
}
#policyLoader {
    padding-top: 10px
}

/* 리뷰 start */
#myModal2 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.modal-content2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    pointer-events: none;
}
#modalImage{
    width: 22%;
    margin: -4% 0% 0% 0%;
}
.close2 {
    position: absolute;
    z-index: 1;
    top: -17.5%;
    left: 60.1%;
    font-size: 1.5vw;
    font-weight: bolder;
    cursor: pointer;
    opacity: 0;
}
/* 리뷰 end */

.animate-blk{
    animation: blk 1s infinite ease-in-out;
}
.animate-light{
    animation: light 3s infinite;
}
.animate-windyEffect_right{
    animation: windyEffect_right 2s infinite;
}
.animate-windyEffect_left{
    animation: windyEffect_left 2s infinite;
}

.con01_pagination_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.swiper-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100.5% !important;
}
.swiper-pagination-bullet {
    width: 20% !important;
    height: 0.6vw !important;
    opacity: 1 !important;
    border-radius: 0 !important;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    left: unset !important;
    bottom: -0.95% !important;
}
.swiper-pagination-bullet0 {
    background: url(/images/e1_con1_09.png) no-repeat center / 100% !important;
}
.swiper-pagination-bullet1 {
    background: url(/images/e1_con1_09.png) no-repeat center / 100% !important;
}
.swiper-pagination-bullet2 {
    background: url(/images/e1_con1_09.png) no-repeat center / 100% !important;
}
.swiper-pagination-bullet3 {
    background: url(/images/e1_con1_09.png) no-repeat center / 100% !important;
}
.swiper-pagination-bullet4 {
    background: url(/images/e1_con1_09.png) no-repeat center / 100% !important;
}
.swiper-pagination-bullet5 {
    background: url(/images/e1_con1_09.png) no-repeat center / 100% !important;
}

.swiper-pagination-bullet0.swiper-pagination-bullet-active{
    background: url(/images/e1_con1_08.png) no-repeat center / 320% !important;
}
.swiper-pagination-bullet1.swiper-pagination-bullet-active{
    background: url(/images/e1_con1_08.png) no-repeat center / 320% !important;
}
.swiper-pagination-bullet2.swiper-pagination-bullet-active{
    background: url(/images/e1_con1_08.png) no-repeat center / 320% !important;
}
.swiper-pagination-bullet3.swiper-pagination-bullet-active{
    background: url(/images/e1_con1_08.png) no-repeat center / 320% !important;
}
.swiper-pagination-bullet4.swiper-pagination-bullet-active{
    background: url(/images/e1_con1_08.png) no-repeat center / 320% !important;
}
.swiper-pagination-bullet5.swiper-pagination-bullet-active{
    background: url(/images/e1_con1_08.png) no-repeat center / 320% !important;
}

.con04_pagination_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: rotate(90deg);
    left: -0.7%;
    z-index: 5;
}
.swiper-pagination_02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 36.7% !important;
}
.con04_bottom .swiper-pagination-bullet {
    width: 34% !important;
    height: 0.5vw !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    border: 1px solid;
}
.swiper-pagination_02-fraction, .swiper-pagination_02-custom, .swiper-horizontal > .swiper-pagination_02-bullets, .swiper-pagination_02-bullets.swiper-pagination_02-horizontal{
    left: unset !important;
    bottom: -13.7% !important;
}
.swiper-pagination_02-bullet0 {
    background: url(/images/e1_con4_06.png) no-repeat center / 100% !important;

}
.swiper-pagination_02-bullet1 {
    background: url(/images/e1_con4_06.png) no-repeat center / 100% !important;
}
.swiper-pagination_02-bullet2 {
    background: url(/images/e1_con4_06.png) no-repeat center / 100% !important;
}

.swiper-pagination_02-bullet0.swiper-pagination-bullet-active{
    background: url(/images/e1_con4_05.png) no-repeat center / 100% !important;
}
.swiper-pagination_02-bullet1.swiper-pagination-bullet-active{
    background: url(/images/e1_con4_05.png) no-repeat center / 100% !important;
}
.swiper-pagination_02-bullet2.swiper-pagination-bullet-active{
    background: url(/images/e1_con4_05.png) no-repeat center / 100% !important;
}
.swiper-pagination-bullet-active{
    background-color: #afd500 !important;
}

.con9_insta{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.ccon3_mid_swiper {
    width: 100%;
    overflow: hidden;
    margin-bottom: -2%;
}
.ccon3_mid_slide{
    height: 18.8vw !important;
    overflow: hidden;
}
.ccon3_mid_slide img{
    max-width: 100%;
}
.ex_con9_03_01 {
    top: 4%;
    left: 17%;
    width: 2%;
    z-index: 3;
}
.ex_con9_03_02 {
    top: 4%;
    left: 37%;
    width: 2%;
    z-index: 3;
}
.ex_con9_03_03 {
    top: 4%;
    left: 57%;
    width: 2%;
    z-index: 3;
}
.ex_con9_03_04 {
    top: 4%;
    left: 77%;
    width: 2%;
    z-index: 3;
}
.ex_con9_03_05 {
    top: 4%;
    left: 97%;
    width: 2%;
    z-index: 3;
}