* {
    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(-15deg);
    }
    25% {
        transform: rotate(12deg);
    }
    50% {
        transform: rotate(-14deg);
    }
    75% {
        transform: rotate(12deg);
    }
    100% {
        transform: rotate(-14deg);
    }
}
@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;
}

.main{
    flex-direction: column;
}
.main_content_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 89%;
    margin: 6.5% 0% 0% 0%;
    border: 1px solid;
    border-bottom: 0px solid;
}
.main_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.main_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4% 0% 4% 0%;
    border-bottom: 1px solid;
}
.main_text_div{
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 14%;
}
.main_text_01{
    font-family: "fractul-variable", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 3vw;
    color: #fff;
    /* color: #add518; */
    margin: 4% 0% 0% 0%;
}
.main_mid_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.main_mid_bottom{
    background-color: #add518;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    border: 1px solid;
    padding: 7% 0% 6% 0%;
    overflow: hidden;
}
.e2_con1_01{
    top: -50%;
    z-index: 2;
    width: 19%;
    scale: 0;
}
.e2_con1_02{
    left: 30%;
    top: 17%;
    width: 13%;
}
.e2_con1_03{
    top: 16%;
    left: 58%;
    width: 23%;
}
.e2_con1_04{
    width: 30%;
}
.e2_con1_05{
    left: 17%;
    top: 10%;
    width: 18%;
    z-index: 1;
}
.e2_con1_06{
    right: 17%;
    top: 10%;
    width: 18%;
    z-index: 1;
}
.e2_con1_07{
    width: 79%;
    margin: 0% 0% 1% 0%;
}
.e2_con1_08{
    width: 79%;
    z-index: 1;
}
.e2_con1_09{
    top: -18%;
    right: -3%;
    width: 15%;
    animation: rotate 10s linear infinite;
}

.con01_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5% 0% 6% 0%;
    overflow: hidden;
    pointer-events: none;
}
.con01_content > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1.5% 0% 1.5% 0%;
}
.e2_con1_11{
    width: 23%;
}
.con01_text_01{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1vw;
    color: #000;
    margin: 0% 0% 0.2% 0%;
    z-index: 1;
}
.con01_text_02{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1vw;
    color: #000;
    margin: 0% 0% 0.2% 0%;
}
.con01_text_under_line{
    width: 12.4%;
    height: 1.2vw;
    top: 47%;
    left: 39%;
    background-color: #add518;
}
.e2_con1_10{
    top: -20%;
    left: 9%;
    width: 12%;
    animation: rotate 10s linear infinite;
}
.con01_scr{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    scale: 1;
}
.con01_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con01_sd_next{
    right: -100%;
}

.con02{
    flex-direction: column;
}
.con02_content{
    background: url("/images/e2_con2_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vw;
}
.con02_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 78%;
    top: 11%;
}
.con02_rltv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.con02_text_01{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1vw;
    color: #000;
    margin: 0% 0% 0.2% 0%;
}
.e2_con2_01{
    width: 33%;
}
.e2_con2_02{
    width: 42%;
    margin: 0.5% 0% 4% 0%;
}

.con03{
    flex-direction: column;
}
.con03_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 6% 0%;
}
.con03_top{
    background-color: #fefce6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8vw;
    border: 1px solid;
}
.con03_line_left{
    width: 0.05%;
    height: 8vw;
    background-color: #000;
    left: 9%;
}
.con03_line_right{
    width: 0.05%;
    height: 8vw;
    background-color: #000;
    right: 9%;
}
.e2_con3_01{
    top: 78%;
    left: 81%;
    width: 5%;
}
.e2_con3_03{
    width: 33%;
}
.con03_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% 1.5% 0%;
}
.con03_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 83.5%;
    height: 19vw;
}
.con03_bottom_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 1% 0% 1% 0%;
}
.con03_bottom_top > div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid;
    margin: 0% 1% 0% 1%;
}
.con03_bottom_top_div_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    border-right: 1px solid;
}
.con03_bottom_top_div_left_img{
    top: 15%;
    left: -11%;
    width: 6%;
}
.con03_bottom_top_div_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s;
}
.con03_bottom_top_div_right:hover{
    background-color: #add518;
    width: 190%;
}
.con03_bottom_top_div_right:hover .con03_bottom_top_div_left_img{
    opacity: 0;
}
.con03_bottom_top_div_right_img{
    top: 7%;
    right: 7%;
    width: 21%;
}
.con03_bottom_top_div_right_img_02{
    top: 18%;
    right: 7%;
    width: 27%;
}
.con03_bottom_top_div_right_img_03{
    top: 12%;
    right: 7%;
    width: 22%;
}
.con03_text_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    top: 32%;
}
.con03_text_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.con03_text_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 7% 0% 2% 0%;
}
.con03_text_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.con03_text_01{
    font-family: 'your-font-family', sans-serif;
    font-weight: bold;
    font-size: 1vw;
    color: #000;
    font-style: italic;
}
.con03_text_02{
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 1.4vw;
    color: #000;
    margin: 0% 0% 0.2% 0%;
}
.con03_text_03{
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 1.5vw;
    color: #000;
    margin: 0% 0% 0.2% 0%;
}
.con03_bottom_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con03_bottom_bottom_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 83.6%;
    height: 13vw;
    margin: 0.5% 0% 1.5% 0%;
}
.con03_bottom_bottom_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 83.6%;
    height: 13vw;
}
.con03_bottom_bottom_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%; 
    height: 100%;
    border: 1px solid;
    margin: 0% 1% 0% 1%;
}
.con03_bottom_bottom_div_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 13.5%; 
    height: 100%;
    border-right: 1px solid;
}
.con03_bottom_bottom_div_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%; 
    height: 100%;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s;
}
.con03_bottom_bottom_div_right:hover{
    width: 212%;
    background-color: #add518;
}
.con03_bottom_bottom_div_right:hover .con03_bottom_bottom_div_left_img{
    opacity: 0;
}
.con03_bottom_bottom_div_left_img{
    left: -7%;
    top: 24%;
    width: 4%;
}
.con03_text_absol2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    top: 22%;
    left: 7%;
}
.con03_text_top_ver2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.con03_text_mid_ver2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 6% 0% 1% 0%;
}
.con03_text_bottom_ver2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.con03_text_01_ver2{
    font-family: 'your-font-family', sans-serif;
    font-weight: bold;
    font-size: 1vw;
    color: #000;
    font-style: italic;
}
.con03_text_02_ver2{
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 1.4vw;
    color: #000;
}
.con03_text_03_ver2{
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 1.5vw;
    color: #000;
}
.con03_bottom_bottom_div_right_img_01{
    top: 22%;
    right: 6%;
    width: 13%;
}
.con03_bottom_bottom_div_right_img_02{
    top: 18%;
    right: 6%;
    width: 13%;
}
.con03_bottom_bottom_div_right_img_03{
    top: 11%;
    right: 6%;
    width: 13.5%;
}
.con03_bottom_bottom_div_right_img_04{
    top: 21%;
    right: 6%;
    width: 14%;
}

.con04{
    flex-direction: column;
}
.con04_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con04_top{
    background-color: #fefce6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8vw;
    border: 1px solid;
}
.con04_line_left{
    width: 0.05%;
    height: 8vw;
    background-color: #000;
    left: 9%;
}
.con04_line_right{
    width: 0.05%;
    height: 8vw;
    background-color: #000;
    right: 9%;
}
.e2_con4_02{
    top: 78%;
    left: 79.5%;
    width: 7%;
}
.con04_content_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 82%;
    border: 1px solid;
    border-top: 0px solid;
    padding: 4% 0% 4% 0%;
}
.con04_mid_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con04_mid_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 3% 0% 3% 0%;
}
.con04_mid_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 92%;
}
.con04_mid_bottom > img {
    width: 33.3%;
}
.e2_con4_03{
    width: 20%;
    margin: 0% 0% 0.3% 0%;
}
.e2_con4_04{
    width: 20%;
}
.e2_con4_05{
    width: 17%;
    bottom: -6%;  
}
.e2_con4_06{
    width: 92%;
}
.e2_con4_07{
    width: 92%;
}

.con05{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 5% 0%;
}
.con05_content_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 82%;
    border: 1px solid;
    border-top: 0px solid;
    padding: 4% 0% 0% 0%;
}
.con05_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con05_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 4% 0%;
}
.con05_line_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 0%;
}
.con05_line{
    width: 0.1%;
    height: 11vw;
    background-color: #000;
}
.con05_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con05_bottom_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con05_bottom_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con05_bottom_right > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 10% 0%;
}
.con05_text_box{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 77%;
    margin: 0% 0% 3% 0%;
}
.e2_con5_03{
    width: 1.5%;
}
.e2_con5_06{
    left: 6%;
    top: 0%;
    width: 27%;
}
.e2_con5_07{
    top: 50%;
    left: 14%;
    width: 32%;
}
.e2_con5_10{
    width: 100%;
}

.is-fixed {
    position: fixed !important;
    top: 19% !important;
    left: 28% !important;
    width: 15.5% !important;
    white-space: nowrap;
}
.is-fixed2 {
    top: 53% !important;
    left: 87% !important;
}

.con05_left_fixed_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 19%;
    top: 7%;
    left: 23%;
    white-space: nowrap;
}
.con05_left_fixed{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.e2_con5_04{
    bottom: 13%;
    right: -20%;
    width: 31%;
}
.con05_year{
    font-family: "fractul-variable", sans-serif;
    font-variation-settings: "wght" 800;
    font-size: 7vw;
    color: #000;
    font-style: italic;
}
.con05_number{
    font-family: "fractul-variable", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 1.4vw;
    color: #000;
    font-style: italic;
    margin: 0% 8% -0.4% 0%;
    white-space: nowrap;
}
.con05_text_01{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1.2vw;
    color: #000;
    white-space: nowrap;
}
.e2_con5_01{
    width: 16%;
    margin: 0% 0% 0.2% 0%;
}
.e2_con5_02{
    width: 16%;
}
.e2_con5_09{
    bottom: -7.5%;
    right: 2%;
    width: 27%;
}





/* 
    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 */